makefiles: Create the fonts symlinks from configure.
[wine/multimedia.git] / configure
blob25ea483b9e75fca63aba6930305400fafeaafaf0
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_SYMLINKS
612 ALL_MAKEFILES
613 ALL_MAKERULES
614 DEPENDENCIES
615 LDAPLIBS
616 LIBPOLL
617 LIBDL
618 EXTRA_BINARIES
619 MAIN_BINARY
620 SOCKETLIBS
621 CRTLIBS
622 TOOLSEXT
623 LDPATH
624 BUILTINFLAG
625 EXTRACFLAGS
626 LIBKSTAT
627 LIBMPG123
628 PNGINCL
629 FONTCONFIGINCL
630 CUPSINCL
631 AUDIOIOLIBS
632 ALSALIBS
633 ESDLIBS
634 ESDINCL
635 ESDCONFIG
636 ZLIB
637 FREETYPEINCL
638 FREETYPELIBS
639 ft_devel
640 LCMSLIBS
641 RESOLVLIBS
642 GPHOTO2INCL
643 GPHOTO2LIBS
644 gphoto2port_devel
645 gphoto2_devel
646 SANEINCL
647 sane_devel
648 GNUTLSINCL
649 HALINCL
650 XSLTINCL
651 XML2INCL
652 XML2LIBS
653 NASLIBS
654 X_EXTRA_LIBS
655 X_LIBS
656 X_PRE_LIBS
657 X_CFLAGS
658 XMKMF
659 LIBPTHREAD
660 CROSSTARGET
661 CROSSTEST
662 CROSSCC
663 CARBONLIB
664 LIBOPENAL
665 COREAUDIO
666 DISKARBITRATIONLIB
667 LDEXECFLAGS
668 IOKITLIB
669 COREFOUNDATIONLIB
670 SECURITYLIB
671 DLLWRAP
672 DLLTOOL
674 LDRPATH_LOCAL
675 LDRPATH_INSTALL
676 IMPLIBEXT
677 LIBEXT
678 LDDLLFLAGS
679 LDSHARED
680 DLLFLAGS
681 DLLEXT
683 OPENGL_LIBS
684 XLIB
685 PRELINK
686 ICOTOOL
687 RSVG
688 PKG_CONFIG
689 FONTFORGE
690 LINTFLAGS
691 LINT
692 INSTALL_DATA
693 INSTALL_SCRIPT
694 INSTALL_PROGRAM
695 LDCONFIG
696 EGREP
697 GREP
698 LN_S
699 STRIP
700 RANLIB
701 ARFLAGS
702 ac_ct_AR
704 BISON
705 FLEX
706 TOOLSDIR
707 WOW64_DISABLE
708 TARGETFLAGS
709 CPPBIN
710 ac_ct_CXX
711 CXXFLAGS
713 OBJEXT
714 EXEEXT
715 ac_ct_CC
716 CPPFLAGS
717 LDFLAGS
718 CFLAGS
720 SET_MAKE
721 host_os
722 host_vendor
723 host_cpu
724 host
725 build_os
726 build_vendor
727 build_cpu
728 build
729 MAINTAINER_MODE
730 target_alias
731 host_alias
732 build_alias
733 LIBS
734 ECHO_T
735 ECHO_N
736 ECHO_C
737 DEFS
738 mandir
739 localedir
740 libdir
741 psdir
742 pdfdir
743 dvidir
744 htmldir
745 infodir
746 docdir
747 oldincludedir
748 includedir
749 localstatedir
750 sharedstatedir
751 sysconfdir
752 datadir
753 datarootdir
754 libexecdir
755 sbindir
756 bindir
757 program_transform_name
758 prefix
759 exec_prefix
760 PACKAGE_URL
761 PACKAGE_BUGREPORT
762 PACKAGE_STRING
763 PACKAGE_VERSION
764 PACKAGE_TARNAME
765 PACKAGE_NAME
766 PATH_SEPARATOR
767 SHELL'
768 ac_subst_files='MAKE_RULES
769 MAKE_DLL_RULES
770 MAKE_IMPLIB_RULES
771 MAKE_TEST_RULES
772 MAKE_PROG_RULES'
773 ac_user_opts='
774 enable_option_checking
775 enable_win16
776 enable_win64
777 enable_tests
778 enable_maintainer_mode
779 with_alsa
780 with_audioio
781 with_capi
782 with_cms
783 with_coreaudio
784 with_cups
785 with_curses
786 with_esd
787 with_fontconfig
788 with_freetype
789 with_gphoto
790 with_glu
791 with_gnutls
792 with_gsm
793 with_hal
794 with_jack
795 with_jpeg
796 with_ldap
797 with_mpg123
798 with_nas
799 with_openal
800 with_opengl
801 with_openssl
802 with_oss
803 with_png
804 with_pthread
805 with_sane
806 with_v4l
807 with_xcomposite
808 with_xcursor
809 with_xinerama
810 with_xinput
811 with_xml
812 with_xrandr
813 with_xrender
814 with_xshape
815 with_xshm
816 with_xslt
817 with_xxf86vm
818 with_wine_tools
819 with_wine64
820 enable_largefile
821 with_x
823 ac_precious_vars='build_alias
824 host_alias
825 target_alias
827 CFLAGS
828 LDFLAGS
829 LIBS
830 CPPFLAGS
832 CXXFLAGS
835 XMKMF'
838 # Initialize some variables set by options.
839 ac_init_help=
840 ac_init_version=false
841 ac_unrecognized_opts=
842 ac_unrecognized_sep=
843 # The variables have the same names as the options, with
844 # dashes changed to underlines.
845 cache_file=/dev/null
846 exec_prefix=NONE
847 no_create=
848 no_recursion=
849 prefix=NONE
850 program_prefix=NONE
851 program_suffix=NONE
852 program_transform_name=s,x,x,
853 silent=
854 site=
855 srcdir=
856 verbose=
857 x_includes=NONE
858 x_libraries=NONE
860 # Installation directory options.
861 # These are left unexpanded so users can "make install exec_prefix=/foo"
862 # and all the variables that are supposed to be based on exec_prefix
863 # by default will actually change.
864 # Use braces instead of parens because sh, perl, etc. also accept them.
865 # (The list follows the same order as the GNU Coding Standards.)
866 bindir='${exec_prefix}/bin'
867 sbindir='${exec_prefix}/sbin'
868 libexecdir='${exec_prefix}/libexec'
869 datarootdir='${prefix}/share'
870 datadir='${datarootdir}'
871 sysconfdir='${prefix}/etc'
872 sharedstatedir='${prefix}/com'
873 localstatedir='${prefix}/var'
874 includedir='${prefix}/include'
875 oldincludedir='/usr/include'
876 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
877 infodir='${datarootdir}/info'
878 htmldir='${docdir}'
879 dvidir='${docdir}'
880 pdfdir='${docdir}'
881 psdir='${docdir}'
882 libdir='${exec_prefix}/lib'
883 localedir='${datarootdir}/locale'
884 mandir='${datarootdir}/man'
886 ac_prev=
887 ac_dashdash=
888 for ac_option
890 # If the previous option needs an argument, assign it.
891 if test -n "$ac_prev"; then
892 eval $ac_prev=\$ac_option
893 ac_prev=
894 continue
897 case $ac_option in
898 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
899 *) ac_optarg=yes ;;
900 esac
902 # Accept the important Cygnus configure options, so we can diagnose typos.
904 case $ac_dashdash$ac_option in
906 ac_dashdash=yes ;;
908 -bindir | --bindir | --bindi | --bind | --bin | --bi)
909 ac_prev=bindir ;;
910 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
911 bindir=$ac_optarg ;;
913 -build | --build | --buil | --bui | --bu)
914 ac_prev=build_alias ;;
915 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
916 build_alias=$ac_optarg ;;
918 -cache-file | --cache-file | --cache-fil | --cache-fi \
919 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
920 ac_prev=cache_file ;;
921 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
922 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
923 cache_file=$ac_optarg ;;
925 --config-cache | -C)
926 cache_file=config.cache ;;
928 -datadir | --datadir | --datadi | --datad)
929 ac_prev=datadir ;;
930 -datadir=* | --datadir=* | --datadi=* | --datad=*)
931 datadir=$ac_optarg ;;
933 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
934 | --dataroo | --dataro | --datar)
935 ac_prev=datarootdir ;;
936 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
937 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
938 datarootdir=$ac_optarg ;;
940 -disable-* | --disable-*)
941 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
942 # Reject names that are not valid shell variable names.
943 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
944 as_fn_error "invalid feature name: $ac_useropt"
945 ac_useropt_orig=$ac_useropt
946 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
947 case $ac_user_opts in
949 "enable_$ac_useropt"
950 "*) ;;
951 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
952 ac_unrecognized_sep=', ';;
953 esac
954 eval enable_$ac_useropt=no ;;
956 -docdir | --docdir | --docdi | --doc | --do)
957 ac_prev=docdir ;;
958 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
959 docdir=$ac_optarg ;;
961 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
962 ac_prev=dvidir ;;
963 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
964 dvidir=$ac_optarg ;;
966 -enable-* | --enable-*)
967 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
968 # Reject names that are not valid shell variable names.
969 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
970 as_fn_error "invalid feature name: $ac_useropt"
971 ac_useropt_orig=$ac_useropt
972 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
973 case $ac_user_opts in
975 "enable_$ac_useropt"
976 "*) ;;
977 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
978 ac_unrecognized_sep=', ';;
979 esac
980 eval enable_$ac_useropt=\$ac_optarg ;;
982 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
983 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
984 | --exec | --exe | --ex)
985 ac_prev=exec_prefix ;;
986 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
987 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
988 | --exec=* | --exe=* | --ex=*)
989 exec_prefix=$ac_optarg ;;
991 -gas | --gas | --ga | --g)
992 # Obsolete; use --with-gas.
993 with_gas=yes ;;
995 -help | --help | --hel | --he | -h)
996 ac_init_help=long ;;
997 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
998 ac_init_help=recursive ;;
999 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1000 ac_init_help=short ;;
1002 -host | --host | --hos | --ho)
1003 ac_prev=host_alias ;;
1004 -host=* | --host=* | --hos=* | --ho=*)
1005 host_alias=$ac_optarg ;;
1007 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1008 ac_prev=htmldir ;;
1009 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1010 | --ht=*)
1011 htmldir=$ac_optarg ;;
1013 -includedir | --includedir | --includedi | --included | --include \
1014 | --includ | --inclu | --incl | --inc)
1015 ac_prev=includedir ;;
1016 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1017 | --includ=* | --inclu=* | --incl=* | --inc=*)
1018 includedir=$ac_optarg ;;
1020 -infodir | --infodir | --infodi | --infod | --info | --inf)
1021 ac_prev=infodir ;;
1022 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1023 infodir=$ac_optarg ;;
1025 -libdir | --libdir | --libdi | --libd)
1026 ac_prev=libdir ;;
1027 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1028 libdir=$ac_optarg ;;
1030 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1031 | --libexe | --libex | --libe)
1032 ac_prev=libexecdir ;;
1033 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1034 | --libexe=* | --libex=* | --libe=*)
1035 libexecdir=$ac_optarg ;;
1037 -localedir | --localedir | --localedi | --localed | --locale)
1038 ac_prev=localedir ;;
1039 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1040 localedir=$ac_optarg ;;
1042 -localstatedir | --localstatedir | --localstatedi | --localstated \
1043 | --localstate | --localstat | --localsta | --localst | --locals)
1044 ac_prev=localstatedir ;;
1045 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1046 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1047 localstatedir=$ac_optarg ;;
1049 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1050 ac_prev=mandir ;;
1051 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1052 mandir=$ac_optarg ;;
1054 -nfp | --nfp | --nf)
1055 # Obsolete; use --without-fp.
1056 with_fp=no ;;
1058 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1059 | --no-cr | --no-c | -n)
1060 no_create=yes ;;
1062 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1063 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1064 no_recursion=yes ;;
1066 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1067 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1068 | --oldin | --oldi | --old | --ol | --o)
1069 ac_prev=oldincludedir ;;
1070 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1071 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1072 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1073 oldincludedir=$ac_optarg ;;
1075 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1076 ac_prev=prefix ;;
1077 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1078 prefix=$ac_optarg ;;
1080 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1081 | --program-pre | --program-pr | --program-p)
1082 ac_prev=program_prefix ;;
1083 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1084 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1085 program_prefix=$ac_optarg ;;
1087 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1088 | --program-suf | --program-su | --program-s)
1089 ac_prev=program_suffix ;;
1090 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1091 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1092 program_suffix=$ac_optarg ;;
1094 -program-transform-name | --program-transform-name \
1095 | --program-transform-nam | --program-transform-na \
1096 | --program-transform-n | --program-transform- \
1097 | --program-transform | --program-transfor \
1098 | --program-transfo | --program-transf \
1099 | --program-trans | --program-tran \
1100 | --progr-tra | --program-tr | --program-t)
1101 ac_prev=program_transform_name ;;
1102 -program-transform-name=* | --program-transform-name=* \
1103 | --program-transform-nam=* | --program-transform-na=* \
1104 | --program-transform-n=* | --program-transform-=* \
1105 | --program-transform=* | --program-transfor=* \
1106 | --program-transfo=* | --program-transf=* \
1107 | --program-trans=* | --program-tran=* \
1108 | --progr-tra=* | --program-tr=* | --program-t=*)
1109 program_transform_name=$ac_optarg ;;
1111 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1112 ac_prev=pdfdir ;;
1113 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1114 pdfdir=$ac_optarg ;;
1116 -psdir | --psdir | --psdi | --psd | --ps)
1117 ac_prev=psdir ;;
1118 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1119 psdir=$ac_optarg ;;
1121 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1122 | -silent | --silent | --silen | --sile | --sil)
1123 silent=yes ;;
1125 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1126 ac_prev=sbindir ;;
1127 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1128 | --sbi=* | --sb=*)
1129 sbindir=$ac_optarg ;;
1131 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1132 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1133 | --sharedst | --shareds | --shared | --share | --shar \
1134 | --sha | --sh)
1135 ac_prev=sharedstatedir ;;
1136 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1137 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1138 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1139 | --sha=* | --sh=*)
1140 sharedstatedir=$ac_optarg ;;
1142 -site | --site | --sit)
1143 ac_prev=site ;;
1144 -site=* | --site=* | --sit=*)
1145 site=$ac_optarg ;;
1147 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1148 ac_prev=srcdir ;;
1149 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1150 srcdir=$ac_optarg ;;
1152 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1153 | --syscon | --sysco | --sysc | --sys | --sy)
1154 ac_prev=sysconfdir ;;
1155 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1156 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1157 sysconfdir=$ac_optarg ;;
1159 -target | --target | --targe | --targ | --tar | --ta | --t)
1160 ac_prev=target_alias ;;
1161 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1162 target_alias=$ac_optarg ;;
1164 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1165 verbose=yes ;;
1167 -version | --version | --versio | --versi | --vers | -V)
1168 ac_init_version=: ;;
1170 -with-* | --with-*)
1171 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1172 # Reject names that are not valid shell variable names.
1173 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1174 as_fn_error "invalid package name: $ac_useropt"
1175 ac_useropt_orig=$ac_useropt
1176 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1177 case $ac_user_opts in
1179 "with_$ac_useropt"
1180 "*) ;;
1181 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1182 ac_unrecognized_sep=', ';;
1183 esac
1184 eval with_$ac_useropt=\$ac_optarg ;;
1186 -without-* | --without-*)
1187 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1188 # Reject names that are not valid shell variable names.
1189 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1190 as_fn_error "invalid package name: $ac_useropt"
1191 ac_useropt_orig=$ac_useropt
1192 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1193 case $ac_user_opts in
1195 "with_$ac_useropt"
1196 "*) ;;
1197 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1198 ac_unrecognized_sep=', ';;
1199 esac
1200 eval with_$ac_useropt=no ;;
1202 --x)
1203 # Obsolete; use --with-x.
1204 with_x=yes ;;
1206 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1207 | --x-incl | --x-inc | --x-in | --x-i)
1208 ac_prev=x_includes ;;
1209 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1210 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1211 x_includes=$ac_optarg ;;
1213 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1214 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1215 ac_prev=x_libraries ;;
1216 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1217 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1218 x_libraries=$ac_optarg ;;
1220 -*) as_fn_error "unrecognized option: \`$ac_option'
1221 Try \`$0 --help' for more information."
1224 *=*)
1225 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1226 # Reject names that are not valid shell variable names.
1227 case $ac_envvar in #(
1228 '' | [0-9]* | *[!_$as_cr_alnum]* )
1229 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1230 esac
1231 eval $ac_envvar=\$ac_optarg
1232 export $ac_envvar ;;
1235 # FIXME: should be removed in autoconf 3.0.
1236 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1237 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1238 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1239 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1242 esac
1243 done
1245 if test -n "$ac_prev"; then
1246 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1247 as_fn_error "missing argument to $ac_option"
1250 if test -n "$ac_unrecognized_opts"; then
1251 case $enable_option_checking in
1252 no) ;;
1253 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1254 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1255 esac
1258 # Check all directory arguments for consistency.
1259 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1260 datadir sysconfdir sharedstatedir localstatedir includedir \
1261 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1262 libdir localedir mandir
1264 eval ac_val=\$$ac_var
1265 # Remove trailing slashes.
1266 case $ac_val in
1267 */ )
1268 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1269 eval $ac_var=\$ac_val;;
1270 esac
1271 # Be sure to have absolute directory names.
1272 case $ac_val in
1273 [\\/$]* | ?:[\\/]* ) continue;;
1274 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1275 esac
1276 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1277 done
1279 # There might be people who depend on the old broken behavior: `$host'
1280 # used to hold the argument of --host etc.
1281 # FIXME: To remove some day.
1282 build=$build_alias
1283 host=$host_alias
1284 target=$target_alias
1286 # FIXME: To remove some day.
1287 if test "x$host_alias" != x; then
1288 if test "x$build_alias" = x; then
1289 cross_compiling=maybe
1290 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1291 If a cross compiler is detected then cross compile mode will be used." >&2
1292 elif test "x$build_alias" != "x$host_alias"; then
1293 cross_compiling=yes
1297 ac_tool_prefix=
1298 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1300 test "$silent" = yes && exec 6>/dev/null
1303 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1304 ac_ls_di=`ls -di .` &&
1305 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1306 as_fn_error "working directory cannot be determined"
1307 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1308 as_fn_error "pwd does not report name of working directory"
1311 # Find the source files, if location was not specified.
1312 if test -z "$srcdir"; then
1313 ac_srcdir_defaulted=yes
1314 # Try the directory containing this script, then the parent directory.
1315 ac_confdir=`$as_dirname -- "$as_myself" ||
1316 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1317 X"$as_myself" : 'X\(//\)[^/]' \| \
1318 X"$as_myself" : 'X\(//\)$' \| \
1319 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1320 $as_echo X"$as_myself" |
1321 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1322 s//\1/
1325 /^X\(\/\/\)[^/].*/{
1326 s//\1/
1329 /^X\(\/\/\)$/{
1330 s//\1/
1333 /^X\(\/\).*/{
1334 s//\1/
1337 s/.*/./; q'`
1338 srcdir=$ac_confdir
1339 if test ! -r "$srcdir/$ac_unique_file"; then
1340 srcdir=..
1342 else
1343 ac_srcdir_defaulted=no
1345 if test ! -r "$srcdir/$ac_unique_file"; then
1346 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1347 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1349 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1350 ac_abs_confdir=`(
1351 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1352 pwd)`
1353 # When building in place, set srcdir=.
1354 if test "$ac_abs_confdir" = "$ac_pwd"; then
1355 srcdir=.
1357 # Remove unnecessary trailing slashes from srcdir.
1358 # Double slashes in file names in object file debugging info
1359 # mess up M-x gdb in Emacs.
1360 case $srcdir in
1361 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1362 esac
1363 for ac_var in $ac_precious_vars; do
1364 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1365 eval ac_env_${ac_var}_value=\$${ac_var}
1366 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1367 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1368 done
1371 # Report the --help message.
1373 if test "$ac_init_help" = "long"; then
1374 # Omit some internal or obsolete options to make the list less imposing.
1375 # This message is too long to be a string in the A/UX 3.1 sh.
1376 cat <<_ACEOF
1377 \`configure' configures Wine 1.1.37 to adapt to many kinds of systems.
1379 Usage: $0 [OPTION]... [VAR=VALUE]...
1381 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1382 VAR=VALUE. See below for descriptions of some of the useful variables.
1384 Defaults for the options are specified in brackets.
1386 Configuration:
1387 -h, --help display this help and exit
1388 --help=short display options specific to this package
1389 --help=recursive display the short help of all the included packages
1390 -V, --version display version information and exit
1391 -q, --quiet, --silent do not print \`checking...' messages
1392 --cache-file=FILE cache test results in FILE [disabled]
1393 -C, --config-cache alias for \`--cache-file=config.cache'
1394 -n, --no-create do not create output files
1395 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1397 Installation directories:
1398 --prefix=PREFIX install architecture-independent files in PREFIX
1399 [$ac_default_prefix]
1400 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1401 [PREFIX]
1403 By default, \`make install' will install all the files in
1404 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1405 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1406 for instance \`--prefix=\$HOME'.
1408 For better control, use the options below.
1410 Fine tuning of the installation directories:
1411 --bindir=DIR user executables [EPREFIX/bin]
1412 --sbindir=DIR system admin executables [EPREFIX/sbin]
1413 --libexecdir=DIR program executables [EPREFIX/libexec]
1414 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1415 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1416 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1417 --libdir=DIR object code libraries [EPREFIX/lib]
1418 --includedir=DIR C header files [PREFIX/include]
1419 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1420 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1421 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1422 --infodir=DIR info documentation [DATAROOTDIR/info]
1423 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1424 --mandir=DIR man documentation [DATAROOTDIR/man]
1425 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1426 --htmldir=DIR html documentation [DOCDIR]
1427 --dvidir=DIR dvi documentation [DOCDIR]
1428 --pdfdir=DIR pdf documentation [DOCDIR]
1429 --psdir=DIR ps documentation [DOCDIR]
1430 _ACEOF
1432 cat <<\_ACEOF
1434 X features:
1435 --x-includes=DIR X include files are in DIR
1436 --x-libraries=DIR X library files are in DIR
1438 System types:
1439 --build=BUILD configure for building on BUILD [guessed]
1440 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1441 _ACEOF
1444 if test -n "$ac_init_help"; then
1445 case $ac_init_help in
1446 short | recursive ) echo "Configuration of Wine 1.1.37:";;
1447 esac
1448 cat <<\_ACEOF
1450 Optional Features:
1451 --disable-option-checking ignore unrecognized --enable/--with options
1452 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1453 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1454 --disable-win16 do not include Win16 support
1455 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1456 binaries)
1457 --disable-tests do not build the regression tests
1458 --enable-maintainer-mode
1459 enable maintainer-specific build rules
1460 --disable-largefile omit support for large files
1462 Optional Packages:
1463 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1464 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1465 --without-alsa do not use the Alsa sound support
1466 --without-audioio do not use the AudioIO sound support
1467 --without-capi do not use CAPI (ISDN support)
1468 --without-cms do not use CMS (color management support)
1469 --without-coreaudio do not use the CoreAudio sound support
1470 --without-cups do not use CUPS
1471 --without-curses do not use (n)curses
1472 --without-esd do not use the EsounD sound support
1473 --without-fontconfig do not use fontconfig
1474 --without-freetype do not use the FreeType library
1475 --without-gphoto do not use gphoto (Digital Camera support)
1476 --without-glu do not use the GLU library
1477 --without-gnutls do not use GnuTLS (schannel support)
1478 --without-gsm do not use libgsm (GSM 06.10 codec support)
1479 --without-hal do not use HAL (dynamic device support)
1480 --without-jack do not use the Jack sound support
1481 --without-jpeg do not use JPEG
1482 --without-ldap do not use LDAP
1483 --without-mpg123 do not use the mpg123 library
1484 --without-nas do not use the NAS sound support
1485 --without-openal do not use OpenAL
1486 --without-opengl do not use OpenGL
1487 --without-openssl do not use OpenSSL
1488 --without-oss do not use the OSS sound support
1489 --without-png do not use PNG
1490 --without-pthread do not use the pthread library
1491 --without-sane do not use SANE (scanner support)
1492 --without-v4l do not use v4l1 (v4l support)
1493 --without-xcomposite do not use the Xcomposite extension
1494 --without-xcursor do not use the Xcursor extension
1495 --without-xinerama do not use Xinerama (multi-monitor support)
1496 --without-xinput do not use the Xinput extension
1497 --without-xml do not use XML
1498 --without-xrandr do not use Xrandr (resolution changes)
1499 --without-xrender do not use the Xrender extension
1500 --without-xshape do not use the Xshape extension
1501 --without-xshm do not use XShm (shared memory extension)
1502 --without-xslt do not use XSLT
1503 --without-xxf86vm do not use XFree video mode extension
1504 --with-wine-tools=DIR use Wine tools from directory DIR
1505 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1506 --with-x use the X Window System
1508 Some influential environment variables:
1509 CC C compiler command
1510 CFLAGS C compiler flags
1511 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1512 nonstandard directory <lib dir>
1513 LIBS libraries to pass to the linker, e.g. -l<library>
1514 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1515 you have headers in a nonstandard directory <include dir>
1516 CXX C++ compiler command
1517 CXXFLAGS C++ compiler flags
1518 CPP C preprocessor
1519 XMKMF Path to xmkmf, Makefile generator for X Window System
1521 Use these variables to override the choices made by `configure' or to help
1522 it to find libraries and programs with nonstandard names/locations.
1524 Report bugs to <wine-devel@winehq.org>.
1525 Wine home page: <http://www.winehq.org>.
1526 _ACEOF
1527 ac_status=$?
1530 if test "$ac_init_help" = "recursive"; then
1531 # If there are subdirs, report their specific --help.
1532 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1533 test -d "$ac_dir" ||
1534 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1535 continue
1536 ac_builddir=.
1538 case "$ac_dir" in
1539 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1541 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1542 # A ".." for each directory in $ac_dir_suffix.
1543 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1544 case $ac_top_builddir_sub in
1545 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1546 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1547 esac ;;
1548 esac
1549 ac_abs_top_builddir=$ac_pwd
1550 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1551 # for backward compatibility:
1552 ac_top_builddir=$ac_top_build_prefix
1554 case $srcdir in
1555 .) # We are building in place.
1556 ac_srcdir=.
1557 ac_top_srcdir=$ac_top_builddir_sub
1558 ac_abs_top_srcdir=$ac_pwd ;;
1559 [\\/]* | ?:[\\/]* ) # Absolute name.
1560 ac_srcdir=$srcdir$ac_dir_suffix;
1561 ac_top_srcdir=$srcdir
1562 ac_abs_top_srcdir=$srcdir ;;
1563 *) # Relative name.
1564 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1565 ac_top_srcdir=$ac_top_build_prefix$srcdir
1566 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1567 esac
1568 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1570 cd "$ac_dir" || { ac_status=$?; continue; }
1571 # Check for guested configure.
1572 if test -f "$ac_srcdir/configure.gnu"; then
1573 echo &&
1574 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1575 elif test -f "$ac_srcdir/configure"; then
1576 echo &&
1577 $SHELL "$ac_srcdir/configure" --help=recursive
1578 else
1579 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1580 fi || ac_status=$?
1581 cd "$ac_pwd" || { ac_status=$?; break; }
1582 done
1585 test -n "$ac_init_help" && exit $ac_status
1586 if $ac_init_version; then
1587 cat <<\_ACEOF
1588 Wine configure 1.1.37
1589 generated by GNU Autoconf 2.65
1591 Copyright (C) 2009 Free Software Foundation, Inc.
1592 This configure script is free software; the Free Software Foundation
1593 gives unlimited permission to copy, distribute and modify it.
1594 _ACEOF
1595 exit
1598 ## ------------------------ ##
1599 ## Autoconf initialization. ##
1600 ## ------------------------ ##
1602 # ac_fn_c_try_compile LINENO
1603 # --------------------------
1604 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1605 ac_fn_c_try_compile ()
1607 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1608 rm -f conftest.$ac_objext
1609 if { { ac_try="$ac_compile"
1610 case "(($ac_try" in
1611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1612 *) ac_try_echo=$ac_try;;
1613 esac
1614 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1615 $as_echo "$ac_try_echo"; } >&5
1616 (eval "$ac_compile") 2>conftest.err
1617 ac_status=$?
1618 if test -s conftest.err; then
1619 grep -v '^ *+' conftest.err >conftest.er1
1620 cat conftest.er1 >&5
1621 mv -f conftest.er1 conftest.err
1623 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1624 test $ac_status = 0; } && {
1625 test -z "$ac_c_werror_flag" ||
1626 test ! -s conftest.err
1627 } && test -s conftest.$ac_objext; then :
1628 ac_retval=0
1629 else
1630 $as_echo "$as_me: failed program was:" >&5
1631 sed 's/^/| /' conftest.$ac_ext >&5
1633 ac_retval=1
1635 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1636 as_fn_set_status $ac_retval
1638 } # ac_fn_c_try_compile
1640 # ac_fn_cxx_try_compile LINENO
1641 # ----------------------------
1642 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1643 ac_fn_cxx_try_compile ()
1645 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1646 rm -f conftest.$ac_objext
1647 if { { ac_try="$ac_compile"
1648 case "(($ac_try" in
1649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1650 *) ac_try_echo=$ac_try;;
1651 esac
1652 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1653 $as_echo "$ac_try_echo"; } >&5
1654 (eval "$ac_compile") 2>conftest.err
1655 ac_status=$?
1656 if test -s conftest.err; then
1657 grep -v '^ *+' conftest.err >conftest.er1
1658 cat conftest.er1 >&5
1659 mv -f conftest.er1 conftest.err
1661 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1662 test $ac_status = 0; } && {
1663 test -z "$ac_cxx_werror_flag" ||
1664 test ! -s conftest.err
1665 } && test -s conftest.$ac_objext; then :
1666 ac_retval=0
1667 else
1668 $as_echo "$as_me: failed program was:" >&5
1669 sed 's/^/| /' conftest.$ac_ext >&5
1671 ac_retval=1
1673 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1674 as_fn_set_status $ac_retval
1676 } # ac_fn_cxx_try_compile
1678 # ac_fn_c_try_link LINENO
1679 # -----------------------
1680 # Try to link conftest.$ac_ext, and return whether this succeeded.
1681 ac_fn_c_try_link ()
1683 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1684 rm -f conftest.$ac_objext conftest$ac_exeext
1685 if { { ac_try="$ac_link"
1686 case "(($ac_try" in
1687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1688 *) ac_try_echo=$ac_try;;
1689 esac
1690 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1691 $as_echo "$ac_try_echo"; } >&5
1692 (eval "$ac_link") 2>conftest.err
1693 ac_status=$?
1694 if test -s conftest.err; then
1695 grep -v '^ *+' conftest.err >conftest.er1
1696 cat conftest.er1 >&5
1697 mv -f conftest.er1 conftest.err
1699 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1700 test $ac_status = 0; } && {
1701 test -z "$ac_c_werror_flag" ||
1702 test ! -s conftest.err
1703 } && test -s conftest$ac_exeext && {
1704 test "$cross_compiling" = yes ||
1705 $as_test_x conftest$ac_exeext
1706 }; then :
1707 ac_retval=0
1708 else
1709 $as_echo "$as_me: failed program was:" >&5
1710 sed 's/^/| /' conftest.$ac_ext >&5
1712 ac_retval=1
1714 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1715 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1716 # interfere with the next link command; also delete a directory that is
1717 # left behind by Apple's compiler. We do this before executing the actions.
1718 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1719 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1720 as_fn_set_status $ac_retval
1722 } # ac_fn_c_try_link
1724 # ac_fn_c_try_cpp LINENO
1725 # ----------------------
1726 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1727 ac_fn_c_try_cpp ()
1729 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1730 if { { ac_try="$ac_cpp conftest.$ac_ext"
1731 case "(($ac_try" in
1732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1733 *) ac_try_echo=$ac_try;;
1734 esac
1735 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1736 $as_echo "$ac_try_echo"; } >&5
1737 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1738 ac_status=$?
1739 if test -s conftest.err; then
1740 grep -v '^ *+' conftest.err >conftest.er1
1741 cat conftest.er1 >&5
1742 mv -f conftest.er1 conftest.err
1744 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1745 test $ac_status = 0; } >/dev/null && {
1746 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1747 test ! -s conftest.err
1748 }; then :
1749 ac_retval=0
1750 else
1751 $as_echo "$as_me: failed program was:" >&5
1752 sed 's/^/| /' conftest.$ac_ext >&5
1754 ac_retval=1
1756 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1757 as_fn_set_status $ac_retval
1759 } # ac_fn_c_try_cpp
1761 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1762 # -------------------------------------------------------
1763 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1764 # the include files in INCLUDES and setting the cache variable VAR
1765 # accordingly.
1766 ac_fn_c_check_header_mongrel ()
1768 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1769 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1771 $as_echo_n "checking for $2... " >&6; }
1772 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1773 $as_echo_n "(cached) " >&6
1775 eval ac_res=\$$3
1776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1777 $as_echo "$ac_res" >&6; }
1778 else
1779 # Is the header compilable?
1780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1781 $as_echo_n "checking $2 usability... " >&6; }
1782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1783 /* end confdefs.h. */
1785 #include <$2>
1786 _ACEOF
1787 if ac_fn_c_try_compile "$LINENO"; then :
1788 ac_header_compiler=yes
1789 else
1790 ac_header_compiler=no
1792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1794 $as_echo "$ac_header_compiler" >&6; }
1796 # Is the header present?
1797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1798 $as_echo_n "checking $2 presence... " >&6; }
1799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1800 /* end confdefs.h. */
1801 #include <$2>
1802 _ACEOF
1803 if ac_fn_c_try_cpp "$LINENO"; then :
1804 ac_header_preproc=yes
1805 else
1806 ac_header_preproc=no
1808 rm -f conftest.err conftest.$ac_ext
1809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1810 $as_echo "$ac_header_preproc" >&6; }
1812 # So? What about this header?
1813 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1814 yes:no: )
1815 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1816 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1817 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1818 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1820 no:yes:* )
1821 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1822 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1823 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1824 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1825 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1826 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1827 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1828 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1829 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1830 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1831 ( cat <<\_ASBOX
1832 ## ------------------------------------ ##
1833 ## Report this to wine-devel@winehq.org ##
1834 ## ------------------------------------ ##
1835 _ASBOX
1836 ) | sed "s/^/$as_me: WARNING: /" >&2
1838 esac
1839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1840 $as_echo_n "checking for $2... " >&6; }
1841 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1842 $as_echo_n "(cached) " >&6
1843 else
1844 eval "$3=\$ac_header_compiler"
1846 eval ac_res=\$$3
1847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1848 $as_echo "$ac_res" >&6; }
1850 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1852 } # ac_fn_c_check_header_mongrel
1854 # ac_fn_c_try_run LINENO
1855 # ----------------------
1856 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1857 # that executables *can* be run.
1858 ac_fn_c_try_run ()
1860 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1861 if { { ac_try="$ac_link"
1862 case "(($ac_try" in
1863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1864 *) ac_try_echo=$ac_try;;
1865 esac
1866 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1867 $as_echo "$ac_try_echo"; } >&5
1868 (eval "$ac_link") 2>&5
1869 ac_status=$?
1870 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1871 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1872 { { case "(($ac_try" in
1873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1874 *) ac_try_echo=$ac_try;;
1875 esac
1876 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1877 $as_echo "$ac_try_echo"; } >&5
1878 (eval "$ac_try") 2>&5
1879 ac_status=$?
1880 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1881 test $ac_status = 0; }; }; then :
1882 ac_retval=0
1883 else
1884 $as_echo "$as_me: program exited with status $ac_status" >&5
1885 $as_echo "$as_me: failed program was:" >&5
1886 sed 's/^/| /' conftest.$ac_ext >&5
1888 ac_retval=$ac_status
1890 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1891 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1892 as_fn_set_status $ac_retval
1894 } # ac_fn_c_try_run
1896 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1897 # -------------------------------------------------------
1898 # Tests whether HEADER exists and can be compiled using the include files in
1899 # INCLUDES, setting the cache variable VAR accordingly.
1900 ac_fn_c_check_header_compile ()
1902 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1904 $as_echo_n "checking for $2... " >&6; }
1905 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1906 $as_echo_n "(cached) " >&6
1907 else
1908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1909 /* end confdefs.h. */
1911 #include <$2>
1912 _ACEOF
1913 if ac_fn_c_try_compile "$LINENO"; then :
1914 eval "$3=yes"
1915 else
1916 eval "$3=no"
1918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1920 eval ac_res=\$$3
1921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1922 $as_echo "$ac_res" >&6; }
1923 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1925 } # ac_fn_c_check_header_compile
1927 # ac_fn_c_check_func LINENO FUNC VAR
1928 # ----------------------------------
1929 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1930 ac_fn_c_check_func ()
1932 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1934 $as_echo_n "checking for $2... " >&6; }
1935 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1936 $as_echo_n "(cached) " >&6
1937 else
1938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1939 /* end confdefs.h. */
1940 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1941 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1942 #define $2 innocuous_$2
1944 /* System header to define __stub macros and hopefully few prototypes,
1945 which can conflict with char $2 (); below.
1946 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1947 <limits.h> exists even on freestanding compilers. */
1949 #ifdef __STDC__
1950 # include <limits.h>
1951 #else
1952 # include <assert.h>
1953 #endif
1955 #undef $2
1957 /* Override any GCC internal prototype to avoid an error.
1958 Use char because int might match the return type of a GCC
1959 builtin and then its argument prototype would still apply. */
1960 #ifdef __cplusplus
1961 extern "C"
1962 #endif
1963 char $2 ();
1964 /* The GNU C library defines this for functions which it implements
1965 to always fail with ENOSYS. Some functions are actually named
1966 something starting with __ and the normal name is an alias. */
1967 #if defined __stub_$2 || defined __stub___$2
1968 choke me
1969 #endif
1972 main ()
1974 return $2 ();
1976 return 0;
1978 _ACEOF
1979 if ac_fn_c_try_link "$LINENO"; then :
1980 eval "$3=yes"
1981 else
1982 eval "$3=no"
1984 rm -f core conftest.err conftest.$ac_objext \
1985 conftest$ac_exeext conftest.$ac_ext
1987 eval ac_res=\$$3
1988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1989 $as_echo "$ac_res" >&6; }
1990 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1992 } # ac_fn_c_check_func
1994 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1995 # ----------------------------------------------------
1996 # Tries to find if the field MEMBER exists in type AGGR, after including
1997 # INCLUDES, setting cache variable VAR accordingly.
1998 ac_fn_c_check_member ()
2000 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2002 $as_echo_n "checking for $2.$3... " >&6; }
2003 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2004 $as_echo_n "(cached) " >&6
2005 else
2006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2007 /* end confdefs.h. */
2010 main ()
2012 static $2 ac_aggr;
2013 if (ac_aggr.$3)
2014 return 0;
2016 return 0;
2018 _ACEOF
2019 if ac_fn_c_try_compile "$LINENO"; then :
2020 eval "$4=yes"
2021 else
2022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2023 /* end confdefs.h. */
2026 main ()
2028 static $2 ac_aggr;
2029 if (sizeof ac_aggr.$3)
2030 return 0;
2032 return 0;
2034 _ACEOF
2035 if ac_fn_c_try_compile "$LINENO"; then :
2036 eval "$4=yes"
2037 else
2038 eval "$4=no"
2040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2044 eval ac_res=\$$4
2045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2046 $as_echo "$ac_res" >&6; }
2047 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2049 } # ac_fn_c_check_member
2051 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2052 # -------------------------------------------
2053 # Tests whether TYPE exists after having included INCLUDES, setting cache
2054 # variable VAR accordingly.
2055 ac_fn_c_check_type ()
2057 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2059 $as_echo_n "checking for $2... " >&6; }
2060 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2061 $as_echo_n "(cached) " >&6
2062 else
2063 eval "$3=no"
2064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2065 /* end confdefs.h. */
2068 main ()
2070 if (sizeof ($2))
2071 return 0;
2073 return 0;
2075 _ACEOF
2076 if ac_fn_c_try_compile "$LINENO"; then :
2077 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2078 /* end confdefs.h. */
2081 main ()
2083 if (sizeof (($2)))
2084 return 0;
2086 return 0;
2088 _ACEOF
2089 if ac_fn_c_try_compile "$LINENO"; then :
2091 else
2092 eval "$3=yes"
2094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2098 eval ac_res=\$$3
2099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2100 $as_echo "$ac_res" >&6; }
2101 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2103 } # ac_fn_c_check_type
2104 cat >config.log <<_ACEOF
2105 This file contains any messages produced by compilers while
2106 running configure, to aid debugging if configure makes a mistake.
2108 It was created by Wine $as_me 1.1.37, which was
2109 generated by GNU Autoconf 2.65. Invocation command line was
2111 $ $0 $@
2113 _ACEOF
2114 exec 5>>config.log
2116 cat <<_ASUNAME
2117 ## --------- ##
2118 ## Platform. ##
2119 ## --------- ##
2121 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2122 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2123 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2124 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2125 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2127 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2128 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2130 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2131 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2132 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2133 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2134 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2135 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2136 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2138 _ASUNAME
2140 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2141 for as_dir in $PATH
2143 IFS=$as_save_IFS
2144 test -z "$as_dir" && as_dir=.
2145 $as_echo "PATH: $as_dir"
2146 done
2147 IFS=$as_save_IFS
2149 } >&5
2151 cat >&5 <<_ACEOF
2154 ## ----------- ##
2155 ## Core tests. ##
2156 ## ----------- ##
2158 _ACEOF
2161 # Keep a trace of the command line.
2162 # Strip out --no-create and --no-recursion so they do not pile up.
2163 # Strip out --silent because we don't want to record it for future runs.
2164 # Also quote any args containing shell meta-characters.
2165 # Make two passes to allow for proper duplicate-argument suppression.
2166 ac_configure_args=
2167 ac_configure_args0=
2168 ac_configure_args1=
2169 ac_must_keep_next=false
2170 for ac_pass in 1 2
2172 for ac_arg
2174 case $ac_arg in
2175 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2176 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2177 | -silent | --silent | --silen | --sile | --sil)
2178 continue ;;
2179 *\'*)
2180 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2181 esac
2182 case $ac_pass in
2183 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2185 as_fn_append ac_configure_args1 " '$ac_arg'"
2186 if test $ac_must_keep_next = true; then
2187 ac_must_keep_next=false # Got value, back to normal.
2188 else
2189 case $ac_arg in
2190 *=* | --config-cache | -C | -disable-* | --disable-* \
2191 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2192 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2193 | -with-* | --with-* | -without-* | --without-* | --x)
2194 case "$ac_configure_args0 " in
2195 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2196 esac
2198 -* ) ac_must_keep_next=true ;;
2199 esac
2201 as_fn_append ac_configure_args " '$ac_arg'"
2203 esac
2204 done
2205 done
2206 { ac_configure_args0=; unset ac_configure_args0;}
2207 { ac_configure_args1=; unset ac_configure_args1;}
2209 # When interrupted or exit'd, cleanup temporary files, and complete
2210 # config.log. We remove comments because anyway the quotes in there
2211 # would cause problems or look ugly.
2212 # WARNING: Use '\'' to represent an apostrophe within the trap.
2213 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2214 trap 'exit_status=$?
2215 # Save into config.log some information that might help in debugging.
2217 echo
2219 cat <<\_ASBOX
2220 ## ---------------- ##
2221 ## Cache variables. ##
2222 ## ---------------- ##
2223 _ASBOX
2224 echo
2225 # The following way of writing the cache mishandles newlines in values,
2227 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2228 eval ac_val=\$$ac_var
2229 case $ac_val in #(
2230 *${as_nl}*)
2231 case $ac_var in #(
2232 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2233 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2234 esac
2235 case $ac_var in #(
2236 _ | IFS | as_nl) ;; #(
2237 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2238 *) { eval $ac_var=; unset $ac_var;} ;;
2239 esac ;;
2240 esac
2241 done
2242 (set) 2>&1 |
2243 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2244 *${as_nl}ac_space=\ *)
2245 sed -n \
2246 "s/'\''/'\''\\\\'\'''\''/g;
2247 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2248 ;; #(
2250 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2252 esac |
2253 sort
2255 echo
2257 cat <<\_ASBOX
2258 ## ----------------- ##
2259 ## Output variables. ##
2260 ## ----------------- ##
2261 _ASBOX
2262 echo
2263 for ac_var in $ac_subst_vars
2265 eval ac_val=\$$ac_var
2266 case $ac_val in
2267 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2268 esac
2269 $as_echo "$ac_var='\''$ac_val'\''"
2270 done | sort
2271 echo
2273 if test -n "$ac_subst_files"; then
2274 cat <<\_ASBOX
2275 ## ------------------- ##
2276 ## File substitutions. ##
2277 ## ------------------- ##
2278 _ASBOX
2279 echo
2280 for ac_var in $ac_subst_files
2282 eval ac_val=\$$ac_var
2283 case $ac_val in
2284 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2285 esac
2286 $as_echo "$ac_var='\''$ac_val'\''"
2287 done | sort
2288 echo
2291 if test -s confdefs.h; then
2292 cat <<\_ASBOX
2293 ## ----------- ##
2294 ## confdefs.h. ##
2295 ## ----------- ##
2296 _ASBOX
2297 echo
2298 cat confdefs.h
2299 echo
2301 test "$ac_signal" != 0 &&
2302 $as_echo "$as_me: caught signal $ac_signal"
2303 $as_echo "$as_me: exit $exit_status"
2304 } >&5
2305 rm -f core *.core core.conftest.* &&
2306 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2307 exit $exit_status
2309 for ac_signal in 1 2 13 15; do
2310 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2311 done
2312 ac_signal=0
2314 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2315 rm -f -r conftest* confdefs.h
2317 $as_echo "/* confdefs.h */" > confdefs.h
2319 # Predefined preprocessor variables.
2321 cat >>confdefs.h <<_ACEOF
2322 #define PACKAGE_NAME "$PACKAGE_NAME"
2323 _ACEOF
2325 cat >>confdefs.h <<_ACEOF
2326 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2327 _ACEOF
2329 cat >>confdefs.h <<_ACEOF
2330 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2331 _ACEOF
2333 cat >>confdefs.h <<_ACEOF
2334 #define PACKAGE_STRING "$PACKAGE_STRING"
2335 _ACEOF
2337 cat >>confdefs.h <<_ACEOF
2338 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2339 _ACEOF
2341 cat >>confdefs.h <<_ACEOF
2342 #define PACKAGE_URL "$PACKAGE_URL"
2343 _ACEOF
2346 # Let the site file select an alternate cache file if it wants to.
2347 # Prefer an explicitly selected file to automatically selected ones.
2348 ac_site_file1=NONE
2349 ac_site_file2=NONE
2350 if test -n "$CONFIG_SITE"; then
2351 ac_site_file1=$CONFIG_SITE
2352 elif test "x$prefix" != xNONE; then
2353 ac_site_file1=$prefix/share/config.site
2354 ac_site_file2=$prefix/etc/config.site
2355 else
2356 ac_site_file1=$ac_default_prefix/share/config.site
2357 ac_site_file2=$ac_default_prefix/etc/config.site
2359 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2361 test "x$ac_site_file" = xNONE && continue
2362 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2363 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2364 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2365 sed 's/^/| /' "$ac_site_file" >&5
2366 . "$ac_site_file"
2368 done
2370 if test -r "$cache_file"; then
2371 # Some versions of bash will fail to source /dev/null (special files
2372 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2373 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2374 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2375 $as_echo "$as_me: loading cache $cache_file" >&6;}
2376 case $cache_file in
2377 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2378 *) . "./$cache_file";;
2379 esac
2381 else
2382 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2383 $as_echo "$as_me: creating cache $cache_file" >&6;}
2384 >$cache_file
2387 # Check that the precious variables saved in the cache have kept the same
2388 # value.
2389 ac_cache_corrupted=false
2390 for ac_var in $ac_precious_vars; do
2391 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2392 eval ac_new_set=\$ac_env_${ac_var}_set
2393 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2394 eval ac_new_val=\$ac_env_${ac_var}_value
2395 case $ac_old_set,$ac_new_set in
2396 set,)
2397 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2398 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2399 ac_cache_corrupted=: ;;
2400 ,set)
2401 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2402 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2403 ac_cache_corrupted=: ;;
2404 ,);;
2406 if test "x$ac_old_val" != "x$ac_new_val"; then
2407 # differences in whitespace do not lead to failure.
2408 ac_old_val_w=`echo x $ac_old_val`
2409 ac_new_val_w=`echo x $ac_new_val`
2410 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2411 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2412 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2413 ac_cache_corrupted=:
2414 else
2415 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2416 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2417 eval $ac_var=\$ac_old_val
2419 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2420 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2421 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2422 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2423 fi;;
2424 esac
2425 # Pass precious variables to config.status.
2426 if test "$ac_new_set" = set; then
2427 case $ac_new_val in
2428 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2429 *) ac_arg=$ac_var=$ac_new_val ;;
2430 esac
2431 case " $ac_configure_args " in
2432 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2433 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2434 esac
2436 done
2437 if $ac_cache_corrupted; then
2438 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2439 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2440 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2441 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2442 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2444 ## -------------------- ##
2445 ## Main body of script. ##
2446 ## -------------------- ##
2448 ac_ext=c
2449 ac_cpp='$CPP $CPPFLAGS'
2450 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2451 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2452 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2456 ac_config_headers="$ac_config_headers include/config.h"
2458 ac_aux_dir=
2459 for ac_dir in tools "$srcdir"/tools; do
2460 for ac_t in install-sh install.sh shtool; do
2461 if test -f "$ac_dir/$ac_t"; then
2462 ac_aux_dir=$ac_dir
2463 ac_install_sh="$ac_aux_dir/$ac_t -c"
2464 break 2
2466 done
2467 done
2468 if test -z "$ac_aux_dir"; then
2469 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2472 # These three variables are undocumented and unsupported,
2473 # and are intended to be withdrawn in a future Autoconf release.
2474 # They can cause serious problems if a builder's source tree is in a directory
2475 # whose full name contains unusual characters.
2476 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2477 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2478 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2483 # Check whether --enable-win16 was given.
2484 if test "${enable_win16+set}" = set; then :
2485 enableval=$enable_win16;
2488 # Check whether --enable-win64 was given.
2489 if test "${enable_win64+set}" = set; then :
2490 enableval=$enable_win64;
2493 # Check whether --enable-tests was given.
2494 if test "${enable_tests+set}" = set; then :
2495 enableval=$enable_tests;
2498 # Check whether --enable-maintainer-mode was given.
2499 if test "${enable_maintainer_mode+set}" = set; then :
2500 enableval=$enable_maintainer_mode;
2501 else
2502 MAINTAINER_MODE=\#
2508 # Check whether --with-alsa was given.
2509 if test "${with_alsa+set}" = set; then :
2510 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2514 # Check whether --with-audioio was given.
2515 if test "${with_audioio+set}" = set; then :
2516 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2520 # Check whether --with-capi was given.
2521 if test "${with_capi+set}" = set; then :
2522 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2526 # Check whether --with-cms was given.
2527 if test "${with_cms+set}" = set; then :
2528 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2532 # Check whether --with-coreaudio was given.
2533 if test "${with_coreaudio+set}" = set; then :
2534 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2538 # Check whether --with-cups was given.
2539 if test "${with_cups+set}" = set; then :
2540 withval=$with_cups;
2544 # Check whether --with-curses was given.
2545 if test "${with_curses+set}" = set; then :
2546 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2550 # Check whether --with-esd was given.
2551 if test "${with_esd+set}" = set; then :
2552 withval=$with_esd;
2556 # Check whether --with-fontconfig was given.
2557 if test "${with_fontconfig+set}" = set; then :
2558 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2562 # Check whether --with-freetype was given.
2563 if test "${with_freetype+set}" = set; then :
2564 withval=$with_freetype;
2568 # Check whether --with-gphoto was given.
2569 if test "${with_gphoto+set}" = set; then :
2570 withval=$with_gphoto;
2574 # Check whether --with-glu was given.
2575 if test "${with_glu+set}" = set; then :
2576 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2580 # Check whether --with-gnutls was given.
2581 if test "${with_gnutls+set}" = set; then :
2582 withval=$with_gnutls;
2586 # Check whether --with-gsm was given.
2587 if test "${with_gsm+set}" = set; then :
2588 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2592 # Check whether --with-hal was given.
2593 if test "${with_hal+set}" = set; then :
2594 withval=$with_hal;
2598 # Check whether --with-jack was given.
2599 if test "${with_jack+set}" = set; then :
2600 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2604 # Check whether --with-jpeg was given.
2605 if test "${with_jpeg+set}" = set; then :
2606 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2610 # Check whether --with-ldap was given.
2611 if test "${with_ldap+set}" = set; then :
2612 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2616 # Check whether --with-mpg123 was given.
2617 if test "${with_mpg123+set}" = set; then :
2618 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2622 # Check whether --with-nas was given.
2623 if test "${with_nas+set}" = set; then :
2624 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2628 # Check whether --with-openal was given.
2629 if test "${with_openal+set}" = set; then :
2630 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2634 # Check whether --with-opengl was given.
2635 if test "${with_opengl+set}" = set; then :
2636 withval=$with_opengl;
2640 # Check whether --with-openssl was given.
2641 if test "${with_openssl+set}" = set; then :
2642 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2646 # Check whether --with-oss was given.
2647 if test "${with_oss+set}" = set; then :
2648 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
2652 # Check whether --with-png was given.
2653 if test "${with_png+set}" = set; then :
2654 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2658 # Check whether --with-pthread was given.
2659 if test "${with_pthread+set}" = set; then :
2660 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2664 # Check whether --with-sane was given.
2665 if test "${with_sane+set}" = set; then :
2666 withval=$with_sane;
2670 # Check whether --with-v4l was given.
2671 if test "${with_v4l+set}" = set; then :
2672 withval=$with_v4l;
2676 # Check whether --with-xcomposite was given.
2677 if test "${with_xcomposite+set}" = set; then :
2678 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2682 # Check whether --with-xcursor was given.
2683 if test "${with_xcursor+set}" = set; then :
2684 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2688 # Check whether --with-xinerama was given.
2689 if test "${with_xinerama+set}" = set; then :
2690 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2694 # Check whether --with-xinput was given.
2695 if test "${with_xinput+set}" = set; then :
2696 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2700 # Check whether --with-xml was given.
2701 if test "${with_xml+set}" = set; then :
2702 withval=$with_xml;
2706 # Check whether --with-xrandr was given.
2707 if test "${with_xrandr+set}" = set; then :
2708 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2712 # Check whether --with-xrender was given.
2713 if test "${with_xrender+set}" = set; then :
2714 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2718 # Check whether --with-xshape was given.
2719 if test "${with_xshape+set}" = set; then :
2720 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2724 # Check whether --with-xshm was given.
2725 if test "${with_xshm+set}" = set; then :
2726 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2730 # Check whether --with-xslt was given.
2731 if test "${with_xslt+set}" = set; then :
2732 withval=$with_xslt;
2736 # Check whether --with-xxf86vm was given.
2737 if test "${with_xxf86vm+set}" = set; then :
2738 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
2743 # Check whether --with-wine-tools was given.
2744 if test "${with_wine_tools+set}" = set; then :
2745 withval=$with_wine_tools;
2749 # Check whether --with-wine64 was given.
2750 if test "${with_wine64+set}" = set; then :
2751 withval=$with_wine64;
2755 # Make sure we can run config.sub.
2756 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2757 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2760 $as_echo_n "checking build system type... " >&6; }
2761 if test "${ac_cv_build+set}" = set; then :
2762 $as_echo_n "(cached) " >&6
2763 else
2764 ac_build_alias=$build_alias
2765 test "x$ac_build_alias" = x &&
2766 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2767 test "x$ac_build_alias" = x &&
2768 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2769 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2770 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2774 $as_echo "$ac_cv_build" >&6; }
2775 case $ac_cv_build in
2776 *-*-*) ;;
2777 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2778 esac
2779 build=$ac_cv_build
2780 ac_save_IFS=$IFS; IFS='-'
2781 set x $ac_cv_build
2782 shift
2783 build_cpu=$1
2784 build_vendor=$2
2785 shift; shift
2786 # Remember, the first character of IFS is used to create $*,
2787 # except with old shells:
2788 build_os=$*
2789 IFS=$ac_save_IFS
2790 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2794 $as_echo_n "checking host system type... " >&6; }
2795 if test "${ac_cv_host+set}" = set; then :
2796 $as_echo_n "(cached) " >&6
2797 else
2798 if test "x$host_alias" = x; then
2799 ac_cv_host=$ac_cv_build
2800 else
2801 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2802 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2807 $as_echo "$ac_cv_host" >&6; }
2808 case $ac_cv_host in
2809 *-*-*) ;;
2810 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2811 esac
2812 host=$ac_cv_host
2813 ac_save_IFS=$IFS; IFS='-'
2814 set x $ac_cv_host
2815 shift
2816 host_cpu=$1
2817 host_vendor=$2
2818 shift; shift
2819 # Remember, the first character of IFS is used to create $*,
2820 # except with old shells:
2821 host_os=$*
2822 IFS=$ac_save_IFS
2823 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2827 case "$srcdir" in
2828 .) ;;
2829 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2830 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2831 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2832 fi ;;
2833 esac
2836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2837 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2838 set x ${MAKE-make}
2839 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2840 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2841 $as_echo_n "(cached) " >&6
2842 else
2843 cat >conftest.make <<\_ACEOF
2844 SHELL = /bin/sh
2845 all:
2846 @echo '@@@%%%=$(MAKE)=@@@%%%'
2847 _ACEOF
2848 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2849 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2850 *@@@%%%=?*=@@@%%%*)
2851 eval ac_cv_prog_make_${ac_make}_set=yes;;
2853 eval ac_cv_prog_make_${ac_make}_set=no;;
2854 esac
2855 rm -f conftest.make
2857 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2859 $as_echo "yes" >&6; }
2860 SET_MAKE=
2861 else
2862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2863 $as_echo "no" >&6; }
2864 SET_MAKE="MAKE=${MAKE-make}"
2867 ac_ext=c
2868 ac_cpp='$CPP $CPPFLAGS'
2869 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2870 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2871 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2872 if test -n "$ac_tool_prefix"; then
2873 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2874 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2876 $as_echo_n "checking for $ac_word... " >&6; }
2877 if test "${ac_cv_prog_CC+set}" = set; then :
2878 $as_echo_n "(cached) " >&6
2879 else
2880 if test -n "$CC"; then
2881 ac_cv_prog_CC="$CC" # Let the user override the test.
2882 else
2883 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2884 for as_dir in $PATH
2886 IFS=$as_save_IFS
2887 test -z "$as_dir" && as_dir=.
2888 for ac_exec_ext in '' $ac_executable_extensions; do
2889 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2890 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2892 break 2
2894 done
2895 done
2896 IFS=$as_save_IFS
2900 CC=$ac_cv_prog_CC
2901 if test -n "$CC"; then
2902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2903 $as_echo "$CC" >&6; }
2904 else
2905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2906 $as_echo "no" >&6; }
2911 if test -z "$ac_cv_prog_CC"; then
2912 ac_ct_CC=$CC
2913 # Extract the first word of "gcc", so it can be a program name with args.
2914 set dummy gcc; ac_word=$2
2915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2916 $as_echo_n "checking for $ac_word... " >&6; }
2917 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2918 $as_echo_n "(cached) " >&6
2919 else
2920 if test -n "$ac_ct_CC"; then
2921 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2922 else
2923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2924 for as_dir in $PATH
2926 IFS=$as_save_IFS
2927 test -z "$as_dir" && as_dir=.
2928 for ac_exec_ext in '' $ac_executable_extensions; do
2929 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2930 ac_cv_prog_ac_ct_CC="gcc"
2931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2932 break 2
2934 done
2935 done
2936 IFS=$as_save_IFS
2940 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2941 if test -n "$ac_ct_CC"; then
2942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2943 $as_echo "$ac_ct_CC" >&6; }
2944 else
2945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2946 $as_echo "no" >&6; }
2949 if test "x$ac_ct_CC" = x; then
2950 CC=""
2951 else
2952 case $cross_compiling:$ac_tool_warned in
2953 yes:)
2954 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2955 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2956 ac_tool_warned=yes ;;
2957 esac
2958 CC=$ac_ct_CC
2960 else
2961 CC="$ac_cv_prog_CC"
2964 if test -z "$CC"; then
2965 if test -n "$ac_tool_prefix"; then
2966 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2967 set dummy ${ac_tool_prefix}cc; ac_word=$2
2968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2969 $as_echo_n "checking for $ac_word... " >&6; }
2970 if test "${ac_cv_prog_CC+set}" = set; then :
2971 $as_echo_n "(cached) " >&6
2972 else
2973 if test -n "$CC"; then
2974 ac_cv_prog_CC="$CC" # Let the user override the test.
2975 else
2976 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2977 for as_dir in $PATH
2979 IFS=$as_save_IFS
2980 test -z "$as_dir" && as_dir=.
2981 for ac_exec_ext in '' $ac_executable_extensions; do
2982 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2983 ac_cv_prog_CC="${ac_tool_prefix}cc"
2984 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2985 break 2
2987 done
2988 done
2989 IFS=$as_save_IFS
2993 CC=$ac_cv_prog_CC
2994 if test -n "$CC"; then
2995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2996 $as_echo "$CC" >&6; }
2997 else
2998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2999 $as_echo "no" >&6; }
3005 if test -z "$CC"; then
3006 # Extract the first word of "cc", so it can be a program name with args.
3007 set dummy cc; ac_word=$2
3008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3009 $as_echo_n "checking for $ac_word... " >&6; }
3010 if test "${ac_cv_prog_CC+set}" = set; then :
3011 $as_echo_n "(cached) " >&6
3012 else
3013 if test -n "$CC"; then
3014 ac_cv_prog_CC="$CC" # Let the user override the test.
3015 else
3016 ac_prog_rejected=no
3017 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3018 for as_dir in $PATH
3020 IFS=$as_save_IFS
3021 test -z "$as_dir" && as_dir=.
3022 for ac_exec_ext in '' $ac_executable_extensions; do
3023 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3024 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3025 ac_prog_rejected=yes
3026 continue
3028 ac_cv_prog_CC="cc"
3029 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3030 break 2
3032 done
3033 done
3034 IFS=$as_save_IFS
3036 if test $ac_prog_rejected = yes; then
3037 # We found a bogon in the path, so make sure we never use it.
3038 set dummy $ac_cv_prog_CC
3039 shift
3040 if test $# != 0; then
3041 # We chose a different compiler from the bogus one.
3042 # However, it has the same basename, so the bogon will be chosen
3043 # first if we set CC to just the basename; use the full file name.
3044 shift
3045 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3050 CC=$ac_cv_prog_CC
3051 if test -n "$CC"; then
3052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3053 $as_echo "$CC" >&6; }
3054 else
3055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3056 $as_echo "no" >&6; }
3061 if test -z "$CC"; then
3062 if test -n "$ac_tool_prefix"; then
3063 for ac_prog in cl.exe
3065 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3066 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3068 $as_echo_n "checking for $ac_word... " >&6; }
3069 if test "${ac_cv_prog_CC+set}" = set; then :
3070 $as_echo_n "(cached) " >&6
3071 else
3072 if test -n "$CC"; then
3073 ac_cv_prog_CC="$CC" # Let the user override the test.
3074 else
3075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3076 for as_dir in $PATH
3078 IFS=$as_save_IFS
3079 test -z "$as_dir" && as_dir=.
3080 for ac_exec_ext in '' $ac_executable_extensions; do
3081 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3082 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3083 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3084 break 2
3086 done
3087 done
3088 IFS=$as_save_IFS
3092 CC=$ac_cv_prog_CC
3093 if test -n "$CC"; then
3094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3095 $as_echo "$CC" >&6; }
3096 else
3097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3098 $as_echo "no" >&6; }
3102 test -n "$CC" && break
3103 done
3105 if test -z "$CC"; then
3106 ac_ct_CC=$CC
3107 for ac_prog in cl.exe
3109 # Extract the first word of "$ac_prog", so it can be a program name with args.
3110 set dummy $ac_prog; ac_word=$2
3111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3112 $as_echo_n "checking for $ac_word... " >&6; }
3113 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3114 $as_echo_n "(cached) " >&6
3115 else
3116 if test -n "$ac_ct_CC"; then
3117 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3118 else
3119 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3120 for as_dir in $PATH
3122 IFS=$as_save_IFS
3123 test -z "$as_dir" && as_dir=.
3124 for ac_exec_ext in '' $ac_executable_extensions; do
3125 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3126 ac_cv_prog_ac_ct_CC="$ac_prog"
3127 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3128 break 2
3130 done
3131 done
3132 IFS=$as_save_IFS
3136 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3137 if test -n "$ac_ct_CC"; then
3138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3139 $as_echo "$ac_ct_CC" >&6; }
3140 else
3141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3142 $as_echo "no" >&6; }
3146 test -n "$ac_ct_CC" && break
3147 done
3149 if test "x$ac_ct_CC" = x; then
3150 CC=""
3151 else
3152 case $cross_compiling:$ac_tool_warned in
3153 yes:)
3154 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3155 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3156 ac_tool_warned=yes ;;
3157 esac
3158 CC=$ac_ct_CC
3165 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3166 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3167 as_fn_error "no acceptable C compiler found in \$PATH
3168 See \`config.log' for more details." "$LINENO" 5; }
3170 # Provide some information about the compiler.
3171 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3172 set X $ac_compile
3173 ac_compiler=$2
3174 for ac_option in --version -v -V -qversion; do
3175 { { ac_try="$ac_compiler $ac_option >&5"
3176 case "(($ac_try" in
3177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3178 *) ac_try_echo=$ac_try;;
3179 esac
3180 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3181 $as_echo "$ac_try_echo"; } >&5
3182 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3183 ac_status=$?
3184 if test -s conftest.err; then
3185 sed '10a\
3186 ... rest of stderr output deleted ...
3187 10q' conftest.err >conftest.er1
3188 cat conftest.er1 >&5
3190 rm -f conftest.er1 conftest.err
3191 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3192 test $ac_status = 0; }
3193 done
3195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3196 /* end confdefs.h. */
3199 main ()
3203 return 0;
3205 _ACEOF
3206 ac_clean_files_save=$ac_clean_files
3207 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3208 # Try to create an executable without -o first, disregard a.out.
3209 # It will help us diagnose broken compilers, and finding out an intuition
3210 # of exeext.
3211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3212 $as_echo_n "checking whether the C compiler works... " >&6; }
3213 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3215 # The possible output files:
3216 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3218 ac_rmfiles=
3219 for ac_file in $ac_files
3221 case $ac_file in
3222 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3223 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3224 esac
3225 done
3226 rm -f $ac_rmfiles
3228 if { { ac_try="$ac_link_default"
3229 case "(($ac_try" in
3230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3231 *) ac_try_echo=$ac_try;;
3232 esac
3233 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3234 $as_echo "$ac_try_echo"; } >&5
3235 (eval "$ac_link_default") 2>&5
3236 ac_status=$?
3237 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3238 test $ac_status = 0; }; then :
3239 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3240 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3241 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3242 # so that the user can short-circuit this test for compilers unknown to
3243 # Autoconf.
3244 for ac_file in $ac_files ''
3246 test -f "$ac_file" || continue
3247 case $ac_file in
3248 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3250 [ab].out )
3251 # We found the default executable, but exeext='' is most
3252 # certainly right.
3253 break;;
3254 *.* )
3255 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3256 then :; else
3257 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3259 # We set ac_cv_exeext here because the later test for it is not
3260 # safe: cross compilers may not add the suffix if given an `-o'
3261 # argument, so we may need to know it at that point already.
3262 # Even if this section looks crufty: it has the advantage of
3263 # actually working.
3264 break;;
3266 break;;
3267 esac
3268 done
3269 test "$ac_cv_exeext" = no && ac_cv_exeext=
3271 else
3272 ac_file=''
3274 if test -z "$ac_file"; then :
3275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3276 $as_echo "no" >&6; }
3277 $as_echo "$as_me: failed program was:" >&5
3278 sed 's/^/| /' conftest.$ac_ext >&5
3280 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3281 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3282 { as_fn_set_status 77
3283 as_fn_error "C compiler cannot create executables
3284 See \`config.log' for more details." "$LINENO" 5; }; }
3285 else
3286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3287 $as_echo "yes" >&6; }
3289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3290 $as_echo_n "checking for C compiler default output file name... " >&6; }
3291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3292 $as_echo "$ac_file" >&6; }
3293 ac_exeext=$ac_cv_exeext
3295 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3296 ac_clean_files=$ac_clean_files_save
3297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3298 $as_echo_n "checking for suffix of executables... " >&6; }
3299 if { { ac_try="$ac_link"
3300 case "(($ac_try" in
3301 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3302 *) ac_try_echo=$ac_try;;
3303 esac
3304 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3305 $as_echo "$ac_try_echo"; } >&5
3306 (eval "$ac_link") 2>&5
3307 ac_status=$?
3308 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3309 test $ac_status = 0; }; then :
3310 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3311 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3312 # work properly (i.e., refer to `conftest.exe'), while it won't with
3313 # `rm'.
3314 for ac_file in conftest.exe conftest conftest.*; do
3315 test -f "$ac_file" || continue
3316 case $ac_file in
3317 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3318 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3319 break;;
3320 * ) break;;
3321 esac
3322 done
3323 else
3324 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3325 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3326 as_fn_error "cannot compute suffix of executables: cannot compile and link
3327 See \`config.log' for more details." "$LINENO" 5; }
3329 rm -f conftest conftest$ac_cv_exeext
3330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3331 $as_echo "$ac_cv_exeext" >&6; }
3333 rm -f conftest.$ac_ext
3334 EXEEXT=$ac_cv_exeext
3335 ac_exeext=$EXEEXT
3336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3337 /* end confdefs.h. */
3338 #include <stdio.h>
3340 main ()
3342 FILE *f = fopen ("conftest.out", "w");
3343 return ferror (f) || fclose (f) != 0;
3346 return 0;
3348 _ACEOF
3349 ac_clean_files="$ac_clean_files conftest.out"
3350 # Check that the compiler produces executables we can run. If not, either
3351 # the compiler is broken, or we cross compile.
3352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3353 $as_echo_n "checking whether we are cross compiling... " >&6; }
3354 if test "$cross_compiling" != yes; then
3355 { { ac_try="$ac_link"
3356 case "(($ac_try" in
3357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3358 *) ac_try_echo=$ac_try;;
3359 esac
3360 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3361 $as_echo "$ac_try_echo"; } >&5
3362 (eval "$ac_link") 2>&5
3363 ac_status=$?
3364 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3365 test $ac_status = 0; }
3366 if { ac_try='./conftest$ac_cv_exeext'
3367 { { case "(($ac_try" in
3368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3369 *) ac_try_echo=$ac_try;;
3370 esac
3371 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3372 $as_echo "$ac_try_echo"; } >&5
3373 (eval "$ac_try") 2>&5
3374 ac_status=$?
3375 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3376 test $ac_status = 0; }; }; then
3377 cross_compiling=no
3378 else
3379 if test "$cross_compiling" = maybe; then
3380 cross_compiling=yes
3381 else
3382 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3383 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3384 as_fn_error "cannot run C compiled programs.
3385 If you meant to cross compile, use \`--host'.
3386 See \`config.log' for more details." "$LINENO" 5; }
3390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3391 $as_echo "$cross_compiling" >&6; }
3393 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3394 ac_clean_files=$ac_clean_files_save
3395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3396 $as_echo_n "checking for suffix of object files... " >&6; }
3397 if test "${ac_cv_objext+set}" = set; then :
3398 $as_echo_n "(cached) " >&6
3399 else
3400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3401 /* end confdefs.h. */
3404 main ()
3408 return 0;
3410 _ACEOF
3411 rm -f conftest.o conftest.obj
3412 if { { ac_try="$ac_compile"
3413 case "(($ac_try" in
3414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3415 *) ac_try_echo=$ac_try;;
3416 esac
3417 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3418 $as_echo "$ac_try_echo"; } >&5
3419 (eval "$ac_compile") 2>&5
3420 ac_status=$?
3421 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3422 test $ac_status = 0; }; then :
3423 for ac_file in conftest.o conftest.obj conftest.*; do
3424 test -f "$ac_file" || continue;
3425 case $ac_file in
3426 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3427 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3428 break;;
3429 esac
3430 done
3431 else
3432 $as_echo "$as_me: failed program was:" >&5
3433 sed 's/^/| /' conftest.$ac_ext >&5
3435 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3436 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3437 as_fn_error "cannot compute suffix of object files: cannot compile
3438 See \`config.log' for more details." "$LINENO" 5; }
3440 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3443 $as_echo "$ac_cv_objext" >&6; }
3444 OBJEXT=$ac_cv_objext
3445 ac_objext=$OBJEXT
3446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3447 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3448 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3449 $as_echo_n "(cached) " >&6
3450 else
3451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3452 /* end confdefs.h. */
3455 main ()
3457 #ifndef __GNUC__
3458 choke me
3459 #endif
3462 return 0;
3464 _ACEOF
3465 if ac_fn_c_try_compile "$LINENO"; then :
3466 ac_compiler_gnu=yes
3467 else
3468 ac_compiler_gnu=no
3470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3471 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3475 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3476 if test $ac_compiler_gnu = yes; then
3477 GCC=yes
3478 else
3479 GCC=
3481 ac_test_CFLAGS=${CFLAGS+set}
3482 ac_save_CFLAGS=$CFLAGS
3483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3484 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3485 if test "${ac_cv_prog_cc_g+set}" = set; then :
3486 $as_echo_n "(cached) " >&6
3487 else
3488 ac_save_c_werror_flag=$ac_c_werror_flag
3489 ac_c_werror_flag=yes
3490 ac_cv_prog_cc_g=no
3491 CFLAGS="-g"
3492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3493 /* end confdefs.h. */
3496 main ()
3500 return 0;
3502 _ACEOF
3503 if ac_fn_c_try_compile "$LINENO"; then :
3504 ac_cv_prog_cc_g=yes
3505 else
3506 CFLAGS=""
3507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3508 /* end confdefs.h. */
3511 main ()
3515 return 0;
3517 _ACEOF
3518 if ac_fn_c_try_compile "$LINENO"; then :
3520 else
3521 ac_c_werror_flag=$ac_save_c_werror_flag
3522 CFLAGS="-g"
3523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3524 /* end confdefs.h. */
3527 main ()
3531 return 0;
3533 _ACEOF
3534 if ac_fn_c_try_compile "$LINENO"; then :
3535 ac_cv_prog_cc_g=yes
3537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 ac_c_werror_flag=$ac_save_c_werror_flag
3544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3545 $as_echo "$ac_cv_prog_cc_g" >&6; }
3546 if test "$ac_test_CFLAGS" = set; then
3547 CFLAGS=$ac_save_CFLAGS
3548 elif test $ac_cv_prog_cc_g = yes; then
3549 if test "$GCC" = yes; then
3550 CFLAGS="-g -O2"
3551 else
3552 CFLAGS="-g"
3554 else
3555 if test "$GCC" = yes; then
3556 CFLAGS="-O2"
3557 else
3558 CFLAGS=
3561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3562 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3563 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3564 $as_echo_n "(cached) " >&6
3565 else
3566 ac_cv_prog_cc_c89=no
3567 ac_save_CC=$CC
3568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3569 /* end confdefs.h. */
3570 #include <stdarg.h>
3571 #include <stdio.h>
3572 #include <sys/types.h>
3573 #include <sys/stat.h>
3574 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3575 struct buf { int x; };
3576 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3577 static char *e (p, i)
3578 char **p;
3579 int i;
3581 return p[i];
3583 static char *f (char * (*g) (char **, int), char **p, ...)
3585 char *s;
3586 va_list v;
3587 va_start (v,p);
3588 s = g (p, va_arg (v,int));
3589 va_end (v);
3590 return s;
3593 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3594 function prototypes and stuff, but not '\xHH' hex character constants.
3595 These don't provoke an error unfortunately, instead are silently treated
3596 as 'x'. The following induces an error, until -std is added to get
3597 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3598 array size at least. It's necessary to write '\x00'==0 to get something
3599 that's true only with -std. */
3600 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3602 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3603 inside strings and character constants. */
3604 #define FOO(x) 'x'
3605 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3607 int test (int i, double x);
3608 struct s1 {int (*f) (int a);};
3609 struct s2 {int (*f) (double a);};
3610 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3611 int argc;
3612 char **argv;
3614 main ()
3616 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3618 return 0;
3620 _ACEOF
3621 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3622 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3624 CC="$ac_save_CC $ac_arg"
3625 if ac_fn_c_try_compile "$LINENO"; then :
3626 ac_cv_prog_cc_c89=$ac_arg
3628 rm -f core conftest.err conftest.$ac_objext
3629 test "x$ac_cv_prog_cc_c89" != "xno" && break
3630 done
3631 rm -f conftest.$ac_ext
3632 CC=$ac_save_CC
3635 # AC_CACHE_VAL
3636 case "x$ac_cv_prog_cc_c89" in
3638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3639 $as_echo "none needed" >&6; } ;;
3640 xno)
3641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3642 $as_echo "unsupported" >&6; } ;;
3644 CC="$CC $ac_cv_prog_cc_c89"
3645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3646 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3647 esac
3648 if test "x$ac_cv_prog_cc_c89" != xno; then :
3652 ac_ext=c
3653 ac_cpp='$CPP $CPPFLAGS'
3654 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3655 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3656 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3658 ac_ext=cpp
3659 ac_cpp='$CXXCPP $CPPFLAGS'
3660 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3661 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3662 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3663 if test -z "$CXX"; then
3664 if test -n "$CCC"; then
3665 CXX=$CCC
3666 else
3667 if test -n "$ac_tool_prefix"; then
3668 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3670 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3671 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3673 $as_echo_n "checking for $ac_word... " >&6; }
3674 if test "${ac_cv_prog_CXX+set}" = set; then :
3675 $as_echo_n "(cached) " >&6
3676 else
3677 if test -n "$CXX"; then
3678 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3679 else
3680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3681 for as_dir in $PATH
3683 IFS=$as_save_IFS
3684 test -z "$as_dir" && as_dir=.
3685 for ac_exec_ext in '' $ac_executable_extensions; do
3686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3687 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3688 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3689 break 2
3691 done
3692 done
3693 IFS=$as_save_IFS
3697 CXX=$ac_cv_prog_CXX
3698 if test -n "$CXX"; then
3699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3700 $as_echo "$CXX" >&6; }
3701 else
3702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3703 $as_echo "no" >&6; }
3707 test -n "$CXX" && break
3708 done
3710 if test -z "$CXX"; then
3711 ac_ct_CXX=$CXX
3712 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3714 # Extract the first word of "$ac_prog", so it can be a program name with args.
3715 set dummy $ac_prog; ac_word=$2
3716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3717 $as_echo_n "checking for $ac_word... " >&6; }
3718 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3719 $as_echo_n "(cached) " >&6
3720 else
3721 if test -n "$ac_ct_CXX"; then
3722 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3723 else
3724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3725 for as_dir in $PATH
3727 IFS=$as_save_IFS
3728 test -z "$as_dir" && as_dir=.
3729 for ac_exec_ext in '' $ac_executable_extensions; do
3730 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3731 ac_cv_prog_ac_ct_CXX="$ac_prog"
3732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3733 break 2
3735 done
3736 done
3737 IFS=$as_save_IFS
3741 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3742 if test -n "$ac_ct_CXX"; then
3743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3744 $as_echo "$ac_ct_CXX" >&6; }
3745 else
3746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3747 $as_echo "no" >&6; }
3751 test -n "$ac_ct_CXX" && break
3752 done
3754 if test "x$ac_ct_CXX" = x; then
3755 CXX="g++"
3756 else
3757 case $cross_compiling:$ac_tool_warned in
3758 yes:)
3759 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3760 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3761 ac_tool_warned=yes ;;
3762 esac
3763 CXX=$ac_ct_CXX
3769 # Provide some information about the compiler.
3770 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3771 set X $ac_compile
3772 ac_compiler=$2
3773 for ac_option in --version -v -V -qversion; do
3774 { { ac_try="$ac_compiler $ac_option >&5"
3775 case "(($ac_try" in
3776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3777 *) ac_try_echo=$ac_try;;
3778 esac
3779 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3780 $as_echo "$ac_try_echo"; } >&5
3781 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3782 ac_status=$?
3783 if test -s conftest.err; then
3784 sed '10a\
3785 ... rest of stderr output deleted ...
3786 10q' conftest.err >conftest.er1
3787 cat conftest.er1 >&5
3789 rm -f conftest.er1 conftest.err
3790 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3791 test $ac_status = 0; }
3792 done
3794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3795 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3796 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3797 $as_echo_n "(cached) " >&6
3798 else
3799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3800 /* end confdefs.h. */
3803 main ()
3805 #ifndef __GNUC__
3806 choke me
3807 #endif
3810 return 0;
3812 _ACEOF
3813 if ac_fn_cxx_try_compile "$LINENO"; then :
3814 ac_compiler_gnu=yes
3815 else
3816 ac_compiler_gnu=no
3818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3819 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3823 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3824 if test $ac_compiler_gnu = yes; then
3825 GXX=yes
3826 else
3827 GXX=
3829 ac_test_CXXFLAGS=${CXXFLAGS+set}
3830 ac_save_CXXFLAGS=$CXXFLAGS
3831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3832 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3833 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3834 $as_echo_n "(cached) " >&6
3835 else
3836 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3837 ac_cxx_werror_flag=yes
3838 ac_cv_prog_cxx_g=no
3839 CXXFLAGS="-g"
3840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3841 /* end confdefs.h. */
3844 main ()
3848 return 0;
3850 _ACEOF
3851 if ac_fn_cxx_try_compile "$LINENO"; then :
3852 ac_cv_prog_cxx_g=yes
3853 else
3854 CXXFLAGS=""
3855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3856 /* end confdefs.h. */
3859 main ()
3863 return 0;
3865 _ACEOF
3866 if ac_fn_cxx_try_compile "$LINENO"; then :
3868 else
3869 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3870 CXXFLAGS="-g"
3871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3872 /* end confdefs.h. */
3875 main ()
3879 return 0;
3881 _ACEOF
3882 if ac_fn_cxx_try_compile "$LINENO"; then :
3883 ac_cv_prog_cxx_g=yes
3885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3889 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3890 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3893 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3894 if test "$ac_test_CXXFLAGS" = set; then
3895 CXXFLAGS=$ac_save_CXXFLAGS
3896 elif test $ac_cv_prog_cxx_g = yes; then
3897 if test "$GXX" = yes; then
3898 CXXFLAGS="-g -O2"
3899 else
3900 CXXFLAGS="-g"
3902 else
3903 if test "$GXX" = yes; then
3904 CXXFLAGS="-O2"
3905 else
3906 CXXFLAGS=
3909 ac_ext=c
3910 ac_cpp='$CPP $CPPFLAGS'
3911 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3912 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3913 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3915 if test -n "$ac_tool_prefix"; then
3916 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3917 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3919 $as_echo_n "checking for $ac_word... " >&6; }
3920 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3921 $as_echo_n "(cached) " >&6
3922 else
3923 if test -n "$CPPBIN"; then
3924 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3925 else
3926 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3927 for as_dir in $PATH
3929 IFS=$as_save_IFS
3930 test -z "$as_dir" && as_dir=.
3931 for ac_exec_ext in '' $ac_executable_extensions; do
3932 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3933 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3934 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3935 break 2
3937 done
3938 done
3939 IFS=$as_save_IFS
3943 CPPBIN=$ac_cv_prog_CPPBIN
3944 if test -n "$CPPBIN"; then
3945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3946 $as_echo "$CPPBIN" >&6; }
3947 else
3948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3949 $as_echo "no" >&6; }
3954 if test -z "$ac_cv_prog_CPPBIN"; then
3955 ac_ct_CPPBIN=$CPPBIN
3956 # Extract the first word of "cpp", so it can be a program name with args.
3957 set dummy cpp; ac_word=$2
3958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3959 $as_echo_n "checking for $ac_word... " >&6; }
3960 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3961 $as_echo_n "(cached) " >&6
3962 else
3963 if test -n "$ac_ct_CPPBIN"; then
3964 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3965 else
3966 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3967 for as_dir in $PATH
3969 IFS=$as_save_IFS
3970 test -z "$as_dir" && as_dir=.
3971 for ac_exec_ext in '' $ac_executable_extensions; do
3972 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3973 ac_cv_prog_ac_ct_CPPBIN="cpp"
3974 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3975 break 2
3977 done
3978 done
3979 IFS=$as_save_IFS
3983 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3984 if test -n "$ac_ct_CPPBIN"; then
3985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3986 $as_echo "$ac_ct_CPPBIN" >&6; }
3987 else
3988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3989 $as_echo "no" >&6; }
3992 if test "x$ac_ct_CPPBIN" = x; then
3993 CPPBIN="cpp"
3994 else
3995 case $cross_compiling:$ac_tool_warned in
3996 yes:)
3997 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3998 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3999 ac_tool_warned=yes ;;
4000 esac
4001 CPPBIN=$ac_ct_CPPBIN
4003 else
4004 CPPBIN="$ac_cv_prog_CPPBIN"
4008 cat >>confdefs.h <<_ACEOF
4009 #define EXEEXT "$ac_exeext"
4010 _ACEOF
4013 case $host in
4014 *-darwin*)
4015 if test "x$enable_win64" = "xyes"
4016 then
4017 CC="$CC -m64"
4018 CXX="$CXX -m64"
4019 LD="${LD:-ld} -arch x86_64"
4020 AS="${AS:-as} -arch x86_64"
4021 host_cpu="x86_64"
4022 notice_platform="64-bit "
4023 TARGETFLAGS="-m64"
4025 else
4026 CC="$CC -m32"
4027 CXX="$CXX -m32"
4028 LD="${LD:-ld} -arch i386"
4029 AS="${AS:-as} -arch i386"
4030 host_cpu="i386"
4031 notice_platform="32-bit "
4032 TARGETFLAGS="-m32"
4034 enable_win16=${enable_win16:-yes}
4037 x86_64*)
4038 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4039 then
4040 CC="$CC -m32"
4041 CXX="$CXX -m32"
4042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4043 $as_echo_n "checking whether $CC works... " >&6; }
4045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4046 /* end confdefs.h. */
4049 main ()
4053 return 0;
4055 _ACEOF
4056 if ac_fn_c_try_link "$LINENO"; then :
4057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4058 $as_echo "yes" >&6; }
4059 else
4060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4061 $as_echo "no" >&6; }
4062 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4064 rm -f core conftest.err conftest.$ac_objext \
4065 conftest$ac_exeext conftest.$ac_ext
4066 LD="${LD:-ld} -m elf_i386"
4067 AS="${AS:-as} --32"
4068 host_cpu="i386"
4069 notice_platform="32-bit "
4070 TARGETFLAGS="-m32"
4072 enable_win16=${enable_win16:-yes}
4073 else
4074 if test "x${GCC}" = "xyes"
4075 then
4076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4077 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4079 /* end confdefs.h. */
4080 #include <stdarg.h>
4082 main ()
4084 void func(__builtin_ms_va_list *args);
4086 return 0;
4088 _ACEOF
4089 if ac_fn_c_try_compile "$LINENO"; then :
4090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4091 $as_echo "yes" >&6; }
4092 else
4093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4094 $as_echo "no" >&6; }
4095 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4099 TARGETFLAGS="-m64"
4103 *-mingw32*|*-cygwin*)
4104 enable_win16=${enable_win16:-no}
4106 i[3456789]86*)
4107 enable_win16=${enable_win16:-yes}
4109 esac
4111 enable_win16=${enable_win16:-no}
4113 if test -n "$with_wine64"
4114 then
4115 if test "x$enable_win64" = "xyes"
4116 then
4117 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4118 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4120 WOW64_DISABLE=\#
4122 enable_fonts=${enable_fonts:-no}
4123 enable_include=${enable_include:-no}
4124 enable_server=${enable_server:-no}
4125 enable_tools=${enable_tools:-no}
4126 enable_wineboot=${enable_wineboot:-no}
4127 enable_winedbg=${enable_winedbg:-no}
4128 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4132 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4133 if test "${wine_cv_toolsdir+set}" = set; then :
4134 $as_echo_n "(cached) " >&6
4135 else
4136 wine_cv_toolsdir="$with_wine_tools"
4137 if test -z "$with_wine_tools"; then
4138 if test "$cross_compiling" = "yes"; then
4139 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4140 elif test -n "$with_wine64"; then
4141 wine_cv_toolsdir="$with_wine64"
4144 if test -z "$wine_cv_toolsdir"; then
4145 wine_cv_toolsdir="\$(TOPOBJDIR)"
4146 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4147 case "$wine_cv_toolsdir" in
4148 /*) ;;
4149 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4150 esac
4151 else
4152 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4156 $as_echo "$wine_cv_toolsdir" >&6; }
4157 TOOLSDIR=$wine_cv_toolsdir
4159 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4160 then
4161 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4165 for ac_prog in flex
4167 # Extract the first word of "$ac_prog", so it can be a program name with args.
4168 set dummy $ac_prog; ac_word=$2
4169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4170 $as_echo_n "checking for $ac_word... " >&6; }
4171 if test "${ac_cv_prog_FLEX+set}" = set; then :
4172 $as_echo_n "(cached) " >&6
4173 else
4174 if test -n "$FLEX"; then
4175 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4176 else
4177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4178 for as_dir in $PATH
4180 IFS=$as_save_IFS
4181 test -z "$as_dir" && as_dir=.
4182 for ac_exec_ext in '' $ac_executable_extensions; do
4183 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4184 ac_cv_prog_FLEX="$ac_prog"
4185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4186 break 2
4188 done
4189 done
4190 IFS=$as_save_IFS
4194 FLEX=$ac_cv_prog_FLEX
4195 if test -n "$FLEX"; then
4196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4197 $as_echo "$FLEX" >&6; }
4198 else
4199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4200 $as_echo "no" >&6; }
4204 test -n "$FLEX" && break
4205 done
4206 test -n "$FLEX" || FLEX="none"
4208 if test "$FLEX" = "none"
4209 then
4210 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4213 $as_echo_n "checking whether flex is recent enough... " >&6; }
4214 cat >conftest.l <<EOF
4215 %top{
4216 #include "prediluvian.h"
4220 if $FLEX -t conftest.l >/dev/null 2>&1
4221 then
4222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4223 $as_echo "yes" >&6; }
4224 else
4225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4226 $as_echo "no" >&6; }
4227 as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4230 for ac_prog in bison
4232 # Extract the first word of "$ac_prog", so it can be a program name with args.
4233 set dummy $ac_prog; ac_word=$2
4234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4235 $as_echo_n "checking for $ac_word... " >&6; }
4236 if test "${ac_cv_prog_BISON+set}" = set; then :
4237 $as_echo_n "(cached) " >&6
4238 else
4239 if test -n "$BISON"; then
4240 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4241 else
4242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4243 for as_dir in $PATH
4245 IFS=$as_save_IFS
4246 test -z "$as_dir" && as_dir=.
4247 for ac_exec_ext in '' $ac_executable_extensions; do
4248 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4249 ac_cv_prog_BISON="$ac_prog"
4250 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4251 break 2
4253 done
4254 done
4255 IFS=$as_save_IFS
4259 BISON=$ac_cv_prog_BISON
4260 if test -n "$BISON"; then
4261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4262 $as_echo "$BISON" >&6; }
4263 else
4264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4265 $as_echo "no" >&6; }
4269 test -n "$BISON" && break
4270 done
4271 test -n "$BISON" || BISON="none"
4273 if test "$BISON" = "none"
4274 then
4275 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4278 if test -n "$ac_tool_prefix"; then
4279 for ac_prog in ar gar
4281 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4282 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4284 $as_echo_n "checking for $ac_word... " >&6; }
4285 if test "${ac_cv_prog_AR+set}" = set; then :
4286 $as_echo_n "(cached) " >&6
4287 else
4288 if test -n "$AR"; then
4289 ac_cv_prog_AR="$AR" # Let the user override the test.
4290 else
4291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4292 for as_dir in $PATH
4294 IFS=$as_save_IFS
4295 test -z "$as_dir" && as_dir=.
4296 for ac_exec_ext in '' $ac_executable_extensions; do
4297 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4298 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4299 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4300 break 2
4302 done
4303 done
4304 IFS=$as_save_IFS
4308 AR=$ac_cv_prog_AR
4309 if test -n "$AR"; then
4310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4311 $as_echo "$AR" >&6; }
4312 else
4313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4314 $as_echo "no" >&6; }
4318 test -n "$AR" && break
4319 done
4321 if test -z "$AR"; then
4322 ac_ct_AR=$AR
4323 for ac_prog in ar gar
4325 # Extract the first word of "$ac_prog", so it can be a program name with args.
4326 set dummy $ac_prog; ac_word=$2
4327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4328 $as_echo_n "checking for $ac_word... " >&6; }
4329 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4330 $as_echo_n "(cached) " >&6
4331 else
4332 if test -n "$ac_ct_AR"; then
4333 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4334 else
4335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4336 for as_dir in $PATH
4338 IFS=$as_save_IFS
4339 test -z "$as_dir" && as_dir=.
4340 for ac_exec_ext in '' $ac_executable_extensions; do
4341 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4342 ac_cv_prog_ac_ct_AR="$ac_prog"
4343 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4344 break 2
4346 done
4347 done
4348 IFS=$as_save_IFS
4352 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4353 if test -n "$ac_ct_AR"; then
4354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4355 $as_echo "$ac_ct_AR" >&6; }
4356 else
4357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4358 $as_echo "no" >&6; }
4362 test -n "$ac_ct_AR" && break
4363 done
4365 if test "x$ac_ct_AR" = x; then
4366 AR="ar"
4367 else
4368 case $cross_compiling:$ac_tool_warned in
4369 yes:)
4370 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4371 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4372 ac_tool_warned=yes ;;
4373 esac
4374 AR=$ac_ct_AR
4378 ARFLAGS=rc
4380 if test -n "$ac_tool_prefix"; then
4381 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4382 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4384 $as_echo_n "checking for $ac_word... " >&6; }
4385 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4386 $as_echo_n "(cached) " >&6
4387 else
4388 if test -n "$RANLIB"; then
4389 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4390 else
4391 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4392 for as_dir in $PATH
4394 IFS=$as_save_IFS
4395 test -z "$as_dir" && as_dir=.
4396 for ac_exec_ext in '' $ac_executable_extensions; do
4397 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4398 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4399 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4400 break 2
4402 done
4403 done
4404 IFS=$as_save_IFS
4408 RANLIB=$ac_cv_prog_RANLIB
4409 if test -n "$RANLIB"; then
4410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4411 $as_echo "$RANLIB" >&6; }
4412 else
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4414 $as_echo "no" >&6; }
4419 if test -z "$ac_cv_prog_RANLIB"; then
4420 ac_ct_RANLIB=$RANLIB
4421 # Extract the first word of "ranlib", so it can be a program name with args.
4422 set dummy ranlib; ac_word=$2
4423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4424 $as_echo_n "checking for $ac_word... " >&6; }
4425 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4426 $as_echo_n "(cached) " >&6
4427 else
4428 if test -n "$ac_ct_RANLIB"; then
4429 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4430 else
4431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4432 for as_dir in $PATH
4434 IFS=$as_save_IFS
4435 test -z "$as_dir" && as_dir=.
4436 for ac_exec_ext in '' $ac_executable_extensions; do
4437 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4438 ac_cv_prog_ac_ct_RANLIB="ranlib"
4439 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4440 break 2
4442 done
4443 done
4444 IFS=$as_save_IFS
4448 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4449 if test -n "$ac_ct_RANLIB"; then
4450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4451 $as_echo "$ac_ct_RANLIB" >&6; }
4452 else
4453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4454 $as_echo "no" >&6; }
4457 if test "x$ac_ct_RANLIB" = x; then
4458 RANLIB=":"
4459 else
4460 case $cross_compiling:$ac_tool_warned in
4461 yes:)
4462 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4463 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4464 ac_tool_warned=yes ;;
4465 esac
4466 RANLIB=$ac_ct_RANLIB
4468 else
4469 RANLIB="$ac_cv_prog_RANLIB"
4472 if test -n "$ac_tool_prefix"; then
4473 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4474 set dummy ${ac_tool_prefix}strip; ac_word=$2
4475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4476 $as_echo_n "checking for $ac_word... " >&6; }
4477 if test "${ac_cv_prog_STRIP+set}" = set; then :
4478 $as_echo_n "(cached) " >&6
4479 else
4480 if test -n "$STRIP"; then
4481 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4482 else
4483 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4484 for as_dir in $PATH
4486 IFS=$as_save_IFS
4487 test -z "$as_dir" && as_dir=.
4488 for ac_exec_ext in '' $ac_executable_extensions; do
4489 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4490 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4491 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4492 break 2
4494 done
4495 done
4496 IFS=$as_save_IFS
4500 STRIP=$ac_cv_prog_STRIP
4501 if test -n "$STRIP"; then
4502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4503 $as_echo "$STRIP" >&6; }
4504 else
4505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4506 $as_echo "no" >&6; }
4511 if test -z "$ac_cv_prog_STRIP"; then
4512 ac_ct_STRIP=$STRIP
4513 # Extract the first word of "strip", so it can be a program name with args.
4514 set dummy strip; ac_word=$2
4515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4516 $as_echo_n "checking for $ac_word... " >&6; }
4517 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4518 $as_echo_n "(cached) " >&6
4519 else
4520 if test -n "$ac_ct_STRIP"; then
4521 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4522 else
4523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4524 for as_dir in $PATH
4526 IFS=$as_save_IFS
4527 test -z "$as_dir" && as_dir=.
4528 for ac_exec_ext in '' $ac_executable_extensions; do
4529 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4530 ac_cv_prog_ac_ct_STRIP="strip"
4531 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4532 break 2
4534 done
4535 done
4536 IFS=$as_save_IFS
4540 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4541 if test -n "$ac_ct_STRIP"; then
4542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4543 $as_echo "$ac_ct_STRIP" >&6; }
4544 else
4545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4546 $as_echo "no" >&6; }
4549 if test "x$ac_ct_STRIP" = x; then
4550 STRIP="strip"
4551 else
4552 case $cross_compiling:$ac_tool_warned in
4553 yes:)
4554 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4555 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4556 ac_tool_warned=yes ;;
4557 esac
4558 STRIP=$ac_ct_STRIP
4560 else
4561 STRIP="$ac_cv_prog_STRIP"
4564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4565 $as_echo_n "checking whether ln -s works... " >&6; }
4566 LN_S=$as_ln_s
4567 if test "$LN_S" = "ln -s"; then
4568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4569 $as_echo "yes" >&6; }
4570 else
4571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4572 $as_echo "no, using $LN_S" >&6; }
4575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4576 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4577 if test "${ac_cv_path_GREP+set}" = set; then :
4578 $as_echo_n "(cached) " >&6
4579 else
4580 if test -z "$GREP"; then
4581 ac_path_GREP_found=false
4582 # Loop through the user's path and test for each of PROGNAME-LIST
4583 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4584 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4586 IFS=$as_save_IFS
4587 test -z "$as_dir" && as_dir=.
4588 for ac_prog in grep ggrep; do
4589 for ac_exec_ext in '' $ac_executable_extensions; do
4590 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4591 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4592 # Check for GNU ac_path_GREP and select it if it is found.
4593 # Check for GNU $ac_path_GREP
4594 case `"$ac_path_GREP" --version 2>&1` in
4595 *GNU*)
4596 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4598 ac_count=0
4599 $as_echo_n 0123456789 >"conftest.in"
4600 while :
4602 cat "conftest.in" "conftest.in" >"conftest.tmp"
4603 mv "conftest.tmp" "conftest.in"
4604 cp "conftest.in" "conftest.nl"
4605 $as_echo 'GREP' >> "conftest.nl"
4606 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4607 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4608 as_fn_arith $ac_count + 1 && ac_count=$as_val
4609 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4610 # Best one so far, save it but keep looking for a better one
4611 ac_cv_path_GREP="$ac_path_GREP"
4612 ac_path_GREP_max=$ac_count
4614 # 10*(2^10) chars as input seems more than enough
4615 test $ac_count -gt 10 && break
4616 done
4617 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4618 esac
4620 $ac_path_GREP_found && break 3
4621 done
4622 done
4623 done
4624 IFS=$as_save_IFS
4625 if test -z "$ac_cv_path_GREP"; then
4626 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4628 else
4629 ac_cv_path_GREP=$GREP
4633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4634 $as_echo "$ac_cv_path_GREP" >&6; }
4635 GREP="$ac_cv_path_GREP"
4638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4639 $as_echo_n "checking for egrep... " >&6; }
4640 if test "${ac_cv_path_EGREP+set}" = set; then :
4641 $as_echo_n "(cached) " >&6
4642 else
4643 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4644 then ac_cv_path_EGREP="$GREP -E"
4645 else
4646 if test -z "$EGREP"; then
4647 ac_path_EGREP_found=false
4648 # Loop through the user's path and test for each of PROGNAME-LIST
4649 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4650 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4652 IFS=$as_save_IFS
4653 test -z "$as_dir" && as_dir=.
4654 for ac_prog in egrep; do
4655 for ac_exec_ext in '' $ac_executable_extensions; do
4656 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4657 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4658 # Check for GNU ac_path_EGREP and select it if it is found.
4659 # Check for GNU $ac_path_EGREP
4660 case `"$ac_path_EGREP" --version 2>&1` in
4661 *GNU*)
4662 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4664 ac_count=0
4665 $as_echo_n 0123456789 >"conftest.in"
4666 while :
4668 cat "conftest.in" "conftest.in" >"conftest.tmp"
4669 mv "conftest.tmp" "conftest.in"
4670 cp "conftest.in" "conftest.nl"
4671 $as_echo 'EGREP' >> "conftest.nl"
4672 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4673 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4674 as_fn_arith $ac_count + 1 && ac_count=$as_val
4675 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4676 # Best one so far, save it but keep looking for a better one
4677 ac_cv_path_EGREP="$ac_path_EGREP"
4678 ac_path_EGREP_max=$ac_count
4680 # 10*(2^10) chars as input seems more than enough
4681 test $ac_count -gt 10 && break
4682 done
4683 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4684 esac
4686 $ac_path_EGREP_found && break 3
4687 done
4688 done
4689 done
4690 IFS=$as_save_IFS
4691 if test -z "$ac_cv_path_EGREP"; then
4692 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4694 else
4695 ac_cv_path_EGREP=$EGREP
4700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4701 $as_echo "$ac_cv_path_EGREP" >&6; }
4702 EGREP="$ac_cv_path_EGREP"
4705 # Extract the first word of "ldconfig", so it can be a program name with args.
4706 set dummy ldconfig; ac_word=$2
4707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4708 $as_echo_n "checking for $ac_word... " >&6; }
4709 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4710 $as_echo_n "(cached) " >&6
4711 else
4712 case $LDCONFIG in
4713 [\\/]* | ?:[\\/]*)
4714 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4717 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4718 for as_dir in /sbin /usr/sbin $PATH
4720 IFS=$as_save_IFS
4721 test -z "$as_dir" && as_dir=.
4722 for ac_exec_ext in '' $ac_executable_extensions; do
4723 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4724 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4726 break 2
4728 done
4729 done
4730 IFS=$as_save_IFS
4732 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4734 esac
4736 LDCONFIG=$ac_cv_path_LDCONFIG
4737 if test -n "$LDCONFIG"; then
4738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4739 $as_echo "$LDCONFIG" >&6; }
4740 else
4741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4742 $as_echo "no" >&6; }
4746 # Find a good install program. We prefer a C program (faster),
4747 # so one script is as good as another. But avoid the broken or
4748 # incompatible versions:
4749 # SysV /etc/install, /usr/sbin/install
4750 # SunOS /usr/etc/install
4751 # IRIX /sbin/install
4752 # AIX /bin/install
4753 # AmigaOS /C/install, which installs bootblocks on floppy discs
4754 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4755 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4756 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4757 # OS/2's system install, which has a completely different semantic
4758 # ./install, which can be erroneously created by make from ./install.sh.
4759 # Reject install programs that cannot install multiple files.
4760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4761 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4762 if test -z "$INSTALL"; then
4763 if test "${ac_cv_path_install+set}" = set; then :
4764 $as_echo_n "(cached) " >&6
4765 else
4766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4767 for as_dir in $PATH
4769 IFS=$as_save_IFS
4770 test -z "$as_dir" && as_dir=.
4771 # Account for people who put trailing slashes in PATH elements.
4772 case $as_dir/ in #((
4773 ./ | .// | /[cC]/* | \
4774 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4775 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4776 /usr/ucb/* ) ;;
4778 # OSF1 and SCO ODT 3.0 have their own names for install.
4779 # Don't use installbsd from OSF since it installs stuff as root
4780 # by default.
4781 for ac_prog in ginstall scoinst install; do
4782 for ac_exec_ext in '' $ac_executable_extensions; do
4783 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4784 if test $ac_prog = install &&
4785 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4786 # AIX install. It has an incompatible calling convention.
4788 elif test $ac_prog = install &&
4789 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4790 # program-specific install script used by HP pwplus--don't use.
4792 else
4793 rm -rf conftest.one conftest.two conftest.dir
4794 echo one > conftest.one
4795 echo two > conftest.two
4796 mkdir conftest.dir
4797 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4798 test -s conftest.one && test -s conftest.two &&
4799 test -s conftest.dir/conftest.one &&
4800 test -s conftest.dir/conftest.two
4801 then
4802 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4803 break 3
4807 done
4808 done
4810 esac
4812 done
4813 IFS=$as_save_IFS
4815 rm -rf conftest.one conftest.two conftest.dir
4818 if test "${ac_cv_path_install+set}" = set; then
4819 INSTALL=$ac_cv_path_install
4820 else
4821 # As a last resort, use the slow shell script. Don't cache a
4822 # value for INSTALL within a source directory, because that will
4823 # break other packages using the cache if that directory is
4824 # removed, or if the value is a relative name.
4825 INSTALL=$ac_install_sh
4828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4829 $as_echo "$INSTALL" >&6; }
4831 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4832 # It thinks the first close brace ends the variable substitution.
4833 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4835 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4837 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4839 case "$INSTALL" in
4840 [\\/$]* | ?:[\\/]* ) ;;
4841 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4842 esac
4844 for ac_prog in lclint lint
4846 # Extract the first word of "$ac_prog", so it can be a program name with args.
4847 set dummy $ac_prog; ac_word=$2
4848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4849 $as_echo_n "checking for $ac_word... " >&6; }
4850 if test "${ac_cv_prog_LINT+set}" = set; then :
4851 $as_echo_n "(cached) " >&6
4852 else
4853 if test -n "$LINT"; then
4854 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4855 else
4856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4857 for as_dir in $PATH
4859 IFS=$as_save_IFS
4860 test -z "$as_dir" && as_dir=.
4861 for ac_exec_ext in '' $ac_executable_extensions; do
4862 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4863 ac_cv_prog_LINT="$ac_prog"
4864 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4865 break 2
4867 done
4868 done
4869 IFS=$as_save_IFS
4873 LINT=$ac_cv_prog_LINT
4874 if test -n "$LINT"; then
4875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4876 $as_echo "$LINT" >&6; }
4877 else
4878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4879 $as_echo "no" >&6; }
4883 test -n "$LINT" && break
4884 done
4886 if test "$LINT" = "lint"
4887 then
4888 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4893 for ac_prog in fontforge
4895 # Extract the first word of "$ac_prog", so it can be a program name with args.
4896 set dummy $ac_prog; ac_word=$2
4897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4898 $as_echo_n "checking for $ac_word... " >&6; }
4899 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4900 $as_echo_n "(cached) " >&6
4901 else
4902 if test -n "$FONTFORGE"; then
4903 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4904 else
4905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4906 for as_dir in $PATH
4908 IFS=$as_save_IFS
4909 test -z "$as_dir" && as_dir=.
4910 for ac_exec_ext in '' $ac_executable_extensions; do
4911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4912 ac_cv_prog_FONTFORGE="$ac_prog"
4913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4914 break 2
4916 done
4917 done
4918 IFS=$as_save_IFS
4922 FONTFORGE=$ac_cv_prog_FONTFORGE
4923 if test -n "$FONTFORGE"; then
4924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4925 $as_echo "$FONTFORGE" >&6; }
4926 else
4927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4928 $as_echo "no" >&6; }
4932 test -n "$FONTFORGE" && break
4933 done
4934 test -n "$FONTFORGE" || FONTFORGE="false"
4936 for ac_prog in pkg-config
4938 # Extract the first word of "$ac_prog", so it can be a program name with args.
4939 set dummy $ac_prog; ac_word=$2
4940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4941 $as_echo_n "checking for $ac_word... " >&6; }
4942 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4943 $as_echo_n "(cached) " >&6
4944 else
4945 if test -n "$PKG_CONFIG"; then
4946 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4947 else
4948 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4949 for as_dir in $PATH
4951 IFS=$as_save_IFS
4952 test -z "$as_dir" && as_dir=.
4953 for ac_exec_ext in '' $ac_executable_extensions; do
4954 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4955 ac_cv_prog_PKG_CONFIG="$ac_prog"
4956 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4957 break 2
4959 done
4960 done
4961 IFS=$as_save_IFS
4965 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4966 if test -n "$PKG_CONFIG"; then
4967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4968 $as_echo "$PKG_CONFIG" >&6; }
4969 else
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4971 $as_echo "no" >&6; }
4975 test -n "$PKG_CONFIG" && break
4976 done
4977 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4979 for ac_prog in rsvg
4981 # Extract the first word of "$ac_prog", so it can be a program name with args.
4982 set dummy $ac_prog; ac_word=$2
4983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4984 $as_echo_n "checking for $ac_word... " >&6; }
4985 if test "${ac_cv_prog_RSVG+set}" = set; then :
4986 $as_echo_n "(cached) " >&6
4987 else
4988 if test -n "$RSVG"; then
4989 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4990 else
4991 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4992 for as_dir in $PATH
4994 IFS=$as_save_IFS
4995 test -z "$as_dir" && as_dir=.
4996 for ac_exec_ext in '' $ac_executable_extensions; do
4997 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4998 ac_cv_prog_RSVG="$ac_prog"
4999 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5000 break 2
5002 done
5003 done
5004 IFS=$as_save_IFS
5008 RSVG=$ac_cv_prog_RSVG
5009 if test -n "$RSVG"; then
5010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5011 $as_echo "$RSVG" >&6; }
5012 else
5013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5014 $as_echo "no" >&6; }
5018 test -n "$RSVG" && break
5019 done
5020 test -n "$RSVG" || RSVG="false"
5022 for ac_prog in icotool
5024 # Extract the first word of "$ac_prog", so it can be a program name with args.
5025 set dummy $ac_prog; ac_word=$2
5026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5027 $as_echo_n "checking for $ac_word... " >&6; }
5028 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5029 $as_echo_n "(cached) " >&6
5030 else
5031 if test -n "$ICOTOOL"; then
5032 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5033 else
5034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5035 for as_dir in $PATH
5037 IFS=$as_save_IFS
5038 test -z "$as_dir" && as_dir=.
5039 for ac_exec_ext in '' $ac_executable_extensions; do
5040 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5041 ac_cv_prog_ICOTOOL="$ac_prog"
5042 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5043 break 2
5045 done
5046 done
5047 IFS=$as_save_IFS
5051 ICOTOOL=$ac_cv_prog_ICOTOOL
5052 if test -n "$ICOTOOL"; then
5053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5054 $as_echo "$ICOTOOL" >&6; }
5055 else
5056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5057 $as_echo "no" >&6; }
5061 test -n "$ICOTOOL" && break
5062 done
5063 test -n "$ICOTOOL" || ICOTOOL="false"
5066 if test "${enable_maintainer_mode+set}" = set
5067 then
5068 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5069 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5070 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5073 case $host_cpu in
5074 *i[3456789]86*)
5075 # Extract the first word of "prelink", so it can be a program name with args.
5076 set dummy prelink; ac_word=$2
5077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5078 $as_echo_n "checking for $ac_word... " >&6; }
5079 if test "${ac_cv_path_PRELINK+set}" = set; then :
5080 $as_echo_n "(cached) " >&6
5081 else
5082 case $PRELINK in
5083 [\\/]* | ?:[\\/]*)
5084 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5087 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5088 for as_dir in /sbin /usr/sbin $PATH
5090 IFS=$as_save_IFS
5091 test -z "$as_dir" && as_dir=.
5092 for ac_exec_ext in '' $ac_executable_extensions; do
5093 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5094 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5095 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5096 break 2
5098 done
5099 done
5100 IFS=$as_save_IFS
5102 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5104 esac
5106 PRELINK=$ac_cv_path_PRELINK
5107 if test -n "$PRELINK"; then
5108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5109 $as_echo "$PRELINK" >&6; }
5110 else
5111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5112 $as_echo "no" >&6; }
5117 esac
5120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5121 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5122 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5123 $as_echo_n "(cached) " >&6
5124 else
5125 ac_check_lib_save_LIBS=$LIBS
5126 LIBS="-li386 $LIBS"
5127 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5128 /* end confdefs.h. */
5130 /* Override any GCC internal prototype to avoid an error.
5131 Use char because int might match the return type of a GCC
5132 builtin and then its argument prototype would still apply. */
5133 #ifdef __cplusplus
5134 extern "C"
5135 #endif
5136 char i386_set_ldt ();
5138 main ()
5140 return i386_set_ldt ();
5142 return 0;
5144 _ACEOF
5145 if ac_fn_c_try_link "$LINENO"; then :
5146 ac_cv_lib_i386_i386_set_ldt=yes
5147 else
5148 ac_cv_lib_i386_i386_set_ldt=no
5150 rm -f core conftest.err conftest.$ac_objext \
5151 conftest$ac_exeext conftest.$ac_ext
5152 LIBS=$ac_check_lib_save_LIBS
5154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5155 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5156 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5157 cat >>confdefs.h <<_ACEOF
5158 #define HAVE_LIBI386 1
5159 _ACEOF
5161 LIBS="-li386 $LIBS"
5165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5166 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5167 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5168 $as_echo_n "(cached) " >&6
5169 else
5170 ac_check_lib_save_LIBS=$LIBS
5171 LIBS="-lossaudio $LIBS"
5172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5173 /* end confdefs.h. */
5175 /* Override any GCC internal prototype to avoid an error.
5176 Use char because int might match the return type of a GCC
5177 builtin and then its argument prototype would still apply. */
5178 #ifdef __cplusplus
5179 extern "C"
5180 #endif
5181 char _oss_ioctl ();
5183 main ()
5185 return _oss_ioctl ();
5187 return 0;
5189 _ACEOF
5190 if ac_fn_c_try_link "$LINENO"; then :
5191 ac_cv_lib_ossaudio__oss_ioctl=yes
5192 else
5193 ac_cv_lib_ossaudio__oss_ioctl=no
5195 rm -f core conftest.err conftest.$ac_objext \
5196 conftest$ac_exeext conftest.$ac_ext
5197 LIBS=$ac_check_lib_save_LIBS
5199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5200 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5201 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5202 cat >>confdefs.h <<_ACEOF
5203 #define HAVE_LIBOSSAUDIO 1
5204 _ACEOF
5206 LIBS="-lossaudio $LIBS"
5211 XLIB=""
5213 OPENGL_LIBS=""
5217 # Check whether --enable-largefile was given.
5218 if test "${enable_largefile+set}" = set; then :
5219 enableval=$enable_largefile;
5222 if test "$enable_largefile" != no; then
5224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5225 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5226 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5227 $as_echo_n "(cached) " >&6
5228 else
5229 ac_cv_sys_largefile_CC=no
5230 if test "$GCC" != yes; then
5231 ac_save_CC=$CC
5232 while :; do
5233 # IRIX 6.2 and later do not support large files by default,
5234 # so use the C compiler's -n32 option if that helps.
5235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5236 /* end confdefs.h. */
5237 #include <sys/types.h>
5238 /* Check that off_t can represent 2**63 - 1 correctly.
5239 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5240 since some C++ compilers masquerading as C compilers
5241 incorrectly reject 9223372036854775807. */
5242 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5243 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5244 && LARGE_OFF_T % 2147483647 == 1)
5245 ? 1 : -1];
5247 main ()
5251 return 0;
5253 _ACEOF
5254 if ac_fn_c_try_compile "$LINENO"; then :
5255 break
5257 rm -f core conftest.err conftest.$ac_objext
5258 CC="$CC -n32"
5259 if ac_fn_c_try_compile "$LINENO"; then :
5260 ac_cv_sys_largefile_CC=' -n32'; break
5262 rm -f core conftest.err conftest.$ac_objext
5263 break
5264 done
5265 CC=$ac_save_CC
5266 rm -f conftest.$ac_ext
5269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5270 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5271 if test "$ac_cv_sys_largefile_CC" != no; then
5272 CC=$CC$ac_cv_sys_largefile_CC
5275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5276 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5277 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5278 $as_echo_n "(cached) " >&6
5279 else
5280 while :; do
5281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5282 /* end confdefs.h. */
5283 #include <sys/types.h>
5284 /* Check that off_t can represent 2**63 - 1 correctly.
5285 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5286 since some C++ compilers masquerading as C compilers
5287 incorrectly reject 9223372036854775807. */
5288 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5289 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5290 && LARGE_OFF_T % 2147483647 == 1)
5291 ? 1 : -1];
5293 main ()
5297 return 0;
5299 _ACEOF
5300 if ac_fn_c_try_compile "$LINENO"; then :
5301 ac_cv_sys_file_offset_bits=no; break
5303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5305 /* end confdefs.h. */
5306 #define _FILE_OFFSET_BITS 64
5307 #include <sys/types.h>
5308 /* Check that off_t can represent 2**63 - 1 correctly.
5309 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5310 since some C++ compilers masquerading as C compilers
5311 incorrectly reject 9223372036854775807. */
5312 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5313 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5314 && LARGE_OFF_T % 2147483647 == 1)
5315 ? 1 : -1];
5317 main ()
5321 return 0;
5323 _ACEOF
5324 if ac_fn_c_try_compile "$LINENO"; then :
5325 ac_cv_sys_file_offset_bits=64; break
5327 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5328 ac_cv_sys_file_offset_bits=unknown
5329 break
5330 done
5332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5333 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5334 case $ac_cv_sys_file_offset_bits in #(
5335 no | unknown) ;;
5337 cat >>confdefs.h <<_ACEOF
5338 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5339 _ACEOF
5341 esac
5342 rm -rf conftest*
5343 if test $ac_cv_sys_file_offset_bits = unknown; then
5344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5345 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5346 if test "${ac_cv_sys_large_files+set}" = set; then :
5347 $as_echo_n "(cached) " >&6
5348 else
5349 while :; do
5350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5351 /* end confdefs.h. */
5352 #include <sys/types.h>
5353 /* Check that off_t can represent 2**63 - 1 correctly.
5354 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5355 since some C++ compilers masquerading as C compilers
5356 incorrectly reject 9223372036854775807. */
5357 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5358 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5359 && LARGE_OFF_T % 2147483647 == 1)
5360 ? 1 : -1];
5362 main ()
5366 return 0;
5368 _ACEOF
5369 if ac_fn_c_try_compile "$LINENO"; then :
5370 ac_cv_sys_large_files=no; break
5372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5373 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5374 /* end confdefs.h. */
5375 #define _LARGE_FILES 1
5376 #include <sys/types.h>
5377 /* Check that off_t can represent 2**63 - 1 correctly.
5378 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5379 since some C++ compilers masquerading as C compilers
5380 incorrectly reject 9223372036854775807. */
5381 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5382 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5383 && LARGE_OFF_T % 2147483647 == 1)
5384 ? 1 : -1];
5386 main ()
5390 return 0;
5392 _ACEOF
5393 if ac_fn_c_try_compile "$LINENO"; then :
5394 ac_cv_sys_large_files=1; break
5396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5397 ac_cv_sys_large_files=unknown
5398 break
5399 done
5401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5402 $as_echo "$ac_cv_sys_large_files" >&6; }
5403 case $ac_cv_sys_large_files in #(
5404 no | unknown) ;;
5406 cat >>confdefs.h <<_ACEOF
5407 #define _LARGE_FILES $ac_cv_sys_large_files
5408 _ACEOF
5410 esac
5411 rm -rf conftest*
5416 ac_ext=c
5417 ac_cpp='$CPP $CPPFLAGS'
5418 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5419 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5420 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5422 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5423 # On Suns, sometimes $CPP names a directory.
5424 if test -n "$CPP" && test -d "$CPP"; then
5425 CPP=
5427 if test -z "$CPP"; then
5428 if test "${ac_cv_prog_CPP+set}" = set; then :
5429 $as_echo_n "(cached) " >&6
5430 else
5431 # Double quotes because CPP needs to be expanded
5432 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5434 ac_preproc_ok=false
5435 for ac_c_preproc_warn_flag in '' yes
5437 # Use a header file that comes with gcc, so configuring glibc
5438 # with a fresh cross-compiler works.
5439 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5440 # <limits.h> exists even on freestanding compilers.
5441 # On the NeXT, cc -E runs the code through the compiler's parser,
5442 # not just through cpp. "Syntax error" is here to catch this case.
5443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5444 /* end confdefs.h. */
5445 #ifdef __STDC__
5446 # include <limits.h>
5447 #else
5448 # include <assert.h>
5449 #endif
5450 Syntax error
5451 _ACEOF
5452 if ac_fn_c_try_cpp "$LINENO"; then :
5454 else
5455 # Broken: fails on valid input.
5456 continue
5458 rm -f conftest.err conftest.$ac_ext
5460 # OK, works on sane cases. Now check whether nonexistent headers
5461 # can be detected and how.
5462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5463 /* end confdefs.h. */
5464 #include <ac_nonexistent.h>
5465 _ACEOF
5466 if ac_fn_c_try_cpp "$LINENO"; then :
5467 # Broken: success on invalid input.
5468 continue
5469 else
5470 # Passes both tests.
5471 ac_preproc_ok=:
5472 break
5474 rm -f conftest.err conftest.$ac_ext
5476 done
5477 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5478 rm -f conftest.err conftest.$ac_ext
5479 if $ac_preproc_ok; then :
5480 break
5483 done
5484 ac_cv_prog_CPP=$CPP
5487 CPP=$ac_cv_prog_CPP
5488 else
5489 ac_cv_prog_CPP=$CPP
5491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5492 $as_echo "$CPP" >&6; }
5493 ac_preproc_ok=false
5494 for ac_c_preproc_warn_flag in '' yes
5496 # Use a header file that comes with gcc, so configuring glibc
5497 # with a fresh cross-compiler works.
5498 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5499 # <limits.h> exists even on freestanding compilers.
5500 # On the NeXT, cc -E runs the code through the compiler's parser,
5501 # not just through cpp. "Syntax error" is here to catch this case.
5502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5503 /* end confdefs.h. */
5504 #ifdef __STDC__
5505 # include <limits.h>
5506 #else
5507 # include <assert.h>
5508 #endif
5509 Syntax error
5510 _ACEOF
5511 if ac_fn_c_try_cpp "$LINENO"; then :
5513 else
5514 # Broken: fails on valid input.
5515 continue
5517 rm -f conftest.err conftest.$ac_ext
5519 # OK, works on sane cases. Now check whether nonexistent headers
5520 # can be detected and how.
5521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5522 /* end confdefs.h. */
5523 #include <ac_nonexistent.h>
5524 _ACEOF
5525 if ac_fn_c_try_cpp "$LINENO"; then :
5526 # Broken: success on invalid input.
5527 continue
5528 else
5529 # Passes both tests.
5530 ac_preproc_ok=:
5531 break
5533 rm -f conftest.err conftest.$ac_ext
5535 done
5536 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5537 rm -f conftest.err conftest.$ac_ext
5538 if $ac_preproc_ok; then :
5540 else
5541 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5542 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5543 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5544 See \`config.log' for more details." "$LINENO" 5; }
5547 ac_ext=c
5548 ac_cpp='$CPP $CPPFLAGS'
5549 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5550 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5551 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5555 $as_echo_n "checking for ANSI C header files... " >&6; }
5556 if test "${ac_cv_header_stdc+set}" = set; then :
5557 $as_echo_n "(cached) " >&6
5558 else
5559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5560 /* end confdefs.h. */
5561 #include <stdlib.h>
5562 #include <stdarg.h>
5563 #include <string.h>
5564 #include <float.h>
5567 main ()
5571 return 0;
5573 _ACEOF
5574 if ac_fn_c_try_compile "$LINENO"; then :
5575 ac_cv_header_stdc=yes
5576 else
5577 ac_cv_header_stdc=no
5579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5581 if test $ac_cv_header_stdc = yes; then
5582 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5584 /* end confdefs.h. */
5585 #include <string.h>
5587 _ACEOF
5588 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5589 $EGREP "memchr" >/dev/null 2>&1; then :
5591 else
5592 ac_cv_header_stdc=no
5594 rm -f conftest*
5598 if test $ac_cv_header_stdc = yes; then
5599 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5601 /* end confdefs.h. */
5602 #include <stdlib.h>
5604 _ACEOF
5605 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5606 $EGREP "free" >/dev/null 2>&1; then :
5608 else
5609 ac_cv_header_stdc=no
5611 rm -f conftest*
5615 if test $ac_cv_header_stdc = yes; then
5616 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5617 if test "$cross_compiling" = yes; then :
5619 else
5620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5621 /* end confdefs.h. */
5622 #include <ctype.h>
5623 #include <stdlib.h>
5624 #if ((' ' & 0x0FF) == 0x020)
5625 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5626 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5627 #else
5628 # define ISLOWER(c) \
5629 (('a' <= (c) && (c) <= 'i') \
5630 || ('j' <= (c) && (c) <= 'r') \
5631 || ('s' <= (c) && (c) <= 'z'))
5632 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5633 #endif
5635 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5637 main ()
5639 int i;
5640 for (i = 0; i < 256; i++)
5641 if (XOR (islower (i), ISLOWER (i))
5642 || toupper (i) != TOUPPER (i))
5643 return 2;
5644 return 0;
5646 _ACEOF
5647 if ac_fn_c_try_run "$LINENO"; then :
5649 else
5650 ac_cv_header_stdc=no
5652 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5653 conftest.$ac_objext conftest.beam conftest.$ac_ext
5658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5659 $as_echo "$ac_cv_header_stdc" >&6; }
5660 if test $ac_cv_header_stdc = yes; then
5662 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5666 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5667 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5668 inttypes.h stdint.h unistd.h
5669 do :
5670 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5671 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5673 eval as_val=\$$as_ac_Header
5674 if test "x$as_val" = x""yes; then :
5675 cat >>confdefs.h <<_ACEOF
5676 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5677 _ACEOF
5681 done
5684 for ac_header in \
5685 AL/al.h \
5686 AudioUnit/AudioUnit.h \
5687 Carbon/Carbon.h \
5688 CoreAudio/CoreAudio.h \
5689 DiskArbitration/DiskArbitration.h \
5690 IOKit/IOKitLib.h \
5691 IOKit/hid/IOHIDLib.h \
5692 OpenAL/al.h \
5693 alias.h \
5694 alsa/asoundlib.h \
5695 arpa/inet.h \
5696 arpa/nameser.h \
5697 asm/types.h \
5698 capi20.h \
5699 curses.h \
5700 direct.h \
5701 dirent.h \
5702 dlfcn.h \
5703 elf.h \
5704 float.h \
5705 fnmatch.h \
5706 fontconfig/fontconfig.h \
5707 getopt.h \
5708 grp.h \
5709 gsm.h \
5710 gsm/gsm.h \
5711 ieeefp.h \
5712 inet/mib2.h \
5713 io.h \
5714 jack/jack.h \
5715 jpeglib.h \
5716 kstat.h \
5717 lber.h \
5718 lcms.h \
5719 lcms/lcms.h \
5720 ldap.h \
5721 libaudioio.h \
5722 link.h \
5723 linux/cdrom.h \
5724 linux/compiler.h \
5725 linux/hdreg.h \
5726 linux/input.h \
5727 linux/ioctl.h \
5728 linux/joystick.h \
5729 linux/major.h \
5730 linux/param.h \
5731 linux/serial.h \
5732 linux/types.h \
5733 linux/ucdrom.h \
5734 mach-o/nlist.h \
5735 mach/mach.h \
5736 mach/machine.h \
5737 machine/cpu.h \
5738 machine/limits.h \
5739 machine/soundcard.h \
5740 mntent.h \
5741 mpg123.h \
5742 ncurses.h \
5743 netdb.h \
5744 netinet/in.h \
5745 netinet/in_systm.h \
5746 netinet/tcp.h \
5747 netinet/tcp_fsm.h \
5748 openssl/err.h \
5749 openssl/ssl.h \
5750 png.h \
5751 poll.h \
5752 port.h \
5753 process.h \
5754 pthread.h \
5755 pwd.h \
5756 regex.h \
5757 sched.h \
5758 scsi/scsi.h \
5759 scsi/scsi_ioctl.h \
5760 scsi/sg.h \
5761 soundcard.h \
5762 stdbool.h \
5763 stdint.h \
5764 strings.h \
5765 stropts.h \
5766 sys/asoundlib.h \
5767 sys/cdio.h \
5768 sys/elf32.h \
5769 sys/epoll.h \
5770 sys/errno.h \
5771 sys/event.h \
5772 sys/exec_elf.h \
5773 sys/filio.h \
5774 sys/inotify.h \
5775 sys/ioctl.h \
5776 sys/ipc.h \
5777 sys/limits.h \
5778 sys/link.h \
5779 sys/mman.h \
5780 sys/modem.h \
5781 sys/msg.h \
5782 sys/mtio.h \
5783 sys/param.h \
5784 sys/poll.h \
5785 sys/prctl.h \
5786 sys/protosw.h \
5787 sys/ptrace.h \
5788 sys/resource.h \
5789 sys/scsiio.h \
5790 sys/shm.h \
5791 sys/signal.h \
5792 sys/socket.h \
5793 sys/socketvar.h \
5794 sys/sockio.h \
5795 sys/soundcard.h \
5796 sys/statvfs.h \
5797 sys/strtio.h \
5798 sys/syscall.h \
5799 sys/tihdr.h \
5800 sys/time.h \
5801 sys/timeout.h \
5802 sys/times.h \
5803 sys/uio.h \
5804 sys/un.h \
5805 sys/utsname.h \
5806 sys/vm86.h \
5807 sys/wait.h \
5808 syscall.h \
5809 termios.h \
5810 unistd.h \
5811 utime.h \
5812 valgrind/memcheck.h \
5813 valgrind/valgrind.h \
5814 zlib.h
5816 do :
5817 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5818 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5819 eval as_val=\$$as_ac_Header
5820 if test "x$as_val" = x""yes; then :
5821 cat >>confdefs.h <<_ACEOF
5822 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5823 _ACEOF
5827 done
5829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5830 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5831 if test "${ac_cv_header_stat_broken+set}" = set; then :
5832 $as_echo_n "(cached) " >&6
5833 else
5834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5835 /* end confdefs.h. */
5836 #include <sys/types.h>
5837 #include <sys/stat.h>
5839 #if defined S_ISBLK && defined S_IFDIR
5840 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5841 #endif
5843 #if defined S_ISBLK && defined S_IFCHR
5844 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5845 #endif
5847 #if defined S_ISLNK && defined S_IFREG
5848 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5849 #endif
5851 #if defined S_ISSOCK && defined S_IFREG
5852 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5853 #endif
5855 _ACEOF
5856 if ac_fn_c_try_compile "$LINENO"; then :
5857 ac_cv_header_stat_broken=no
5858 else
5859 ac_cv_header_stat_broken=yes
5861 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5864 $as_echo "$ac_cv_header_stat_broken" >&6; }
5865 if test $ac_cv_header_stat_broken = yes; then
5867 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5873 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5874 do :
5875 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5876 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5877 #ifdef HAVE_SYS_PARAM_H
5878 # include <sys/param.h>
5879 #endif
5881 eval as_val=\$$as_ac_Header
5882 if test "x$as_val" = x""yes; then :
5883 cat >>confdefs.h <<_ACEOF
5884 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5885 _ACEOF
5889 done
5892 for ac_header in \
5893 netinet/ip.h \
5894 net/if.h \
5895 net/if_arp.h \
5896 net/if_dl.h \
5897 net/if_types.h \
5898 net/route.h \
5899 netinet/if_ether.h \
5900 netinet/if_inarp.h \
5901 netinet/in_pcb.h \
5902 netinet/ip_icmp.h \
5903 netinet/ip_var.h \
5904 netinet/udp.h \
5905 netipx/ipx.h \
5907 do :
5908 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5909 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5910 #ifdef HAVE_SYS_SOCKET_H
5911 # include <sys/socket.h>
5912 #endif
5913 #ifdef HAVE_SYS_SOCKETVAR_H
5914 # include <sys/socketvar.h>
5915 #endif
5916 #ifdef HAVE_NET_ROUTE_H
5917 # include <net/route.h>
5918 #endif
5919 #ifdef HAVE_NETINET_IN_H
5920 # include <netinet/in.h>
5921 #endif
5922 #ifdef HAVE_NETINET_IN_SYSTM_H
5923 # include <netinet/in_systm.h>
5924 #endif
5925 #ifdef HAVE_NET_IF_H
5926 # include <net/if.h>
5927 #endif
5928 #ifdef HAVE_NETINET_IP_H
5929 # include <netinet/ip.h>
5930 #endif
5932 eval as_val=\$$as_ac_Header
5933 if test "x$as_val" = x""yes; then :
5934 cat >>confdefs.h <<_ACEOF
5935 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5936 _ACEOF
5940 done
5943 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5944 do :
5945 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5946 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5947 #ifdef HAVE_ALIAS_H
5948 # include <alias.h>
5949 #endif
5950 #ifdef HAVE_SYS_SOCKET_H
5951 # include <sys/socket.h>
5952 #endif
5953 #ifdef HAVE_SYS_SOCKETVAR_H
5954 # include <sys/socketvar.h>
5955 #endif
5956 #ifdef HAVE_SYS_TIMEOUT_H
5957 # include <sys/timeout.h>
5958 #endif
5959 #ifdef HAVE_NETINET_IN_H
5960 # include <netinet/in.h>
5961 #endif
5962 #ifdef HAVE_NETINET_IN_SYSTM_H
5963 # include <netinet/in_systm.h>
5964 #endif
5965 #ifdef HAVE_NETINET_IP_H
5966 # include <netinet/ip.h>
5967 #endif
5968 #ifdef HAVE_NETINET_IP_VAR_H
5969 # include <netinet/ip_var.h>
5970 #endif
5971 #ifdef HAVE_NETINET_IP_ICMP_H
5972 # include <netinet/ip_icmp.h>
5973 #endif
5974 #ifdef HAVE_NETINET_UDP_H
5975 # include <netinet/udp.h>
5976 #endif
5977 #ifdef HAVE_NETINET_TCP_H
5978 # include <netinet/tcp.h>
5979 #endif
5980 #ifdef HAVE_NETINET_TCP_TIMER_H
5981 #include <netinet/tcp_timer.h>
5982 #endif
5984 eval as_val=\$$as_ac_Header
5985 if test "x$as_val" = x""yes; then :
5986 cat >>confdefs.h <<_ACEOF
5987 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5988 _ACEOF
5992 done
5995 for ac_header in linux/ipx.h linux/irda.h
5996 do :
5997 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5998 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5999 #ifdef HAVE_ASM_TYPES_H
6000 # include <asm/types.h>
6001 #endif
6002 #ifdef HAVE_SYS_SOCKET_H
6003 # include <sys/socket.h>
6004 #endif
6005 #ifdef HAVE_LINUX_TYPES_H
6006 # include <linux/types.h>
6007 #endif
6009 eval as_val=\$$as_ac_Header
6010 if test "x$as_val" = x""yes; then :
6011 cat >>confdefs.h <<_ACEOF
6012 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6013 _ACEOF
6017 done
6020 for ac_header in mach-o/dyld_images.h
6021 do :
6022 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6023 # include <stdbool.h>
6024 #endif
6025 #ifdef HAVE_STDINT_H
6026 # include <stdint.h>
6027 #endif
6029 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6030 cat >>confdefs.h <<_ACEOF
6031 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6032 _ACEOF
6036 done
6039 for ac_header in resolv.h
6040 do :
6041 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6042 #ifdef HAVE_SYS_SOCKET_H
6043 # include <sys/socket.h>
6044 #endif
6045 #ifdef HAVE_NETINET_IN_H
6046 # include <netinet/in.h>
6047 #endif
6048 #ifdef HAVE_ARPA_NAMESER_H
6049 # include <arpa/nameser.h>
6050 #endif
6052 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6053 cat >>confdefs.h <<_ACEOF
6054 #define HAVE_RESOLV_H 1
6055 _ACEOF
6059 done
6062 for ac_header in ucontext.h
6063 do :
6064 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6066 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6067 cat >>confdefs.h <<_ACEOF
6068 #define HAVE_UCONTEXT_H 1
6069 _ACEOF
6073 done
6076 for ac_header in sys/thr.h
6077 do :
6078 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6079 #ifdef HAVE_UCONTEXT_H
6080 #include <ucontext.h>
6081 #endif
6083 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6084 cat >>confdefs.h <<_ACEOF
6085 #define HAVE_SYS_THR_H 1
6086 _ACEOF
6090 done
6093 for ac_header in pthread_np.h
6094 do :
6095 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6096 #include <pthread.h>
6097 #endif
6099 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6100 cat >>confdefs.h <<_ACEOF
6101 #define HAVE_PTHREAD_NP_H 1
6102 _ACEOF
6106 done
6109 for ac_header in linux/videodev.h
6110 do :
6111 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6112 #include <sys/time.h>
6113 #endif
6114 #include <sys/types.h>
6115 #ifdef HAVE_ASM_TYPES_H
6116 #include <asm/types.h>
6117 #endif
6119 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6120 cat >>confdefs.h <<_ACEOF
6121 #define HAVE_LINUX_VIDEODEV_H 1
6122 _ACEOF
6126 done
6129 for ac_header in linux/capi.h
6130 do :
6131 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6133 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6134 cat >>confdefs.h <<_ACEOF
6135 #define HAVE_LINUX_CAPI_H 1
6136 _ACEOF
6140 done
6144 DLLEXT=""
6146 DLLFLAGS="-D_REENTRANT"
6148 LDSHARED=""
6150 LDDLLFLAGS=""
6152 LIBEXT="so"
6154 IMPLIBEXT="def"
6156 LDRPATH_INSTALL=""
6158 LDRPATH_LOCAL=""
6160 STATIC_IMPLIBEXT="def.a"
6161 # Extract the first word of "ldd", so it can be a program name with args.
6162 set dummy ldd; ac_word=$2
6163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6164 $as_echo_n "checking for $ac_word... " >&6; }
6165 if test "${ac_cv_path_LDD+set}" = set; then :
6166 $as_echo_n "(cached) " >&6
6167 else
6168 case $LDD in
6169 [\\/]* | ?:[\\/]*)
6170 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6173 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6174 as_dummy="/sbin:/usr/sbin:$PATH"
6175 for as_dir in $as_dummy
6177 IFS=$as_save_IFS
6178 test -z "$as_dir" && as_dir=.
6179 for ac_exec_ext in '' $ac_executable_extensions; do
6180 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6181 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6182 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6183 break 2
6185 done
6186 done
6187 IFS=$as_save_IFS
6189 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6191 esac
6193 LDD=$ac_cv_path_LDD
6194 if test -n "$LDD"; then
6195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6196 $as_echo "$LDD" >&6; }
6197 else
6198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6199 $as_echo "no" >&6; }
6204 case $host_os in
6205 cygwin*|mingw32*)
6206 if test -n "$ac_tool_prefix"; then
6207 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6208 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6210 $as_echo_n "checking for $ac_word... " >&6; }
6211 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6212 $as_echo_n "(cached) " >&6
6213 else
6214 if test -n "$DLLTOOL"; then
6215 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6216 else
6217 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6218 for as_dir in $PATH
6220 IFS=$as_save_IFS
6221 test -z "$as_dir" && as_dir=.
6222 for ac_exec_ext in '' $ac_executable_extensions; do
6223 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6224 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6225 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6226 break 2
6228 done
6229 done
6230 IFS=$as_save_IFS
6234 DLLTOOL=$ac_cv_prog_DLLTOOL
6235 if test -n "$DLLTOOL"; then
6236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6237 $as_echo "$DLLTOOL" >&6; }
6238 else
6239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6240 $as_echo "no" >&6; }
6245 if test -z "$ac_cv_prog_DLLTOOL"; then
6246 ac_ct_DLLTOOL=$DLLTOOL
6247 # Extract the first word of "dlltool", so it can be a program name with args.
6248 set dummy dlltool; ac_word=$2
6249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6250 $as_echo_n "checking for $ac_word... " >&6; }
6251 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6252 $as_echo_n "(cached) " >&6
6253 else
6254 if test -n "$ac_ct_DLLTOOL"; then
6255 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6256 else
6257 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6258 for as_dir in $PATH
6260 IFS=$as_save_IFS
6261 test -z "$as_dir" && as_dir=.
6262 for ac_exec_ext in '' $ac_executable_extensions; do
6263 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6264 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6265 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6266 break 2
6268 done
6269 done
6270 IFS=$as_save_IFS
6274 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6275 if test -n "$ac_ct_DLLTOOL"; then
6276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6277 $as_echo "$ac_ct_DLLTOOL" >&6; }
6278 else
6279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6280 $as_echo "no" >&6; }
6283 if test "x$ac_ct_DLLTOOL" = x; then
6284 DLLTOOL="false"
6285 else
6286 case $cross_compiling:$ac_tool_warned in
6287 yes:)
6288 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6289 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6290 ac_tool_warned=yes ;;
6291 esac
6292 DLLTOOL=$ac_ct_DLLTOOL
6294 else
6295 DLLTOOL="$ac_cv_prog_DLLTOOL"
6298 if test -n "$ac_tool_prefix"; then
6299 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6300 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6302 $as_echo_n "checking for $ac_word... " >&6; }
6303 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6304 $as_echo_n "(cached) " >&6
6305 else
6306 if test -n "$DLLWRAP"; then
6307 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6308 else
6309 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6310 for as_dir in $PATH
6312 IFS=$as_save_IFS
6313 test -z "$as_dir" && as_dir=.
6314 for ac_exec_ext in '' $ac_executable_extensions; do
6315 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6316 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6317 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6318 break 2
6320 done
6321 done
6322 IFS=$as_save_IFS
6326 DLLWRAP=$ac_cv_prog_DLLWRAP
6327 if test -n "$DLLWRAP"; then
6328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6329 $as_echo "$DLLWRAP" >&6; }
6330 else
6331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6332 $as_echo "no" >&6; }
6337 if test -z "$ac_cv_prog_DLLWRAP"; then
6338 ac_ct_DLLWRAP=$DLLWRAP
6339 # Extract the first word of "dllwrap", so it can be a program name with args.
6340 set dummy dllwrap; ac_word=$2
6341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6342 $as_echo_n "checking for $ac_word... " >&6; }
6343 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6344 $as_echo_n "(cached) " >&6
6345 else
6346 if test -n "$ac_ct_DLLWRAP"; then
6347 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6348 else
6349 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6350 for as_dir in $PATH
6352 IFS=$as_save_IFS
6353 test -z "$as_dir" && as_dir=.
6354 for ac_exec_ext in '' $ac_executable_extensions; do
6355 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6356 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6357 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6358 break 2
6360 done
6361 done
6362 IFS=$as_save_IFS
6366 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6367 if test -n "$ac_ct_DLLWRAP"; then
6368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6369 $as_echo "$ac_ct_DLLWRAP" >&6; }
6370 else
6371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6372 $as_echo "no" >&6; }
6375 if test "x$ac_ct_DLLWRAP" = x; then
6376 DLLWRAP="false"
6377 else
6378 case $cross_compiling:$ac_tool_warned in
6379 yes:)
6380 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6381 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6382 ac_tool_warned=yes ;;
6383 esac
6384 DLLWRAP=$ac_ct_DLLWRAP
6386 else
6387 DLLWRAP="$ac_cv_prog_DLLWRAP"
6390 if test "$DLLWRAP" = "false"; then
6391 LIBEXT="a"
6392 else
6393 LIBEXT="dll"
6395 IMPLIBEXT="a"
6396 STATIC_IMPLIBEXT="a"
6397 enable_iphlpapi=${enable_iphlpapi:-no}
6398 enable_kernel32=${enable_kernel32:-no}
6399 enable_msvcrt=${enable_msvcrt:-no}
6400 enable_ntdll=${enable_ntdll:-no}
6401 enable_ws2_32=${enable_ws2_32:-no}
6402 enable_loader=${enable_loader:-no}
6403 enable_server=${enable_server:-no}
6404 with_x=${with_x:-no}
6405 with_pthread=${with_pthread:-no}
6407 darwin*|macosx*)
6408 DLLEXT=".so"
6409 LIBEXT="dylib"
6410 DLLFLAGS="$DLLFLAGS -fPIC"
6411 LDDLLFLAGS="-bundle -multiply_defined suppress"
6412 LIBWINE_LDFLAGS="-multiply_defined suppress"
6413 LDSHARED="\$(CC) -dynamiclib"
6414 STRIP="$STRIP -x"
6415 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6416 SECURITYLIB="-framework Security -framework CoreFoundation"
6418 COREFOUNDATIONLIB="-framework CoreFoundation"
6420 IOKITLIB="-framework IOKit -framework CoreFoundation"
6422 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6424 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6425 then
6426 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6429 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6430 then
6431 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6434 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6435 then
6436 LIBOPENAL="-framework OpenAL"
6438 ac_cv_lib_openal_alGetSource3i=yes
6440 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6441 then
6442 ac_save_LIBS="$LIBS"
6443 LIBS="$LIBS $IOKITLIB"
6444 for ac_func in IOHIDManagerCreate
6445 do :
6446 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6447 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6448 cat >>confdefs.h <<_ACEOF
6449 #define HAVE_IOHIDMANAGERCREATE 1
6450 _ACEOF
6453 done
6455 LIBS="$ac_save_LIBS"
6457 case $host_cpu in
6458 *powerpc*)
6459 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6460 esac
6461 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6462 then
6463 CARBONLIB="-framework Carbon"
6465 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6467 if test "x$enable_win16" = "xyes"
6468 then
6469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6470 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6471 if test "$cross_compiling" = yes; then :
6472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6473 $as_echo "cross-compiling, assuming yes" >&6; }
6474 else
6475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6476 /* end confdefs.h. */
6477 asm(".text\n"
6478 "bad:\tnop;nop\n"
6479 "good:\tnop;nop\n\t"
6480 ".globl _testfunc\n"
6481 "_testfunc:\tcallw good");
6482 extern void testfunc();
6484 main ()
6486 unsigned short *p = (unsigned short *)testfunc;
6487 return p[0] != 0xe866 || p[1] != 0xfffa
6489 return 0;
6491 _ACEOF
6492 if ac_fn_c_try_run "$LINENO"; then :
6493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6494 $as_echo "yes" >&6; }
6495 else
6496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6497 $as_echo "no" >&6; }
6498 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
6500 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6501 conftest.$ac_objext conftest.beam conftest.$ac_ext
6507 DLLFLAGS="$DLLFLAGS -fPIC"
6508 DLLEXT=".so"
6509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6510 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6511 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6512 $as_echo_n "(cached) " >&6
6513 else
6514 ac_wine_try_cflags_saved=$CFLAGS
6515 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6517 /* end confdefs.h. */
6518 void myfunc() {}
6519 _ACEOF
6520 if ac_fn_c_try_link "$LINENO"; then :
6521 ac_cv_c_dll_gnuelf="yes"
6522 else
6523 ac_cv_c_dll_gnuelf="no"
6525 rm -f core conftest.err conftest.$ac_objext \
6526 conftest$ac_exeext conftest.$ac_ext
6527 CFLAGS=$ac_wine_try_cflags_saved
6529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6530 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6531 if test "$ac_cv_c_dll_gnuelf" = "yes"
6532 then
6533 LDSHARED="\$(CC) -shared"
6534 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6536 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6537 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6538 $as_echo_n "(cached) " >&6
6539 else
6540 ac_wine_try_cflags_saved=$CFLAGS
6541 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6543 /* end confdefs.h. */
6544 int main(int argc, char *argv) { return 0; }
6545 _ACEOF
6546 if ac_fn_c_try_link "$LINENO"; then :
6547 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6548 else
6549 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6551 rm -f core conftest.err conftest.$ac_objext \
6552 conftest$ac_exeext conftest.$ac_ext
6553 CFLAGS=$ac_wine_try_cflags_saved
6555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6556 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6557 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6558 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6559 else
6560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6561 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6562 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6563 $as_echo_n "(cached) " >&6
6564 else
6565 ac_wine_try_cflags_saved=$CFLAGS
6566 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6568 /* end confdefs.h. */
6569 int main(int argc, char *argv) { return 0; }
6570 _ACEOF
6571 if ac_fn_c_try_link "$LINENO"; then :
6572 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6573 else
6574 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6576 rm -f core conftest.err conftest.$ac_objext \
6577 conftest$ac_exeext conftest.$ac_ext
6578 CFLAGS=$ac_wine_try_cflags_saved
6580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6581 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6582 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6583 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6588 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6589 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6590 $as_echo_n "(cached) " >&6
6591 else
6592 ac_wine_try_cflags_saved=$CFLAGS
6593 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6594 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6595 /* end confdefs.h. */
6596 int main(int argc, char *argv) { return 0; }
6597 _ACEOF
6598 if ac_fn_c_try_link "$LINENO"; then :
6599 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6600 else
6601 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6603 rm -f core conftest.err conftest.$ac_objext \
6604 conftest$ac_exeext conftest.$ac_ext
6605 CFLAGS=$ac_wine_try_cflags_saved
6607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6608 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6609 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6610 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6613 { $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
6614 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6615 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6616 $as_echo_n "(cached) " >&6
6617 else
6618 ac_wine_try_cflags_saved=$CFLAGS
6619 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6621 /* end confdefs.h. */
6622 int main(int argc, char *argv) { return 0; }
6623 _ACEOF
6624 if ac_fn_c_try_link "$LINENO"; then :
6625 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6626 else
6627 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6629 rm -f core conftest.err conftest.$ac_objext \
6630 conftest$ac_exeext conftest.$ac_ext
6631 CFLAGS=$ac_wine_try_cflags_saved
6633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6634 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6635 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6636 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6639 echo '{ global: *; };' >conftest.map
6640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6641 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6642 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6643 $as_echo_n "(cached) " >&6
6644 else
6645 ac_wine_try_cflags_saved=$CFLAGS
6646 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6648 /* end confdefs.h. */
6649 int main(int argc, char *argv) { return 0; }
6650 _ACEOF
6651 if ac_fn_c_try_link "$LINENO"; then :
6652 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6653 else
6654 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6656 rm -f core conftest.err conftest.$ac_objext \
6657 conftest$ac_exeext conftest.$ac_ext
6658 CFLAGS=$ac_wine_try_cflags_saved
6660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6661 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6662 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6663 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6665 rm -f conftest.map
6667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6668 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6669 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6670 $as_echo_n "(cached) " >&6
6671 else
6672 ac_wine_try_cflags_saved=$CFLAGS
6673 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6674 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6675 /* end confdefs.h. */
6676 int main(int argc, char *argv) { return 0; }
6677 _ACEOF
6678 if ac_fn_c_try_link "$LINENO"; then :
6679 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6680 else
6681 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6683 rm -f core conftest.err conftest.$ac_objext \
6684 conftest$ac_exeext conftest.$ac_ext
6685 CFLAGS=$ac_wine_try_cflags_saved
6687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6688 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6689 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6690 LDEXECFLAGS="-Wl,--export-dynamic"
6694 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6696 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6697 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6698 $as_echo_n "(cached) " >&6
6699 else
6700 ac_wine_try_cflags_saved=$CFLAGS
6701 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6703 /* end confdefs.h. */
6704 int main(int argc, char *argv) { return 0; }
6705 _ACEOF
6706 if ac_fn_c_try_link "$LINENO"; then :
6707 eval "$as_ac_var=yes"
6708 else
6709 eval "$as_ac_var=no"
6711 rm -f core conftest.err conftest.$ac_objext \
6712 conftest$ac_exeext conftest.$ac_ext
6713 CFLAGS=$ac_wine_try_cflags_saved
6715 eval ac_res=\$$as_ac_var
6716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6717 $as_echo "$ac_res" >&6; }
6718 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6719 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6720 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6721 else
6722 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6724 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6725 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6726 $as_echo_n "(cached) " >&6
6727 else
6728 ac_wine_try_cflags_saved=$CFLAGS
6729 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6731 /* end confdefs.h. */
6732 int main(int argc, char *argv) { return 0; }
6733 _ACEOF
6734 if ac_fn_c_try_link "$LINENO"; then :
6735 eval "$as_ac_var=yes"
6736 else
6737 eval "$as_ac_var=no"
6739 rm -f core conftest.err conftest.$ac_objext \
6740 conftest$ac_exeext conftest.$ac_ext
6741 CFLAGS=$ac_wine_try_cflags_saved
6743 eval ac_res=\$$as_ac_var
6744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6745 $as_echo "$ac_res" >&6; }
6746 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6747 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6748 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6753 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6754 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6755 $as_echo_n "(cached) " >&6
6756 else
6757 ac_wine_try_cflags_saved=$CFLAGS
6758 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6760 /* end confdefs.h. */
6761 int main(int argc, char *argv) { return 0; }
6762 _ACEOF
6763 if ac_fn_c_try_link "$LINENO"; then :
6764 ac_cv_cflags__Wl___enable_new_dtags=yes
6765 else
6766 ac_cv_cflags__Wl___enable_new_dtags=no
6768 rm -f core conftest.err conftest.$ac_objext \
6769 conftest$ac_exeext conftest.$ac_ext
6770 CFLAGS=$ac_wine_try_cflags_saved
6772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6773 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6774 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6775 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6778 case $host_cpu in
6779 *i[3456789]86* | x86_64)
6780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6781 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6782 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6783 $as_echo_n "(cached) " >&6
6784 else
6785 ac_wine_try_cflags_saved=$CFLAGS
6786 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6788 /* end confdefs.h. */
6789 int main(int argc, char *argv) { return 0; }
6790 _ACEOF
6791 if ac_fn_c_try_link "$LINENO"; then :
6792 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6793 else
6794 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6796 rm -f core conftest.err conftest.$ac_objext \
6797 conftest$ac_exeext conftest.$ac_ext
6798 CFLAGS=$ac_wine_try_cflags_saved
6800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6801 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6802 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6803 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6806 esac
6808 else
6809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6810 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6811 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6812 $as_echo_n "(cached) " >&6
6813 else
6814 ac_wine_try_cflags_saved=$CFLAGS
6815 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6817 /* end confdefs.h. */
6818 void myfunc() {}
6819 _ACEOF
6820 if ac_fn_c_try_link "$LINENO"; then :
6821 ac_cv_c_dll_unixware="yes"
6822 else
6823 ac_cv_c_dll_unixware="no"
6825 rm -f core conftest.err conftest.$ac_objext \
6826 conftest$ac_exeext conftest.$ac_ext
6827 CFLAGS=$ac_wine_try_cflags_saved
6829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6830 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6831 if test "$ac_cv_c_dll_unixware" = "yes"
6832 then
6833 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6834 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6836 else
6837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6838 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6839 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6840 $as_echo_n "(cached) " >&6
6841 else
6842 ac_wine_try_cflags_saved=$CFLAGS
6843 CFLAGS="$CFLAGS -shared"
6844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6845 /* end confdefs.h. */
6846 void myfunc() {}
6847 _ACEOF
6848 if ac_fn_c_try_link "$LINENO"; then :
6849 ac_cv_c_dll_hpux="yes"
6850 else
6851 ac_cv_c_dll_hpux="no"
6853 rm -f core conftest.err conftest.$ac_objext \
6854 conftest$ac_exeext conftest.$ac_ext
6855 CFLAGS=$ac_wine_try_cflags_saved
6857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6858 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6859 if test "$ac_cv_c_dll_hpux" = "yes"
6860 then
6861 LIBEXT="sl"
6862 DLLEXT=".sl"
6863 LDDLLFLAGS="-shared -fPIC"
6864 LDSHARED="\$(CC) -shared"
6869 esac
6871 enable_winequartz_drv=${enable_winequartz_drv:-no}
6873 if test "$LIBEXT" = "a"; then
6874 as_fn_error "could not find a way to build shared libraries.
6875 It is currently not possible to build Wine without shared library
6876 (.so) support to allow transparent switch between .so and .dll files.
6877 If you are using Linux, you will need a newer binutils.
6878 " "$LINENO" 5
6881 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6882 then
6883 case "$host_cpu" in
6884 i[3456789]86*)
6885 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 " ;;
6886 x86_64)
6887 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
6889 ac_prefix_list="" ;;
6890 esac
6891 for ac_prog in $ac_prefix_list
6893 # Extract the first word of "$ac_prog", so it can be a program name with args.
6894 set dummy $ac_prog; ac_word=$2
6895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6896 $as_echo_n "checking for $ac_word... " >&6; }
6897 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6898 $as_echo_n "(cached) " >&6
6899 else
6900 if test -n "$CROSSCC"; then
6901 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6902 else
6903 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6904 for as_dir in $PATH
6906 IFS=$as_save_IFS
6907 test -z "$as_dir" && as_dir=.
6908 for ac_exec_ext in '' $ac_executable_extensions; do
6909 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6910 ac_cv_prog_CROSSCC="$ac_prog"
6911 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6912 break 2
6914 done
6915 done
6916 IFS=$as_save_IFS
6920 CROSSCC=$ac_cv_prog_CROSSCC
6921 if test -n "$CROSSCC"; then
6922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6923 $as_echo "$CROSSCC" >&6; }
6924 else
6925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6926 $as_echo "no" >&6; }
6930 test -n "$CROSSCC" && break
6931 done
6932 test -n "$CROSSCC" || CROSSCC="false"
6934 if test "$CROSSCC" != "false"
6935 then
6936 CROSSTEST="\$(CROSSTEST)"
6938 set x $CROSSCC
6939 shift
6940 target=""
6941 while test $# -ge 1
6943 case "$1" in
6944 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6945 esac
6946 shift
6947 done
6948 if test -n "$target"
6949 then
6950 CROSSTARGET="$target"
6957 if test "$ac_cv_header_pthread_h" = "yes"
6958 then
6959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
6960 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6961 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
6962 $as_echo_n "(cached) " >&6
6963 else
6964 ac_check_lib_save_LIBS=$LIBS
6965 LIBS="-lpthread $LIBS"
6966 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6967 /* end confdefs.h. */
6969 /* Override any GCC internal prototype to avoid an error.
6970 Use char because int might match the return type of a GCC
6971 builtin and then its argument prototype would still apply. */
6972 #ifdef __cplusplus
6973 extern "C"
6974 #endif
6975 char pthread_create ();
6977 main ()
6979 return pthread_create ();
6981 return 0;
6983 _ACEOF
6984 if ac_fn_c_try_link "$LINENO"; then :
6985 ac_cv_lib_pthread_pthread_create=yes
6986 else
6987 ac_cv_lib_pthread_pthread_create=no
6989 rm -f core conftest.err conftest.$ac_objext \
6990 conftest$ac_exeext conftest.$ac_ext
6991 LIBS=$ac_check_lib_save_LIBS
6993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
6994 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
6995 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
6996 LIBPTHREAD="-lpthread"
7001 if test "x$LIBPTHREAD" = "x"; then :
7002 case "x$with_pthread" in
7003 xno) ;;
7004 *) as_fn_error "pthread ${notice_platform}development files not found.
7005 Wine cannot support threads without libpthread.
7006 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7007 esac
7011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7012 $as_echo_n "checking for X... " >&6; }
7015 # Check whether --with-x was given.
7016 if test "${with_x+set}" = set; then :
7017 withval=$with_x;
7020 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7021 if test "x$with_x" = xno; then
7022 # The user explicitly disabled X.
7023 have_x=disabled
7024 else
7025 case $x_includes,$x_libraries in #(
7026 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7027 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7028 $as_echo_n "(cached) " >&6
7029 else
7030 # One or both of the vars are not set, and there is no cached value.
7031 ac_x_includes=no ac_x_libraries=no
7032 rm -f -r conftest.dir
7033 if mkdir conftest.dir; then
7034 cd conftest.dir
7035 cat >Imakefile <<'_ACEOF'
7036 incroot:
7037 @echo incroot='${INCROOT}'
7038 usrlibdir:
7039 @echo usrlibdir='${USRLIBDIR}'
7040 libdir:
7041 @echo libdir='${LIBDIR}'
7042 _ACEOF
7043 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7044 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7045 for ac_var in incroot usrlibdir libdir; do
7046 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7047 done
7048 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7049 for ac_extension in a so sl dylib la dll; do
7050 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7051 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7052 ac_im_usrlibdir=$ac_im_libdir; break
7054 done
7055 # Screen out bogus values from the imake configuration. They are
7056 # bogus both because they are the default anyway, and because
7057 # using them would break gcc on systems where it needs fixed includes.
7058 case $ac_im_incroot in
7059 /usr/include) ac_x_includes= ;;
7060 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7061 esac
7062 case $ac_im_usrlibdir in
7063 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7064 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7065 esac
7067 cd ..
7068 rm -f -r conftest.dir
7071 # Standard set of common directories for X headers.
7072 # Check X11 before X11Rn because it is often a symlink to the current release.
7073 ac_x_header_dirs='
7074 /usr/X11/include
7075 /usr/X11R7/include
7076 /usr/X11R6/include
7077 /usr/X11R5/include
7078 /usr/X11R4/include
7080 /usr/include/X11
7081 /usr/include/X11R7
7082 /usr/include/X11R6
7083 /usr/include/X11R5
7084 /usr/include/X11R4
7086 /usr/local/X11/include
7087 /usr/local/X11R7/include
7088 /usr/local/X11R6/include
7089 /usr/local/X11R5/include
7090 /usr/local/X11R4/include
7092 /usr/local/include/X11
7093 /usr/local/include/X11R7
7094 /usr/local/include/X11R6
7095 /usr/local/include/X11R5
7096 /usr/local/include/X11R4
7098 /usr/X386/include
7099 /usr/x386/include
7100 /usr/XFree86/include/X11
7102 /usr/include
7103 /usr/local/include
7104 /usr/unsupported/include
7105 /usr/athena/include
7106 /usr/local/x11r5/include
7107 /usr/lpp/Xamples/include
7109 /usr/openwin/include
7110 /usr/openwin/share/include'
7112 if test "$ac_x_includes" = no; then
7113 # Guess where to find include files, by looking for Xlib.h.
7114 # First, try using that file with no special directory specified.
7115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7116 /* end confdefs.h. */
7117 #include <X11/Xlib.h>
7118 _ACEOF
7119 if ac_fn_c_try_cpp "$LINENO"; then :
7120 # We can compile using X headers with no special include directory.
7121 ac_x_includes=
7122 else
7123 for ac_dir in $ac_x_header_dirs; do
7124 if test -r "$ac_dir/X11/Xlib.h"; then
7125 ac_x_includes=$ac_dir
7126 break
7128 done
7130 rm -f conftest.err conftest.$ac_ext
7131 fi # $ac_x_includes = no
7133 if test "$ac_x_libraries" = no; then
7134 # Check for the libraries.
7135 # See if we find them without any special options.
7136 # Don't add to $LIBS permanently.
7137 ac_save_LIBS=$LIBS
7138 LIBS="-lX11 $LIBS"
7139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7140 /* end confdefs.h. */
7141 #include <X11/Xlib.h>
7143 main ()
7145 XrmInitialize ()
7147 return 0;
7149 _ACEOF
7150 if ac_fn_c_try_link "$LINENO"; then :
7151 LIBS=$ac_save_LIBS
7152 # We can link X programs with no special library path.
7153 ac_x_libraries=
7154 else
7155 LIBS=$ac_save_LIBS
7156 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7158 # Don't even attempt the hair of trying to link an X program!
7159 for ac_extension in a so sl dylib la dll; do
7160 if test -r "$ac_dir/libX11.$ac_extension"; then
7161 ac_x_libraries=$ac_dir
7162 break 2
7164 done
7165 done
7167 rm -f core conftest.err conftest.$ac_objext \
7168 conftest$ac_exeext conftest.$ac_ext
7169 fi # $ac_x_libraries = no
7171 case $ac_x_includes,$ac_x_libraries in #(
7172 no,* | *,no | *\'*)
7173 # Didn't find X, or a directory has "'" in its name.
7174 ac_cv_have_x="have_x=no";; #(
7176 # Record where we found X for the cache.
7177 ac_cv_have_x="have_x=yes\
7178 ac_x_includes='$ac_x_includes'\
7179 ac_x_libraries='$ac_x_libraries'"
7180 esac
7182 ;; #(
7183 *) have_x=yes;;
7184 esac
7185 eval "$ac_cv_have_x"
7186 fi # $with_x != no
7188 if test "$have_x" != yes; then
7189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7190 $as_echo "$have_x" >&6; }
7191 no_x=yes
7192 else
7193 # If each of the values was on the command line, it overrides each guess.
7194 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7195 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7196 # Update the cache value to reflect the command line values.
7197 ac_cv_have_x="have_x=yes\
7198 ac_x_includes='$x_includes'\
7199 ac_x_libraries='$x_libraries'"
7200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7201 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7204 if test "$no_x" = yes; then
7205 # Not all programs may use this symbol, but it does not hurt to define it.
7207 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7209 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7210 else
7211 if test -n "$x_includes"; then
7212 X_CFLAGS="$X_CFLAGS -I$x_includes"
7215 # It would also be nice to do this for all -L options, not just this one.
7216 if test -n "$x_libraries"; then
7217 X_LIBS="$X_LIBS -L$x_libraries"
7218 # For Solaris; some versions of Sun CC require a space after -R and
7219 # others require no space. Words are not sufficient . . . .
7220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7221 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7222 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7223 ac_xsave_c_werror_flag=$ac_c_werror_flag
7224 ac_c_werror_flag=yes
7225 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7226 /* end confdefs.h. */
7229 main ()
7233 return 0;
7235 _ACEOF
7236 if ac_fn_c_try_link "$LINENO"; then :
7237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7238 $as_echo "no" >&6; }
7239 X_LIBS="$X_LIBS -R$x_libraries"
7240 else
7241 LIBS="$ac_xsave_LIBS -R $x_libraries"
7242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7243 /* end confdefs.h. */
7246 main ()
7250 return 0;
7252 _ACEOF
7253 if ac_fn_c_try_link "$LINENO"; then :
7254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7255 $as_echo "yes" >&6; }
7256 X_LIBS="$X_LIBS -R $x_libraries"
7257 else
7258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7259 $as_echo "neither works" >&6; }
7261 rm -f core conftest.err conftest.$ac_objext \
7262 conftest$ac_exeext conftest.$ac_ext
7264 rm -f core conftest.err conftest.$ac_objext \
7265 conftest$ac_exeext conftest.$ac_ext
7266 ac_c_werror_flag=$ac_xsave_c_werror_flag
7267 LIBS=$ac_xsave_LIBS
7270 # Check for system-dependent libraries X programs must link with.
7271 # Do this before checking for the system-independent R6 libraries
7272 # (-lICE), since we may need -lsocket or whatever for X linking.
7274 if test "$ISC" = yes; then
7275 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7276 else
7277 # Martyn Johnson says this is needed for Ultrix, if the X
7278 # libraries were built with DECnet support. And Karl Berry says
7279 # the Alpha needs dnet_stub (dnet does not exist).
7280 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7282 /* end confdefs.h. */
7284 /* Override any GCC internal prototype to avoid an error.
7285 Use char because int might match the return type of a GCC
7286 builtin and then its argument prototype would still apply. */
7287 #ifdef __cplusplus
7288 extern "C"
7289 #endif
7290 char XOpenDisplay ();
7292 main ()
7294 return XOpenDisplay ();
7296 return 0;
7298 _ACEOF
7299 if ac_fn_c_try_link "$LINENO"; then :
7301 else
7302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7303 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7304 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7305 $as_echo_n "(cached) " >&6
7306 else
7307 ac_check_lib_save_LIBS=$LIBS
7308 LIBS="-ldnet $LIBS"
7309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7310 /* end confdefs.h. */
7312 /* Override any GCC internal prototype to avoid an error.
7313 Use char because int might match the return type of a GCC
7314 builtin and then its argument prototype would still apply. */
7315 #ifdef __cplusplus
7316 extern "C"
7317 #endif
7318 char dnet_ntoa ();
7320 main ()
7322 return dnet_ntoa ();
7324 return 0;
7326 _ACEOF
7327 if ac_fn_c_try_link "$LINENO"; then :
7328 ac_cv_lib_dnet_dnet_ntoa=yes
7329 else
7330 ac_cv_lib_dnet_dnet_ntoa=no
7332 rm -f core conftest.err conftest.$ac_objext \
7333 conftest$ac_exeext conftest.$ac_ext
7334 LIBS=$ac_check_lib_save_LIBS
7336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7337 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7338 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7339 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7342 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7344 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7345 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7346 $as_echo_n "(cached) " >&6
7347 else
7348 ac_check_lib_save_LIBS=$LIBS
7349 LIBS="-ldnet_stub $LIBS"
7350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7351 /* end confdefs.h. */
7353 /* Override any GCC internal prototype to avoid an error.
7354 Use char because int might match the return type of a GCC
7355 builtin and then its argument prototype would still apply. */
7356 #ifdef __cplusplus
7357 extern "C"
7358 #endif
7359 char dnet_ntoa ();
7361 main ()
7363 return dnet_ntoa ();
7365 return 0;
7367 _ACEOF
7368 if ac_fn_c_try_link "$LINENO"; then :
7369 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7370 else
7371 ac_cv_lib_dnet_stub_dnet_ntoa=no
7373 rm -f core conftest.err conftest.$ac_objext \
7374 conftest$ac_exeext conftest.$ac_ext
7375 LIBS=$ac_check_lib_save_LIBS
7377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7378 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7379 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7380 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7385 rm -f core conftest.err conftest.$ac_objext \
7386 conftest$ac_exeext conftest.$ac_ext
7387 LIBS="$ac_xsave_LIBS"
7389 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7390 # to get the SysV transport functions.
7391 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7392 # needs -lnsl.
7393 # The nsl library prevents programs from opening the X display
7394 # on Irix 5.2, according to T.E. Dickey.
7395 # The functions gethostbyname, getservbyname, and inet_addr are
7396 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7397 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7398 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7402 if test $ac_cv_func_gethostbyname = no; then
7403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7404 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7405 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7406 $as_echo_n "(cached) " >&6
7407 else
7408 ac_check_lib_save_LIBS=$LIBS
7409 LIBS="-lnsl $LIBS"
7410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7411 /* end confdefs.h. */
7413 /* Override any GCC internal prototype to avoid an error.
7414 Use char because int might match the return type of a GCC
7415 builtin and then its argument prototype would still apply. */
7416 #ifdef __cplusplus
7417 extern "C"
7418 #endif
7419 char gethostbyname ();
7421 main ()
7423 return gethostbyname ();
7425 return 0;
7427 _ACEOF
7428 if ac_fn_c_try_link "$LINENO"; then :
7429 ac_cv_lib_nsl_gethostbyname=yes
7430 else
7431 ac_cv_lib_nsl_gethostbyname=no
7433 rm -f core conftest.err conftest.$ac_objext \
7434 conftest$ac_exeext conftest.$ac_ext
7435 LIBS=$ac_check_lib_save_LIBS
7437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7438 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7439 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7440 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7443 if test $ac_cv_lib_nsl_gethostbyname = no; then
7444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7445 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7446 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7447 $as_echo_n "(cached) " >&6
7448 else
7449 ac_check_lib_save_LIBS=$LIBS
7450 LIBS="-lbsd $LIBS"
7451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7452 /* end confdefs.h. */
7454 /* Override any GCC internal prototype to avoid an error.
7455 Use char because int might match the return type of a GCC
7456 builtin and then its argument prototype would still apply. */
7457 #ifdef __cplusplus
7458 extern "C"
7459 #endif
7460 char gethostbyname ();
7462 main ()
7464 return gethostbyname ();
7466 return 0;
7468 _ACEOF
7469 if ac_fn_c_try_link "$LINENO"; then :
7470 ac_cv_lib_bsd_gethostbyname=yes
7471 else
7472 ac_cv_lib_bsd_gethostbyname=no
7474 rm -f core conftest.err conftest.$ac_objext \
7475 conftest$ac_exeext conftest.$ac_ext
7476 LIBS=$ac_check_lib_save_LIBS
7478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7479 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7480 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7481 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7487 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7488 # socket/setsockopt and other routines are undefined under SCO ODT
7489 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7490 # on later versions), says Simon Leinen: it contains gethostby*
7491 # variants that don't use the name server (or something). -lsocket
7492 # must be given before -lnsl if both are needed. We assume that
7493 # if connect needs -lnsl, so does gethostbyname.
7494 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7495 if test "x$ac_cv_func_connect" = x""yes; then :
7499 if test $ac_cv_func_connect = no; then
7500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7501 $as_echo_n "checking for connect in -lsocket... " >&6; }
7502 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7503 $as_echo_n "(cached) " >&6
7504 else
7505 ac_check_lib_save_LIBS=$LIBS
7506 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7508 /* end confdefs.h. */
7510 /* Override any GCC internal prototype to avoid an error.
7511 Use char because int might match the return type of a GCC
7512 builtin and then its argument prototype would still apply. */
7513 #ifdef __cplusplus
7514 extern "C"
7515 #endif
7516 char connect ();
7518 main ()
7520 return connect ();
7522 return 0;
7524 _ACEOF
7525 if ac_fn_c_try_link "$LINENO"; then :
7526 ac_cv_lib_socket_connect=yes
7527 else
7528 ac_cv_lib_socket_connect=no
7530 rm -f core conftest.err conftest.$ac_objext \
7531 conftest$ac_exeext conftest.$ac_ext
7532 LIBS=$ac_check_lib_save_LIBS
7534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7535 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7536 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7537 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7542 # Guillermo Gomez says -lposix is necessary on A/UX.
7543 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7544 if test "x$ac_cv_func_remove" = x""yes; then :
7548 if test $ac_cv_func_remove = no; then
7549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7550 $as_echo_n "checking for remove in -lposix... " >&6; }
7551 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7552 $as_echo_n "(cached) " >&6
7553 else
7554 ac_check_lib_save_LIBS=$LIBS
7555 LIBS="-lposix $LIBS"
7556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7557 /* end confdefs.h. */
7559 /* Override any GCC internal prototype to avoid an error.
7560 Use char because int might match the return type of a GCC
7561 builtin and then its argument prototype would still apply. */
7562 #ifdef __cplusplus
7563 extern "C"
7564 #endif
7565 char remove ();
7567 main ()
7569 return remove ();
7571 return 0;
7573 _ACEOF
7574 if ac_fn_c_try_link "$LINENO"; then :
7575 ac_cv_lib_posix_remove=yes
7576 else
7577 ac_cv_lib_posix_remove=no
7579 rm -f core conftest.err conftest.$ac_objext \
7580 conftest$ac_exeext conftest.$ac_ext
7581 LIBS=$ac_check_lib_save_LIBS
7583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7584 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7585 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7586 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7591 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7592 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7593 if test "x$ac_cv_func_shmat" = x""yes; then :
7597 if test $ac_cv_func_shmat = no; then
7598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7599 $as_echo_n "checking for shmat in -lipc... " >&6; }
7600 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7601 $as_echo_n "(cached) " >&6
7602 else
7603 ac_check_lib_save_LIBS=$LIBS
7604 LIBS="-lipc $LIBS"
7605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7606 /* end confdefs.h. */
7608 /* Override any GCC internal prototype to avoid an error.
7609 Use char because int might match the return type of a GCC
7610 builtin and then its argument prototype would still apply. */
7611 #ifdef __cplusplus
7612 extern "C"
7613 #endif
7614 char shmat ();
7616 main ()
7618 return shmat ();
7620 return 0;
7622 _ACEOF
7623 if ac_fn_c_try_link "$LINENO"; then :
7624 ac_cv_lib_ipc_shmat=yes
7625 else
7626 ac_cv_lib_ipc_shmat=no
7628 rm -f core conftest.err conftest.$ac_objext \
7629 conftest$ac_exeext conftest.$ac_ext
7630 LIBS=$ac_check_lib_save_LIBS
7632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7633 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7634 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7635 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7641 # Check for libraries that X11R6 Xt/Xaw programs need.
7642 ac_save_LDFLAGS=$LDFLAGS
7643 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7644 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7645 # check for ICE first), but we must link in the order -lSM -lICE or
7646 # we get undefined symbols. So assume we have SM if we have ICE.
7647 # These have to be linked with before -lX11, unlike the other
7648 # libraries we check for below, so use a different variable.
7649 # John Interrante, Karl Berry
7650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7651 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7652 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7653 $as_echo_n "(cached) " >&6
7654 else
7655 ac_check_lib_save_LIBS=$LIBS
7656 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7657 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7658 /* end confdefs.h. */
7660 /* Override any GCC internal prototype to avoid an error.
7661 Use char because int might match the return type of a GCC
7662 builtin and then its argument prototype would still apply. */
7663 #ifdef __cplusplus
7664 extern "C"
7665 #endif
7666 char IceConnectionNumber ();
7668 main ()
7670 return IceConnectionNumber ();
7672 return 0;
7674 _ACEOF
7675 if ac_fn_c_try_link "$LINENO"; then :
7676 ac_cv_lib_ICE_IceConnectionNumber=yes
7677 else
7678 ac_cv_lib_ICE_IceConnectionNumber=no
7680 rm -f core conftest.err conftest.$ac_objext \
7681 conftest$ac_exeext conftest.$ac_ext
7682 LIBS=$ac_check_lib_save_LIBS
7684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7685 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7686 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7687 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7690 LDFLAGS=$ac_save_LDFLAGS
7695 if test "$have_x" = "yes"
7696 then
7697 XLIB="-lX11"
7698 ac_save_CPPFLAGS="$CPPFLAGS"
7699 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7702 $as_echo_n "checking for -lX11... " >&6; }
7703 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7704 $as_echo_n "(cached) " >&6
7705 else
7706 ac_check_soname_save_LIBS=$LIBS
7707 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7709 /* end confdefs.h. */
7711 /* Override any GCC internal prototype to avoid an error.
7712 Use char because int might match the return type of a GCC
7713 builtin and then its argument prototype would still apply. */
7714 #ifdef __cplusplus
7715 extern "C"
7716 #endif
7717 char XCreateWindow ();
7719 main ()
7721 return XCreateWindow ();
7723 return 0;
7725 _ACEOF
7726 if ac_fn_c_try_link "$LINENO"; then :
7727 case "$LIBEXT" in
7728 dll) ;;
7729 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'` ;;
7730 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7731 esac
7733 rm -f core conftest.err conftest.$ac_objext \
7734 conftest$ac_exeext conftest.$ac_ext
7735 LIBS=$ac_check_soname_save_LIBS
7737 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7739 $as_echo "not found" >&6; }
7741 else
7742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7743 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7745 cat >>confdefs.h <<_ACEOF
7746 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7747 _ACEOF
7751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7752 $as_echo_n "checking for -lXext... " >&6; }
7753 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7754 $as_echo_n "(cached) " >&6
7755 else
7756 ac_check_soname_save_LIBS=$LIBS
7757 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7759 /* end confdefs.h. */
7761 /* Override any GCC internal prototype to avoid an error.
7762 Use char because int might match the return type of a GCC
7763 builtin and then its argument prototype would still apply. */
7764 #ifdef __cplusplus
7765 extern "C"
7766 #endif
7767 char XextCreateExtension ();
7769 main ()
7771 return XextCreateExtension ();
7773 return 0;
7775 _ACEOF
7776 if ac_fn_c_try_link "$LINENO"; then :
7777 case "$LIBEXT" in
7778 dll) ;;
7779 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'` ;;
7780 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7781 esac
7783 rm -f core conftest.err conftest.$ac_objext \
7784 conftest$ac_exeext conftest.$ac_ext
7785 LIBS=$ac_check_soname_save_LIBS
7787 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7789 $as_echo "not found" >&6; }
7791 else
7792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7793 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7795 cat >>confdefs.h <<_ACEOF
7796 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7797 _ACEOF
7799 XLIB="-lXext $XLIB"
7802 for ac_header in X11/Xlib.h \
7803 X11/XKBlib.h \
7804 X11/Xutil.h \
7805 X11/Xcursor/Xcursor.h \
7806 X11/extensions/shape.h \
7807 X11/extensions/XInput.h \
7808 X11/extensions/XShm.h \
7809 X11/extensions/Xcomposite.h \
7810 X11/extensions/Xinerama.h \
7811 X11/extensions/Xrandr.h \
7812 X11/extensions/Xrender.h \
7813 X11/extensions/xf86vmode.h \
7814 X11/extensions/xf86vmproto.h
7815 do :
7816 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7817 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7818 # include <X11/Xlib.h>
7819 #endif
7820 #ifdef HAVE_X11_XUTIL_H
7821 # include <X11/Xutil.h>
7822 #endif
7824 eval as_val=\$$as_ac_Header
7825 if test "x$as_val" = x""yes; then :
7826 cat >>confdefs.h <<_ACEOF
7827 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7828 _ACEOF
7832 done
7835 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7836 then
7837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7838 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7839 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7840 $as_echo_n "(cached) " >&6
7841 else
7842 ac_check_lib_save_LIBS=$LIBS
7843 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7845 /* end confdefs.h. */
7847 /* Override any GCC internal prototype to avoid an error.
7848 Use char because int might match the return type of a GCC
7849 builtin and then its argument prototype would still apply. */
7850 #ifdef __cplusplus
7851 extern "C"
7852 #endif
7853 char XkbQueryExtension ();
7855 main ()
7857 return XkbQueryExtension ();
7859 return 0;
7861 _ACEOF
7862 if ac_fn_c_try_link "$LINENO"; then :
7863 ac_cv_lib_X11_XkbQueryExtension=yes
7864 else
7865 ac_cv_lib_X11_XkbQueryExtension=no
7867 rm -f core conftest.err conftest.$ac_objext \
7868 conftest$ac_exeext conftest.$ac_ext
7869 LIBS=$ac_check_lib_save_LIBS
7871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7872 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7873 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7875 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7881 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7882 then
7883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7884 $as_echo_n "checking for -lXcursor... " >&6; }
7885 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7886 $as_echo_n "(cached) " >&6
7887 else
7888 ac_check_soname_save_LIBS=$LIBS
7889 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7890 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7891 /* end confdefs.h. */
7893 /* Override any GCC internal prototype to avoid an error.
7894 Use char because int might match the return type of a GCC
7895 builtin and then its argument prototype would still apply. */
7896 #ifdef __cplusplus
7897 extern "C"
7898 #endif
7899 char XcursorImageLoadCursor ();
7901 main ()
7903 return XcursorImageLoadCursor ();
7905 return 0;
7907 _ACEOF
7908 if ac_fn_c_try_link "$LINENO"; then :
7909 case "$LIBEXT" in
7910 dll) ;;
7911 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'` ;;
7912 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7913 esac
7915 rm -f core conftest.err conftest.$ac_objext \
7916 conftest$ac_exeext conftest.$ac_ext
7917 LIBS=$ac_check_soname_save_LIBS
7919 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7921 $as_echo "not found" >&6; }
7923 else
7924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7925 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7927 cat >>confdefs.h <<_ACEOF
7928 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7929 _ACEOF
7934 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7935 case "x$with_xcursor" in
7936 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7937 xno) ;;
7938 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7939 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7940 esac
7943 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7944 then
7945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7946 $as_echo_n "checking for -lXi... " >&6; }
7947 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7948 $as_echo_n "(cached) " >&6
7949 else
7950 ac_check_soname_save_LIBS=$LIBS
7951 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7953 /* end confdefs.h. */
7955 /* Override any GCC internal prototype to avoid an error.
7956 Use char because int might match the return type of a GCC
7957 builtin and then its argument prototype would still apply. */
7958 #ifdef __cplusplus
7959 extern "C"
7960 #endif
7961 char XOpenDevice ();
7963 main ()
7965 return XOpenDevice ();
7967 return 0;
7969 _ACEOF
7970 if ac_fn_c_try_link "$LINENO"; then :
7971 case "$LIBEXT" in
7972 dll) ;;
7973 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'` ;;
7974 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7975 esac
7977 rm -f core conftest.err conftest.$ac_objext \
7978 conftest$ac_exeext conftest.$ac_ext
7979 LIBS=$ac_check_soname_save_LIBS
7981 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7983 $as_echo "not found" >&6; }
7985 else
7986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
7987 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
7989 cat >>confdefs.h <<_ACEOF
7990 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
7991 _ACEOF
7996 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7997 case "x$with_xinput" in
7998 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
7999 xno) ;;
8000 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8001 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8002 esac
8005 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8006 then
8007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8008 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8009 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8010 $as_echo_n "(cached) " >&6
8011 else
8012 ac_check_lib_save_LIBS=$LIBS
8013 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8015 /* end confdefs.h. */
8017 /* Override any GCC internal prototype to avoid an error.
8018 Use char because int might match the return type of a GCC
8019 builtin and then its argument prototype would still apply. */
8020 #ifdef __cplusplus
8021 extern "C"
8022 #endif
8023 char XShmQueryExtension ();
8025 main ()
8027 return XShmQueryExtension ();
8029 return 0;
8031 _ACEOF
8032 if ac_fn_c_try_link "$LINENO"; then :
8033 ac_cv_lib_Xext_XShmQueryExtension=yes
8034 else
8035 ac_cv_lib_Xext_XShmQueryExtension=no
8037 rm -f core conftest.err conftest.$ac_objext \
8038 conftest$ac_exeext conftest.$ac_ext
8039 LIBS=$ac_check_lib_save_LIBS
8041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8042 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8043 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8045 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8050 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8051 case "x$with_xshm" in
8052 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8053 xno) ;;
8054 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8055 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8056 esac
8059 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8060 then
8061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8062 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8063 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8064 $as_echo_n "(cached) " >&6
8065 else
8066 ac_check_lib_save_LIBS=$LIBS
8067 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8069 /* end confdefs.h. */
8071 /* Override any GCC internal prototype to avoid an error.
8072 Use char because int might match the return type of a GCC
8073 builtin and then its argument prototype would still apply. */
8074 #ifdef __cplusplus
8075 extern "C"
8076 #endif
8077 char XShapeQueryExtension ();
8079 main ()
8081 return XShapeQueryExtension ();
8083 return 0;
8085 _ACEOF
8086 if ac_fn_c_try_link "$LINENO"; then :
8087 ac_cv_lib_Xext_XShapeQueryExtension=yes
8088 else
8089 ac_cv_lib_Xext_XShapeQueryExtension=no
8091 rm -f core conftest.err conftest.$ac_objext \
8092 conftest$ac_exeext conftest.$ac_ext
8093 LIBS=$ac_check_lib_save_LIBS
8095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8096 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8097 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8099 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8104 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8105 case "x$with_xshape" in
8106 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8107 xno) ;;
8108 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8109 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8110 esac
8113 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8114 then
8115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8116 $as_echo_n "checking for -lXxf86vm... " >&6; }
8117 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8118 $as_echo_n "(cached) " >&6
8119 else
8120 ac_check_soname_save_LIBS=$LIBS
8121 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8123 /* end confdefs.h. */
8125 /* Override any GCC internal prototype to avoid an error.
8126 Use char because int might match the return type of a GCC
8127 builtin and then its argument prototype would still apply. */
8128 #ifdef __cplusplus
8129 extern "C"
8130 #endif
8131 char XF86VidModeQueryExtension ();
8133 main ()
8135 return XF86VidModeQueryExtension ();
8137 return 0;
8139 _ACEOF
8140 if ac_fn_c_try_link "$LINENO"; then :
8141 case "$LIBEXT" in
8142 dll) ;;
8143 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'` ;;
8144 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8145 esac
8147 rm -f core conftest.err conftest.$ac_objext \
8148 conftest$ac_exeext conftest.$ac_ext
8149 LIBS=$ac_check_soname_save_LIBS
8151 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8153 $as_echo "not found" >&6; }
8155 else
8156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8157 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8159 cat >>confdefs.h <<_ACEOF
8160 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8161 _ACEOF
8166 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8167 case "x$with_xxf86vm" in
8168 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8169 xno) ;;
8170 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8171 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8172 esac
8175 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"
8176 then
8177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8178 $as_echo_n "checking for -lXrender... " >&6; }
8179 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8180 $as_echo_n "(cached) " >&6
8181 else
8182 ac_check_soname_save_LIBS=$LIBS
8183 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8185 /* end confdefs.h. */
8187 /* Override any GCC internal prototype to avoid an error.
8188 Use char because int might match the return type of a GCC
8189 builtin and then its argument prototype would still apply. */
8190 #ifdef __cplusplus
8191 extern "C"
8192 #endif
8193 char XRenderQueryExtension ();
8195 main ()
8197 return XRenderQueryExtension ();
8199 return 0;
8201 _ACEOF
8202 if ac_fn_c_try_link "$LINENO"; then :
8203 case "$LIBEXT" in
8204 dll) ;;
8205 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'` ;;
8206 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8207 esac
8209 rm -f core conftest.err conftest.$ac_objext \
8210 conftest$ac_exeext conftest.$ac_ext
8211 LIBS=$ac_check_soname_save_LIBS
8213 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8215 $as_echo "not found" >&6; }
8217 else
8218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8219 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8221 cat >>confdefs.h <<_ACEOF
8222 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8223 _ACEOF
8225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8226 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8227 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8228 $as_echo_n "(cached) " >&6
8229 else
8230 ac_check_lib_save_LIBS=$LIBS
8231 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8233 /* end confdefs.h. */
8235 /* Override any GCC internal prototype to avoid an error.
8236 Use char because int might match the return type of a GCC
8237 builtin and then its argument prototype would still apply. */
8238 #ifdef __cplusplus
8239 extern "C"
8240 #endif
8241 char XRenderSetPictureTransform ();
8243 main ()
8245 return XRenderSetPictureTransform ();
8247 return 0;
8249 _ACEOF
8250 if ac_fn_c_try_link "$LINENO"; then :
8251 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8252 else
8253 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8255 rm -f core conftest.err conftest.$ac_objext \
8256 conftest$ac_exeext conftest.$ac_ext
8257 LIBS=$ac_check_lib_save_LIBS
8259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8260 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8261 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8263 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8270 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8271 case "x$with_xrender" in
8272 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8273 xno) ;;
8274 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8275 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8276 esac
8279 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8280 then
8281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8282 /* end confdefs.h. */
8283 #include <X11/Xlib.h>
8284 #include <X11/extensions/Xrandr.h>
8286 main ()
8288 static typeof(XRRSetScreenConfigAndRate) * func;
8290 return 0;
8292 _ACEOF
8293 if ac_fn_c_try_compile "$LINENO"; then :
8294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8295 $as_echo_n "checking for -lXrandr... " >&6; }
8296 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8297 $as_echo_n "(cached) " >&6
8298 else
8299 ac_check_soname_save_LIBS=$LIBS
8300 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8302 /* end confdefs.h. */
8304 /* Override any GCC internal prototype to avoid an error.
8305 Use char because int might match the return type of a GCC
8306 builtin and then its argument prototype would still apply. */
8307 #ifdef __cplusplus
8308 extern "C"
8309 #endif
8310 char XRRQueryExtension ();
8312 main ()
8314 return XRRQueryExtension ();
8316 return 0;
8318 _ACEOF
8319 if ac_fn_c_try_link "$LINENO"; then :
8320 case "$LIBEXT" in
8321 dll) ;;
8322 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'` ;;
8323 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8324 esac
8326 rm -f core conftest.err conftest.$ac_objext \
8327 conftest$ac_exeext conftest.$ac_ext
8328 LIBS=$ac_check_soname_save_LIBS
8330 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8332 $as_echo "not found" >&6; }
8334 else
8335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8336 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8338 cat >>confdefs.h <<_ACEOF
8339 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8340 _ACEOF
8345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8347 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8348 case "x$with_xrandr" in
8349 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8350 xno) ;;
8351 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8352 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8353 esac
8356 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8357 then
8358 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8359 /* end confdefs.h. */
8360 #include <X11/Xlib.h>
8361 #include <X11/extensions/Xinerama.h>
8363 main ()
8365 static typeof(XineramaQueryScreens) * func;
8367 return 0;
8369 _ACEOF
8370 if ac_fn_c_try_compile "$LINENO"; then :
8371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8372 $as_echo_n "checking for -lXinerama... " >&6; }
8373 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8374 $as_echo_n "(cached) " >&6
8375 else
8376 ac_check_soname_save_LIBS=$LIBS
8377 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8379 /* end confdefs.h. */
8381 /* Override any GCC internal prototype to avoid an error.
8382 Use char because int might match the return type of a GCC
8383 builtin and then its argument prototype would still apply. */
8384 #ifdef __cplusplus
8385 extern "C"
8386 #endif
8387 char XineramaQueryScreens ();
8389 main ()
8391 return XineramaQueryScreens ();
8393 return 0;
8395 _ACEOF
8396 if ac_fn_c_try_link "$LINENO"; then :
8397 case "$LIBEXT" in
8398 dll) ;;
8399 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'` ;;
8400 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8401 esac
8403 rm -f core conftest.err conftest.$ac_objext \
8404 conftest$ac_exeext conftest.$ac_ext
8405 LIBS=$ac_check_soname_save_LIBS
8407 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8409 $as_echo "not found" >&6; }
8411 else
8412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8413 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8415 cat >>confdefs.h <<_ACEOF
8416 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8417 _ACEOF
8422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8424 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8425 case "x$with_xinerama" in
8426 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8427 xno) ;;
8428 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8429 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8430 esac
8433 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8434 then
8435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8436 $as_echo_n "checking for -lXcomposite... " >&6; }
8437 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8438 $as_echo_n "(cached) " >&6
8439 else
8440 ac_check_soname_save_LIBS=$LIBS
8441 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8443 /* end confdefs.h. */
8445 /* Override any GCC internal prototype to avoid an error.
8446 Use char because int might match the return type of a GCC
8447 builtin and then its argument prototype would still apply. */
8448 #ifdef __cplusplus
8449 extern "C"
8450 #endif
8451 char XCompositeRedirectWindow ();
8453 main ()
8455 return XCompositeRedirectWindow ();
8457 return 0;
8459 _ACEOF
8460 if ac_fn_c_try_link "$LINENO"; then :
8461 case "$LIBEXT" in
8462 dll) ;;
8463 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'` ;;
8464 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8465 esac
8467 rm -f core conftest.err conftest.$ac_objext \
8468 conftest$ac_exeext conftest.$ac_ext
8469 LIBS=$ac_check_soname_save_LIBS
8471 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8473 $as_echo "not found" >&6; }
8475 else
8476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8477 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8479 cat >>confdefs.h <<_ACEOF
8480 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8481 _ACEOF
8486 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8487 case "x$with_xcomposite" in
8488 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8489 xno) ;;
8490 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8491 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8492 esac
8495 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8496 #include <X11/Xlib.h>
8497 #endif
8499 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8501 cat >>confdefs.h <<_ACEOF
8502 #define HAVE_XICCALLBACK_CALLBACK 1
8503 _ACEOF
8510 opengl_msg=""
8511 if test "x$with_opengl" != "xno"
8512 then
8513 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8514 do :
8515 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8516 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8517 # include <GL/glx.h>
8518 #endif
8520 eval as_val=\$$as_ac_Header
8521 if test "x$as_val" = x""yes; then :
8522 cat >>confdefs.h <<_ACEOF
8523 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8524 _ACEOF
8528 done
8530 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8531 then
8532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8533 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8534 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8535 $as_echo_n "(cached) " >&6
8536 else
8537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8538 /* end confdefs.h. */
8539 #include <GL/gl.h>
8541 main ()
8543 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8545 return 0;
8547 _ACEOF
8548 if ac_fn_c_try_compile "$LINENO"; then :
8549 wine_cv_opengl_header_version_OK="yes"
8550 else
8551 wine_cv_opengl_header_version_OK="no"
8553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8556 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8558 if test "$wine_cv_opengl_header_version_OK" = "yes"
8559 then
8560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8561 $as_echo_n "checking for -lGL... " >&6; }
8562 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8563 $as_echo_n "(cached) " >&6
8564 else
8565 ac_check_soname_save_LIBS=$LIBS
8566 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8568 /* end confdefs.h. */
8570 /* Override any GCC internal prototype to avoid an error.
8571 Use char because int might match the return type of a GCC
8572 builtin and then its argument prototype would still apply. */
8573 #ifdef __cplusplus
8574 extern "C"
8575 #endif
8576 char glXCreateContext ();
8578 main ()
8580 return glXCreateContext ();
8582 return 0;
8584 _ACEOF
8585 if ac_fn_c_try_link "$LINENO"; then :
8586 case "$LIBEXT" in
8587 dll) ;;
8588 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'` ;;
8589 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8590 esac
8592 rm -f core conftest.err conftest.$ac_objext \
8593 conftest$ac_exeext conftest.$ac_ext
8594 LIBS=$ac_check_soname_save_LIBS
8596 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8598 $as_echo "not found" >&6; }
8599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8600 $as_echo_n "checking for -lGL... " >&6; }
8601 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8602 $as_echo_n "(cached) " >&6
8603 else
8604 ac_check_soname_save_LIBS=$LIBS
8605 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"
8606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8607 /* end confdefs.h. */
8609 /* Override any GCC internal prototype to avoid an error.
8610 Use char because int might match the return type of a GCC
8611 builtin and then its argument prototype would still apply. */
8612 #ifdef __cplusplus
8613 extern "C"
8614 #endif
8615 char glXCreateContext ();
8617 main ()
8619 return glXCreateContext ();
8621 return 0;
8623 _ACEOF
8624 if ac_fn_c_try_link "$LINENO"; then :
8625 case "$LIBEXT" in
8626 dll) ;;
8627 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'` ;;
8628 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8629 esac
8631 rm -f core conftest.err conftest.$ac_objext \
8632 conftest$ac_exeext conftest.$ac_ext
8633 LIBS=$ac_check_soname_save_LIBS
8635 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8637 $as_echo "not found" >&6; }
8638 if test -f /usr/X11R6/lib/libGL.a
8639 then
8640 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8641 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8642 else
8643 opengl_msg="No OpenGL library found on this system."
8645 else
8646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8647 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8649 cat >>confdefs.h <<_ACEOF
8650 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8651 _ACEOF
8653 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"
8655 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8658 else
8659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8660 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8662 cat >>confdefs.h <<_ACEOF
8663 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8664 _ACEOF
8666 OPENGL_LIBS="-lGL"
8668 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8671 if test "$ac_cv_header_GL_glu_h" = "yes"
8672 then
8673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8674 $as_echo_n "checking for -lGLU... " >&6; }
8675 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8676 $as_echo_n "(cached) " >&6
8677 else
8678 ac_check_soname_save_LIBS=$LIBS
8679 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8681 /* end confdefs.h. */
8683 /* Override any GCC internal prototype to avoid an error.
8684 Use char because int might match the return type of a GCC
8685 builtin and then its argument prototype would still apply. */
8686 #ifdef __cplusplus
8687 extern "C"
8688 #endif
8689 char gluLookAt ();
8691 main ()
8693 return gluLookAt ();
8695 return 0;
8697 _ACEOF
8698 if ac_fn_c_try_link "$LINENO"; then :
8699 case "$LIBEXT" in
8700 dll) ;;
8701 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'` ;;
8702 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8703 esac
8705 rm -f core conftest.err conftest.$ac_objext \
8706 conftest$ac_exeext conftest.$ac_ext
8707 LIBS=$ac_check_soname_save_LIBS
8709 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8711 $as_echo "not found" >&6; }
8713 else
8714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8715 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8717 cat >>confdefs.h <<_ACEOF
8718 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8719 _ACEOF
8724 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8725 case "x$with_glu" in
8726 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8727 xno) ;;
8728 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8729 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8730 esac
8732 else
8733 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8735 else
8736 opengl_msg="OpenGL development headers not found."
8738 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8739 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8740 else
8741 enable_opengl32=${enable_opengl32:-no}
8742 enable_glu32=${enable_glu32:-no}
8744 if test -n "$opengl_msg"; then :
8745 case "x$with_opengl" in
8746 x) wine_warnings="$wine_warnings|$opengl_msg
8747 OpenGL and Direct3D won't be supported." ;;
8748 xno) ;;
8749 *) as_fn_error "$opengl_msg
8750 OpenGL and Direct3D won't be supported.
8751 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8752 esac
8755 NASLIBS=""
8757 for ac_header in audio/audiolib.h
8758 do :
8759 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8760 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8761 cat >>confdefs.h <<_ACEOF
8762 #define HAVE_AUDIO_AUDIOLIB_H 1
8763 _ACEOF
8764 for ac_header in audio/soundlib.h
8765 do :
8766 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8768 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8769 cat >>confdefs.h <<_ACEOF
8770 #define HAVE_AUDIO_SOUNDLIB_H 1
8771 _ACEOF
8775 done
8777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8778 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8779 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8780 $as_echo_n "(cached) " >&6
8781 else
8782 ac_check_lib_save_LIBS=$LIBS
8783 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8785 /* end confdefs.h. */
8787 /* Override any GCC internal prototype to avoid an error.
8788 Use char because int might match the return type of a GCC
8789 builtin and then its argument prototype would still apply. */
8790 #ifdef __cplusplus
8791 extern "C"
8792 #endif
8793 char AuCreateFlow ();
8795 main ()
8797 return AuCreateFlow ();
8799 return 0;
8801 _ACEOF
8802 if ac_fn_c_try_link "$LINENO"; then :
8803 ac_cv_lib_audio_AuCreateFlow=yes
8804 else
8805 ac_cv_lib_audio_AuCreateFlow=no
8807 rm -f core conftest.err conftest.$ac_objext \
8808 conftest$ac_exeext conftest.$ac_ext
8809 LIBS=$ac_check_lib_save_LIBS
8811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8812 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8813 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8815 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8818 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8819 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8820 $as_echo_n "(cached) " >&6
8821 else
8822 ac_check_lib_save_LIBS=$LIBS
8823 LIBS="-lXau $X_LIBS $LIBS"
8824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8825 /* end confdefs.h. */
8827 /* Override any GCC internal prototype to avoid an error.
8828 Use char because int might match the return type of a GCC
8829 builtin and then its argument prototype would still apply. */
8830 #ifdef __cplusplus
8831 extern "C"
8832 #endif
8833 char XauGetBestAuthByAddr ();
8835 main ()
8837 return XauGetBestAuthByAddr ();
8839 return 0;
8841 _ACEOF
8842 if ac_fn_c_try_link "$LINENO"; then :
8843 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8844 else
8845 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8847 rm -f core conftest.err conftest.$ac_objext \
8848 conftest$ac_exeext conftest.$ac_ext
8849 LIBS=$ac_check_lib_save_LIBS
8851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8852 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8853 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8854 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8855 else
8856 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8864 done
8867 CPPFLAGS="$ac_save_CPPFLAGS"
8868 else
8869 XLIB=""
8870 X_CFLAGS=""
8871 X_LIBS=""
8872 enable_winex11_drv=${enable_winex11_drv:-no}
8873 enable_opengl32=${enable_opengl32:-no}
8874 enable_glu32=${enable_glu32:-no}
8876 if test "x$XLIB" = "x"; then :
8877 case "x$with_x" in
8878 xno) ;;
8879 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
8880 without X support, which probably isn't what you want. You will need to install
8881 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8882 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8883 esac
8887 XML2LIBS=""
8889 XML2INCL=""
8891 XSLTINCL=""
8893 if test "x$with_xml" != "xno"
8894 then
8895 ac_save_CPPFLAGS="$CPPFLAGS"
8896 if test "$PKG_CONFIG" != "false"
8897 then
8898 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8899 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8900 else
8901 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8902 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
8904 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8905 for ac_header in libxml/parser.h
8906 do :
8907 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8908 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8909 cat >>confdefs.h <<_ACEOF
8910 #define HAVE_LIBXML_PARSER_H 1
8911 _ACEOF
8912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8913 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8914 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8915 $as_echo_n "(cached) " >&6
8916 else
8917 ac_check_lib_save_LIBS=$LIBS
8918 LIBS="-lxml2 $ac_xml_libs $LIBS"
8919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8920 /* end confdefs.h. */
8922 /* Override any GCC internal prototype to avoid an error.
8923 Use char because int might match the return type of a GCC
8924 builtin and then its argument prototype would still apply. */
8925 #ifdef __cplusplus
8926 extern "C"
8927 #endif
8928 char xmlParseMemory ();
8930 main ()
8932 return xmlParseMemory ();
8934 return 0;
8936 _ACEOF
8937 if ac_fn_c_try_link "$LINENO"; then :
8938 ac_cv_lib_xml2_xmlParseMemory=yes
8939 else
8940 ac_cv_lib_xml2_xmlParseMemory=no
8942 rm -f core conftest.err conftest.$ac_objext \
8943 conftest$ac_exeext conftest.$ac_ext
8944 LIBS=$ac_check_lib_save_LIBS
8946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8947 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8948 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8950 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8952 XML2LIBS="$ac_xml_libs"
8953 XML2INCL="$ac_xml_cflags"
8956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8957 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8958 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8959 $as_echo_n "(cached) " >&6
8960 else
8961 ac_check_lib_save_LIBS=$LIBS
8962 LIBS="-lxml2 $ac_xml_libs $LIBS"
8963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8964 /* end confdefs.h. */
8966 /* Override any GCC internal prototype to avoid an error.
8967 Use char because int might match the return type of a GCC
8968 builtin and then its argument prototype would still apply. */
8969 #ifdef __cplusplus
8970 extern "C"
8971 #endif
8972 char xmlReadMemory ();
8974 main ()
8976 return xmlReadMemory ();
8978 return 0;
8980 _ACEOF
8981 if ac_fn_c_try_link "$LINENO"; then :
8982 ac_cv_lib_xml2_xmlReadMemory=yes
8983 else
8984 ac_cv_lib_xml2_xmlReadMemory=no
8986 rm -f core conftest.err conftest.$ac_objext \
8987 conftest$ac_exeext conftest.$ac_ext
8988 LIBS=$ac_check_lib_save_LIBS
8990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
8991 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
8992 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
8994 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
8998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
8999 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9000 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9001 $as_echo_n "(cached) " >&6
9002 else
9003 ac_check_lib_save_LIBS=$LIBS
9004 LIBS="-lxml2 $ac_xml_libs $LIBS"
9005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9006 /* end confdefs.h. */
9008 /* Override any GCC internal prototype to avoid an error.
9009 Use char because int might match the return type of a GCC
9010 builtin and then its argument prototype would still apply. */
9011 #ifdef __cplusplus
9012 extern "C"
9013 #endif
9014 char xmlNewDocPI ();
9016 main ()
9018 return xmlNewDocPI ();
9020 return 0;
9022 _ACEOF
9023 if ac_fn_c_try_link "$LINENO"; then :
9024 ac_cv_lib_xml2_xmlNewDocPI=yes
9025 else
9026 ac_cv_lib_xml2_xmlNewDocPI=no
9028 rm -f core conftest.err conftest.$ac_objext \
9029 conftest$ac_exeext conftest.$ac_ext
9030 LIBS=$ac_check_lib_save_LIBS
9032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9033 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9034 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9036 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9043 done
9045 CPPFLAGS="$ac_save_CPPFLAGS"
9047 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9048 case "x$with_xml" in
9049 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9050 xno) ;;
9051 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9052 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9053 esac
9056 if test "x$with_xslt" != "xno"
9057 then
9058 if test "$PKG_CONFIG" != "false"
9059 then
9060 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9061 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9062 else
9063 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9064 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9066 ac_save_CPPFLAGS="$CPPFLAGS"
9067 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9068 for ac_header in libxslt/pattern.h libxslt/transform.h
9069 do :
9070 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9071 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9072 # include <libxslt/pattern.h>
9073 #endif
9075 eval as_val=\$$as_ac_Header
9076 if test "x$as_val" = x""yes; then :
9077 cat >>confdefs.h <<_ACEOF
9078 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9079 _ACEOF
9083 done
9085 CPPFLAGS="$ac_save_CPPFLAGS"
9086 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9087 then
9088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9089 $as_echo_n "checking for -lxslt... " >&6; }
9090 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9091 $as_echo_n "(cached) " >&6
9092 else
9093 ac_check_soname_save_LIBS=$LIBS
9094 LIBS="-lxslt $ac_xslt_libs $LIBS"
9095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9096 /* end confdefs.h. */
9098 /* Override any GCC internal prototype to avoid an error.
9099 Use char because int might match the return type of a GCC
9100 builtin and then its argument prototype would still apply. */
9101 #ifdef __cplusplus
9102 extern "C"
9103 #endif
9104 char xsltCompilePattern ();
9106 main ()
9108 return xsltCompilePattern ();
9110 return 0;
9112 _ACEOF
9113 if ac_fn_c_try_link "$LINENO"; then :
9114 case "$LIBEXT" in
9115 dll) ;;
9116 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'` ;;
9117 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9118 esac
9120 rm -f core conftest.err conftest.$ac_objext \
9121 conftest$ac_exeext conftest.$ac_ext
9122 LIBS=$ac_check_soname_save_LIBS
9124 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9126 $as_echo "not found" >&6; }
9128 else
9129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9130 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9132 cat >>confdefs.h <<_ACEOF
9133 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9134 _ACEOF
9136 XSLTINCL="$ac_xslt_cflags"
9140 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9141 case "x$with_xslt" in
9142 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9143 xno) ;;
9144 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9145 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9146 esac
9149 HALINCL=""
9151 if test "x$with_hal" != "xno"
9152 then
9153 ac_save_CPPFLAGS="$CPPFLAGS"
9154 if test "$PKG_CONFIG" != "false"
9155 then
9156 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9157 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9158 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9160 for ac_header in dbus/dbus.h hal/libhal.h
9161 do :
9162 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9163 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9164 eval as_val=\$$as_ac_Header
9165 if test "x$as_val" = x""yes; then :
9166 cat >>confdefs.h <<_ACEOF
9167 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9168 _ACEOF
9172 done
9174 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9175 then
9176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9177 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9178 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9179 $as_echo_n "(cached) " >&6
9180 else
9181 ac_check_lib_save_LIBS=$LIBS
9182 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9184 /* end confdefs.h. */
9186 /* Override any GCC internal prototype to avoid an error.
9187 Use char because int might match the return type of a GCC
9188 builtin and then its argument prototype would still apply. */
9189 #ifdef __cplusplus
9190 extern "C"
9191 #endif
9192 char dbus_connection_close ();
9194 main ()
9196 return dbus_connection_close ();
9198 return 0;
9200 _ACEOF
9201 if ac_fn_c_try_link "$LINENO"; then :
9202 ac_cv_lib_dbus_1_dbus_connection_close=yes
9203 else
9204 ac_cv_lib_dbus_1_dbus_connection_close=no
9206 rm -f core conftest.err conftest.$ac_objext \
9207 conftest$ac_exeext conftest.$ac_ext
9208 LIBS=$ac_check_lib_save_LIBS
9210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9211 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9212 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9214 $as_echo_n "checking for -lhal... " >&6; }
9215 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9216 $as_echo_n "(cached) " >&6
9217 else
9218 ac_check_soname_save_LIBS=$LIBS
9219 LIBS="-lhal $ac_hal_libs $LIBS"
9220 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9221 /* end confdefs.h. */
9223 /* Override any GCC internal prototype to avoid an error.
9224 Use char because int might match the return type of a GCC
9225 builtin and then its argument prototype would still apply. */
9226 #ifdef __cplusplus
9227 extern "C"
9228 #endif
9229 char libhal_ctx_new ();
9231 main ()
9233 return libhal_ctx_new ();
9235 return 0;
9237 _ACEOF
9238 if ac_fn_c_try_link "$LINENO"; then :
9239 case "$LIBEXT" in
9240 dll) ;;
9241 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'` ;;
9242 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9243 esac
9245 rm -f core conftest.err conftest.$ac_objext \
9246 conftest$ac_exeext conftest.$ac_ext
9247 LIBS=$ac_check_soname_save_LIBS
9249 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9251 $as_echo "not found" >&6; }
9253 else
9254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9255 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9257 cat >>confdefs.h <<_ACEOF
9258 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9259 _ACEOF
9261 HALINCL="$ac_hal_cflags"
9266 CPPFLAGS="$ac_save_CPPFLAGS"
9268 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9269 case "x$with_hal" in
9270 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9271 xno) ;;
9272 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9273 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9274 esac
9277 if test "x$with_gnutls" != "xno"
9278 then
9279 ac_save_CPPFLAGS="$CPPFLAGS"
9280 if test "$PKG_CONFIG" != "false"
9281 then
9282 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9283 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9284 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9286 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9287 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9289 /* end confdefs.h. */
9290 #include <gnutls/gnutls.h>
9292 main ()
9294 typeof(gnutls_mac_get_key_size) *pfunc;
9296 return 0;
9298 _ACEOF
9299 if ac_fn_c_try_compile "$LINENO"; then :
9300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9301 $as_echo_n "checking for -lgnutls... " >&6; }
9302 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9303 $as_echo_n "(cached) " >&6
9304 else
9305 ac_check_soname_save_LIBS=$LIBS
9306 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9308 /* end confdefs.h. */
9310 /* Override any GCC internal prototype to avoid an error.
9311 Use char because int might match the return type of a GCC
9312 builtin and then its argument prototype would still apply. */
9313 #ifdef __cplusplus
9314 extern "C"
9315 #endif
9316 char gnutls_global_init ();
9318 main ()
9320 return gnutls_global_init ();
9322 return 0;
9324 _ACEOF
9325 if ac_fn_c_try_link "$LINENO"; then :
9326 case "$LIBEXT" in
9327 dll) ;;
9328 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'` ;;
9329 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9330 esac
9332 rm -f core conftest.err conftest.$ac_objext \
9333 conftest$ac_exeext conftest.$ac_ext
9334 LIBS=$ac_check_soname_save_LIBS
9336 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9338 $as_echo "not found" >&6; }
9340 else
9341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9342 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9344 cat >>confdefs.h <<_ACEOF
9345 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9346 _ACEOF
9348 GNUTLSINCL="$ac_gnutls_cflags"
9352 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9356 CPPFLAGS="$ac_save_CPPFLAGS"
9358 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9359 case "x$with_gnutls" in
9360 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9361 xno) ;;
9362 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9363 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9364 esac
9367 CURSESLIBS=""
9368 if test "$ac_cv_header_ncurses_h" = "yes"
9369 then
9370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9371 $as_echo_n "checking for -lncurses... " >&6; }
9372 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9373 $as_echo_n "(cached) " >&6
9374 else
9375 ac_check_soname_save_LIBS=$LIBS
9376 LIBS="-lncurses $LIBS"
9377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9378 /* end confdefs.h. */
9380 /* Override any GCC internal prototype to avoid an error.
9381 Use char because int might match the return type of a GCC
9382 builtin and then its argument prototype would still apply. */
9383 #ifdef __cplusplus
9384 extern "C"
9385 #endif
9386 char waddch ();
9388 main ()
9390 return waddch ();
9392 return 0;
9394 _ACEOF
9395 if ac_fn_c_try_link "$LINENO"; then :
9396 case "$LIBEXT" in
9397 dll) ;;
9398 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'` ;;
9399 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9400 esac
9402 rm -f core conftest.err conftest.$ac_objext \
9403 conftest$ac_exeext conftest.$ac_ext
9404 LIBS=$ac_check_soname_save_LIBS
9406 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9408 $as_echo "not found" >&6; }
9410 else
9411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9412 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9414 cat >>confdefs.h <<_ACEOF
9415 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9416 _ACEOF
9418 CURSESLIBS="-lncurses"
9420 elif test "$ac_cv_header_curses_h" = "yes"
9421 then
9422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9423 $as_echo_n "checking for -lcurses... " >&6; }
9424 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9425 $as_echo_n "(cached) " >&6
9426 else
9427 ac_check_soname_save_LIBS=$LIBS
9428 LIBS="-lcurses $LIBS"
9429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9430 /* end confdefs.h. */
9432 /* Override any GCC internal prototype to avoid an error.
9433 Use char because int might match the return type of a GCC
9434 builtin and then its argument prototype would still apply. */
9435 #ifdef __cplusplus
9436 extern "C"
9437 #endif
9438 char waddch ();
9440 main ()
9442 return waddch ();
9444 return 0;
9446 _ACEOF
9447 if ac_fn_c_try_link "$LINENO"; then :
9448 case "$LIBEXT" in
9449 dll) ;;
9450 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'` ;;
9451 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9452 esac
9454 rm -f core conftest.err conftest.$ac_objext \
9455 conftest$ac_exeext conftest.$ac_ext
9456 LIBS=$ac_check_soname_save_LIBS
9458 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9460 $as_echo "not found" >&6; }
9462 else
9463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9464 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9466 cat >>confdefs.h <<_ACEOF
9467 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9468 _ACEOF
9470 CURSESLIBS="-lcurses"
9473 ac_save_LIBS="$LIBS"
9474 LIBS="$LIBS $CURSESLIBS"
9475 for ac_func in mousemask
9476 do :
9477 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9478 if test "x$ac_cv_func_mousemask" = x""yes; then :
9479 cat >>confdefs.h <<_ACEOF
9480 #define HAVE_MOUSEMASK 1
9481 _ACEOF
9484 done
9486 LIBS="$ac_save_LIBS"
9487 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9488 case "x$with_curses" in
9489 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9490 xno) ;;
9491 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9492 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9493 esac
9496 if test "x$with_sane" != "xno"
9497 then
9498 ac_save_CPPFLAGS="$CPPFLAGS"
9499 # Extract the first word of "sane-config", so it can be a program name with args.
9500 set dummy sane-config; ac_word=$2
9501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9502 $as_echo_n "checking for $ac_word... " >&6; }
9503 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9504 $as_echo_n "(cached) " >&6
9505 else
9506 if test -n "$sane_devel"; then
9507 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9508 else
9509 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9510 for as_dir in $PATH
9512 IFS=$as_save_IFS
9513 test -z "$as_dir" && as_dir=.
9514 for ac_exec_ext in '' $ac_executable_extensions; do
9515 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9516 ac_cv_prog_sane_devel="sane-config"
9517 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9518 break 2
9520 done
9521 done
9522 IFS=$as_save_IFS
9524 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9527 sane_devel=$ac_cv_prog_sane_devel
9528 if test -n "$sane_devel"; then
9529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9530 $as_echo "$sane_devel" >&6; }
9531 else
9532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9533 $as_echo "no" >&6; }
9537 if test "$sane_devel" != "no"
9538 then
9539 ac_sane_incl="`$sane_devel --cflags`"
9540 ac_sane_libs="`$sane_devel --ldflags`"
9541 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9543 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9544 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9546 $as_echo_n "checking for -lsane... " >&6; }
9547 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9548 $as_echo_n "(cached) " >&6
9549 else
9550 ac_check_soname_save_LIBS=$LIBS
9551 LIBS="-lsane $ac_sane_libs $LIBS"
9552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9553 /* end confdefs.h. */
9555 /* Override any GCC internal prototype to avoid an error.
9556 Use char because int might match the return type of a GCC
9557 builtin and then its argument prototype would still apply. */
9558 #ifdef __cplusplus
9559 extern "C"
9560 #endif
9561 char sane_init ();
9563 main ()
9565 return sane_init ();
9567 return 0;
9569 _ACEOF
9570 if ac_fn_c_try_link "$LINENO"; then :
9571 case "$LIBEXT" in
9572 dll) ;;
9573 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'` ;;
9574 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9575 esac
9577 rm -f core conftest.err conftest.$ac_objext \
9578 conftest$ac_exeext conftest.$ac_ext
9579 LIBS=$ac_check_soname_save_LIBS
9581 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9583 $as_echo "not found" >&6; }
9585 else
9586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9587 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9589 cat >>confdefs.h <<_ACEOF
9590 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9591 _ACEOF
9593 SANEINCL="$ac_sane_incl"
9599 CPPFLAGS="$ac_save_CPPFLAGS"
9601 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9602 case "x$with_sane" in
9603 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9604 xno) ;;
9605 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9606 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9607 esac
9610 if test "x$with_v4l" != "xno"
9611 then
9612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9613 $as_echo_n "checking for -lv4l1... " >&6; }
9614 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9615 $as_echo_n "(cached) " >&6
9616 else
9617 ac_check_soname_save_LIBS=$LIBS
9618 LIBS="-lv4l1 $LIBS"
9619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9620 /* end confdefs.h. */
9622 /* Override any GCC internal prototype to avoid an error.
9623 Use char because int might match the return type of a GCC
9624 builtin and then its argument prototype would still apply. */
9625 #ifdef __cplusplus
9626 extern "C"
9627 #endif
9628 char v4l1_open ();
9630 main ()
9632 return v4l1_open ();
9634 return 0;
9636 _ACEOF
9637 if ac_fn_c_try_link "$LINENO"; then :
9638 case "$LIBEXT" in
9639 dll) ;;
9640 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'` ;;
9641 *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9642 esac
9644 rm -f core conftest.err conftest.$ac_objext \
9645 conftest$ac_exeext conftest.$ac_ext
9646 LIBS=$ac_check_soname_save_LIBS
9648 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9650 $as_echo "not found" >&6; }
9652 else
9653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9654 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9656 cat >>confdefs.h <<_ACEOF
9657 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9658 _ACEOF
9663 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9664 case "x$with_v4l" in
9665 x) wine_notices="$wine_notices|libv4l ${notice_platform}development files not found." ;;
9666 xno) ;;
9667 *) as_fn_error "libv4l ${notice_platform}development files not found.
9668 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9669 esac
9672 if test "x$with_gphoto" != "xno"
9673 then
9674 ac_save_CPPFLAGS="$CPPFLAGS"
9675 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9676 set dummy gphoto2-config; ac_word=$2
9677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9678 $as_echo_n "checking for $ac_word... " >&6; }
9679 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9680 $as_echo_n "(cached) " >&6
9681 else
9682 if test -n "$gphoto2_devel"; then
9683 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9684 else
9685 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9686 for as_dir in $PATH
9688 IFS=$as_save_IFS
9689 test -z "$as_dir" && as_dir=.
9690 for ac_exec_ext in '' $ac_executable_extensions; do
9691 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9692 ac_cv_prog_gphoto2_devel="gphoto2-config"
9693 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9694 break 2
9696 done
9697 done
9698 IFS=$as_save_IFS
9700 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9703 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9704 if test -n "$gphoto2_devel"; then
9705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9706 $as_echo "$gphoto2_devel" >&6; }
9707 else
9708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9709 $as_echo "no" >&6; }
9713 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9714 set dummy gphoto2-port-config; ac_word=$2
9715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9716 $as_echo_n "checking for $ac_word... " >&6; }
9717 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9718 $as_echo_n "(cached) " >&6
9719 else
9720 if test -n "$gphoto2port_devel"; then
9721 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9722 else
9723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9724 for as_dir in $PATH
9726 IFS=$as_save_IFS
9727 test -z "$as_dir" && as_dir=.
9728 for ac_exec_ext in '' $ac_executable_extensions; do
9729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9730 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9732 break 2
9734 done
9735 done
9736 IFS=$as_save_IFS
9738 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9741 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9742 if test -n "$gphoto2port_devel"; then
9743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9744 $as_echo "$gphoto2port_devel" >&6; }
9745 else
9746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9747 $as_echo "no" >&6; }
9751 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9752 then
9753 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9754 ac_gphoto2_libs=""
9755 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9757 case "$i" in
9758 -L/usr/lib|-L/usr/lib64) ;;
9759 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9760 esac
9761 done
9762 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9764 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9765 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9766 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9768 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9769 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9770 $as_echo_n "(cached) " >&6
9771 else
9772 ac_check_lib_save_LIBS=$LIBS
9773 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9775 /* end confdefs.h. */
9777 /* Override any GCC internal prototype to avoid an error.
9778 Use char because int might match the return type of a GCC
9779 builtin and then its argument prototype would still apply. */
9780 #ifdef __cplusplus
9781 extern "C"
9782 #endif
9783 char gp_camera_new ();
9785 main ()
9787 return gp_camera_new ();
9789 return 0;
9791 _ACEOF
9792 if ac_fn_c_try_link "$LINENO"; then :
9793 ac_cv_lib_gphoto2_gp_camera_new=yes
9794 else
9795 ac_cv_lib_gphoto2_gp_camera_new=no
9797 rm -f core conftest.err conftest.$ac_objext \
9798 conftest$ac_exeext conftest.$ac_ext
9799 LIBS=$ac_check_lib_save_LIBS
9801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9802 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9803 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9805 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9807 GPHOTO2LIBS="$ac_gphoto2_libs"
9809 GPHOTO2INCL="$ac_gphoto2_incl"
9816 CPPFLAGS="$ac_save_CPPFLAGS"
9818 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9819 case "x$with_gphoto" in
9820 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9821 xno) ;;
9822 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9823 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9824 esac
9828 RESOLVLIBS=""
9830 if test "$ac_cv_header_resolv_h" = "yes"
9831 then
9832 ac_save_LIBS="$LIBS"
9833 LIBS="$LIBS -lresolv"
9834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9835 /* end confdefs.h. */
9836 #ifdef HAVE_NETINET_IN_H
9837 #include <netinet/in.h>
9838 #endif
9839 #include <resolv.h>
9841 main ()
9843 res_init();
9845 return 0;
9847 _ACEOF
9848 if ac_fn_c_try_link "$LINENO"; then :
9850 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9852 RESOLVLIBS="-lresolv"
9854 rm -f core conftest.err conftest.$ac_objext \
9855 conftest$ac_exeext conftest.$ac_ext
9856 LIBS="$ac_save_LIBS"
9859 LCMSLIBS=""
9861 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9862 then
9863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9864 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9865 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9866 $as_echo_n "(cached) " >&6
9867 else
9868 ac_check_lib_save_LIBS=$LIBS
9869 LIBS="-llcms $LIBS"
9870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9871 /* end confdefs.h. */
9873 /* Override any GCC internal prototype to avoid an error.
9874 Use char because int might match the return type of a GCC
9875 builtin and then its argument prototype would still apply. */
9876 #ifdef __cplusplus
9877 extern "C"
9878 #endif
9879 char cmsOpenProfileFromFile ();
9881 main ()
9883 return cmsOpenProfileFromFile ();
9885 return 0;
9887 _ACEOF
9888 if ac_fn_c_try_link "$LINENO"; then :
9889 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9890 else
9891 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9893 rm -f core conftest.err conftest.$ac_objext \
9894 conftest$ac_exeext conftest.$ac_ext
9895 LIBS=$ac_check_lib_save_LIBS
9897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9898 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9899 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9901 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9903 LCMSLIBS="-llcms"
9907 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9908 case "x$with_cms" in
9909 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9910 xno) ;;
9911 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9912 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9913 esac
9916 if test "x$with_freetype" != "xno"
9917 then
9918 for ac_prog in freetype-config freetype2-config
9920 # Extract the first word of "$ac_prog", so it can be a program name with args.
9921 set dummy $ac_prog; ac_word=$2
9922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9923 $as_echo_n "checking for $ac_word... " >&6; }
9924 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9925 $as_echo_n "(cached) " >&6
9926 else
9927 if test -n "$ft_devel"; then
9928 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9929 else
9930 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9931 for as_dir in $PATH
9933 IFS=$as_save_IFS
9934 test -z "$as_dir" && as_dir=.
9935 for ac_exec_ext in '' $ac_executable_extensions; do
9936 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9937 ac_cv_prog_ft_devel="$ac_prog"
9938 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9939 break 2
9941 done
9942 done
9943 IFS=$as_save_IFS
9947 ft_devel=$ac_cv_prog_ft_devel
9948 if test -n "$ft_devel"; then
9949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9950 $as_echo "$ft_devel" >&6; }
9951 else
9952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9953 $as_echo "no" >&6; }
9957 test -n "$ft_devel" && break
9958 done
9959 test -n "$ft_devel" || ft_devel="no"
9961 if test "$ft_devel" != "no"
9962 then
9963 ac_freetype_incl=`$ft_devel --cflags`
9964 ac_freetype_libs=`$ft_devel --libs`
9966 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
9967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
9968 $as_echo_n "checking for -lfreetype... " >&6; }
9969 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
9970 $as_echo_n "(cached) " >&6
9971 else
9972 ac_check_soname_save_LIBS=$LIBS
9973 LIBS="-lfreetype $ac_freetype_libs $LIBS"
9974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9975 /* end confdefs.h. */
9977 /* Override any GCC internal prototype to avoid an error.
9978 Use char because int might match the return type of a GCC
9979 builtin and then its argument prototype would still apply. */
9980 #ifdef __cplusplus
9981 extern "C"
9982 #endif
9983 char FT_Init_FreeType ();
9985 main ()
9987 return FT_Init_FreeType ();
9989 return 0;
9991 _ACEOF
9992 if ac_fn_c_try_link "$LINENO"; then :
9993 case "$LIBEXT" in
9994 dll) ;;
9995 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'` ;;
9996 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9997 esac
9999 rm -f core conftest.err conftest.$ac_objext \
10000 conftest$ac_exeext conftest.$ac_ext
10001 LIBS=$ac_check_soname_save_LIBS
10003 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10005 $as_echo "not found" >&6; }
10006 ft_lib=no
10007 else
10008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10009 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10011 cat >>confdefs.h <<_ACEOF
10012 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10013 _ACEOF
10015 ft_lib=yes
10017 if test "$ft_lib" = "yes"
10018 then
10019 ac_save_CPPFLAGS="$CPPFLAGS"
10020 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10021 for ac_header in ft2build.h \
10022 freetype/freetype.h \
10023 freetype/ftglyph.h \
10024 freetype/fttypes.h \
10025 freetype/tttables.h \
10026 freetype/ftsnames.h \
10027 freetype/ttnameid.h \
10028 freetype/ftoutln.h \
10029 freetype/ftwinfnt.h \
10030 freetype/ftmodapi.h \
10031 freetype/ftlcdfil.h \
10032 freetype/internal/sfnt.h
10033 do :
10034 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10035 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10036 # include <ft2build.h>
10037 #endif
10039 eval as_val=\$$as_ac_Header
10040 if test "x$as_val" = x""yes; then :
10041 cat >>confdefs.h <<_ACEOF
10042 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10043 _ACEOF
10047 done
10049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10050 /* end confdefs.h. */
10051 #include <ft2build.h>
10052 #include <freetype/fttrigon.h>
10053 _ACEOF
10054 if ac_fn_c_try_cpp "$LINENO"; then :
10056 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10058 wine_cv_fttrigon=yes
10059 else
10060 wine_cv_fttrigon=no
10062 rm -f conftest.err conftest.$ac_ext
10063 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10065 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10067 cat >>confdefs.h <<_ACEOF
10068 #define HAVE_FT_TRUETYPEENGINETYPE 1
10069 _ACEOF
10074 ac_save_CFLAGS="$CFLAGS"
10075 CFLAGS="$CFLAGS $ac_freetype_libs"
10076 for ac_func in FT_Load_Sfnt_Table
10077 do :
10078 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10079 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10080 cat >>confdefs.h <<_ACEOF
10081 #define HAVE_FT_LOAD_SFNT_TABLE 1
10082 _ACEOF
10085 done
10087 CFLAGS="$ac_save_CFLAGS"
10088 CPPFLAGS="$ac_save_CPPFLAGS"
10089 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10090 then
10092 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10094 FREETYPELIBS="$ac_freetype_libs"
10096 FREETYPEINCL="$ac_freetype_incl"
10101 if test "x$FREETYPELIBS" = "x"; then :
10102 case "x$with_freetype" in
10103 xno) ;;
10104 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10105 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10106 esac
10108 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10111 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10112 if test "${ac_cv_c_ppdev+set}" = set; then :
10113 $as_echo_n "(cached) " >&6
10114 else
10115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10116 /* end confdefs.h. */
10117 #include <linux/ppdev.h>
10119 main ()
10121 ioctl (1,PPCLAIM,0)
10123 return 0;
10125 _ACEOF
10126 if ac_fn_c_try_compile "$LINENO"; then :
10127 ac_cv_c_ppdev="yes"
10128 else
10129 ac_cv_c_ppdev="no"
10131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10134 $as_echo "$ac_cv_c_ppdev" >&6; }
10135 if test "$ac_cv_c_ppdev" = "yes"
10136 then
10138 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10142 ac_wine_check_funcs_save_LIBS="$LIBS"
10143 LIBS="$LIBS $LIBPTHREAD"
10144 for ac_func in \
10145 pthread_attr_get_np \
10146 pthread_getattr_np \
10147 pthread_get_stackaddr_np \
10148 pthread_get_stacksize_np
10149 do :
10150 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10151 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10152 eval as_val=\$$as_ac_var
10153 if test "x$as_val" = x""yes; then :
10154 cat >>confdefs.h <<_ACEOF
10155 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10156 _ACEOF
10159 done
10161 LIBS="$ac_wine_check_funcs_save_LIBS"
10163 if test "$ac_cv_header_zlib_h" = "yes"
10164 then
10165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10166 $as_echo_n "checking for inflate in -lz... " >&6; }
10167 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10168 $as_echo_n "(cached) " >&6
10169 else
10170 ac_check_lib_save_LIBS=$LIBS
10171 LIBS="-lz $LIBS"
10172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10173 /* end confdefs.h. */
10175 /* Override any GCC internal prototype to avoid an error.
10176 Use char because int might match the return type of a GCC
10177 builtin and then its argument prototype would still apply. */
10178 #ifdef __cplusplus
10179 extern "C"
10180 #endif
10181 char inflate ();
10183 main ()
10185 return inflate ();
10187 return 0;
10189 _ACEOF
10190 if ac_fn_c_try_link "$LINENO"; then :
10191 ac_cv_lib_z_inflate=yes
10192 else
10193 ac_cv_lib_z_inflate=no
10195 rm -f core conftest.err conftest.$ac_objext \
10196 conftest$ac_exeext conftest.$ac_ext
10197 LIBS=$ac_check_lib_save_LIBS
10199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10200 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10201 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10203 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10205 ZLIB="-lz"
10211 if test "x$with_esd" != xno
10212 then
10213 save_CFLAGS="$CFLAGS"
10214 # Extract the first word of "esd-config", so it can be a program name with args.
10215 set dummy esd-config; ac_word=$2
10216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10217 $as_echo_n "checking for $ac_word... " >&6; }
10218 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10219 $as_echo_n "(cached) " >&6
10220 else
10221 case $ESDCONFIG in
10222 [\\/]* | ?:[\\/]*)
10223 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10226 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10227 for as_dir in $PATH
10229 IFS=$as_save_IFS
10230 test -z "$as_dir" && as_dir=.
10231 for ac_exec_ext in '' $ac_executable_extensions; do
10232 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10233 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10234 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10235 break 2
10237 done
10238 done
10239 IFS=$as_save_IFS
10241 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10243 esac
10245 ESDCONFIG=$ac_cv_path_ESDCONFIG
10246 if test -n "$ESDCONFIG"; then
10247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10248 $as_echo "$ESDCONFIG" >&6; }
10249 else
10250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10251 $as_echo "no" >&6; }
10255 if test "x$ESDCONFIG" != "xno"
10256 then
10257 ac_esd_incl=""
10258 for i in `$ESDCONFIG --cflags`
10260 case "$i" in
10261 -I*) ac_esd_incl="$ac_esd_incl $i";;
10262 esac
10263 done
10264 ac_esd_libs=`$ESDCONFIG --libs`
10265 CFLAGS="$CFLAGS $ac_esd_incl"
10267 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10268 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10269 if test "x$ac_cv_header_esd_h" = x""yes; then :
10270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10271 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10272 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10273 $as_echo_n "(cached) " >&6
10274 else
10275 ac_check_lib_save_LIBS=$LIBS
10276 LIBS="-lesd $ac_esd_libs $LIBS"
10277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10278 /* end confdefs.h. */
10280 /* Override any GCC internal prototype to avoid an error.
10281 Use char because int might match the return type of a GCC
10282 builtin and then its argument prototype would still apply. */
10283 #ifdef __cplusplus
10284 extern "C"
10285 #endif
10286 char esd_open_sound ();
10288 main ()
10290 return esd_open_sound ();
10292 return 0;
10294 _ACEOF
10295 if ac_fn_c_try_link "$LINENO"; then :
10296 ac_cv_lib_esd_esd_open_sound=yes
10297 else
10298 ac_cv_lib_esd_esd_open_sound=no
10300 rm -f core conftest.err conftest.$ac_objext \
10301 conftest$ac_exeext conftest.$ac_ext
10302 LIBS=$ac_check_lib_save_LIBS
10304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10305 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10306 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10307 ESDINCL="$ac_esd_incl"
10309 ESDLIBS="$ac_esd_libs"
10312 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10319 CFLAGS="$save_CFLAGS"
10322 ALSALIBS=""
10324 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10325 then
10326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10327 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10328 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10329 $as_echo_n "(cached) " >&6
10330 else
10331 ac_check_lib_save_LIBS=$LIBS
10332 LIBS="-lasound $LIBS"
10333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10334 /* end confdefs.h. */
10336 /* Override any GCC internal prototype to avoid an error.
10337 Use char because int might match the return type of a GCC
10338 builtin and then its argument prototype would still apply. */
10339 #ifdef __cplusplus
10340 extern "C"
10341 #endif
10342 char snd_pcm_hw_params_get_access ();
10344 main ()
10346 return snd_pcm_hw_params_get_access ();
10348 return 0;
10350 _ACEOF
10351 if ac_fn_c_try_link "$LINENO"; then :
10352 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10353 else
10354 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10356 rm -f core conftest.err conftest.$ac_objext \
10357 conftest$ac_exeext conftest.$ac_ext
10358 LIBS=$ac_check_lib_save_LIBS
10360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10361 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10362 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10363 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10364 /* end confdefs.h. */
10365 #ifdef HAVE_ALSA_ASOUNDLIB_H
10366 #include <alsa/asoundlib.h>
10367 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10368 #include <sys/asoundlib.h>
10369 #endif
10371 main ()
10373 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10375 return 0;
10377 _ACEOF
10378 if ac_fn_c_try_compile "$LINENO"; then :
10380 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10382 ALSALIBS="-lasound"
10384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10389 AUDIOIOLIBS=""
10391 if test "$ac_cv_header_libaudioio_h" = "yes"
10392 then
10393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10394 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10395 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10396 $as_echo_n "(cached) " >&6
10397 else
10398 ac_check_lib_save_LIBS=$LIBS
10399 LIBS="-laudioio $LIBS"
10400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10401 /* end confdefs.h. */
10403 /* Override any GCC internal prototype to avoid an error.
10404 Use char because int might match the return type of a GCC
10405 builtin and then its argument prototype would still apply. */
10406 #ifdef __cplusplus
10407 extern "C"
10408 #endif
10409 char AudioIOGetVersion ();
10411 main ()
10413 return AudioIOGetVersion ();
10415 return 0;
10417 _ACEOF
10418 if ac_fn_c_try_link "$LINENO"; then :
10419 ac_cv_lib_audioio_AudioIOGetVersion=yes
10420 else
10421 ac_cv_lib_audioio_AudioIOGetVersion=no
10423 rm -f core conftest.err conftest.$ac_objext \
10424 conftest$ac_exeext conftest.$ac_ext
10425 LIBS=$ac_check_lib_save_LIBS
10427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10428 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10429 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10430 AUDIOIOLIBS="-laudioio"
10432 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10439 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10440 then
10441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10442 $as_echo_n "checking for -lcapi20... " >&6; }
10443 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10444 $as_echo_n "(cached) " >&6
10445 else
10446 ac_check_soname_save_LIBS=$LIBS
10447 LIBS="-lcapi20 $LIBS"
10448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10449 /* end confdefs.h. */
10451 /* Override any GCC internal prototype to avoid an error.
10452 Use char because int might match the return type of a GCC
10453 builtin and then its argument prototype would still apply. */
10454 #ifdef __cplusplus
10455 extern "C"
10456 #endif
10457 char capi20_register ();
10459 main ()
10461 return capi20_register ();
10463 return 0;
10465 _ACEOF
10466 if ac_fn_c_try_link "$LINENO"; then :
10467 case "$LIBEXT" in
10468 dll) ;;
10469 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'` ;;
10470 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10471 esac
10473 rm -f core conftest.err conftest.$ac_objext \
10474 conftest$ac_exeext conftest.$ac_ext
10475 LIBS=$ac_check_soname_save_LIBS
10477 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10479 $as_echo "not found" >&6; }
10481 else
10482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10483 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10485 cat >>confdefs.h <<_ACEOF
10486 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10487 _ACEOF
10492 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10493 case "x$with_capi" in
10494 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10495 xno) ;;
10496 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10497 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10498 esac
10501 CUPSINCL=""
10503 if test "x$with_cups" != "xno"
10504 then
10505 ac_save_CPPFLAGS="$CPPFLAGS"
10506 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10507 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10508 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10509 for ac_header in cups/cups.h
10510 do :
10511 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10512 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10513 cat >>confdefs.h <<_ACEOF
10514 #define HAVE_CUPS_CUPS_H 1
10515 _ACEOF
10516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10517 $as_echo_n "checking for -lcups... " >&6; }
10518 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10519 $as_echo_n "(cached) " >&6
10520 else
10521 ac_check_soname_save_LIBS=$LIBS
10522 LIBS="-lcups $ac_cups_libs $LIBS"
10523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10524 /* end confdefs.h. */
10526 /* Override any GCC internal prototype to avoid an error.
10527 Use char because int might match the return type of a GCC
10528 builtin and then its argument prototype would still apply. */
10529 #ifdef __cplusplus
10530 extern "C"
10531 #endif
10532 char cupsGetDefault ();
10534 main ()
10536 return cupsGetDefault ();
10538 return 0;
10540 _ACEOF
10541 if ac_fn_c_try_link "$LINENO"; then :
10542 case "$LIBEXT" in
10543 dll) ;;
10544 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'` ;;
10545 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10546 esac
10548 rm -f core conftest.err conftest.$ac_objext \
10549 conftest$ac_exeext conftest.$ac_ext
10550 LIBS=$ac_check_soname_save_LIBS
10552 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10554 $as_echo "not found" >&6; }
10556 else
10557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10558 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10560 cat >>confdefs.h <<_ACEOF
10561 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10562 _ACEOF
10564 CUPSINCL="$ac_cups_cflags"
10568 done
10570 CPPFLAGS="$ac_save_CPPFLAGS"
10572 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10573 case "x$with_cups" in
10574 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10575 xno) ;;
10576 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10577 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10578 esac
10581 if test "$ac_cv_header_jack_jack_h" = "yes"
10582 then
10583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10584 $as_echo_n "checking for -ljack... " >&6; }
10585 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10586 $as_echo_n "(cached) " >&6
10587 else
10588 ac_check_soname_save_LIBS=$LIBS
10589 LIBS="-ljack $LIBS"
10590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10591 /* end confdefs.h. */
10593 /* Override any GCC internal prototype to avoid an error.
10594 Use char because int might match the return type of a GCC
10595 builtin and then its argument prototype would still apply. */
10596 #ifdef __cplusplus
10597 extern "C"
10598 #endif
10599 char jack_client_new ();
10601 main ()
10603 return jack_client_new ();
10605 return 0;
10607 _ACEOF
10608 if ac_fn_c_try_link "$LINENO"; then :
10609 case "$LIBEXT" in
10610 dll) ;;
10611 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'` ;;
10612 *) 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'` ;;
10613 esac
10615 rm -f core conftest.err conftest.$ac_objext \
10616 conftest$ac_exeext conftest.$ac_ext
10617 LIBS=$ac_check_soname_save_LIBS
10619 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10621 $as_echo "not found" >&6; }
10623 else
10624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10625 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10627 cat >>confdefs.h <<_ACEOF
10628 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10629 _ACEOF
10635 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10636 then
10637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10638 $as_echo_n "checking for -lfontconfig... " >&6; }
10639 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10640 $as_echo_n "(cached) " >&6
10641 else
10642 ac_check_soname_save_LIBS=$LIBS
10643 LIBS="-lfontconfig $LIBS"
10644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10645 /* end confdefs.h. */
10647 /* Override any GCC internal prototype to avoid an error.
10648 Use char because int might match the return type of a GCC
10649 builtin and then its argument prototype would still apply. */
10650 #ifdef __cplusplus
10651 extern "C"
10652 #endif
10653 char FcInit ();
10655 main ()
10657 return FcInit ();
10659 return 0;
10661 _ACEOF
10662 if ac_fn_c_try_link "$LINENO"; then :
10663 case "$LIBEXT" in
10664 dll) ;;
10665 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'` ;;
10666 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10667 esac
10669 rm -f core conftest.err conftest.$ac_objext \
10670 conftest$ac_exeext conftest.$ac_ext
10671 LIBS=$ac_check_soname_save_LIBS
10673 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10675 $as_echo "not found" >&6; }
10677 else
10678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10679 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10681 cat >>confdefs.h <<_ACEOF
10682 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10683 _ACEOF
10687 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10688 then
10689 ac_save_CPPFLAGS="$CPPFLAGS"
10690 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10691 $as_unset ac_cv_header_fontconfig_fontconfig_h
10692 for ac_header in fontconfig/fontconfig.h
10693 do :
10694 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10695 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10696 cat >>confdefs.h <<_ACEOF
10697 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10698 _ACEOF
10702 done
10704 CPPFLAGS="$ac_save_CPPFLAGS"
10705 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10706 then
10707 FONTCONFIGINCL="$X_CFLAGS"
10709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10710 $as_echo_n "checking for -lfontconfig... " >&6; }
10711 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10712 $as_echo_n "(cached) " >&6
10713 else
10714 ac_check_soname_save_LIBS=$LIBS
10715 LIBS="-lfontconfig $X_LIBS $LIBS"
10716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10717 /* end confdefs.h. */
10719 /* Override any GCC internal prototype to avoid an error.
10720 Use char because int might match the return type of a GCC
10721 builtin and then its argument prototype would still apply. */
10722 #ifdef __cplusplus
10723 extern "C"
10724 #endif
10725 char FcInit ();
10727 main ()
10729 return FcInit ();
10731 return 0;
10733 _ACEOF
10734 if ac_fn_c_try_link "$LINENO"; then :
10735 case "$LIBEXT" in
10736 dll) ;;
10737 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'` ;;
10738 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10739 esac
10741 rm -f core conftest.err conftest.$ac_objext \
10742 conftest$ac_exeext conftest.$ac_ext
10743 LIBS=$ac_check_soname_save_LIBS
10745 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10747 $as_echo "not found" >&6; }
10749 else
10750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10751 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10753 cat >>confdefs.h <<_ACEOF
10754 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10755 _ACEOF
10761 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10762 case "x$with_fontconfig" in
10763 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10764 xno) ;;
10765 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10766 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10767 esac
10770 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10771 then
10772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10773 $as_echo_n "checking for -lssl... " >&6; }
10774 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10775 $as_echo_n "(cached) " >&6
10776 else
10777 ac_check_soname_save_LIBS=$LIBS
10778 LIBS="-lssl $LIBS"
10779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10780 /* end confdefs.h. */
10782 /* Override any GCC internal prototype to avoid an error.
10783 Use char because int might match the return type of a GCC
10784 builtin and then its argument prototype would still apply. */
10785 #ifdef __cplusplus
10786 extern "C"
10787 #endif
10788 char SSL_library_init ();
10790 main ()
10792 return SSL_library_init ();
10794 return 0;
10796 _ACEOF
10797 if ac_fn_c_try_link "$LINENO"; then :
10798 case "$LIBEXT" in
10799 dll) ;;
10800 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'` ;;
10801 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10802 esac
10804 rm -f core conftest.err conftest.$ac_objext \
10805 conftest$ac_exeext conftest.$ac_ext
10806 LIBS=$ac_check_soname_save_LIBS
10808 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10810 $as_echo "not found" >&6; }
10812 else
10813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10814 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10816 cat >>confdefs.h <<_ACEOF
10817 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10818 _ACEOF
10822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10823 $as_echo_n "checking for -lcrypto... " >&6; }
10824 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10825 $as_echo_n "(cached) " >&6
10826 else
10827 ac_check_soname_save_LIBS=$LIBS
10828 LIBS="-lcrypto $LIBS"
10829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10830 /* end confdefs.h. */
10832 /* Override any GCC internal prototype to avoid an error.
10833 Use char because int might match the return type of a GCC
10834 builtin and then its argument prototype would still apply. */
10835 #ifdef __cplusplus
10836 extern "C"
10837 #endif
10838 char BIO_new_socket ();
10840 main ()
10842 return BIO_new_socket ();
10844 return 0;
10846 _ACEOF
10847 if ac_fn_c_try_link "$LINENO"; then :
10848 case "$LIBEXT" in
10849 dll) ;;
10850 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'` ;;
10851 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10852 esac
10854 rm -f core conftest.err conftest.$ac_objext \
10855 conftest$ac_exeext conftest.$ac_ext
10856 LIBS=$ac_check_soname_save_LIBS
10858 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10860 $as_echo "not found" >&6; }
10862 else
10863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10864 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10866 cat >>confdefs.h <<_ACEOF
10867 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10868 _ACEOF
10873 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10874 case "x$with_openssl" in
10875 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10876 xno) ;;
10877 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10878 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10879 esac
10882 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10883 then
10884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10885 $as_echo_n "checking for -lgsm... " >&6; }
10886 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10887 $as_echo_n "(cached) " >&6
10888 else
10889 ac_check_soname_save_LIBS=$LIBS
10890 LIBS="-lgsm $LIBS"
10891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10892 /* end confdefs.h. */
10894 /* Override any GCC internal prototype to avoid an error.
10895 Use char because int might match the return type of a GCC
10896 builtin and then its argument prototype would still apply. */
10897 #ifdef __cplusplus
10898 extern "C"
10899 #endif
10900 char gsm_create ();
10902 main ()
10904 return gsm_create ();
10906 return 0;
10908 _ACEOF
10909 if ac_fn_c_try_link "$LINENO"; then :
10910 case "$LIBEXT" in
10911 dll) ;;
10912 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'` ;;
10913 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10914 esac
10916 rm -f core conftest.err conftest.$ac_objext \
10917 conftest$ac_exeext conftest.$ac_ext
10918 LIBS=$ac_check_soname_save_LIBS
10920 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10922 $as_echo "not found" >&6; }
10924 else
10925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10926 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10928 cat >>confdefs.h <<_ACEOF
10929 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10930 _ACEOF
10935 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10936 case "x$with_gsm" in
10937 x) wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10938 xno) ;;
10939 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10940 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
10941 esac
10944 if test "$ac_cv_header_jpeglib_h" = "yes"
10945 then
10946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10947 $as_echo_n "checking for -ljpeg... " >&6; }
10948 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10949 $as_echo_n "(cached) " >&6
10950 else
10951 ac_check_soname_save_LIBS=$LIBS
10952 LIBS="-ljpeg $LIBS"
10953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10954 /* end confdefs.h. */
10956 /* Override any GCC internal prototype to avoid an error.
10957 Use char because int might match the return type of a GCC
10958 builtin and then its argument prototype would still apply. */
10959 #ifdef __cplusplus
10960 extern "C"
10961 #endif
10962 char jpeg_start_decompress ();
10964 main ()
10966 return jpeg_start_decompress ();
10968 return 0;
10970 _ACEOF
10971 if ac_fn_c_try_link "$LINENO"; then :
10972 case "$LIBEXT" in
10973 dll) ;;
10974 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'` ;;
10975 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10976 esac
10978 rm -f core conftest.err conftest.$ac_objext \
10979 conftest$ac_exeext conftest.$ac_ext
10980 LIBS=$ac_check_soname_save_LIBS
10982 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10984 $as_echo "not found" >&6; }
10986 else
10987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
10988 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
10990 cat >>confdefs.h <<_ACEOF
10991 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
10992 _ACEOF
10997 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10998 case "x$with_jpeg" in
10999 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11000 xno) ;;
11001 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11002 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11003 esac
11006 if test "$ac_cv_header_png_h" = "yes"
11007 then
11008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11009 $as_echo_n "checking for -lpng... " >&6; }
11010 if test "${ac_cv_lib_soname_png+set}" = set; then :
11011 $as_echo_n "(cached) " >&6
11012 else
11013 ac_check_soname_save_LIBS=$LIBS
11014 LIBS="-lpng -lm -lz $LIBS"
11015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11016 /* end confdefs.h. */
11018 /* Override any GCC internal prototype to avoid an error.
11019 Use char because int might match the return type of a GCC
11020 builtin and then its argument prototype would still apply. */
11021 #ifdef __cplusplus
11022 extern "C"
11023 #endif
11024 char png_create_read_struct ();
11026 main ()
11028 return png_create_read_struct ();
11030 return 0;
11032 _ACEOF
11033 if ac_fn_c_try_link "$LINENO"; then :
11034 case "$LIBEXT" in
11035 dll) ;;
11036 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'` ;;
11037 *) 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'` ;;
11038 esac
11040 rm -f core conftest.err conftest.$ac_objext \
11041 conftest$ac_exeext conftest.$ac_ext
11042 LIBS=$ac_check_soname_save_LIBS
11044 if test "x$ac_cv_lib_soname_png" = "x"; then :
11045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11046 $as_echo "not found" >&6; }
11048 else
11049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11050 $as_echo "$ac_cv_lib_soname_png" >&6; }
11052 cat >>confdefs.h <<_ACEOF
11053 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11054 _ACEOF
11058 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11059 then
11060 ac_save_CPPFLAGS="$CPPFLAGS"
11061 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11062 $as_unset ac_cv_header_png_h
11063 for ac_header in png.h
11064 do :
11065 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11066 if test "x$ac_cv_header_png_h" = x""yes; then :
11067 cat >>confdefs.h <<_ACEOF
11068 #define HAVE_PNG_H 1
11069 _ACEOF
11073 done
11075 CPPFLAGS="$ac_save_CPPFLAGS"
11076 if test "$ac_cv_header_png_h" = "yes"
11077 then
11078 PNGINCL="$X_CFLAGS"
11080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11081 $as_echo_n "checking for -lpng... " >&6; }
11082 if test "${ac_cv_lib_soname_png+set}" = set; then :
11083 $as_echo_n "(cached) " >&6
11084 else
11085 ac_check_soname_save_LIBS=$LIBS
11086 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11088 /* end confdefs.h. */
11090 /* Override any GCC internal prototype to avoid an error.
11091 Use char because int might match the return type of a GCC
11092 builtin and then its argument prototype would still apply. */
11093 #ifdef __cplusplus
11094 extern "C"
11095 #endif
11096 char png_create_read_struct ();
11098 main ()
11100 return png_create_read_struct ();
11102 return 0;
11104 _ACEOF
11105 if ac_fn_c_try_link "$LINENO"; then :
11106 case "$LIBEXT" in
11107 dll) ;;
11108 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'` ;;
11109 *) 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'` ;;
11110 esac
11112 rm -f core conftest.err conftest.$ac_objext \
11113 conftest$ac_exeext conftest.$ac_ext
11114 LIBS=$ac_check_soname_save_LIBS
11116 if test "x$ac_cv_lib_soname_png" = "x"; then :
11117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11118 $as_echo "not found" >&6; }
11120 else
11121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11122 $as_echo "$ac_cv_lib_soname_png" >&6; }
11124 cat >>confdefs.h <<_ACEOF
11125 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11126 _ACEOF
11132 if test "x$ac_cv_lib_soname_png" = "x"; then :
11133 case "x$with_png" in
11134 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11135 xno) ;;
11136 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11137 This is an error since --with-png was requested." "$LINENO" 5 ;;
11138 esac
11141 if test "$ac_cv_header_mpg123_h" = "yes"
11142 then
11143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11144 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11145 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11146 $as_echo_n "(cached) " >&6
11147 else
11148 ac_check_lib_save_LIBS=$LIBS
11149 LIBS="-lmpg123 $LIBS"
11150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11151 /* end confdefs.h. */
11153 /* Override any GCC internal prototype to avoid an error.
11154 Use char because int might match the return type of a GCC
11155 builtin and then its argument prototype would still apply. */
11156 #ifdef __cplusplus
11157 extern "C"
11158 #endif
11159 char mpg123_feed ();
11161 main ()
11163 return mpg123_feed ();
11165 return 0;
11167 _ACEOF
11168 if ac_fn_c_try_link "$LINENO"; then :
11169 ac_cv_lib_mpg123_mpg123_feed=yes
11170 else
11171 ac_cv_lib_mpg123_mpg123_feed=no
11173 rm -f core conftest.err conftest.$ac_objext \
11174 conftest$ac_exeext conftest.$ac_ext
11175 LIBS=$ac_check_lib_save_LIBS
11177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11178 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11179 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11180 LIBMPG123="-lmpg123"
11185 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
11186 case "x$with_mpg123" in
11187 x) wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11188 xno) ;;
11189 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11190 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11191 esac
11193 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11195 if test "$ac_cv_header_AL_al_h" = "yes"
11196 then
11197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11198 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11199 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11200 $as_echo_n "(cached) " >&6
11201 else
11202 ac_check_lib_save_LIBS=$LIBS
11203 LIBS="-lopenal $LIBS"
11204 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11205 /* end confdefs.h. */
11207 /* Override any GCC internal prototype to avoid an error.
11208 Use char because int might match the return type of a GCC
11209 builtin and then its argument prototype would still apply. */
11210 #ifdef __cplusplus
11211 extern "C"
11212 #endif
11213 char alGetSource3i ();
11215 main ()
11217 return alGetSource3i ();
11219 return 0;
11221 _ACEOF
11222 if ac_fn_c_try_link "$LINENO"; then :
11223 ac_cv_lib_openal_alGetSource3i=yes
11224 else
11225 ac_cv_lib_openal_alGetSource3i=no
11227 rm -f core conftest.err conftest.$ac_objext \
11228 conftest$ac_exeext conftest.$ac_ext
11229 LIBS=$ac_check_lib_save_LIBS
11231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11232 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11233 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11234 LIBOPENAL="-lopenal"
11239 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11240 case "x$with_openal" in
11241 x) wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11242 xno) ;;
11243 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11244 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11245 esac
11247 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11249 if test "$ac_cv_header_kstat_h" = "yes"
11250 then
11251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11252 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11253 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11254 $as_echo_n "(cached) " >&6
11255 else
11256 ac_check_lib_save_LIBS=$LIBS
11257 LIBS="-lkstat $LIBS"
11258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11259 /* end confdefs.h. */
11261 /* Override any GCC internal prototype to avoid an error.
11262 Use char because int might match the return type of a GCC
11263 builtin and then its argument prototype would still apply. */
11264 #ifdef __cplusplus
11265 extern "C"
11266 #endif
11267 char kstat_open ();
11269 main ()
11271 return kstat_open ();
11273 return 0;
11275 _ACEOF
11276 if ac_fn_c_try_link "$LINENO"; then :
11277 ac_cv_lib_kstat_kstat_open=yes
11278 else
11279 ac_cv_lib_kstat_kstat_open=no
11281 rm -f core conftest.err conftest.$ac_objext \
11282 conftest$ac_exeext conftest.$ac_ext
11283 LIBS=$ac_check_lib_save_LIBS
11285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11286 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11287 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11289 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11291 LIBKSTAT="-lkstat"
11297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11298 $as_echo_n "checking for -lodbc... " >&6; }
11299 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11300 $as_echo_n "(cached) " >&6
11301 else
11302 ac_check_soname_save_LIBS=$LIBS
11303 LIBS="-lodbc $LIBS"
11304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11305 /* end confdefs.h. */
11307 /* Override any GCC internal prototype to avoid an error.
11308 Use char because int might match the return type of a GCC
11309 builtin and then its argument prototype would still apply. */
11310 #ifdef __cplusplus
11311 extern "C"
11312 #endif
11313 char SQLConnect ();
11315 main ()
11317 return SQLConnect ();
11319 return 0;
11321 _ACEOF
11322 if ac_fn_c_try_link "$LINENO"; then :
11323 case "$LIBEXT" in
11324 dll) ;;
11325 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'` ;;
11326 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11327 esac
11329 rm -f core conftest.err conftest.$ac_objext \
11330 conftest$ac_exeext conftest.$ac_ext
11331 LIBS=$ac_check_soname_save_LIBS
11333 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11335 $as_echo "not found" >&6; }
11336 cat >>confdefs.h <<_ACEOF
11337 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11338 _ACEOF
11340 else
11341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11342 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11344 cat >>confdefs.h <<_ACEOF
11345 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11346 _ACEOF
11351 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11352 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11353 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11354 "$ac_cv_header_soundcard_h" != "yes" -a \
11355 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11356 then
11357 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
11361 EXTRACFLAGS=""
11363 if test "x${GCC}" = "xyes"
11364 then
11365 EXTRACFLAGS="-Wall -pipe"
11367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11368 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11369 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11370 $as_echo_n "(cached) " >&6
11371 else
11372 if test "$cross_compiling" = yes; then :
11373 ac_cv_c_gcc_strength_bug="yes"
11374 else
11375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11376 /* end confdefs.h. */
11377 int L[4] = {0,1,2,3};
11379 main ()
11381 static int Array[3];
11382 unsigned int B = 3;
11383 int i;
11384 for(i=0; i<B; i++) Array[i] = i - 3;
11385 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11386 L[i] = 4;
11387 return (Array[1] != -2 || L[2] != 3)
11389 return 0;
11391 _ACEOF
11392 if ac_fn_c_try_run "$LINENO"; then :
11393 ac_cv_c_gcc_strength_bug="no"
11394 else
11395 ac_cv_c_gcc_strength_bug="yes"
11397 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11398 conftest.$ac_objext conftest.beam conftest.$ac_ext
11402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11403 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11404 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11405 then
11406 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11410 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11411 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11412 $as_echo_n "(cached) " >&6
11413 else
11414 ac_wine_try_cflags_saved=$CFLAGS
11415 CFLAGS="$CFLAGS -fno-builtin"
11416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11417 /* end confdefs.h. */
11418 int main(int argc, char *argv) { return 0; }
11419 _ACEOF
11420 if ac_fn_c_try_link "$LINENO"; then :
11421 ac_cv_cflags__fno_builtin=yes
11422 else
11423 ac_cv_cflags__fno_builtin=no
11425 rm -f core conftest.err conftest.$ac_objext \
11426 conftest$ac_exeext conftest.$ac_ext
11427 CFLAGS=$ac_wine_try_cflags_saved
11429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11430 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11431 if test $ac_cv_cflags__fno_builtin = yes; then :
11432 BUILTINFLAG="-fno-builtin"
11435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11436 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11437 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11438 $as_echo_n "(cached) " >&6
11439 else
11440 ac_wine_try_cflags_saved=$CFLAGS
11441 CFLAGS="$CFLAGS -fno-strict-aliasing"
11442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11443 /* end confdefs.h. */
11444 int main(int argc, char *argv) { return 0; }
11445 _ACEOF
11446 if ac_fn_c_try_link "$LINENO"; then :
11447 ac_cv_cflags__fno_strict_aliasing=yes
11448 else
11449 ac_cv_cflags__fno_strict_aliasing=no
11451 rm -f core conftest.err conftest.$ac_objext \
11452 conftest$ac_exeext conftest.$ac_ext
11453 CFLAGS=$ac_wine_try_cflags_saved
11455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11456 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11457 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11458 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11461 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11462 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11463 $as_echo_n "(cached) " >&6
11464 else
11465 ac_wine_try_cflags_saved=$CFLAGS
11466 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11468 /* end confdefs.h. */
11469 int main(int argc, char *argv) { return 0; }
11470 _ACEOF
11471 if ac_fn_c_try_link "$LINENO"; then :
11472 ac_cv_cflags__Wdeclaration_after_statement=yes
11473 else
11474 ac_cv_cflags__Wdeclaration_after_statement=no
11476 rm -f core conftest.err conftest.$ac_objext \
11477 conftest$ac_exeext conftest.$ac_ext
11478 CFLAGS=$ac_wine_try_cflags_saved
11480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11481 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11482 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11483 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11486 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11487 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11488 $as_echo_n "(cached) " >&6
11489 else
11490 ac_wine_try_cflags_saved=$CFLAGS
11491 CFLAGS="$CFLAGS -Wstrict-prototypes"
11492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11493 /* end confdefs.h. */
11494 int main(int argc, char *argv) { return 0; }
11495 _ACEOF
11496 if ac_fn_c_try_link "$LINENO"; then :
11497 ac_cv_cflags__Wstrict_prototypes=yes
11498 else
11499 ac_cv_cflags__Wstrict_prototypes=no
11501 rm -f core conftest.err conftest.$ac_objext \
11502 conftest$ac_exeext conftest.$ac_ext
11503 CFLAGS=$ac_wine_try_cflags_saved
11505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11506 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11507 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11508 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11511 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11512 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11513 $as_echo_n "(cached) " >&6
11514 else
11515 ac_wine_try_cflags_saved=$CFLAGS
11516 CFLAGS="$CFLAGS -Wtype-limits"
11517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11518 /* end confdefs.h. */
11519 int main(int argc, char *argv) { return 0; }
11520 _ACEOF
11521 if ac_fn_c_try_link "$LINENO"; then :
11522 ac_cv_cflags__Wtype_limits=yes
11523 else
11524 ac_cv_cflags__Wtype_limits=no
11526 rm -f core conftest.err conftest.$ac_objext \
11527 conftest$ac_exeext conftest.$ac_ext
11528 CFLAGS=$ac_wine_try_cflags_saved
11530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11531 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11532 if test $ac_cv_cflags__Wtype_limits = yes; then :
11533 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11536 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11537 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11538 $as_echo_n "(cached) " >&6
11539 else
11540 ac_wine_try_cflags_saved=$CFLAGS
11541 CFLAGS="$CFLAGS -Wwrite-strings"
11542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11543 /* end confdefs.h. */
11544 int main(int argc, char *argv) { return 0; }
11545 _ACEOF
11546 if ac_fn_c_try_link "$LINENO"; then :
11547 ac_cv_cflags__Wwrite_strings=yes
11548 else
11549 ac_cv_cflags__Wwrite_strings=no
11551 rm -f core conftest.err conftest.$ac_objext \
11552 conftest$ac_exeext conftest.$ac_ext
11553 CFLAGS=$ac_wine_try_cflags_saved
11555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11556 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11557 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11558 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11561 saved_CFLAGS="$CFLAGS"
11562 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11564 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11565 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11566 $as_echo_n "(cached) " >&6
11567 else
11568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11569 /* end confdefs.h. */
11570 #include <string.h>
11572 main ()
11576 return 0;
11578 _ACEOF
11579 if ac_fn_c_try_compile "$LINENO"; then :
11580 ac_cv_c_string_h_warnings=no
11581 else
11582 ac_cv_c_string_h_warnings=yes
11584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11587 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11588 CFLAGS="$saved_CFLAGS"
11589 if test "$ac_cv_c_string_h_warnings" = "no"
11590 then
11591 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11594 if test "${enable_maintainer_mode+set}" = set
11595 then
11596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11597 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11598 if test "${ac_cv_cflags__Werror+set}" = set; then :
11599 $as_echo_n "(cached) " >&6
11600 else
11601 ac_wine_try_cflags_saved=$CFLAGS
11602 CFLAGS="$CFLAGS -Werror"
11603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11604 /* end confdefs.h. */
11605 int main(int argc, char *argv) { return 0; }
11606 _ACEOF
11607 if ac_fn_c_try_link "$LINENO"; then :
11608 ac_cv_cflags__Werror=yes
11609 else
11610 ac_cv_cflags__Werror=no
11612 rm -f core conftest.err conftest.$ac_objext \
11613 conftest$ac_exeext conftest.$ac_ext
11614 CFLAGS=$ac_wine_try_cflags_saved
11616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11617 $as_echo "$ac_cv_cflags__Werror" >&6; }
11618 if test $ac_cv_cflags__Werror = yes; then :
11619 EXTRACFLAGS="$EXTRACFLAGS -Werror"
11623 saved_CFLAGS="$CFLAGS"
11624 CFLAGS="$CFLAGS -Werror"
11625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11626 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11627 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11628 $as_echo_n "(cached) " >&6
11629 else
11630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11631 /* end confdefs.h. */
11632 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11634 main ()
11638 return 0;
11640 _ACEOF
11641 if ac_fn_c_try_compile "$LINENO"; then :
11642 ac_cv_have_ms_hook_prologue="yes"
11643 else
11644 ac_cv_have_ms_hook_prologue="no"
11646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11649 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11650 CFLAGS="$saved_CFLAGS"
11651 if test "$ac_cv_have_ms_hook_prologue" = "yes"
11652 then
11654 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11656 else
11657 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11664 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11665 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11666 $as_echo_n "(cached) " >&6
11667 else
11668 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11669 /* end confdefs.h. */
11670 extern int ac_test;
11672 main ()
11674 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11676 return 0;
11678 _ACEOF
11679 if ac_fn_c_try_link "$LINENO"; then :
11680 ac_cv_c_extern_prefix="yes"
11681 else
11682 ac_cv_c_extern_prefix="no"
11684 rm -f core conftest.err conftest.$ac_objext \
11685 conftest$ac_exeext conftest.$ac_ext
11687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11688 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11690 case $host_cpu in
11691 *i[3456789]86*)
11692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11693 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11694 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11695 $as_echo_n "(cached) " >&6
11696 else
11697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11698 /* end confdefs.h. */
11699 #ifndef _MSC_VER
11700 #define __stdcall __attribute__((__stdcall__))
11701 #endif
11702 int __stdcall ac_test(int i) { return i; }
11704 main ()
11706 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11708 return 0;
11710 _ACEOF
11711 if ac_fn_c_try_link "$LINENO"; then :
11712 ac_cv_c_stdcall_suffix="yes"
11713 else
11714 ac_cv_c_stdcall_suffix="no"
11716 rm -f core conftest.err conftest.$ac_objext \
11717 conftest$ac_exeext conftest.$ac_ext
11719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11720 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11721 *) ac_cv_c_stdcall_suffix="no" ;;
11722 esac
11725 if test "$ac_cv_c_extern_prefix" = "yes"
11726 then
11727 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11729 asm_name_prefix="_"
11730 else
11731 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11733 asm_name_prefix=""
11737 if test "$ac_cv_c_stdcall_suffix" = "yes"
11738 then
11739 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11741 else
11742 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11748 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11749 if test "${ac_cv_asm_func_def+set}" = set; then :
11750 $as_echo_n "(cached) " >&6
11751 else
11752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11753 /* end confdefs.h. */
11756 main ()
11758 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11760 return 0;
11762 _ACEOF
11763 if ac_fn_c_try_link "$LINENO"; then :
11764 ac_cv_asm_func_def=".def"
11765 else
11766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11767 /* end confdefs.h. */
11770 main ()
11772 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11774 return 0;
11776 _ACEOF
11777 if ac_fn_c_try_link "$LINENO"; then :
11778 ac_cv_asm_func_def=".type @function"
11779 else
11780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11781 /* end confdefs.h. */
11784 main ()
11786 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11788 return 0;
11790 _ACEOF
11791 if ac_fn_c_try_link "$LINENO"; then :
11792 ac_cv_asm_func_def=".type 2"
11793 else
11794 ac_cv_asm_func_def="unknown"
11796 rm -f core conftest.err conftest.$ac_objext \
11797 conftest$ac_exeext conftest.$ac_ext
11799 rm -f core conftest.err conftest.$ac_objext \
11800 conftest$ac_exeext conftest.$ac_ext
11802 rm -f core conftest.err conftest.$ac_objext \
11803 conftest$ac_exeext conftest.$ac_ext
11805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11806 $as_echo "$ac_cv_asm_func_def" >&6; }
11809 case "$ac_cv_asm_func_def" in
11810 ".def")
11811 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11813 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11814 ".type @function")
11815 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11817 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11818 ".type 2")
11819 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11821 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11823 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11825 asm_func_header="" ;;
11826 esac
11828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11829 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11830 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11831 $as_echo_n "(cached) " >&6
11832 else
11833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11834 /* end confdefs.h. */
11835 asm(".text\n\t.long 0");
11837 main ()
11841 return 0;
11843 _ACEOF
11844 if ac_fn_c_try_compile "$LINENO"; then :
11845 ac_cv_c_asm_outside_funcs="yes"
11846 else
11847 ac_cv_c_asm_outside_funcs="no"
11849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11852 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11855 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11856 if test "${ac_cv_c_dot_previous+set}" = set; then :
11857 $as_echo_n "(cached) " >&6
11858 else
11859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11860 /* end confdefs.h. */
11863 main ()
11865 asm(".text\nac_test:\t.long 0\n\t.previous");
11867 return 0;
11869 _ACEOF
11870 if ac_fn_c_try_link "$LINENO"; then :
11871 ac_cv_c_dot_previous="yes"
11872 else
11873 ac_cv_c_dot_previous="no"
11875 rm -f core conftest.err conftest.$ac_objext \
11876 conftest$ac_exeext conftest.$ac_ext
11878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11879 $as_echo "$ac_cv_c_dot_previous" >&6; }
11881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11882 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11883 if test "${ac_cv_c_cfi_support+set}" = set; then :
11884 $as_echo_n "(cached) " >&6
11885 else
11886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11887 /* end confdefs.h. */
11888 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11890 main ()
11894 return 0;
11896 _ACEOF
11897 if ac_fn_c_try_compile "$LINENO"; then :
11898 ac_cv_c_cfi_support="yes"
11899 else
11900 ac_cv_c_cfi_support="no"
11902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
11905 $as_echo "$ac_cv_c_cfi_support" >&6; }
11907 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
11908 asm_func_trailer=""
11909 if test "$ac_cv_c_dot_previous" = "yes"
11910 then
11911 asm_func_trailer="\\n\\t.previous"
11913 if test "$ac_cv_c_cfi_support" = "yes"
11914 then
11915 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
11916 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
11918 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
11920 else
11921 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
11925 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
11928 if test "$ac_cv_c_asm_outside_funcs" = "yes"
11929 then
11930 cat >>confdefs.h <<_ACEOF
11931 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
11932 _ACEOF
11934 else
11935 cat >>confdefs.h <<_ACEOF
11936 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
11937 _ACEOF
11941 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
11944 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
11948 LDPATH=""
11950 case $build_os in
11951 cygwin*|mingw32*)
11952 TOOLSEXT=".exe"
11954 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
11956 darwin*|macosx*)
11959 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
11961 esac
11963 case $host_os in
11964 mingw32*)
11965 CRTLIBS="-lmsvcrt"
11967 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
11970 esac
11972 MAIN_BINARY="wine"
11974 test -z "$with_wine64" || MAIN_BINARY="wine32"
11976 case $host_cpu in
11977 *i[3456789]86*)
11978 case $host_os in
11979 linux*)
11980 EXTRA_BINARIES="wine-preloader"
11982 esac
11984 esac
11987 ac_save_CFLAGS="$CFLAGS"
11988 CFLAGS="$CFLAGS $BUILTINFLAG"
11989 for ac_func in \
11990 _pclose \
11991 _popen \
11992 _snprintf \
11993 _spawnvp \
11994 _strdup \
11995 _stricmp \
11996 _strnicmp \
11997 _strtoi64 \
11998 _strtoui64 \
11999 _vsnprintf \
12000 asctime_r \
12001 chsize \
12002 dlopen \
12003 epoll_create \
12004 ffs \
12005 finite \
12006 fnmatch \
12007 fork \
12008 fpclass \
12009 fstatfs \
12010 fstatvfs \
12011 ftruncate \
12012 futimes \
12013 futimesat \
12014 getdirentries \
12015 getopt_long \
12016 getpagesize \
12017 getpwuid \
12018 gettid \
12019 gettimeofday \
12020 getuid \
12021 kqueue \
12022 lstat \
12023 memmove \
12024 mmap \
12025 pclose \
12026 pipe2 \
12027 poll \
12028 popen \
12029 port_create \
12030 prctl \
12031 pread \
12032 pwrite \
12033 readdir \
12034 readlink \
12035 sched_setaffinity \
12036 sched_yield \
12037 select \
12038 setproctitle \
12039 setrlimit \
12040 settimeofday \
12041 sigaltstack \
12042 sigprocmask \
12043 snprintf \
12044 spawnvp \
12045 statfs \
12046 statvfs \
12047 strcasecmp \
12048 strdup \
12049 strerror \
12050 strncasecmp \
12051 strtold \
12052 strtoll \
12053 strtoull \
12054 symlink \
12055 tcgetattr \
12056 thr_kill2 \
12057 timegm \
12058 usleep \
12059 vsnprintf \
12060 wait4 \
12061 waitpid \
12063 do :
12064 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12065 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12066 eval as_val=\$$as_ac_var
12067 if test "x$as_val" = x""yes; then :
12068 cat >>confdefs.h <<_ACEOF
12069 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12070 _ACEOF
12073 done
12075 CFLAGS="$ac_save_CFLAGS"
12077 if test "$ac_cv_func_dlopen" = no
12078 then
12079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12080 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12081 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12082 $as_echo_n "(cached) " >&6
12083 else
12084 ac_check_lib_save_LIBS=$LIBS
12085 LIBS="-ldl $LIBS"
12086 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12087 /* end confdefs.h. */
12089 /* Override any GCC internal prototype to avoid an error.
12090 Use char because int might match the return type of a GCC
12091 builtin and then its argument prototype would still apply. */
12092 #ifdef __cplusplus
12093 extern "C"
12094 #endif
12095 char dlopen ();
12097 main ()
12099 return dlopen ();
12101 return 0;
12103 _ACEOF
12104 if ac_fn_c_try_link "$LINENO"; then :
12105 ac_cv_lib_dl_dlopen=yes
12106 else
12107 ac_cv_lib_dl_dlopen=no
12109 rm -f core conftest.err conftest.$ac_objext \
12110 conftest$ac_exeext conftest.$ac_ext
12111 LIBS=$ac_check_lib_save_LIBS
12113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12114 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12115 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12116 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12117 LIBDL="-ldl"
12122 ac_wine_check_funcs_save_LIBS="$LIBS"
12123 LIBS="$LIBS $LIBDL"
12124 for ac_func in dladdr
12125 do :
12126 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12127 if test "x$ac_cv_func_dladdr" = x""yes; then :
12128 cat >>confdefs.h <<_ACEOF
12129 #define HAVE_DLADDR 1
12130 _ACEOF
12133 done
12135 LIBS="$ac_wine_check_funcs_save_LIBS"
12137 if test "$ac_cv_func_poll" = no
12138 then
12139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12140 $as_echo_n "checking for poll in -lpoll... " >&6; }
12141 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12142 $as_echo_n "(cached) " >&6
12143 else
12144 ac_check_lib_save_LIBS=$LIBS
12145 LIBS="-lpoll $LIBS"
12146 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12147 /* end confdefs.h. */
12149 /* Override any GCC internal prototype to avoid an error.
12150 Use char because int might match the return type of a GCC
12151 builtin and then its argument prototype would still apply. */
12152 #ifdef __cplusplus
12153 extern "C"
12154 #endif
12155 char poll ();
12157 main ()
12159 return poll ();
12161 return 0;
12163 _ACEOF
12164 if ac_fn_c_try_link "$LINENO"; then :
12165 ac_cv_lib_poll_poll=yes
12166 else
12167 ac_cv_lib_poll_poll=no
12169 rm -f core conftest.err conftest.$ac_objext \
12170 conftest$ac_exeext conftest.$ac_ext
12171 LIBS=$ac_check_lib_save_LIBS
12173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12174 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12175 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12176 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12177 LIBPOLL="-lpoll"
12183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12184 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12185 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12186 $as_echo_n "(cached) " >&6
12187 else
12188 ac_func_search_save_LIBS=$LIBS
12189 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12190 /* end confdefs.h. */
12192 /* Override any GCC internal prototype to avoid an error.
12193 Use char because int might match the return type of a GCC
12194 builtin and then its argument prototype would still apply. */
12195 #ifdef __cplusplus
12196 extern "C"
12197 #endif
12198 char gethostbyname ();
12200 main ()
12202 return gethostbyname ();
12204 return 0;
12206 _ACEOF
12207 for ac_lib in '' nsl; do
12208 if test -z "$ac_lib"; then
12209 ac_res="none required"
12210 else
12211 ac_res=-l$ac_lib
12212 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12214 if ac_fn_c_try_link "$LINENO"; then :
12215 ac_cv_search_gethostbyname=$ac_res
12217 rm -f core conftest.err conftest.$ac_objext \
12218 conftest$ac_exeext
12219 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12220 break
12222 done
12223 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12225 else
12226 ac_cv_search_gethostbyname=no
12228 rm conftest.$ac_ext
12229 LIBS=$ac_func_search_save_LIBS
12231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12232 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12233 ac_res=$ac_cv_search_gethostbyname
12234 if test "$ac_res" != no; then :
12235 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12241 $as_echo_n "checking for library containing connect... " >&6; }
12242 if test "${ac_cv_search_connect+set}" = set; then :
12243 $as_echo_n "(cached) " >&6
12244 else
12245 ac_func_search_save_LIBS=$LIBS
12246 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12247 /* end confdefs.h. */
12249 /* Override any GCC internal prototype to avoid an error.
12250 Use char because int might match the return type of a GCC
12251 builtin and then its argument prototype would still apply. */
12252 #ifdef __cplusplus
12253 extern "C"
12254 #endif
12255 char connect ();
12257 main ()
12259 return connect ();
12261 return 0;
12263 _ACEOF
12264 for ac_lib in '' socket; do
12265 if test -z "$ac_lib"; then
12266 ac_res="none required"
12267 else
12268 ac_res=-l$ac_lib
12269 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12271 if ac_fn_c_try_link "$LINENO"; then :
12272 ac_cv_search_connect=$ac_res
12274 rm -f core conftest.err conftest.$ac_objext \
12275 conftest$ac_exeext
12276 if test "${ac_cv_search_connect+set}" = set; then :
12277 break
12279 done
12280 if test "${ac_cv_search_connect+set}" = set; then :
12282 else
12283 ac_cv_search_connect=no
12285 rm conftest.$ac_ext
12286 LIBS=$ac_func_search_save_LIBS
12288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12289 $as_echo "$ac_cv_search_connect" >&6; }
12290 ac_res=$ac_cv_search_connect
12291 if test "$ac_res" != no; then :
12292 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12298 $as_echo_n "checking for library containing inet_aton... " >&6; }
12299 if test "${ac_cv_search_inet_aton+set}" = set; then :
12300 $as_echo_n "(cached) " >&6
12301 else
12302 ac_func_search_save_LIBS=$LIBS
12303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12304 /* end confdefs.h. */
12306 /* Override any GCC internal prototype to avoid an error.
12307 Use char because int might match the return type of a GCC
12308 builtin and then its argument prototype would still apply. */
12309 #ifdef __cplusplus
12310 extern "C"
12311 #endif
12312 char inet_aton ();
12314 main ()
12316 return inet_aton ();
12318 return 0;
12320 _ACEOF
12321 for ac_lib in '' resolv; do
12322 if test -z "$ac_lib"; then
12323 ac_res="none required"
12324 else
12325 ac_res=-l$ac_lib
12326 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12328 if ac_fn_c_try_link "$LINENO"; then :
12329 ac_cv_search_inet_aton=$ac_res
12331 rm -f core conftest.err conftest.$ac_objext \
12332 conftest$ac_exeext
12333 if test "${ac_cv_search_inet_aton+set}" = set; then :
12334 break
12336 done
12337 if test "${ac_cv_search_inet_aton+set}" = set; then :
12339 else
12340 ac_cv_search_inet_aton=no
12342 rm conftest.$ac_ext
12343 LIBS=$ac_func_search_save_LIBS
12345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12346 $as_echo "$ac_cv_search_inet_aton" >&6; }
12347 ac_res=$ac_cv_search_inet_aton
12348 if test "$ac_res" != no; then :
12349 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12354 for ac_func in \
12355 getaddrinfo \
12356 getnameinfo \
12357 getnetbyname \
12358 getprotobyname \
12359 getprotobynumber \
12360 getservbyport \
12361 inet_network \
12362 inet_ntop \
12363 inet_pton \
12364 sendmsg \
12365 socketpair \
12367 do :
12368 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12369 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12370 eval as_val=\$$as_ac_var
12371 if test "x$as_val" = x""yes; then :
12372 cat >>confdefs.h <<_ACEOF
12373 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12374 _ACEOF
12377 done
12380 LDAPLIBS=""
12382 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12383 then
12384 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12386 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12388 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12389 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12390 $as_echo_n "(cached) " >&6
12391 else
12392 ac_check_lib_save_LIBS=$LIBS
12393 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12395 /* end confdefs.h. */
12397 /* Override any GCC internal prototype to avoid an error.
12398 Use char because int might match the return type of a GCC
12399 builtin and then its argument prototype would still apply. */
12400 #ifdef __cplusplus
12401 extern "C"
12402 #endif
12403 char ldap_initialize ();
12405 main ()
12407 return ldap_initialize ();
12409 return 0;
12411 _ACEOF
12412 if ac_fn_c_try_link "$LINENO"; then :
12413 ac_cv_lib_ldap_r_ldap_initialize=yes
12414 else
12415 ac_cv_lib_ldap_r_ldap_initialize=no
12417 rm -f core conftest.err conftest.$ac_objext \
12418 conftest$ac_exeext conftest.$ac_ext
12419 LIBS=$ac_check_lib_save_LIBS
12421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12422 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12423 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12425 $as_echo_n "checking for ber_init in -llber... " >&6; }
12426 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12427 $as_echo_n "(cached) " >&6
12428 else
12429 ac_check_lib_save_LIBS=$LIBS
12430 LIBS="-llber $LIBPTHREAD $LIBS"
12431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12432 /* end confdefs.h. */
12434 /* Override any GCC internal prototype to avoid an error.
12435 Use char because int might match the return type of a GCC
12436 builtin and then its argument prototype would still apply. */
12437 #ifdef __cplusplus
12438 extern "C"
12439 #endif
12440 char ber_init ();
12442 main ()
12444 return ber_init ();
12446 return 0;
12448 _ACEOF
12449 if ac_fn_c_try_link "$LINENO"; then :
12450 ac_cv_lib_lber_ber_init=yes
12451 else
12452 ac_cv_lib_lber_ber_init=no
12454 rm -f core conftest.err conftest.$ac_objext \
12455 conftest$ac_exeext conftest.$ac_ext
12456 LIBS=$ac_check_lib_save_LIBS
12458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12459 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12460 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12462 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12464 LDAPLIBS="-lldap_r -llber"
12471 ac_wine_check_funcs_save_LIBS="$LIBS"
12472 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12473 for ac_func in \
12474 ldap_count_references \
12475 ldap_first_reference \
12476 ldap_next_reference \
12477 ldap_parse_reference \
12478 ldap_parse_sort_control \
12479 ldap_parse_sortresponse_control \
12480 ldap_parse_vlv_control \
12481 ldap_parse_vlvresponse_control
12482 do :
12483 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12484 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12485 eval as_val=\$$as_ac_var
12486 if test "x$as_val" = x""yes; then :
12487 cat >>confdefs.h <<_ACEOF
12488 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12489 _ACEOF
12492 done
12494 LIBS="$ac_wine_check_funcs_save_LIBS"
12496 if test "x$LDAPLIBS" = "x"; then :
12497 case "x$with_ldap" in
12498 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12499 xno) ;;
12500 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12501 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12502 esac
12505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12506 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12507 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12508 $as_echo_n "(cached) " >&6
12509 else
12510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12511 /* end confdefs.h. */
12512 #include <sys/stat.h>
12514 main ()
12516 mkdir("foo");
12518 return 0;
12520 _ACEOF
12521 if ac_fn_c_try_compile "$LINENO"; then :
12522 wine_cv_one_arg_mkdir=yes
12523 else
12524 wine_cv_one_arg_mkdir=no
12526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12529 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12530 if test "$wine_cv_one_arg_mkdir" = "yes"
12531 then
12533 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12539 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12540 if test "${ac_cv_c_const+set}" = set; then :
12541 $as_echo_n "(cached) " >&6
12542 else
12543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12544 /* end confdefs.h. */
12547 main ()
12549 /* FIXME: Include the comments suggested by Paul. */
12550 #ifndef __cplusplus
12551 /* Ultrix mips cc rejects this. */
12552 typedef int charset[2];
12553 const charset cs;
12554 /* SunOS 4.1.1 cc rejects this. */
12555 char const *const *pcpcc;
12556 char **ppc;
12557 /* NEC SVR4.0.2 mips cc rejects this. */
12558 struct point {int x, y;};
12559 static struct point const zero = {0,0};
12560 /* AIX XL C 1.02.0.0 rejects this.
12561 It does not let you subtract one const X* pointer from another in
12562 an arm of an if-expression whose if-part is not a constant
12563 expression */
12564 const char *g = "string";
12565 pcpcc = &g + (g ? g-g : 0);
12566 /* HPUX 7.0 cc rejects these. */
12567 ++pcpcc;
12568 ppc = (char**) pcpcc;
12569 pcpcc = (char const *const *) ppc;
12570 { /* SCO 3.2v4 cc rejects this. */
12571 char *t;
12572 char const *s = 0 ? (char *) 0 : (char const *) 0;
12574 *t++ = 0;
12575 if (s) return 0;
12577 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12578 int x[] = {25, 17};
12579 const int *foo = &x[0];
12580 ++foo;
12582 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12583 typedef const int *iptr;
12584 iptr p = 0;
12585 ++p;
12587 { /* AIX XL C 1.02.0.0 rejects this saying
12588 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12589 struct s { int j; const int *ap[3]; };
12590 struct s *b; b->j = 5;
12592 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12593 const int foo = 10;
12594 if (!foo) return 0;
12596 return !cs[0] && !zero.x;
12597 #endif
12600 return 0;
12602 _ACEOF
12603 if ac_fn_c_try_compile "$LINENO"; then :
12604 ac_cv_c_const=yes
12605 else
12606 ac_cv_c_const=no
12608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12611 $as_echo "$ac_cv_c_const" >&6; }
12612 if test $ac_cv_c_const = no; then
12614 $as_echo "#define const /**/" >>confdefs.h
12618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12619 $as_echo_n "checking for inline... " >&6; }
12620 if test "${ac_cv_c_inline+set}" = set; then :
12621 $as_echo_n "(cached) " >&6
12622 else
12623 ac_cv_c_inline=no
12624 for ac_kw in inline __inline__ __inline; do
12625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12626 /* end confdefs.h. */
12627 #ifndef __cplusplus
12628 typedef int foo_t;
12629 static $ac_kw foo_t static_foo () {return 0; }
12630 $ac_kw foo_t foo () {return 0; }
12631 #endif
12633 _ACEOF
12634 if ac_fn_c_try_compile "$LINENO"; then :
12635 ac_cv_c_inline=$ac_kw
12637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12638 test "$ac_cv_c_inline" != no && break
12639 done
12642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12643 $as_echo "$ac_cv_c_inline" >&6; }
12645 case $ac_cv_c_inline in
12646 inline | yes) ;;
12648 case $ac_cv_c_inline in
12649 no) ac_val=;;
12650 *) ac_val=$ac_cv_c_inline;;
12651 esac
12652 cat >>confdefs.h <<_ACEOF
12653 #ifndef __cplusplus
12654 #define inline $ac_val
12655 #endif
12656 _ACEOF
12658 esac
12660 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12661 if test "x$ac_cv_type_mode_t" = x""yes; then :
12663 cat >>confdefs.h <<_ACEOF
12664 #define HAVE_MODE_T 1
12665 _ACEOF
12669 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12670 if test "x$ac_cv_type_off_t" = x""yes; then :
12672 cat >>confdefs.h <<_ACEOF
12673 #define HAVE_OFF_T 1
12674 _ACEOF
12678 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12679 if test "x$ac_cv_type_pid_t" = x""yes; then :
12681 cat >>confdefs.h <<_ACEOF
12682 #define HAVE_PID_T 1
12683 _ACEOF
12687 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12688 if test "x$ac_cv_type_size_t" = x""yes; then :
12690 cat >>confdefs.h <<_ACEOF
12691 #define HAVE_SIZE_T 1
12692 _ACEOF
12696 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12697 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12699 cat >>confdefs.h <<_ACEOF
12700 #define HAVE_SSIZE_T 1
12701 _ACEOF
12705 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12706 if test "x$ac_cv_type_long_long" = x""yes; then :
12708 cat >>confdefs.h <<_ACEOF
12709 #define HAVE_LONG_LONG 1
12710 _ACEOF
12714 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12715 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12717 cat >>confdefs.h <<_ACEOF
12718 #define HAVE_FSBLKCNT_T 1
12719 _ACEOF
12723 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12724 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12726 cat >>confdefs.h <<_ACEOF
12727 #define HAVE_FSFILCNT_T 1
12728 _ACEOF
12733 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12734 #include <signal.h>
12736 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12738 cat >>confdefs.h <<_ACEOF
12739 #define HAVE_SIGSET_T 1
12740 _ACEOF
12745 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12747 if test "x$ac_cv_type_request_sense" = x""yes; then :
12749 cat >>confdefs.h <<_ACEOF
12750 #define HAVE_REQUEST_SENSE 1
12751 _ACEOF
12757 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12758 #ifdef HAVE_SYS_SOCKET_H
12759 #include <sys/socket.h>
12760 #endif
12761 #ifdef HAVE_SYS_SOCKETVAR_H
12762 #include <sys/socketvar.h>
12763 #endif
12764 #ifdef HAVE_NET_ROUTE_H
12765 #include <net/route.h>
12766 #endif
12767 #ifdef HAVE_NETINET_IN_H
12768 #include <netinet/in.h>
12769 #endif
12770 #ifdef HAVE_NETINET_IN_SYSTM_H
12771 #include <netinet/in_systm.h>
12772 #endif
12773 #ifdef HAVE_NETINET_IP_H
12774 #include <netinet/ip.h>
12775 #endif
12776 #ifdef HAVE_NETINET_IN_PCB_H
12777 #include <netinet/in_pcb.h>
12778 #endif
12780 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12782 cat >>confdefs.h <<_ACEOF
12783 #define HAVE_STRUCT_XINPGEN 1
12784 _ACEOF
12790 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12791 #include <linux/input.h>
12792 #endif
12794 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12796 cat >>confdefs.h <<_ACEOF
12797 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12798 _ACEOF
12804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12805 $as_echo_n "checking for sigaddset... " >&6; }
12806 if test "${wine_cv_have_sigaddset+set}" = set; then :
12807 $as_echo_n "(cached) " >&6
12808 else
12809 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12810 /* end confdefs.h. */
12811 #include <signal.h>
12813 main ()
12815 sigset_t set; sigaddset(&set,SIGTERM);
12817 return 0;
12819 _ACEOF
12820 if ac_fn_c_try_link "$LINENO"; then :
12821 wine_cv_have_sigaddset=yes
12822 else
12823 wine_cv_have_sigaddset=no
12825 rm -f core conftest.err conftest.$ac_objext \
12826 conftest$ac_exeext conftest.$ac_ext
12828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12829 $as_echo "$wine_cv_have_sigaddset" >&6; }
12830 if test "$wine_cv_have_sigaddset" = "yes"
12831 then
12833 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12839 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12840 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12841 $as_echo_n "(cached) " >&6
12842 else
12843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12844 /* end confdefs.h. */
12845 #include <netdb.h>
12847 main ()
12850 char *name=0;
12851 struct hostent he;
12852 struct hostent *result;
12853 char *buf=0;
12854 int bufsize=0;
12855 int res,errnr;
12856 char *addr=0;
12857 int addrlen=0;
12858 int addrtype=0;
12859 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12860 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12863 return 0;
12865 _ACEOF
12866 if ac_fn_c_try_link "$LINENO"; then :
12867 wine_cv_linux_gethostbyname_r_6=yes
12868 else
12869 wine_cv_linux_gethostbyname_r_6=no
12872 rm -f core conftest.err conftest.$ac_objext \
12873 conftest$ac_exeext conftest.$ac_ext
12876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12877 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12878 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12879 then
12881 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12885 if test "$ac_cv_header_linux_joystick_h" = "yes"
12886 then
12887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12888 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12889 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12890 $as_echo_n "(cached) " >&6
12891 else
12892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12893 /* end confdefs.h. */
12895 #include <sys/ioctl.h>
12896 #include <sys/types.h>
12897 #include <linux/joystick.h>
12899 struct js_event blub;
12900 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12901 #error "no 2.2 header"
12902 #endif
12905 main ()
12907 /*empty*/
12909 return 0;
12911 _ACEOF
12912 if ac_fn_c_try_compile "$LINENO"; then :
12913 wine_cv_linux_joystick_22_api=yes
12914 else
12915 wine_cv_linux_joystick_22_api=no
12917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
12921 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
12922 if test "$wine_cv_linux_joystick_22_api" = "yes"
12923 then
12925 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
12931 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
12932 #ifdef HAVE_SYS_PARAM_H
12933 # include <sys/param.h>
12934 #endif
12935 #ifdef HAVE_SYS_MOUNT_H
12936 # include <sys/mount.h>
12937 #endif
12938 #ifdef HAVE_SYS_VFS_H
12939 # include <sys/vfs.h>
12940 #endif
12941 #ifdef HAVE_SYS_STATFS_H
12942 # include <sys/statfs.h>
12943 #endif
12945 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
12947 cat >>confdefs.h <<_ACEOF
12948 #define HAVE_STRUCT_STATFS_F_BFREE 1
12949 _ACEOF
12953 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
12954 #ifdef HAVE_SYS_PARAM_H
12955 # include <sys/param.h>
12956 #endif
12957 #ifdef HAVE_SYS_MOUNT_H
12958 # include <sys/mount.h>
12959 #endif
12960 #ifdef HAVE_SYS_VFS_H
12961 # include <sys/vfs.h>
12962 #endif
12963 #ifdef HAVE_SYS_STATFS_H
12964 # include <sys/statfs.h>
12965 #endif
12967 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
12969 cat >>confdefs.h <<_ACEOF
12970 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
12971 _ACEOF
12975 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
12976 #ifdef HAVE_SYS_PARAM_H
12977 # include <sys/param.h>
12978 #endif
12979 #ifdef HAVE_SYS_MOUNT_H
12980 # include <sys/mount.h>
12981 #endif
12982 #ifdef HAVE_SYS_VFS_H
12983 # include <sys/vfs.h>
12984 #endif
12985 #ifdef HAVE_SYS_STATFS_H
12986 # include <sys/statfs.h>
12987 #endif
12989 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
12991 cat >>confdefs.h <<_ACEOF
12992 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
12993 _ACEOF
12997 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
12998 #ifdef HAVE_SYS_PARAM_H
12999 # include <sys/param.h>
13000 #endif
13001 #ifdef HAVE_SYS_MOUNT_H
13002 # include <sys/mount.h>
13003 #endif
13004 #ifdef HAVE_SYS_VFS_H
13005 # include <sys/vfs.h>
13006 #endif
13007 #ifdef HAVE_SYS_STATFS_H
13008 # include <sys/statfs.h>
13009 #endif
13011 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13013 cat >>confdefs.h <<_ACEOF
13014 #define HAVE_STRUCT_STATFS_F_FFREE 1
13015 _ACEOF
13019 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13020 #ifdef HAVE_SYS_PARAM_H
13021 # include <sys/param.h>
13022 #endif
13023 #ifdef HAVE_SYS_MOUNT_H
13024 # include <sys/mount.h>
13025 #endif
13026 #ifdef HAVE_SYS_VFS_H
13027 # include <sys/vfs.h>
13028 #endif
13029 #ifdef HAVE_SYS_STATFS_H
13030 # include <sys/statfs.h>
13031 #endif
13033 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13035 cat >>confdefs.h <<_ACEOF
13036 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13037 _ACEOF
13041 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13042 #ifdef HAVE_SYS_PARAM_H
13043 # include <sys/param.h>
13044 #endif
13045 #ifdef HAVE_SYS_MOUNT_H
13046 # include <sys/mount.h>
13047 #endif
13048 #ifdef HAVE_SYS_VFS_H
13049 # include <sys/vfs.h>
13050 #endif
13051 #ifdef HAVE_SYS_STATFS_H
13052 # include <sys/statfs.h>
13053 #endif
13055 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13057 cat >>confdefs.h <<_ACEOF
13058 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13059 _ACEOF
13065 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13066 #include <sys/statvfs.h>
13067 #endif
13069 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13071 cat >>confdefs.h <<_ACEOF
13072 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13073 _ACEOF
13079 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13080 #ifdef HAVE_SYS_SOCKET_H
13081 # include <sys/socket.h>
13082 #endif
13083 #ifdef HAVE_SYS_UN_H
13084 # include <sys/un.h>
13085 #endif
13087 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13089 cat >>confdefs.h <<_ACEOF
13090 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13091 _ACEOF
13095 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13096 #ifdef HAVE_SYS_SOCKET_H
13097 # include <sys/socket.h>
13098 #endif
13099 #ifdef HAVE_SYS_UN_H
13100 # include <sys/un.h>
13101 #endif
13103 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13105 cat >>confdefs.h <<_ACEOF
13106 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13107 _ACEOF
13111 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13112 #ifdef HAVE_SYS_SOCKET_H
13113 # include <sys/socket.h>
13114 #endif
13115 #ifdef HAVE_SYS_UN_H
13116 # include <sys/un.h>
13117 #endif
13119 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13121 cat >>confdefs.h <<_ACEOF
13122 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13123 _ACEOF
13129 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13130 #ifdef HAVE_SCSI_SG_H
13131 #include <scsi/sg.h>
13132 #endif
13134 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13136 cat >>confdefs.h <<_ACEOF
13137 #define HAVE_SCSIREQ_T_CMD 1
13138 _ACEOF
13142 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>
13143 #ifdef HAVE_SCSI_SG_H
13144 #include <scsi/sg.h>
13145 #endif
13147 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13149 cat >>confdefs.h <<_ACEOF
13150 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13151 _ACEOF
13157 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13159 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13161 cat >>confdefs.h <<_ACEOF
13162 #define HAVE_SIGINFO_T_SI_FD 1
13163 _ACEOF
13169 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13170 #ifdef HAVE_SYS_MTIO_H
13171 #include <sys/mtio.h>
13172 #endif
13174 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13176 cat >>confdefs.h <<_ACEOF
13177 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13178 _ACEOF
13182 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13183 #ifdef HAVE_SYS_MTIO_H
13184 #include <sys/mtio.h>
13185 #endif
13187 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13189 cat >>confdefs.h <<_ACEOF
13190 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13191 _ACEOF
13195 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13196 #ifdef HAVE_SYS_MTIO_H
13197 #include <sys/mtio.h>
13198 #endif
13200 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13202 cat >>confdefs.h <<_ACEOF
13203 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13204 _ACEOF
13210 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13211 #include <getopt.h>
13212 #endif
13214 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13216 cat >>confdefs.h <<_ACEOF
13217 #define HAVE_STRUCT_OPTION_NAME 1
13218 _ACEOF
13224 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13225 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13227 cat >>confdefs.h <<_ACEOF
13228 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13229 _ACEOF
13233 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13234 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13236 cat >>confdefs.h <<_ACEOF
13237 #define HAVE_STRUCT_STAT_ST_MTIM 1
13238 _ACEOF
13242 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13243 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13245 cat >>confdefs.h <<_ACEOF
13246 #define HAVE_STRUCT_STAT_ST_CTIM 1
13247 _ACEOF
13251 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13252 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13254 cat >>confdefs.h <<_ACEOF
13255 #define HAVE_STRUCT_STAT_ST_ATIM 1
13256 _ACEOF
13262 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
13263 #include <sys/types.h>
13264 #endif
13265 #ifdef HAVE_NETINET_IN_H
13266 #include <netinet/in.h>
13267 #endif
13269 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13271 cat >>confdefs.h <<_ACEOF
13272 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13273 _ACEOF
13279 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13280 #include <sys/types.h>
13281 #endif
13282 #ifdef HAVE_NETINET_IN_H
13283 # include <netinet/in.h>
13284 #endif
13285 #ifdef HAVE_ARPA_NAMESER_H
13286 # include <arpa/nameser.h>
13287 #endif
13289 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13291 cat >>confdefs.h <<_ACEOF
13292 #define HAVE_NS_MSG__MSG_PTR 1
13293 _ACEOF
13299 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13300 #include <sys/types.h>
13301 #endif
13302 #ifdef HAVE_ALIAS_H
13303 #include <alias.h>
13304 #endif
13305 #ifdef HAVE_SYS_SOCKET_H
13306 #include <sys/socket.h>
13307 #endif
13308 #ifdef HAVE_SYS_SOCKETVAR_H
13309 #include <sys/socketvar.h>
13310 #endif
13311 #ifdef HAVE_SYS_TIMEOUT_H
13312 #include <sys/timeout.h>
13313 #endif
13314 #ifdef HAVE_NETINET_IN_H
13315 #include <netinet/in.h>
13316 #endif
13317 #ifdef HAVE_NETINET_IN_SYSTM_H
13318 #include <netinet/in_systm.h>
13319 #endif
13320 #ifdef HAVE_NETINET_IP_H
13321 #include <netinet/ip.h>
13322 #endif
13323 #ifdef HAVE_NETINET_IP_VAR_H
13324 #include <netinet/ip_var.h>
13325 #endif
13326 #ifdef HAVE_NETINET_IP_ICMP_H
13327 #include <netinet/ip_icmp.h>
13328 #endif
13329 #ifdef HAVE_NETINET_ICMP_VAR
13330 #include <netinet/icmp_var.h>
13331 #endif
13333 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13335 cat >>confdefs.h <<_ACEOF
13336 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13337 _ACEOF
13343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13344 $as_echo_n "checking for timezone variable... " >&6; }
13345 if test "${ac_cv_have_timezone+set}" = set; then :
13346 $as_echo_n "(cached) " >&6
13347 else
13348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13349 /* end confdefs.h. */
13350 #include <time.h>
13352 main ()
13354 timezone = 1
13356 return 0;
13358 _ACEOF
13359 if ac_fn_c_try_link "$LINENO"; then :
13360 ac_cv_have_timezone="yes"
13361 else
13362 ac_cv_have_timezone="no"
13364 rm -f core conftest.err conftest.$ac_objext \
13365 conftest$ac_exeext conftest.$ac_ext
13367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13368 $as_echo "$ac_cv_have_timezone" >&6; }
13369 if test "$ac_cv_have_timezone" = "yes"
13370 then
13372 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13376 $as_echo_n "checking for daylight variable... " >&6; }
13377 if test "${ac_cv_have_daylight+set}" = set; then :
13378 $as_echo_n "(cached) " >&6
13379 else
13380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13381 /* end confdefs.h. */
13382 #include <time.h>
13384 main ()
13386 daylight = 1
13388 return 0;
13390 _ACEOF
13391 if ac_fn_c_try_link "$LINENO"; then :
13392 ac_cv_have_daylight="yes"
13393 else
13394 ac_cv_have_daylight="no"
13396 rm -f core conftest.err conftest.$ac_objext \
13397 conftest$ac_exeext conftest.$ac_ext
13399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13400 $as_echo "$ac_cv_have_daylight" >&6; }
13401 if test "$ac_cv_have_daylight" = "yes"
13402 then
13404 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13409 $as_echo_n "checking for isinf... " >&6; }
13410 if test "${ac_cv_have_isinf+set}" = set; then :
13411 $as_echo_n "(cached) " >&6
13412 else
13413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13414 /* end confdefs.h. */
13415 #include <math.h>
13417 main ()
13419 float f = 0.0; int i=isinf(f)
13421 return 0;
13423 _ACEOF
13424 if ac_fn_c_try_link "$LINENO"; then :
13425 ac_cv_have_isinf="yes"
13426 else
13427 ac_cv_have_isinf="no"
13429 rm -f core conftest.err conftest.$ac_objext \
13430 conftest$ac_exeext conftest.$ac_ext
13432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13433 $as_echo "$ac_cv_have_isinf" >&6; }
13434 if test "$ac_cv_have_isinf" = "yes"
13435 then
13437 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13442 $as_echo_n "checking for isnan... " >&6; }
13443 if test "${ac_cv_have_isnan+set}" = set; then :
13444 $as_echo_n "(cached) " >&6
13445 else
13446 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13447 /* end confdefs.h. */
13448 #include <math.h>
13450 main ()
13452 float f = 0.0; int i=isnan(f)
13454 return 0;
13456 _ACEOF
13457 if ac_fn_c_try_link "$LINENO"; then :
13458 ac_cv_have_isnan="yes"
13459 else
13460 ac_cv_have_isnan="no"
13462 rm -f core conftest.err conftest.$ac_objext \
13463 conftest$ac_exeext conftest.$ac_ext
13465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13466 $as_echo "$ac_cv_have_isnan" >&6; }
13467 if test "$ac_cv_have_isnan" = "yes"
13468 then
13470 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13475 case $host_cpu in
13476 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13477 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13478 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13479 $as_echo_n "(cached) " >&6
13480 else
13481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13482 /* end confdefs.h. */
13483 #ifndef __i386__
13485 #endif
13486 _ACEOF
13487 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13488 $EGREP "yes" >/dev/null 2>&1; then :
13489 ac_cv_cpp_def___i386__=yes
13490 else
13491 ac_cv_cpp_def___i386__=no
13493 rm -f conftest*
13496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13497 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13498 if test $ac_cv_cpp_def___i386__ = yes; then :
13499 CFLAGS="$CFLAGS -D__i386__"
13500 LINTFLAGS="$LINTFLAGS -D__i386__"
13501 fi ;;
13502 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13503 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13504 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13505 $as_echo_n "(cached) " >&6
13506 else
13507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13508 /* end confdefs.h. */
13509 #ifndef __x86_64__
13511 #endif
13512 _ACEOF
13513 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13514 $EGREP "yes" >/dev/null 2>&1; then :
13515 ac_cv_cpp_def___x86_64__=yes
13516 else
13517 ac_cv_cpp_def___x86_64__=no
13519 rm -f conftest*
13522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13523 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13524 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13525 CFLAGS="$CFLAGS -D__x86_64__"
13526 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13527 fi ;;
13528 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13529 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13530 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13531 $as_echo_n "(cached) " >&6
13532 else
13533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13534 /* end confdefs.h. */
13535 #ifndef __ALPHA__
13537 #endif
13538 _ACEOF
13539 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13540 $EGREP "yes" >/dev/null 2>&1; then :
13541 ac_cv_cpp_def___ALPHA__=yes
13542 else
13543 ac_cv_cpp_def___ALPHA__=no
13545 rm -f conftest*
13548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13549 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13550 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13551 CFLAGS="$CFLAGS -D__ALPHA__"
13552 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13553 fi ;;
13554 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13555 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13556 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13557 $as_echo_n "(cached) " >&6
13558 else
13559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13560 /* end confdefs.h. */
13561 #ifndef __sparc__
13563 #endif
13564 _ACEOF
13565 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13566 $EGREP "yes" >/dev/null 2>&1; then :
13567 ac_cv_cpp_def___sparc__=yes
13568 else
13569 ac_cv_cpp_def___sparc__=no
13571 rm -f conftest*
13574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13575 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13576 if test $ac_cv_cpp_def___sparc__ = yes; then :
13577 CFLAGS="$CFLAGS -D__sparc__"
13578 LINTFLAGS="$LINTFLAGS -D__sparc__"
13579 fi ;;
13580 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13581 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13582 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13583 $as_echo_n "(cached) " >&6
13584 else
13585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13586 /* end confdefs.h. */
13587 #ifndef __powerpc__
13589 #endif
13590 _ACEOF
13591 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13592 $EGREP "yes" >/dev/null 2>&1; then :
13593 ac_cv_cpp_def___powerpc__=yes
13594 else
13595 ac_cv_cpp_def___powerpc__=no
13597 rm -f conftest*
13600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13601 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13602 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13603 CFLAGS="$CFLAGS -D__powerpc__"
13604 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13605 fi ;;
13606 esac
13608 case $host_vendor in
13609 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13610 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13611 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13612 $as_echo_n "(cached) " >&6
13613 else
13614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13615 /* end confdefs.h. */
13616 #ifndef __sun__
13618 #endif
13619 _ACEOF
13620 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13621 $EGREP "yes" >/dev/null 2>&1; then :
13622 ac_cv_cpp_def___sun__=yes
13623 else
13624 ac_cv_cpp_def___sun__=no
13626 rm -f conftest*
13629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13630 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13631 if test $ac_cv_cpp_def___sun__ = yes; then :
13632 CFLAGS="$CFLAGS -D__sun__"
13633 LINTFLAGS="$LINTFLAGS -D__sun__"
13634 fi ;;
13635 esac
13638 DEPENDENCIES="### Dependencies:
13640 .INIT: Makefile
13641 .BEGIN: Makefile
13642 .MAKEFILEDEPS:
13643 Makefile: dummy
13644 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13646 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
13647 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13648 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13649 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13650 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13653 ALL_MAKERULES=""
13655 ALL_MAKEFILES=""
13657 ALL_SYMLINKS=""
13659 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13662 ALL_TOP_DIRS=""
13664 ALL_DLL_DIRS=""
13666 ALL_IMPLIB_DIRS=""
13668 ALL_STATIC_LIBS=""
13670 ALL_IMPORT_LIBS=""
13672 ALL_IMPORTLIB_RULES=""
13674 ALL_TEST_DIRS=""
13676 ALL_PROGRAM_DIRS=""
13678 ALL_PROGRAM_INSTALL_DIRS=""
13680 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13685 ac_config_commands="$ac_config_commands include/stamp-h"
13688 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
13689 ALL_SYMLINKS="$ALL_SYMLINKS \\
13690 fonts/marlett.ttf"
13691 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
13692 ALL_SYMLINKS="$ALL_SYMLINKS \\
13693 fonts/symbol.ttf"
13694 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
13695 ALL_SYMLINKS="$ALL_SYMLINKS \\
13696 fonts/tahoma.ttf"
13697 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
13698 ALL_SYMLINKS="$ALL_SYMLINKS \\
13699 fonts/tahomabd.ttf"
13700 ac_config_links="$ac_config_links wine:tools/winewrapper"
13701 ALL_SYMLINKS="$ALL_SYMLINKS \\
13702 wine"
13704 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13706 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13708 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13710 ac_config_commands="$ac_config_commands dlls/user32/resources"
13712 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13714 ac_config_commands="$ac_config_commands include/wine"
13717 ALL_MAKERULES="$ALL_MAKERULES \\
13718 Make.rules"
13719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13720 Make.rules: Make.rules.in config.status"
13721 MAKE_RULES=Make.rules
13722 ac_config_files="$ac_config_files Make.rules"
13724 ALL_MAKERULES="$ALL_MAKERULES \\
13725 dlls/Makedll.rules"
13726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13727 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules config.status"
13728 MAKE_DLL_RULES=dlls/Makedll.rules
13729 ac_config_files="$ac_config_files dlls/Makedll.rules"
13731 ALL_MAKERULES="$ALL_MAKERULES \\
13732 dlls/Makeimplib.rules"
13733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13734 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules config.status"
13735 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13736 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13738 ALL_MAKERULES="$ALL_MAKERULES \\
13739 dlls/Maketest.rules"
13740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13741 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules config.status"
13742 MAKE_TEST_RULES=dlls/Maketest.rules
13743 ac_config_files="$ac_config_files dlls/Maketest.rules"
13745 ALL_MAKERULES="$ALL_MAKERULES \\
13746 programs/Makeprog.rules"
13747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13748 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules config.status"
13749 MAKE_PROG_RULES=programs/Makeprog.rules
13750 ac_config_files="$ac_config_files programs/Makeprog.rules"
13755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13756 Makefile: Makefile.in Make.rules config.status"
13757 ac_config_files="$ac_config_files Makefile"
13759 ALL_MAKEFILES="$ALL_MAKEFILES \\
13760 dlls/Makefile"
13761 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13762 dlls"
13763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13764 dlls/Makefile: dlls/Makefile.in Make.rules config.status"
13765 ac_config_files="$ac_config_files dlls/Makefile"
13767 ALL_MAKEFILES="$ALL_MAKEFILES \\
13768 dlls/acledit/Makefile"
13769 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13770 acledit"
13771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13772 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules config.status"
13773 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13775 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13776 aclui/libaclui.$IMPLIBEXT"
13777 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13778 aclui/libaclui.def aclui/libaclui.a aclui/libaclui.cross.a: aclui/aclui.spec \$(WINEBUILD)
13779 @cd aclui && \$(MAKE) \`basename \$@\`"
13780 ALL_MAKEFILES="$ALL_MAKEFILES \\
13781 dlls/aclui/Makefile"
13782 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13783 aclui"
13784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13785 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules config.status"
13786 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13788 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13789 activeds/libactiveds.$IMPLIBEXT"
13790 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13791 activeds/libactiveds.def activeds/libactiveds.a activeds/libactiveds.cross.a: activeds/activeds.spec \$(WINEBUILD)
13792 @cd activeds && \$(MAKE) \`basename \$@\`"
13793 ALL_MAKEFILES="$ALL_MAKEFILES \\
13794 dlls/activeds/Makefile"
13795 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13796 activeds"
13797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13798 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules config.status"
13799 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13801 ALL_MAKEFILES="$ALL_MAKEFILES \\
13802 dlls/actxprxy/Makefile"
13803 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13804 actxprxy"
13805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13806 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules config.status"
13807 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13809 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
13810 adsiid/libadsiid.a"
13811 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13812 adsiid/libadsiid.a: adsiid
13813 adsiid/libadsiid.cross.a: dummy
13814 @cd adsiid && \$(MAKE) libadsiid.cross.a"
13815 ALL_MAKEFILES="$ALL_MAKEFILES \\
13816 dlls/adsiid/Makefile"
13817 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
13818 adsiid"
13819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13820 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules config.status"
13821 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13823 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13824 advapi32/libadvapi32.$IMPLIBEXT"
13825 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13826 advapi32/libadvapi32.def advapi32/libadvapi32.a advapi32/libadvapi32.cross.a: advapi32/advapi32.spec \$(WINEBUILD)
13827 @cd advapi32 && \$(MAKE) \`basename \$@\`"
13828 ALL_MAKEFILES="$ALL_MAKEFILES \\
13829 dlls/advapi32/Makefile"
13830 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13831 advapi32"
13832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13833 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules config.status"
13834 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13836 ALL_MAKEFILES="$ALL_MAKEFILES \\
13837 dlls/advapi32/tests/Makefile"
13838 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13839 advapi32/tests"
13840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13841 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules config.status"
13842 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13844 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13845 advpack/libadvpack.$IMPLIBEXT"
13846 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13847 advpack/libadvpack.def advpack/libadvpack.a advpack/libadvpack.cross.a: advpack/advpack.spec \$(WINEBUILD)
13848 @cd advpack && \$(MAKE) \`basename \$@\`"
13849 ALL_MAKEFILES="$ALL_MAKEFILES \\
13850 dlls/advpack/Makefile"
13851 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13852 advpack"
13853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13854 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules config.status"
13855 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13857 ALL_MAKEFILES="$ALL_MAKEFILES \\
13858 dlls/advpack/tests/Makefile"
13859 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13860 advpack/tests"
13861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13862 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules config.status"
13863 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13865 ALL_MAKEFILES="$ALL_MAKEFILES \\
13866 dlls/amstream/Makefile"
13867 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13868 amstream"
13869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13870 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules config.status"
13871 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13873 ALL_MAKEFILES="$ALL_MAKEFILES \\
13874 dlls/amstream/tests/Makefile"
13875 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13876 amstream/tests"
13877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13878 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules config.status"
13879 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13881 ALL_MAKEFILES="$ALL_MAKEFILES \\
13882 dlls/appwiz.cpl/Makefile"
13883 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13884 appwiz.cpl"
13885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13886 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules config.status"
13887 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13889 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13890 atl/libatl.$IMPLIBEXT"
13891 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13892 atl/libatl.def atl/libatl.a atl/libatl.cross.a: atl/atl.spec \$(WINEBUILD)
13893 @cd atl && \$(MAKE) \`basename \$@\`"
13894 ALL_MAKEFILES="$ALL_MAKEFILES \\
13895 dlls/atl/Makefile"
13896 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13897 atl"
13898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13899 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules config.status"
13900 ac_config_files="$ac_config_files dlls/atl/Makefile"
13902 ALL_MAKEFILES="$ALL_MAKEFILES \\
13903 dlls/authz/Makefile"
13904 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13905 authz"
13906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13907 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules config.status"
13908 ac_config_files="$ac_config_files dlls/authz/Makefile"
13910 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13911 avicap32/libavicap32.$IMPLIBEXT"
13912 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13913 avicap32/libavicap32.def avicap32/libavicap32.a avicap32/libavicap32.cross.a: avicap32/avicap32.spec \$(WINEBUILD)
13914 @cd avicap32 && \$(MAKE) \`basename \$@\`"
13915 ALL_MAKEFILES="$ALL_MAKEFILES \\
13916 dlls/avicap32/Makefile"
13917 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13918 avicap32"
13919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13920 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules config.status"
13921 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13923 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13924 avifil32/libavifil32.$IMPLIBEXT"
13925 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13926 avifil32/libavifil32.def avifil32/libavifil32.a avifil32/libavifil32.cross.a: avifil32/avifil32.spec \$(WINEBUILD)
13927 @cd avifil32 && \$(MAKE) \`basename \$@\`"
13928 ALL_MAKEFILES="$ALL_MAKEFILES \\
13929 dlls/avifil32/Makefile"
13930 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13931 avifil32"
13932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13933 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules config.status"
13934 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13936 ALL_MAKEFILES="$ALL_MAKEFILES \\
13937 dlls/avifil32/tests/Makefile"
13938 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13939 avifil32/tests"
13940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13941 dlls/avifil32/tests/Makefile: dlls/avifil32/tests/Makefile.in dlls/Maketest.rules config.status"
13942 ac_config_files="$ac_config_files dlls/avifil32/tests/Makefile"
13944 ALL_MAKEFILES="$ALL_MAKEFILES \\
13945 dlls/avifile.dll16/Makefile"
13946 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13947 avifile.dll16"
13948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13949 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules config.status"
13950 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
13952 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13953 avrt/libavrt.$IMPLIBEXT"
13954 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13955 avrt/libavrt.def avrt/libavrt.a avrt/libavrt.cross.a: avrt/avrt.spec \$(WINEBUILD)
13956 @cd avrt && \$(MAKE) \`basename \$@\`"
13957 ALL_MAKEFILES="$ALL_MAKEFILES \\
13958 dlls/avrt/Makefile"
13959 test "x$enable_avrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13960 avrt"
13961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13962 dlls/avrt/Makefile: dlls/avrt/Makefile.in dlls/Makedll.rules config.status"
13963 ac_config_files="$ac_config_files dlls/avrt/Makefile"
13965 ALL_MAKEFILES="$ALL_MAKEFILES \\
13966 dlls/bcrypt/Makefile"
13967 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13968 bcrypt"
13969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13970 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules config.status"
13971 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
13973 ALL_MAKEFILES="$ALL_MAKEFILES \\
13974 dlls/browseui/Makefile"
13975 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13976 browseui"
13977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13978 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules config.status"
13979 ac_config_files="$ac_config_files dlls/browseui/Makefile"
13981 ALL_MAKEFILES="$ALL_MAKEFILES \\
13982 dlls/browseui/tests/Makefile"
13983 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13984 browseui/tests"
13985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13986 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules config.status"
13987 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
13989 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13990 cabinet/libcabinet.$IMPLIBEXT"
13991 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13992 cabinet/libcabinet.def cabinet/libcabinet.a cabinet/libcabinet.cross.a: cabinet/cabinet.spec \$(WINEBUILD)
13993 @cd cabinet && \$(MAKE) \`basename \$@\`"
13994 ALL_MAKEFILES="$ALL_MAKEFILES \\
13995 dlls/cabinet/Makefile"
13996 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13997 cabinet"
13998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13999 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules config.status"
14000 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
14002 ALL_MAKEFILES="$ALL_MAKEFILES \\
14003 dlls/cabinet/tests/Makefile"
14004 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14005 cabinet/tests"
14006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14007 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules config.status"
14008 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
14010 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14011 capi2032/libcapi2032.$IMPLIBEXT"
14012 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14013 capi2032/libcapi2032.def capi2032/libcapi2032.a capi2032/libcapi2032.cross.a: capi2032/capi2032.spec \$(WINEBUILD)
14014 @cd capi2032 && \$(MAKE) \`basename \$@\`"
14015 ALL_MAKEFILES="$ALL_MAKEFILES \\
14016 dlls/capi2032/Makefile"
14017 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14018 capi2032"
14019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14020 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules config.status"
14021 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
14023 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14024 cards/libcards.$IMPLIBEXT"
14025 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14026 cards/libcards.def cards/libcards.a cards/libcards.cross.a: cards/cards.spec \$(WINEBUILD)
14027 @cd cards && \$(MAKE) \`basename \$@\`"
14028 ALL_MAKEFILES="$ALL_MAKEFILES \\
14029 dlls/cards/Makefile"
14030 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14031 cards"
14032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14033 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules config.status"
14034 ac_config_files="$ac_config_files dlls/cards/Makefile"
14036 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14037 cfgmgr32/libcfgmgr32.$IMPLIBEXT"
14038 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14039 cfgmgr32/libcfgmgr32.def cfgmgr32/libcfgmgr32.a cfgmgr32/libcfgmgr32.cross.a: cfgmgr32/cfgmgr32.spec \$(WINEBUILD)
14040 @cd cfgmgr32 && \$(MAKE) \`basename \$@\`"
14041 ALL_MAKEFILES="$ALL_MAKEFILES \\
14042 dlls/cfgmgr32/Makefile"
14043 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14044 cfgmgr32"
14045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14046 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules config.status"
14047 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
14049 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14050 clusapi/libclusapi.$IMPLIBEXT"
14051 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14052 clusapi/libclusapi.def clusapi/libclusapi.a clusapi/libclusapi.cross.a: clusapi/clusapi.spec \$(WINEBUILD)
14053 @cd clusapi && \$(MAKE) \`basename \$@\`"
14054 ALL_MAKEFILES="$ALL_MAKEFILES \\
14055 dlls/clusapi/Makefile"
14056 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14057 clusapi"
14058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14059 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules config.status"
14060 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
14062 ALL_MAKEFILES="$ALL_MAKEFILES \\
14063 dlls/comcat/Makefile"
14064 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14065 comcat"
14066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14067 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules config.status"
14068 ac_config_files="$ac_config_files dlls/comcat/Makefile"
14070 ALL_MAKEFILES="$ALL_MAKEFILES \\
14071 dlls/comcat/tests/Makefile"
14072 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14073 comcat/tests"
14074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14075 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules config.status"
14076 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
14078 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14079 comctl32/libcomctl32.$IMPLIBEXT"
14080 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14081 comctl32/libcomctl32.def comctl32/libcomctl32.a comctl32/libcomctl32.cross.a: comctl32/comctl32.spec \$(WINEBUILD)
14082 @cd comctl32 && \$(MAKE) \`basename \$@\`"
14083 ALL_MAKEFILES="$ALL_MAKEFILES \\
14084 dlls/comctl32/Makefile"
14085 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14086 comctl32"
14087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14088 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules config.status"
14089 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
14091 ALL_MAKEFILES="$ALL_MAKEFILES \\
14092 dlls/comctl32/tests/Makefile"
14093 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14094 comctl32/tests"
14095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14096 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules config.status"
14097 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
14099 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14100 comdlg32/libcomdlg32.$IMPLIBEXT"
14101 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14102 comdlg32/libcomdlg32.def comdlg32/libcomdlg32.a comdlg32/libcomdlg32.cross.a: comdlg32/comdlg32.spec \$(WINEBUILD)
14103 @cd comdlg32 && \$(MAKE) \`basename \$@\`"
14104 ALL_MAKEFILES="$ALL_MAKEFILES \\
14105 dlls/comdlg32/Makefile"
14106 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14107 comdlg32"
14108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14109 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules config.status"
14110 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
14112 ALL_MAKEFILES="$ALL_MAKEFILES \\
14113 dlls/comdlg32/tests/Makefile"
14114 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14115 comdlg32/tests"
14116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14117 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules config.status"
14118 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
14120 ALL_MAKEFILES="$ALL_MAKEFILES \\
14121 dlls/comm.drv16/Makefile"
14122 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14123 comm.drv16"
14124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14125 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules config.status"
14126 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
14128 ALL_MAKEFILES="$ALL_MAKEFILES \\
14129 dlls/commdlg.dll16/Makefile"
14130 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14131 commdlg.dll16"
14132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14133 dlls/commdlg.dll16/Makefile: dlls/commdlg.dll16/Makefile.in dlls/Makedll.rules config.status"
14134 ac_config_files="$ac_config_files dlls/commdlg.dll16/Makefile"
14136 ALL_MAKEFILES="$ALL_MAKEFILES \\
14137 dlls/compobj.dll16/Makefile"
14138 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14139 compobj.dll16"
14140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14141 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules config.status"
14142 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
14144 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14145 compstui/libcompstui.$IMPLIBEXT"
14146 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14147 compstui/libcompstui.def compstui/libcompstui.a compstui/libcompstui.cross.a: compstui/compstui.spec \$(WINEBUILD)
14148 @cd compstui && \$(MAKE) \`basename \$@\`"
14149 ALL_MAKEFILES="$ALL_MAKEFILES \\
14150 dlls/compstui/Makefile"
14151 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14152 compstui"
14153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14154 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules config.status"
14155 ac_config_files="$ac_config_files dlls/compstui/Makefile"
14157 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14158 credui/libcredui.$IMPLIBEXT"
14159 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14160 credui/libcredui.def credui/libcredui.a credui/libcredui.cross.a: credui/credui.spec \$(WINEBUILD)
14161 @cd credui && \$(MAKE) \`basename \$@\`"
14162 ALL_MAKEFILES="$ALL_MAKEFILES \\
14163 dlls/credui/Makefile"
14164 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14165 credui"
14166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14167 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules config.status"
14168 ac_config_files="$ac_config_files dlls/credui/Makefile"
14170 ALL_MAKEFILES="$ALL_MAKEFILES \\
14171 dlls/credui/tests/Makefile"
14172 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14173 credui/tests"
14174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14175 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules config.status"
14176 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14178 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14179 crtdll/libcrtdll.$IMPLIBEXT"
14180 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14181 crtdll/libcrtdll.def crtdll/libcrtdll.a crtdll/libcrtdll.cross.a: crtdll/crtdll.spec \$(WINEBUILD)
14182 @cd crtdll && \$(MAKE) \`basename \$@\`"
14183 ALL_MAKEFILES="$ALL_MAKEFILES \\
14184 dlls/crtdll/Makefile"
14185 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14186 crtdll"
14187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14188 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules config.status"
14189 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14191 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14192 crypt32/libcrypt32.$IMPLIBEXT"
14193 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14194 crypt32/libcrypt32.def crypt32/libcrypt32.a crypt32/libcrypt32.cross.a: crypt32/crypt32.spec \$(WINEBUILD)
14195 @cd crypt32 && \$(MAKE) \`basename \$@\`"
14196 ALL_MAKEFILES="$ALL_MAKEFILES \\
14197 dlls/crypt32/Makefile"
14198 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14199 crypt32"
14200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14201 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules config.status"
14202 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14204 ALL_MAKEFILES="$ALL_MAKEFILES \\
14205 dlls/crypt32/tests/Makefile"
14206 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14207 crypt32/tests"
14208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14209 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules config.status"
14210 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14212 ALL_MAKEFILES="$ALL_MAKEFILES \\
14213 dlls/cryptdlg/Makefile"
14214 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14215 cryptdlg"
14216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14217 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules config.status"
14218 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14220 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14221 cryptdll/libcryptdll.$IMPLIBEXT"
14222 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14223 cryptdll/libcryptdll.def cryptdll/libcryptdll.a cryptdll/libcryptdll.cross.a: cryptdll/cryptdll.spec \$(WINEBUILD)
14224 @cd cryptdll && \$(MAKE) \`basename \$@\`"
14225 ALL_MAKEFILES="$ALL_MAKEFILES \\
14226 dlls/cryptdll/Makefile"
14227 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14228 cryptdll"
14229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14230 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules config.status"
14231 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14233 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14234 cryptnet/libcryptnet.$IMPLIBEXT"
14235 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14236 cryptnet/libcryptnet.def cryptnet/libcryptnet.a cryptnet/libcryptnet.cross.a: cryptnet/cryptnet.spec \$(WINEBUILD)
14237 @cd cryptnet && \$(MAKE) \`basename \$@\`"
14238 ALL_MAKEFILES="$ALL_MAKEFILES \\
14239 dlls/cryptnet/Makefile"
14240 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14241 cryptnet"
14242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14243 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules config.status"
14244 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14246 ALL_MAKEFILES="$ALL_MAKEFILES \\
14247 dlls/cryptnet/tests/Makefile"
14248 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14249 cryptnet/tests"
14250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14251 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules config.status"
14252 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14254 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14255 cryptui/libcryptui.$IMPLIBEXT"
14256 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14257 cryptui/libcryptui.def cryptui/libcryptui.a cryptui/libcryptui.cross.a: cryptui/cryptui.spec \$(WINEBUILD)
14258 @cd cryptui && \$(MAKE) \`basename \$@\`"
14259 ALL_MAKEFILES="$ALL_MAKEFILES \\
14260 dlls/cryptui/Makefile"
14261 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14262 cryptui"
14263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14264 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules config.status"
14265 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14267 ALL_MAKEFILES="$ALL_MAKEFILES \\
14268 dlls/cryptui/tests/Makefile"
14269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14270 cryptui/tests"
14271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14272 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules config.status"
14273 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14275 ALL_MAKEFILES="$ALL_MAKEFILES \\
14276 dlls/ctapi32/Makefile"
14277 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14278 ctapi32"
14279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14280 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules config.status"
14281 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14283 ALL_MAKEFILES="$ALL_MAKEFILES \\
14284 dlls/ctl3d.dll16/Makefile"
14285 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14286 ctl3d.dll16"
14287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14288 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules config.status"
14289 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14291 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14292 ctl3d32/libctl3d32.$IMPLIBEXT"
14293 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14294 ctl3d32/libctl3d32.def ctl3d32/libctl3d32.a ctl3d32/libctl3d32.cross.a: ctl3d32/ctl3d32.spec \$(WINEBUILD)
14295 @cd ctl3d32 && \$(MAKE) \`basename \$@\`"
14296 ALL_MAKEFILES="$ALL_MAKEFILES \\
14297 dlls/ctl3d32/Makefile"
14298 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14299 ctl3d32"
14300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14301 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules config.status"
14302 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14304 ALL_MAKEFILES="$ALL_MAKEFILES \\
14305 dlls/ctl3dv2.dll16/Makefile"
14306 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14307 ctl3dv2.dll16"
14308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14309 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules config.status"
14310 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14312 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14313 d3d10/libd3d10.$IMPLIBEXT"
14314 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14315 d3d10/libd3d10.def d3d10/libd3d10.a d3d10/libd3d10.cross.a: d3d10/d3d10.spec \$(WINEBUILD)
14316 @cd d3d10 && \$(MAKE) \`basename \$@\`"
14317 ALL_MAKEFILES="$ALL_MAKEFILES \\
14318 dlls/d3d10/Makefile"
14319 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14320 d3d10"
14321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14322 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules config.status"
14323 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14325 ALL_MAKEFILES="$ALL_MAKEFILES \\
14326 dlls/d3d10/tests/Makefile"
14327 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14328 d3d10/tests"
14329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14330 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules config.status"
14331 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14333 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14334 d3d10core/libd3d10core.$IMPLIBEXT"
14335 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14336 d3d10core/libd3d10core.def d3d10core/libd3d10core.a d3d10core/libd3d10core.cross.a: d3d10core/d3d10core.spec \$(WINEBUILD)
14337 @cd d3d10core && \$(MAKE) \`basename \$@\`"
14338 ALL_MAKEFILES="$ALL_MAKEFILES \\
14339 dlls/d3d10core/Makefile"
14340 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14341 d3d10core"
14342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14343 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules config.status"
14344 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14346 ALL_MAKEFILES="$ALL_MAKEFILES \\
14347 dlls/d3d10core/tests/Makefile"
14348 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14349 d3d10core/tests"
14350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14351 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules config.status"
14352 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14354 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14355 d3d8/libd3d8.$IMPLIBEXT"
14356 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14357 d3d8/libd3d8.def d3d8/libd3d8.a d3d8/libd3d8.cross.a: d3d8/d3d8.spec \$(WINEBUILD)
14358 @cd d3d8 && \$(MAKE) \`basename \$@\`"
14359 ALL_MAKEFILES="$ALL_MAKEFILES \\
14360 dlls/d3d8/Makefile"
14361 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14362 d3d8"
14363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14364 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules config.status"
14365 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14367 ALL_MAKEFILES="$ALL_MAKEFILES \\
14368 dlls/d3d8/tests/Makefile"
14369 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14370 d3d8/tests"
14371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14372 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules config.status"
14373 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14375 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14376 d3d9/libd3d9.$IMPLIBEXT"
14377 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14378 d3d9/libd3d9.def d3d9/libd3d9.a d3d9/libd3d9.cross.a: d3d9/d3d9.spec \$(WINEBUILD)
14379 @cd d3d9 && \$(MAKE) \`basename \$@\`"
14380 ALL_MAKEFILES="$ALL_MAKEFILES \\
14381 dlls/d3d9/Makefile"
14382 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14383 d3d9"
14384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14385 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules config.status"
14386 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14388 ALL_MAKEFILES="$ALL_MAKEFILES \\
14389 dlls/d3d9/tests/Makefile"
14390 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14391 d3d9/tests"
14392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14393 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules config.status"
14394 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14396 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14397 d3dim/libd3dim.$IMPLIBEXT"
14398 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14399 d3dim/libd3dim.def d3dim/libd3dim.a d3dim/libd3dim.cross.a: d3dim/d3dim.spec \$(WINEBUILD)
14400 @cd d3dim && \$(MAKE) \`basename \$@\`"
14401 ALL_MAKEFILES="$ALL_MAKEFILES \\
14402 dlls/d3dim/Makefile"
14403 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14404 d3dim"
14405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14406 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules config.status"
14407 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14409 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14410 d3drm/libd3drm.$IMPLIBEXT"
14411 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14412 d3drm/libd3drm.def d3drm/libd3drm.a d3drm/libd3drm.cross.a: d3drm/d3drm.spec \$(WINEBUILD)
14413 @cd d3drm && \$(MAKE) \`basename \$@\`"
14414 ALL_MAKEFILES="$ALL_MAKEFILES \\
14415 dlls/d3drm/Makefile"
14416 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14417 d3drm"
14418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14419 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules config.status"
14420 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14422 ALL_MAKEFILES="$ALL_MAKEFILES \\
14423 dlls/d3drm/tests/Makefile"
14424 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14425 d3drm/tests"
14426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14427 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules config.status"
14428 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14430 ALL_MAKEFILES="$ALL_MAKEFILES \\
14431 dlls/d3dx9_24/Makefile"
14432 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14433 d3dx9_24"
14434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14435 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules config.status"
14436 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14438 ALL_MAKEFILES="$ALL_MAKEFILES \\
14439 dlls/d3dx9_25/Makefile"
14440 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14441 d3dx9_25"
14442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14443 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules config.status"
14444 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14446 ALL_MAKEFILES="$ALL_MAKEFILES \\
14447 dlls/d3dx9_26/Makefile"
14448 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14449 d3dx9_26"
14450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14451 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules config.status"
14452 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14454 ALL_MAKEFILES="$ALL_MAKEFILES \\
14455 dlls/d3dx9_27/Makefile"
14456 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14457 d3dx9_27"
14458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14459 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules config.status"
14460 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14462 ALL_MAKEFILES="$ALL_MAKEFILES \\
14463 dlls/d3dx9_28/Makefile"
14464 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14465 d3dx9_28"
14466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14467 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules config.status"
14468 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14470 ALL_MAKEFILES="$ALL_MAKEFILES \\
14471 dlls/d3dx9_29/Makefile"
14472 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14473 d3dx9_29"
14474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14475 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules config.status"
14476 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14478 ALL_MAKEFILES="$ALL_MAKEFILES \\
14479 dlls/d3dx9_30/Makefile"
14480 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14481 d3dx9_30"
14482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14483 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules config.status"
14484 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14486 ALL_MAKEFILES="$ALL_MAKEFILES \\
14487 dlls/d3dx9_31/Makefile"
14488 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14489 d3dx9_31"
14490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14491 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules config.status"
14492 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14494 ALL_MAKEFILES="$ALL_MAKEFILES \\
14495 dlls/d3dx9_32/Makefile"
14496 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14497 d3dx9_32"
14498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14499 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules config.status"
14500 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14502 ALL_MAKEFILES="$ALL_MAKEFILES \\
14503 dlls/d3dx9_33/Makefile"
14504 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14505 d3dx9_33"
14506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14507 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules config.status"
14508 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14510 ALL_MAKEFILES="$ALL_MAKEFILES \\
14511 dlls/d3dx9_34/Makefile"
14512 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14513 d3dx9_34"
14514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14515 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules config.status"
14516 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14518 ALL_MAKEFILES="$ALL_MAKEFILES \\
14519 dlls/d3dx9_35/Makefile"
14520 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14521 d3dx9_35"
14522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14523 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules config.status"
14524 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14526 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14527 d3dx9_36/libd3dx9.$IMPLIBEXT \\
14528 libd3dx9.$IMPLIBEXT"
14529 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14530 libd3dx9.a: d3dx9_36/libd3dx9.a
14531 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.a \$@
14532 libd3dx9.cross.a: d3dx9_36/libd3dx9.cross.a
14533 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.cross.a \$@
14534 libd3dx9.def: d3dx9_36/libd3dx9.def
14535 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.def \$@
14536 clean::
14537 \$(RM) libd3dx9.def
14538 d3dx9_36/libd3dx9.def d3dx9_36/libd3dx9.a d3dx9_36/libd3dx9.cross.a: d3dx9_36/d3dx9_36.spec \$(WINEBUILD)
14539 @cd d3dx9_36 && \$(MAKE) \`basename \$@\`"
14540 ALL_MAKEFILES="$ALL_MAKEFILES \\
14541 dlls/d3dx9_36/Makefile"
14542 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14543 d3dx9_36"
14544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14545 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules config.status"
14546 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14548 ALL_MAKEFILES="$ALL_MAKEFILES \\
14549 dlls/d3dx9_36/tests/Makefile"
14550 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14551 d3dx9_36/tests"
14552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14553 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules config.status"
14554 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14556 ALL_MAKEFILES="$ALL_MAKEFILES \\
14557 dlls/d3dx9_37/Makefile"
14558 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14559 d3dx9_37"
14560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14561 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules config.status"
14562 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14564 ALL_MAKEFILES="$ALL_MAKEFILES \\
14565 dlls/d3dx9_38/Makefile"
14566 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14567 d3dx9_38"
14568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14569 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules config.status"
14570 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14572 ALL_MAKEFILES="$ALL_MAKEFILES \\
14573 dlls/d3dx9_39/Makefile"
14574 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14575 d3dx9_39"
14576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14577 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules config.status"
14578 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14580 ALL_MAKEFILES="$ALL_MAKEFILES \\
14581 dlls/d3dx9_40/Makefile"
14582 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14583 d3dx9_40"
14584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14585 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules config.status"
14586 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14588 ALL_MAKEFILES="$ALL_MAKEFILES \\
14589 dlls/d3dx9_41/Makefile"
14590 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14591 d3dx9_41"
14592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14593 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules config.status"
14594 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14596 ALL_MAKEFILES="$ALL_MAKEFILES \\
14597 dlls/d3dx9_42/Makefile"
14598 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14599 d3dx9_42"
14600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14601 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules config.status"
14602 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
14604 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14605 d3dxof/libd3dxof.$IMPLIBEXT"
14606 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14607 d3dxof/libd3dxof.def d3dxof/libd3dxof.a d3dxof/libd3dxof.cross.a: d3dxof/d3dxof.spec \$(WINEBUILD)
14608 @cd d3dxof && \$(MAKE) \`basename \$@\`"
14609 ALL_MAKEFILES="$ALL_MAKEFILES \\
14610 dlls/d3dxof/Makefile"
14611 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14612 d3dxof"
14613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14614 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules config.status"
14615 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14617 ALL_MAKEFILES="$ALL_MAKEFILES \\
14618 dlls/d3dxof/tests/Makefile"
14619 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14620 d3dxof/tests"
14621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14622 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules config.status"
14623 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14625 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14626 dbghelp/libdbghelp.$IMPLIBEXT"
14627 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14628 dbghelp/libdbghelp.def dbghelp/libdbghelp.a dbghelp/libdbghelp.cross.a: dbghelp/dbghelp.spec \$(WINEBUILD)
14629 @cd dbghelp && \$(MAKE) \`basename \$@\`"
14630 ALL_MAKEFILES="$ALL_MAKEFILES \\
14631 dlls/dbghelp/Makefile"
14632 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14633 dbghelp"
14634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14635 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules config.status"
14636 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14638 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14639 dciman32/libdciman32.$IMPLIBEXT"
14640 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14641 dciman32/libdciman32.def dciman32/libdciman32.a dciman32/libdciman32.cross.a: dciman32/dciman32.spec \$(WINEBUILD)
14642 @cd dciman32 && \$(MAKE) \`basename \$@\`"
14643 ALL_MAKEFILES="$ALL_MAKEFILES \\
14644 dlls/dciman32/Makefile"
14645 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14646 dciman32"
14647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14648 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules config.status"
14649 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14651 ALL_MAKEFILES="$ALL_MAKEFILES \\
14652 dlls/ddeml.dll16/Makefile"
14653 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14654 ddeml.dll16"
14655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14656 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules config.status"
14657 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14659 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14660 ddraw/libddraw.$IMPLIBEXT"
14661 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14662 ddraw/libddraw.def ddraw/libddraw.a ddraw/libddraw.cross.a: ddraw/ddraw.spec \$(WINEBUILD)
14663 @cd ddraw && \$(MAKE) \`basename \$@\`"
14664 ALL_MAKEFILES="$ALL_MAKEFILES \\
14665 dlls/ddraw/Makefile"
14666 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14667 ddraw"
14668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14669 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules config.status"
14670 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14672 ALL_MAKEFILES="$ALL_MAKEFILES \\
14673 dlls/ddraw/tests/Makefile"
14674 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14675 ddraw/tests"
14676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14677 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules config.status"
14678 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14680 ALL_MAKEFILES="$ALL_MAKEFILES \\
14681 dlls/ddrawex/Makefile"
14682 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14683 ddrawex"
14684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14685 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules config.status"
14686 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14688 ALL_MAKEFILES="$ALL_MAKEFILES \\
14689 dlls/ddrawex/tests/Makefile"
14690 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14691 ddrawex/tests"
14692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14693 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules config.status"
14694 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14696 ALL_MAKEFILES="$ALL_MAKEFILES \\
14697 dlls/devenum/Makefile"
14698 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14699 devenum"
14700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14701 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules config.status"
14702 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14704 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14705 dinput/libdinput.$IMPLIBEXT \\
14706 dinput/libdinput.$STATIC_IMPLIBEXT"
14707 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14708 dinput/libdinput.def: dinput/dinput.spec \$(WINEBUILD)
14709 @cd dinput && \$(MAKE) \`basename \$@\`
14710 dinput/libdinput.$STATIC_IMPLIBEXT dinput/libdinput.cross.a: dummy
14711 @cd dinput && \$(MAKE) \`basename \$@\`"
14712 ALL_MAKEFILES="$ALL_MAKEFILES \\
14713 dlls/dinput/Makefile"
14714 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14715 dinput"
14716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14717 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules config.status"
14718 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14720 ALL_MAKEFILES="$ALL_MAKEFILES \\
14721 dlls/dinput/tests/Makefile"
14722 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14723 dinput/tests"
14724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14725 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules config.status"
14726 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14728 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14729 dinput8/libdinput8.$IMPLIBEXT"
14730 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14731 dinput8/libdinput8.def dinput8/libdinput8.a dinput8/libdinput8.cross.a: dinput8/dinput8.spec \$(WINEBUILD)
14732 @cd dinput8 && \$(MAKE) \`basename \$@\`"
14733 ALL_MAKEFILES="$ALL_MAKEFILES \\
14734 dlls/dinput8/Makefile"
14735 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14736 dinput8"
14737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14738 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules config.status"
14739 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14741 ALL_MAKEFILES="$ALL_MAKEFILES \\
14742 dlls/dispdib.dll16/Makefile"
14743 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14744 dispdib.dll16"
14745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14746 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules config.status"
14747 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14749 ALL_MAKEFILES="$ALL_MAKEFILES \\
14750 dlls/display.drv16/Makefile"
14751 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14752 display.drv16"
14753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14754 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules config.status"
14755 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14757 ALL_MAKEFILES="$ALL_MAKEFILES \\
14758 dlls/dmband/Makefile"
14759 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14760 dmband"
14761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14762 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules config.status"
14763 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14765 ALL_MAKEFILES="$ALL_MAKEFILES \\
14766 dlls/dmcompos/Makefile"
14767 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14768 dmcompos"
14769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14770 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules config.status"
14771 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14773 ALL_MAKEFILES="$ALL_MAKEFILES \\
14774 dlls/dmime/Makefile"
14775 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14776 dmime"
14777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14778 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules config.status"
14779 ac_config_files="$ac_config_files dlls/dmime/Makefile"
14781 ALL_MAKEFILES="$ALL_MAKEFILES \\
14782 dlls/dmloader/Makefile"
14783 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14784 dmloader"
14785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14786 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules config.status"
14787 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14789 ALL_MAKEFILES="$ALL_MAKEFILES \\
14790 dlls/dmloader/tests/Makefile"
14791 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14792 dmloader/tests"
14793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14794 dlls/dmloader/tests/Makefile: dlls/dmloader/tests/Makefile.in dlls/Maketest.rules config.status"
14795 ac_config_files="$ac_config_files dlls/dmloader/tests/Makefile"
14797 ALL_MAKEFILES="$ALL_MAKEFILES \\
14798 dlls/dmscript/Makefile"
14799 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14800 dmscript"
14801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14802 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules config.status"
14803 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
14805 ALL_MAKEFILES="$ALL_MAKEFILES \\
14806 dlls/dmstyle/Makefile"
14807 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14808 dmstyle"
14809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14810 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules config.status"
14811 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
14813 ALL_MAKEFILES="$ALL_MAKEFILES \\
14814 dlls/dmsynth/Makefile"
14815 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14816 dmsynth"
14817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14818 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules config.status"
14819 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
14821 ALL_MAKEFILES="$ALL_MAKEFILES \\
14822 dlls/dmusic/Makefile"
14823 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14824 dmusic"
14825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14826 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules config.status"
14827 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
14829 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14830 dmusic32/libdmusic32.$IMPLIBEXT"
14831 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14832 dmusic32/libdmusic32.def dmusic32/libdmusic32.a dmusic32/libdmusic32.cross.a: dmusic32/dmusic32.spec \$(WINEBUILD)
14833 @cd dmusic32 && \$(MAKE) \`basename \$@\`"
14834 ALL_MAKEFILES="$ALL_MAKEFILES \\
14835 dlls/dmusic32/Makefile"
14836 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14837 dmusic32"
14838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14839 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules config.status"
14840 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
14842 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14843 dnsapi/libdnsapi.$IMPLIBEXT"
14844 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14845 dnsapi/libdnsapi.def dnsapi/libdnsapi.a dnsapi/libdnsapi.cross.a: dnsapi/dnsapi.spec \$(WINEBUILD)
14846 @cd dnsapi && \$(MAKE) \`basename \$@\`"
14847 ALL_MAKEFILES="$ALL_MAKEFILES \\
14848 dlls/dnsapi/Makefile"
14849 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14850 dnsapi"
14851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14852 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules config.status"
14853 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
14855 ALL_MAKEFILES="$ALL_MAKEFILES \\
14856 dlls/dnsapi/tests/Makefile"
14857 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14858 dnsapi/tests"
14859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14860 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules config.status"
14861 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
14863 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14864 dplay/libdplay.$IMPLIBEXT"
14865 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14866 dplay/libdplay.def dplay/libdplay.a dplay/libdplay.cross.a: dplay/dplay.spec \$(WINEBUILD)
14867 @cd dplay && \$(MAKE) \`basename \$@\`"
14868 ALL_MAKEFILES="$ALL_MAKEFILES \\
14869 dlls/dplay/Makefile"
14870 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14871 dplay"
14872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14873 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules config.status"
14874 ac_config_files="$ac_config_files dlls/dplay/Makefile"
14876 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14877 dplayx/libdplayx.$IMPLIBEXT"
14878 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14879 dplayx/libdplayx.def dplayx/libdplayx.a dplayx/libdplayx.cross.a: dplayx/dplayx.spec \$(WINEBUILD)
14880 @cd dplayx && \$(MAKE) \`basename \$@\`"
14881 ALL_MAKEFILES="$ALL_MAKEFILES \\
14882 dlls/dplayx/Makefile"
14883 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14884 dplayx"
14885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14886 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules config.status"
14887 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
14889 ALL_MAKEFILES="$ALL_MAKEFILES \\
14890 dlls/dplayx/tests/Makefile"
14891 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14892 dplayx/tests"
14893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14894 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules config.status"
14895 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
14897 ALL_MAKEFILES="$ALL_MAKEFILES \\
14898 dlls/dpnaddr/Makefile"
14899 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14900 dpnaddr"
14901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14902 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules config.status"
14903 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
14905 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14906 dpnet/libdpnet.$IMPLIBEXT"
14907 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14908 dpnet/libdpnet.def dpnet/libdpnet.a dpnet/libdpnet.cross.a: dpnet/dpnet.spec \$(WINEBUILD)
14909 @cd dpnet && \$(MAKE) \`basename \$@\`"
14910 ALL_MAKEFILES="$ALL_MAKEFILES \\
14911 dlls/dpnet/Makefile"
14912 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14913 dpnet"
14914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14915 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules config.status"
14916 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
14918 ALL_MAKEFILES="$ALL_MAKEFILES \\
14919 dlls/dpnhpast/Makefile"
14920 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14921 dpnhpast"
14922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14923 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules config.status"
14924 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
14926 ALL_MAKEFILES="$ALL_MAKEFILES \\
14927 dlls/dpnlobby/Makefile"
14928 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14929 dpnlobby"
14930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14931 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules config.status"
14932 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
14934 ALL_MAKEFILES="$ALL_MAKEFILES \\
14935 dlls/dpwsockx/Makefile"
14936 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14937 dpwsockx"
14938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14939 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules config.status"
14940 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
14942 ALL_MAKEFILES="$ALL_MAKEFILES \\
14943 dlls/drmclien/Makefile"
14944 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14945 drmclien"
14946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14947 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules config.status"
14948 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
14950 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14951 dsound/libdsound.$IMPLIBEXT"
14952 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14953 dsound/libdsound.def dsound/libdsound.a dsound/libdsound.cross.a: dsound/dsound.spec \$(WINEBUILD)
14954 @cd dsound && \$(MAKE) \`basename \$@\`"
14955 ALL_MAKEFILES="$ALL_MAKEFILES \\
14956 dlls/dsound/Makefile"
14957 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14958 dsound"
14959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14960 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules config.status"
14961 ac_config_files="$ac_config_files dlls/dsound/Makefile"
14963 ALL_MAKEFILES="$ALL_MAKEFILES \\
14964 dlls/dsound/tests/Makefile"
14965 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14966 dsound/tests"
14967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14968 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules config.status"
14969 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
14971 ALL_MAKEFILES="$ALL_MAKEFILES \\
14972 dlls/dssenh/Makefile"
14973 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14974 dssenh"
14975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14976 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules config.status"
14977 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
14979 ALL_MAKEFILES="$ALL_MAKEFILES \\
14980 dlls/dswave/Makefile"
14981 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14982 dswave"
14983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14984 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules config.status"
14985 ac_config_files="$ac_config_files dlls/dswave/Makefile"
14987 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14988 dwmapi/libdwmapi.$IMPLIBEXT"
14989 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14990 dwmapi/libdwmapi.def dwmapi/libdwmapi.a dwmapi/libdwmapi.cross.a: dwmapi/dwmapi.spec \$(WINEBUILD)
14991 @cd dwmapi && \$(MAKE) \`basename \$@\`"
14992 ALL_MAKEFILES="$ALL_MAKEFILES \\
14993 dlls/dwmapi/Makefile"
14994 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14995 dwmapi"
14996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14997 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules config.status"
14998 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
15000 ALL_MAKEFILES="$ALL_MAKEFILES \\
15001 dlls/dxdiagn/Makefile"
15002 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15003 dxdiagn"
15004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15005 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules config.status"
15006 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
15008 ALL_MAKEFILES="$ALL_MAKEFILES \\
15009 dlls/dxdiagn/tests/Makefile"
15010 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15011 dxdiagn/tests"
15012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15013 dlls/dxdiagn/tests/Makefile: dlls/dxdiagn/tests/Makefile.in dlls/Maketest.rules config.status"
15014 ac_config_files="$ac_config_files dlls/dxdiagn/tests/Makefile"
15016 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15017 dxerr8/libdxerr8.a"
15018 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15019 dxerr8/libdxerr8.a: dxerr8
15020 dxerr8/libdxerr8.cross.a: dummy
15021 @cd dxerr8 && \$(MAKE) libdxerr8.cross.a"
15022 ALL_MAKEFILES="$ALL_MAKEFILES \\
15023 dlls/dxerr8/Makefile"
15024 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
15025 dxerr8"
15026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15027 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules config.status"
15028 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
15030 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15031 dxerr9/libdxerr9.a"
15032 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15033 dxerr9/libdxerr9.a: dxerr9
15034 dxerr9/libdxerr9.cross.a: dummy
15035 @cd dxerr9 && \$(MAKE) libdxerr9.cross.a"
15036 ALL_MAKEFILES="$ALL_MAKEFILES \\
15037 dlls/dxerr9/Makefile"
15038 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
15039 dxerr9"
15040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15041 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules config.status"
15042 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
15044 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15045 dxgi/libdxgi.$IMPLIBEXT"
15046 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15047 dxgi/libdxgi.def dxgi/libdxgi.a dxgi/libdxgi.cross.a: dxgi/dxgi.spec \$(WINEBUILD)
15048 @cd dxgi && \$(MAKE) \`basename \$@\`"
15049 ALL_MAKEFILES="$ALL_MAKEFILES \\
15050 dlls/dxgi/Makefile"
15051 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15052 dxgi"
15053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15054 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules config.status"
15055 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
15057 ALL_MAKEFILES="$ALL_MAKEFILES \\
15058 dlls/dxgi/tests/Makefile"
15059 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15060 dxgi/tests"
15061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15062 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules config.status"
15063 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
15065 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15066 dxguid/libdxguid.a"
15067 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15068 dxguid/libdxguid.a: dxguid
15069 dxguid/libdxguid.cross.a: dummy
15070 @cd dxguid && \$(MAKE) libdxguid.cross.a"
15071 ALL_MAKEFILES="$ALL_MAKEFILES \\
15072 dlls/dxguid/Makefile"
15073 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
15074 dxguid"
15075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15076 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules config.status"
15077 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
15079 ALL_MAKEFILES="$ALL_MAKEFILES \\
15080 dlls/faultrep/Makefile"
15081 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15082 faultrep"
15083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15084 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules config.status"
15085 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
15087 ALL_MAKEFILES="$ALL_MAKEFILES \\
15088 dlls/fltlib/Makefile"
15089 test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15090 fltlib"
15091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15092 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules config.status"
15093 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
15095 ALL_MAKEFILES="$ALL_MAKEFILES \\
15096 dlls/fusion/Makefile"
15097 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15098 fusion"
15099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15100 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules config.status"
15101 ac_config_files="$ac_config_files dlls/fusion/Makefile"
15103 ALL_MAKEFILES="$ALL_MAKEFILES \\
15104 dlls/fusion/tests/Makefile"
15105 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15106 fusion/tests"
15107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15108 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules config.status"
15109 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
15111 ALL_MAKEFILES="$ALL_MAKEFILES \\
15112 dlls/fwpuclnt/Makefile"
15113 test "x$enable_fwpuclnt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15114 fwpuclnt"
15115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15116 dlls/fwpuclnt/Makefile: dlls/fwpuclnt/Makefile.in dlls/Makedll.rules config.status"
15117 ac_config_files="$ac_config_files dlls/fwpuclnt/Makefile"
15119 ALL_MAKEFILES="$ALL_MAKEFILES \\
15120 dlls/gdi.exe16/Makefile"
15121 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15122 gdi.exe16"
15123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15124 dlls/gdi.exe16/Makefile: dlls/gdi.exe16/Makefile.in dlls/Makedll.rules config.status"
15125 ac_config_files="$ac_config_files dlls/gdi.exe16/Makefile"
15127 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15128 gdi32/libgdi32.$IMPLIBEXT"
15129 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15130 gdi32/libgdi32.def gdi32/libgdi32.a gdi32/libgdi32.cross.a: gdi32/gdi32.spec \$(WINEBUILD)
15131 @cd gdi32 && \$(MAKE) \`basename \$@\`"
15132 ALL_MAKEFILES="$ALL_MAKEFILES \\
15133 dlls/gdi32/Makefile"
15134 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15135 gdi32"
15136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15137 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules config.status"
15138 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
15140 ALL_MAKEFILES="$ALL_MAKEFILES \\
15141 dlls/gdi32/tests/Makefile"
15142 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15143 gdi32/tests"
15144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15145 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules config.status"
15146 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
15148 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15149 gdiplus/libgdiplus.$IMPLIBEXT"
15150 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15151 gdiplus/libgdiplus.def gdiplus/libgdiplus.a gdiplus/libgdiplus.cross.a: gdiplus/gdiplus.spec \$(WINEBUILD)
15152 @cd gdiplus && \$(MAKE) \`basename \$@\`"
15153 ALL_MAKEFILES="$ALL_MAKEFILES \\
15154 dlls/gdiplus/Makefile"
15155 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15156 gdiplus"
15157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15158 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules config.status"
15159 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
15161 ALL_MAKEFILES="$ALL_MAKEFILES \\
15162 dlls/gdiplus/tests/Makefile"
15163 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15164 gdiplus/tests"
15165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15166 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules config.status"
15167 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
15169 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15170 glu32/libglu32.$IMPLIBEXT"
15171 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15172 glu32/libglu32.def glu32/libglu32.a glu32/libglu32.cross.a: glu32/glu32.spec \$(WINEBUILD)
15173 @cd glu32 && \$(MAKE) \`basename \$@\`"
15174 ALL_MAKEFILES="$ALL_MAKEFILES \\
15175 dlls/glu32/Makefile"
15176 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15177 glu32"
15178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15179 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules config.status"
15180 ac_config_files="$ac_config_files dlls/glu32/Makefile"
15182 ALL_MAKEFILES="$ALL_MAKEFILES \\
15183 dlls/gphoto2.ds/Makefile"
15184 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15185 gphoto2.ds"
15186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15187 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules config.status"
15188 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
15190 ALL_MAKEFILES="$ALL_MAKEFILES \\
15191 dlls/gpkcsp/Makefile"
15192 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15193 gpkcsp"
15194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15195 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules config.status"
15196 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
15198 ALL_MAKEFILES="$ALL_MAKEFILES \\
15199 dlls/hal/Makefile"
15200 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15201 hal"
15202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15203 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules config.status"
15204 ac_config_files="$ac_config_files dlls/hal/Makefile"
15206 ALL_MAKEFILES="$ALL_MAKEFILES \\
15207 dlls/hhctrl.ocx/Makefile"
15208 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15209 hhctrl.ocx"
15210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15211 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules config.status"
15212 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
15214 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15215 hid/libhid.$IMPLIBEXT"
15216 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15217 hid/libhid.def hid/libhid.a hid/libhid.cross.a: hid/hid.spec \$(WINEBUILD)
15218 @cd hid && \$(MAKE) \`basename \$@\`"
15219 ALL_MAKEFILES="$ALL_MAKEFILES \\
15220 dlls/hid/Makefile"
15221 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15222 hid"
15223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15224 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules config.status"
15225 ac_config_files="$ac_config_files dlls/hid/Makefile"
15227 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15228 hlink/libhlink.$IMPLIBEXT"
15229 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15230 hlink/libhlink.def hlink/libhlink.a hlink/libhlink.cross.a: hlink/hlink.spec \$(WINEBUILD)
15231 @cd hlink && \$(MAKE) \`basename \$@\`"
15232 ALL_MAKEFILES="$ALL_MAKEFILES \\
15233 dlls/hlink/Makefile"
15234 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15235 hlink"
15236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15237 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules config.status"
15238 ac_config_files="$ac_config_files dlls/hlink/Makefile"
15240 ALL_MAKEFILES="$ALL_MAKEFILES \\
15241 dlls/hlink/tests/Makefile"
15242 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15243 hlink/tests"
15244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15245 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules config.status"
15246 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
15248 ALL_MAKEFILES="$ALL_MAKEFILES \\
15249 dlls/hnetcfg/Makefile"
15250 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15251 hnetcfg"
15252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15253 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules config.status"
15254 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
15256 ALL_MAKEFILES="$ALL_MAKEFILES \\
15257 dlls/httpapi/Makefile"
15258 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15259 httpapi"
15260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15261 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules config.status"
15262 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
15264 ALL_MAKEFILES="$ALL_MAKEFILES \\
15265 dlls/iccvid/Makefile"
15266 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15267 iccvid"
15268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15269 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules config.status"
15270 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
15272 ALL_MAKEFILES="$ALL_MAKEFILES \\
15273 dlls/icmp/Makefile"
15274 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15275 icmp"
15276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15277 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules config.status"
15278 ac_config_files="$ac_config_files dlls/icmp/Makefile"
15280 ALL_MAKEFILES="$ALL_MAKEFILES \\
15281 dlls/ifsmgr.vxd/Makefile"
15282 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15283 ifsmgr.vxd"
15284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15285 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules config.status"
15286 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
15288 ALL_MAKEFILES="$ALL_MAKEFILES \\
15289 dlls/imaadp32.acm/Makefile"
15290 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15291 imaadp32.acm"
15292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15293 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules config.status"
15294 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
15296 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15297 imagehlp/libimagehlp.$IMPLIBEXT"
15298 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15299 imagehlp/libimagehlp.def imagehlp/libimagehlp.a imagehlp/libimagehlp.cross.a: imagehlp/imagehlp.spec \$(WINEBUILD)
15300 @cd imagehlp && \$(MAKE) \`basename \$@\`"
15301 ALL_MAKEFILES="$ALL_MAKEFILES \\
15302 dlls/imagehlp/Makefile"
15303 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15304 imagehlp"
15305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15306 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules config.status"
15307 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
15309 ALL_MAKEFILES="$ALL_MAKEFILES \\
15310 dlls/imagehlp/tests/Makefile"
15311 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15312 imagehlp/tests"
15313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15314 dlls/imagehlp/tests/Makefile: dlls/imagehlp/tests/Makefile.in dlls/Maketest.rules config.status"
15315 ac_config_files="$ac_config_files dlls/imagehlp/tests/Makefile"
15317 ALL_MAKEFILES="$ALL_MAKEFILES \\
15318 dlls/imm.dll16/Makefile"
15319 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15320 imm.dll16"
15321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15322 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules config.status"
15323 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
15325 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15326 imm32/libimm32.$IMPLIBEXT"
15327 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15328 imm32/libimm32.def imm32/libimm32.a imm32/libimm32.cross.a: imm32/imm32.spec \$(WINEBUILD)
15329 @cd imm32 && \$(MAKE) \`basename \$@\`"
15330 ALL_MAKEFILES="$ALL_MAKEFILES \\
15331 dlls/imm32/Makefile"
15332 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15333 imm32"
15334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15335 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules config.status"
15336 ac_config_files="$ac_config_files dlls/imm32/Makefile"
15338 ALL_MAKEFILES="$ALL_MAKEFILES \\
15339 dlls/imm32/tests/Makefile"
15340 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15341 imm32/tests"
15342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15343 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules config.status"
15344 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
15346 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15347 inetcomm/libinetcomm.$IMPLIBEXT"
15348 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15349 inetcomm/libinetcomm.def inetcomm/libinetcomm.a inetcomm/libinetcomm.cross.a: inetcomm/inetcomm.spec \$(WINEBUILD)
15350 @cd inetcomm && \$(MAKE) \`basename \$@\`"
15351 ALL_MAKEFILES="$ALL_MAKEFILES \\
15352 dlls/inetcomm/Makefile"
15353 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15354 inetcomm"
15355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15356 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules config.status"
15357 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
15359 ALL_MAKEFILES="$ALL_MAKEFILES \\
15360 dlls/inetcomm/tests/Makefile"
15361 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15362 inetcomm/tests"
15363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15364 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules config.status"
15365 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
15367 ALL_MAKEFILES="$ALL_MAKEFILES \\
15368 dlls/inetmib1/Makefile"
15369 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15370 inetmib1"
15371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15372 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules config.status"
15373 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
15375 ALL_MAKEFILES="$ALL_MAKEFILES \\
15376 dlls/inetmib1/tests/Makefile"
15377 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15378 inetmib1/tests"
15379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15380 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules config.status"
15381 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
15383 ALL_MAKEFILES="$ALL_MAKEFILES \\
15384 dlls/infosoft/Makefile"
15385 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15386 infosoft"
15387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15388 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules config.status"
15389 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
15391 ALL_MAKEFILES="$ALL_MAKEFILES \\
15392 dlls/infosoft/tests/Makefile"
15393 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15394 infosoft/tests"
15395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15396 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules config.status"
15397 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
15399 ALL_MAKEFILES="$ALL_MAKEFILES \\
15400 dlls/initpki/Makefile"
15401 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15402 initpki"
15403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15404 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules config.status"
15405 ac_config_files="$ac_config_files dlls/initpki/Makefile"
15407 ALL_MAKEFILES="$ALL_MAKEFILES \\
15408 dlls/inkobj/Makefile"
15409 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15410 inkobj"
15411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15412 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules config.status"
15413 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
15415 ALL_MAKEFILES="$ALL_MAKEFILES \\
15416 dlls/inseng/Makefile"
15417 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15418 inseng"
15419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15420 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules config.status"
15421 ac_config_files="$ac_config_files dlls/inseng/Makefile"
15423 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15424 iphlpapi/libiphlpapi.$IMPLIBEXT"
15425 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15426 iphlpapi/libiphlpapi.def iphlpapi/libiphlpapi.a iphlpapi/libiphlpapi.cross.a: iphlpapi/iphlpapi.spec \$(WINEBUILD)
15427 @cd iphlpapi && \$(MAKE) \`basename \$@\`"
15428 ALL_MAKEFILES="$ALL_MAKEFILES \\
15429 dlls/iphlpapi/Makefile"
15430 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15431 iphlpapi"
15432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15433 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules config.status"
15434 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
15436 ALL_MAKEFILES="$ALL_MAKEFILES \\
15437 dlls/iphlpapi/tests/Makefile"
15438 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15439 iphlpapi/tests"
15440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15441 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules config.status"
15442 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
15444 ALL_MAKEFILES="$ALL_MAKEFILES \\
15445 dlls/itircl/Makefile"
15446 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15447 itircl"
15448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15449 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules config.status"
15450 ac_config_files="$ac_config_files dlls/itircl/Makefile"
15452 ALL_MAKEFILES="$ALL_MAKEFILES \\
15453 dlls/itss/Makefile"
15454 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15455 itss"
15456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15457 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules config.status"
15458 ac_config_files="$ac_config_files dlls/itss/Makefile"
15460 ALL_MAKEFILES="$ALL_MAKEFILES \\
15461 dlls/itss/tests/Makefile"
15462 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15463 itss/tests"
15464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15465 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules config.status"
15466 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
15468 ALL_MAKEFILES="$ALL_MAKEFILES \\
15469 dlls/jscript/Makefile"
15470 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15471 jscript"
15472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15473 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules config.status"
15474 ac_config_files="$ac_config_files dlls/jscript/Makefile"
15476 ALL_MAKEFILES="$ALL_MAKEFILES \\
15477 dlls/jscript/tests/Makefile"
15478 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15479 jscript/tests"
15480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15481 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules config.status"
15482 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
15484 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15485 kernel32/libkernel32.$IMPLIBEXT"
15486 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15487 kernel32/libkernel32.def kernel32/libkernel32.a kernel32/libkernel32.cross.a: kernel32/kernel32.spec \$(WINEBUILD)
15488 @cd kernel32 && \$(MAKE) \`basename \$@\`"
15489 ALL_MAKEFILES="$ALL_MAKEFILES \\
15490 dlls/kernel32/Makefile"
15491 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15492 kernel32"
15493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15494 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules config.status"
15495 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
15497 ALL_MAKEFILES="$ALL_MAKEFILES \\
15498 dlls/kernel32/tests/Makefile"
15499 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15500 kernel32/tests"
15501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15502 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules config.status"
15503 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
15505 ALL_MAKEFILES="$ALL_MAKEFILES \\
15506 dlls/keyboard.drv16/Makefile"
15507 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15508 keyboard.drv16"
15509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15510 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules config.status"
15511 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
15513 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15514 krnl386.exe16/libkernel.$IMPLIBEXT \\
15515 libkernel.$IMPLIBEXT"
15516 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15517 libkernel.a: krnl386.exe16/libkernel.a
15518 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.a \$@
15519 libkernel.cross.a: krnl386.exe16/libkernel.cross.a
15520 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.cross.a \$@
15521 libkernel.def: krnl386.exe16/libkernel.def
15522 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.def \$@
15523 clean::
15524 \$(RM) libkernel.def
15525 krnl386.exe16/libkernel.def krnl386.exe16/libkernel.a krnl386.exe16/libkernel.cross.a: krnl386.exe16/krnl386.exe16.spec \$(WINEBUILD)
15526 @cd krnl386.exe16 && \$(MAKE) \`basename \$@\`"
15527 ALL_MAKEFILES="$ALL_MAKEFILES \\
15528 dlls/krnl386.exe16/Makefile"
15529 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15530 krnl386.exe16"
15531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15532 dlls/krnl386.exe16/Makefile: dlls/krnl386.exe16/Makefile.in dlls/Makedll.rules config.status"
15533 ac_config_files="$ac_config_files dlls/krnl386.exe16/Makefile"
15535 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15536 loadperf/libloadperf.$IMPLIBEXT"
15537 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15538 loadperf/libloadperf.def loadperf/libloadperf.a loadperf/libloadperf.cross.a: loadperf/loadperf.spec \$(WINEBUILD)
15539 @cd loadperf && \$(MAKE) \`basename \$@\`"
15540 ALL_MAKEFILES="$ALL_MAKEFILES \\
15541 dlls/loadperf/Makefile"
15542 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15543 loadperf"
15544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15545 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules config.status"
15546 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
15548 ALL_MAKEFILES="$ALL_MAKEFILES \\
15549 dlls/localspl/Makefile"
15550 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15551 localspl"
15552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15553 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules config.status"
15554 ac_config_files="$ac_config_files dlls/localspl/Makefile"
15556 ALL_MAKEFILES="$ALL_MAKEFILES \\
15557 dlls/localspl/tests/Makefile"
15558 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15559 localspl/tests"
15560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15561 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules config.status"
15562 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
15564 ALL_MAKEFILES="$ALL_MAKEFILES \\
15565 dlls/localui/Makefile"
15566 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15567 localui"
15568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15569 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules config.status"
15570 ac_config_files="$ac_config_files dlls/localui/Makefile"
15572 ALL_MAKEFILES="$ALL_MAKEFILES \\
15573 dlls/localui/tests/Makefile"
15574 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15575 localui/tests"
15576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15577 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules config.status"
15578 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
15580 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15581 lz32/liblz32.$IMPLIBEXT"
15582 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15583 lz32/liblz32.def lz32/liblz32.a lz32/liblz32.cross.a: lz32/lz32.spec \$(WINEBUILD)
15584 @cd lz32 && \$(MAKE) \`basename \$@\`"
15585 ALL_MAKEFILES="$ALL_MAKEFILES \\
15586 dlls/lz32/Makefile"
15587 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15588 lz32"
15589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15590 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules config.status"
15591 ac_config_files="$ac_config_files dlls/lz32/Makefile"
15593 ALL_MAKEFILES="$ALL_MAKEFILES \\
15594 dlls/lz32/tests/Makefile"
15595 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15596 lz32/tests"
15597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15598 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules config.status"
15599 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
15601 ALL_MAKEFILES="$ALL_MAKEFILES \\
15602 dlls/lzexpand.dll16/Makefile"
15603 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15604 lzexpand.dll16"
15605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15606 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules config.status"
15607 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
15609 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15610 mapi32/libmapi32.$IMPLIBEXT"
15611 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15612 mapi32/libmapi32.def mapi32/libmapi32.a mapi32/libmapi32.cross.a: mapi32/mapi32.spec \$(WINEBUILD)
15613 @cd mapi32 && \$(MAKE) \`basename \$@\`"
15614 ALL_MAKEFILES="$ALL_MAKEFILES \\
15615 dlls/mapi32/Makefile"
15616 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15617 mapi32"
15618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15619 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules config.status"
15620 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
15622 ALL_MAKEFILES="$ALL_MAKEFILES \\
15623 dlls/mapi32/tests/Makefile"
15624 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15625 mapi32/tests"
15626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15627 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules config.status"
15628 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
15630 ALL_MAKEFILES="$ALL_MAKEFILES \\
15631 dlls/mapistub/Makefile"
15632 test "x$enable_mapistub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15633 mapistub"
15634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15635 dlls/mapistub/Makefile: dlls/mapistub/Makefile.in dlls/Makedll.rules config.status"
15636 ac_config_files="$ac_config_files dlls/mapistub/Makefile"
15638 ALL_MAKEFILES="$ALL_MAKEFILES \\
15639 dlls/mciavi32/Makefile"
15640 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15641 mciavi32"
15642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15643 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules config.status"
15644 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
15646 ALL_MAKEFILES="$ALL_MAKEFILES \\
15647 dlls/mcicda/Makefile"
15648 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15649 mcicda"
15650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15651 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules config.status"
15652 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
15654 ALL_MAKEFILES="$ALL_MAKEFILES \\
15655 dlls/mciqtz32/Makefile"
15656 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15657 mciqtz32"
15658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15659 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules config.status"
15660 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
15662 ALL_MAKEFILES="$ALL_MAKEFILES \\
15663 dlls/mciseq/Makefile"
15664 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15665 mciseq"
15666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15667 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules config.status"
15668 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
15670 ALL_MAKEFILES="$ALL_MAKEFILES \\
15671 dlls/mciwave/Makefile"
15672 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15673 mciwave"
15674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15675 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules config.status"
15676 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
15678 ALL_MAKEFILES="$ALL_MAKEFILES \\
15679 dlls/midimap/Makefile"
15680 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15681 midimap"
15682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15683 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules config.status"
15684 ac_config_files="$ac_config_files dlls/midimap/Makefile"
15686 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15687 mlang/libmlang.$IMPLIBEXT"
15688 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15689 mlang/libmlang.def mlang/libmlang.a mlang/libmlang.cross.a: mlang/mlang.spec \$(WINEBUILD)
15690 @cd mlang && \$(MAKE) \`basename \$@\`"
15691 ALL_MAKEFILES="$ALL_MAKEFILES \\
15692 dlls/mlang/Makefile"
15693 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15694 mlang"
15695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15696 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules config.status"
15697 ac_config_files="$ac_config_files dlls/mlang/Makefile"
15699 ALL_MAKEFILES="$ALL_MAKEFILES \\
15700 dlls/mlang/tests/Makefile"
15701 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15702 mlang/tests"
15703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15704 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules config.status"
15705 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
15707 ALL_MAKEFILES="$ALL_MAKEFILES \\
15708 dlls/mmdevapi/Makefile"
15709 test "x$enable_mmdevapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15710 mmdevapi"
15711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15712 dlls/mmdevapi/Makefile: dlls/mmdevapi/Makefile.in dlls/Makedll.rules config.status"
15713 ac_config_files="$ac_config_files dlls/mmdevapi/Makefile"
15715 ALL_MAKEFILES="$ALL_MAKEFILES \\
15716 dlls/mmdevapi/tests/Makefile"
15717 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15718 mmdevapi/tests"
15719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15720 dlls/mmdevapi/tests/Makefile: dlls/mmdevapi/tests/Makefile.in dlls/Maketest.rules config.status"
15721 ac_config_files="$ac_config_files dlls/mmdevapi/tests/Makefile"
15723 ALL_MAKEFILES="$ALL_MAKEFILES \\
15724 dlls/mmdevldr.vxd/Makefile"
15725 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15726 mmdevldr.vxd"
15727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15728 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules config.status"
15729 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
15731 ALL_MAKEFILES="$ALL_MAKEFILES \\
15732 dlls/mmsystem.dll16/Makefile"
15733 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15734 mmsystem.dll16"
15735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15736 dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules config.status"
15737 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
15739 ALL_MAKEFILES="$ALL_MAKEFILES \\
15740 dlls/monodebg.vxd/Makefile"
15741 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15742 monodebg.vxd"
15743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15744 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules config.status"
15745 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
15747 ALL_MAKEFILES="$ALL_MAKEFILES \\
15748 dlls/mountmgr.sys/Makefile"
15749 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15750 mountmgr.sys"
15751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15752 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules config.status"
15753 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
15755 ALL_MAKEFILES="$ALL_MAKEFILES \\
15756 dlls/mouse.drv16/Makefile"
15757 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15758 mouse.drv16"
15759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15760 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules config.status"
15761 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
15763 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15764 mpr/libmpr.$IMPLIBEXT"
15765 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15766 mpr/libmpr.def mpr/libmpr.a mpr/libmpr.cross.a: mpr/mpr.spec \$(WINEBUILD)
15767 @cd mpr && \$(MAKE) \`basename \$@\`"
15768 ALL_MAKEFILES="$ALL_MAKEFILES \\
15769 dlls/mpr/Makefile"
15770 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15771 mpr"
15772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15773 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules config.status"
15774 ac_config_files="$ac_config_files dlls/mpr/Makefile"
15776 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15777 mprapi/libmprapi.$IMPLIBEXT"
15778 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15779 mprapi/libmprapi.def mprapi/libmprapi.a mprapi/libmprapi.cross.a: mprapi/mprapi.spec \$(WINEBUILD)
15780 @cd mprapi && \$(MAKE) \`basename \$@\`"
15781 ALL_MAKEFILES="$ALL_MAKEFILES \\
15782 dlls/mprapi/Makefile"
15783 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15784 mprapi"
15785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15786 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules config.status"
15787 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
15789 ALL_MAKEFILES="$ALL_MAKEFILES \\
15790 dlls/msacm.dll16/Makefile"
15791 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15792 msacm.dll16"
15793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15794 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules config.status"
15795 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
15797 ALL_MAKEFILES="$ALL_MAKEFILES \\
15798 dlls/msacm32.drv/Makefile"
15799 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15800 msacm32.drv"
15801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15802 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules config.status"
15803 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
15805 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15806 msacm32/libmsacm32.$IMPLIBEXT"
15807 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15808 msacm32/libmsacm32.def msacm32/libmsacm32.a msacm32/libmsacm32.cross.a: msacm32/msacm32.spec \$(WINEBUILD)
15809 @cd msacm32 && \$(MAKE) \`basename \$@\`"
15810 ALL_MAKEFILES="$ALL_MAKEFILES \\
15811 dlls/msacm32/Makefile"
15812 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15813 msacm32"
15814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15815 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules config.status"
15816 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
15818 ALL_MAKEFILES="$ALL_MAKEFILES \\
15819 dlls/msacm32/tests/Makefile"
15820 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15821 msacm32/tests"
15822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15823 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules config.status"
15824 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
15826 ALL_MAKEFILES="$ALL_MAKEFILES \\
15827 dlls/msadp32.acm/Makefile"
15828 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15829 msadp32.acm"
15830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15831 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules config.status"
15832 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
15834 ALL_MAKEFILES="$ALL_MAKEFILES \\
15835 dlls/mscat32/Makefile"
15836 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15837 mscat32"
15838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15839 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules config.status"
15840 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
15842 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15843 mscms/libmscms.$IMPLIBEXT"
15844 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15845 mscms/libmscms.def mscms/libmscms.a mscms/libmscms.cross.a: mscms/mscms.spec \$(WINEBUILD)
15846 @cd mscms && \$(MAKE) \`basename \$@\`"
15847 ALL_MAKEFILES="$ALL_MAKEFILES \\
15848 dlls/mscms/Makefile"
15849 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15850 mscms"
15851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15852 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules config.status"
15853 ac_config_files="$ac_config_files dlls/mscms/Makefile"
15855 ALL_MAKEFILES="$ALL_MAKEFILES \\
15856 dlls/mscms/tests/Makefile"
15857 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15858 mscms/tests"
15859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15860 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules config.status"
15861 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
15863 ALL_MAKEFILES="$ALL_MAKEFILES \\
15864 dlls/mscoree/Makefile"
15865 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15866 mscoree"
15867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15868 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules config.status"
15869 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
15871 ALL_MAKEFILES="$ALL_MAKEFILES \\
15872 dlls/msctf/Makefile"
15873 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15874 msctf"
15875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15876 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules config.status"
15877 ac_config_files="$ac_config_files dlls/msctf/Makefile"
15879 ALL_MAKEFILES="$ALL_MAKEFILES \\
15880 dlls/msctf/tests/Makefile"
15881 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15882 msctf/tests"
15883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15884 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules config.status"
15885 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
15887 ALL_MAKEFILES="$ALL_MAKEFILES \\
15888 dlls/msdaps/Makefile"
15889 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15890 msdaps"
15891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15892 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules config.status"
15893 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
15895 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15896 msdmo/libmsdmo.$IMPLIBEXT"
15897 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15898 msdmo/libmsdmo.def msdmo/libmsdmo.a msdmo/libmsdmo.cross.a: msdmo/msdmo.spec \$(WINEBUILD)
15899 @cd msdmo && \$(MAKE) \`basename \$@\`"
15900 ALL_MAKEFILES="$ALL_MAKEFILES \\
15901 dlls/msdmo/Makefile"
15902 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15903 msdmo"
15904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15905 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules config.status"
15906 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
15908 ALL_MAKEFILES="$ALL_MAKEFILES \\
15909 dlls/msftedit/Makefile"
15910 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15911 msftedit"
15912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15913 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules config.status"
15914 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
15916 ALL_MAKEFILES="$ALL_MAKEFILES \\
15917 dlls/msg711.acm/Makefile"
15918 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15919 msg711.acm"
15920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15921 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules config.status"
15922 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
15924 ALL_MAKEFILES="$ALL_MAKEFILES \\
15925 dlls/msgsm32.acm/Makefile"
15926 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15927 msgsm32.acm"
15928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15929 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules config.status"
15930 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
15932 ALL_MAKEFILES="$ALL_MAKEFILES \\
15933 dlls/mshtml.tlb/Makefile"
15934 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15935 mshtml.tlb"
15936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15937 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules config.status"
15938 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
15940 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15941 mshtml/libmshtml.$IMPLIBEXT"
15942 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15943 mshtml/libmshtml.def mshtml/libmshtml.a mshtml/libmshtml.cross.a: mshtml/mshtml.spec \$(WINEBUILD)
15944 @cd mshtml && \$(MAKE) \`basename \$@\`"
15945 ALL_MAKEFILES="$ALL_MAKEFILES \\
15946 dlls/mshtml/Makefile"
15947 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15948 mshtml"
15949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15950 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules config.status"
15951 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
15953 ALL_MAKEFILES="$ALL_MAKEFILES \\
15954 dlls/mshtml/tests/Makefile"
15955 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15956 mshtml/tests"
15957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15958 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules config.status"
15959 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
15961 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15962 msi/libmsi.$IMPLIBEXT"
15963 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15964 msi/libmsi.def msi/libmsi.a msi/libmsi.cross.a: msi/msi.spec \$(WINEBUILD)
15965 @cd msi && \$(MAKE) \`basename \$@\`"
15966 ALL_MAKEFILES="$ALL_MAKEFILES \\
15967 dlls/msi/Makefile"
15968 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15969 msi"
15970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15971 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules config.status"
15972 ac_config_files="$ac_config_files dlls/msi/Makefile"
15974 ALL_MAKEFILES="$ALL_MAKEFILES \\
15975 dlls/msi/tests/Makefile"
15976 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15977 msi/tests"
15978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15979 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules config.status"
15980 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
15982 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15983 msimg32/libmsimg32.$IMPLIBEXT"
15984 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15985 msimg32/libmsimg32.def msimg32/libmsimg32.a msimg32/libmsimg32.cross.a: msimg32/msimg32.spec \$(WINEBUILD)
15986 @cd msimg32 && \$(MAKE) \`basename \$@\`"
15987 ALL_MAKEFILES="$ALL_MAKEFILES \\
15988 dlls/msimg32/Makefile"
15989 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15990 msimg32"
15991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15992 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules config.status"
15993 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
15995 ALL_MAKEFILES="$ALL_MAKEFILES \\
15996 dlls/msimtf/Makefile"
15997 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15998 msimtf"
15999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16000 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules config.status"
16001 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
16003 ALL_MAKEFILES="$ALL_MAKEFILES \\
16004 dlls/msisip/Makefile"
16005 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16006 msisip"
16007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16008 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules config.status"
16009 ac_config_files="$ac_config_files dlls/msisip/Makefile"
16011 ALL_MAKEFILES="$ALL_MAKEFILES \\
16012 dlls/msisys.ocx/Makefile"
16013 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16014 msisys.ocx"
16015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16016 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules config.status"
16017 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
16019 ALL_MAKEFILES="$ALL_MAKEFILES \\
16020 dlls/msnet32/Makefile"
16021 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16022 msnet32"
16023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16024 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules config.status"
16025 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
16027 ALL_MAKEFILES="$ALL_MAKEFILES \\
16028 dlls/msrle32/Makefile"
16029 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16030 msrle32"
16031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16032 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules config.status"
16033 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
16035 ALL_MAKEFILES="$ALL_MAKEFILES \\
16036 dlls/mssign32/Makefile"
16037 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16038 mssign32"
16039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16040 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules config.status"
16041 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
16043 ALL_MAKEFILES="$ALL_MAKEFILES \\
16044 dlls/mssip32/Makefile"
16045 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16046 mssip32"
16047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16048 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules config.status"
16049 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
16051 ALL_MAKEFILES="$ALL_MAKEFILES \\
16052 dlls/mstask/Makefile"
16053 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16054 mstask"
16055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16056 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules config.status"
16057 ac_config_files="$ac_config_files dlls/mstask/Makefile"
16059 ALL_MAKEFILES="$ALL_MAKEFILES \\
16060 dlls/mstask/tests/Makefile"
16061 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16062 mstask/tests"
16063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16064 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules config.status"
16065 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
16067 ALL_MAKEFILES="$ALL_MAKEFILES \\
16068 dlls/msvcirt/Makefile"
16069 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16070 msvcirt"
16071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16072 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules config.status"
16073 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
16075 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16076 msvcr71/libmsvcr71.$IMPLIBEXT"
16077 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16078 msvcr71/libmsvcr71.def msvcr71/libmsvcr71.a msvcr71/libmsvcr71.cross.a: msvcr71/msvcr71.spec \$(WINEBUILD)
16079 @cd msvcr71 && \$(MAKE) \`basename \$@\`"
16080 ALL_MAKEFILES="$ALL_MAKEFILES \\
16081 dlls/msvcr71/Makefile"
16082 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16083 msvcr71"
16084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16085 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules config.status"
16086 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
16088 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16089 msvcrt/libmsvcrt.$IMPLIBEXT"
16090 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16091 msvcrt/libmsvcrt.def msvcrt/libmsvcrt.a msvcrt/libmsvcrt.cross.a: msvcrt/msvcrt.spec \$(WINEBUILD)
16092 @cd msvcrt && \$(MAKE) \`basename \$@\`"
16093 ALL_MAKEFILES="$ALL_MAKEFILES \\
16094 dlls/msvcrt/Makefile"
16095 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16096 msvcrt"
16097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16098 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules config.status"
16099 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
16101 ALL_MAKEFILES="$ALL_MAKEFILES \\
16102 dlls/msvcrt/tests/Makefile"
16103 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16104 msvcrt/tests"
16105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16106 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules config.status"
16107 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
16109 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16110 msvcrt20/libmsvcrt20.$IMPLIBEXT"
16111 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16112 msvcrt20/libmsvcrt20.def msvcrt20/libmsvcrt20.a msvcrt20/libmsvcrt20.cross.a: msvcrt20/msvcrt20.spec \$(WINEBUILD)
16113 @cd msvcrt20 && \$(MAKE) \`basename \$@\`"
16114 ALL_MAKEFILES="$ALL_MAKEFILES \\
16115 dlls/msvcrt20/Makefile"
16116 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16117 msvcrt20"
16118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16119 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules config.status"
16120 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
16122 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16123 msvcrt40/libmsvcrt40.$IMPLIBEXT"
16124 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16125 msvcrt40/libmsvcrt40.def msvcrt40/libmsvcrt40.a msvcrt40/libmsvcrt40.cross.a: msvcrt40/msvcrt40.spec \$(WINEBUILD)
16126 @cd msvcrt40 && \$(MAKE) \`basename \$@\`"
16127 ALL_MAKEFILES="$ALL_MAKEFILES \\
16128 dlls/msvcrt40/Makefile"
16129 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16130 msvcrt40"
16131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16132 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules config.status"
16133 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
16135 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16136 msvcrtd/libmsvcrtd.$IMPLIBEXT"
16137 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16138 msvcrtd/libmsvcrtd.def msvcrtd/libmsvcrtd.a msvcrtd/libmsvcrtd.cross.a: msvcrtd/msvcrtd.spec \$(WINEBUILD)
16139 @cd msvcrtd && \$(MAKE) \`basename \$@\`"
16140 ALL_MAKEFILES="$ALL_MAKEFILES \\
16141 dlls/msvcrtd/Makefile"
16142 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16143 msvcrtd"
16144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16145 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules config.status"
16146 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
16148 ALL_MAKEFILES="$ALL_MAKEFILES \\
16149 dlls/msvcrtd/tests/Makefile"
16150 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16151 msvcrtd/tests"
16152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16153 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules config.status"
16154 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
16156 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16157 msvfw32/libmsvfw32.$IMPLIBEXT"
16158 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16159 msvfw32/libmsvfw32.def msvfw32/libmsvfw32.a msvfw32/libmsvfw32.cross.a: msvfw32/msvfw32.spec \$(WINEBUILD)
16160 @cd msvfw32 && \$(MAKE) \`basename \$@\`"
16161 ALL_MAKEFILES="$ALL_MAKEFILES \\
16162 dlls/msvfw32/Makefile"
16163 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16164 msvfw32"
16165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16166 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules config.status"
16167 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
16169 ALL_MAKEFILES="$ALL_MAKEFILES \\
16170 dlls/msvfw32/tests/Makefile"
16171 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16172 msvfw32/tests"
16173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16174 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules config.status"
16175 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
16177 ALL_MAKEFILES="$ALL_MAKEFILES \\
16178 dlls/msvidc32/Makefile"
16179 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16180 msvidc32"
16181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16182 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules config.status"
16183 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
16185 ALL_MAKEFILES="$ALL_MAKEFILES \\
16186 dlls/msvideo.dll16/Makefile"
16187 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16188 msvideo.dll16"
16189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16190 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules config.status"
16191 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
16193 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16194 mswsock/libmswsock.$IMPLIBEXT"
16195 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16196 mswsock/libmswsock.def mswsock/libmswsock.a mswsock/libmswsock.cross.a: mswsock/mswsock.spec \$(WINEBUILD)
16197 @cd mswsock && \$(MAKE) \`basename \$@\`"
16198 ALL_MAKEFILES="$ALL_MAKEFILES \\
16199 dlls/mswsock/Makefile"
16200 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16201 mswsock"
16202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16203 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules config.status"
16204 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
16206 ALL_MAKEFILES="$ALL_MAKEFILES \\
16207 dlls/msxml3/Makefile"
16208 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16209 msxml3"
16210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16211 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules config.status"
16212 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
16214 ALL_MAKEFILES="$ALL_MAKEFILES \\
16215 dlls/msxml3/tests/Makefile"
16216 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16217 msxml3/tests"
16218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16219 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules config.status"
16220 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
16222 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16223 nddeapi/libnddeapi.$IMPLIBEXT"
16224 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16225 nddeapi/libnddeapi.def nddeapi/libnddeapi.a nddeapi/libnddeapi.cross.a: nddeapi/nddeapi.spec \$(WINEBUILD)
16226 @cd nddeapi && \$(MAKE) \`basename \$@\`"
16227 ALL_MAKEFILES="$ALL_MAKEFILES \\
16228 dlls/nddeapi/Makefile"
16229 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16230 nddeapi"
16231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16232 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules config.status"
16233 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
16235 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16236 netapi32/libnetapi32.$IMPLIBEXT"
16237 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16238 netapi32/libnetapi32.def netapi32/libnetapi32.a netapi32/libnetapi32.cross.a: netapi32/netapi32.spec \$(WINEBUILD)
16239 @cd netapi32 && \$(MAKE) \`basename \$@\`"
16240 ALL_MAKEFILES="$ALL_MAKEFILES \\
16241 dlls/netapi32/Makefile"
16242 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16243 netapi32"
16244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16245 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules config.status"
16246 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
16248 ALL_MAKEFILES="$ALL_MAKEFILES \\
16249 dlls/netapi32/tests/Makefile"
16250 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16251 netapi32/tests"
16252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16253 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules config.status"
16254 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
16256 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16257 newdev/libnewdev.$IMPLIBEXT"
16258 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16259 newdev/libnewdev.def newdev/libnewdev.a newdev/libnewdev.cross.a: newdev/newdev.spec \$(WINEBUILD)
16260 @cd newdev && \$(MAKE) \`basename \$@\`"
16261 ALL_MAKEFILES="$ALL_MAKEFILES \\
16262 dlls/newdev/Makefile"
16263 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16264 newdev"
16265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16266 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules config.status"
16267 ac_config_files="$ac_config_files dlls/newdev/Makefile"
16269 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16270 ntdll/libntdll.$IMPLIBEXT"
16271 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16272 ntdll/libntdll.def ntdll/libntdll.a ntdll/libntdll.cross.a: ntdll/ntdll.spec \$(WINEBUILD)
16273 @cd ntdll && \$(MAKE) \`basename \$@\`"
16274 ALL_MAKEFILES="$ALL_MAKEFILES \\
16275 dlls/ntdll/Makefile"
16276 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16277 ntdll"
16278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16279 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules config.status"
16280 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
16282 ALL_MAKEFILES="$ALL_MAKEFILES \\
16283 dlls/ntdll/tests/Makefile"
16284 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16285 ntdll/tests"
16286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16287 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules config.status"
16288 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
16290 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16291 ntdsapi/libntdsapi.$IMPLIBEXT"
16292 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16293 ntdsapi/libntdsapi.def ntdsapi/libntdsapi.a ntdsapi/libntdsapi.cross.a: ntdsapi/ntdsapi.spec \$(WINEBUILD)
16294 @cd ntdsapi && \$(MAKE) \`basename \$@\`"
16295 ALL_MAKEFILES="$ALL_MAKEFILES \\
16296 dlls/ntdsapi/Makefile"
16297 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16298 ntdsapi"
16299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16300 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules config.status"
16301 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
16303 ALL_MAKEFILES="$ALL_MAKEFILES \\
16304 dlls/ntdsapi/tests/Makefile"
16305 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16306 ntdsapi/tests"
16307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16308 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules config.status"
16309 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
16311 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16312 ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT"
16313 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16314 ntoskrnl.exe/libntoskrnl.exe.def ntoskrnl.exe/libntoskrnl.exe.a ntoskrnl.exe/libntoskrnl.exe.cross.a: ntoskrnl.exe/ntoskrnl.exe.spec \$(WINEBUILD)
16315 @cd ntoskrnl.exe && \$(MAKE) \`basename \$@\`"
16316 ALL_MAKEFILES="$ALL_MAKEFILES \\
16317 dlls/ntoskrnl.exe/Makefile"
16318 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16319 ntoskrnl.exe"
16320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16321 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules config.status"
16322 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
16324 ALL_MAKEFILES="$ALL_MAKEFILES \\
16325 dlls/ntprint/Makefile"
16326 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16327 ntprint"
16328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16329 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules config.status"
16330 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
16332 ALL_MAKEFILES="$ALL_MAKEFILES \\
16333 dlls/ntprint/tests/Makefile"
16334 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16335 ntprint/tests"
16336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16337 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules config.status"
16338 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
16340 ALL_MAKEFILES="$ALL_MAKEFILES \\
16341 dlls/objsel/Makefile"
16342 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16343 objsel"
16344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16345 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules config.status"
16346 ac_config_files="$ac_config_files dlls/objsel/Makefile"
16348 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16349 odbc32/libodbc32.$IMPLIBEXT"
16350 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16351 odbc32/libodbc32.def odbc32/libodbc32.a odbc32/libodbc32.cross.a: odbc32/odbc32.spec \$(WINEBUILD)
16352 @cd odbc32 && \$(MAKE) \`basename \$@\`"
16353 ALL_MAKEFILES="$ALL_MAKEFILES \\
16354 dlls/odbc32/Makefile"
16355 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16356 odbc32"
16357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16358 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules config.status"
16359 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
16361 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16362 odbccp32/libodbccp32.$IMPLIBEXT"
16363 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16364 odbccp32/libodbccp32.def odbccp32/libodbccp32.a odbccp32/libodbccp32.cross.a: odbccp32/odbccp32.spec \$(WINEBUILD)
16365 @cd odbccp32 && \$(MAKE) \`basename \$@\`"
16366 ALL_MAKEFILES="$ALL_MAKEFILES \\
16367 dlls/odbccp32/Makefile"
16368 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16369 odbccp32"
16370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16371 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules config.status"
16372 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
16374 ALL_MAKEFILES="$ALL_MAKEFILES \\
16375 dlls/odbccp32/tests/Makefile"
16376 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16377 odbccp32/tests"
16378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16379 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules config.status"
16380 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
16382 ALL_MAKEFILES="$ALL_MAKEFILES \\
16383 dlls/ole2.dll16/Makefile"
16384 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16385 ole2.dll16"
16386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16387 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules config.status"
16388 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
16390 ALL_MAKEFILES="$ALL_MAKEFILES \\
16391 dlls/ole2conv.dll16/Makefile"
16392 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16393 ole2conv.dll16"
16394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16395 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules config.status"
16396 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
16398 ALL_MAKEFILES="$ALL_MAKEFILES \\
16399 dlls/ole2disp.dll16/Makefile"
16400 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16401 ole2disp.dll16"
16402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16403 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules config.status"
16404 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
16406 ALL_MAKEFILES="$ALL_MAKEFILES \\
16407 dlls/ole2nls.dll16/Makefile"
16408 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16409 ole2nls.dll16"
16410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16411 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules config.status"
16412 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
16414 ALL_MAKEFILES="$ALL_MAKEFILES \\
16415 dlls/ole2prox.dll16/Makefile"
16416 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16417 ole2prox.dll16"
16418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16419 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules config.status"
16420 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
16422 ALL_MAKEFILES="$ALL_MAKEFILES \\
16423 dlls/ole2thk.dll16/Makefile"
16424 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16425 ole2thk.dll16"
16426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16427 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules config.status"
16428 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
16430 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16431 ole32/libole32.$IMPLIBEXT"
16432 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16433 ole32/libole32.def ole32/libole32.a ole32/libole32.cross.a: ole32/ole32.spec \$(WINEBUILD)
16434 @cd ole32 && \$(MAKE) \`basename \$@\`"
16435 ALL_MAKEFILES="$ALL_MAKEFILES \\
16436 dlls/ole32/Makefile"
16437 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16438 ole32"
16439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16440 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules config.status"
16441 ac_config_files="$ac_config_files dlls/ole32/Makefile"
16443 ALL_MAKEFILES="$ALL_MAKEFILES \\
16444 dlls/ole32/tests/Makefile"
16445 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16446 ole32/tests"
16447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16448 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules config.status"
16449 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
16451 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16452 oleacc/liboleacc.$IMPLIBEXT"
16453 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16454 oleacc/liboleacc.def oleacc/liboleacc.a oleacc/liboleacc.cross.a: oleacc/oleacc.spec \$(WINEBUILD)
16455 @cd oleacc && \$(MAKE) \`basename \$@\`"
16456 ALL_MAKEFILES="$ALL_MAKEFILES \\
16457 dlls/oleacc/Makefile"
16458 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16459 oleacc"
16460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16461 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules config.status"
16462 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
16464 ALL_MAKEFILES="$ALL_MAKEFILES \\
16465 dlls/oleacc/tests/Makefile"
16466 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16467 oleacc/tests"
16468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16469 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules config.status"
16470 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
16472 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16473 oleaut32/liboleaut32.$IMPLIBEXT"
16474 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16475 oleaut32/liboleaut32.def oleaut32/liboleaut32.a oleaut32/liboleaut32.cross.a: oleaut32/oleaut32.spec \$(WINEBUILD)
16476 @cd oleaut32 && \$(MAKE) \`basename \$@\`"
16477 ALL_MAKEFILES="$ALL_MAKEFILES \\
16478 dlls/oleaut32/Makefile"
16479 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16480 oleaut32"
16481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16482 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules config.status"
16483 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
16485 ALL_MAKEFILES="$ALL_MAKEFILES \\
16486 dlls/oleaut32/tests/Makefile"
16487 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16488 oleaut32/tests"
16489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16490 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules config.status"
16491 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
16493 ALL_MAKEFILES="$ALL_MAKEFILES \\
16494 dlls/olecli.dll16/Makefile"
16495 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16496 olecli.dll16"
16497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16498 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules config.status"
16499 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
16501 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16502 olecli32/libolecli32.$IMPLIBEXT"
16503 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16504 olecli32/libolecli32.def olecli32/libolecli32.a olecli32/libolecli32.cross.a: olecli32/olecli32.spec \$(WINEBUILD)
16505 @cd olecli32 && \$(MAKE) \`basename \$@\`"
16506 ALL_MAKEFILES="$ALL_MAKEFILES \\
16507 dlls/olecli32/Makefile"
16508 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16509 olecli32"
16510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16511 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules config.status"
16512 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
16514 ALL_MAKEFILES="$ALL_MAKEFILES \\
16515 dlls/oledb32/Makefile"
16516 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16517 oledb32"
16518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16519 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules config.status"
16520 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
16522 ALL_MAKEFILES="$ALL_MAKEFILES \\
16523 dlls/oledb32/tests/Makefile"
16524 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16525 oledb32/tests"
16526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16527 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules config.status"
16528 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
16530 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16531 oledlg/liboledlg.$IMPLIBEXT"
16532 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16533 oledlg/liboledlg.def oledlg/liboledlg.a oledlg/liboledlg.cross.a: oledlg/oledlg.spec \$(WINEBUILD)
16534 @cd oledlg && \$(MAKE) \`basename \$@\`"
16535 ALL_MAKEFILES="$ALL_MAKEFILES \\
16536 dlls/oledlg/Makefile"
16537 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16538 oledlg"
16539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16540 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules config.status"
16541 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
16543 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16544 olepro32/libolepro32.$IMPLIBEXT"
16545 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16546 olepro32/libolepro32.def olepro32/libolepro32.a olepro32/libolepro32.cross.a: olepro32/olepro32.spec \$(WINEBUILD)
16547 @cd olepro32 && \$(MAKE) \`basename \$@\`"
16548 ALL_MAKEFILES="$ALL_MAKEFILES \\
16549 dlls/olepro32/Makefile"
16550 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16551 olepro32"
16552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16553 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules config.status"
16554 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
16556 ALL_MAKEFILES="$ALL_MAKEFILES \\
16557 dlls/olesvr.dll16/Makefile"
16558 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16559 olesvr.dll16"
16560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16561 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules config.status"
16562 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
16564 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16565 olesvr32/libolesvr32.$IMPLIBEXT"
16566 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16567 olesvr32/libolesvr32.def olesvr32/libolesvr32.a olesvr32/libolesvr32.cross.a: olesvr32/olesvr32.spec \$(WINEBUILD)
16568 @cd olesvr32 && \$(MAKE) \`basename \$@\`"
16569 ALL_MAKEFILES="$ALL_MAKEFILES \\
16570 dlls/olesvr32/Makefile"
16571 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16572 olesvr32"
16573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16574 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules config.status"
16575 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
16577 ALL_MAKEFILES="$ALL_MAKEFILES \\
16578 dlls/olethk32/Makefile"
16579 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16580 olethk32"
16581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16582 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules config.status"
16583 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
16585 ALL_MAKEFILES="$ALL_MAKEFILES \\
16586 dlls/openal32/Makefile"
16587 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16588 openal32"
16589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16590 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules config.status"
16591 ac_config_files="$ac_config_files dlls/openal32/Makefile"
16593 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16594 opengl32/libopengl32.$IMPLIBEXT"
16595 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16596 opengl32/libopengl32.def opengl32/libopengl32.a opengl32/libopengl32.cross.a: opengl32/opengl32.spec \$(WINEBUILD)
16597 @cd opengl32 && \$(MAKE) \`basename \$@\`"
16598 ALL_MAKEFILES="$ALL_MAKEFILES \\
16599 dlls/opengl32/Makefile"
16600 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16601 opengl32"
16602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16603 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules config.status"
16604 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
16606 ALL_MAKEFILES="$ALL_MAKEFILES \\
16607 dlls/opengl32/tests/Makefile"
16608 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16609 opengl32/tests"
16610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16611 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules config.status"
16612 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
16614 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16615 pdh/libpdh.$IMPLIBEXT"
16616 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16617 pdh/libpdh.def pdh/libpdh.a pdh/libpdh.cross.a: pdh/pdh.spec \$(WINEBUILD)
16618 @cd pdh && \$(MAKE) \`basename \$@\`"
16619 ALL_MAKEFILES="$ALL_MAKEFILES \\
16620 dlls/pdh/Makefile"
16621 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16622 pdh"
16623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16624 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules config.status"
16625 ac_config_files="$ac_config_files dlls/pdh/Makefile"
16627 ALL_MAKEFILES="$ALL_MAKEFILES \\
16628 dlls/pdh/tests/Makefile"
16629 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16630 pdh/tests"
16631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16632 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules config.status"
16633 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
16635 ALL_MAKEFILES="$ALL_MAKEFILES \\
16636 dlls/pidgen/Makefile"
16637 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16638 pidgen"
16639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16640 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules config.status"
16641 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
16643 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16644 powrprof/libpowrprof.$IMPLIBEXT"
16645 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16646 powrprof/libpowrprof.def powrprof/libpowrprof.a powrprof/libpowrprof.cross.a: powrprof/powrprof.spec \$(WINEBUILD)
16647 @cd powrprof && \$(MAKE) \`basename \$@\`"
16648 ALL_MAKEFILES="$ALL_MAKEFILES \\
16649 dlls/powrprof/Makefile"
16650 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16651 powrprof"
16652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16653 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules config.status"
16654 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
16656 ALL_MAKEFILES="$ALL_MAKEFILES \\
16657 dlls/printui/Makefile"
16658 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16659 printui"
16660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16661 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules config.status"
16662 ac_config_files="$ac_config_files dlls/printui/Makefile"
16664 ALL_MAKEFILES="$ALL_MAKEFILES \\
16665 dlls/propsys/Makefile"
16666 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16667 propsys"
16668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16669 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules config.status"
16670 ac_config_files="$ac_config_files dlls/propsys/Makefile"
16672 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16673 psapi/libpsapi.$IMPLIBEXT"
16674 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16675 psapi/libpsapi.def psapi/libpsapi.a psapi/libpsapi.cross.a: psapi/psapi.spec \$(WINEBUILD)
16676 @cd psapi && \$(MAKE) \`basename \$@\`"
16677 ALL_MAKEFILES="$ALL_MAKEFILES \\
16678 dlls/psapi/Makefile"
16679 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16680 psapi"
16681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16682 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules config.status"
16683 ac_config_files="$ac_config_files dlls/psapi/Makefile"
16685 ALL_MAKEFILES="$ALL_MAKEFILES \\
16686 dlls/psapi/tests/Makefile"
16687 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16688 psapi/tests"
16689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16690 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules config.status"
16691 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
16693 ALL_MAKEFILES="$ALL_MAKEFILES \\
16694 dlls/pstorec/Makefile"
16695 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16696 pstorec"
16697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16698 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules config.status"
16699 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
16701 ALL_MAKEFILES="$ALL_MAKEFILES \\
16702 dlls/qcap/Makefile"
16703 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16704 qcap"
16705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16706 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules config.status"
16707 ac_config_files="$ac_config_files dlls/qcap/Makefile"
16709 ALL_MAKEFILES="$ALL_MAKEFILES \\
16710 dlls/qedit/Makefile"
16711 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16712 qedit"
16713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16714 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules config.status"
16715 ac_config_files="$ac_config_files dlls/qedit/Makefile"
16717 ALL_MAKEFILES="$ALL_MAKEFILES \\
16718 dlls/qedit/tests/Makefile"
16719 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16720 qedit/tests"
16721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16722 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules config.status"
16723 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
16725 ALL_MAKEFILES="$ALL_MAKEFILES \\
16726 dlls/qmgr/Makefile"
16727 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16728 qmgr"
16729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16730 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules config.status"
16731 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
16733 ALL_MAKEFILES="$ALL_MAKEFILES \\
16734 dlls/qmgr/tests/Makefile"
16735 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16736 qmgr/tests"
16737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16738 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules config.status"
16739 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
16741 ALL_MAKEFILES="$ALL_MAKEFILES \\
16742 dlls/qmgrprxy/Makefile"
16743 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16744 qmgrprxy"
16745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16746 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules config.status"
16747 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
16749 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16750 quartz/libquartz.$IMPLIBEXT"
16751 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16752 quartz/libquartz.def quartz/libquartz.a quartz/libquartz.cross.a: quartz/quartz.spec \$(WINEBUILD)
16753 @cd quartz && \$(MAKE) \`basename \$@\`"
16754 ALL_MAKEFILES="$ALL_MAKEFILES \\
16755 dlls/quartz/Makefile"
16756 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16757 quartz"
16758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16759 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules config.status"
16760 ac_config_files="$ac_config_files dlls/quartz/Makefile"
16762 ALL_MAKEFILES="$ALL_MAKEFILES \\
16763 dlls/quartz/tests/Makefile"
16764 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16765 quartz/tests"
16766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16767 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules config.status"
16768 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
16770 ALL_MAKEFILES="$ALL_MAKEFILES \\
16771 dlls/query/Makefile"
16772 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16773 query"
16774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16775 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules config.status"
16776 ac_config_files="$ac_config_files dlls/query/Makefile"
16778 ALL_MAKEFILES="$ALL_MAKEFILES \\
16779 dlls/rasapi16.dll16/Makefile"
16780 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16781 rasapi16.dll16"
16782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16783 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules config.status"
16784 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
16786 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16787 rasapi32/librasapi32.$IMPLIBEXT"
16788 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16789 rasapi32/librasapi32.def rasapi32/librasapi32.a rasapi32/librasapi32.cross.a: rasapi32/rasapi32.spec \$(WINEBUILD)
16790 @cd rasapi32 && \$(MAKE) \`basename \$@\`"
16791 ALL_MAKEFILES="$ALL_MAKEFILES \\
16792 dlls/rasapi32/Makefile"
16793 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16794 rasapi32"
16795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16796 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules config.status"
16797 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
16799 ALL_MAKEFILES="$ALL_MAKEFILES \\
16800 dlls/rasapi32/tests/Makefile"
16801 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16802 rasapi32/tests"
16803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16804 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules config.status"
16805 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
16807 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16808 rasdlg/librasdlg.$IMPLIBEXT"
16809 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16810 rasdlg/librasdlg.def rasdlg/librasdlg.a rasdlg/librasdlg.cross.a: rasdlg/rasdlg.spec \$(WINEBUILD)
16811 @cd rasdlg && \$(MAKE) \`basename \$@\`"
16812 ALL_MAKEFILES="$ALL_MAKEFILES \\
16813 dlls/rasdlg/Makefile"
16814 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16815 rasdlg"
16816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16817 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules config.status"
16818 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
16820 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16821 resutils/libresutils.$IMPLIBEXT"
16822 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16823 resutils/libresutils.def resutils/libresutils.a resutils/libresutils.cross.a: resutils/resutils.spec \$(WINEBUILD)
16824 @cd resutils && \$(MAKE) \`basename \$@\`"
16825 ALL_MAKEFILES="$ALL_MAKEFILES \\
16826 dlls/resutils/Makefile"
16827 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16828 resutils"
16829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16830 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules config.status"
16831 ac_config_files="$ac_config_files dlls/resutils/Makefile"
16833 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16834 riched20/libriched20.$IMPLIBEXT"
16835 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16836 riched20/libriched20.def riched20/libriched20.a riched20/libriched20.cross.a: riched20/riched20.spec \$(WINEBUILD)
16837 @cd riched20 && \$(MAKE) \`basename \$@\`"
16838 ALL_MAKEFILES="$ALL_MAKEFILES \\
16839 dlls/riched20/Makefile"
16840 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16841 riched20"
16842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16843 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules config.status"
16844 ac_config_files="$ac_config_files dlls/riched20/Makefile"
16846 ALL_MAKEFILES="$ALL_MAKEFILES \\
16847 dlls/riched20/tests/Makefile"
16848 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16849 riched20/tests"
16850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16851 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules config.status"
16852 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
16854 ALL_MAKEFILES="$ALL_MAKEFILES \\
16855 dlls/riched32/Makefile"
16856 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16857 riched32"
16858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16859 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules config.status"
16860 ac_config_files="$ac_config_files dlls/riched32/Makefile"
16862 ALL_MAKEFILES="$ALL_MAKEFILES \\
16863 dlls/riched32/tests/Makefile"
16864 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16865 riched32/tests"
16866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16867 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules config.status"
16868 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
16870 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16871 rpcrt4/librpcrt4.$IMPLIBEXT"
16872 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16873 rpcrt4/librpcrt4.def rpcrt4/librpcrt4.a rpcrt4/librpcrt4.cross.a: rpcrt4/rpcrt4.spec \$(WINEBUILD)
16874 @cd rpcrt4 && \$(MAKE) \`basename \$@\`"
16875 ALL_MAKEFILES="$ALL_MAKEFILES \\
16876 dlls/rpcrt4/Makefile"
16877 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16878 rpcrt4"
16879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16880 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules config.status"
16881 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
16883 ALL_MAKEFILES="$ALL_MAKEFILES \\
16884 dlls/rpcrt4/tests/Makefile"
16885 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16886 rpcrt4/tests"
16887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16888 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules config.status"
16889 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
16891 ALL_MAKEFILES="$ALL_MAKEFILES \\
16892 dlls/rsabase/Makefile"
16893 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16894 rsabase"
16895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16896 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules config.status"
16897 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
16899 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16900 rsaenh/librsaenh.$IMPLIBEXT"
16901 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16902 rsaenh/librsaenh.def rsaenh/librsaenh.a rsaenh/librsaenh.cross.a: rsaenh/rsaenh.spec \$(WINEBUILD)
16903 @cd rsaenh && \$(MAKE) \`basename \$@\`"
16904 ALL_MAKEFILES="$ALL_MAKEFILES \\
16905 dlls/rsaenh/Makefile"
16906 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16907 rsaenh"
16908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16909 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules config.status"
16910 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
16912 ALL_MAKEFILES="$ALL_MAKEFILES \\
16913 dlls/rsaenh/tests/Makefile"
16914 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16915 rsaenh/tests"
16916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16917 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules config.status"
16918 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
16920 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16921 rtutils/librtutils.$IMPLIBEXT"
16922 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16923 rtutils/librtutils.def rtutils/librtutils.a rtutils/librtutils.cross.a: rtutils/rtutils.spec \$(WINEBUILD)
16924 @cd rtutils && \$(MAKE) \`basename \$@\`"
16925 ALL_MAKEFILES="$ALL_MAKEFILES \\
16926 dlls/rtutils/Makefile"
16927 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16928 rtutils"
16929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16930 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules config.status"
16931 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
16933 ALL_MAKEFILES="$ALL_MAKEFILES \\
16934 dlls/sane.ds/Makefile"
16935 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16936 sane.ds"
16937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16938 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules config.status"
16939 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
16941 ALL_MAKEFILES="$ALL_MAKEFILES \\
16942 dlls/sccbase/Makefile"
16943 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16944 sccbase"
16945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16946 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules config.status"
16947 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
16949 ALL_MAKEFILES="$ALL_MAKEFILES \\
16950 dlls/schannel/Makefile"
16951 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16952 schannel"
16953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16954 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules config.status"
16955 ac_config_files="$ac_config_files dlls/schannel/Makefile"
16957 ALL_MAKEFILES="$ALL_MAKEFILES \\
16958 dlls/schannel/tests/Makefile"
16959 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16960 schannel/tests"
16961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16962 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules config.status"
16963 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
16965 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16966 secur32/libsecur32.$IMPLIBEXT"
16967 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16968 secur32/libsecur32.def secur32/libsecur32.a secur32/libsecur32.cross.a: secur32/secur32.spec \$(WINEBUILD)
16969 @cd secur32 && \$(MAKE) \`basename \$@\`"
16970 ALL_MAKEFILES="$ALL_MAKEFILES \\
16971 dlls/secur32/Makefile"
16972 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16973 secur32"
16974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16975 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules config.status"
16976 ac_config_files="$ac_config_files dlls/secur32/Makefile"
16978 ALL_MAKEFILES="$ALL_MAKEFILES \\
16979 dlls/secur32/tests/Makefile"
16980 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16981 secur32/tests"
16982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16983 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules config.status"
16984 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
16986 ALL_MAKEFILES="$ALL_MAKEFILES \\
16987 dlls/security/Makefile"
16988 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16989 security"
16990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16991 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules config.status"
16992 ac_config_files="$ac_config_files dlls/security/Makefile"
16994 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16995 sensapi/libsensapi.$IMPLIBEXT"
16996 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16997 sensapi/libsensapi.def sensapi/libsensapi.a sensapi/libsensapi.cross.a: sensapi/sensapi.spec \$(WINEBUILD)
16998 @cd sensapi && \$(MAKE) \`basename \$@\`"
16999 ALL_MAKEFILES="$ALL_MAKEFILES \\
17000 dlls/sensapi/Makefile"
17001 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17002 sensapi"
17003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17004 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules config.status"
17005 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
17007 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17008 serialui/libserialui.$IMPLIBEXT"
17009 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17010 serialui/libserialui.def serialui/libserialui.a serialui/libserialui.cross.a: serialui/serialui.spec \$(WINEBUILD)
17011 @cd serialui && \$(MAKE) \`basename \$@\`"
17012 ALL_MAKEFILES="$ALL_MAKEFILES \\
17013 dlls/serialui/Makefile"
17014 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17015 serialui"
17016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17017 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules config.status"
17018 ac_config_files="$ac_config_files dlls/serialui/Makefile"
17020 ALL_MAKEFILES="$ALL_MAKEFILES \\
17021 dlls/serialui/tests/Makefile"
17022 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17023 serialui/tests"
17024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17025 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules config.status"
17026 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
17028 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17029 setupapi/libsetupapi.$IMPLIBEXT"
17030 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17031 setupapi/libsetupapi.def setupapi/libsetupapi.a setupapi/libsetupapi.cross.a: setupapi/setupapi.spec \$(WINEBUILD)
17032 @cd setupapi && \$(MAKE) \`basename \$@\`"
17033 ALL_MAKEFILES="$ALL_MAKEFILES \\
17034 dlls/setupapi/Makefile"
17035 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17036 setupapi"
17037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17038 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules config.status"
17039 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
17041 ALL_MAKEFILES="$ALL_MAKEFILES \\
17042 dlls/setupapi/tests/Makefile"
17043 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17044 setupapi/tests"
17045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17046 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules config.status"
17047 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
17049 ALL_MAKEFILES="$ALL_MAKEFILES \\
17050 dlls/setupx.dll16/Makefile"
17051 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17052 setupx.dll16"
17053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17054 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules config.status"
17055 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
17057 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17058 sfc/libsfc.$IMPLIBEXT"
17059 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17060 sfc/libsfc.def sfc/libsfc.a sfc/libsfc.cross.a: sfc/sfc.spec \$(WINEBUILD)
17061 @cd sfc && \$(MAKE) \`basename \$@\`"
17062 ALL_MAKEFILES="$ALL_MAKEFILES \\
17063 dlls/sfc/Makefile"
17064 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17065 sfc"
17066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17067 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules config.status"
17068 ac_config_files="$ac_config_files dlls/sfc/Makefile"
17070 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17071 sfc_os/libsfc_os.$IMPLIBEXT"
17072 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17073 sfc_os/libsfc_os.def sfc_os/libsfc_os.a sfc_os/libsfc_os.cross.a: sfc_os/sfc_os.spec \$(WINEBUILD)
17074 @cd sfc_os && \$(MAKE) \`basename \$@\`"
17075 ALL_MAKEFILES="$ALL_MAKEFILES \\
17076 dlls/sfc_os/Makefile"
17077 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17078 sfc_os"
17079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17080 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules config.status"
17081 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
17083 ALL_MAKEFILES="$ALL_MAKEFILES \\
17084 dlls/shdoclc/Makefile"
17085 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17086 shdoclc"
17087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17088 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules config.status"
17089 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
17091 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17092 shdocvw/libshdocvw.$IMPLIBEXT"
17093 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17094 shdocvw/libshdocvw.def shdocvw/libshdocvw.a shdocvw/libshdocvw.cross.a: shdocvw/shdocvw.spec \$(WINEBUILD)
17095 @cd shdocvw && \$(MAKE) \`basename \$@\`"
17096 ALL_MAKEFILES="$ALL_MAKEFILES \\
17097 dlls/shdocvw/Makefile"
17098 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17099 shdocvw"
17100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17101 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules config.status"
17102 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
17104 ALL_MAKEFILES="$ALL_MAKEFILES \\
17105 dlls/shdocvw/tests/Makefile"
17106 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17107 shdocvw/tests"
17108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17109 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules config.status"
17110 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
17112 ALL_MAKEFILES="$ALL_MAKEFILES \\
17113 dlls/shell.dll16/Makefile"
17114 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17115 shell.dll16"
17116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17117 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules config.status"
17118 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
17120 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17121 shell32/libshell32.$IMPLIBEXT"
17122 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17123 shell32/libshell32.def shell32/libshell32.a shell32/libshell32.cross.a: shell32/shell32.spec \$(WINEBUILD)
17124 @cd shell32 && \$(MAKE) \`basename \$@\`"
17125 ALL_MAKEFILES="$ALL_MAKEFILES \\
17126 dlls/shell32/Makefile"
17127 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17128 shell32"
17129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17130 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules config.status"
17131 ac_config_files="$ac_config_files dlls/shell32/Makefile"
17133 ALL_MAKEFILES="$ALL_MAKEFILES \\
17134 dlls/shell32/tests/Makefile"
17135 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17136 shell32/tests"
17137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17138 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules config.status"
17139 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
17141 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17142 shfolder/libshfolder.$IMPLIBEXT"
17143 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17144 shfolder/libshfolder.def shfolder/libshfolder.a shfolder/libshfolder.cross.a: shfolder/shfolder.spec \$(WINEBUILD)
17145 @cd shfolder && \$(MAKE) \`basename \$@\`"
17146 ALL_MAKEFILES="$ALL_MAKEFILES \\
17147 dlls/shfolder/Makefile"
17148 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17149 shfolder"
17150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17151 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules config.status"
17152 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
17154 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17155 shlwapi/libshlwapi.$IMPLIBEXT"
17156 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17157 shlwapi/libshlwapi.def shlwapi/libshlwapi.a shlwapi/libshlwapi.cross.a: shlwapi/shlwapi.spec \$(WINEBUILD)
17158 @cd shlwapi && \$(MAKE) \`basename \$@\`"
17159 ALL_MAKEFILES="$ALL_MAKEFILES \\
17160 dlls/shlwapi/Makefile"
17161 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17162 shlwapi"
17163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17164 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules config.status"
17165 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
17167 ALL_MAKEFILES="$ALL_MAKEFILES \\
17168 dlls/shlwapi/tests/Makefile"
17169 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17170 shlwapi/tests"
17171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17172 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules config.status"
17173 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
17175 ALL_MAKEFILES="$ALL_MAKEFILES \\
17176 dlls/slbcsp/Makefile"
17177 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17178 slbcsp"
17179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17180 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules config.status"
17181 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
17183 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17184 slc/libslc.$IMPLIBEXT"
17185 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17186 slc/libslc.def slc/libslc.a slc/libslc.cross.a: slc/slc.spec \$(WINEBUILD)
17187 @cd slc && \$(MAKE) \`basename \$@\`"
17188 ALL_MAKEFILES="$ALL_MAKEFILES \\
17189 dlls/slc/Makefile"
17190 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17191 slc"
17192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17193 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules config.status"
17194 ac_config_files="$ac_config_files dlls/slc/Makefile"
17196 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17197 snmpapi/libsnmpapi.$IMPLIBEXT"
17198 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17199 snmpapi/libsnmpapi.def snmpapi/libsnmpapi.a snmpapi/libsnmpapi.cross.a: snmpapi/snmpapi.spec \$(WINEBUILD)
17200 @cd snmpapi && \$(MAKE) \`basename \$@\`"
17201 ALL_MAKEFILES="$ALL_MAKEFILES \\
17202 dlls/snmpapi/Makefile"
17203 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17204 snmpapi"
17205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17206 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules config.status"
17207 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
17209 ALL_MAKEFILES="$ALL_MAKEFILES \\
17210 dlls/snmpapi/tests/Makefile"
17211 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17212 snmpapi/tests"
17213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17214 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules config.status"
17215 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
17217 ALL_MAKEFILES="$ALL_MAKEFILES \\
17218 dlls/softpub/Makefile"
17219 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17220 softpub"
17221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17222 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules config.status"
17223 ac_config_files="$ac_config_files dlls/softpub/Makefile"
17225 ALL_MAKEFILES="$ALL_MAKEFILES \\
17226 dlls/sound.drv16/Makefile"
17227 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17228 sound.drv16"
17229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17230 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules config.status"
17231 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
17233 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17234 spoolss/libspoolss.$IMPLIBEXT"
17235 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17236 spoolss/libspoolss.def spoolss/libspoolss.a spoolss/libspoolss.cross.a: spoolss/spoolss.spec \$(WINEBUILD)
17237 @cd spoolss && \$(MAKE) \`basename \$@\`"
17238 ALL_MAKEFILES="$ALL_MAKEFILES \\
17239 dlls/spoolss/Makefile"
17240 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17241 spoolss"
17242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17243 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules config.status"
17244 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
17246 ALL_MAKEFILES="$ALL_MAKEFILES \\
17247 dlls/spoolss/tests/Makefile"
17248 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17249 spoolss/tests"
17250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17251 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules config.status"
17252 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
17254 ALL_MAKEFILES="$ALL_MAKEFILES \\
17255 dlls/stdole2.tlb/Makefile"
17256 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17257 stdole2.tlb"
17258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17259 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules config.status"
17260 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
17262 ALL_MAKEFILES="$ALL_MAKEFILES \\
17263 dlls/stdole32.tlb/Makefile"
17264 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17265 stdole32.tlb"
17266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17267 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules config.status"
17268 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
17270 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17271 sti/libsti.$IMPLIBEXT"
17272 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17273 sti/libsti.def sti/libsti.a sti/libsti.cross.a: sti/sti.spec \$(WINEBUILD)
17274 @cd sti && \$(MAKE) \`basename \$@\`"
17275 ALL_MAKEFILES="$ALL_MAKEFILES \\
17276 dlls/sti/Makefile"
17277 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17278 sti"
17279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17280 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules config.status"
17281 ac_config_files="$ac_config_files dlls/sti/Makefile"
17283 ALL_MAKEFILES="$ALL_MAKEFILES \\
17284 dlls/sti/tests/Makefile"
17285 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17286 sti/tests"
17287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17288 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules config.status"
17289 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
17291 ALL_MAKEFILES="$ALL_MAKEFILES \\
17292 dlls/storage.dll16/Makefile"
17293 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17294 storage.dll16"
17295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17296 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules config.status"
17297 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
17299 ALL_MAKEFILES="$ALL_MAKEFILES \\
17300 dlls/stress.dll16/Makefile"
17301 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17302 stress.dll16"
17303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17304 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules config.status"
17305 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
17307 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
17308 strmiids/libstrmiids.a"
17309 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17310 strmiids/libstrmiids.a: strmiids
17311 strmiids/libstrmiids.cross.a: dummy
17312 @cd strmiids && \$(MAKE) libstrmiids.cross.a"
17313 ALL_MAKEFILES="$ALL_MAKEFILES \\
17314 dlls/strmiids/Makefile"
17315 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17316 strmiids"
17317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17318 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules config.status"
17319 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
17321 ALL_MAKEFILES="$ALL_MAKEFILES \\
17322 dlls/svrapi/Makefile"
17323 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17324 svrapi"
17325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17326 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules config.status"
17327 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
17329 ALL_MAKEFILES="$ALL_MAKEFILES \\
17330 dlls/sxs/Makefile"
17331 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17332 sxs"
17333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17334 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules config.status"
17335 ac_config_files="$ac_config_files dlls/sxs/Makefile"
17337 ALL_MAKEFILES="$ALL_MAKEFILES \\
17338 dlls/system.drv16/Makefile"
17339 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17340 system.drv16"
17341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17342 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules config.status"
17343 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
17345 ALL_MAKEFILES="$ALL_MAKEFILES \\
17346 dlls/t2embed/Makefile"
17347 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17348 t2embed"
17349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17350 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules config.status"
17351 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
17353 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17354 tapi32/libtapi32.$IMPLIBEXT"
17355 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17356 tapi32/libtapi32.def tapi32/libtapi32.a tapi32/libtapi32.cross.a: tapi32/tapi32.spec \$(WINEBUILD)
17357 @cd tapi32 && \$(MAKE) \`basename \$@\`"
17358 ALL_MAKEFILES="$ALL_MAKEFILES \\
17359 dlls/tapi32/Makefile"
17360 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17361 tapi32"
17362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17363 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules config.status"
17364 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
17366 ALL_MAKEFILES="$ALL_MAKEFILES \\
17367 dlls/toolhelp.dll16/Makefile"
17368 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17369 toolhelp.dll16"
17370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17371 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules config.status"
17372 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
17374 ALL_MAKEFILES="$ALL_MAKEFILES \\
17375 dlls/traffic/Makefile"
17376 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17377 traffic"
17378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17379 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules config.status"
17380 ac_config_files="$ac_config_files dlls/traffic/Makefile"
17382 ALL_MAKEFILES="$ALL_MAKEFILES \\
17383 dlls/twain.dll16/Makefile"
17384 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17385 twain.dll16"
17386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17387 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules config.status"
17388 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
17390 ALL_MAKEFILES="$ALL_MAKEFILES \\
17391 dlls/twain_32/Makefile"
17392 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17393 twain_32"
17394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17395 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules config.status"
17396 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
17398 ALL_MAKEFILES="$ALL_MAKEFILES \\
17399 dlls/twain_32/tests/Makefile"
17400 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17401 twain_32/tests"
17402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17403 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules config.status"
17404 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
17406 ALL_MAKEFILES="$ALL_MAKEFILES \\
17407 dlls/typelib.dll16/Makefile"
17408 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17409 typelib.dll16"
17410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17411 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules config.status"
17412 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
17414 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17415 unicows/libunicows.$IMPLIBEXT"
17416 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17417 unicows/libunicows.def unicows/libunicows.a unicows/libunicows.cross.a: unicows/unicows.spec \$(WINEBUILD)
17418 @cd unicows && \$(MAKE) \`basename \$@\`"
17419 ALL_MAKEFILES="$ALL_MAKEFILES \\
17420 dlls/unicows/Makefile"
17421 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17422 unicows"
17423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17424 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules config.status"
17425 ac_config_files="$ac_config_files dlls/unicows/Makefile"
17427 ALL_MAKEFILES="$ALL_MAKEFILES \\
17428 dlls/updspapi/Makefile"
17429 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17430 updspapi"
17431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17432 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules config.status"
17433 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
17435 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17436 url/liburl.$IMPLIBEXT"
17437 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17438 url/liburl.def url/liburl.a url/liburl.cross.a: url/url.spec \$(WINEBUILD)
17439 @cd url && \$(MAKE) \`basename \$@\`"
17440 ALL_MAKEFILES="$ALL_MAKEFILES \\
17441 dlls/url/Makefile"
17442 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17443 url"
17444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17445 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules config.status"
17446 ac_config_files="$ac_config_files dlls/url/Makefile"
17448 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17449 urlmon/liburlmon.$IMPLIBEXT"
17450 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17451 urlmon/liburlmon.def urlmon/liburlmon.a urlmon/liburlmon.cross.a: urlmon/urlmon.spec \$(WINEBUILD)
17452 @cd urlmon && \$(MAKE) \`basename \$@\`"
17453 ALL_MAKEFILES="$ALL_MAKEFILES \\
17454 dlls/urlmon/Makefile"
17455 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17456 urlmon"
17457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17458 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules config.status"
17459 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
17461 ALL_MAKEFILES="$ALL_MAKEFILES \\
17462 dlls/urlmon/tests/Makefile"
17463 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17464 urlmon/tests"
17465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17466 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules config.status"
17467 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
17469 ALL_MAKEFILES="$ALL_MAKEFILES \\
17470 dlls/user.exe16/Makefile"
17471 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17472 user.exe16"
17473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17474 dlls/user.exe16/Makefile: dlls/user.exe16/Makefile.in dlls/Makedll.rules config.status"
17475 ac_config_files="$ac_config_files dlls/user.exe16/Makefile"
17477 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17478 user32/libuser32.$IMPLIBEXT"
17479 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17480 user32/libuser32.def user32/libuser32.a user32/libuser32.cross.a: user32/user32.spec \$(WINEBUILD)
17481 @cd user32 && \$(MAKE) \`basename \$@\`"
17482 ALL_MAKEFILES="$ALL_MAKEFILES \\
17483 dlls/user32/Makefile"
17484 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17485 user32"
17486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17487 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules config.status"
17488 ac_config_files="$ac_config_files dlls/user32/Makefile"
17490 ALL_MAKEFILES="$ALL_MAKEFILES \\
17491 dlls/user32/tests/Makefile"
17492 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17493 user32/tests"
17494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17495 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules config.status"
17496 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
17498 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17499 userenv/libuserenv.$IMPLIBEXT"
17500 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17501 userenv/libuserenv.def userenv/libuserenv.a userenv/libuserenv.cross.a: userenv/userenv.spec \$(WINEBUILD)
17502 @cd userenv && \$(MAKE) \`basename \$@\`"
17503 ALL_MAKEFILES="$ALL_MAKEFILES \\
17504 dlls/userenv/Makefile"
17505 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17506 userenv"
17507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17508 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules config.status"
17509 ac_config_files="$ac_config_files dlls/userenv/Makefile"
17511 ALL_MAKEFILES="$ALL_MAKEFILES \\
17512 dlls/userenv/tests/Makefile"
17513 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17514 userenv/tests"
17515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17516 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules config.status"
17517 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
17519 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17520 usp10/libusp10.$IMPLIBEXT"
17521 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17522 usp10/libusp10.def usp10/libusp10.a usp10/libusp10.cross.a: usp10/usp10.spec \$(WINEBUILD)
17523 @cd usp10 && \$(MAKE) \`basename \$@\`"
17524 ALL_MAKEFILES="$ALL_MAKEFILES \\
17525 dlls/usp10/Makefile"
17526 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17527 usp10"
17528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17529 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules config.status"
17530 ac_config_files="$ac_config_files dlls/usp10/Makefile"
17532 ALL_MAKEFILES="$ALL_MAKEFILES \\
17533 dlls/usp10/tests/Makefile"
17534 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17535 usp10/tests"
17536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17537 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules config.status"
17538 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
17540 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
17541 uuid/libuuid.a"
17542 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17543 uuid/libuuid.a: uuid
17544 uuid/libuuid.cross.a: dummy
17545 @cd uuid && \$(MAKE) libuuid.cross.a"
17546 ALL_MAKEFILES="$ALL_MAKEFILES \\
17547 dlls/uuid/Makefile"
17548 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17549 uuid"
17550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17551 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules config.status"
17552 ac_config_files="$ac_config_files dlls/uuid/Makefile"
17554 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17555 uxtheme/libuxtheme.$IMPLIBEXT"
17556 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17557 uxtheme/libuxtheme.def uxtheme/libuxtheme.a uxtheme/libuxtheme.cross.a: uxtheme/uxtheme.spec \$(WINEBUILD)
17558 @cd uxtheme && \$(MAKE) \`basename \$@\`"
17559 ALL_MAKEFILES="$ALL_MAKEFILES \\
17560 dlls/uxtheme/Makefile"
17561 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17562 uxtheme"
17563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17564 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules config.status"
17565 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
17567 ALL_MAKEFILES="$ALL_MAKEFILES \\
17568 dlls/uxtheme/tests/Makefile"
17569 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17570 uxtheme/tests"
17571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17572 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules config.status"
17573 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
17575 ALL_MAKEFILES="$ALL_MAKEFILES \\
17576 dlls/vdhcp.vxd/Makefile"
17577 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17578 vdhcp.vxd"
17579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17580 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules config.status"
17581 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
17583 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17584 vdmdbg/libvdmdbg.$IMPLIBEXT"
17585 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17586 vdmdbg/libvdmdbg.def vdmdbg/libvdmdbg.a vdmdbg/libvdmdbg.cross.a: vdmdbg/vdmdbg.spec \$(WINEBUILD)
17587 @cd vdmdbg && \$(MAKE) \`basename \$@\`"
17588 ALL_MAKEFILES="$ALL_MAKEFILES \\
17589 dlls/vdmdbg/Makefile"
17590 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17591 vdmdbg"
17592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17593 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules config.status"
17594 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
17596 ALL_MAKEFILES="$ALL_MAKEFILES \\
17597 dlls/ver.dll16/Makefile"
17598 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17599 ver.dll16"
17600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17601 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules config.status"
17602 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
17604 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17605 version/libversion.$IMPLIBEXT"
17606 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17607 version/libversion.def version/libversion.a version/libversion.cross.a: version/version.spec \$(WINEBUILD)
17608 @cd version && \$(MAKE) \`basename \$@\`"
17609 ALL_MAKEFILES="$ALL_MAKEFILES \\
17610 dlls/version/Makefile"
17611 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17612 version"
17613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17614 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules config.status"
17615 ac_config_files="$ac_config_files dlls/version/Makefile"
17617 ALL_MAKEFILES="$ALL_MAKEFILES \\
17618 dlls/version/tests/Makefile"
17619 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17620 version/tests"
17621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17622 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules config.status"
17623 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
17625 ALL_MAKEFILES="$ALL_MAKEFILES \\
17626 dlls/vmm.vxd/Makefile"
17627 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17628 vmm.vxd"
17629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17630 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules config.status"
17631 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
17633 ALL_MAKEFILES="$ALL_MAKEFILES \\
17634 dlls/vnbt.vxd/Makefile"
17635 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17636 vnbt.vxd"
17637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17638 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules config.status"
17639 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
17641 ALL_MAKEFILES="$ALL_MAKEFILES \\
17642 dlls/vnetbios.vxd/Makefile"
17643 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17644 vnetbios.vxd"
17645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17646 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules config.status"
17647 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
17649 ALL_MAKEFILES="$ALL_MAKEFILES \\
17650 dlls/vtdapi.vxd/Makefile"
17651 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17652 vtdapi.vxd"
17653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17654 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules config.status"
17655 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
17657 ALL_MAKEFILES="$ALL_MAKEFILES \\
17658 dlls/vwin32.vxd/Makefile"
17659 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17660 vwin32.vxd"
17661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17662 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules config.status"
17663 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
17665 ALL_MAKEFILES="$ALL_MAKEFILES \\
17666 dlls/w32skrnl/Makefile"
17667 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17668 w32skrnl"
17669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17670 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules config.status"
17671 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
17673 ALL_MAKEFILES="$ALL_MAKEFILES \\
17674 dlls/w32sys.dll16/Makefile"
17675 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17676 w32sys.dll16"
17677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17678 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules config.status"
17679 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
17681 ALL_MAKEFILES="$ALL_MAKEFILES \\
17682 dlls/wbemprox/Makefile"
17683 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17684 wbemprox"
17685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17686 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules config.status"
17687 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
17689 ALL_MAKEFILES="$ALL_MAKEFILES \\
17690 dlls/wiaservc/Makefile"
17691 test "x$enable_wiaservc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17692 wiaservc"
17693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17694 dlls/wiaservc/Makefile: dlls/wiaservc/Makefile.in dlls/Makedll.rules config.status"
17695 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
17697 ALL_MAKEFILES="$ALL_MAKEFILES \\
17698 dlls/win32s16.dll16/Makefile"
17699 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17700 win32s16.dll16"
17701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17702 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules config.status"
17703 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
17705 ALL_MAKEFILES="$ALL_MAKEFILES \\
17706 dlls/win87em.dll16/Makefile"
17707 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17708 win87em.dll16"
17709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17710 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules config.status"
17711 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
17713 ALL_MAKEFILES="$ALL_MAKEFILES \\
17714 dlls/winaspi.dll16/Makefile"
17715 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17716 winaspi.dll16"
17717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17718 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules config.status"
17719 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
17721 ALL_MAKEFILES="$ALL_MAKEFILES \\
17722 dlls/windebug.dll16/Makefile"
17723 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17724 windebug.dll16"
17725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17726 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules config.status"
17727 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
17729 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17730 windowscodecs/libwindowscodecs.$IMPLIBEXT"
17731 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17732 windowscodecs/libwindowscodecs.def windowscodecs/libwindowscodecs.a windowscodecs/libwindowscodecs.cross.a: windowscodecs/windowscodecs.spec \$(WINEBUILD)
17733 @cd windowscodecs && \$(MAKE) \`basename \$@\`"
17734 ALL_MAKEFILES="$ALL_MAKEFILES \\
17735 dlls/windowscodecs/Makefile"
17736 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17737 windowscodecs"
17738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17739 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules config.status"
17740 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
17742 ALL_MAKEFILES="$ALL_MAKEFILES \\
17743 dlls/windowscodecs/tests/Makefile"
17744 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17745 windowscodecs/tests"
17746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17747 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules config.status"
17748 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
17750 ALL_MAKEFILES="$ALL_MAKEFILES \\
17751 dlls/winealsa.drv/Makefile"
17752 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17753 winealsa.drv"
17754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17755 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules config.status"
17756 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
17758 ALL_MAKEFILES="$ALL_MAKEFILES \\
17759 dlls/wineaudioio.drv/Makefile"
17760 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17761 wineaudioio.drv"
17762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17763 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules config.status"
17764 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
17766 ALL_MAKEFILES="$ALL_MAKEFILES \\
17767 dlls/winecoreaudio.drv/Makefile"
17768 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17769 winecoreaudio.drv"
17770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17771 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules config.status"
17772 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
17774 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
17775 winecrt0/libwinecrt0.a"
17776 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17777 winecrt0/libwinecrt0.a: winecrt0
17778 winecrt0/libwinecrt0.cross.a: dummy
17779 @cd winecrt0 && \$(MAKE) libwinecrt0.cross.a"
17780 ALL_MAKEFILES="$ALL_MAKEFILES \\
17781 dlls/winecrt0/Makefile"
17782 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17783 winecrt0"
17784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17785 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules config.status"
17786 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
17788 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17789 wined3d/libwined3d.$IMPLIBEXT"
17790 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17791 wined3d/libwined3d.def wined3d/libwined3d.a wined3d/libwined3d.cross.a: wined3d/wined3d.spec \$(WINEBUILD)
17792 @cd wined3d && \$(MAKE) \`basename \$@\`"
17793 ALL_MAKEFILES="$ALL_MAKEFILES \\
17794 dlls/wined3d/Makefile"
17795 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17796 wined3d"
17797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17798 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules config.status"
17799 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
17801 ALL_MAKEFILES="$ALL_MAKEFILES \\
17802 dlls/wineesd.drv/Makefile"
17803 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17804 wineesd.drv"
17805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17806 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules config.status"
17807 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
17809 ALL_MAKEFILES="$ALL_MAKEFILES \\
17810 dlls/winejack.drv/Makefile"
17811 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17812 winejack.drv"
17813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17814 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules config.status"
17815 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
17817 ALL_MAKEFILES="$ALL_MAKEFILES \\
17818 dlls/winejoystick.drv/Makefile"
17819 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17820 winejoystick.drv"
17821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17822 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules config.status"
17823 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
17825 ALL_MAKEFILES="$ALL_MAKEFILES \\
17826 dlls/winemapi/Makefile"
17827 test "x$enable_winemapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17828 winemapi"
17829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17830 dlls/winemapi/Makefile: dlls/winemapi/Makefile.in dlls/Makedll.rules config.status"
17831 ac_config_files="$ac_config_files dlls/winemapi/Makefile"
17833 ALL_MAKEFILES="$ALL_MAKEFILES \\
17834 dlls/winemp3.acm/Makefile"
17835 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17836 winemp3.acm"
17837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17838 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules config.status"
17839 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
17841 ALL_MAKEFILES="$ALL_MAKEFILES \\
17842 dlls/winenas.drv/Makefile"
17843 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17844 winenas.drv"
17845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17846 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules config.status"
17847 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
17849 ALL_MAKEFILES="$ALL_MAKEFILES \\
17850 dlls/wineoss.drv/Makefile"
17851 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17852 wineoss.drv"
17853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17854 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules config.status"
17855 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
17857 ALL_MAKEFILES="$ALL_MAKEFILES \\
17858 dlls/wineps.drv/Makefile"
17859 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17860 wineps.drv"
17861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17862 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules config.status"
17863 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
17865 ALL_MAKEFILES="$ALL_MAKEFILES \\
17866 dlls/wineps16.drv16/Makefile"
17867 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17868 wineps16.drv16"
17869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17870 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules config.status"
17871 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
17873 ALL_MAKEFILES="$ALL_MAKEFILES \\
17874 dlls/winequartz.drv/Makefile"
17875 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17876 winequartz.drv"
17877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17878 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules config.status"
17879 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
17881 ALL_MAKEFILES="$ALL_MAKEFILES \\
17882 dlls/winex11.drv/Makefile"
17883 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17884 winex11.drv"
17885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17886 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules config.status"
17887 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
17889 ALL_MAKEFILES="$ALL_MAKEFILES \\
17890 dlls/wing.dll16/Makefile"
17891 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17892 wing.dll16"
17893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17894 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules config.status"
17895 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
17897 ALL_MAKEFILES="$ALL_MAKEFILES \\
17898 dlls/wing32/Makefile"
17899 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17900 wing32"
17901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17902 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules config.status"
17903 ac_config_files="$ac_config_files dlls/wing32/Makefile"
17905 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17906 winhttp/libwinhttp.$IMPLIBEXT"
17907 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17908 winhttp/libwinhttp.def winhttp/libwinhttp.a winhttp/libwinhttp.cross.a: winhttp/winhttp.spec \$(WINEBUILD)
17909 @cd winhttp && \$(MAKE) \`basename \$@\`"
17910 ALL_MAKEFILES="$ALL_MAKEFILES \\
17911 dlls/winhttp/Makefile"
17912 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17913 winhttp"
17914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17915 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules config.status"
17916 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
17918 ALL_MAKEFILES="$ALL_MAKEFILES \\
17919 dlls/winhttp/tests/Makefile"
17920 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17921 winhttp/tests"
17922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17923 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules config.status"
17924 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
17926 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17927 wininet/libwininet.$IMPLIBEXT"
17928 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17929 wininet/libwininet.def wininet/libwininet.a wininet/libwininet.cross.a: wininet/wininet.spec \$(WINEBUILD)
17930 @cd wininet && \$(MAKE) \`basename \$@\`"
17931 ALL_MAKEFILES="$ALL_MAKEFILES \\
17932 dlls/wininet/Makefile"
17933 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17934 wininet"
17935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17936 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules config.status"
17937 ac_config_files="$ac_config_files dlls/wininet/Makefile"
17939 ALL_MAKEFILES="$ALL_MAKEFILES \\
17940 dlls/wininet/tests/Makefile"
17941 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17942 wininet/tests"
17943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17944 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules config.status"
17945 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
17947 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17948 winmm/libwinmm.$IMPLIBEXT"
17949 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17950 winmm/libwinmm.def winmm/libwinmm.a winmm/libwinmm.cross.a: winmm/winmm.spec \$(WINEBUILD)
17951 @cd winmm && \$(MAKE) \`basename \$@\`"
17952 ALL_MAKEFILES="$ALL_MAKEFILES \\
17953 dlls/winmm/Makefile"
17954 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17955 winmm"
17956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17957 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules config.status"
17958 ac_config_files="$ac_config_files dlls/winmm/Makefile"
17960 ALL_MAKEFILES="$ALL_MAKEFILES \\
17961 dlls/winmm/tests/Makefile"
17962 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17963 winmm/tests"
17964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17965 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules config.status"
17966 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
17968 ALL_MAKEFILES="$ALL_MAKEFILES \\
17969 dlls/winnls.dll16/Makefile"
17970 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17971 winnls.dll16"
17972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17973 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules config.status"
17974 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
17976 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17977 winnls32/libwinnls32.$IMPLIBEXT"
17978 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17979 winnls32/libwinnls32.def winnls32/libwinnls32.a winnls32/libwinnls32.cross.a: winnls32/winnls32.spec \$(WINEBUILD)
17980 @cd winnls32 && \$(MAKE) \`basename \$@\`"
17981 ALL_MAKEFILES="$ALL_MAKEFILES \\
17982 dlls/winnls32/Makefile"
17983 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17984 winnls32"
17985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17986 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules config.status"
17987 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
17989 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17990 winscard/libwinscard.$IMPLIBEXT"
17991 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17992 winscard/libwinscard.def winscard/libwinscard.a winscard/libwinscard.cross.a: winscard/winscard.spec \$(WINEBUILD)
17993 @cd winscard && \$(MAKE) \`basename \$@\`"
17994 ALL_MAKEFILES="$ALL_MAKEFILES \\
17995 dlls/winscard/Makefile"
17996 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17997 winscard"
17998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17999 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules config.status"
18000 ac_config_files="$ac_config_files dlls/winscard/Makefile"
18002 ALL_MAKEFILES="$ALL_MAKEFILES \\
18003 dlls/winsock.dll16/Makefile"
18004 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18005 winsock.dll16"
18006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18007 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules config.status"
18008 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
18010 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18011 winspool.drv/libwinspool.$IMPLIBEXT \\
18012 libwinspool.$IMPLIBEXT"
18013 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18014 libwinspool.a: winspool.drv/libwinspool.a
18015 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.a \$@
18016 libwinspool.cross.a: winspool.drv/libwinspool.cross.a
18017 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.cross.a \$@
18018 libwinspool.def: winspool.drv/libwinspool.def
18019 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.def \$@
18020 clean::
18021 \$(RM) libwinspool.def
18022 winspool.drv/libwinspool.def winspool.drv/libwinspool.a winspool.drv/libwinspool.cross.a: winspool.drv/winspool.drv.spec \$(WINEBUILD)
18023 @cd winspool.drv && \$(MAKE) \`basename \$@\`"
18024 ALL_MAKEFILES="$ALL_MAKEFILES \\
18025 dlls/winspool.drv/Makefile"
18026 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18027 winspool.drv"
18028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18029 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules config.status"
18030 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
18032 ALL_MAKEFILES="$ALL_MAKEFILES \\
18033 dlls/winspool.drv/tests/Makefile"
18034 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18035 winspool.drv/tests"
18036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18037 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules config.status"
18038 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
18040 ALL_MAKEFILES="$ALL_MAKEFILES \\
18041 dlls/wintab.dll16/Makefile"
18042 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18043 wintab.dll16"
18044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18045 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules config.status"
18046 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
18048 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18049 wintab32/libwintab32.$IMPLIBEXT"
18050 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18051 wintab32/libwintab32.def wintab32/libwintab32.a wintab32/libwintab32.cross.a: wintab32/wintab32.spec \$(WINEBUILD)
18052 @cd wintab32 && \$(MAKE) \`basename \$@\`"
18053 ALL_MAKEFILES="$ALL_MAKEFILES \\
18054 dlls/wintab32/Makefile"
18055 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18056 wintab32"
18057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18058 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules config.status"
18059 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
18061 ALL_MAKEFILES="$ALL_MAKEFILES \\
18062 dlls/wintab32/tests/Makefile"
18063 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18064 wintab32/tests"
18065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18066 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules config.status"
18067 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
18069 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18070 wintrust/libwintrust.$IMPLIBEXT"
18071 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18072 wintrust/libwintrust.def wintrust/libwintrust.a wintrust/libwintrust.cross.a: wintrust/wintrust.spec \$(WINEBUILD)
18073 @cd wintrust && \$(MAKE) \`basename \$@\`"
18074 ALL_MAKEFILES="$ALL_MAKEFILES \\
18075 dlls/wintrust/Makefile"
18076 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18077 wintrust"
18078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18079 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules config.status"
18080 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
18082 ALL_MAKEFILES="$ALL_MAKEFILES \\
18083 dlls/wintrust/tests/Makefile"
18084 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18085 wintrust/tests"
18086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18087 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules config.status"
18088 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
18090 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18091 wldap32/libwldap32.$IMPLIBEXT"
18092 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18093 wldap32/libwldap32.def wldap32/libwldap32.a wldap32/libwldap32.cross.a: wldap32/wldap32.spec \$(WINEBUILD)
18094 @cd wldap32 && \$(MAKE) \`basename \$@\`"
18095 ALL_MAKEFILES="$ALL_MAKEFILES \\
18096 dlls/wldap32/Makefile"
18097 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18098 wldap32"
18099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18100 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules config.status"
18101 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
18103 ALL_MAKEFILES="$ALL_MAKEFILES \\
18104 dlls/wldap32/tests/Makefile"
18105 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18106 wldap32/tests"
18107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18108 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules config.status"
18109 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
18111 ALL_MAKEFILES="$ALL_MAKEFILES \\
18112 dlls/wmi/Makefile"
18113 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18114 wmi"
18115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18116 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules config.status"
18117 ac_config_files="$ac_config_files dlls/wmi/Makefile"
18119 ALL_MAKEFILES="$ALL_MAKEFILES \\
18120 dlls/wmiutils/Makefile"
18121 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18122 wmiutils"
18123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18124 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules config.status"
18125 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
18127 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18128 wnaspi32/libwnaspi32.$IMPLIBEXT"
18129 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18130 wnaspi32/libwnaspi32.def wnaspi32/libwnaspi32.a wnaspi32/libwnaspi32.cross.a: wnaspi32/wnaspi32.spec \$(WINEBUILD)
18131 @cd wnaspi32 && \$(MAKE) \`basename \$@\`"
18132 ALL_MAKEFILES="$ALL_MAKEFILES \\
18133 dlls/wnaspi32/Makefile"
18134 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18135 wnaspi32"
18136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18137 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules config.status"
18138 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
18140 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18141 wow32/libwow32.$IMPLIBEXT"
18142 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18143 wow32/libwow32.def wow32/libwow32.a wow32/libwow32.cross.a: wow32/wow32.spec \$(WINEBUILD)
18144 @cd wow32 && \$(MAKE) \`basename \$@\`"
18145 ALL_MAKEFILES="$ALL_MAKEFILES \\
18146 dlls/wow32/Makefile"
18147 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18148 wow32"
18149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18150 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules config.status"
18151 ac_config_files="$ac_config_files dlls/wow32/Makefile"
18153 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18154 ws2_32/libws2_32.$IMPLIBEXT"
18155 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18156 ws2_32/libws2_32.def ws2_32/libws2_32.a ws2_32/libws2_32.cross.a: ws2_32/ws2_32.spec \$(WINEBUILD)
18157 @cd ws2_32 && \$(MAKE) \`basename \$@\`"
18158 ALL_MAKEFILES="$ALL_MAKEFILES \\
18159 dlls/ws2_32/Makefile"
18160 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18161 ws2_32"
18162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18163 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules config.status"
18164 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
18166 ALL_MAKEFILES="$ALL_MAKEFILES \\
18167 dlls/ws2_32/tests/Makefile"
18168 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18169 ws2_32/tests"
18170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18171 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules config.status"
18172 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
18174 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18175 wsock32/libwsock32.$IMPLIBEXT"
18176 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18177 wsock32/libwsock32.def wsock32/libwsock32.a wsock32/libwsock32.cross.a: wsock32/wsock32.spec \$(WINEBUILD)
18178 @cd wsock32 && \$(MAKE) \`basename \$@\`"
18179 ALL_MAKEFILES="$ALL_MAKEFILES \\
18180 dlls/wsock32/Makefile"
18181 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18182 wsock32"
18183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18184 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules config.status"
18185 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
18187 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18188 wtsapi32/libwtsapi32.$IMPLIBEXT"
18189 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18190 wtsapi32/libwtsapi32.def wtsapi32/libwtsapi32.a wtsapi32/libwtsapi32.cross.a: wtsapi32/wtsapi32.spec \$(WINEBUILD)
18191 @cd wtsapi32 && \$(MAKE) \`basename \$@\`"
18192 ALL_MAKEFILES="$ALL_MAKEFILES \\
18193 dlls/wtsapi32/Makefile"
18194 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18195 wtsapi32"
18196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18197 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules config.status"
18198 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
18200 ALL_MAKEFILES="$ALL_MAKEFILES \\
18201 dlls/wuapi/Makefile"
18202 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18203 wuapi"
18204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18205 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules config.status"
18206 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
18208 ALL_MAKEFILES="$ALL_MAKEFILES \\
18209 dlls/wuaueng/Makefile"
18210 test "x$enable_wuaueng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18211 wuaueng"
18212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18213 dlls/wuaueng/Makefile: dlls/wuaueng/Makefile.in dlls/Makedll.rules config.status"
18214 ac_config_files="$ac_config_files dlls/wuaueng/Makefile"
18216 ALL_MAKEFILES="$ALL_MAKEFILES \\
18217 dlls/xinput1_1/Makefile"
18218 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18219 xinput1_1"
18220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18221 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules config.status"
18222 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
18224 ALL_MAKEFILES="$ALL_MAKEFILES \\
18225 dlls/xinput1_2/Makefile"
18226 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18227 xinput1_2"
18228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18229 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules config.status"
18230 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
18232 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18233 xinput1_3/libxinput.$IMPLIBEXT \\
18234 libxinput.$IMPLIBEXT"
18235 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18236 libxinput.a: xinput1_3/libxinput.a
18237 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.a \$@
18238 libxinput.cross.a: xinput1_3/libxinput.cross.a
18239 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.cross.a \$@
18240 libxinput.def: xinput1_3/libxinput.def
18241 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.def \$@
18242 clean::
18243 \$(RM) libxinput.def
18244 xinput1_3/libxinput.def xinput1_3/libxinput.a xinput1_3/libxinput.cross.a: xinput1_3/xinput1_3.spec \$(WINEBUILD)
18245 @cd xinput1_3 && \$(MAKE) \`basename \$@\`"
18246 ALL_MAKEFILES="$ALL_MAKEFILES \\
18247 dlls/xinput1_3/Makefile"
18248 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18249 xinput1_3"
18250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18251 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules config.status"
18252 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
18254 ALL_MAKEFILES="$ALL_MAKEFILES \\
18255 dlls/xinput1_3/tests/Makefile"
18256 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18257 xinput1_3/tests"
18258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18259 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules config.status"
18260 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
18262 ALL_MAKEFILES="$ALL_MAKEFILES \\
18263 dlls/xinput9_1_0/Makefile"
18264 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18265 xinput9_1_0"
18266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18267 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules config.status"
18268 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
18270 ALL_MAKEFILES="$ALL_MAKEFILES \\
18271 dlls/xmllite/Makefile"
18272 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18273 xmllite"
18274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18275 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules config.status"
18276 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
18278 ALL_MAKEFILES="$ALL_MAKEFILES \\
18279 dlls/xmllite/tests/Makefile"
18280 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18281 xmllite/tests"
18282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18283 dlls/xmllite/tests/Makefile: dlls/xmllite/tests/Makefile.in dlls/Maketest.rules config.status"
18284 ac_config_files="$ac_config_files dlls/xmllite/tests/Makefile"
18286 ALL_MAKEFILES="$ALL_MAKEFILES \\
18287 documentation/Makefile"
18288 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18289 documentation"
18290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18291 documentation/Makefile: documentation/Makefile.in Make.rules config.status"
18292 ac_config_files="$ac_config_files documentation/Makefile"
18294 ALL_MAKEFILES="$ALL_MAKEFILES \\
18295 fonts/Makefile"
18296 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18297 fonts"
18298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18299 fonts/Makefile: fonts/Makefile.in Make.rules config.status"
18300 ac_config_files="$ac_config_files fonts/Makefile"
18302 ALL_MAKEFILES="$ALL_MAKEFILES \\
18303 include/Makefile"
18304 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18305 include"
18306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18307 include/Makefile: include/Makefile.in Make.rules config.status"
18308 ac_config_files="$ac_config_files include/Makefile"
18310 ALL_MAKEFILES="$ALL_MAKEFILES \\
18311 libs/Makefile"
18312 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18313 libs"
18314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18315 libs/Makefile: libs/Makefile.in Make.rules config.status"
18316 ac_config_files="$ac_config_files libs/Makefile"
18318 ALL_MAKEFILES="$ALL_MAKEFILES \\
18319 libs/port/Makefile"
18321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18322 libs/port/Makefile: libs/port/Makefile.in Make.rules config.status"
18323 ac_config_files="$ac_config_files libs/port/Makefile"
18325 ALL_MAKEFILES="$ALL_MAKEFILES \\
18326 libs/wine/Makefile"
18328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18329 libs/wine/Makefile: libs/wine/Makefile.in Make.rules config.status"
18330 ac_config_files="$ac_config_files libs/wine/Makefile"
18332 ALL_MAKEFILES="$ALL_MAKEFILES \\
18333 libs/wpp/Makefile"
18335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18336 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules config.status"
18337 ac_config_files="$ac_config_files libs/wpp/Makefile"
18339 ALL_MAKEFILES="$ALL_MAKEFILES \\
18340 loader/Makefile"
18341 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18342 loader"
18343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18344 loader/Makefile: loader/Makefile.in Make.rules config.status"
18345 ac_config_files="$ac_config_files loader/Makefile"
18347 ALL_MAKEFILES="$ALL_MAKEFILES \\
18348 programs/Makefile"
18349 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18350 programs"
18351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18352 programs/Makefile: programs/Makefile.in Make.rules config.status"
18353 ac_config_files="$ac_config_files programs/Makefile"
18355 ALL_MAKEFILES="$ALL_MAKEFILES \\
18356 programs/cacls/Makefile"
18357 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18358 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18359 cacls"
18360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18361 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules config.status"
18362 ac_config_files="$ac_config_files programs/cacls/Makefile"
18364 ALL_MAKEFILES="$ALL_MAKEFILES \\
18365 programs/clock/Makefile"
18366 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18367 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18368 clock"
18369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18370 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules config.status"
18371 ac_config_files="$ac_config_files programs/clock/Makefile"
18373 ALL_MAKEFILES="$ALL_MAKEFILES \\
18374 programs/cmd/Makefile"
18375 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18376 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18377 cmd"
18378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18379 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules config.status"
18380 ac_config_files="$ac_config_files programs/cmd/Makefile"
18382 ALL_MAKEFILES="$ALL_MAKEFILES \\
18383 programs/cmdlgtst/Makefile"
18384 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18385 cmdlgtst"
18386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18387 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules config.status"
18388 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
18390 ALL_MAKEFILES="$ALL_MAKEFILES \\
18391 programs/control/Makefile"
18392 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18393 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18394 control"
18395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18396 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules config.status"
18397 ac_config_files="$ac_config_files programs/control/Makefile"
18399 ALL_MAKEFILES="$ALL_MAKEFILES \\
18400 programs/dxdiag/Makefile"
18401 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18402 dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18403 dxdiag"
18404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18405 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules config.status"
18406 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
18408 ALL_MAKEFILES="$ALL_MAKEFILES \\
18409 programs/eject/Makefile"
18410 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18411 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18412 eject"
18413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18414 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules config.status"
18415 ac_config_files="$ac_config_files programs/eject/Makefile"
18417 ALL_MAKEFILES="$ALL_MAKEFILES \\
18418 programs/expand/Makefile"
18419 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18420 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18421 expand"
18422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18423 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules config.status"
18424 ac_config_files="$ac_config_files programs/expand/Makefile"
18426 ALL_MAKEFILES="$ALL_MAKEFILES \\
18427 programs/explorer/Makefile"
18428 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18429 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18430 explorer"
18431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18432 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules config.status"
18433 ac_config_files="$ac_config_files programs/explorer/Makefile"
18435 ALL_MAKEFILES="$ALL_MAKEFILES \\
18436 programs/extrac32/Makefile"
18437 test "x$enable_extrac32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18438 extrac32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18439 extrac32"
18440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18441 programs/extrac32/Makefile: programs/extrac32/Makefile.in programs/Makeprog.rules config.status"
18442 ac_config_files="$ac_config_files programs/extrac32/Makefile"
18444 ALL_MAKEFILES="$ALL_MAKEFILES \\
18445 programs/hh/Makefile"
18446 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18447 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18450 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules config.status"
18451 ac_config_files="$ac_config_files programs/hh/Makefile"
18453 ALL_MAKEFILES="$ALL_MAKEFILES \\
18454 programs/icinfo/Makefile"
18455 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18456 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18457 icinfo"
18458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18459 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules config.status"
18460 ac_config_files="$ac_config_files programs/icinfo/Makefile"
18462 ALL_MAKEFILES="$ALL_MAKEFILES \\
18463 programs/iexplore/Makefile"
18464 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18465 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18466 iexplore"
18467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18468 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules config.status"
18469 ac_config_files="$ac_config_files programs/iexplore/Makefile"
18471 ALL_MAKEFILES="$ALL_MAKEFILES \\
18472 programs/lodctr/Makefile"
18473 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18474 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18475 lodctr"
18476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18477 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules config.status"
18478 ac_config_files="$ac_config_files programs/lodctr/Makefile"
18480 ALL_MAKEFILES="$ALL_MAKEFILES \\
18481 programs/mshta/Makefile"
18482 test "x$enable_mshta" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18483 mshta" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18484 mshta"
18485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18486 programs/mshta/Makefile: programs/mshta/Makefile.in programs/Makeprog.rules config.status"
18487 ac_config_files="$ac_config_files programs/mshta/Makefile"
18489 ALL_MAKEFILES="$ALL_MAKEFILES \\
18490 programs/msiexec/Makefile"
18491 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18492 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18493 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18494 msiexec"
18495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18496 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules config.status"
18497 ac_config_files="$ac_config_files programs/msiexec/Makefile"
18499 ALL_MAKEFILES="$ALL_MAKEFILES \\
18500 programs/net/Makefile"
18501 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18502 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18503 net"
18504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18505 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules config.status"
18506 ac_config_files="$ac_config_files programs/net/Makefile"
18508 ALL_MAKEFILES="$ALL_MAKEFILES \\
18509 programs/notepad/Makefile"
18510 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18511 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18512 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18513 notepad"
18514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18515 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules config.status"
18516 ac_config_files="$ac_config_files programs/notepad/Makefile"
18518 ALL_MAKEFILES="$ALL_MAKEFILES \\
18519 programs/oleview/Makefile"
18520 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18521 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18522 oleview"
18523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18524 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules config.status"
18525 ac_config_files="$ac_config_files programs/oleview/Makefile"
18527 ALL_MAKEFILES="$ALL_MAKEFILES \\
18528 programs/progman/Makefile"
18529 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18530 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18531 progman"
18532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18533 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules config.status"
18534 ac_config_files="$ac_config_files programs/progman/Makefile"
18536 ALL_MAKEFILES="$ALL_MAKEFILES \\
18537 programs/reg/Makefile"
18538 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18539 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18540 reg"
18541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18542 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules config.status"
18543 ac_config_files="$ac_config_files programs/reg/Makefile"
18545 ALL_MAKEFILES="$ALL_MAKEFILES \\
18546 programs/regedit/Makefile"
18547 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18548 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18549 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18550 regedit"
18551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18552 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules config.status"
18553 ac_config_files="$ac_config_files programs/regedit/Makefile"
18555 ALL_MAKEFILES="$ALL_MAKEFILES \\
18556 programs/regsvr32/Makefile"
18557 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18558 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18559 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18560 regsvr32"
18561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18562 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules config.status"
18563 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
18565 ALL_MAKEFILES="$ALL_MAKEFILES \\
18566 programs/rpcss/Makefile"
18567 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18568 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18569 rpcss"
18570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18571 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules config.status"
18572 ac_config_files="$ac_config_files programs/rpcss/Makefile"
18574 ALL_MAKEFILES="$ALL_MAKEFILES \\
18575 programs/rundll32/Makefile"
18576 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18577 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18578 rundll32"
18579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18580 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules config.status"
18581 ac_config_files="$ac_config_files programs/rundll32/Makefile"
18583 ALL_MAKEFILES="$ALL_MAKEFILES \\
18584 programs/secedit/Makefile"
18585 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18586 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18587 secedit"
18588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18589 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules config.status"
18590 ac_config_files="$ac_config_files programs/secedit/Makefile"
18592 ALL_MAKEFILES="$ALL_MAKEFILES \\
18593 programs/services/Makefile"
18594 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18595 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18596 services"
18597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18598 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules config.status"
18599 ac_config_files="$ac_config_files programs/services/Makefile"
18601 ALL_MAKEFILES="$ALL_MAKEFILES \\
18602 programs/spoolsv/Makefile"
18603 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18604 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18605 spoolsv"
18606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18607 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules config.status"
18608 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
18610 ALL_MAKEFILES="$ALL_MAKEFILES \\
18611 programs/start/Makefile"
18612 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18613 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18614 start"
18615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18616 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules config.status"
18617 ac_config_files="$ac_config_files programs/start/Makefile"
18619 ALL_MAKEFILES="$ALL_MAKEFILES \\
18620 programs/svchost/Makefile"
18621 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18622 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18623 svchost"
18624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18625 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules config.status"
18626 ac_config_files="$ac_config_files programs/svchost/Makefile"
18628 ALL_MAKEFILES="$ALL_MAKEFILES \\
18629 programs/taskmgr/Makefile"
18630 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18631 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18632 taskmgr"
18633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18634 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules config.status"
18635 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
18637 ALL_MAKEFILES="$ALL_MAKEFILES \\
18638 programs/termsv/Makefile"
18639 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18640 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18641 termsv"
18642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18643 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules config.status"
18644 ac_config_files="$ac_config_files programs/termsv/Makefile"
18646 ALL_MAKEFILES="$ALL_MAKEFILES \\
18647 programs/uninstaller/Makefile"
18648 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18649 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18650 uninstaller"
18651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18652 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules config.status"
18653 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
18655 ALL_MAKEFILES="$ALL_MAKEFILES \\
18656 programs/unlodctr/Makefile"
18657 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18658 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18659 unlodctr"
18660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18661 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules config.status"
18662 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
18664 ALL_MAKEFILES="$ALL_MAKEFILES \\
18665 programs/view/Makefile"
18666 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18667 view"
18668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18669 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules config.status"
18670 ac_config_files="$ac_config_files programs/view/Makefile"
18672 ALL_MAKEFILES="$ALL_MAKEFILES \\
18673 programs/wineboot/Makefile"
18674 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18675 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18676 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18677 wineboot"
18678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18679 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules config.status"
18680 ac_config_files="$ac_config_files programs/wineboot/Makefile"
18682 ALL_MAKEFILES="$ALL_MAKEFILES \\
18683 programs/winebrowser/Makefile"
18684 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18685 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18686 winebrowser"
18687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18688 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules config.status"
18689 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
18691 ALL_MAKEFILES="$ALL_MAKEFILES \\
18692 programs/winecfg/Makefile"
18693 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18694 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18695 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18696 winecfg"
18697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18698 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules config.status"
18699 ac_config_files="$ac_config_files programs/winecfg/Makefile"
18701 ALL_MAKEFILES="$ALL_MAKEFILES \\
18702 programs/wineconsole/Makefile"
18703 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18704 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18705 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18706 wineconsole"
18707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18708 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules config.status"
18709 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
18711 ALL_MAKEFILES="$ALL_MAKEFILES \\
18712 programs/winedbg/Makefile"
18713 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18714 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18715 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18716 winedbg"
18717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18718 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules config.status"
18719 ac_config_files="$ac_config_files programs/winedbg/Makefile"
18721 ALL_MAKEFILES="$ALL_MAKEFILES \\
18722 programs/winedevice/Makefile"
18723 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18724 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18725 winedevice"
18726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18727 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules config.status"
18728 ac_config_files="$ac_config_files programs/winedevice/Makefile"
18730 ALL_MAKEFILES="$ALL_MAKEFILES \\
18731 programs/winefile/Makefile"
18732 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18733 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18734 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18735 winefile"
18736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18737 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules config.status"
18738 ac_config_files="$ac_config_files programs/winefile/Makefile"
18740 ALL_MAKEFILES="$ALL_MAKEFILES \\
18741 programs/winemenubuilder/Makefile"
18742 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18743 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18744 winemenubuilder"
18745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18746 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules config.status"
18747 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
18749 ALL_MAKEFILES="$ALL_MAKEFILES \\
18750 programs/winemine/Makefile"
18751 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18752 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18753 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18754 winemine"
18755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18756 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules config.status"
18757 ac_config_files="$ac_config_files programs/winemine/Makefile"
18759 ALL_MAKEFILES="$ALL_MAKEFILES \\
18760 programs/winepath/Makefile"
18761 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18762 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18763 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18764 winepath"
18765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18766 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules config.status"
18767 ac_config_files="$ac_config_files programs/winepath/Makefile"
18769 ALL_MAKEFILES="$ALL_MAKEFILES \\
18770 programs/winetest/Makefile"
18771 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18772 winetest"
18773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18774 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules config.status"
18775 ac_config_files="$ac_config_files programs/winetest/Makefile"
18777 ALL_MAKEFILES="$ALL_MAKEFILES \\
18778 programs/winevdm/Makefile"
18779 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18780 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18781 winevdm"
18782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18783 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules config.status"
18784 ac_config_files="$ac_config_files programs/winevdm/Makefile"
18786 ALL_MAKEFILES="$ALL_MAKEFILES \\
18787 programs/winhelp.exe16/Makefile"
18788 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18789 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18790 winhelp.exe16"
18791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18792 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules config.status"
18793 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
18795 ALL_MAKEFILES="$ALL_MAKEFILES \\
18796 programs/winhlp32/Makefile"
18797 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18798 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18799 winhlp32"
18800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18801 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules config.status"
18802 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
18804 ALL_MAKEFILES="$ALL_MAKEFILES \\
18805 programs/winoldap.mod16/Makefile"
18806 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18807 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18808 winoldap.mod16"
18809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18810 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules config.status"
18811 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
18813 ALL_MAKEFILES="$ALL_MAKEFILES \\
18814 programs/winver/Makefile"
18815 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18816 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18817 winver"
18818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18819 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules config.status"
18820 ac_config_files="$ac_config_files programs/winver/Makefile"
18822 ALL_MAKEFILES="$ALL_MAKEFILES \\
18823 programs/wordpad/Makefile"
18824 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18825 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18826 wordpad"
18827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18828 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules config.status"
18829 ac_config_files="$ac_config_files programs/wordpad/Makefile"
18831 ALL_MAKEFILES="$ALL_MAKEFILES \\
18832 programs/write/Makefile"
18833 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18834 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18835 write"
18836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18837 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules config.status"
18838 ac_config_files="$ac_config_files programs/write/Makefile"
18840 ALL_MAKEFILES="$ALL_MAKEFILES \\
18841 programs/xcopy/Makefile"
18842 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18843 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18844 xcopy"
18845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18846 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules config.status"
18847 ac_config_files="$ac_config_files programs/xcopy/Makefile"
18849 ALL_MAKEFILES="$ALL_MAKEFILES \\
18850 server/Makefile"
18851 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18852 server"
18853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18854 server/Makefile: server/Makefile.in Make.rules config.status"
18855 ac_config_files="$ac_config_files server/Makefile"
18857 ALL_MAKEFILES="$ALL_MAKEFILES \\
18858 tools/Makefile"
18859 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18860 tools"
18861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18862 tools/Makefile: tools/Makefile.in Make.rules config.status"
18863 ac_config_files="$ac_config_files tools/Makefile"
18865 ALL_MAKEFILES="$ALL_MAKEFILES \\
18866 tools/widl/Makefile"
18868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18869 tools/widl/Makefile: tools/widl/Makefile.in Make.rules config.status"
18870 ac_config_files="$ac_config_files tools/widl/Makefile"
18872 ALL_MAKEFILES="$ALL_MAKEFILES \\
18873 tools/winebuild/Makefile"
18875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18876 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules config.status"
18877 ac_config_files="$ac_config_files tools/winebuild/Makefile"
18879 ALL_MAKEFILES="$ALL_MAKEFILES \\
18880 tools/winedump/Makefile"
18882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18883 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules config.status"
18884 ac_config_files="$ac_config_files tools/winedump/Makefile"
18886 ALL_MAKEFILES="$ALL_MAKEFILES \\
18887 tools/winegcc/Makefile"
18889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18890 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules config.status"
18891 ac_config_files="$ac_config_files tools/winegcc/Makefile"
18893 ALL_MAKEFILES="$ALL_MAKEFILES \\
18894 tools/wmc/Makefile"
18896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18897 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules config.status"
18898 ac_config_files="$ac_config_files tools/wmc/Makefile"
18900 ALL_MAKEFILES="$ALL_MAKEFILES \\
18901 tools/wrc/Makefile"
18903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18904 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules config.status"
18905 ac_config_files="$ac_config_files tools/wrc/Makefile"
18909 ALL_WINETEST_DEPENDS="# Test binaries"
18911 for dir in $ALL_TEST_DIRS
18913 if test "$dir" != "\\"
18914 then
18915 testname=`expr $dir : '\(.*\)/tests'`_test
18916 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18918 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
18919 cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
18920 $testname.rc:
18921 echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18922 $testname.res: $testname.rc $testname.exe"
18924 done
18926 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
18928 cat >confcache <<\_ACEOF
18929 # This file is a shell script that caches the results of configure
18930 # tests run on this system so they can be shared between configure
18931 # scripts and configure runs, see configure's option --config-cache.
18932 # It is not useful on other systems. If it contains results you don't
18933 # want to keep, you may remove or edit it.
18935 # config.status only pays attention to the cache file if you give it
18936 # the --recheck option to rerun configure.
18938 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18939 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18940 # following values.
18942 _ACEOF
18944 # The following way of writing the cache mishandles newlines in values,
18945 # but we know of no workaround that is simple, portable, and efficient.
18946 # So, we kill variables containing newlines.
18947 # Ultrix sh set writes to stderr and can't be redirected directly,
18948 # and sets the high bit in the cache file unless we assign to the vars.
18950 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18951 eval ac_val=\$$ac_var
18952 case $ac_val in #(
18953 *${as_nl}*)
18954 case $ac_var in #(
18955 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18956 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18957 esac
18958 case $ac_var in #(
18959 _ | IFS | as_nl) ;; #(
18960 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18961 *) { eval $ac_var=; unset $ac_var;} ;;
18962 esac ;;
18963 esac
18964 done
18966 (set) 2>&1 |
18967 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18968 *${as_nl}ac_space=\ *)
18969 # `set' does not quote correctly, so add quotes: double-quote
18970 # substitution turns \\\\ into \\, and sed turns \\ into \.
18971 sed -n \
18972 "s/'/'\\\\''/g;
18973 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18974 ;; #(
18976 # `set' quotes correctly as required by POSIX, so do not add quotes.
18977 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18979 esac |
18980 sort
18982 sed '
18983 /^ac_cv_env_/b end
18984 t clear
18985 :clear
18986 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18987 t end
18988 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18989 :end' >>confcache
18990 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18991 if test -w "$cache_file"; then
18992 test "x$cache_file" != "x/dev/null" &&
18993 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18994 $as_echo "$as_me: updating cache $cache_file" >&6;}
18995 cat confcache >$cache_file
18996 else
18997 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18998 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
19001 rm -f confcache
19003 test "x$prefix" = xNONE && prefix=$ac_default_prefix
19004 # Let make expand exec_prefix.
19005 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
19007 DEFS=-DHAVE_CONFIG_H
19009 ac_libobjs=
19010 ac_ltlibobjs=
19011 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
19012 # 1. Remove the extension, and $U if already installed.
19013 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
19014 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
19015 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
19016 # will be set to the directory where LIBOBJS objects are built.
19017 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
19018 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
19019 done
19020 LIBOBJS=$ac_libobjs
19022 LTLIBOBJS=$ac_ltlibobjs
19026 : ${CONFIG_STATUS=./config.status}
19027 ac_write_fail=0
19028 ac_clean_files_save=$ac_clean_files
19029 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
19030 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
19031 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
19032 as_write_fail=0
19033 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
19034 #! $SHELL
19035 # Generated by $as_me.
19036 # Run this file to recreate the current configuration.
19037 # Compiler output produced by configure, useful for debugging
19038 # configure, is in config.log if it exists.
19040 debug=false
19041 ac_cs_recheck=false
19042 ac_cs_silent=false
19044 SHELL=\${CONFIG_SHELL-$SHELL}
19045 export SHELL
19046 _ASEOF
19047 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
19048 ## -------------------- ##
19049 ## M4sh Initialization. ##
19050 ## -------------------- ##
19052 # Be more Bourne compatible
19053 DUALCASE=1; export DUALCASE # for MKS sh
19054 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
19055 emulate sh
19056 NULLCMD=:
19057 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19058 # is contrary to our usage. Disable this feature.
19059 alias -g '${1+"$@"}'='"$@"'
19060 setopt NO_GLOB_SUBST
19061 else
19062 case `(set -o) 2>/dev/null` in #(
19063 *posix*) :
19064 set -o posix ;; #(
19065 *) :
19067 esac
19071 as_nl='
19073 export as_nl
19074 # Printing a long string crashes Solaris 7 /usr/bin/printf.
19075 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
19076 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
19077 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
19078 # Prefer a ksh shell builtin over an external printf program on Solaris,
19079 # but without wasting forks for bash or zsh.
19080 if test -z "$BASH_VERSION$ZSH_VERSION" \
19081 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
19082 as_echo='print -r --'
19083 as_echo_n='print -rn --'
19084 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
19085 as_echo='printf %s\n'
19086 as_echo_n='printf %s'
19087 else
19088 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
19089 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
19090 as_echo_n='/usr/ucb/echo -n'
19091 else
19092 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
19093 as_echo_n_body='eval
19094 arg=$1;
19095 case $arg in #(
19096 *"$as_nl"*)
19097 expr "X$arg" : "X\\(.*\\)$as_nl";
19098 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
19099 esac;
19100 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
19102 export as_echo_n_body
19103 as_echo_n='sh -c $as_echo_n_body as_echo'
19105 export as_echo_body
19106 as_echo='sh -c $as_echo_body as_echo'
19109 # The user is always right.
19110 if test "${PATH_SEPARATOR+set}" != set; then
19111 PATH_SEPARATOR=:
19112 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
19113 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
19114 PATH_SEPARATOR=';'
19119 # IFS
19120 # We need space, tab and new line, in precisely that order. Quoting is
19121 # there to prevent editors from complaining about space-tab.
19122 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
19123 # splitting by setting IFS to empty value.)
19124 IFS=" "" $as_nl"
19126 # Find who we are. Look in the path if we contain no directory separator.
19127 case $0 in #((
19128 *[\\/]* ) as_myself=$0 ;;
19129 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19130 for as_dir in $PATH
19132 IFS=$as_save_IFS
19133 test -z "$as_dir" && as_dir=.
19134 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
19135 done
19136 IFS=$as_save_IFS
19139 esac
19140 # We did not find ourselves, most probably we were run as `sh COMMAND'
19141 # in which case we are not to be found in the path.
19142 if test "x$as_myself" = x; then
19143 as_myself=$0
19145 if test ! -f "$as_myself"; then
19146 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
19147 exit 1
19150 # Unset variables that we do not need and which cause bugs (e.g. in
19151 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
19152 # suppresses any "Segmentation fault" message there. '((' could
19153 # trigger a bug in pdksh 5.2.14.
19154 for as_var in BASH_ENV ENV MAIL MAILPATH
19155 do eval test x\${$as_var+set} = xset \
19156 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
19157 done
19158 PS1='$ '
19159 PS2='> '
19160 PS4='+ '
19162 # NLS nuisances.
19163 LC_ALL=C
19164 export LC_ALL
19165 LANGUAGE=C
19166 export LANGUAGE
19168 # CDPATH.
19169 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
19172 # as_fn_error ERROR [LINENO LOG_FD]
19173 # ---------------------------------
19174 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
19175 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
19176 # script with status $?, using 1 if that was 0.
19177 as_fn_error ()
19179 as_status=$?; test $as_status -eq 0 && as_status=1
19180 if test "$3"; then
19181 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
19182 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
19184 $as_echo "$as_me: error: $1" >&2
19185 as_fn_exit $as_status
19186 } # as_fn_error
19189 # as_fn_set_status STATUS
19190 # -----------------------
19191 # Set $? to STATUS, without forking.
19192 as_fn_set_status ()
19194 return $1
19195 } # as_fn_set_status
19197 # as_fn_exit STATUS
19198 # -----------------
19199 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
19200 as_fn_exit ()
19202 set +e
19203 as_fn_set_status $1
19204 exit $1
19205 } # as_fn_exit
19207 # as_fn_unset VAR
19208 # ---------------
19209 # Portably unset VAR.
19210 as_fn_unset ()
19212 { eval $1=; unset $1;}
19214 as_unset=as_fn_unset
19215 # as_fn_append VAR VALUE
19216 # ----------------------
19217 # Append the text in VALUE to the end of the definition contained in VAR. Take
19218 # advantage of any shell optimizations that allow amortized linear growth over
19219 # repeated appends, instead of the typical quadratic growth present in naive
19220 # implementations.
19221 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
19222 eval 'as_fn_append ()
19224 eval $1+=\$2
19226 else
19227 as_fn_append ()
19229 eval $1=\$$1\$2
19231 fi # as_fn_append
19233 # as_fn_arith ARG...
19234 # ------------------
19235 # Perform arithmetic evaluation on the ARGs, and store the result in the
19236 # global $as_val. Take advantage of shells that can avoid forks. The arguments
19237 # must be portable across $(()) and expr.
19238 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
19239 eval 'as_fn_arith ()
19241 as_val=$(( $* ))
19243 else
19244 as_fn_arith ()
19246 as_val=`expr "$@" || test $? -eq 1`
19248 fi # as_fn_arith
19251 if expr a : '\(a\)' >/dev/null 2>&1 &&
19252 test "X`expr 00001 : '.*\(...\)'`" = X001; then
19253 as_expr=expr
19254 else
19255 as_expr=false
19258 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
19259 as_basename=basename
19260 else
19261 as_basename=false
19264 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
19265 as_dirname=dirname
19266 else
19267 as_dirname=false
19270 as_me=`$as_basename -- "$0" ||
19271 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
19272 X"$0" : 'X\(//\)$' \| \
19273 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
19274 $as_echo X/"$0" |
19275 sed '/^.*\/\([^/][^/]*\)\/*$/{
19276 s//\1/
19279 /^X\/\(\/\/\)$/{
19280 s//\1/
19283 /^X\/\(\/\).*/{
19284 s//\1/
19287 s/.*/./; q'`
19289 # Avoid depending upon Character Ranges.
19290 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
19291 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
19292 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
19293 as_cr_digits='0123456789'
19294 as_cr_alnum=$as_cr_Letters$as_cr_digits
19296 ECHO_C= ECHO_N= ECHO_T=
19297 case `echo -n x` in #(((((
19298 -n*)
19299 case `echo 'xy\c'` in
19300 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
19301 xy) ECHO_C='\c';;
19302 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
19303 ECHO_T=' ';;
19304 esac;;
19306 ECHO_N='-n';;
19307 esac
19309 rm -f conf$$ conf$$.exe conf$$.file
19310 if test -d conf$$.dir; then
19311 rm -f conf$$.dir/conf$$.file
19312 else
19313 rm -f conf$$.dir
19314 mkdir conf$$.dir 2>/dev/null
19316 if (echo >conf$$.file) 2>/dev/null; then
19317 if ln -s conf$$.file conf$$ 2>/dev/null; then
19318 as_ln_s='ln -s'
19319 # ... but there are two gotchas:
19320 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
19321 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
19322 # In both cases, we have to default to `cp -p'.
19323 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
19324 as_ln_s='cp -p'
19325 elif ln conf$$.file conf$$ 2>/dev/null; then
19326 as_ln_s=ln
19327 else
19328 as_ln_s='cp -p'
19330 else
19331 as_ln_s='cp -p'
19333 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
19334 rmdir conf$$.dir 2>/dev/null
19337 # as_fn_mkdir_p
19338 # -------------
19339 # Create "$as_dir" as a directory, including parents if necessary.
19340 as_fn_mkdir_p ()
19343 case $as_dir in #(
19344 -*) as_dir=./$as_dir;;
19345 esac
19346 test -d "$as_dir" || eval $as_mkdir_p || {
19347 as_dirs=
19348 while :; do
19349 case $as_dir in #(
19350 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
19351 *) as_qdir=$as_dir;;
19352 esac
19353 as_dirs="'$as_qdir' $as_dirs"
19354 as_dir=`$as_dirname -- "$as_dir" ||
19355 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19356 X"$as_dir" : 'X\(//\)[^/]' \| \
19357 X"$as_dir" : 'X\(//\)$' \| \
19358 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
19359 $as_echo X"$as_dir" |
19360 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19361 s//\1/
19364 /^X\(\/\/\)[^/].*/{
19365 s//\1/
19368 /^X\(\/\/\)$/{
19369 s//\1/
19372 /^X\(\/\).*/{
19373 s//\1/
19376 s/.*/./; q'`
19377 test -d "$as_dir" && break
19378 done
19379 test -z "$as_dirs" || eval "mkdir $as_dirs"
19380 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
19383 } # as_fn_mkdir_p
19384 if mkdir -p . 2>/dev/null; then
19385 as_mkdir_p='mkdir -p "$as_dir"'
19386 else
19387 test -d ./-p && rmdir ./-p
19388 as_mkdir_p=false
19391 if test -x / >/dev/null 2>&1; then
19392 as_test_x='test -x'
19393 else
19394 if ls -dL / >/dev/null 2>&1; then
19395 as_ls_L_option=L
19396 else
19397 as_ls_L_option=
19399 as_test_x='
19400 eval sh -c '\''
19401 if test -d "$1"; then
19402 test -d "$1/.";
19403 else
19404 case $1 in #(
19405 -*)set "./$1";;
19406 esac;
19407 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
19408 ???[sx]*):;;*)false;;esac;fi
19409 '\'' sh
19412 as_executable_p=$as_test_x
19414 # Sed expression to map a string onto a valid CPP name.
19415 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
19417 # Sed expression to map a string onto a valid variable name.
19418 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
19421 exec 6>&1
19422 ## ----------------------------------- ##
19423 ## Main body of $CONFIG_STATUS script. ##
19424 ## ----------------------------------- ##
19425 _ASEOF
19426 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
19428 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19429 # Save the log message, to keep $0 and so on meaningful, and to
19430 # report actual input values of CONFIG_FILES etc. instead of their
19431 # values after options handling.
19432 ac_log="
19433 This file was extended by Wine $as_me 1.1.37, which was
19434 generated by GNU Autoconf 2.65. Invocation command line was
19436 CONFIG_FILES = $CONFIG_FILES
19437 CONFIG_HEADERS = $CONFIG_HEADERS
19438 CONFIG_LINKS = $CONFIG_LINKS
19439 CONFIG_COMMANDS = $CONFIG_COMMANDS
19440 $ $0 $@
19442 on `(hostname || uname -n) 2>/dev/null | sed 1q`
19445 _ACEOF
19447 case $ac_config_files in *"
19448 "*) set x $ac_config_files; shift; ac_config_files=$*;;
19449 esac
19451 case $ac_config_headers in *"
19452 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
19453 esac
19456 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19457 # Files that config.status was made for.
19458 config_files="$ac_config_files"
19459 config_headers="$ac_config_headers"
19460 config_links="$ac_config_links"
19461 config_commands="$ac_config_commands"
19463 _ACEOF
19465 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19466 ac_cs_usage="\
19467 \`$as_me' instantiates files and other configuration actions
19468 from templates according to the current configuration. Unless the files
19469 and actions are specified as TAGs, all are instantiated by default.
19471 Usage: $0 [OPTION]... [TAG]...
19473 -h, --help print this help, then exit
19474 -V, --version print version number and configuration settings, then exit
19475 --config print configuration, then exit
19476 -q, --quiet, --silent
19477 do not print progress messages
19478 -d, --debug don't remove temporary files
19479 --recheck update $as_me by reconfiguring in the same conditions
19480 --file=FILE[:TEMPLATE]
19481 instantiate the configuration file FILE
19482 --header=FILE[:TEMPLATE]
19483 instantiate the configuration header FILE
19485 Configuration files:
19486 $config_files
19488 Configuration headers:
19489 $config_headers
19491 Configuration links:
19492 $config_links
19494 Configuration commands:
19495 $config_commands
19497 Report bugs to <wine-devel@winehq.org>.
19498 Wine home page: <http://www.winehq.org>."
19500 _ACEOF
19501 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19502 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
19503 ac_cs_version="\\
19504 Wine config.status 1.1.37
19505 configured by $0, generated by GNU Autoconf 2.65,
19506 with options \\"\$ac_cs_config\\"
19508 Copyright (C) 2009 Free Software Foundation, Inc.
19509 This config.status script is free software; the Free Software Foundation
19510 gives unlimited permission to copy, distribute and modify it."
19512 ac_pwd='$ac_pwd'
19513 srcdir='$srcdir'
19514 INSTALL='$INSTALL'
19515 test -n "\$AWK" || AWK=awk
19516 _ACEOF
19518 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19519 # The default lists apply if the user does not specify any file.
19520 ac_need_defaults=:
19521 while test $# != 0
19523 case $1 in
19524 --*=*)
19525 ac_option=`expr "X$1" : 'X\([^=]*\)='`
19526 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
19527 ac_shift=:
19530 ac_option=$1
19531 ac_optarg=$2
19532 ac_shift=shift
19534 esac
19536 case $ac_option in
19537 # Handling of the options.
19538 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
19539 ac_cs_recheck=: ;;
19540 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
19541 $as_echo "$ac_cs_version"; exit ;;
19542 --config | --confi | --conf | --con | --co | --c )
19543 $as_echo "$ac_cs_config"; exit ;;
19544 --debug | --debu | --deb | --de | --d | -d )
19545 debug=: ;;
19546 --file | --fil | --fi | --f )
19547 $ac_shift
19548 case $ac_optarg in
19549 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19550 esac
19551 as_fn_append CONFIG_FILES " '$ac_optarg'"
19552 ac_need_defaults=false;;
19553 --header | --heade | --head | --hea )
19554 $ac_shift
19555 case $ac_optarg in
19556 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19557 esac
19558 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
19559 ac_need_defaults=false;;
19560 --he | --h)
19561 # Conflict between --help and --header
19562 as_fn_error "ambiguous option: \`$1'
19563 Try \`$0 --help' for more information.";;
19564 --help | --hel | -h )
19565 $as_echo "$ac_cs_usage"; exit ;;
19566 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
19567 | -silent | --silent | --silen | --sile | --sil | --si | --s)
19568 ac_cs_silent=: ;;
19570 # This is an error.
19571 -*) as_fn_error "unrecognized option: \`$1'
19572 Try \`$0 --help' for more information." ;;
19574 *) as_fn_append ac_config_targets " $1"
19575 ac_need_defaults=false ;;
19577 esac
19578 shift
19579 done
19581 ac_configure_extra_args=
19583 if $ac_cs_silent; then
19584 exec 6>/dev/null
19585 ac_configure_extra_args="$ac_configure_extra_args --silent"
19588 _ACEOF
19589 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19590 if \$ac_cs_recheck; then
19591 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19592 shift
19593 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19594 CONFIG_SHELL='$SHELL'
19595 export CONFIG_SHELL
19596 exec "\$@"
19599 _ACEOF
19600 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19601 exec 5>>config.log
19603 echo
19604 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19605 ## Running $as_me. ##
19606 _ASBOX
19607 $as_echo "$ac_log"
19608 } >&5
19610 _ACEOF
19611 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19612 _ACEOF
19614 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19616 # Handling of arguments.
19617 for ac_config_target in $ac_config_targets
19619 case $ac_config_target in
19620 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
19621 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
19622 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19623 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19624 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19625 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19626 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
19627 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
19628 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
19629 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
19630 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
19631 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
19632 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
19633 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
19634 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
19635 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
19636 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
19637 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
19638 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
19639 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
19640 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
19641 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
19642 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
19643 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
19644 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
19645 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
19646 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
19647 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
19648 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
19649 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
19650 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
19651 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
19652 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
19653 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
19654 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
19655 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
19656 "dlls/avifil32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/tests/Makefile" ;;
19657 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
19658 "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
19659 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
19660 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
19661 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
19662 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
19663 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
19664 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
19665 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
19666 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
19667 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
19668 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
19669 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
19670 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
19671 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
19672 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
19673 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
19674 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
19675 "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
19676 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
19677 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
19678 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
19679 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
19680 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
19681 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
19682 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
19683 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
19684 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
19685 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
19686 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
19687 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
19688 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
19689 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
19690 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
19691 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
19692 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
19693 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
19694 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
19695 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
19696 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
19697 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
19698 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
19699 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
19700 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
19701 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
19702 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
19703 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
19704 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
19705 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
19706 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
19707 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
19708 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
19709 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
19710 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
19711 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
19712 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
19713 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
19714 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
19715 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
19716 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
19717 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
19718 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
19719 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
19720 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
19721 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
19722 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
19723 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
19724 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
19725 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
19726 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
19727 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
19728 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
19729 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
19730 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
19731 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
19732 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
19733 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
19734 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
19735 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
19736 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
19737 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
19738 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
19739 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
19740 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
19741 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
19742 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
19743 "dlls/dmloader/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/tests/Makefile" ;;
19744 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
19745 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
19746 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
19747 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
19748 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
19749 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
19750 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
19751 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
19752 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
19753 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
19754 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
19755 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
19756 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
19757 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
19758 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
19759 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
19760 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
19761 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
19762 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
19763 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
19764 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
19765 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
19766 "dlls/dxdiagn/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/tests/Makefile" ;;
19767 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
19768 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
19769 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
19770 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
19771 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
19772 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
19773 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
19774 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
19775 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
19776 "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
19777 "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
19778 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
19779 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
19780 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
19781 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
19782 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
19783 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
19784 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
19785 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
19786 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
19787 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
19788 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
19789 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
19790 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
19791 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
19792 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
19793 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
19794 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
19795 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
19796 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
19797 "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
19798 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
19799 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
19800 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
19801 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
19802 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
19803 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
19804 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
19805 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
19806 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
19807 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
19808 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
19809 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
19810 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
19811 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
19812 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
19813 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
19814 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
19815 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
19816 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
19817 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
19818 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
19819 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
19820 "dlls/krnl386.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/krnl386.exe16/Makefile" ;;
19821 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
19822 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
19823 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
19824 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
19825 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
19826 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
19827 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
19828 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
19829 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
19830 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
19831 "dlls/mapistub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapistub/Makefile" ;;
19832 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
19833 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
19834 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
19835 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
19836 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
19837 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
19838 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
19839 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
19840 "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
19841 "dlls/mmdevapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/tests/Makefile" ;;
19842 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
19843 "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
19844 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
19845 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
19846 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
19847 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
19848 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
19849 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
19850 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
19851 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
19852 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
19853 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
19854 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
19855 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
19856 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
19857 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
19858 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
19859 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
19860 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
19861 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
19862 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
19863 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
19864 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
19865 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
19866 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
19867 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
19868 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
19869 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
19870 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
19871 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
19872 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
19873 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
19874 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
19875 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
19876 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
19877 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
19878 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
19879 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
19880 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
19881 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
19882 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
19883 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
19884 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
19885 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
19886 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
19887 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
19888 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
19889 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
19890 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
19891 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
19892 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
19893 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
19894 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
19895 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
19896 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
19897 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
19898 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
19899 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
19900 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
19901 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
19902 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
19903 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
19904 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
19905 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
19906 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
19907 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
19908 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
19909 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
19910 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
19911 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
19912 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
19913 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
19914 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
19915 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
19916 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
19917 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
19918 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
19919 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
19920 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
19921 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
19922 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
19923 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
19924 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
19925 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
19926 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
19927 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
19928 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
19929 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
19930 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
19931 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
19932 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
19933 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
19934 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
19935 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
19936 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
19937 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
19938 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
19939 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
19940 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
19941 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
19942 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
19943 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
19944 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
19945 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
19946 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
19947 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
19948 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
19949 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
19950 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
19951 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
19952 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
19953 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
19954 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
19955 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
19956 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
19957 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
19958 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
19959 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
19960 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
19961 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
19962 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
19963 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
19964 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
19965 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
19966 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
19967 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
19968 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
19969 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
19970 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
19971 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
19972 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
19973 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
19974 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
19975 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
19976 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
19977 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
19978 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
19979 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
19980 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
19981 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
19982 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
19983 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
19984 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
19985 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
19986 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
19987 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
19988 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
19989 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
19990 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
19991 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
19992 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
19993 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
19994 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
19995 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
19996 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
19997 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
19998 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
19999 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
20000 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
20001 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
20002 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
20003 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
20004 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
20005 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
20006 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
20007 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
20008 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
20009 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
20010 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
20011 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
20012 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
20013 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
20014 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
20015 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
20016 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
20017 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
20018 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
20019 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
20020 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
20021 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
20022 "dlls/user.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user.exe16/Makefile" ;;
20023 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
20024 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
20025 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
20026 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
20027 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
20028 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
20029 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
20030 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
20031 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
20032 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
20033 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
20034 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
20035 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
20036 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
20037 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
20038 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
20039 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
20040 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
20041 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
20042 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
20043 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
20044 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
20045 "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
20046 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
20047 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
20048 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
20049 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
20050 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
20051 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
20052 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
20053 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
20054 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
20055 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
20056 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
20057 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
20058 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
20059 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
20060 "dlls/winemapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemapi/Makefile" ;;
20061 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
20062 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
20063 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
20064 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
20065 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
20066 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
20067 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
20068 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
20069 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
20070 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
20071 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
20072 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
20073 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
20074 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
20075 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
20076 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
20077 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
20078 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
20079 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
20080 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
20081 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
20082 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
20083 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
20084 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
20085 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
20086 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
20087 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
20088 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
20089 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
20090 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
20091 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
20092 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
20093 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
20094 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
20095 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
20096 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
20097 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
20098 "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
20099 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
20100 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
20101 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
20102 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
20103 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
20104 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
20105 "dlls/xmllite/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/tests/Makefile" ;;
20106 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
20107 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
20108 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
20109 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
20110 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
20111 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
20112 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
20113 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
20114 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
20115 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
20116 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
20117 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
20118 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
20119 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
20120 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
20121 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
20122 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
20123 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
20124 "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
20125 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
20126 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
20127 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
20128 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
20129 "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
20130 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
20131 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
20132 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
20133 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
20134 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
20135 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
20136 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
20137 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
20138 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
20139 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
20140 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
20141 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
20142 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
20143 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
20144 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
20145 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
20146 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
20147 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
20148 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
20149 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
20150 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
20151 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
20152 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
20153 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
20154 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
20155 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
20156 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
20157 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
20158 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
20159 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
20160 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
20161 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
20162 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
20163 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
20164 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
20165 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
20166 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
20167 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
20168 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
20169 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
20170 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
20171 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
20172 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
20173 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
20174 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
20175 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
20176 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
20178 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
20179 esac
20180 done
20183 # If the user did not use the arguments to specify the items to instantiate,
20184 # then the envvar interface is used. Set only those that are not.
20185 # We use the long form for the default assignment because of an extremely
20186 # bizarre bug on SunOS 4.1.3.
20187 if $ac_need_defaults; then
20188 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
20189 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
20190 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
20191 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
20194 # Have a temporary directory for convenience. Make it in the build tree
20195 # simply because there is no reason against having it here, and in addition,
20196 # creating and moving files from /tmp can sometimes cause problems.
20197 # Hook for its removal unless debugging.
20198 # Note that there is a small window in which the directory will not be cleaned:
20199 # after its creation but before its name has been assigned to `$tmp'.
20200 $debug ||
20202 tmp=
20203 trap 'exit_status=$?
20204 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
20206 trap 'as_fn_exit 1' 1 2 13 15
20208 # Create a (secure) tmp directory for tmp files.
20211 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
20212 test -n "$tmp" && test -d "$tmp"
20213 } ||
20215 tmp=./conf$$-$RANDOM
20216 (umask 077 && mkdir "$tmp")
20217 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
20219 # Set up the scripts for CONFIG_FILES section.
20220 # No need to generate them if there are no CONFIG_FILES.
20221 # This happens for instance with `./config.status config.h'.
20222 if test -n "$CONFIG_FILES"; then
20224 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
20225 ac_cs_awk_getline=:
20226 ac_cs_awk_pipe_init=
20227 ac_cs_awk_read_file='
20228 while ((getline aline < (F[key])) > 0)
20229 print(aline)
20230 close(F[key])'
20231 ac_cs_awk_pipe_fini=
20232 else
20233 ac_cs_awk_getline=false
20234 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
20235 ac_cs_awk_read_file='
20236 print "|#_!!_#|"
20237 print "cat " F[key] " &&"
20238 '$ac_cs_awk_pipe_init
20239 # The final `:' finishes the AND list.
20240 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
20242 ac_cr=`echo X | tr X '\015'`
20243 # On cygwin, bash can eat \r inside `` if the user requested igncr.
20244 # But we know of no other shell where ac_cr would be empty at this
20245 # point, so we can use a bashism as a fallback.
20246 if test "x$ac_cr" = x; then
20247 eval ac_cr=\$\'\\r\'
20249 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
20250 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
20251 ac_cs_awk_cr='\r'
20252 else
20253 ac_cs_awk_cr=$ac_cr
20256 echo 'BEGIN {' >"$tmp/subs1.awk" &&
20257 _ACEOF
20259 # Create commands to substitute file output variables.
20261 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
20262 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
20263 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
20264 echo "_ACAWK" &&
20265 echo "_ACEOF"
20266 } >conf$$files.sh &&
20267 . ./conf$$files.sh ||
20268 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20269 rm -f conf$$files.sh
20272 echo "cat >conf$$subs.awk <<_ACEOF" &&
20273 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
20274 echo "_ACEOF"
20275 } >conf$$subs.sh ||
20276 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20277 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
20278 ac_delim='%!_!# '
20279 for ac_last_try in false false false false false :; do
20280 . ./conf$$subs.sh ||
20281 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20283 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
20284 if test $ac_delim_n = $ac_delim_num; then
20285 break
20286 elif $ac_last_try; then
20287 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20288 else
20289 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
20291 done
20292 rm -f conf$$subs.sh
20294 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20295 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
20296 _ACEOF
20297 sed -n '
20299 s/^/S["/; s/!.*/"]=/
20302 s/^[^!]*!//
20303 :repl
20304 t repl
20305 s/'"$ac_delim"'$//
20306 t delim
20309 s/\(.\{148\}\)..*/\1/
20310 t more1
20311 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
20314 b repl
20315 :more1
20316 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
20319 s/.\{148\}//
20320 t nl
20321 :delim
20323 s/\(.\{148\}\)..*/\1/
20324 t more2
20325 s/["\\]/\\&/g; s/^/"/; s/$/"/
20328 :more2
20329 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
20332 s/.\{148\}//
20333 t delim
20334 ' <conf$$subs.awk | sed '
20335 /^[^""]/{
20337 s/\n//
20339 ' >>$CONFIG_STATUS || ac_write_fail=1
20340 rm -f conf$$subs.awk
20341 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20342 _ACAWK
20343 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
20344 for (key in S) S_is_set[key] = 1
20345 FS = "\a"
20346 \$ac_cs_awk_pipe_init
20349 line = $ 0
20350 nfields = split(line, field, "@")
20351 substed = 0
20352 len = length(field[1])
20353 for (i = 2; i < nfields; i++) {
20354 key = field[i]
20355 keylen = length(key)
20356 if (S_is_set[key]) {
20357 value = S[key]
20358 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
20359 len += length(value) + length(field[++i])
20360 substed = 1
20361 } else
20362 len += 1 + keylen
20364 if (nfields == 3 && !substed) {
20365 key = field[2]
20366 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
20367 \$ac_cs_awk_read_file
20368 next
20371 print line
20373 \$ac_cs_awk_pipe_fini
20374 _ACAWK
20375 _ACEOF
20376 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20377 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
20378 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
20379 else
20381 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
20382 || as_fn_error "could not setup config files machinery" "$LINENO" 5
20383 _ACEOF
20385 # VPATH may cause trouble with some makes, so we remove $(srcdir),
20386 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
20387 # trailing colons and then remove the whole line if VPATH becomes empty
20388 # (actually we leave an empty line to preserve line numbers).
20389 if test "x$srcdir" = x.; then
20390 ac_vpsub='/^[ ]*VPATH[ ]*=/{
20391 s/:*\$(srcdir):*/:/
20392 s/:*\${srcdir}:*/:/
20393 s/:*@srcdir@:*/:/
20394 s/^\([^=]*=[ ]*\):*/\1/
20395 s/:*$//
20396 s/^[^=]*=[ ]*$//
20400 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20401 fi # test -n "$CONFIG_FILES"
20403 # Set up the scripts for CONFIG_HEADERS section.
20404 # No need to generate them if there are no CONFIG_HEADERS.
20405 # This happens for instance with `./config.status Makefile'.
20406 if test -n "$CONFIG_HEADERS"; then
20407 cat >"$tmp/defines.awk" <<\_ACAWK ||
20408 BEGIN {
20409 _ACEOF
20411 # Transform confdefs.h into an awk script `defines.awk', embedded as
20412 # here-document in config.status, that substitutes the proper values into
20413 # config.h.in to produce config.h.
20415 # Create a delimiter string that does not exist in confdefs.h, to ease
20416 # handling of long lines.
20417 ac_delim='%!_!# '
20418 for ac_last_try in false false :; do
20419 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
20420 if test -z "$ac_t"; then
20421 break
20422 elif $ac_last_try; then
20423 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
20424 else
20425 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
20427 done
20429 # For the awk script, D is an array of macro values keyed by name,
20430 # likewise P contains macro parameters if any. Preserve backslash
20431 # newline sequences.
20433 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
20434 sed -n '
20435 s/.\{148\}/&'"$ac_delim"'/g
20436 t rset
20437 :rset
20438 s/^[ ]*#[ ]*define[ ][ ]*/ /
20439 t def
20441 :def
20442 s/\\$//
20443 t bsnl
20444 s/["\\]/\\&/g
20445 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
20446 D["\1"]=" \3"/p
20447 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
20449 :bsnl
20450 s/["\\]/\\&/g
20451 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
20452 D["\1"]=" \3\\\\\\n"\\/p
20453 t cont
20454 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
20455 t cont
20457 :cont
20459 s/.\{148\}/&'"$ac_delim"'/g
20460 t clear
20461 :clear
20462 s/\\$//
20463 t bsnlc
20464 s/["\\]/\\&/g; s/^/"/; s/$/"/p
20466 :bsnlc
20467 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
20468 b cont
20469 ' <confdefs.h | sed '
20470 s/'"$ac_delim"'/"\\\
20471 "/g' >>$CONFIG_STATUS || ac_write_fail=1
20473 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20474 for (key in D) D_is_set[key] = 1
20475 FS = "\a"
20477 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
20478 line = \$ 0
20479 split(line, arg, " ")
20480 if (arg[1] == "#") {
20481 defundef = arg[2]
20482 mac1 = arg[3]
20483 } else {
20484 defundef = substr(arg[1], 2)
20485 mac1 = arg[2]
20487 split(mac1, mac2, "(") #)
20488 macro = mac2[1]
20489 prefix = substr(line, 1, index(line, defundef) - 1)
20490 if (D_is_set[macro]) {
20491 # Preserve the white space surrounding the "#".
20492 print prefix "define", macro P[macro] D[macro]
20493 next
20494 } else {
20495 # Replace #undef with comments. This is necessary, for example,
20496 # in the case of _POSIX_SOURCE, which is predefined and required
20497 # on some systems where configure will not decide to define it.
20498 if (defundef == "undef") {
20499 print "/*", prefix defundef, macro, "*/"
20500 next
20504 { print }
20505 _ACAWK
20506 _ACEOF
20507 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20508 as_fn_error "could not setup config headers machinery" "$LINENO" 5
20509 fi # test -n "$CONFIG_HEADERS"
20512 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
20513 shift
20514 for ac_tag
20516 case $ac_tag in
20517 :[FHLC]) ac_mode=$ac_tag; continue;;
20518 esac
20519 case $ac_mode$ac_tag in
20520 :[FHL]*:*);;
20521 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
20522 :[FH]-) ac_tag=-:-;;
20523 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
20524 esac
20525 ac_save_IFS=$IFS
20526 IFS=:
20527 set x $ac_tag
20528 IFS=$ac_save_IFS
20529 shift
20530 ac_file=$1
20531 shift
20533 case $ac_mode in
20534 :L) ac_source=$1;;
20535 :[FH])
20536 ac_file_inputs=
20537 for ac_f
20539 case $ac_f in
20540 -) ac_f="$tmp/stdin";;
20541 *) # Look for the file first in the build tree, then in the source tree
20542 # (if the path is not absolute). The absolute path cannot be DOS-style,
20543 # because $ac_f cannot contain `:'.
20544 test -f "$ac_f" ||
20545 case $ac_f in
20546 [\\/$]*) false;;
20547 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
20548 esac ||
20549 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
20550 esac
20551 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
20552 as_fn_append ac_file_inputs " '$ac_f'"
20553 done
20555 # Let's still pretend it is `configure' which instantiates (i.e., don't
20556 # use $as_me), people would be surprised to read:
20557 # /* config.h. Generated by config.status. */
20558 configure_input='Generated from '`
20559 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
20560 `' by configure.'
20561 if test x"$ac_file" != x-; then
20562 configure_input="$ac_file. $configure_input"
20563 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
20564 $as_echo "$as_me: creating $ac_file" >&6;}
20566 # Neutralize special characters interpreted by sed in replacement strings.
20567 case $configure_input in #(
20568 *\&* | *\|* | *\\* )
20569 ac_sed_conf_input=`$as_echo "$configure_input" |
20570 sed 's/[\\\\&|]/\\\\&/g'`;; #(
20571 *) ac_sed_conf_input=$configure_input;;
20572 esac
20574 case $ac_tag in
20575 *:-:* | *:-) cat >"$tmp/stdin" \
20576 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
20577 esac
20579 esac
20581 ac_dir=`$as_dirname -- "$ac_file" ||
20582 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20583 X"$ac_file" : 'X\(//\)[^/]' \| \
20584 X"$ac_file" : 'X\(//\)$' \| \
20585 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
20586 $as_echo X"$ac_file" |
20587 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20588 s//\1/
20591 /^X\(\/\/\)[^/].*/{
20592 s//\1/
20595 /^X\(\/\/\)$/{
20596 s//\1/
20599 /^X\(\/\).*/{
20600 s//\1/
20603 s/.*/./; q'`
20604 as_dir="$ac_dir"; as_fn_mkdir_p
20605 ac_builddir=.
20607 case "$ac_dir" in
20608 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
20610 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
20611 # A ".." for each directory in $ac_dir_suffix.
20612 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
20613 case $ac_top_builddir_sub in
20614 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
20615 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
20616 esac ;;
20617 esac
20618 ac_abs_top_builddir=$ac_pwd
20619 ac_abs_builddir=$ac_pwd$ac_dir_suffix
20620 # for backward compatibility:
20621 ac_top_builddir=$ac_top_build_prefix
20623 case $srcdir in
20624 .) # We are building in place.
20625 ac_srcdir=.
20626 ac_top_srcdir=$ac_top_builddir_sub
20627 ac_abs_top_srcdir=$ac_pwd ;;
20628 [\\/]* | ?:[\\/]* ) # Absolute name.
20629 ac_srcdir=$srcdir$ac_dir_suffix;
20630 ac_top_srcdir=$srcdir
20631 ac_abs_top_srcdir=$srcdir ;;
20632 *) # Relative name.
20633 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
20634 ac_top_srcdir=$ac_top_build_prefix$srcdir
20635 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
20636 esac
20637 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
20640 case $ac_mode in
20643 # CONFIG_FILE
20646 case $INSTALL in
20647 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
20648 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
20649 esac
20650 _ACEOF
20652 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20653 # If the template does not know about datarootdir, expand it.
20654 # FIXME: This hack should be removed a few years after 2.60.
20655 ac_datarootdir_hack=; ac_datarootdir_seen=
20656 ac_sed_dataroot='
20657 /datarootdir/ {
20661 /@datadir@/p
20662 /@docdir@/p
20663 /@infodir@/p
20664 /@localedir@/p
20665 /@mandir@/p'
20666 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
20667 *datarootdir*) ac_datarootdir_seen=yes;;
20668 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
20669 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
20670 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
20671 _ACEOF
20672 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20673 ac_datarootdir_hack='
20674 s&@datadir@&$datadir&g
20675 s&@docdir@&$docdir&g
20676 s&@infodir@&$infodir&g
20677 s&@localedir@&$localedir&g
20678 s&@mandir@&$mandir&g
20679 s&\\\${datarootdir}&$datarootdir&g' ;;
20680 esac
20681 _ACEOF
20683 # Neutralize VPATH when `$srcdir' = `.'.
20684 # Shell code in configure.ac might set extrasub.
20685 # FIXME: do we really want to maintain this feature?
20686 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20687 ac_sed_extra="$ac_vpsub
20688 $extrasub
20689 _ACEOF
20690 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20692 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
20693 s|@configure_input@|$ac_sed_conf_input|;t t
20694 s&@top_builddir@&$ac_top_builddir_sub&;t t
20695 s&@top_build_prefix@&$ac_top_build_prefix&;t t
20696 s&@srcdir@&$ac_srcdir&;t t
20697 s&@abs_srcdir@&$ac_abs_srcdir&;t t
20698 s&@top_srcdir@&$ac_top_srcdir&;t t
20699 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
20700 s&@builddir@&$ac_builddir&;t t
20701 s&@abs_builddir@&$ac_abs_builddir&;t t
20702 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
20703 s&@INSTALL@&$ac_INSTALL&;t t
20704 $ac_datarootdir_hack
20706 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
20707 if $ac_cs_awk_getline; then
20708 $AWK -f "$tmp/subs.awk"
20709 else
20710 $AWK -f "$tmp/subs.awk" | $SHELL
20711 fi >$tmp/out \
20712 || as_fn_error "could not create $ac_file" "$LINENO" 5
20714 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
20715 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
20716 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
20717 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
20718 which seems to be undefined. Please make sure it is defined." >&5
20719 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
20720 which seems to be undefined. Please make sure it is defined." >&2;}
20722 rm -f "$tmp/stdin"
20723 case $ac_file in
20724 -) cat "$tmp/out" && rm -f "$tmp/out";;
20725 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
20726 esac \
20727 || as_fn_error "could not create $ac_file" "$LINENO" 5
20731 # CONFIG_HEADER
20733 if test x"$ac_file" != x-; then
20735 $as_echo "/* $configure_input */" \
20736 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
20737 } >"$tmp/config.h" \
20738 || as_fn_error "could not create $ac_file" "$LINENO" 5
20739 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
20740 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
20741 $as_echo "$as_me: $ac_file is unchanged" >&6;}
20742 else
20743 rm -f "$ac_file"
20744 mv "$tmp/config.h" "$ac_file" \
20745 || as_fn_error "could not create $ac_file" "$LINENO" 5
20747 else
20748 $as_echo "/* $configure_input */" \
20749 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
20750 || as_fn_error "could not create -" "$LINENO" 5
20755 # CONFIG_LINK
20758 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
20760 else
20761 # Prefer the file from the source tree if names are identical.
20762 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
20763 ac_source=$srcdir/$ac_source
20766 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
20767 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
20769 if test ! -r "$ac_source"; then
20770 as_fn_error "$ac_source: file not found" "$LINENO" 5
20772 rm -f "$ac_file"
20774 # Try a relative symlink, then a hard link, then a copy.
20775 case $srcdir in
20776 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
20777 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
20778 esac
20779 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
20780 ln "$ac_source" "$ac_file" 2>/dev/null ||
20781 cp -p "$ac_source" "$ac_file" ||
20782 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
20785 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
20786 $as_echo "$as_me: executing $ac_file commands" >&6;}
20788 esac
20791 case $ac_file$ac_mode in
20792 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
20793 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
20794 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
20795 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
20796 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
20797 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
20798 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
20799 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
20800 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
20801 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
20802 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
20803 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
20804 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
20806 esac
20807 done # for ac_tag
20810 as_fn_exit 0
20811 _ACEOF
20812 ac_clean_files=$ac_clean_files_save
20814 test $ac_write_fail = 0 ||
20815 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
20818 # configure is writing to config.log, and then calls config.status.
20819 # config.status does its own redirection, appending to config.log.
20820 # Unfortunately, on DOS this fails, as config.log is still kept open
20821 # by configure, so config.status won't be able to write to it; its
20822 # output is simply discarded. So we exec the FD to /dev/null,
20823 # effectively closing config.log, so it can be properly (re)opened and
20824 # appended to by config.status. When coming back to configure, we
20825 # need to make the FD available again.
20826 if test "$no_create" != yes; then
20827 ac_cs_success=:
20828 ac_config_status_args=
20829 test "$silent" = yes &&
20830 ac_config_status_args="$ac_config_status_args --quiet"
20831 exec 5>/dev/null
20832 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
20833 exec 5>>config.log
20834 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
20835 # would make configure fail if this is the last instruction.
20836 $ac_cs_success || as_fn_exit $?
20838 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
20839 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
20840 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
20844 if test "$no_create" = "yes"
20845 then
20846 exit 0
20849 ac_save_IFS="$IFS"
20850 if test "x$wine_notices != "x; then
20851 echo >&6
20852 IFS="|"
20853 for msg in $wine_notices; do
20854 IFS="$ac_save_IFS"
20855 if test -n "$msg"; then
20856 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
20857 $as_echo "$as_me: $msg" >&6;}
20859 done
20861 IFS="|"
20862 for msg in $wine_warnings; do
20863 IFS="$ac_save_IFS"
20864 if test -n "$msg"; then
20865 echo >&2
20866 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
20867 $as_echo "$as_me: WARNING: $msg" >&2;}
20869 done
20870 IFS="$ac_save_IFS"
20872 echo "
20873 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
20874 " >&6