makefiles: Move the CROSSOBJS dependency to the generated default dependencies.
[wine/multimedia.git] / configure
bloba0935bd4e7933718fe83971bb2065954ba82f758
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for Wine 1.1.38.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10 # Inc.
13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ##
16 ## M4sh Initialization. ##
17 ## -------------------- ##
19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 emulate sh
23 NULLCMD=:
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25 # is contrary to our usage. Disable this feature.
26 alias -g '${1+"$@"}'='"$@"'
27 setopt NO_GLOB_SUBST
28 else
29 case `(set -o) 2>/dev/null` in #(
30 *posix*) :
31 set -o posix ;; #(
32 *) :
34 esac
38 as_nl='
40 export as_nl
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
46 # but without wasting forks for bash or zsh.
47 if test -z "$BASH_VERSION$ZSH_VERSION" \
48 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49 as_echo='print -r --'
50 as_echo_n='print -rn --'
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52 as_echo='printf %s\n'
53 as_echo_n='printf %s'
54 else
55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57 as_echo_n='/usr/ucb/echo -n'
58 else
59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 as_echo_n_body='eval
61 arg=$1;
62 case $arg in #(
63 *"$as_nl"*)
64 expr "X$arg" : "X\\(.*\\)$as_nl";
65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66 esac;
67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
69 export as_echo_n_body
70 as_echo_n='sh -c $as_echo_n_body as_echo'
72 export as_echo_body
73 as_echo='sh -c $as_echo_body as_echo'
76 # The user is always right.
77 if test "${PATH_SEPARATOR+set}" != set; then
78 PATH_SEPARATOR=:
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81 PATH_SEPARATOR=';'
86 # IFS
87 # We need space, tab and new line, in precisely that order. Quoting is
88 # there to prevent editors from complaining about space-tab.
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.)
91 IFS=" "" $as_nl"
93 # Find who we are. Look in the path if we contain no directory separator.
94 case $0 in #((
95 *[\\/]* ) as_myself=$0 ;;
96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 for as_dir in $PATH
99 IFS=$as_save_IFS
100 test -z "$as_dir" && as_dir=.
101 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102 done
103 IFS=$as_save_IFS
106 esac
107 # We did not find ourselves, most probably we were run as `sh COMMAND'
108 # in which case we are not to be found in the path.
109 if test "x$as_myself" = x; then
110 as_myself=$0
112 if test ! -f "$as_myself"; then
113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 exit 1
117 # Unset variables that we do not need and which cause bugs (e.g. in
118 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
119 # suppresses any "Segmentation fault" message there. '((' could
120 # trigger a bug in pdksh 5.2.14.
121 for as_var in BASH_ENV ENV MAIL MAILPATH
122 do eval test x\${$as_var+set} = xset \
123 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124 done
125 PS1='$ '
126 PS2='> '
127 PS4='+ '
129 # NLS nuisances.
130 LC_ALL=C
131 export LC_ALL
132 LANGUAGE=C
133 export LANGUAGE
135 # CDPATH.
136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138 if test "x$CONFIG_SHELL" = x; then
139 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140 emulate sh
141 NULLCMD=:
142 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143 # is contrary to our usage. Disable this feature.
144 alias -g '\${1+\"\$@\"}'='\"\$@\"'
145 setopt NO_GLOB_SUBST
146 else
147 case \`(set -o) 2>/dev/null\` in #(
148 *posix*) :
149 set -o posix ;; #(
150 *) :
152 esac
155 as_required="as_fn_return () { (exit \$1); }
156 as_fn_success () { as_fn_return 0; }
157 as_fn_failure () { as_fn_return 1; }
158 as_fn_ret_success () { return 0; }
159 as_fn_ret_failure () { return 1; }
161 exitcode=0
162 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168 else
169 exitcode=1; echo positional parameters were not saved.
171 test x\$exitcode = x0 || exit 1"
172 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176 test \$(( 1 + 1 )) = 2 || exit 1"
177 if (eval "$as_required") 2>/dev/null; then :
178 as_have_required=yes
179 else
180 as_have_required=no
182 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
184 else
185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
186 as_found=false
187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
189 IFS=$as_save_IFS
190 test -z "$as_dir" && as_dir=.
191 as_found=:
192 case $as_dir in #(
194 for as_base in sh bash ksh sh5; do
195 # Try only shells that exist, to save several forks.
196 as_shell=$as_dir/$as_base
197 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
198 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
199 CONFIG_SHELL=$as_shell as_have_required=yes
200 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
201 break 2
204 done;;
205 esac
206 as_found=false
207 done
208 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
209 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
210 CONFIG_SHELL=$SHELL as_have_required=yes
211 fi; }
212 IFS=$as_save_IFS
215 if test "x$CONFIG_SHELL" != x; then :
216 # We cannot yet assume a decent shell, so we have to provide a
217 # neutralization value for shells without unset; and this also
218 # works around shells that cannot unset nonexistent variables.
219 BASH_ENV=/dev/null
220 ENV=/dev/null
221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222 export CONFIG_SHELL
223 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
226 if test x$as_have_required = xno; then :
227 $as_echo "$0: This script requires a shell more modern than all"
228 $as_echo "$0: the shells that I found on your system."
229 if test x${ZSH_VERSION+set} = xset ; then
230 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
231 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
232 else
233 $as_echo "$0: Please tell bug-autoconf@gnu.org and
234 $0: wine-devel@winehq.org about your system, including any
235 $0: error possibly output before this message. Then install
236 $0: a modern shell, or manually run the script under such a
237 $0: shell if you do have one."
239 exit 1
243 SHELL=${CONFIG_SHELL-/bin/sh}
244 export SHELL
245 # Unset more variables known to interfere with behavior of common tools.
246 CLICOLOR_FORCE= GREP_OPTIONS=
247 unset CLICOLOR_FORCE GREP_OPTIONS
249 ## --------------------- ##
250 ## M4sh Shell Functions. ##
251 ## --------------------- ##
252 # as_fn_unset VAR
253 # ---------------
254 # Portably unset VAR.
255 as_fn_unset ()
257 { eval $1=; unset $1;}
259 as_unset=as_fn_unset
261 # as_fn_set_status STATUS
262 # -----------------------
263 # Set $? to STATUS, without forking.
264 as_fn_set_status ()
266 return $1
267 } # as_fn_set_status
269 # as_fn_exit STATUS
270 # -----------------
271 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
272 as_fn_exit ()
274 set +e
275 as_fn_set_status $1
276 exit $1
277 } # as_fn_exit
279 # as_fn_mkdir_p
280 # -------------
281 # Create "$as_dir" as a directory, including parents if necessary.
282 as_fn_mkdir_p ()
285 case $as_dir in #(
286 -*) as_dir=./$as_dir;;
287 esac
288 test -d "$as_dir" || eval $as_mkdir_p || {
289 as_dirs=
290 while :; do
291 case $as_dir in #(
292 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
293 *) as_qdir=$as_dir;;
294 esac
295 as_dirs="'$as_qdir' $as_dirs"
296 as_dir=`$as_dirname -- "$as_dir" ||
297 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
298 X"$as_dir" : 'X\(//\)[^/]' \| \
299 X"$as_dir" : 'X\(//\)$' \| \
300 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
301 $as_echo X"$as_dir" |
302 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
303 s//\1/
306 /^X\(\/\/\)[^/].*/{
307 s//\1/
310 /^X\(\/\/\)$/{
311 s//\1/
314 /^X\(\/\).*/{
315 s//\1/
318 s/.*/./; q'`
319 test -d "$as_dir" && break
320 done
321 test -z "$as_dirs" || eval "mkdir $as_dirs"
322 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
325 } # as_fn_mkdir_p
326 # as_fn_append VAR VALUE
327 # ----------------------
328 # Append the text in VALUE to the end of the definition contained in VAR. Take
329 # advantage of any shell optimizations that allow amortized linear growth over
330 # repeated appends, instead of the typical quadratic growth present in naive
331 # implementations.
332 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
333 eval 'as_fn_append ()
335 eval $1+=\$2
337 else
338 as_fn_append ()
340 eval $1=\$$1\$2
342 fi # as_fn_append
344 # as_fn_arith ARG...
345 # ------------------
346 # Perform arithmetic evaluation on the ARGs, and store the result in the
347 # global $as_val. Take advantage of shells that can avoid forks. The arguments
348 # must be portable across $(()) and expr.
349 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
350 eval 'as_fn_arith ()
352 as_val=$(( $* ))
354 else
355 as_fn_arith ()
357 as_val=`expr "$@" || test $? -eq 1`
359 fi # as_fn_arith
362 # as_fn_error ERROR [LINENO LOG_FD]
363 # ---------------------------------
364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366 # script with status $?, using 1 if that was 0.
367 as_fn_error ()
369 as_status=$?; test $as_status -eq 0 && as_status=1
370 if test "$3"; then
371 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
374 $as_echo "$as_me: error: $1" >&2
375 as_fn_exit $as_status
376 } # as_fn_error
378 if expr a : '\(a\)' >/dev/null 2>&1 &&
379 test "X`expr 00001 : '.*\(...\)'`" = X001; then
380 as_expr=expr
381 else
382 as_expr=false
385 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386 as_basename=basename
387 else
388 as_basename=false
391 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392 as_dirname=dirname
393 else
394 as_dirname=false
397 as_me=`$as_basename -- "$0" ||
398 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
399 X"$0" : 'X\(//\)$' \| \
400 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
401 $as_echo X/"$0" |
402 sed '/^.*\/\([^/][^/]*\)\/*$/{
403 s//\1/
406 /^X\/\(\/\/\)$/{
407 s//\1/
410 /^X\/\(\/\).*/{
411 s//\1/
414 s/.*/./; q'`
416 # Avoid depending upon Character Ranges.
417 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
418 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
419 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
420 as_cr_digits='0123456789'
421 as_cr_alnum=$as_cr_Letters$as_cr_digits
424 as_lineno_1=$LINENO as_lineno_1a=$LINENO
425 as_lineno_2=$LINENO as_lineno_2a=$LINENO
426 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
427 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
428 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
429 sed -n '
431 /[$]LINENO/=
432 ' <$as_myself |
433 sed '
434 s/[$]LINENO.*/&-/
435 t lineno
437 :lineno
439 :loop
440 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
441 t loop
442 s/-\n.*//
443 ' >$as_me.lineno &&
444 chmod +x "$as_me.lineno" ||
445 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
447 # Don't try to exec as it changes $[0], causing all sort of problems
448 # (the dirname of $[0] is not the place where we might find the
449 # original and so on. Autoconf is especially sensitive to this).
450 . "./$as_me.lineno"
451 # Exit status is that of the last command.
452 exit
455 ECHO_C= ECHO_N= ECHO_T=
456 case `echo -n x` in #(((((
457 -n*)
458 case `echo 'xy\c'` in
459 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
460 xy) ECHO_C='\c';;
461 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
462 ECHO_T=' ';;
463 esac;;
465 ECHO_N='-n';;
466 esac
468 rm -f conf$$ conf$$.exe conf$$.file
469 if test -d conf$$.dir; then
470 rm -f conf$$.dir/conf$$.file
471 else
472 rm -f conf$$.dir
473 mkdir conf$$.dir 2>/dev/null
475 if (echo >conf$$.file) 2>/dev/null; then
476 if ln -s conf$$.file conf$$ 2>/dev/null; then
477 as_ln_s='ln -s'
478 # ... but there are two gotchas:
479 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
480 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
481 # In both cases, we have to default to `cp -p'.
482 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
483 as_ln_s='cp -p'
484 elif ln conf$$.file conf$$ 2>/dev/null; then
485 as_ln_s=ln
486 else
487 as_ln_s='cp -p'
489 else
490 as_ln_s='cp -p'
492 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
493 rmdir conf$$.dir 2>/dev/null
495 if mkdir -p . 2>/dev/null; then
496 as_mkdir_p='mkdir -p "$as_dir"'
497 else
498 test -d ./-p && rmdir ./-p
499 as_mkdir_p=false
502 if test -x / >/dev/null 2>&1; then
503 as_test_x='test -x'
504 else
505 if ls -dL / >/dev/null 2>&1; then
506 as_ls_L_option=L
507 else
508 as_ls_L_option=
510 as_test_x='
511 eval sh -c '\''
512 if test -d "$1"; then
513 test -d "$1/.";
514 else
515 case $1 in #(
516 -*)set "./$1";;
517 esac;
518 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
519 ???[sx]*):;;*)false;;esac;fi
520 '\'' sh
523 as_executable_p=$as_test_x
525 # Sed expression to map a string onto a valid CPP name.
526 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
528 # Sed expression to map a string onto a valid variable name.
529 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
532 test -n "$DJDIR" || exec 7<&0 </dev/null
533 exec 6>&1
535 # Name of the host.
536 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
537 # so uname gets run too.
538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
541 # Initializations.
543 ac_default_prefix=/usr/local
544 ac_clean_files=
545 ac_config_libobj_dir=.
546 LIBOBJS=
547 cross_compiling=no
548 subdirs=
549 MFLAGS=
550 MAKEFLAGS=
552 # Identity of this package.
553 PACKAGE_NAME='Wine'
554 PACKAGE_TARNAME='wine'
555 PACKAGE_VERSION='1.1.38'
556 PACKAGE_STRING='Wine 1.1.38'
557 PACKAGE_BUGREPORT='wine-devel@winehq.org'
558 PACKAGE_URL='http://www.winehq.org'
560 ac_unique_file="server/atom.c"
561 # Factoring default headers for most tests.
562 ac_includes_default="\
563 #include <stdio.h>
564 #ifdef HAVE_SYS_TYPES_H
565 # include <sys/types.h>
566 #endif
567 #ifdef HAVE_SYS_STAT_H
568 # include <sys/stat.h>
569 #endif
570 #ifdef STDC_HEADERS
571 # include <stdlib.h>
572 # include <stddef.h>
573 #else
574 # ifdef HAVE_STDLIB_H
575 # include <stdlib.h>
576 # endif
577 #endif
578 #ifdef HAVE_STRING_H
579 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
580 # include <memory.h>
581 # endif
582 # include <string.h>
583 #endif
584 #ifdef HAVE_STRINGS_H
585 # include <strings.h>
586 #endif
587 #ifdef HAVE_INTTYPES_H
588 # include <inttypes.h>
589 #endif
590 #ifdef HAVE_STDINT_H
591 # include <stdint.h>
592 #endif
593 #ifdef HAVE_UNISTD_H
594 # include <unistd.h>
595 #endif"
597 ac_subst_vars='LTLIBOBJS
598 LIBOBJS
599 ALL_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_TOOL_DIRS
609 ALL_DLL_DIRS
610 ALL_TOP_DIRS
611 ALL_MAKEFILE_DEPENDS
612 ALL_SYMLINKS
613 ALL_MAKEFILES
614 ALL_MAKERULES
615 DEPENDENCIES
616 LDAPLIBS
617 LIBPOLL
618 LIBDL
619 EXTRA_BINARIES
620 MAIN_BINARY
621 SOCKETLIBS
622 CRTLIBS
623 TOOLSEXT
624 LDPATH
625 BUILTINFLAG
626 EXTRACFLAGS
627 LIBKSTAT
628 LIBMPG123
629 PNGINCL
630 FONTCONFIGINCL
631 CUPSINCL
632 AUDIOIOLIBS
633 ALSALIBS
634 ESDLIBS
635 ESDINCL
636 ESDCONFIG
637 ZLIB
638 FREETYPEINCL
639 FREETYPELIBS
640 ft_devel
641 LCMSLIBS
642 RESOLVLIBS
643 GPHOTO2INCL
644 GPHOTO2LIBS
645 gphoto2port_devel
646 gphoto2_devel
647 SANEINCL
648 sane_devel
649 GNUTLSINCL
650 HALINCL
651 XSLTINCL
652 XML2INCL
653 XML2LIBS
654 NASLIBS
655 X_EXTRA_LIBS
656 X_LIBS
657 X_PRE_LIBS
658 X_CFLAGS
659 XMKMF
660 LIBPTHREAD
661 CROSSTARGET
662 CROSSTEST
663 CROSSCC
664 CARBONLIB
665 LIBOPENAL
666 COREAUDIO
667 DISKARBITRATIONLIB
668 LDEXECFLAGS
669 IOKITLIB
670 COREFOUNDATIONLIB
671 SECURITYLIB
672 DLLWRAP
673 DLLTOOL
675 LDRPATH_LOCAL
676 LDRPATH_INSTALL
677 IMPLIBEXT
678 LIBEXT
679 LDDLLFLAGS
680 LDSHARED
681 DLLFLAGS
682 DLLEXT
684 OPENGL_LIBS
685 XLIB
686 PRELINK
687 ICOTOOL
688 RSVG
689 PKG_CONFIG
690 FONTFORGE
691 LINTFLAGS
692 LINT
693 INSTALL_DATA
694 INSTALL_SCRIPT
695 INSTALL_PROGRAM
696 LDCONFIG
697 EGREP
698 GREP
699 LN_S
700 STRIP
701 RANLIB
702 ARFLAGS
703 ac_ct_AR
705 BISON
706 FLEX
707 TOOLSDIR
708 WOW64_DISABLE
709 TARGETFLAGS
710 CPPBIN
711 ac_ct_CXX
712 CXXFLAGS
714 OBJEXT
715 EXEEXT
716 ac_ct_CC
717 CPPFLAGS
718 LDFLAGS
719 CFLAGS
721 SET_MAKE
722 host_os
723 host_vendor
724 host_cpu
725 host
726 build_os
727 build_vendor
728 build_cpu
729 build
730 MAINTAINER_MODE
731 target_alias
732 host_alias
733 build_alias
734 LIBS
735 ECHO_T
736 ECHO_N
737 ECHO_C
738 DEFS
739 mandir
740 localedir
741 libdir
742 psdir
743 pdfdir
744 dvidir
745 htmldir
746 infodir
747 docdir
748 oldincludedir
749 includedir
750 localstatedir
751 sharedstatedir
752 sysconfdir
753 datadir
754 datarootdir
755 libexecdir
756 sbindir
757 bindir
758 program_transform_name
759 prefix
760 exec_prefix
761 PACKAGE_URL
762 PACKAGE_BUGREPORT
763 PACKAGE_STRING
764 PACKAGE_VERSION
765 PACKAGE_TARNAME
766 PACKAGE_NAME
767 PATH_SEPARATOR
768 SHELL'
769 ac_subst_files='MAKE_RULES
770 MAKE_DLL_RULES
771 MAKE_IMPLIB_RULES
772 MAKE_TEST_RULES
773 MAKE_PROG_RULES'
774 ac_user_opts='
775 enable_option_checking
776 enable_win16
777 enable_win64
778 enable_tests
779 enable_maintainer_mode
780 with_alsa
781 with_audioio
782 with_capi
783 with_cms
784 with_coreaudio
785 with_cups
786 with_curses
787 with_esd
788 with_fontconfig
789 with_freetype
790 with_gphoto
791 with_glu
792 with_gnutls
793 with_gsm
794 with_hal
795 with_jack
796 with_jpeg
797 with_ldap
798 with_mpg123
799 with_nas
800 with_openal
801 with_opengl
802 with_openssl
803 with_oss
804 with_png
805 with_pthread
806 with_sane
807 with_v4l
808 with_xcomposite
809 with_xcursor
810 with_xinerama
811 with_xinput
812 with_xml
813 with_xrandr
814 with_xrender
815 with_xshape
816 with_xshm
817 with_xslt
818 with_xxf86vm
819 with_wine_tools
820 with_wine64
821 enable_largefile
822 with_x
824 ac_precious_vars='build_alias
825 host_alias
826 target_alias
828 CFLAGS
829 LDFLAGS
830 LIBS
831 CPPFLAGS
833 CXXFLAGS
836 XMKMF'
839 # Initialize some variables set by options.
840 ac_init_help=
841 ac_init_version=false
842 ac_unrecognized_opts=
843 ac_unrecognized_sep=
844 # The variables have the same names as the options, with
845 # dashes changed to underlines.
846 cache_file=/dev/null
847 exec_prefix=NONE
848 no_create=
849 no_recursion=
850 prefix=NONE
851 program_prefix=NONE
852 program_suffix=NONE
853 program_transform_name=s,x,x,
854 silent=
855 site=
856 srcdir=
857 verbose=
858 x_includes=NONE
859 x_libraries=NONE
861 # Installation directory options.
862 # These are left unexpanded so users can "make install exec_prefix=/foo"
863 # and all the variables that are supposed to be based on exec_prefix
864 # by default will actually change.
865 # Use braces instead of parens because sh, perl, etc. also accept them.
866 # (The list follows the same order as the GNU Coding Standards.)
867 bindir='${exec_prefix}/bin'
868 sbindir='${exec_prefix}/sbin'
869 libexecdir='${exec_prefix}/libexec'
870 datarootdir='${prefix}/share'
871 datadir='${datarootdir}'
872 sysconfdir='${prefix}/etc'
873 sharedstatedir='${prefix}/com'
874 localstatedir='${prefix}/var'
875 includedir='${prefix}/include'
876 oldincludedir='/usr/include'
877 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
878 infodir='${datarootdir}/info'
879 htmldir='${docdir}'
880 dvidir='${docdir}'
881 pdfdir='${docdir}'
882 psdir='${docdir}'
883 libdir='${exec_prefix}/lib'
884 localedir='${datarootdir}/locale'
885 mandir='${datarootdir}/man'
887 ac_prev=
888 ac_dashdash=
889 for ac_option
891 # If the previous option needs an argument, assign it.
892 if test -n "$ac_prev"; then
893 eval $ac_prev=\$ac_option
894 ac_prev=
895 continue
898 case $ac_option in
899 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
900 *) ac_optarg=yes ;;
901 esac
903 # Accept the important Cygnus configure options, so we can diagnose typos.
905 case $ac_dashdash$ac_option in
907 ac_dashdash=yes ;;
909 -bindir | --bindir | --bindi | --bind | --bin | --bi)
910 ac_prev=bindir ;;
911 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
912 bindir=$ac_optarg ;;
914 -build | --build | --buil | --bui | --bu)
915 ac_prev=build_alias ;;
916 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
917 build_alias=$ac_optarg ;;
919 -cache-file | --cache-file | --cache-fil | --cache-fi \
920 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
921 ac_prev=cache_file ;;
922 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
923 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
924 cache_file=$ac_optarg ;;
926 --config-cache | -C)
927 cache_file=config.cache ;;
929 -datadir | --datadir | --datadi | --datad)
930 ac_prev=datadir ;;
931 -datadir=* | --datadir=* | --datadi=* | --datad=*)
932 datadir=$ac_optarg ;;
934 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
935 | --dataroo | --dataro | --datar)
936 ac_prev=datarootdir ;;
937 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
938 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
939 datarootdir=$ac_optarg ;;
941 -disable-* | --disable-*)
942 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
943 # Reject names that are not valid shell variable names.
944 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
945 as_fn_error "invalid feature name: $ac_useropt"
946 ac_useropt_orig=$ac_useropt
947 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
948 case $ac_user_opts in
950 "enable_$ac_useropt"
951 "*) ;;
952 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
953 ac_unrecognized_sep=', ';;
954 esac
955 eval enable_$ac_useropt=no ;;
957 -docdir | --docdir | --docdi | --doc | --do)
958 ac_prev=docdir ;;
959 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
960 docdir=$ac_optarg ;;
962 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
963 ac_prev=dvidir ;;
964 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
965 dvidir=$ac_optarg ;;
967 -enable-* | --enable-*)
968 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
969 # Reject names that are not valid shell variable names.
970 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
971 as_fn_error "invalid feature name: $ac_useropt"
972 ac_useropt_orig=$ac_useropt
973 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
974 case $ac_user_opts in
976 "enable_$ac_useropt"
977 "*) ;;
978 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
979 ac_unrecognized_sep=', ';;
980 esac
981 eval enable_$ac_useropt=\$ac_optarg ;;
983 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
984 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
985 | --exec | --exe | --ex)
986 ac_prev=exec_prefix ;;
987 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
988 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
989 | --exec=* | --exe=* | --ex=*)
990 exec_prefix=$ac_optarg ;;
992 -gas | --gas | --ga | --g)
993 # Obsolete; use --with-gas.
994 with_gas=yes ;;
996 -help | --help | --hel | --he | -h)
997 ac_init_help=long ;;
998 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
999 ac_init_help=recursive ;;
1000 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1001 ac_init_help=short ;;
1003 -host | --host | --hos | --ho)
1004 ac_prev=host_alias ;;
1005 -host=* | --host=* | --hos=* | --ho=*)
1006 host_alias=$ac_optarg ;;
1008 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1009 ac_prev=htmldir ;;
1010 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1011 | --ht=*)
1012 htmldir=$ac_optarg ;;
1014 -includedir | --includedir | --includedi | --included | --include \
1015 | --includ | --inclu | --incl | --inc)
1016 ac_prev=includedir ;;
1017 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1018 | --includ=* | --inclu=* | --incl=* | --inc=*)
1019 includedir=$ac_optarg ;;
1021 -infodir | --infodir | --infodi | --infod | --info | --inf)
1022 ac_prev=infodir ;;
1023 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1024 infodir=$ac_optarg ;;
1026 -libdir | --libdir | --libdi | --libd)
1027 ac_prev=libdir ;;
1028 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1029 libdir=$ac_optarg ;;
1031 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1032 | --libexe | --libex | --libe)
1033 ac_prev=libexecdir ;;
1034 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1035 | --libexe=* | --libex=* | --libe=*)
1036 libexecdir=$ac_optarg ;;
1038 -localedir | --localedir | --localedi | --localed | --locale)
1039 ac_prev=localedir ;;
1040 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1041 localedir=$ac_optarg ;;
1043 -localstatedir | --localstatedir | --localstatedi | --localstated \
1044 | --localstate | --localstat | --localsta | --localst | --locals)
1045 ac_prev=localstatedir ;;
1046 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1047 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1048 localstatedir=$ac_optarg ;;
1050 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1051 ac_prev=mandir ;;
1052 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1053 mandir=$ac_optarg ;;
1055 -nfp | --nfp | --nf)
1056 # Obsolete; use --without-fp.
1057 with_fp=no ;;
1059 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1060 | --no-cr | --no-c | -n)
1061 no_create=yes ;;
1063 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1064 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1065 no_recursion=yes ;;
1067 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1068 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1069 | --oldin | --oldi | --old | --ol | --o)
1070 ac_prev=oldincludedir ;;
1071 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1072 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1073 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1074 oldincludedir=$ac_optarg ;;
1076 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1077 ac_prev=prefix ;;
1078 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1079 prefix=$ac_optarg ;;
1081 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1082 | --program-pre | --program-pr | --program-p)
1083 ac_prev=program_prefix ;;
1084 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1085 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1086 program_prefix=$ac_optarg ;;
1088 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1089 | --program-suf | --program-su | --program-s)
1090 ac_prev=program_suffix ;;
1091 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1092 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1093 program_suffix=$ac_optarg ;;
1095 -program-transform-name | --program-transform-name \
1096 | --program-transform-nam | --program-transform-na \
1097 | --program-transform-n | --program-transform- \
1098 | --program-transform | --program-transfor \
1099 | --program-transfo | --program-transf \
1100 | --program-trans | --program-tran \
1101 | --progr-tra | --program-tr | --program-t)
1102 ac_prev=program_transform_name ;;
1103 -program-transform-name=* | --program-transform-name=* \
1104 | --program-transform-nam=* | --program-transform-na=* \
1105 | --program-transform-n=* | --program-transform-=* \
1106 | --program-transform=* | --program-transfor=* \
1107 | --program-transfo=* | --program-transf=* \
1108 | --program-trans=* | --program-tran=* \
1109 | --progr-tra=* | --program-tr=* | --program-t=*)
1110 program_transform_name=$ac_optarg ;;
1112 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1113 ac_prev=pdfdir ;;
1114 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1115 pdfdir=$ac_optarg ;;
1117 -psdir | --psdir | --psdi | --psd | --ps)
1118 ac_prev=psdir ;;
1119 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1120 psdir=$ac_optarg ;;
1122 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1123 | -silent | --silent | --silen | --sile | --sil)
1124 silent=yes ;;
1126 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1127 ac_prev=sbindir ;;
1128 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1129 | --sbi=* | --sb=*)
1130 sbindir=$ac_optarg ;;
1132 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1133 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1134 | --sharedst | --shareds | --shared | --share | --shar \
1135 | --sha | --sh)
1136 ac_prev=sharedstatedir ;;
1137 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1138 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1139 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1140 | --sha=* | --sh=*)
1141 sharedstatedir=$ac_optarg ;;
1143 -site | --site | --sit)
1144 ac_prev=site ;;
1145 -site=* | --site=* | --sit=*)
1146 site=$ac_optarg ;;
1148 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1149 ac_prev=srcdir ;;
1150 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1151 srcdir=$ac_optarg ;;
1153 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1154 | --syscon | --sysco | --sysc | --sys | --sy)
1155 ac_prev=sysconfdir ;;
1156 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1157 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1158 sysconfdir=$ac_optarg ;;
1160 -target | --target | --targe | --targ | --tar | --ta | --t)
1161 ac_prev=target_alias ;;
1162 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1163 target_alias=$ac_optarg ;;
1165 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1166 verbose=yes ;;
1168 -version | --version | --versio | --versi | --vers | -V)
1169 ac_init_version=: ;;
1171 -with-* | --with-*)
1172 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1173 # Reject names that are not valid shell variable names.
1174 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1175 as_fn_error "invalid package name: $ac_useropt"
1176 ac_useropt_orig=$ac_useropt
1177 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1178 case $ac_user_opts in
1180 "with_$ac_useropt"
1181 "*) ;;
1182 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1183 ac_unrecognized_sep=', ';;
1184 esac
1185 eval with_$ac_useropt=\$ac_optarg ;;
1187 -without-* | --without-*)
1188 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1189 # Reject names that are not valid shell variable names.
1190 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1191 as_fn_error "invalid package name: $ac_useropt"
1192 ac_useropt_orig=$ac_useropt
1193 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1194 case $ac_user_opts in
1196 "with_$ac_useropt"
1197 "*) ;;
1198 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1199 ac_unrecognized_sep=', ';;
1200 esac
1201 eval with_$ac_useropt=no ;;
1203 --x)
1204 # Obsolete; use --with-x.
1205 with_x=yes ;;
1207 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1208 | --x-incl | --x-inc | --x-in | --x-i)
1209 ac_prev=x_includes ;;
1210 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1211 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1212 x_includes=$ac_optarg ;;
1214 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1215 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1216 ac_prev=x_libraries ;;
1217 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1218 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1219 x_libraries=$ac_optarg ;;
1221 -*) as_fn_error "unrecognized option: \`$ac_option'
1222 Try \`$0 --help' for more information."
1225 *=*)
1226 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1227 # Reject names that are not valid shell variable names.
1228 case $ac_envvar in #(
1229 '' | [0-9]* | *[!_$as_cr_alnum]* )
1230 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1231 esac
1232 eval $ac_envvar=\$ac_optarg
1233 export $ac_envvar ;;
1236 # FIXME: should be removed in autoconf 3.0.
1237 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1238 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1239 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1240 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1243 esac
1244 done
1246 if test -n "$ac_prev"; then
1247 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1248 as_fn_error "missing argument to $ac_option"
1251 if test -n "$ac_unrecognized_opts"; then
1252 case $enable_option_checking in
1253 no) ;;
1254 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1255 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1256 esac
1259 # Check all directory arguments for consistency.
1260 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1261 datadir sysconfdir sharedstatedir localstatedir includedir \
1262 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1263 libdir localedir mandir
1265 eval ac_val=\$$ac_var
1266 # Remove trailing slashes.
1267 case $ac_val in
1268 */ )
1269 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1270 eval $ac_var=\$ac_val;;
1271 esac
1272 # Be sure to have absolute directory names.
1273 case $ac_val in
1274 [\\/$]* | ?:[\\/]* ) continue;;
1275 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1276 esac
1277 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1278 done
1280 # There might be people who depend on the old broken behavior: `$host'
1281 # used to hold the argument of --host etc.
1282 # FIXME: To remove some day.
1283 build=$build_alias
1284 host=$host_alias
1285 target=$target_alias
1287 # FIXME: To remove some day.
1288 if test "x$host_alias" != x; then
1289 if test "x$build_alias" = x; then
1290 cross_compiling=maybe
1291 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1292 If a cross compiler is detected then cross compile mode will be used." >&2
1293 elif test "x$build_alias" != "x$host_alias"; then
1294 cross_compiling=yes
1298 ac_tool_prefix=
1299 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1301 test "$silent" = yes && exec 6>/dev/null
1304 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1305 ac_ls_di=`ls -di .` &&
1306 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1307 as_fn_error "working directory cannot be determined"
1308 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1309 as_fn_error "pwd does not report name of working directory"
1312 # Find the source files, if location was not specified.
1313 if test -z "$srcdir"; then
1314 ac_srcdir_defaulted=yes
1315 # Try the directory containing this script, then the parent directory.
1316 ac_confdir=`$as_dirname -- "$as_myself" ||
1317 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1318 X"$as_myself" : 'X\(//\)[^/]' \| \
1319 X"$as_myself" : 'X\(//\)$' \| \
1320 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1321 $as_echo X"$as_myself" |
1322 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1323 s//\1/
1326 /^X\(\/\/\)[^/].*/{
1327 s//\1/
1330 /^X\(\/\/\)$/{
1331 s//\1/
1334 /^X\(\/\).*/{
1335 s//\1/
1338 s/.*/./; q'`
1339 srcdir=$ac_confdir
1340 if test ! -r "$srcdir/$ac_unique_file"; then
1341 srcdir=..
1343 else
1344 ac_srcdir_defaulted=no
1346 if test ! -r "$srcdir/$ac_unique_file"; then
1347 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1348 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1350 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1351 ac_abs_confdir=`(
1352 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1353 pwd)`
1354 # When building in place, set srcdir=.
1355 if test "$ac_abs_confdir" = "$ac_pwd"; then
1356 srcdir=.
1358 # Remove unnecessary trailing slashes from srcdir.
1359 # Double slashes in file names in object file debugging info
1360 # mess up M-x gdb in Emacs.
1361 case $srcdir in
1362 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1363 esac
1364 for ac_var in $ac_precious_vars; do
1365 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1366 eval ac_env_${ac_var}_value=\$${ac_var}
1367 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1368 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1369 done
1372 # Report the --help message.
1374 if test "$ac_init_help" = "long"; then
1375 # Omit some internal or obsolete options to make the list less imposing.
1376 # This message is too long to be a string in the A/UX 3.1 sh.
1377 cat <<_ACEOF
1378 \`configure' configures Wine 1.1.38 to adapt to many kinds of systems.
1380 Usage: $0 [OPTION]... [VAR=VALUE]...
1382 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1383 VAR=VALUE. See below for descriptions of some of the useful variables.
1385 Defaults for the options are specified in brackets.
1387 Configuration:
1388 -h, --help display this help and exit
1389 --help=short display options specific to this package
1390 --help=recursive display the short help of all the included packages
1391 -V, --version display version information and exit
1392 -q, --quiet, --silent do not print \`checking...' messages
1393 --cache-file=FILE cache test results in FILE [disabled]
1394 -C, --config-cache alias for \`--cache-file=config.cache'
1395 -n, --no-create do not create output files
1396 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1398 Installation directories:
1399 --prefix=PREFIX install architecture-independent files in PREFIX
1400 [$ac_default_prefix]
1401 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1402 [PREFIX]
1404 By default, \`make install' will install all the files in
1405 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1406 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1407 for instance \`--prefix=\$HOME'.
1409 For better control, use the options below.
1411 Fine tuning of the installation directories:
1412 --bindir=DIR user executables [EPREFIX/bin]
1413 --sbindir=DIR system admin executables [EPREFIX/sbin]
1414 --libexecdir=DIR program executables [EPREFIX/libexec]
1415 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1416 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1417 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1418 --libdir=DIR object code libraries [EPREFIX/lib]
1419 --includedir=DIR C header files [PREFIX/include]
1420 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1421 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1422 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1423 --infodir=DIR info documentation [DATAROOTDIR/info]
1424 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1425 --mandir=DIR man documentation [DATAROOTDIR/man]
1426 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1427 --htmldir=DIR html documentation [DOCDIR]
1428 --dvidir=DIR dvi documentation [DOCDIR]
1429 --pdfdir=DIR pdf documentation [DOCDIR]
1430 --psdir=DIR ps documentation [DOCDIR]
1431 _ACEOF
1433 cat <<\_ACEOF
1435 X features:
1436 --x-includes=DIR X include files are in DIR
1437 --x-libraries=DIR X library files are in DIR
1439 System types:
1440 --build=BUILD configure for building on BUILD [guessed]
1441 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1442 _ACEOF
1445 if test -n "$ac_init_help"; then
1446 case $ac_init_help in
1447 short | recursive ) echo "Configuration of Wine 1.1.38:";;
1448 esac
1449 cat <<\_ACEOF
1451 Optional Features:
1452 --disable-option-checking ignore unrecognized --enable/--with options
1453 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1454 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1455 --disable-win16 do not include Win16 support
1456 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1457 binaries)
1458 --disable-tests do not build the regression tests
1459 --enable-maintainer-mode
1460 enable maintainer-specific build rules
1461 --disable-largefile omit support for large files
1463 Optional Packages:
1464 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1465 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1466 --without-alsa do not use the Alsa sound support
1467 --without-audioio do not use the AudioIO sound support
1468 --without-capi do not use CAPI (ISDN support)
1469 --without-cms do not use CMS (color management support)
1470 --without-coreaudio do not use the CoreAudio sound support
1471 --without-cups do not use CUPS
1472 --without-curses do not use (n)curses
1473 --without-esd do not use the EsounD sound support
1474 --without-fontconfig do not use fontconfig
1475 --without-freetype do not use the FreeType library
1476 --without-gphoto do not use gphoto (Digital Camera support)
1477 --without-glu do not use the GLU library
1478 --without-gnutls do not use GnuTLS (schannel support)
1479 --without-gsm do not use libgsm (GSM 06.10 codec support)
1480 --without-hal do not use HAL (dynamic device support)
1481 --without-jack do not use the Jack sound support
1482 --without-jpeg do not use JPEG
1483 --without-ldap do not use LDAP
1484 --without-mpg123 do not use the mpg123 library
1485 --without-nas do not use the NAS sound support
1486 --without-openal do not use OpenAL
1487 --without-opengl do not use OpenGL
1488 --without-openssl do not use OpenSSL
1489 --without-oss do not use the OSS sound support
1490 --without-png do not use PNG
1491 --without-pthread do not use the pthread library
1492 --without-sane do not use SANE (scanner support)
1493 --without-v4l do not use v4l1 (v4l support)
1494 --without-xcomposite do not use the Xcomposite extension
1495 --without-xcursor do not use the Xcursor extension
1496 --without-xinerama do not use Xinerama (multi-monitor support)
1497 --without-xinput do not use the Xinput extension
1498 --without-xml do not use XML
1499 --without-xrandr do not use Xrandr (resolution changes)
1500 --without-xrender do not use the Xrender extension
1501 --without-xshape do not use the Xshape extension
1502 --without-xshm do not use XShm (shared memory extension)
1503 --without-xslt do not use XSLT
1504 --without-xxf86vm do not use XFree video mode extension
1505 --with-wine-tools=DIR use Wine tools from directory DIR
1506 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1507 --with-x use the X Window System
1509 Some influential environment variables:
1510 CC C compiler command
1511 CFLAGS C compiler flags
1512 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1513 nonstandard directory <lib dir>
1514 LIBS libraries to pass to the linker, e.g. -l<library>
1515 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1516 you have headers in a nonstandard directory <include dir>
1517 CXX C++ compiler command
1518 CXXFLAGS C++ compiler flags
1519 CPP C preprocessor
1520 XMKMF Path to xmkmf, Makefile generator for X Window System
1522 Use these variables to override the choices made by `configure' or to help
1523 it to find libraries and programs with nonstandard names/locations.
1525 Report bugs to <wine-devel@winehq.org>.
1526 Wine home page: <http://www.winehq.org>.
1527 _ACEOF
1528 ac_status=$?
1531 if test "$ac_init_help" = "recursive"; then
1532 # If there are subdirs, report their specific --help.
1533 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1534 test -d "$ac_dir" ||
1535 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1536 continue
1537 ac_builddir=.
1539 case "$ac_dir" in
1540 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1542 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1543 # A ".." for each directory in $ac_dir_suffix.
1544 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1545 case $ac_top_builddir_sub in
1546 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1547 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1548 esac ;;
1549 esac
1550 ac_abs_top_builddir=$ac_pwd
1551 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1552 # for backward compatibility:
1553 ac_top_builddir=$ac_top_build_prefix
1555 case $srcdir in
1556 .) # We are building in place.
1557 ac_srcdir=.
1558 ac_top_srcdir=$ac_top_builddir_sub
1559 ac_abs_top_srcdir=$ac_pwd ;;
1560 [\\/]* | ?:[\\/]* ) # Absolute name.
1561 ac_srcdir=$srcdir$ac_dir_suffix;
1562 ac_top_srcdir=$srcdir
1563 ac_abs_top_srcdir=$srcdir ;;
1564 *) # Relative name.
1565 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1566 ac_top_srcdir=$ac_top_build_prefix$srcdir
1567 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1568 esac
1569 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1571 cd "$ac_dir" || { ac_status=$?; continue; }
1572 # Check for guested configure.
1573 if test -f "$ac_srcdir/configure.gnu"; then
1574 echo &&
1575 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1576 elif test -f "$ac_srcdir/configure"; then
1577 echo &&
1578 $SHELL "$ac_srcdir/configure" --help=recursive
1579 else
1580 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1581 fi || ac_status=$?
1582 cd "$ac_pwd" || { ac_status=$?; break; }
1583 done
1586 test -n "$ac_init_help" && exit $ac_status
1587 if $ac_init_version; then
1588 cat <<\_ACEOF
1589 Wine configure 1.1.38
1590 generated by GNU Autoconf 2.65
1592 Copyright (C) 2009 Free Software Foundation, Inc.
1593 This configure script is free software; the Free Software Foundation
1594 gives unlimited permission to copy, distribute and modify it.
1595 _ACEOF
1596 exit
1599 ## ------------------------ ##
1600 ## Autoconf initialization. ##
1601 ## ------------------------ ##
1603 # ac_fn_c_try_compile LINENO
1604 # --------------------------
1605 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1606 ac_fn_c_try_compile ()
1608 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1609 rm -f conftest.$ac_objext
1610 if { { ac_try="$ac_compile"
1611 case "(($ac_try" in
1612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1613 *) ac_try_echo=$ac_try;;
1614 esac
1615 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1616 $as_echo "$ac_try_echo"; } >&5
1617 (eval "$ac_compile") 2>conftest.err
1618 ac_status=$?
1619 if test -s conftest.err; then
1620 grep -v '^ *+' conftest.err >conftest.er1
1621 cat conftest.er1 >&5
1622 mv -f conftest.er1 conftest.err
1624 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1625 test $ac_status = 0; } && {
1626 test -z "$ac_c_werror_flag" ||
1627 test ! -s conftest.err
1628 } && test -s conftest.$ac_objext; then :
1629 ac_retval=0
1630 else
1631 $as_echo "$as_me: failed program was:" >&5
1632 sed 's/^/| /' conftest.$ac_ext >&5
1634 ac_retval=1
1636 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1637 as_fn_set_status $ac_retval
1639 } # ac_fn_c_try_compile
1641 # ac_fn_cxx_try_compile LINENO
1642 # ----------------------------
1643 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1644 ac_fn_cxx_try_compile ()
1646 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1647 rm -f conftest.$ac_objext
1648 if { { ac_try="$ac_compile"
1649 case "(($ac_try" in
1650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1651 *) ac_try_echo=$ac_try;;
1652 esac
1653 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1654 $as_echo "$ac_try_echo"; } >&5
1655 (eval "$ac_compile") 2>conftest.err
1656 ac_status=$?
1657 if test -s conftest.err; then
1658 grep -v '^ *+' conftest.err >conftest.er1
1659 cat conftest.er1 >&5
1660 mv -f conftest.er1 conftest.err
1662 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1663 test $ac_status = 0; } && {
1664 test -z "$ac_cxx_werror_flag" ||
1665 test ! -s conftest.err
1666 } && test -s conftest.$ac_objext; then :
1667 ac_retval=0
1668 else
1669 $as_echo "$as_me: failed program was:" >&5
1670 sed 's/^/| /' conftest.$ac_ext >&5
1672 ac_retval=1
1674 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1675 as_fn_set_status $ac_retval
1677 } # ac_fn_cxx_try_compile
1679 # ac_fn_c_try_link LINENO
1680 # -----------------------
1681 # Try to link conftest.$ac_ext, and return whether this succeeded.
1682 ac_fn_c_try_link ()
1684 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1685 rm -f conftest.$ac_objext conftest$ac_exeext
1686 if { { ac_try="$ac_link"
1687 case "(($ac_try" in
1688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1689 *) ac_try_echo=$ac_try;;
1690 esac
1691 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1692 $as_echo "$ac_try_echo"; } >&5
1693 (eval "$ac_link") 2>conftest.err
1694 ac_status=$?
1695 if test -s conftest.err; then
1696 grep -v '^ *+' conftest.err >conftest.er1
1697 cat conftest.er1 >&5
1698 mv -f conftest.er1 conftest.err
1700 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1701 test $ac_status = 0; } && {
1702 test -z "$ac_c_werror_flag" ||
1703 test ! -s conftest.err
1704 } && test -s conftest$ac_exeext && {
1705 test "$cross_compiling" = yes ||
1706 $as_test_x conftest$ac_exeext
1707 }; then :
1708 ac_retval=0
1709 else
1710 $as_echo "$as_me: failed program was:" >&5
1711 sed 's/^/| /' conftest.$ac_ext >&5
1713 ac_retval=1
1715 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1716 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1717 # interfere with the next link command; also delete a directory that is
1718 # left behind by Apple's compiler. We do this before executing the actions.
1719 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1720 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1721 as_fn_set_status $ac_retval
1723 } # ac_fn_c_try_link
1725 # ac_fn_c_try_cpp LINENO
1726 # ----------------------
1727 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1728 ac_fn_c_try_cpp ()
1730 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1731 if { { ac_try="$ac_cpp conftest.$ac_ext"
1732 case "(($ac_try" in
1733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1734 *) ac_try_echo=$ac_try;;
1735 esac
1736 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1737 $as_echo "$ac_try_echo"; } >&5
1738 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1739 ac_status=$?
1740 if test -s conftest.err; then
1741 grep -v '^ *+' conftest.err >conftest.er1
1742 cat conftest.er1 >&5
1743 mv -f conftest.er1 conftest.err
1745 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1746 test $ac_status = 0; } >/dev/null && {
1747 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1748 test ! -s conftest.err
1749 }; then :
1750 ac_retval=0
1751 else
1752 $as_echo "$as_me: failed program was:" >&5
1753 sed 's/^/| /' conftest.$ac_ext >&5
1755 ac_retval=1
1757 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1758 as_fn_set_status $ac_retval
1760 } # ac_fn_c_try_cpp
1762 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1763 # -------------------------------------------------------
1764 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1765 # the include files in INCLUDES and setting the cache variable VAR
1766 # accordingly.
1767 ac_fn_c_check_header_mongrel ()
1769 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1770 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1772 $as_echo_n "checking for $2... " >&6; }
1773 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1774 $as_echo_n "(cached) " >&6
1776 eval ac_res=\$$3
1777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1778 $as_echo "$ac_res" >&6; }
1779 else
1780 # Is the header compilable?
1781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1782 $as_echo_n "checking $2 usability... " >&6; }
1783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1784 /* end confdefs.h. */
1786 #include <$2>
1787 _ACEOF
1788 if ac_fn_c_try_compile "$LINENO"; then :
1789 ac_header_compiler=yes
1790 else
1791 ac_header_compiler=no
1793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1795 $as_echo "$ac_header_compiler" >&6; }
1797 # Is the header present?
1798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1799 $as_echo_n "checking $2 presence... " >&6; }
1800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1801 /* end confdefs.h. */
1802 #include <$2>
1803 _ACEOF
1804 if ac_fn_c_try_cpp "$LINENO"; then :
1805 ac_header_preproc=yes
1806 else
1807 ac_header_preproc=no
1809 rm -f conftest.err conftest.$ac_ext
1810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1811 $as_echo "$ac_header_preproc" >&6; }
1813 # So? What about this header?
1814 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1815 yes:no: )
1816 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1817 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1818 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1819 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1821 no:yes:* )
1822 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1823 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1824 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1825 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1826 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1827 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1828 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1829 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1830 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1831 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1832 ( cat <<\_ASBOX
1833 ## ------------------------------------ ##
1834 ## Report this to wine-devel@winehq.org ##
1835 ## ------------------------------------ ##
1836 _ASBOX
1837 ) | sed "s/^/$as_me: WARNING: /" >&2
1839 esac
1840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1841 $as_echo_n "checking for $2... " >&6; }
1842 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1843 $as_echo_n "(cached) " >&6
1844 else
1845 eval "$3=\$ac_header_compiler"
1847 eval ac_res=\$$3
1848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1849 $as_echo "$ac_res" >&6; }
1851 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1853 } # ac_fn_c_check_header_mongrel
1855 # ac_fn_c_try_run LINENO
1856 # ----------------------
1857 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1858 # that executables *can* be run.
1859 ac_fn_c_try_run ()
1861 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1862 if { { ac_try="$ac_link"
1863 case "(($ac_try" in
1864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1865 *) ac_try_echo=$ac_try;;
1866 esac
1867 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1868 $as_echo "$ac_try_echo"; } >&5
1869 (eval "$ac_link") 2>&5
1870 ac_status=$?
1871 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1872 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1873 { { case "(($ac_try" in
1874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1875 *) ac_try_echo=$ac_try;;
1876 esac
1877 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1878 $as_echo "$ac_try_echo"; } >&5
1879 (eval "$ac_try") 2>&5
1880 ac_status=$?
1881 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1882 test $ac_status = 0; }; }; then :
1883 ac_retval=0
1884 else
1885 $as_echo "$as_me: program exited with status $ac_status" >&5
1886 $as_echo "$as_me: failed program was:" >&5
1887 sed 's/^/| /' conftest.$ac_ext >&5
1889 ac_retval=$ac_status
1891 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1892 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1893 as_fn_set_status $ac_retval
1895 } # ac_fn_c_try_run
1897 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1898 # -------------------------------------------------------
1899 # Tests whether HEADER exists and can be compiled using the include files in
1900 # INCLUDES, setting the cache variable VAR accordingly.
1901 ac_fn_c_check_header_compile ()
1903 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1905 $as_echo_n "checking for $2... " >&6; }
1906 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1907 $as_echo_n "(cached) " >&6
1908 else
1909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1910 /* end confdefs.h. */
1912 #include <$2>
1913 _ACEOF
1914 if ac_fn_c_try_compile "$LINENO"; then :
1915 eval "$3=yes"
1916 else
1917 eval "$3=no"
1919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1921 eval ac_res=\$$3
1922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1923 $as_echo "$ac_res" >&6; }
1924 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1926 } # ac_fn_c_check_header_compile
1928 # ac_fn_c_check_func LINENO FUNC VAR
1929 # ----------------------------------
1930 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1931 ac_fn_c_check_func ()
1933 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1935 $as_echo_n "checking for $2... " >&6; }
1936 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1937 $as_echo_n "(cached) " >&6
1938 else
1939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1940 /* end confdefs.h. */
1941 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1942 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1943 #define $2 innocuous_$2
1945 /* System header to define __stub macros and hopefully few prototypes,
1946 which can conflict with char $2 (); below.
1947 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1948 <limits.h> exists even on freestanding compilers. */
1950 #ifdef __STDC__
1951 # include <limits.h>
1952 #else
1953 # include <assert.h>
1954 #endif
1956 #undef $2
1958 /* Override any GCC internal prototype to avoid an error.
1959 Use char because int might match the return type of a GCC
1960 builtin and then its argument prototype would still apply. */
1961 #ifdef __cplusplus
1962 extern "C"
1963 #endif
1964 char $2 ();
1965 /* The GNU C library defines this for functions which it implements
1966 to always fail with ENOSYS. Some functions are actually named
1967 something starting with __ and the normal name is an alias. */
1968 #if defined __stub_$2 || defined __stub___$2
1969 choke me
1970 #endif
1973 main ()
1975 return $2 ();
1977 return 0;
1979 _ACEOF
1980 if ac_fn_c_try_link "$LINENO"; then :
1981 eval "$3=yes"
1982 else
1983 eval "$3=no"
1985 rm -f core conftest.err conftest.$ac_objext \
1986 conftest$ac_exeext conftest.$ac_ext
1988 eval ac_res=\$$3
1989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1990 $as_echo "$ac_res" >&6; }
1991 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1993 } # ac_fn_c_check_func
1995 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1996 # ----------------------------------------------------
1997 # Tries to find if the field MEMBER exists in type AGGR, after including
1998 # INCLUDES, setting cache variable VAR accordingly.
1999 ac_fn_c_check_member ()
2001 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2003 $as_echo_n "checking for $2.$3... " >&6; }
2004 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2005 $as_echo_n "(cached) " >&6
2006 else
2007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2008 /* end confdefs.h. */
2011 main ()
2013 static $2 ac_aggr;
2014 if (ac_aggr.$3)
2015 return 0;
2017 return 0;
2019 _ACEOF
2020 if ac_fn_c_try_compile "$LINENO"; then :
2021 eval "$4=yes"
2022 else
2023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2024 /* end confdefs.h. */
2027 main ()
2029 static $2 ac_aggr;
2030 if (sizeof ac_aggr.$3)
2031 return 0;
2033 return 0;
2035 _ACEOF
2036 if ac_fn_c_try_compile "$LINENO"; then :
2037 eval "$4=yes"
2038 else
2039 eval "$4=no"
2041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2045 eval ac_res=\$$4
2046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2047 $as_echo "$ac_res" >&6; }
2048 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2050 } # ac_fn_c_check_member
2052 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2053 # -------------------------------------------
2054 # Tests whether TYPE exists after having included INCLUDES, setting cache
2055 # variable VAR accordingly.
2056 ac_fn_c_check_type ()
2058 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2060 $as_echo_n "checking for $2... " >&6; }
2061 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2062 $as_echo_n "(cached) " >&6
2063 else
2064 eval "$3=no"
2065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2066 /* end confdefs.h. */
2069 main ()
2071 if (sizeof ($2))
2072 return 0;
2074 return 0;
2076 _ACEOF
2077 if ac_fn_c_try_compile "$LINENO"; then :
2078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2079 /* end confdefs.h. */
2082 main ()
2084 if (sizeof (($2)))
2085 return 0;
2087 return 0;
2089 _ACEOF
2090 if ac_fn_c_try_compile "$LINENO"; then :
2092 else
2093 eval "$3=yes"
2095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2099 eval ac_res=\$$3
2100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2101 $as_echo "$ac_res" >&6; }
2102 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2104 } # ac_fn_c_check_type
2105 cat >config.log <<_ACEOF
2106 This file contains any messages produced by compilers while
2107 running configure, to aid debugging if configure makes a mistake.
2109 It was created by Wine $as_me 1.1.38, which was
2110 generated by GNU Autoconf 2.65. Invocation command line was
2112 $ $0 $@
2114 _ACEOF
2115 exec 5>>config.log
2117 cat <<_ASUNAME
2118 ## --------- ##
2119 ## Platform. ##
2120 ## --------- ##
2122 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2123 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2124 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2125 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2126 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2128 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2129 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2131 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2132 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2133 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2134 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2135 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2136 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2137 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2139 _ASUNAME
2141 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2142 for as_dir in $PATH
2144 IFS=$as_save_IFS
2145 test -z "$as_dir" && as_dir=.
2146 $as_echo "PATH: $as_dir"
2147 done
2148 IFS=$as_save_IFS
2150 } >&5
2152 cat >&5 <<_ACEOF
2155 ## ----------- ##
2156 ## Core tests. ##
2157 ## ----------- ##
2159 _ACEOF
2162 # Keep a trace of the command line.
2163 # Strip out --no-create and --no-recursion so they do not pile up.
2164 # Strip out --silent because we don't want to record it for future runs.
2165 # Also quote any args containing shell meta-characters.
2166 # Make two passes to allow for proper duplicate-argument suppression.
2167 ac_configure_args=
2168 ac_configure_args0=
2169 ac_configure_args1=
2170 ac_must_keep_next=false
2171 for ac_pass in 1 2
2173 for ac_arg
2175 case $ac_arg in
2176 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2177 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2178 | -silent | --silent | --silen | --sile | --sil)
2179 continue ;;
2180 *\'*)
2181 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2182 esac
2183 case $ac_pass in
2184 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2186 as_fn_append ac_configure_args1 " '$ac_arg'"
2187 if test $ac_must_keep_next = true; then
2188 ac_must_keep_next=false # Got value, back to normal.
2189 else
2190 case $ac_arg in
2191 *=* | --config-cache | -C | -disable-* | --disable-* \
2192 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2193 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2194 | -with-* | --with-* | -without-* | --without-* | --x)
2195 case "$ac_configure_args0 " in
2196 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2197 esac
2199 -* ) ac_must_keep_next=true ;;
2200 esac
2202 as_fn_append ac_configure_args " '$ac_arg'"
2204 esac
2205 done
2206 done
2207 { ac_configure_args0=; unset ac_configure_args0;}
2208 { ac_configure_args1=; unset ac_configure_args1;}
2210 # When interrupted or exit'd, cleanup temporary files, and complete
2211 # config.log. We remove comments because anyway the quotes in there
2212 # would cause problems or look ugly.
2213 # WARNING: Use '\'' to represent an apostrophe within the trap.
2214 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2215 trap 'exit_status=$?
2216 # Save into config.log some information that might help in debugging.
2218 echo
2220 cat <<\_ASBOX
2221 ## ---------------- ##
2222 ## Cache variables. ##
2223 ## ---------------- ##
2224 _ASBOX
2225 echo
2226 # The following way of writing the cache mishandles newlines in values,
2228 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2229 eval ac_val=\$$ac_var
2230 case $ac_val in #(
2231 *${as_nl}*)
2232 case $ac_var in #(
2233 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2234 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2235 esac
2236 case $ac_var in #(
2237 _ | IFS | as_nl) ;; #(
2238 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2239 *) { eval $ac_var=; unset $ac_var;} ;;
2240 esac ;;
2241 esac
2242 done
2243 (set) 2>&1 |
2244 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2245 *${as_nl}ac_space=\ *)
2246 sed -n \
2247 "s/'\''/'\''\\\\'\'''\''/g;
2248 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2249 ;; #(
2251 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2253 esac |
2254 sort
2256 echo
2258 cat <<\_ASBOX
2259 ## ----------------- ##
2260 ## Output variables. ##
2261 ## ----------------- ##
2262 _ASBOX
2263 echo
2264 for ac_var in $ac_subst_vars
2266 eval ac_val=\$$ac_var
2267 case $ac_val in
2268 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2269 esac
2270 $as_echo "$ac_var='\''$ac_val'\''"
2271 done | sort
2272 echo
2274 if test -n "$ac_subst_files"; then
2275 cat <<\_ASBOX
2276 ## ------------------- ##
2277 ## File substitutions. ##
2278 ## ------------------- ##
2279 _ASBOX
2280 echo
2281 for ac_var in $ac_subst_files
2283 eval ac_val=\$$ac_var
2284 case $ac_val in
2285 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2286 esac
2287 $as_echo "$ac_var='\''$ac_val'\''"
2288 done | sort
2289 echo
2292 if test -s confdefs.h; then
2293 cat <<\_ASBOX
2294 ## ----------- ##
2295 ## confdefs.h. ##
2296 ## ----------- ##
2297 _ASBOX
2298 echo
2299 cat confdefs.h
2300 echo
2302 test "$ac_signal" != 0 &&
2303 $as_echo "$as_me: caught signal $ac_signal"
2304 $as_echo "$as_me: exit $exit_status"
2305 } >&5
2306 rm -f core *.core core.conftest.* &&
2307 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2308 exit $exit_status
2310 for ac_signal in 1 2 13 15; do
2311 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2312 done
2313 ac_signal=0
2315 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2316 rm -f -r conftest* confdefs.h
2318 $as_echo "/* confdefs.h */" > confdefs.h
2320 # Predefined preprocessor variables.
2322 cat >>confdefs.h <<_ACEOF
2323 #define PACKAGE_NAME "$PACKAGE_NAME"
2324 _ACEOF
2326 cat >>confdefs.h <<_ACEOF
2327 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2328 _ACEOF
2330 cat >>confdefs.h <<_ACEOF
2331 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2332 _ACEOF
2334 cat >>confdefs.h <<_ACEOF
2335 #define PACKAGE_STRING "$PACKAGE_STRING"
2336 _ACEOF
2338 cat >>confdefs.h <<_ACEOF
2339 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2340 _ACEOF
2342 cat >>confdefs.h <<_ACEOF
2343 #define PACKAGE_URL "$PACKAGE_URL"
2344 _ACEOF
2347 # Let the site file select an alternate cache file if it wants to.
2348 # Prefer an explicitly selected file to automatically selected ones.
2349 ac_site_file1=NONE
2350 ac_site_file2=NONE
2351 if test -n "$CONFIG_SITE"; then
2352 ac_site_file1=$CONFIG_SITE
2353 elif test "x$prefix" != xNONE; then
2354 ac_site_file1=$prefix/share/config.site
2355 ac_site_file2=$prefix/etc/config.site
2356 else
2357 ac_site_file1=$ac_default_prefix/share/config.site
2358 ac_site_file2=$ac_default_prefix/etc/config.site
2360 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2362 test "x$ac_site_file" = xNONE && continue
2363 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2364 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2365 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2366 sed 's/^/| /' "$ac_site_file" >&5
2367 . "$ac_site_file"
2369 done
2371 if test -r "$cache_file"; then
2372 # Some versions of bash will fail to source /dev/null (special files
2373 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2374 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2375 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2376 $as_echo "$as_me: loading cache $cache_file" >&6;}
2377 case $cache_file in
2378 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2379 *) . "./$cache_file";;
2380 esac
2382 else
2383 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2384 $as_echo "$as_me: creating cache $cache_file" >&6;}
2385 >$cache_file
2388 # Check that the precious variables saved in the cache have kept the same
2389 # value.
2390 ac_cache_corrupted=false
2391 for ac_var in $ac_precious_vars; do
2392 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2393 eval ac_new_set=\$ac_env_${ac_var}_set
2394 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2395 eval ac_new_val=\$ac_env_${ac_var}_value
2396 case $ac_old_set,$ac_new_set in
2397 set,)
2398 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2399 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2400 ac_cache_corrupted=: ;;
2401 ,set)
2402 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2403 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2404 ac_cache_corrupted=: ;;
2405 ,);;
2407 if test "x$ac_old_val" != "x$ac_new_val"; then
2408 # differences in whitespace do not lead to failure.
2409 ac_old_val_w=`echo x $ac_old_val`
2410 ac_new_val_w=`echo x $ac_new_val`
2411 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2412 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2413 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2414 ac_cache_corrupted=:
2415 else
2416 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2417 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2418 eval $ac_var=\$ac_old_val
2420 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2421 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2422 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2423 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2424 fi;;
2425 esac
2426 # Pass precious variables to config.status.
2427 if test "$ac_new_set" = set; then
2428 case $ac_new_val in
2429 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2430 *) ac_arg=$ac_var=$ac_new_val ;;
2431 esac
2432 case " $ac_configure_args " in
2433 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2434 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2435 esac
2437 done
2438 if $ac_cache_corrupted; then
2439 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2440 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2441 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2442 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2443 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2445 ## -------------------- ##
2446 ## Main body of script. ##
2447 ## -------------------- ##
2449 ac_ext=c
2450 ac_cpp='$CPP $CPPFLAGS'
2451 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2452 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2453 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2457 ac_config_headers="$ac_config_headers include/config.h"
2459 ac_aux_dir=
2460 for ac_dir in tools "$srcdir"/tools; do
2461 for ac_t in install-sh install.sh shtool; do
2462 if test -f "$ac_dir/$ac_t"; then
2463 ac_aux_dir=$ac_dir
2464 ac_install_sh="$ac_aux_dir/$ac_t -c"
2465 break 2
2467 done
2468 done
2469 if test -z "$ac_aux_dir"; then
2470 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2473 # These three variables are undocumented and unsupported,
2474 # and are intended to be withdrawn in a future Autoconf release.
2475 # They can cause serious problems if a builder's source tree is in a directory
2476 # whose full name contains unusual characters.
2477 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2478 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2479 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2484 # Check whether --enable-win16 was given.
2485 if test "${enable_win16+set}" = set; then :
2486 enableval=$enable_win16;
2489 # Check whether --enable-win64 was given.
2490 if test "${enable_win64+set}" = set; then :
2491 enableval=$enable_win64;
2494 # Check whether --enable-tests was given.
2495 if test "${enable_tests+set}" = set; then :
2496 enableval=$enable_tests;
2499 # Check whether --enable-maintainer-mode was given.
2500 if test "${enable_maintainer_mode+set}" = set; then :
2501 enableval=$enable_maintainer_mode;
2502 else
2503 MAINTAINER_MODE=\#
2509 # Check whether --with-alsa was given.
2510 if test "${with_alsa+set}" = set; then :
2511 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2515 # Check whether --with-audioio was given.
2516 if test "${with_audioio+set}" = set; then :
2517 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2521 # Check whether --with-capi was given.
2522 if test "${with_capi+set}" = set; then :
2523 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2527 # Check whether --with-cms was given.
2528 if test "${with_cms+set}" = set; then :
2529 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2533 # Check whether --with-coreaudio was given.
2534 if test "${with_coreaudio+set}" = set; then :
2535 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2539 # Check whether --with-cups was given.
2540 if test "${with_cups+set}" = set; then :
2541 withval=$with_cups;
2545 # Check whether --with-curses was given.
2546 if test "${with_curses+set}" = set; then :
2547 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2551 # Check whether --with-esd was given.
2552 if test "${with_esd+set}" = set; then :
2553 withval=$with_esd;
2557 # Check whether --with-fontconfig was given.
2558 if test "${with_fontconfig+set}" = set; then :
2559 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2563 # Check whether --with-freetype was given.
2564 if test "${with_freetype+set}" = set; then :
2565 withval=$with_freetype;
2569 # Check whether --with-gphoto was given.
2570 if test "${with_gphoto+set}" = set; then :
2571 withval=$with_gphoto;
2575 # Check whether --with-glu was given.
2576 if test "${with_glu+set}" = set; then :
2577 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2581 # Check whether --with-gnutls was given.
2582 if test "${with_gnutls+set}" = set; then :
2583 withval=$with_gnutls;
2587 # Check whether --with-gsm was given.
2588 if test "${with_gsm+set}" = set; then :
2589 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2593 # Check whether --with-hal was given.
2594 if test "${with_hal+set}" = set; then :
2595 withval=$with_hal;
2599 # Check whether --with-jack was given.
2600 if test "${with_jack+set}" = set; then :
2601 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2605 # Check whether --with-jpeg was given.
2606 if test "${with_jpeg+set}" = set; then :
2607 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2611 # Check whether --with-ldap was given.
2612 if test "${with_ldap+set}" = set; then :
2613 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2617 # Check whether --with-mpg123 was given.
2618 if test "${with_mpg123+set}" = set; then :
2619 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2623 # Check whether --with-nas was given.
2624 if test "${with_nas+set}" = set; then :
2625 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2629 # Check whether --with-openal was given.
2630 if test "${with_openal+set}" = set; then :
2631 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2635 # Check whether --with-opengl was given.
2636 if test "${with_opengl+set}" = set; then :
2637 withval=$with_opengl;
2641 # Check whether --with-openssl was given.
2642 if test "${with_openssl+set}" = set; then :
2643 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2647 # Check whether --with-oss was given.
2648 if test "${with_oss+set}" = set; then :
2649 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2653 # Check whether --with-png was given.
2654 if test "${with_png+set}" = set; then :
2655 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2659 # Check whether --with-pthread was given.
2660 if test "${with_pthread+set}" = set; then :
2661 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2665 # Check whether --with-sane was given.
2666 if test "${with_sane+set}" = set; then :
2667 withval=$with_sane;
2671 # Check whether --with-v4l was given.
2672 if test "${with_v4l+set}" = set; then :
2673 withval=$with_v4l;
2677 # Check whether --with-xcomposite was given.
2678 if test "${with_xcomposite+set}" = set; then :
2679 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2683 # Check whether --with-xcursor was given.
2684 if test "${with_xcursor+set}" = set; then :
2685 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2689 # Check whether --with-xinerama was given.
2690 if test "${with_xinerama+set}" = set; then :
2691 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2695 # Check whether --with-xinput was given.
2696 if test "${with_xinput+set}" = set; then :
2697 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2701 # Check whether --with-xml was given.
2702 if test "${with_xml+set}" = set; then :
2703 withval=$with_xml;
2707 # Check whether --with-xrandr was given.
2708 if test "${with_xrandr+set}" = set; then :
2709 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2713 # Check whether --with-xrender was given.
2714 if test "${with_xrender+set}" = set; then :
2715 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2719 # Check whether --with-xshape was given.
2720 if test "${with_xshape+set}" = set; then :
2721 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2725 # Check whether --with-xshm was given.
2726 if test "${with_xshm+set}" = set; then :
2727 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2731 # Check whether --with-xslt was given.
2732 if test "${with_xslt+set}" = set; then :
2733 withval=$with_xslt;
2737 # Check whether --with-xxf86vm was given.
2738 if test "${with_xxf86vm+set}" = set; then :
2739 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; ac_cv_header_X11_extensions_xf86vmproto_h=no; fi
2744 # Check whether --with-wine-tools was given.
2745 if test "${with_wine_tools+set}" = set; then :
2746 withval=$with_wine_tools;
2750 # Check whether --with-wine64 was given.
2751 if test "${with_wine64+set}" = set; then :
2752 withval=$with_wine64;
2756 # Make sure we can run config.sub.
2757 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2758 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2761 $as_echo_n "checking build system type... " >&6; }
2762 if test "${ac_cv_build+set}" = set; then :
2763 $as_echo_n "(cached) " >&6
2764 else
2765 ac_build_alias=$build_alias
2766 test "x$ac_build_alias" = x &&
2767 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2768 test "x$ac_build_alias" = x &&
2769 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2770 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2771 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2775 $as_echo "$ac_cv_build" >&6; }
2776 case $ac_cv_build in
2777 *-*-*) ;;
2778 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2779 esac
2780 build=$ac_cv_build
2781 ac_save_IFS=$IFS; IFS='-'
2782 set x $ac_cv_build
2783 shift
2784 build_cpu=$1
2785 build_vendor=$2
2786 shift; shift
2787 # Remember, the first character of IFS is used to create $*,
2788 # except with old shells:
2789 build_os=$*
2790 IFS=$ac_save_IFS
2791 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2795 $as_echo_n "checking host system type... " >&6; }
2796 if test "${ac_cv_host+set}" = set; then :
2797 $as_echo_n "(cached) " >&6
2798 else
2799 if test "x$host_alias" = x; then
2800 ac_cv_host=$ac_cv_build
2801 else
2802 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2803 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2808 $as_echo "$ac_cv_host" >&6; }
2809 case $ac_cv_host in
2810 *-*-*) ;;
2811 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2812 esac
2813 host=$ac_cv_host
2814 ac_save_IFS=$IFS; IFS='-'
2815 set x $ac_cv_host
2816 shift
2817 host_cpu=$1
2818 host_vendor=$2
2819 shift; shift
2820 # Remember, the first character of IFS is used to create $*,
2821 # except with old shells:
2822 host_os=$*
2823 IFS=$ac_save_IFS
2824 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2828 case "$srcdir" in
2829 .) ;;
2830 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2831 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2832 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2833 fi ;;
2834 esac
2837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2838 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2839 set x ${MAKE-make}
2840 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2841 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2842 $as_echo_n "(cached) " >&6
2843 else
2844 cat >conftest.make <<\_ACEOF
2845 SHELL = /bin/sh
2846 all:
2847 @echo '@@@%%%=$(MAKE)=@@@%%%'
2848 _ACEOF
2849 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2850 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2851 *@@@%%%=?*=@@@%%%*)
2852 eval ac_cv_prog_make_${ac_make}_set=yes;;
2854 eval ac_cv_prog_make_${ac_make}_set=no;;
2855 esac
2856 rm -f conftest.make
2858 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2860 $as_echo "yes" >&6; }
2861 SET_MAKE=
2862 else
2863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2864 $as_echo "no" >&6; }
2865 SET_MAKE="MAKE=${MAKE-make}"
2868 ac_ext=c
2869 ac_cpp='$CPP $CPPFLAGS'
2870 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2871 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2872 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2873 if test -n "$ac_tool_prefix"; then
2874 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2875 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2877 $as_echo_n "checking for $ac_word... " >&6; }
2878 if test "${ac_cv_prog_CC+set}" = set; then :
2879 $as_echo_n "(cached) " >&6
2880 else
2881 if test -n "$CC"; then
2882 ac_cv_prog_CC="$CC" # Let the user override the test.
2883 else
2884 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2885 for as_dir in $PATH
2887 IFS=$as_save_IFS
2888 test -z "$as_dir" && as_dir=.
2889 for ac_exec_ext in '' $ac_executable_extensions; do
2890 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2891 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2892 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2893 break 2
2895 done
2896 done
2897 IFS=$as_save_IFS
2901 CC=$ac_cv_prog_CC
2902 if test -n "$CC"; then
2903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2904 $as_echo "$CC" >&6; }
2905 else
2906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2907 $as_echo "no" >&6; }
2912 if test -z "$ac_cv_prog_CC"; then
2913 ac_ct_CC=$CC
2914 # Extract the first word of "gcc", so it can be a program name with args.
2915 set dummy gcc; ac_word=$2
2916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2917 $as_echo_n "checking for $ac_word... " >&6; }
2918 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2919 $as_echo_n "(cached) " >&6
2920 else
2921 if test -n "$ac_ct_CC"; then
2922 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2923 else
2924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2925 for as_dir in $PATH
2927 IFS=$as_save_IFS
2928 test -z "$as_dir" && as_dir=.
2929 for ac_exec_ext in '' $ac_executable_extensions; do
2930 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2931 ac_cv_prog_ac_ct_CC="gcc"
2932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2933 break 2
2935 done
2936 done
2937 IFS=$as_save_IFS
2941 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2942 if test -n "$ac_ct_CC"; then
2943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2944 $as_echo "$ac_ct_CC" >&6; }
2945 else
2946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2947 $as_echo "no" >&6; }
2950 if test "x$ac_ct_CC" = x; then
2951 CC=""
2952 else
2953 case $cross_compiling:$ac_tool_warned in
2954 yes:)
2955 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2956 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2957 ac_tool_warned=yes ;;
2958 esac
2959 CC=$ac_ct_CC
2961 else
2962 CC="$ac_cv_prog_CC"
2965 if test -z "$CC"; then
2966 if test -n "$ac_tool_prefix"; then
2967 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2968 set dummy ${ac_tool_prefix}cc; ac_word=$2
2969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2970 $as_echo_n "checking for $ac_word... " >&6; }
2971 if test "${ac_cv_prog_CC+set}" = set; then :
2972 $as_echo_n "(cached) " >&6
2973 else
2974 if test -n "$CC"; then
2975 ac_cv_prog_CC="$CC" # Let the user override the test.
2976 else
2977 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2978 for as_dir in $PATH
2980 IFS=$as_save_IFS
2981 test -z "$as_dir" && as_dir=.
2982 for ac_exec_ext in '' $ac_executable_extensions; do
2983 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2984 ac_cv_prog_CC="${ac_tool_prefix}cc"
2985 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2986 break 2
2988 done
2989 done
2990 IFS=$as_save_IFS
2994 CC=$ac_cv_prog_CC
2995 if test -n "$CC"; then
2996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2997 $as_echo "$CC" >&6; }
2998 else
2999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3000 $as_echo "no" >&6; }
3006 if test -z "$CC"; then
3007 # Extract the first word of "cc", so it can be a program name with args.
3008 set dummy cc; ac_word=$2
3009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3010 $as_echo_n "checking for $ac_word... " >&6; }
3011 if test "${ac_cv_prog_CC+set}" = set; then :
3012 $as_echo_n "(cached) " >&6
3013 else
3014 if test -n "$CC"; then
3015 ac_cv_prog_CC="$CC" # Let the user override the test.
3016 else
3017 ac_prog_rejected=no
3018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3019 for as_dir in $PATH
3021 IFS=$as_save_IFS
3022 test -z "$as_dir" && as_dir=.
3023 for ac_exec_ext in '' $ac_executable_extensions; do
3024 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3025 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3026 ac_prog_rejected=yes
3027 continue
3029 ac_cv_prog_CC="cc"
3030 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3031 break 2
3033 done
3034 done
3035 IFS=$as_save_IFS
3037 if test $ac_prog_rejected = yes; then
3038 # We found a bogon in the path, so make sure we never use it.
3039 set dummy $ac_cv_prog_CC
3040 shift
3041 if test $# != 0; then
3042 # We chose a different compiler from the bogus one.
3043 # However, it has the same basename, so the bogon will be chosen
3044 # first if we set CC to just the basename; use the full file name.
3045 shift
3046 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3051 CC=$ac_cv_prog_CC
3052 if test -n "$CC"; then
3053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3054 $as_echo "$CC" >&6; }
3055 else
3056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3057 $as_echo "no" >&6; }
3062 if test -z "$CC"; then
3063 if test -n "$ac_tool_prefix"; then
3064 for ac_prog in cl.exe
3066 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3067 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3069 $as_echo_n "checking for $ac_word... " >&6; }
3070 if test "${ac_cv_prog_CC+set}" = set; then :
3071 $as_echo_n "(cached) " >&6
3072 else
3073 if test -n "$CC"; then
3074 ac_cv_prog_CC="$CC" # Let the user override the test.
3075 else
3076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3077 for as_dir in $PATH
3079 IFS=$as_save_IFS
3080 test -z "$as_dir" && as_dir=.
3081 for ac_exec_ext in '' $ac_executable_extensions; do
3082 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3083 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3084 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3085 break 2
3087 done
3088 done
3089 IFS=$as_save_IFS
3093 CC=$ac_cv_prog_CC
3094 if test -n "$CC"; then
3095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3096 $as_echo "$CC" >&6; }
3097 else
3098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3099 $as_echo "no" >&6; }
3103 test -n "$CC" && break
3104 done
3106 if test -z "$CC"; then
3107 ac_ct_CC=$CC
3108 for ac_prog in cl.exe
3110 # Extract the first word of "$ac_prog", so it can be a program name with args.
3111 set dummy $ac_prog; ac_word=$2
3112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3113 $as_echo_n "checking for $ac_word... " >&6; }
3114 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3115 $as_echo_n "(cached) " >&6
3116 else
3117 if test -n "$ac_ct_CC"; then
3118 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3119 else
3120 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3121 for as_dir in $PATH
3123 IFS=$as_save_IFS
3124 test -z "$as_dir" && as_dir=.
3125 for ac_exec_ext in '' $ac_executable_extensions; do
3126 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3127 ac_cv_prog_ac_ct_CC="$ac_prog"
3128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3129 break 2
3131 done
3132 done
3133 IFS=$as_save_IFS
3137 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3138 if test -n "$ac_ct_CC"; then
3139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3140 $as_echo "$ac_ct_CC" >&6; }
3141 else
3142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3143 $as_echo "no" >&6; }
3147 test -n "$ac_ct_CC" && break
3148 done
3150 if test "x$ac_ct_CC" = x; then
3151 CC=""
3152 else
3153 case $cross_compiling:$ac_tool_warned in
3154 yes:)
3155 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3156 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3157 ac_tool_warned=yes ;;
3158 esac
3159 CC=$ac_ct_CC
3166 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3167 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3168 as_fn_error "no acceptable C compiler found in \$PATH
3169 See \`config.log' for more details." "$LINENO" 5; }
3171 # Provide some information about the compiler.
3172 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3173 set X $ac_compile
3174 ac_compiler=$2
3175 for ac_option in --version -v -V -qversion; do
3176 { { ac_try="$ac_compiler $ac_option >&5"
3177 case "(($ac_try" in
3178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3179 *) ac_try_echo=$ac_try;;
3180 esac
3181 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3182 $as_echo "$ac_try_echo"; } >&5
3183 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3184 ac_status=$?
3185 if test -s conftest.err; then
3186 sed '10a\
3187 ... rest of stderr output deleted ...
3188 10q' conftest.err >conftest.er1
3189 cat conftest.er1 >&5
3191 rm -f conftest.er1 conftest.err
3192 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3193 test $ac_status = 0; }
3194 done
3196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3197 /* end confdefs.h. */
3200 main ()
3204 return 0;
3206 _ACEOF
3207 ac_clean_files_save=$ac_clean_files
3208 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3209 # Try to create an executable without -o first, disregard a.out.
3210 # It will help us diagnose broken compilers, and finding out an intuition
3211 # of exeext.
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3213 $as_echo_n "checking whether the C compiler works... " >&6; }
3214 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3216 # The possible output files:
3217 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3219 ac_rmfiles=
3220 for ac_file in $ac_files
3222 case $ac_file in
3223 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3224 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3225 esac
3226 done
3227 rm -f $ac_rmfiles
3229 if { { ac_try="$ac_link_default"
3230 case "(($ac_try" in
3231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3232 *) ac_try_echo=$ac_try;;
3233 esac
3234 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3235 $as_echo "$ac_try_echo"; } >&5
3236 (eval "$ac_link_default") 2>&5
3237 ac_status=$?
3238 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3239 test $ac_status = 0; }; then :
3240 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3241 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3242 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3243 # so that the user can short-circuit this test for compilers unknown to
3244 # Autoconf.
3245 for ac_file in $ac_files ''
3247 test -f "$ac_file" || continue
3248 case $ac_file in
3249 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3251 [ab].out )
3252 # We found the default executable, but exeext='' is most
3253 # certainly right.
3254 break;;
3255 *.* )
3256 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3257 then :; else
3258 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3260 # We set ac_cv_exeext here because the later test for it is not
3261 # safe: cross compilers may not add the suffix if given an `-o'
3262 # argument, so we may need to know it at that point already.
3263 # Even if this section looks crufty: it has the advantage of
3264 # actually working.
3265 break;;
3267 break;;
3268 esac
3269 done
3270 test "$ac_cv_exeext" = no && ac_cv_exeext=
3272 else
3273 ac_file=''
3275 if test -z "$ac_file"; then :
3276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3277 $as_echo "no" >&6; }
3278 $as_echo "$as_me: failed program was:" >&5
3279 sed 's/^/| /' conftest.$ac_ext >&5
3281 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3282 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3283 { as_fn_set_status 77
3284 as_fn_error "C compiler cannot create executables
3285 See \`config.log' for more details." "$LINENO" 5; }; }
3286 else
3287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3288 $as_echo "yes" >&6; }
3290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3291 $as_echo_n "checking for C compiler default output file name... " >&6; }
3292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3293 $as_echo "$ac_file" >&6; }
3294 ac_exeext=$ac_cv_exeext
3296 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3297 ac_clean_files=$ac_clean_files_save
3298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3299 $as_echo_n "checking for suffix of executables... " >&6; }
3300 if { { ac_try="$ac_link"
3301 case "(($ac_try" in
3302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3303 *) ac_try_echo=$ac_try;;
3304 esac
3305 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3306 $as_echo "$ac_try_echo"; } >&5
3307 (eval "$ac_link") 2>&5
3308 ac_status=$?
3309 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3310 test $ac_status = 0; }; then :
3311 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3312 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3313 # work properly (i.e., refer to `conftest.exe'), while it won't with
3314 # `rm'.
3315 for ac_file in conftest.exe conftest conftest.*; do
3316 test -f "$ac_file" || continue
3317 case $ac_file in
3318 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3319 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3320 break;;
3321 * ) break;;
3322 esac
3323 done
3324 else
3325 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3326 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3327 as_fn_error "cannot compute suffix of executables: cannot compile and link
3328 See \`config.log' for more details." "$LINENO" 5; }
3330 rm -f conftest conftest$ac_cv_exeext
3331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3332 $as_echo "$ac_cv_exeext" >&6; }
3334 rm -f conftest.$ac_ext
3335 EXEEXT=$ac_cv_exeext
3336 ac_exeext=$EXEEXT
3337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3338 /* end confdefs.h. */
3339 #include <stdio.h>
3341 main ()
3343 FILE *f = fopen ("conftest.out", "w");
3344 return ferror (f) || fclose (f) != 0;
3347 return 0;
3349 _ACEOF
3350 ac_clean_files="$ac_clean_files conftest.out"
3351 # Check that the compiler produces executables we can run. If not, either
3352 # the compiler is broken, or we cross compile.
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3354 $as_echo_n "checking whether we are cross compiling... " >&6; }
3355 if test "$cross_compiling" != yes; then
3356 { { ac_try="$ac_link"
3357 case "(($ac_try" in
3358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3359 *) ac_try_echo=$ac_try;;
3360 esac
3361 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3362 $as_echo "$ac_try_echo"; } >&5
3363 (eval "$ac_link") 2>&5
3364 ac_status=$?
3365 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3366 test $ac_status = 0; }
3367 if { ac_try='./conftest$ac_cv_exeext'
3368 { { case "(($ac_try" in
3369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3370 *) ac_try_echo=$ac_try;;
3371 esac
3372 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3373 $as_echo "$ac_try_echo"; } >&5
3374 (eval "$ac_try") 2>&5
3375 ac_status=$?
3376 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3377 test $ac_status = 0; }; }; then
3378 cross_compiling=no
3379 else
3380 if test "$cross_compiling" = maybe; then
3381 cross_compiling=yes
3382 else
3383 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3384 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3385 as_fn_error "cannot run C compiled programs.
3386 If you meant to cross compile, use \`--host'.
3387 See \`config.log' for more details." "$LINENO" 5; }
3391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3392 $as_echo "$cross_compiling" >&6; }
3394 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3395 ac_clean_files=$ac_clean_files_save
3396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3397 $as_echo_n "checking for suffix of object files... " >&6; }
3398 if test "${ac_cv_objext+set}" = set; then :
3399 $as_echo_n "(cached) " >&6
3400 else
3401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3402 /* end confdefs.h. */
3405 main ()
3409 return 0;
3411 _ACEOF
3412 rm -f conftest.o conftest.obj
3413 if { { ac_try="$ac_compile"
3414 case "(($ac_try" in
3415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3416 *) ac_try_echo=$ac_try;;
3417 esac
3418 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3419 $as_echo "$ac_try_echo"; } >&5
3420 (eval "$ac_compile") 2>&5
3421 ac_status=$?
3422 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3423 test $ac_status = 0; }; then :
3424 for ac_file in conftest.o conftest.obj conftest.*; do
3425 test -f "$ac_file" || continue;
3426 case $ac_file in
3427 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3428 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3429 break;;
3430 esac
3431 done
3432 else
3433 $as_echo "$as_me: failed program was:" >&5
3434 sed 's/^/| /' conftest.$ac_ext >&5
3436 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3437 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3438 as_fn_error "cannot compute suffix of object files: cannot compile
3439 See \`config.log' for more details." "$LINENO" 5; }
3441 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3444 $as_echo "$ac_cv_objext" >&6; }
3445 OBJEXT=$ac_cv_objext
3446 ac_objext=$OBJEXT
3447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3448 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3449 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3450 $as_echo_n "(cached) " >&6
3451 else
3452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3453 /* end confdefs.h. */
3456 main ()
3458 #ifndef __GNUC__
3459 choke me
3460 #endif
3463 return 0;
3465 _ACEOF
3466 if ac_fn_c_try_compile "$LINENO"; then :
3467 ac_compiler_gnu=yes
3468 else
3469 ac_compiler_gnu=no
3471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3472 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3476 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3477 if test $ac_compiler_gnu = yes; then
3478 GCC=yes
3479 else
3480 GCC=
3482 ac_test_CFLAGS=${CFLAGS+set}
3483 ac_save_CFLAGS=$CFLAGS
3484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3485 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3486 if test "${ac_cv_prog_cc_g+set}" = set; then :
3487 $as_echo_n "(cached) " >&6
3488 else
3489 ac_save_c_werror_flag=$ac_c_werror_flag
3490 ac_c_werror_flag=yes
3491 ac_cv_prog_cc_g=no
3492 CFLAGS="-g"
3493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3494 /* end confdefs.h. */
3497 main ()
3501 return 0;
3503 _ACEOF
3504 if ac_fn_c_try_compile "$LINENO"; then :
3505 ac_cv_prog_cc_g=yes
3506 else
3507 CFLAGS=""
3508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3509 /* end confdefs.h. */
3512 main ()
3516 return 0;
3518 _ACEOF
3519 if ac_fn_c_try_compile "$LINENO"; then :
3521 else
3522 ac_c_werror_flag=$ac_save_c_werror_flag
3523 CFLAGS="-g"
3524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3525 /* end confdefs.h. */
3528 main ()
3532 return 0;
3534 _ACEOF
3535 if ac_fn_c_try_compile "$LINENO"; then :
3536 ac_cv_prog_cc_g=yes
3538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3543 ac_c_werror_flag=$ac_save_c_werror_flag
3545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3546 $as_echo "$ac_cv_prog_cc_g" >&6; }
3547 if test "$ac_test_CFLAGS" = set; then
3548 CFLAGS=$ac_save_CFLAGS
3549 elif test $ac_cv_prog_cc_g = yes; then
3550 if test "$GCC" = yes; then
3551 CFLAGS="-g -O2"
3552 else
3553 CFLAGS="-g"
3555 else
3556 if test "$GCC" = yes; then
3557 CFLAGS="-O2"
3558 else
3559 CFLAGS=
3562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3563 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3564 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3565 $as_echo_n "(cached) " >&6
3566 else
3567 ac_cv_prog_cc_c89=no
3568 ac_save_CC=$CC
3569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3570 /* end confdefs.h. */
3571 #include <stdarg.h>
3572 #include <stdio.h>
3573 #include <sys/types.h>
3574 #include <sys/stat.h>
3575 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3576 struct buf { int x; };
3577 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3578 static char *e (p, i)
3579 char **p;
3580 int i;
3582 return p[i];
3584 static char *f (char * (*g) (char **, int), char **p, ...)
3586 char *s;
3587 va_list v;
3588 va_start (v,p);
3589 s = g (p, va_arg (v,int));
3590 va_end (v);
3591 return s;
3594 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3595 function prototypes and stuff, but not '\xHH' hex character constants.
3596 These don't provoke an error unfortunately, instead are silently treated
3597 as 'x'. The following induces an error, until -std is added to get
3598 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3599 array size at least. It's necessary to write '\x00'==0 to get something
3600 that's true only with -std. */
3601 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3603 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3604 inside strings and character constants. */
3605 #define FOO(x) 'x'
3606 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3608 int test (int i, double x);
3609 struct s1 {int (*f) (int a);};
3610 struct s2 {int (*f) (double a);};
3611 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3612 int argc;
3613 char **argv;
3615 main ()
3617 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3619 return 0;
3621 _ACEOF
3622 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3623 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3625 CC="$ac_save_CC $ac_arg"
3626 if ac_fn_c_try_compile "$LINENO"; then :
3627 ac_cv_prog_cc_c89=$ac_arg
3629 rm -f core conftest.err conftest.$ac_objext
3630 test "x$ac_cv_prog_cc_c89" != "xno" && break
3631 done
3632 rm -f conftest.$ac_ext
3633 CC=$ac_save_CC
3636 # AC_CACHE_VAL
3637 case "x$ac_cv_prog_cc_c89" in
3639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3640 $as_echo "none needed" >&6; } ;;
3641 xno)
3642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3643 $as_echo "unsupported" >&6; } ;;
3645 CC="$CC $ac_cv_prog_cc_c89"
3646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3647 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3648 esac
3649 if test "x$ac_cv_prog_cc_c89" != xno; then :
3653 ac_ext=c
3654 ac_cpp='$CPP $CPPFLAGS'
3655 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3656 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3657 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3659 ac_ext=cpp
3660 ac_cpp='$CXXCPP $CPPFLAGS'
3661 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3662 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3663 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3664 if test -z "$CXX"; then
3665 if test -n "$CCC"; then
3666 CXX=$CCC
3667 else
3668 if test -n "$ac_tool_prefix"; then
3669 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3671 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3672 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3674 $as_echo_n "checking for $ac_word... " >&6; }
3675 if test "${ac_cv_prog_CXX+set}" = set; then :
3676 $as_echo_n "(cached) " >&6
3677 else
3678 if test -n "$CXX"; then
3679 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3680 else
3681 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3682 for as_dir in $PATH
3684 IFS=$as_save_IFS
3685 test -z "$as_dir" && as_dir=.
3686 for ac_exec_ext in '' $ac_executable_extensions; do
3687 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3688 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3689 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3690 break 2
3692 done
3693 done
3694 IFS=$as_save_IFS
3698 CXX=$ac_cv_prog_CXX
3699 if test -n "$CXX"; then
3700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3701 $as_echo "$CXX" >&6; }
3702 else
3703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3704 $as_echo "no" >&6; }
3708 test -n "$CXX" && break
3709 done
3711 if test -z "$CXX"; then
3712 ac_ct_CXX=$CXX
3713 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3715 # Extract the first word of "$ac_prog", so it can be a program name with args.
3716 set dummy $ac_prog; ac_word=$2
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3718 $as_echo_n "checking for $ac_word... " >&6; }
3719 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3720 $as_echo_n "(cached) " >&6
3721 else
3722 if test -n "$ac_ct_CXX"; then
3723 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3724 else
3725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3726 for as_dir in $PATH
3728 IFS=$as_save_IFS
3729 test -z "$as_dir" && as_dir=.
3730 for ac_exec_ext in '' $ac_executable_extensions; do
3731 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3732 ac_cv_prog_ac_ct_CXX="$ac_prog"
3733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3734 break 2
3736 done
3737 done
3738 IFS=$as_save_IFS
3742 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3743 if test -n "$ac_ct_CXX"; then
3744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3745 $as_echo "$ac_ct_CXX" >&6; }
3746 else
3747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3748 $as_echo "no" >&6; }
3752 test -n "$ac_ct_CXX" && break
3753 done
3755 if test "x$ac_ct_CXX" = x; then
3756 CXX="g++"
3757 else
3758 case $cross_compiling:$ac_tool_warned in
3759 yes:)
3760 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3761 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3762 ac_tool_warned=yes ;;
3763 esac
3764 CXX=$ac_ct_CXX
3770 # Provide some information about the compiler.
3771 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3772 set X $ac_compile
3773 ac_compiler=$2
3774 for ac_option in --version -v -V -qversion; do
3775 { { ac_try="$ac_compiler $ac_option >&5"
3776 case "(($ac_try" in
3777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3778 *) ac_try_echo=$ac_try;;
3779 esac
3780 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3781 $as_echo "$ac_try_echo"; } >&5
3782 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3783 ac_status=$?
3784 if test -s conftest.err; then
3785 sed '10a\
3786 ... rest of stderr output deleted ...
3787 10q' conftest.err >conftest.er1
3788 cat conftest.er1 >&5
3790 rm -f conftest.er1 conftest.err
3791 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3792 test $ac_status = 0; }
3793 done
3795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3796 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3797 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3798 $as_echo_n "(cached) " >&6
3799 else
3800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3801 /* end confdefs.h. */
3804 main ()
3806 #ifndef __GNUC__
3807 choke me
3808 #endif
3811 return 0;
3813 _ACEOF
3814 if ac_fn_cxx_try_compile "$LINENO"; then :
3815 ac_compiler_gnu=yes
3816 else
3817 ac_compiler_gnu=no
3819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3820 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3824 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3825 if test $ac_compiler_gnu = yes; then
3826 GXX=yes
3827 else
3828 GXX=
3830 ac_test_CXXFLAGS=${CXXFLAGS+set}
3831 ac_save_CXXFLAGS=$CXXFLAGS
3832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3833 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3834 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3835 $as_echo_n "(cached) " >&6
3836 else
3837 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3838 ac_cxx_werror_flag=yes
3839 ac_cv_prog_cxx_g=no
3840 CXXFLAGS="-g"
3841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3842 /* end confdefs.h. */
3845 main ()
3849 return 0;
3851 _ACEOF
3852 if ac_fn_cxx_try_compile "$LINENO"; then :
3853 ac_cv_prog_cxx_g=yes
3854 else
3855 CXXFLAGS=""
3856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3857 /* end confdefs.h. */
3860 main ()
3864 return 0;
3866 _ACEOF
3867 if ac_fn_cxx_try_compile "$LINENO"; then :
3869 else
3870 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3871 CXXFLAGS="-g"
3872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3873 /* end confdefs.h. */
3876 main ()
3880 return 0;
3882 _ACEOF
3883 if ac_fn_cxx_try_compile "$LINENO"; then :
3884 ac_cv_prog_cxx_g=yes
3886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3891 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3894 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3895 if test "$ac_test_CXXFLAGS" = set; then
3896 CXXFLAGS=$ac_save_CXXFLAGS
3897 elif test $ac_cv_prog_cxx_g = yes; then
3898 if test "$GXX" = yes; then
3899 CXXFLAGS="-g -O2"
3900 else
3901 CXXFLAGS="-g"
3903 else
3904 if test "$GXX" = yes; then
3905 CXXFLAGS="-O2"
3906 else
3907 CXXFLAGS=
3910 ac_ext=c
3911 ac_cpp='$CPP $CPPFLAGS'
3912 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3913 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3914 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3916 if test -n "$ac_tool_prefix"; then
3917 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3918 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3920 $as_echo_n "checking for $ac_word... " >&6; }
3921 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3922 $as_echo_n "(cached) " >&6
3923 else
3924 if test -n "$CPPBIN"; then
3925 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3926 else
3927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3928 for as_dir in $PATH
3930 IFS=$as_save_IFS
3931 test -z "$as_dir" && as_dir=.
3932 for ac_exec_ext in '' $ac_executable_extensions; do
3933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3934 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3936 break 2
3938 done
3939 done
3940 IFS=$as_save_IFS
3944 CPPBIN=$ac_cv_prog_CPPBIN
3945 if test -n "$CPPBIN"; then
3946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3947 $as_echo "$CPPBIN" >&6; }
3948 else
3949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3950 $as_echo "no" >&6; }
3955 if test -z "$ac_cv_prog_CPPBIN"; then
3956 ac_ct_CPPBIN=$CPPBIN
3957 # Extract the first word of "cpp", so it can be a program name with args.
3958 set dummy cpp; ac_word=$2
3959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3960 $as_echo_n "checking for $ac_word... " >&6; }
3961 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3962 $as_echo_n "(cached) " >&6
3963 else
3964 if test -n "$ac_ct_CPPBIN"; then
3965 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3966 else
3967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3968 for as_dir in $PATH
3970 IFS=$as_save_IFS
3971 test -z "$as_dir" && as_dir=.
3972 for ac_exec_ext in '' $ac_executable_extensions; do
3973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3974 ac_cv_prog_ac_ct_CPPBIN="cpp"
3975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3976 break 2
3978 done
3979 done
3980 IFS=$as_save_IFS
3984 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3985 if test -n "$ac_ct_CPPBIN"; then
3986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3987 $as_echo "$ac_ct_CPPBIN" >&6; }
3988 else
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3990 $as_echo "no" >&6; }
3993 if test "x$ac_ct_CPPBIN" = x; then
3994 CPPBIN="cpp"
3995 else
3996 case $cross_compiling:$ac_tool_warned in
3997 yes:)
3998 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3999 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4000 ac_tool_warned=yes ;;
4001 esac
4002 CPPBIN=$ac_ct_CPPBIN
4004 else
4005 CPPBIN="$ac_cv_prog_CPPBIN"
4009 cat >>confdefs.h <<_ACEOF
4010 #define EXEEXT "$ac_exeext"
4011 _ACEOF
4014 case $host in
4015 *-darwin*)
4016 if test "x$enable_win64" = "xyes"
4017 then
4018 CC="$CC -m64"
4019 CXX="$CXX -m64"
4020 LD="${LD:-ld} -arch x86_64"
4021 AS="${AS:-as} -arch x86_64"
4022 host_cpu="x86_64"
4023 notice_platform="64-bit "
4024 TARGETFLAGS="-m64"
4026 else
4027 CC="$CC -m32"
4028 CXX="$CXX -m32"
4029 LD="${LD:-ld} -arch i386"
4030 AS="${AS:-as} -arch i386"
4031 host_cpu="i386"
4032 notice_platform="32-bit "
4033 TARGETFLAGS="-m32"
4035 enable_win16=${enable_win16:-yes}
4038 x86_64*)
4039 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4040 then
4041 CC="$CC -m32"
4042 CXX="$CXX -m32"
4043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4044 $as_echo_n "checking whether $CC works... " >&6; }
4046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4047 /* end confdefs.h. */
4050 main ()
4054 return 0;
4056 _ACEOF
4057 if ac_fn_c_try_link "$LINENO"; then :
4058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4059 $as_echo "yes" >&6; }
4060 else
4061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4062 $as_echo "no" >&6; }
4063 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4065 rm -f core conftest.err conftest.$ac_objext \
4066 conftest$ac_exeext conftest.$ac_ext
4067 LD="${LD:-ld} -m elf_i386"
4068 AS="${AS:-as} --32"
4069 host_cpu="i386"
4070 notice_platform="32-bit "
4071 TARGETFLAGS="-m32"
4073 enable_win16=${enable_win16:-yes}
4074 else
4075 if test "x${GCC}" = "xyes"
4076 then
4077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4078 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4080 /* end confdefs.h. */
4081 #include <stdarg.h>
4083 main ()
4085 void func(__builtin_ms_va_list *args);
4087 return 0;
4089 _ACEOF
4090 if ac_fn_c_try_compile "$LINENO"; then :
4091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4092 $as_echo "yes" >&6; }
4093 else
4094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4095 $as_echo "no" >&6; }
4096 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4100 TARGETFLAGS="-m64"
4104 *-mingw32*|*-cygwin*)
4105 enable_win16=${enable_win16:-no}
4107 i[3456789]86*)
4108 enable_win16=${enable_win16:-yes}
4110 esac
4112 enable_win16=${enable_win16:-no}
4114 if test -n "$with_wine64"
4115 then
4116 if test "x$enable_win64" = "xyes"
4117 then
4118 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4119 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4121 WOW64_DISABLE=\#
4123 enable_fonts=${enable_fonts:-no}
4124 enable_include=${enable_include:-no}
4125 enable_server=${enable_server:-no}
4126 enable_tools=${enable_tools:-no}
4127 enable_wineboot=${enable_wineboot:-no}
4128 enable_winedbg=${enable_winedbg:-no}
4129 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4133 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4134 if test "${wine_cv_toolsdir+set}" = set; then :
4135 $as_echo_n "(cached) " >&6
4136 else
4137 wine_cv_toolsdir="$with_wine_tools"
4138 if test -z "$with_wine_tools"; then
4139 if test "$cross_compiling" = "yes"; then
4140 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4141 elif test -n "$with_wine64"; then
4142 wine_cv_toolsdir="$with_wine64"
4145 if test -z "$wine_cv_toolsdir"; then
4146 wine_cv_toolsdir="\$(TOPOBJDIR)"
4147 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4148 case "$wine_cv_toolsdir" in
4149 /*) ;;
4150 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4151 esac
4152 else
4153 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4157 $as_echo "$wine_cv_toolsdir" >&6; }
4158 TOOLSDIR=$wine_cv_toolsdir
4160 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4161 then
4162 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4166 for ac_prog in flex
4168 # Extract the first word of "$ac_prog", so it can be a program name with args.
4169 set dummy $ac_prog; ac_word=$2
4170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4171 $as_echo_n "checking for $ac_word... " >&6; }
4172 if test "${ac_cv_prog_FLEX+set}" = set; then :
4173 $as_echo_n "(cached) " >&6
4174 else
4175 if test -n "$FLEX"; then
4176 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4177 else
4178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4179 for as_dir in $PATH
4181 IFS=$as_save_IFS
4182 test -z "$as_dir" && as_dir=.
4183 for ac_exec_ext in '' $ac_executable_extensions; do
4184 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4185 ac_cv_prog_FLEX="$ac_prog"
4186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4187 break 2
4189 done
4190 done
4191 IFS=$as_save_IFS
4195 FLEX=$ac_cv_prog_FLEX
4196 if test -n "$FLEX"; then
4197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4198 $as_echo "$FLEX" >&6; }
4199 else
4200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4201 $as_echo "no" >&6; }
4205 test -n "$FLEX" && break
4206 done
4207 test -n "$FLEX" || FLEX="none"
4209 if test "$FLEX" = "none"
4210 then
4211 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4214 $as_echo_n "checking whether flex is recent enough... " >&6; }
4215 cat >conftest.l <<EOF
4216 %top{
4217 #include "prediluvian.h"
4221 if $FLEX -t conftest.l >/dev/null 2>&1
4222 then
4223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4224 $as_echo "yes" >&6; }
4225 else
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4227 $as_echo "no" >&6; }
4228 as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4231 for ac_prog in bison
4233 # Extract the first word of "$ac_prog", so it can be a program name with args.
4234 set dummy $ac_prog; ac_word=$2
4235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4236 $as_echo_n "checking for $ac_word... " >&6; }
4237 if test "${ac_cv_prog_BISON+set}" = set; then :
4238 $as_echo_n "(cached) " >&6
4239 else
4240 if test -n "$BISON"; then
4241 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4242 else
4243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4244 for as_dir in $PATH
4246 IFS=$as_save_IFS
4247 test -z "$as_dir" && as_dir=.
4248 for ac_exec_ext in '' $ac_executable_extensions; do
4249 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4250 ac_cv_prog_BISON="$ac_prog"
4251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4252 break 2
4254 done
4255 done
4256 IFS=$as_save_IFS
4260 BISON=$ac_cv_prog_BISON
4261 if test -n "$BISON"; then
4262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4263 $as_echo "$BISON" >&6; }
4264 else
4265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4266 $as_echo "no" >&6; }
4270 test -n "$BISON" && break
4271 done
4272 test -n "$BISON" || BISON="none"
4274 if test "$BISON" = "none"
4275 then
4276 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4279 if test -n "$ac_tool_prefix"; then
4280 for ac_prog in ar gar
4282 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4283 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4285 $as_echo_n "checking for $ac_word... " >&6; }
4286 if test "${ac_cv_prog_AR+set}" = set; then :
4287 $as_echo_n "(cached) " >&6
4288 else
4289 if test -n "$AR"; then
4290 ac_cv_prog_AR="$AR" # Let the user override the test.
4291 else
4292 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4293 for as_dir in $PATH
4295 IFS=$as_save_IFS
4296 test -z "$as_dir" && as_dir=.
4297 for ac_exec_ext in '' $ac_executable_extensions; do
4298 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4299 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4300 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4301 break 2
4303 done
4304 done
4305 IFS=$as_save_IFS
4309 AR=$ac_cv_prog_AR
4310 if test -n "$AR"; then
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4312 $as_echo "$AR" >&6; }
4313 else
4314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4315 $as_echo "no" >&6; }
4319 test -n "$AR" && break
4320 done
4322 if test -z "$AR"; then
4323 ac_ct_AR=$AR
4324 for ac_prog in ar gar
4326 # Extract the first word of "$ac_prog", so it can be a program name with args.
4327 set dummy $ac_prog; ac_word=$2
4328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4329 $as_echo_n "checking for $ac_word... " >&6; }
4330 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4331 $as_echo_n "(cached) " >&6
4332 else
4333 if test -n "$ac_ct_AR"; then
4334 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4335 else
4336 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4337 for as_dir in $PATH
4339 IFS=$as_save_IFS
4340 test -z "$as_dir" && as_dir=.
4341 for ac_exec_ext in '' $ac_executable_extensions; do
4342 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4343 ac_cv_prog_ac_ct_AR="$ac_prog"
4344 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4345 break 2
4347 done
4348 done
4349 IFS=$as_save_IFS
4353 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4354 if test -n "$ac_ct_AR"; then
4355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4356 $as_echo "$ac_ct_AR" >&6; }
4357 else
4358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4359 $as_echo "no" >&6; }
4363 test -n "$ac_ct_AR" && break
4364 done
4366 if test "x$ac_ct_AR" = x; then
4367 AR="ar"
4368 else
4369 case $cross_compiling:$ac_tool_warned in
4370 yes:)
4371 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4372 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4373 ac_tool_warned=yes ;;
4374 esac
4375 AR=$ac_ct_AR
4379 ARFLAGS=rc
4381 if test -n "$ac_tool_prefix"; then
4382 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4383 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4385 $as_echo_n "checking for $ac_word... " >&6; }
4386 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4387 $as_echo_n "(cached) " >&6
4388 else
4389 if test -n "$RANLIB"; then
4390 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4391 else
4392 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4393 for as_dir in $PATH
4395 IFS=$as_save_IFS
4396 test -z "$as_dir" && as_dir=.
4397 for ac_exec_ext in '' $ac_executable_extensions; do
4398 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4399 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4400 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4401 break 2
4403 done
4404 done
4405 IFS=$as_save_IFS
4409 RANLIB=$ac_cv_prog_RANLIB
4410 if test -n "$RANLIB"; then
4411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4412 $as_echo "$RANLIB" >&6; }
4413 else
4414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4415 $as_echo "no" >&6; }
4420 if test -z "$ac_cv_prog_RANLIB"; then
4421 ac_ct_RANLIB=$RANLIB
4422 # Extract the first word of "ranlib", so it can be a program name with args.
4423 set dummy ranlib; ac_word=$2
4424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4425 $as_echo_n "checking for $ac_word... " >&6; }
4426 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4427 $as_echo_n "(cached) " >&6
4428 else
4429 if test -n "$ac_ct_RANLIB"; then
4430 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4431 else
4432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4433 for as_dir in $PATH
4435 IFS=$as_save_IFS
4436 test -z "$as_dir" && as_dir=.
4437 for ac_exec_ext in '' $ac_executable_extensions; do
4438 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4439 ac_cv_prog_ac_ct_RANLIB="ranlib"
4440 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4441 break 2
4443 done
4444 done
4445 IFS=$as_save_IFS
4449 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4450 if test -n "$ac_ct_RANLIB"; then
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4452 $as_echo "$ac_ct_RANLIB" >&6; }
4453 else
4454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4455 $as_echo "no" >&6; }
4458 if test "x$ac_ct_RANLIB" = x; then
4459 RANLIB=":"
4460 else
4461 case $cross_compiling:$ac_tool_warned in
4462 yes:)
4463 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4464 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4465 ac_tool_warned=yes ;;
4466 esac
4467 RANLIB=$ac_ct_RANLIB
4469 else
4470 RANLIB="$ac_cv_prog_RANLIB"
4473 if test -n "$ac_tool_prefix"; then
4474 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4475 set dummy ${ac_tool_prefix}strip; ac_word=$2
4476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4477 $as_echo_n "checking for $ac_word... " >&6; }
4478 if test "${ac_cv_prog_STRIP+set}" = set; then :
4479 $as_echo_n "(cached) " >&6
4480 else
4481 if test -n "$STRIP"; then
4482 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4483 else
4484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4485 for as_dir in $PATH
4487 IFS=$as_save_IFS
4488 test -z "$as_dir" && as_dir=.
4489 for ac_exec_ext in '' $ac_executable_extensions; do
4490 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4491 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4492 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4493 break 2
4495 done
4496 done
4497 IFS=$as_save_IFS
4501 STRIP=$ac_cv_prog_STRIP
4502 if test -n "$STRIP"; then
4503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4504 $as_echo "$STRIP" >&6; }
4505 else
4506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4507 $as_echo "no" >&6; }
4512 if test -z "$ac_cv_prog_STRIP"; then
4513 ac_ct_STRIP=$STRIP
4514 # Extract the first word of "strip", so it can be a program name with args.
4515 set dummy strip; ac_word=$2
4516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4517 $as_echo_n "checking for $ac_word... " >&6; }
4518 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4519 $as_echo_n "(cached) " >&6
4520 else
4521 if test -n "$ac_ct_STRIP"; then
4522 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4523 else
4524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4525 for as_dir in $PATH
4527 IFS=$as_save_IFS
4528 test -z "$as_dir" && as_dir=.
4529 for ac_exec_ext in '' $ac_executable_extensions; do
4530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4531 ac_cv_prog_ac_ct_STRIP="strip"
4532 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4533 break 2
4535 done
4536 done
4537 IFS=$as_save_IFS
4541 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4542 if test -n "$ac_ct_STRIP"; then
4543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4544 $as_echo "$ac_ct_STRIP" >&6; }
4545 else
4546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4547 $as_echo "no" >&6; }
4550 if test "x$ac_ct_STRIP" = x; then
4551 STRIP="strip"
4552 else
4553 case $cross_compiling:$ac_tool_warned in
4554 yes:)
4555 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4556 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4557 ac_tool_warned=yes ;;
4558 esac
4559 STRIP=$ac_ct_STRIP
4561 else
4562 STRIP="$ac_cv_prog_STRIP"
4565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4566 $as_echo_n "checking whether ln -s works... " >&6; }
4567 LN_S=$as_ln_s
4568 if test "$LN_S" = "ln -s"; then
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4570 $as_echo "yes" >&6; }
4571 else
4572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4573 $as_echo "no, using $LN_S" >&6; }
4576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4577 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4578 if test "${ac_cv_path_GREP+set}" = set; then :
4579 $as_echo_n "(cached) " >&6
4580 else
4581 if test -z "$GREP"; then
4582 ac_path_GREP_found=false
4583 # Loop through the user's path and test for each of PROGNAME-LIST
4584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4585 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4587 IFS=$as_save_IFS
4588 test -z "$as_dir" && as_dir=.
4589 for ac_prog in grep ggrep; do
4590 for ac_exec_ext in '' $ac_executable_extensions; do
4591 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4592 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4593 # Check for GNU ac_path_GREP and select it if it is found.
4594 # Check for GNU $ac_path_GREP
4595 case `"$ac_path_GREP" --version 2>&1` in
4596 *GNU*)
4597 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4599 ac_count=0
4600 $as_echo_n 0123456789 >"conftest.in"
4601 while :
4603 cat "conftest.in" "conftest.in" >"conftest.tmp"
4604 mv "conftest.tmp" "conftest.in"
4605 cp "conftest.in" "conftest.nl"
4606 $as_echo 'GREP' >> "conftest.nl"
4607 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4608 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4609 as_fn_arith $ac_count + 1 && ac_count=$as_val
4610 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4611 # Best one so far, save it but keep looking for a better one
4612 ac_cv_path_GREP="$ac_path_GREP"
4613 ac_path_GREP_max=$ac_count
4615 # 10*(2^10) chars as input seems more than enough
4616 test $ac_count -gt 10 && break
4617 done
4618 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4619 esac
4621 $ac_path_GREP_found && break 3
4622 done
4623 done
4624 done
4625 IFS=$as_save_IFS
4626 if test -z "$ac_cv_path_GREP"; then
4627 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4629 else
4630 ac_cv_path_GREP=$GREP
4634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4635 $as_echo "$ac_cv_path_GREP" >&6; }
4636 GREP="$ac_cv_path_GREP"
4639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4640 $as_echo_n "checking for egrep... " >&6; }
4641 if test "${ac_cv_path_EGREP+set}" = set; then :
4642 $as_echo_n "(cached) " >&6
4643 else
4644 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4645 then ac_cv_path_EGREP="$GREP -E"
4646 else
4647 if test -z "$EGREP"; then
4648 ac_path_EGREP_found=false
4649 # Loop through the user's path and test for each of PROGNAME-LIST
4650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4651 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4653 IFS=$as_save_IFS
4654 test -z "$as_dir" && as_dir=.
4655 for ac_prog in egrep; do
4656 for ac_exec_ext in '' $ac_executable_extensions; do
4657 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4658 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4659 # Check for GNU ac_path_EGREP and select it if it is found.
4660 # Check for GNU $ac_path_EGREP
4661 case `"$ac_path_EGREP" --version 2>&1` in
4662 *GNU*)
4663 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4665 ac_count=0
4666 $as_echo_n 0123456789 >"conftest.in"
4667 while :
4669 cat "conftest.in" "conftest.in" >"conftest.tmp"
4670 mv "conftest.tmp" "conftest.in"
4671 cp "conftest.in" "conftest.nl"
4672 $as_echo 'EGREP' >> "conftest.nl"
4673 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4674 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4675 as_fn_arith $ac_count + 1 && ac_count=$as_val
4676 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4677 # Best one so far, save it but keep looking for a better one
4678 ac_cv_path_EGREP="$ac_path_EGREP"
4679 ac_path_EGREP_max=$ac_count
4681 # 10*(2^10) chars as input seems more than enough
4682 test $ac_count -gt 10 && break
4683 done
4684 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4685 esac
4687 $ac_path_EGREP_found && break 3
4688 done
4689 done
4690 done
4691 IFS=$as_save_IFS
4692 if test -z "$ac_cv_path_EGREP"; then
4693 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4695 else
4696 ac_cv_path_EGREP=$EGREP
4701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4702 $as_echo "$ac_cv_path_EGREP" >&6; }
4703 EGREP="$ac_cv_path_EGREP"
4706 # Extract the first word of "ldconfig", so it can be a program name with args.
4707 set dummy ldconfig; ac_word=$2
4708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4709 $as_echo_n "checking for $ac_word... " >&6; }
4710 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4711 $as_echo_n "(cached) " >&6
4712 else
4713 case $LDCONFIG in
4714 [\\/]* | ?:[\\/]*)
4715 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4719 for as_dir in /sbin /usr/sbin $PATH
4721 IFS=$as_save_IFS
4722 test -z "$as_dir" && as_dir=.
4723 for ac_exec_ext in '' $ac_executable_extensions; do
4724 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4725 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4726 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4727 break 2
4729 done
4730 done
4731 IFS=$as_save_IFS
4733 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4735 esac
4737 LDCONFIG=$ac_cv_path_LDCONFIG
4738 if test -n "$LDCONFIG"; then
4739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4740 $as_echo "$LDCONFIG" >&6; }
4741 else
4742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4743 $as_echo "no" >&6; }
4747 # Find a good install program. We prefer a C program (faster),
4748 # so one script is as good as another. But avoid the broken or
4749 # incompatible versions:
4750 # SysV /etc/install, /usr/sbin/install
4751 # SunOS /usr/etc/install
4752 # IRIX /sbin/install
4753 # AIX /bin/install
4754 # AmigaOS /C/install, which installs bootblocks on floppy discs
4755 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4756 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4757 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4758 # OS/2's system install, which has a completely different semantic
4759 # ./install, which can be erroneously created by make from ./install.sh.
4760 # Reject install programs that cannot install multiple files.
4761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4762 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4763 if test -z "$INSTALL"; then
4764 if test "${ac_cv_path_install+set}" = set; then :
4765 $as_echo_n "(cached) " >&6
4766 else
4767 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4768 for as_dir in $PATH
4770 IFS=$as_save_IFS
4771 test -z "$as_dir" && as_dir=.
4772 # Account for people who put trailing slashes in PATH elements.
4773 case $as_dir/ in #((
4774 ./ | .// | /[cC]/* | \
4775 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4776 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4777 /usr/ucb/* ) ;;
4779 # OSF1 and SCO ODT 3.0 have their own names for install.
4780 # Don't use installbsd from OSF since it installs stuff as root
4781 # by default.
4782 for ac_prog in ginstall scoinst install; do
4783 for ac_exec_ext in '' $ac_executable_extensions; do
4784 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4785 if test $ac_prog = install &&
4786 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4787 # AIX install. It has an incompatible calling convention.
4789 elif test $ac_prog = install &&
4790 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4791 # program-specific install script used by HP pwplus--don't use.
4793 else
4794 rm -rf conftest.one conftest.two conftest.dir
4795 echo one > conftest.one
4796 echo two > conftest.two
4797 mkdir conftest.dir
4798 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4799 test -s conftest.one && test -s conftest.two &&
4800 test -s conftest.dir/conftest.one &&
4801 test -s conftest.dir/conftest.two
4802 then
4803 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4804 break 3
4808 done
4809 done
4811 esac
4813 done
4814 IFS=$as_save_IFS
4816 rm -rf conftest.one conftest.two conftest.dir
4819 if test "${ac_cv_path_install+set}" = set; then
4820 INSTALL=$ac_cv_path_install
4821 else
4822 # As a last resort, use the slow shell script. Don't cache a
4823 # value for INSTALL within a source directory, because that will
4824 # break other packages using the cache if that directory is
4825 # removed, or if the value is a relative name.
4826 INSTALL=$ac_install_sh
4829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4830 $as_echo "$INSTALL" >&6; }
4832 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4833 # It thinks the first close brace ends the variable substitution.
4834 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4836 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4838 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4840 case "$INSTALL" in
4841 [\\/$]* | ?:[\\/]* ) ;;
4842 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4843 esac
4845 for ac_prog in lclint lint
4847 # Extract the first word of "$ac_prog", so it can be a program name with args.
4848 set dummy $ac_prog; ac_word=$2
4849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4850 $as_echo_n "checking for $ac_word... " >&6; }
4851 if test "${ac_cv_prog_LINT+set}" = set; then :
4852 $as_echo_n "(cached) " >&6
4853 else
4854 if test -n "$LINT"; then
4855 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4856 else
4857 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4858 for as_dir in $PATH
4860 IFS=$as_save_IFS
4861 test -z "$as_dir" && as_dir=.
4862 for ac_exec_ext in '' $ac_executable_extensions; do
4863 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4864 ac_cv_prog_LINT="$ac_prog"
4865 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4866 break 2
4868 done
4869 done
4870 IFS=$as_save_IFS
4874 LINT=$ac_cv_prog_LINT
4875 if test -n "$LINT"; then
4876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4877 $as_echo "$LINT" >&6; }
4878 else
4879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4880 $as_echo "no" >&6; }
4884 test -n "$LINT" && break
4885 done
4887 if test "$LINT" = "lint"
4888 then
4889 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4894 for ac_prog in fontforge
4896 # Extract the first word of "$ac_prog", so it can be a program name with args.
4897 set dummy $ac_prog; ac_word=$2
4898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4899 $as_echo_n "checking for $ac_word... " >&6; }
4900 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4901 $as_echo_n "(cached) " >&6
4902 else
4903 if test -n "$FONTFORGE"; then
4904 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4905 else
4906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4907 for as_dir in $PATH
4909 IFS=$as_save_IFS
4910 test -z "$as_dir" && as_dir=.
4911 for ac_exec_ext in '' $ac_executable_extensions; do
4912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4913 ac_cv_prog_FONTFORGE="$ac_prog"
4914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4915 break 2
4917 done
4918 done
4919 IFS=$as_save_IFS
4923 FONTFORGE=$ac_cv_prog_FONTFORGE
4924 if test -n "$FONTFORGE"; then
4925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4926 $as_echo "$FONTFORGE" >&6; }
4927 else
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4929 $as_echo "no" >&6; }
4933 test -n "$FONTFORGE" && break
4934 done
4935 test -n "$FONTFORGE" || FONTFORGE="false"
4937 for ac_prog in pkg-config
4939 # Extract the first word of "$ac_prog", so it can be a program name with args.
4940 set dummy $ac_prog; ac_word=$2
4941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4942 $as_echo_n "checking for $ac_word... " >&6; }
4943 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4944 $as_echo_n "(cached) " >&6
4945 else
4946 if test -n "$PKG_CONFIG"; then
4947 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4948 else
4949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4950 for as_dir in $PATH
4952 IFS=$as_save_IFS
4953 test -z "$as_dir" && as_dir=.
4954 for ac_exec_ext in '' $ac_executable_extensions; do
4955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4956 ac_cv_prog_PKG_CONFIG="$ac_prog"
4957 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4958 break 2
4960 done
4961 done
4962 IFS=$as_save_IFS
4966 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4967 if test -n "$PKG_CONFIG"; then
4968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4969 $as_echo "$PKG_CONFIG" >&6; }
4970 else
4971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4972 $as_echo "no" >&6; }
4976 test -n "$PKG_CONFIG" && break
4977 done
4978 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4980 for ac_prog in rsvg
4982 # Extract the first word of "$ac_prog", so it can be a program name with args.
4983 set dummy $ac_prog; ac_word=$2
4984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4985 $as_echo_n "checking for $ac_word... " >&6; }
4986 if test "${ac_cv_prog_RSVG+set}" = set; then :
4987 $as_echo_n "(cached) " >&6
4988 else
4989 if test -n "$RSVG"; then
4990 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4991 else
4992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4993 for as_dir in $PATH
4995 IFS=$as_save_IFS
4996 test -z "$as_dir" && as_dir=.
4997 for ac_exec_ext in '' $ac_executable_extensions; do
4998 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4999 ac_cv_prog_RSVG="$ac_prog"
5000 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5001 break 2
5003 done
5004 done
5005 IFS=$as_save_IFS
5009 RSVG=$ac_cv_prog_RSVG
5010 if test -n "$RSVG"; then
5011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5012 $as_echo "$RSVG" >&6; }
5013 else
5014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5015 $as_echo "no" >&6; }
5019 test -n "$RSVG" && break
5020 done
5021 test -n "$RSVG" || RSVG="false"
5023 for ac_prog in icotool
5025 # Extract the first word of "$ac_prog", so it can be a program name with args.
5026 set dummy $ac_prog; ac_word=$2
5027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5028 $as_echo_n "checking for $ac_word... " >&6; }
5029 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5030 $as_echo_n "(cached) " >&6
5031 else
5032 if test -n "$ICOTOOL"; then
5033 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5034 else
5035 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5036 for as_dir in $PATH
5038 IFS=$as_save_IFS
5039 test -z "$as_dir" && as_dir=.
5040 for ac_exec_ext in '' $ac_executable_extensions; do
5041 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5042 ac_cv_prog_ICOTOOL="$ac_prog"
5043 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5044 break 2
5046 done
5047 done
5048 IFS=$as_save_IFS
5052 ICOTOOL=$ac_cv_prog_ICOTOOL
5053 if test -n "$ICOTOOL"; then
5054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5055 $as_echo "$ICOTOOL" >&6; }
5056 else
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5058 $as_echo "no" >&6; }
5062 test -n "$ICOTOOL" && break
5063 done
5064 test -n "$ICOTOOL" || ICOTOOL="false"
5067 if test "${enable_maintainer_mode+set}" = set
5068 then
5069 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5070 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5071 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5074 case $host_cpu in
5075 *i[3456789]86*)
5076 # Extract the first word of "prelink", so it can be a program name with args.
5077 set dummy prelink; ac_word=$2
5078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5079 $as_echo_n "checking for $ac_word... " >&6; }
5080 if test "${ac_cv_path_PRELINK+set}" = set; then :
5081 $as_echo_n "(cached) " >&6
5082 else
5083 case $PRELINK in
5084 [\\/]* | ?:[\\/]*)
5085 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5088 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5089 for as_dir in /sbin /usr/sbin $PATH
5091 IFS=$as_save_IFS
5092 test -z "$as_dir" && as_dir=.
5093 for ac_exec_ext in '' $ac_executable_extensions; do
5094 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5095 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5096 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5097 break 2
5099 done
5100 done
5101 IFS=$as_save_IFS
5103 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5105 esac
5107 PRELINK=$ac_cv_path_PRELINK
5108 if test -n "$PRELINK"; then
5109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5110 $as_echo "$PRELINK" >&6; }
5111 else
5112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5113 $as_echo "no" >&6; }
5118 esac
5121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5122 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5123 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5124 $as_echo_n "(cached) " >&6
5125 else
5126 ac_check_lib_save_LIBS=$LIBS
5127 LIBS="-li386 $LIBS"
5128 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5129 /* end confdefs.h. */
5131 /* Override any GCC internal prototype to avoid an error.
5132 Use char because int might match the return type of a GCC
5133 builtin and then its argument prototype would still apply. */
5134 #ifdef __cplusplus
5135 extern "C"
5136 #endif
5137 char i386_set_ldt ();
5139 main ()
5141 return i386_set_ldt ();
5143 return 0;
5145 _ACEOF
5146 if ac_fn_c_try_link "$LINENO"; then :
5147 ac_cv_lib_i386_i386_set_ldt=yes
5148 else
5149 ac_cv_lib_i386_i386_set_ldt=no
5151 rm -f core conftest.err conftest.$ac_objext \
5152 conftest$ac_exeext conftest.$ac_ext
5153 LIBS=$ac_check_lib_save_LIBS
5155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5156 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5157 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5158 cat >>confdefs.h <<_ACEOF
5159 #define HAVE_LIBI386 1
5160 _ACEOF
5162 LIBS="-li386 $LIBS"
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5167 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5168 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5169 $as_echo_n "(cached) " >&6
5170 else
5171 ac_check_lib_save_LIBS=$LIBS
5172 LIBS="-lossaudio $LIBS"
5173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5174 /* end confdefs.h. */
5176 /* Override any GCC internal prototype to avoid an error.
5177 Use char because int might match the return type of a GCC
5178 builtin and then its argument prototype would still apply. */
5179 #ifdef __cplusplus
5180 extern "C"
5181 #endif
5182 char _oss_ioctl ();
5184 main ()
5186 return _oss_ioctl ();
5188 return 0;
5190 _ACEOF
5191 if ac_fn_c_try_link "$LINENO"; then :
5192 ac_cv_lib_ossaudio__oss_ioctl=yes
5193 else
5194 ac_cv_lib_ossaudio__oss_ioctl=no
5196 rm -f core conftest.err conftest.$ac_objext \
5197 conftest$ac_exeext conftest.$ac_ext
5198 LIBS=$ac_check_lib_save_LIBS
5200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5201 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5202 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5203 cat >>confdefs.h <<_ACEOF
5204 #define HAVE_LIBOSSAUDIO 1
5205 _ACEOF
5207 LIBS="-lossaudio $LIBS"
5212 XLIB=""
5214 OPENGL_LIBS=""
5218 # Check whether --enable-largefile was given.
5219 if test "${enable_largefile+set}" = set; then :
5220 enableval=$enable_largefile;
5223 if test "$enable_largefile" != no; then
5225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5226 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5227 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5228 $as_echo_n "(cached) " >&6
5229 else
5230 ac_cv_sys_largefile_CC=no
5231 if test "$GCC" != yes; then
5232 ac_save_CC=$CC
5233 while :; do
5234 # IRIX 6.2 and later do not support large files by default,
5235 # so use the C compiler's -n32 option if that helps.
5236 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5237 /* end confdefs.h. */
5238 #include <sys/types.h>
5239 /* Check that off_t can represent 2**63 - 1 correctly.
5240 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5241 since some C++ compilers masquerading as C compilers
5242 incorrectly reject 9223372036854775807. */
5243 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5244 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5245 && LARGE_OFF_T % 2147483647 == 1)
5246 ? 1 : -1];
5248 main ()
5252 return 0;
5254 _ACEOF
5255 if ac_fn_c_try_compile "$LINENO"; then :
5256 break
5258 rm -f core conftest.err conftest.$ac_objext
5259 CC="$CC -n32"
5260 if ac_fn_c_try_compile "$LINENO"; then :
5261 ac_cv_sys_largefile_CC=' -n32'; break
5263 rm -f core conftest.err conftest.$ac_objext
5264 break
5265 done
5266 CC=$ac_save_CC
5267 rm -f conftest.$ac_ext
5270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5271 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5272 if test "$ac_cv_sys_largefile_CC" != no; then
5273 CC=$CC$ac_cv_sys_largefile_CC
5276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5277 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5278 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5279 $as_echo_n "(cached) " >&6
5280 else
5281 while :; do
5282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5283 /* end confdefs.h. */
5284 #include <sys/types.h>
5285 /* Check that off_t can represent 2**63 - 1 correctly.
5286 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5287 since some C++ compilers masquerading as C compilers
5288 incorrectly reject 9223372036854775807. */
5289 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5290 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5291 && LARGE_OFF_T % 2147483647 == 1)
5292 ? 1 : -1];
5294 main ()
5298 return 0;
5300 _ACEOF
5301 if ac_fn_c_try_compile "$LINENO"; then :
5302 ac_cv_sys_file_offset_bits=no; break
5304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5306 /* end confdefs.h. */
5307 #define _FILE_OFFSET_BITS 64
5308 #include <sys/types.h>
5309 /* Check that off_t can represent 2**63 - 1 correctly.
5310 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5311 since some C++ compilers masquerading as C compilers
5312 incorrectly reject 9223372036854775807. */
5313 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5314 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5315 && LARGE_OFF_T % 2147483647 == 1)
5316 ? 1 : -1];
5318 main ()
5322 return 0;
5324 _ACEOF
5325 if ac_fn_c_try_compile "$LINENO"; then :
5326 ac_cv_sys_file_offset_bits=64; break
5328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5329 ac_cv_sys_file_offset_bits=unknown
5330 break
5331 done
5333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5334 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5335 case $ac_cv_sys_file_offset_bits in #(
5336 no | unknown) ;;
5338 cat >>confdefs.h <<_ACEOF
5339 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5340 _ACEOF
5342 esac
5343 rm -rf conftest*
5344 if test $ac_cv_sys_file_offset_bits = unknown; then
5345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5346 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5347 if test "${ac_cv_sys_large_files+set}" = set; then :
5348 $as_echo_n "(cached) " >&6
5349 else
5350 while :; do
5351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5352 /* end confdefs.h. */
5353 #include <sys/types.h>
5354 /* Check that off_t can represent 2**63 - 1 correctly.
5355 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5356 since some C++ compilers masquerading as C compilers
5357 incorrectly reject 9223372036854775807. */
5358 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5359 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5360 && LARGE_OFF_T % 2147483647 == 1)
5361 ? 1 : -1];
5363 main ()
5367 return 0;
5369 _ACEOF
5370 if ac_fn_c_try_compile "$LINENO"; then :
5371 ac_cv_sys_large_files=no; break
5373 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5375 /* end confdefs.h. */
5376 #define _LARGE_FILES 1
5377 #include <sys/types.h>
5378 /* Check that off_t can represent 2**63 - 1 correctly.
5379 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5380 since some C++ compilers masquerading as C compilers
5381 incorrectly reject 9223372036854775807. */
5382 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5383 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5384 && LARGE_OFF_T % 2147483647 == 1)
5385 ? 1 : -1];
5387 main ()
5391 return 0;
5393 _ACEOF
5394 if ac_fn_c_try_compile "$LINENO"; then :
5395 ac_cv_sys_large_files=1; break
5397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5398 ac_cv_sys_large_files=unknown
5399 break
5400 done
5402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5403 $as_echo "$ac_cv_sys_large_files" >&6; }
5404 case $ac_cv_sys_large_files in #(
5405 no | unknown) ;;
5407 cat >>confdefs.h <<_ACEOF
5408 #define _LARGE_FILES $ac_cv_sys_large_files
5409 _ACEOF
5411 esac
5412 rm -rf conftest*
5417 ac_ext=c
5418 ac_cpp='$CPP $CPPFLAGS'
5419 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5420 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5421 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5423 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5424 # On Suns, sometimes $CPP names a directory.
5425 if test -n "$CPP" && test -d "$CPP"; then
5426 CPP=
5428 if test -z "$CPP"; then
5429 if test "${ac_cv_prog_CPP+set}" = set; then :
5430 $as_echo_n "(cached) " >&6
5431 else
5432 # Double quotes because CPP needs to be expanded
5433 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5435 ac_preproc_ok=false
5436 for ac_c_preproc_warn_flag in '' yes
5438 # Use a header file that comes with gcc, so configuring glibc
5439 # with a fresh cross-compiler works.
5440 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5441 # <limits.h> exists even on freestanding compilers.
5442 # On the NeXT, cc -E runs the code through the compiler's parser,
5443 # not just through cpp. "Syntax error" is here to catch this case.
5444 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5445 /* end confdefs.h. */
5446 #ifdef __STDC__
5447 # include <limits.h>
5448 #else
5449 # include <assert.h>
5450 #endif
5451 Syntax error
5452 _ACEOF
5453 if ac_fn_c_try_cpp "$LINENO"; then :
5455 else
5456 # Broken: fails on valid input.
5457 continue
5459 rm -f conftest.err conftest.$ac_ext
5461 # OK, works on sane cases. Now check whether nonexistent headers
5462 # can be detected and how.
5463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464 /* end confdefs.h. */
5465 #include <ac_nonexistent.h>
5466 _ACEOF
5467 if ac_fn_c_try_cpp "$LINENO"; then :
5468 # Broken: success on invalid input.
5469 continue
5470 else
5471 # Passes both tests.
5472 ac_preproc_ok=:
5473 break
5475 rm -f conftest.err conftest.$ac_ext
5477 done
5478 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5479 rm -f conftest.err conftest.$ac_ext
5480 if $ac_preproc_ok; then :
5481 break
5484 done
5485 ac_cv_prog_CPP=$CPP
5488 CPP=$ac_cv_prog_CPP
5489 else
5490 ac_cv_prog_CPP=$CPP
5492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5493 $as_echo "$CPP" >&6; }
5494 ac_preproc_ok=false
5495 for ac_c_preproc_warn_flag in '' yes
5497 # Use a header file that comes with gcc, so configuring glibc
5498 # with a fresh cross-compiler works.
5499 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5500 # <limits.h> exists even on freestanding compilers.
5501 # On the NeXT, cc -E runs the code through the compiler's parser,
5502 # not just through cpp. "Syntax error" is here to catch this case.
5503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5504 /* end confdefs.h. */
5505 #ifdef __STDC__
5506 # include <limits.h>
5507 #else
5508 # include <assert.h>
5509 #endif
5510 Syntax error
5511 _ACEOF
5512 if ac_fn_c_try_cpp "$LINENO"; then :
5514 else
5515 # Broken: fails on valid input.
5516 continue
5518 rm -f conftest.err conftest.$ac_ext
5520 # OK, works on sane cases. Now check whether nonexistent headers
5521 # can be detected and how.
5522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5523 /* end confdefs.h. */
5524 #include <ac_nonexistent.h>
5525 _ACEOF
5526 if ac_fn_c_try_cpp "$LINENO"; then :
5527 # Broken: success on invalid input.
5528 continue
5529 else
5530 # Passes both tests.
5531 ac_preproc_ok=:
5532 break
5534 rm -f conftest.err conftest.$ac_ext
5536 done
5537 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5538 rm -f conftest.err conftest.$ac_ext
5539 if $ac_preproc_ok; then :
5541 else
5542 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5543 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5544 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5545 See \`config.log' for more details." "$LINENO" 5; }
5548 ac_ext=c
5549 ac_cpp='$CPP $CPPFLAGS'
5550 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5551 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5552 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5556 $as_echo_n "checking for ANSI C header files... " >&6; }
5557 if test "${ac_cv_header_stdc+set}" = set; then :
5558 $as_echo_n "(cached) " >&6
5559 else
5560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5561 /* end confdefs.h. */
5562 #include <stdlib.h>
5563 #include <stdarg.h>
5564 #include <string.h>
5565 #include <float.h>
5568 main ()
5572 return 0;
5574 _ACEOF
5575 if ac_fn_c_try_compile "$LINENO"; then :
5576 ac_cv_header_stdc=yes
5577 else
5578 ac_cv_header_stdc=no
5580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5582 if test $ac_cv_header_stdc = yes; then
5583 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5585 /* end confdefs.h. */
5586 #include <string.h>
5588 _ACEOF
5589 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5590 $EGREP "memchr" >/dev/null 2>&1; then :
5592 else
5593 ac_cv_header_stdc=no
5595 rm -f conftest*
5599 if test $ac_cv_header_stdc = yes; then
5600 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5602 /* end confdefs.h. */
5603 #include <stdlib.h>
5605 _ACEOF
5606 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5607 $EGREP "free" >/dev/null 2>&1; then :
5609 else
5610 ac_cv_header_stdc=no
5612 rm -f conftest*
5616 if test $ac_cv_header_stdc = yes; then
5617 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5618 if test "$cross_compiling" = yes; then :
5620 else
5621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5622 /* end confdefs.h. */
5623 #include <ctype.h>
5624 #include <stdlib.h>
5625 #if ((' ' & 0x0FF) == 0x020)
5626 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5627 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5628 #else
5629 # define ISLOWER(c) \
5630 (('a' <= (c) && (c) <= 'i') \
5631 || ('j' <= (c) && (c) <= 'r') \
5632 || ('s' <= (c) && (c) <= 'z'))
5633 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5634 #endif
5636 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5638 main ()
5640 int i;
5641 for (i = 0; i < 256; i++)
5642 if (XOR (islower (i), ISLOWER (i))
5643 || toupper (i) != TOUPPER (i))
5644 return 2;
5645 return 0;
5647 _ACEOF
5648 if ac_fn_c_try_run "$LINENO"; then :
5650 else
5651 ac_cv_header_stdc=no
5653 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5654 conftest.$ac_objext conftest.beam conftest.$ac_ext
5659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5660 $as_echo "$ac_cv_header_stdc" >&6; }
5661 if test $ac_cv_header_stdc = yes; then
5663 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5667 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5668 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5669 inttypes.h stdint.h unistd.h
5670 do :
5671 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5672 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5674 eval as_val=\$$as_ac_Header
5675 if test "x$as_val" = x""yes; then :
5676 cat >>confdefs.h <<_ACEOF
5677 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5678 _ACEOF
5682 done
5685 for ac_header in \
5686 AL/al.h \
5687 AudioUnit/AudioUnit.h \
5688 Carbon/Carbon.h \
5689 CoreAudio/CoreAudio.h \
5690 DiskArbitration/DiskArbitration.h \
5691 IOKit/IOKitLib.h \
5692 IOKit/hid/IOHIDLib.h \
5693 OpenAL/al.h \
5694 alias.h \
5695 alsa/asoundlib.h \
5696 arpa/inet.h \
5697 arpa/nameser.h \
5698 asm/types.h \
5699 capi20.h \
5700 curses.h \
5701 direct.h \
5702 dirent.h \
5703 dlfcn.h \
5704 elf.h \
5705 float.h \
5706 fnmatch.h \
5707 fontconfig/fontconfig.h \
5708 getopt.h \
5709 grp.h \
5710 gsm.h \
5711 gsm/gsm.h \
5712 ieeefp.h \
5713 inet/mib2.h \
5714 io.h \
5715 jack/jack.h \
5716 jpeglib.h \
5717 kstat.h \
5718 lber.h \
5719 lcms.h \
5720 lcms/lcms.h \
5721 ldap.h \
5722 libaudioio.h \
5723 link.h \
5724 linux/cdrom.h \
5725 linux/compiler.h \
5726 linux/hdreg.h \
5727 linux/input.h \
5728 linux/ioctl.h \
5729 linux/joystick.h \
5730 linux/major.h \
5731 linux/param.h \
5732 linux/serial.h \
5733 linux/types.h \
5734 linux/ucdrom.h \
5735 mach-o/nlist.h \
5736 mach/mach.h \
5737 mach/machine.h \
5738 machine/cpu.h \
5739 machine/limits.h \
5740 machine/soundcard.h \
5741 mntent.h \
5742 mpg123.h \
5743 ncurses.h \
5744 netdb.h \
5745 netinet/in.h \
5746 netinet/in_systm.h \
5747 netinet/tcp.h \
5748 netinet/tcp_fsm.h \
5749 openssl/err.h \
5750 openssl/ssl.h \
5751 png.h \
5752 poll.h \
5753 port.h \
5754 process.h \
5755 pthread.h \
5756 pwd.h \
5757 regex.h \
5758 sched.h \
5759 scsi/scsi.h \
5760 scsi/scsi_ioctl.h \
5761 scsi/sg.h \
5762 soundcard.h \
5763 stdbool.h \
5764 stdint.h \
5765 strings.h \
5766 stropts.h \
5767 sys/asoundlib.h \
5768 sys/cdio.h \
5769 sys/elf32.h \
5770 sys/epoll.h \
5771 sys/errno.h \
5772 sys/event.h \
5773 sys/exec_elf.h \
5774 sys/filio.h \
5775 sys/inotify.h \
5776 sys/ioctl.h \
5777 sys/ipc.h \
5778 sys/limits.h \
5779 sys/link.h \
5780 sys/mman.h \
5781 sys/modem.h \
5782 sys/msg.h \
5783 sys/mtio.h \
5784 sys/param.h \
5785 sys/poll.h \
5786 sys/prctl.h \
5787 sys/protosw.h \
5788 sys/ptrace.h \
5789 sys/resource.h \
5790 sys/scsiio.h \
5791 sys/shm.h \
5792 sys/signal.h \
5793 sys/socket.h \
5794 sys/socketvar.h \
5795 sys/sockio.h \
5796 sys/soundcard.h \
5797 sys/statvfs.h \
5798 sys/strtio.h \
5799 sys/syscall.h \
5800 sys/tihdr.h \
5801 sys/time.h \
5802 sys/timeout.h \
5803 sys/times.h \
5804 sys/uio.h \
5805 sys/un.h \
5806 sys/utsname.h \
5807 sys/vm86.h \
5808 sys/wait.h \
5809 syscall.h \
5810 termios.h \
5811 unistd.h \
5812 utime.h \
5813 valgrind/memcheck.h \
5814 valgrind/valgrind.h \
5815 zlib.h
5817 do :
5818 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5819 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5820 eval as_val=\$$as_ac_Header
5821 if test "x$as_val" = x""yes; then :
5822 cat >>confdefs.h <<_ACEOF
5823 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5824 _ACEOF
5828 done
5830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5831 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5832 if test "${ac_cv_header_stat_broken+set}" = set; then :
5833 $as_echo_n "(cached) " >&6
5834 else
5835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5836 /* end confdefs.h. */
5837 #include <sys/types.h>
5838 #include <sys/stat.h>
5840 #if defined S_ISBLK && defined S_IFDIR
5841 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5842 #endif
5844 #if defined S_ISBLK && defined S_IFCHR
5845 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5846 #endif
5848 #if defined S_ISLNK && defined S_IFREG
5849 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5850 #endif
5852 #if defined S_ISSOCK && defined S_IFREG
5853 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5854 #endif
5856 _ACEOF
5857 if ac_fn_c_try_compile "$LINENO"; then :
5858 ac_cv_header_stat_broken=no
5859 else
5860 ac_cv_header_stat_broken=yes
5862 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5865 $as_echo "$ac_cv_header_stat_broken" >&6; }
5866 if test $ac_cv_header_stat_broken = yes; then
5868 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5874 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5875 do :
5876 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5877 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5878 #ifdef HAVE_SYS_PARAM_H
5879 # include <sys/param.h>
5880 #endif
5882 eval as_val=\$$as_ac_Header
5883 if test "x$as_val" = x""yes; then :
5884 cat >>confdefs.h <<_ACEOF
5885 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5886 _ACEOF
5890 done
5893 for ac_header in \
5894 netinet/ip.h \
5895 net/if.h \
5896 net/if_arp.h \
5897 net/if_dl.h \
5898 net/if_types.h \
5899 net/route.h \
5900 netinet/if_ether.h \
5901 netinet/if_inarp.h \
5902 netinet/in_pcb.h \
5903 netinet/ip_icmp.h \
5904 netinet/ip_var.h \
5905 netinet/udp.h \
5906 netipx/ipx.h \
5908 do :
5909 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5910 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5911 #ifdef HAVE_SYS_SOCKET_H
5912 # include <sys/socket.h>
5913 #endif
5914 #ifdef HAVE_SYS_SOCKETVAR_H
5915 # include <sys/socketvar.h>
5916 #endif
5917 #ifdef HAVE_NET_ROUTE_H
5918 # include <net/route.h>
5919 #endif
5920 #ifdef HAVE_NETINET_IN_H
5921 # include <netinet/in.h>
5922 #endif
5923 #ifdef HAVE_NETINET_IN_SYSTM_H
5924 # include <netinet/in_systm.h>
5925 #endif
5926 #ifdef HAVE_NET_IF_H
5927 # include <net/if.h>
5928 #endif
5929 #ifdef HAVE_NETINET_IP_H
5930 # include <netinet/ip.h>
5931 #endif
5933 eval as_val=\$$as_ac_Header
5934 if test "x$as_val" = x""yes; then :
5935 cat >>confdefs.h <<_ACEOF
5936 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5937 _ACEOF
5941 done
5944 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5945 do :
5946 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5947 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5948 #ifdef HAVE_ALIAS_H
5949 # include <alias.h>
5950 #endif
5951 #ifdef HAVE_SYS_SOCKET_H
5952 # include <sys/socket.h>
5953 #endif
5954 #ifdef HAVE_SYS_SOCKETVAR_H
5955 # include <sys/socketvar.h>
5956 #endif
5957 #ifdef HAVE_SYS_TIMEOUT_H
5958 # include <sys/timeout.h>
5959 #endif
5960 #ifdef HAVE_NETINET_IN_H
5961 # include <netinet/in.h>
5962 #endif
5963 #ifdef HAVE_NETINET_IN_SYSTM_H
5964 # include <netinet/in_systm.h>
5965 #endif
5966 #ifdef HAVE_NETINET_IP_H
5967 # include <netinet/ip.h>
5968 #endif
5969 #ifdef HAVE_NETINET_IP_VAR_H
5970 # include <netinet/ip_var.h>
5971 #endif
5972 #ifdef HAVE_NETINET_IP_ICMP_H
5973 # include <netinet/ip_icmp.h>
5974 #endif
5975 #ifdef HAVE_NETINET_UDP_H
5976 # include <netinet/udp.h>
5977 #endif
5978 #ifdef HAVE_NETINET_TCP_H
5979 # include <netinet/tcp.h>
5980 #endif
5981 #ifdef HAVE_NETINET_TCP_TIMER_H
5982 #include <netinet/tcp_timer.h>
5983 #endif
5985 eval as_val=\$$as_ac_Header
5986 if test "x$as_val" = x""yes; then :
5987 cat >>confdefs.h <<_ACEOF
5988 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5989 _ACEOF
5993 done
5996 for ac_header in linux/ipx.h linux/irda.h
5997 do :
5998 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5999 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6000 #ifdef HAVE_ASM_TYPES_H
6001 # include <asm/types.h>
6002 #endif
6003 #ifdef HAVE_SYS_SOCKET_H
6004 # include <sys/socket.h>
6005 #endif
6006 #ifdef HAVE_LINUX_TYPES_H
6007 # include <linux/types.h>
6008 #endif
6010 eval as_val=\$$as_ac_Header
6011 if test "x$as_val" = x""yes; then :
6012 cat >>confdefs.h <<_ACEOF
6013 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6014 _ACEOF
6018 done
6021 for ac_header in mach-o/dyld_images.h
6022 do :
6023 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6024 # include <stdbool.h>
6025 #endif
6026 #ifdef HAVE_STDINT_H
6027 # include <stdint.h>
6028 #endif
6030 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6031 cat >>confdefs.h <<_ACEOF
6032 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6033 _ACEOF
6037 done
6040 for ac_header in resolv.h
6041 do :
6042 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6043 #ifdef HAVE_SYS_SOCKET_H
6044 # include <sys/socket.h>
6045 #endif
6046 #ifdef HAVE_NETINET_IN_H
6047 # include <netinet/in.h>
6048 #endif
6049 #ifdef HAVE_ARPA_NAMESER_H
6050 # include <arpa/nameser.h>
6051 #endif
6053 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6054 cat >>confdefs.h <<_ACEOF
6055 #define HAVE_RESOLV_H 1
6056 _ACEOF
6060 done
6063 for ac_header in ucontext.h
6064 do :
6065 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6067 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6068 cat >>confdefs.h <<_ACEOF
6069 #define HAVE_UCONTEXT_H 1
6070 _ACEOF
6074 done
6077 for ac_header in sys/thr.h
6078 do :
6079 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6080 #ifdef HAVE_UCONTEXT_H
6081 #include <ucontext.h>
6082 #endif
6084 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6085 cat >>confdefs.h <<_ACEOF
6086 #define HAVE_SYS_THR_H 1
6087 _ACEOF
6091 done
6094 for ac_header in pthread_np.h
6095 do :
6096 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6097 #include <pthread.h>
6098 #endif
6100 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6101 cat >>confdefs.h <<_ACEOF
6102 #define HAVE_PTHREAD_NP_H 1
6103 _ACEOF
6107 done
6110 for ac_header in linux/videodev.h
6111 do :
6112 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6113 #include <sys/time.h>
6114 #endif
6115 #include <sys/types.h>
6116 #ifdef HAVE_ASM_TYPES_H
6117 #include <asm/types.h>
6118 #endif
6120 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6121 cat >>confdefs.h <<_ACEOF
6122 #define HAVE_LINUX_VIDEODEV_H 1
6123 _ACEOF
6127 done
6130 for ac_header in linux/capi.h
6131 do :
6132 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6134 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6135 cat >>confdefs.h <<_ACEOF
6136 #define HAVE_LINUX_CAPI_H 1
6137 _ACEOF
6141 done
6145 DLLEXT=""
6147 DLLFLAGS="-D_REENTRANT"
6149 LDSHARED=""
6151 LDDLLFLAGS=""
6153 LIBEXT="so"
6155 IMPLIBEXT="def"
6157 LDRPATH_INSTALL=""
6159 LDRPATH_LOCAL=""
6161 STATIC_IMPLIBEXT="def.a"
6162 # Extract the first word of "ldd", so it can be a program name with args.
6163 set dummy ldd; ac_word=$2
6164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6165 $as_echo_n "checking for $ac_word... " >&6; }
6166 if test "${ac_cv_path_LDD+set}" = set; then :
6167 $as_echo_n "(cached) " >&6
6168 else
6169 case $LDD in
6170 [\\/]* | ?:[\\/]*)
6171 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6175 as_dummy="/sbin:/usr/sbin:$PATH"
6176 for as_dir in $as_dummy
6178 IFS=$as_save_IFS
6179 test -z "$as_dir" && as_dir=.
6180 for ac_exec_ext in '' $ac_executable_extensions; do
6181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6182 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6184 break 2
6186 done
6187 done
6188 IFS=$as_save_IFS
6190 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6192 esac
6194 LDD=$ac_cv_path_LDD
6195 if test -n "$LDD"; then
6196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6197 $as_echo "$LDD" >&6; }
6198 else
6199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6200 $as_echo "no" >&6; }
6205 case $host_os in
6206 cygwin*|mingw32*)
6207 if test -n "$ac_tool_prefix"; then
6208 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6209 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6211 $as_echo_n "checking for $ac_word... " >&6; }
6212 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6213 $as_echo_n "(cached) " >&6
6214 else
6215 if test -n "$DLLTOOL"; then
6216 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6217 else
6218 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6219 for as_dir in $PATH
6221 IFS=$as_save_IFS
6222 test -z "$as_dir" && as_dir=.
6223 for ac_exec_ext in '' $ac_executable_extensions; do
6224 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6225 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6226 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6227 break 2
6229 done
6230 done
6231 IFS=$as_save_IFS
6235 DLLTOOL=$ac_cv_prog_DLLTOOL
6236 if test -n "$DLLTOOL"; then
6237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6238 $as_echo "$DLLTOOL" >&6; }
6239 else
6240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6241 $as_echo "no" >&6; }
6246 if test -z "$ac_cv_prog_DLLTOOL"; then
6247 ac_ct_DLLTOOL=$DLLTOOL
6248 # Extract the first word of "dlltool", so it can be a program name with args.
6249 set dummy dlltool; ac_word=$2
6250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6251 $as_echo_n "checking for $ac_word... " >&6; }
6252 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6253 $as_echo_n "(cached) " >&6
6254 else
6255 if test -n "$ac_ct_DLLTOOL"; then
6256 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6257 else
6258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6259 for as_dir in $PATH
6261 IFS=$as_save_IFS
6262 test -z "$as_dir" && as_dir=.
6263 for ac_exec_ext in '' $ac_executable_extensions; do
6264 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6265 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6266 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6267 break 2
6269 done
6270 done
6271 IFS=$as_save_IFS
6275 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6276 if test -n "$ac_ct_DLLTOOL"; then
6277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6278 $as_echo "$ac_ct_DLLTOOL" >&6; }
6279 else
6280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6281 $as_echo "no" >&6; }
6284 if test "x$ac_ct_DLLTOOL" = x; then
6285 DLLTOOL="false"
6286 else
6287 case $cross_compiling:$ac_tool_warned in
6288 yes:)
6289 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6290 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6291 ac_tool_warned=yes ;;
6292 esac
6293 DLLTOOL=$ac_ct_DLLTOOL
6295 else
6296 DLLTOOL="$ac_cv_prog_DLLTOOL"
6299 if test -n "$ac_tool_prefix"; then
6300 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6301 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6303 $as_echo_n "checking for $ac_word... " >&6; }
6304 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6305 $as_echo_n "(cached) " >&6
6306 else
6307 if test -n "$DLLWRAP"; then
6308 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6309 else
6310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6311 for as_dir in $PATH
6313 IFS=$as_save_IFS
6314 test -z "$as_dir" && as_dir=.
6315 for ac_exec_ext in '' $ac_executable_extensions; do
6316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6317 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6319 break 2
6321 done
6322 done
6323 IFS=$as_save_IFS
6327 DLLWRAP=$ac_cv_prog_DLLWRAP
6328 if test -n "$DLLWRAP"; then
6329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6330 $as_echo "$DLLWRAP" >&6; }
6331 else
6332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6333 $as_echo "no" >&6; }
6338 if test -z "$ac_cv_prog_DLLWRAP"; then
6339 ac_ct_DLLWRAP=$DLLWRAP
6340 # Extract the first word of "dllwrap", so it can be a program name with args.
6341 set dummy dllwrap; ac_word=$2
6342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6343 $as_echo_n "checking for $ac_word... " >&6; }
6344 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6345 $as_echo_n "(cached) " >&6
6346 else
6347 if test -n "$ac_ct_DLLWRAP"; then
6348 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6349 else
6350 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6351 for as_dir in $PATH
6353 IFS=$as_save_IFS
6354 test -z "$as_dir" && as_dir=.
6355 for ac_exec_ext in '' $ac_executable_extensions; do
6356 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6357 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6358 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6359 break 2
6361 done
6362 done
6363 IFS=$as_save_IFS
6367 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6368 if test -n "$ac_ct_DLLWRAP"; then
6369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6370 $as_echo "$ac_ct_DLLWRAP" >&6; }
6371 else
6372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6373 $as_echo "no" >&6; }
6376 if test "x$ac_ct_DLLWRAP" = x; then
6377 DLLWRAP="false"
6378 else
6379 case $cross_compiling:$ac_tool_warned in
6380 yes:)
6381 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6382 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6383 ac_tool_warned=yes ;;
6384 esac
6385 DLLWRAP=$ac_ct_DLLWRAP
6387 else
6388 DLLWRAP="$ac_cv_prog_DLLWRAP"
6391 if test "$DLLWRAP" = "false"; then
6392 LIBEXT="a"
6393 else
6394 LIBEXT="dll"
6396 IMPLIBEXT="a"
6397 STATIC_IMPLIBEXT="a"
6398 enable_iphlpapi=${enable_iphlpapi:-no}
6399 enable_kernel32=${enable_kernel32:-no}
6400 enable_msvcrt=${enable_msvcrt:-no}
6401 enable_ntdll=${enable_ntdll:-no}
6402 enable_ws2_32=${enable_ws2_32:-no}
6403 enable_loader=${enable_loader:-no}
6404 enable_server=${enable_server:-no}
6405 with_x=${with_x:-no}
6406 with_pthread=${with_pthread:-no}
6408 darwin*|macosx*)
6409 DLLEXT=".so"
6410 LIBEXT="dylib"
6411 DLLFLAGS="$DLLFLAGS -fPIC"
6412 LDDLLFLAGS="-bundle -multiply_defined suppress"
6413 LIBWINE_LDFLAGS="-multiply_defined suppress"
6414 LDSHARED="\$(CC) -dynamiclib"
6415 STRIP="$STRIP -x"
6416 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6417 SECURITYLIB="-framework Security -framework CoreFoundation"
6419 COREFOUNDATIONLIB="-framework CoreFoundation"
6421 IOKITLIB="-framework IOKit -framework CoreFoundation"
6423 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6425 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6426 then
6427 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6430 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6431 then
6432 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6435 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6436 then
6437 LIBOPENAL="-framework OpenAL"
6439 ac_cv_lib_openal_alGetSource3i=yes
6441 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6442 then
6443 ac_save_LIBS="$LIBS"
6444 LIBS="$LIBS $IOKITLIB"
6445 for ac_func in IOHIDManagerCreate
6446 do :
6447 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6448 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6449 cat >>confdefs.h <<_ACEOF
6450 #define HAVE_IOHIDMANAGERCREATE 1
6451 _ACEOF
6454 done
6456 LIBS="$ac_save_LIBS"
6458 case $host_cpu in
6459 *powerpc*)
6460 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6461 esac
6462 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6463 then
6464 CARBONLIB="-framework Carbon"
6466 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6468 if test "x$enable_win16" = "xyes"
6469 then
6470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6471 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6472 if test "$cross_compiling" = yes; then :
6473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6474 $as_echo "cross-compiling, assuming yes" >&6; }
6475 else
6476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6477 /* end confdefs.h. */
6478 asm(".text\n"
6479 "bad:\tnop;nop\n"
6480 "good:\tnop;nop\n\t"
6481 ".globl _testfunc\n"
6482 "_testfunc:\tcallw good");
6483 extern void testfunc();
6485 main ()
6487 unsigned short *p = (unsigned short *)testfunc;
6488 return p[0] != 0xe866 || p[1] != 0xfffa
6490 return 0;
6492 _ACEOF
6493 if ac_fn_c_try_run "$LINENO"; then :
6494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6495 $as_echo "yes" >&6; }
6496 else
6497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6498 $as_echo "no" >&6; }
6499 as_fn_error "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." "$LINENO" 5
6501 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6502 conftest.$ac_objext conftest.beam conftest.$ac_ext
6508 DLLFLAGS="$DLLFLAGS -fPIC"
6509 DLLEXT=".so"
6510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6511 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6512 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6513 $as_echo_n "(cached) " >&6
6514 else
6515 ac_wine_try_cflags_saved=$CFLAGS
6516 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6518 /* end confdefs.h. */
6519 void myfunc() {}
6520 _ACEOF
6521 if ac_fn_c_try_link "$LINENO"; then :
6522 ac_cv_c_dll_gnuelf="yes"
6523 else
6524 ac_cv_c_dll_gnuelf="no"
6526 rm -f core conftest.err conftest.$ac_objext \
6527 conftest$ac_exeext conftest.$ac_ext
6528 CFLAGS=$ac_wine_try_cflags_saved
6530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6531 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6532 if test "$ac_cv_c_dll_gnuelf" = "yes"
6533 then
6534 LDSHARED="\$(CC) -shared"
6535 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6537 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6538 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6539 $as_echo_n "(cached) " >&6
6540 else
6541 ac_wine_try_cflags_saved=$CFLAGS
6542 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6544 /* end confdefs.h. */
6545 int main(int argc, char *argv) { return 0; }
6546 _ACEOF
6547 if ac_fn_c_try_link "$LINENO"; then :
6548 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6549 else
6550 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6552 rm -f core conftest.err conftest.$ac_objext \
6553 conftest$ac_exeext conftest.$ac_ext
6554 CFLAGS=$ac_wine_try_cflags_saved
6556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6557 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6558 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6559 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6560 else
6561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6562 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6563 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6564 $as_echo_n "(cached) " >&6
6565 else
6566 ac_wine_try_cflags_saved=$CFLAGS
6567 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6569 /* end confdefs.h. */
6570 int main(int argc, char *argv) { return 0; }
6571 _ACEOF
6572 if ac_fn_c_try_link "$LINENO"; then :
6573 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6574 else
6575 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6577 rm -f core conftest.err conftest.$ac_objext \
6578 conftest$ac_exeext conftest.$ac_ext
6579 CFLAGS=$ac_wine_try_cflags_saved
6581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6582 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6583 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6584 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6589 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6590 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6591 $as_echo_n "(cached) " >&6
6592 else
6593 ac_wine_try_cflags_saved=$CFLAGS
6594 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6596 /* end confdefs.h. */
6597 int main(int argc, char *argv) { return 0; }
6598 _ACEOF
6599 if ac_fn_c_try_link "$LINENO"; then :
6600 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6601 else
6602 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6604 rm -f core conftest.err conftest.$ac_objext \
6605 conftest$ac_exeext conftest.$ac_ext
6606 CFLAGS=$ac_wine_try_cflags_saved
6608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6609 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6610 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6611 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
6615 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6616 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6617 $as_echo_n "(cached) " >&6
6618 else
6619 ac_wine_try_cflags_saved=$CFLAGS
6620 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6622 /* end confdefs.h. */
6623 int main(int argc, char *argv) { return 0; }
6624 _ACEOF
6625 if ac_fn_c_try_link "$LINENO"; then :
6626 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6627 else
6628 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6630 rm -f core conftest.err conftest.$ac_objext \
6631 conftest$ac_exeext conftest.$ac_ext
6632 CFLAGS=$ac_wine_try_cflags_saved
6634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6635 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6636 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6637 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6640 echo '{ global: *; };' >conftest.map
6641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6642 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6643 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6644 $as_echo_n "(cached) " >&6
6645 else
6646 ac_wine_try_cflags_saved=$CFLAGS
6647 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6649 /* end confdefs.h. */
6650 int main(int argc, char *argv) { return 0; }
6651 _ACEOF
6652 if ac_fn_c_try_link "$LINENO"; then :
6653 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6654 else
6655 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6657 rm -f core conftest.err conftest.$ac_objext \
6658 conftest$ac_exeext conftest.$ac_ext
6659 CFLAGS=$ac_wine_try_cflags_saved
6661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6662 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6663 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6664 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6666 rm -f conftest.map
6668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6669 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6670 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6671 $as_echo_n "(cached) " >&6
6672 else
6673 ac_wine_try_cflags_saved=$CFLAGS
6674 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6676 /* end confdefs.h. */
6677 int main(int argc, char *argv) { return 0; }
6678 _ACEOF
6679 if ac_fn_c_try_link "$LINENO"; then :
6680 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6681 else
6682 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6684 rm -f core conftest.err conftest.$ac_objext \
6685 conftest$ac_exeext conftest.$ac_ext
6686 CFLAGS=$ac_wine_try_cflags_saved
6688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6689 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6690 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6691 LDEXECFLAGS="-Wl,--export-dynamic"
6695 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6697 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6698 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6699 $as_echo_n "(cached) " >&6
6700 else
6701 ac_wine_try_cflags_saved=$CFLAGS
6702 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6704 /* end confdefs.h. */
6705 int main(int argc, char *argv) { return 0; }
6706 _ACEOF
6707 if ac_fn_c_try_link "$LINENO"; then :
6708 eval "$as_ac_var=yes"
6709 else
6710 eval "$as_ac_var=no"
6712 rm -f core conftest.err conftest.$ac_objext \
6713 conftest$ac_exeext conftest.$ac_ext
6714 CFLAGS=$ac_wine_try_cflags_saved
6716 eval ac_res=\$$as_ac_var
6717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6718 $as_echo "$ac_res" >&6; }
6719 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6720 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6721 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6722 else
6723 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6725 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6726 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6727 $as_echo_n "(cached) " >&6
6728 else
6729 ac_wine_try_cflags_saved=$CFLAGS
6730 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6732 /* end confdefs.h. */
6733 int main(int argc, char *argv) { return 0; }
6734 _ACEOF
6735 if ac_fn_c_try_link "$LINENO"; then :
6736 eval "$as_ac_var=yes"
6737 else
6738 eval "$as_ac_var=no"
6740 rm -f core conftest.err conftest.$ac_objext \
6741 conftest$ac_exeext conftest.$ac_ext
6742 CFLAGS=$ac_wine_try_cflags_saved
6744 eval ac_res=\$$as_ac_var
6745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6746 $as_echo "$ac_res" >&6; }
6747 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6748 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6749 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6754 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6755 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6756 $as_echo_n "(cached) " >&6
6757 else
6758 ac_wine_try_cflags_saved=$CFLAGS
6759 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6761 /* end confdefs.h. */
6762 int main(int argc, char *argv) { return 0; }
6763 _ACEOF
6764 if ac_fn_c_try_link "$LINENO"; then :
6765 ac_cv_cflags__Wl___enable_new_dtags=yes
6766 else
6767 ac_cv_cflags__Wl___enable_new_dtags=no
6769 rm -f core conftest.err conftest.$ac_objext \
6770 conftest$ac_exeext conftest.$ac_ext
6771 CFLAGS=$ac_wine_try_cflags_saved
6773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6774 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6775 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6776 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6779 case $host_cpu in
6780 *i[3456789]86* | x86_64)
6781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6782 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6783 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6784 $as_echo_n "(cached) " >&6
6785 else
6786 ac_wine_try_cflags_saved=$CFLAGS
6787 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6789 /* end confdefs.h. */
6790 int main(int argc, char *argv) { return 0; }
6791 _ACEOF
6792 if ac_fn_c_try_link "$LINENO"; then :
6793 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6794 else
6795 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6797 rm -f core conftest.err conftest.$ac_objext \
6798 conftest$ac_exeext conftest.$ac_ext
6799 CFLAGS=$ac_wine_try_cflags_saved
6801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6802 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6803 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6804 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6807 esac
6809 else
6810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6811 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6812 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6813 $as_echo_n "(cached) " >&6
6814 else
6815 ac_wine_try_cflags_saved=$CFLAGS
6816 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6818 /* end confdefs.h. */
6819 void myfunc() {}
6820 _ACEOF
6821 if ac_fn_c_try_link "$LINENO"; then :
6822 ac_cv_c_dll_unixware="yes"
6823 else
6824 ac_cv_c_dll_unixware="no"
6826 rm -f core conftest.err conftest.$ac_objext \
6827 conftest$ac_exeext conftest.$ac_ext
6828 CFLAGS=$ac_wine_try_cflags_saved
6830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6831 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6832 if test "$ac_cv_c_dll_unixware" = "yes"
6833 then
6834 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6835 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6837 else
6838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6839 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6840 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6841 $as_echo_n "(cached) " >&6
6842 else
6843 ac_wine_try_cflags_saved=$CFLAGS
6844 CFLAGS="$CFLAGS -shared"
6845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6846 /* end confdefs.h. */
6847 void myfunc() {}
6848 _ACEOF
6849 if ac_fn_c_try_link "$LINENO"; then :
6850 ac_cv_c_dll_hpux="yes"
6851 else
6852 ac_cv_c_dll_hpux="no"
6854 rm -f core conftest.err conftest.$ac_objext \
6855 conftest$ac_exeext conftest.$ac_ext
6856 CFLAGS=$ac_wine_try_cflags_saved
6858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6859 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6860 if test "$ac_cv_c_dll_hpux" = "yes"
6861 then
6862 LIBEXT="sl"
6863 DLLEXT=".sl"
6864 LDDLLFLAGS="-shared -fPIC"
6865 LDSHARED="\$(CC) -shared"
6870 esac
6872 enable_winequartz_drv=${enable_winequartz_drv:-no}
6874 if test "$LIBEXT" = "a"; then
6875 as_fn_error "could not find a way to build shared libraries.
6876 It is currently not possible to build Wine without shared library
6877 (.so) support to allow transparent switch between .so and .dll files.
6878 If you are using Linux, you will need a newer binutils.
6879 " "$LINENO" 5
6882 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6883 then
6884 case "$host_cpu" in
6885 i[3456789]86*)
6886 ac_prefix_list="i686-pc-mingw32-gcc i586-pc-mingw32-gcc i486-pc-mingw32-gcc i386-pc-mingw32-gcc i686-mingw32msvc-gcc i586-mingw32msvc-gcc i486-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc " ;;
6887 x86_64)
6888 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
6890 ac_prefix_list="" ;;
6891 esac
6892 for ac_prog in $ac_prefix_list
6894 # Extract the first word of "$ac_prog", so it can be a program name with args.
6895 set dummy $ac_prog; ac_word=$2
6896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6897 $as_echo_n "checking for $ac_word... " >&6; }
6898 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6899 $as_echo_n "(cached) " >&6
6900 else
6901 if test -n "$CROSSCC"; then
6902 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6903 else
6904 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6905 for as_dir in $PATH
6907 IFS=$as_save_IFS
6908 test -z "$as_dir" && as_dir=.
6909 for ac_exec_ext in '' $ac_executable_extensions; do
6910 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6911 ac_cv_prog_CROSSCC="$ac_prog"
6912 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6913 break 2
6915 done
6916 done
6917 IFS=$as_save_IFS
6921 CROSSCC=$ac_cv_prog_CROSSCC
6922 if test -n "$CROSSCC"; then
6923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6924 $as_echo "$CROSSCC" >&6; }
6925 else
6926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6927 $as_echo "no" >&6; }
6931 test -n "$CROSSCC" && break
6932 done
6933 test -n "$CROSSCC" || CROSSCC="false"
6935 if test "$CROSSCC" != "false"
6936 then
6937 CROSSTEST="\$(CROSSTEST)"
6939 set x $CROSSCC
6940 shift
6941 target=""
6942 while test $# -ge 1
6944 case "$1" in
6945 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6946 esac
6947 shift
6948 done
6949 if test -n "$target"
6950 then
6951 CROSSTARGET="$target"
6958 if test "$ac_cv_header_pthread_h" = "yes"
6959 then
6960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
6961 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6962 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
6963 $as_echo_n "(cached) " >&6
6964 else
6965 ac_check_lib_save_LIBS=$LIBS
6966 LIBS="-lpthread $LIBS"
6967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6968 /* end confdefs.h. */
6970 /* Override any GCC internal prototype to avoid an error.
6971 Use char because int might match the return type of a GCC
6972 builtin and then its argument prototype would still apply. */
6973 #ifdef __cplusplus
6974 extern "C"
6975 #endif
6976 char pthread_create ();
6978 main ()
6980 return pthread_create ();
6982 return 0;
6984 _ACEOF
6985 if ac_fn_c_try_link "$LINENO"; then :
6986 ac_cv_lib_pthread_pthread_create=yes
6987 else
6988 ac_cv_lib_pthread_pthread_create=no
6990 rm -f core conftest.err conftest.$ac_objext \
6991 conftest$ac_exeext conftest.$ac_ext
6992 LIBS=$ac_check_lib_save_LIBS
6994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
6995 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
6996 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
6997 LIBPTHREAD="-lpthread"
7002 if test "x$LIBPTHREAD" = "x"; then :
7003 case "x$with_pthread" in
7004 xno) ;;
7005 *) as_fn_error "pthread ${notice_platform}development files not found.
7006 Wine cannot support threads without libpthread.
7007 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7008 esac
7012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7013 $as_echo_n "checking for X... " >&6; }
7016 # Check whether --with-x was given.
7017 if test "${with_x+set}" = set; then :
7018 withval=$with_x;
7021 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7022 if test "x$with_x" = xno; then
7023 # The user explicitly disabled X.
7024 have_x=disabled
7025 else
7026 case $x_includes,$x_libraries in #(
7027 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7028 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7029 $as_echo_n "(cached) " >&6
7030 else
7031 # One or both of the vars are not set, and there is no cached value.
7032 ac_x_includes=no ac_x_libraries=no
7033 rm -f -r conftest.dir
7034 if mkdir conftest.dir; then
7035 cd conftest.dir
7036 cat >Imakefile <<'_ACEOF'
7037 incroot:
7038 @echo incroot='${INCROOT}'
7039 usrlibdir:
7040 @echo usrlibdir='${USRLIBDIR}'
7041 libdir:
7042 @echo libdir='${LIBDIR}'
7043 _ACEOF
7044 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7045 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7046 for ac_var in incroot usrlibdir libdir; do
7047 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7048 done
7049 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7050 for ac_extension in a so sl dylib la dll; do
7051 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7052 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7053 ac_im_usrlibdir=$ac_im_libdir; break
7055 done
7056 # Screen out bogus values from the imake configuration. They are
7057 # bogus both because they are the default anyway, and because
7058 # using them would break gcc on systems where it needs fixed includes.
7059 case $ac_im_incroot in
7060 /usr/include) ac_x_includes= ;;
7061 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7062 esac
7063 case $ac_im_usrlibdir in
7064 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7065 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7066 esac
7068 cd ..
7069 rm -f -r conftest.dir
7072 # Standard set of common directories for X headers.
7073 # Check X11 before X11Rn because it is often a symlink to the current release.
7074 ac_x_header_dirs='
7075 /usr/X11/include
7076 /usr/X11R7/include
7077 /usr/X11R6/include
7078 /usr/X11R5/include
7079 /usr/X11R4/include
7081 /usr/include/X11
7082 /usr/include/X11R7
7083 /usr/include/X11R6
7084 /usr/include/X11R5
7085 /usr/include/X11R4
7087 /usr/local/X11/include
7088 /usr/local/X11R7/include
7089 /usr/local/X11R6/include
7090 /usr/local/X11R5/include
7091 /usr/local/X11R4/include
7093 /usr/local/include/X11
7094 /usr/local/include/X11R7
7095 /usr/local/include/X11R6
7096 /usr/local/include/X11R5
7097 /usr/local/include/X11R4
7099 /usr/X386/include
7100 /usr/x386/include
7101 /usr/XFree86/include/X11
7103 /usr/include
7104 /usr/local/include
7105 /usr/unsupported/include
7106 /usr/athena/include
7107 /usr/local/x11r5/include
7108 /usr/lpp/Xamples/include
7110 /usr/openwin/include
7111 /usr/openwin/share/include'
7113 if test "$ac_x_includes" = no; then
7114 # Guess where to find include files, by looking for Xlib.h.
7115 # First, try using that file with no special directory specified.
7116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7117 /* end confdefs.h. */
7118 #include <X11/Xlib.h>
7119 _ACEOF
7120 if ac_fn_c_try_cpp "$LINENO"; then :
7121 # We can compile using X headers with no special include directory.
7122 ac_x_includes=
7123 else
7124 for ac_dir in $ac_x_header_dirs; do
7125 if test -r "$ac_dir/X11/Xlib.h"; then
7126 ac_x_includes=$ac_dir
7127 break
7129 done
7131 rm -f conftest.err conftest.$ac_ext
7132 fi # $ac_x_includes = no
7134 if test "$ac_x_libraries" = no; then
7135 # Check for the libraries.
7136 # See if we find them without any special options.
7137 # Don't add to $LIBS permanently.
7138 ac_save_LIBS=$LIBS
7139 LIBS="-lX11 $LIBS"
7140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7141 /* end confdefs.h. */
7142 #include <X11/Xlib.h>
7144 main ()
7146 XrmInitialize ()
7148 return 0;
7150 _ACEOF
7151 if ac_fn_c_try_link "$LINENO"; then :
7152 LIBS=$ac_save_LIBS
7153 # We can link X programs with no special library path.
7154 ac_x_libraries=
7155 else
7156 LIBS=$ac_save_LIBS
7157 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7159 # Don't even attempt the hair of trying to link an X program!
7160 for ac_extension in a so sl dylib la dll; do
7161 if test -r "$ac_dir/libX11.$ac_extension"; then
7162 ac_x_libraries=$ac_dir
7163 break 2
7165 done
7166 done
7168 rm -f core conftest.err conftest.$ac_objext \
7169 conftest$ac_exeext conftest.$ac_ext
7170 fi # $ac_x_libraries = no
7172 case $ac_x_includes,$ac_x_libraries in #(
7173 no,* | *,no | *\'*)
7174 # Didn't find X, or a directory has "'" in its name.
7175 ac_cv_have_x="have_x=no";; #(
7177 # Record where we found X for the cache.
7178 ac_cv_have_x="have_x=yes\
7179 ac_x_includes='$ac_x_includes'\
7180 ac_x_libraries='$ac_x_libraries'"
7181 esac
7183 ;; #(
7184 *) have_x=yes;;
7185 esac
7186 eval "$ac_cv_have_x"
7187 fi # $with_x != no
7189 if test "$have_x" != yes; then
7190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7191 $as_echo "$have_x" >&6; }
7192 no_x=yes
7193 else
7194 # If each of the values was on the command line, it overrides each guess.
7195 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7196 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7197 # Update the cache value to reflect the command line values.
7198 ac_cv_have_x="have_x=yes\
7199 ac_x_includes='$x_includes'\
7200 ac_x_libraries='$x_libraries'"
7201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7202 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7205 if test "$no_x" = yes; then
7206 # Not all programs may use this symbol, but it does not hurt to define it.
7208 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7210 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7211 else
7212 if test -n "$x_includes"; then
7213 X_CFLAGS="$X_CFLAGS -I$x_includes"
7216 # It would also be nice to do this for all -L options, not just this one.
7217 if test -n "$x_libraries"; then
7218 X_LIBS="$X_LIBS -L$x_libraries"
7219 # For Solaris; some versions of Sun CC require a space after -R and
7220 # others require no space. Words are not sufficient . . . .
7221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7222 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7223 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7224 ac_xsave_c_werror_flag=$ac_c_werror_flag
7225 ac_c_werror_flag=yes
7226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7227 /* end confdefs.h. */
7230 main ()
7234 return 0;
7236 _ACEOF
7237 if ac_fn_c_try_link "$LINENO"; then :
7238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7239 $as_echo "no" >&6; }
7240 X_LIBS="$X_LIBS -R$x_libraries"
7241 else
7242 LIBS="$ac_xsave_LIBS -R $x_libraries"
7243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7244 /* end confdefs.h. */
7247 main ()
7251 return 0;
7253 _ACEOF
7254 if ac_fn_c_try_link "$LINENO"; then :
7255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7256 $as_echo "yes" >&6; }
7257 X_LIBS="$X_LIBS -R $x_libraries"
7258 else
7259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7260 $as_echo "neither works" >&6; }
7262 rm -f core conftest.err conftest.$ac_objext \
7263 conftest$ac_exeext conftest.$ac_ext
7265 rm -f core conftest.err conftest.$ac_objext \
7266 conftest$ac_exeext conftest.$ac_ext
7267 ac_c_werror_flag=$ac_xsave_c_werror_flag
7268 LIBS=$ac_xsave_LIBS
7271 # Check for system-dependent libraries X programs must link with.
7272 # Do this before checking for the system-independent R6 libraries
7273 # (-lICE), since we may need -lsocket or whatever for X linking.
7275 if test "$ISC" = yes; then
7276 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7277 else
7278 # Martyn Johnson says this is needed for Ultrix, if the X
7279 # libraries were built with DECnet support. And Karl Berry says
7280 # the Alpha needs dnet_stub (dnet does not exist).
7281 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7283 /* end confdefs.h. */
7285 /* Override any GCC internal prototype to avoid an error.
7286 Use char because int might match the return type of a GCC
7287 builtin and then its argument prototype would still apply. */
7288 #ifdef __cplusplus
7289 extern "C"
7290 #endif
7291 char XOpenDisplay ();
7293 main ()
7295 return XOpenDisplay ();
7297 return 0;
7299 _ACEOF
7300 if ac_fn_c_try_link "$LINENO"; then :
7302 else
7303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7304 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7305 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7306 $as_echo_n "(cached) " >&6
7307 else
7308 ac_check_lib_save_LIBS=$LIBS
7309 LIBS="-ldnet $LIBS"
7310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7311 /* end confdefs.h. */
7313 /* Override any GCC internal prototype to avoid an error.
7314 Use char because int might match the return type of a GCC
7315 builtin and then its argument prototype would still apply. */
7316 #ifdef __cplusplus
7317 extern "C"
7318 #endif
7319 char dnet_ntoa ();
7321 main ()
7323 return dnet_ntoa ();
7325 return 0;
7327 _ACEOF
7328 if ac_fn_c_try_link "$LINENO"; then :
7329 ac_cv_lib_dnet_dnet_ntoa=yes
7330 else
7331 ac_cv_lib_dnet_dnet_ntoa=no
7333 rm -f core conftest.err conftest.$ac_objext \
7334 conftest$ac_exeext conftest.$ac_ext
7335 LIBS=$ac_check_lib_save_LIBS
7337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7338 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7339 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7340 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7343 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7345 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7346 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7347 $as_echo_n "(cached) " >&6
7348 else
7349 ac_check_lib_save_LIBS=$LIBS
7350 LIBS="-ldnet_stub $LIBS"
7351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7352 /* end confdefs.h. */
7354 /* Override any GCC internal prototype to avoid an error.
7355 Use char because int might match the return type of a GCC
7356 builtin and then its argument prototype would still apply. */
7357 #ifdef __cplusplus
7358 extern "C"
7359 #endif
7360 char dnet_ntoa ();
7362 main ()
7364 return dnet_ntoa ();
7366 return 0;
7368 _ACEOF
7369 if ac_fn_c_try_link "$LINENO"; then :
7370 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7371 else
7372 ac_cv_lib_dnet_stub_dnet_ntoa=no
7374 rm -f core conftest.err conftest.$ac_objext \
7375 conftest$ac_exeext conftest.$ac_ext
7376 LIBS=$ac_check_lib_save_LIBS
7378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7379 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7380 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7381 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7386 rm -f core conftest.err conftest.$ac_objext \
7387 conftest$ac_exeext conftest.$ac_ext
7388 LIBS="$ac_xsave_LIBS"
7390 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7391 # to get the SysV transport functions.
7392 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7393 # needs -lnsl.
7394 # The nsl library prevents programs from opening the X display
7395 # on Irix 5.2, according to T.E. Dickey.
7396 # The functions gethostbyname, getservbyname, and inet_addr are
7397 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7398 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7399 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7403 if test $ac_cv_func_gethostbyname = no; then
7404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7405 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7406 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7407 $as_echo_n "(cached) " >&6
7408 else
7409 ac_check_lib_save_LIBS=$LIBS
7410 LIBS="-lnsl $LIBS"
7411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7412 /* end confdefs.h. */
7414 /* Override any GCC internal prototype to avoid an error.
7415 Use char because int might match the return type of a GCC
7416 builtin and then its argument prototype would still apply. */
7417 #ifdef __cplusplus
7418 extern "C"
7419 #endif
7420 char gethostbyname ();
7422 main ()
7424 return gethostbyname ();
7426 return 0;
7428 _ACEOF
7429 if ac_fn_c_try_link "$LINENO"; then :
7430 ac_cv_lib_nsl_gethostbyname=yes
7431 else
7432 ac_cv_lib_nsl_gethostbyname=no
7434 rm -f core conftest.err conftest.$ac_objext \
7435 conftest$ac_exeext conftest.$ac_ext
7436 LIBS=$ac_check_lib_save_LIBS
7438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7439 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7440 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7441 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7444 if test $ac_cv_lib_nsl_gethostbyname = no; then
7445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7446 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7447 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7448 $as_echo_n "(cached) " >&6
7449 else
7450 ac_check_lib_save_LIBS=$LIBS
7451 LIBS="-lbsd $LIBS"
7452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7453 /* end confdefs.h. */
7455 /* Override any GCC internal prototype to avoid an error.
7456 Use char because int might match the return type of a GCC
7457 builtin and then its argument prototype would still apply. */
7458 #ifdef __cplusplus
7459 extern "C"
7460 #endif
7461 char gethostbyname ();
7463 main ()
7465 return gethostbyname ();
7467 return 0;
7469 _ACEOF
7470 if ac_fn_c_try_link "$LINENO"; then :
7471 ac_cv_lib_bsd_gethostbyname=yes
7472 else
7473 ac_cv_lib_bsd_gethostbyname=no
7475 rm -f core conftest.err conftest.$ac_objext \
7476 conftest$ac_exeext conftest.$ac_ext
7477 LIBS=$ac_check_lib_save_LIBS
7479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7480 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7481 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7482 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7488 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7489 # socket/setsockopt and other routines are undefined under SCO ODT
7490 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7491 # on later versions), says Simon Leinen: it contains gethostby*
7492 # variants that don't use the name server (or something). -lsocket
7493 # must be given before -lnsl if both are needed. We assume that
7494 # if connect needs -lnsl, so does gethostbyname.
7495 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7496 if test "x$ac_cv_func_connect" = x""yes; then :
7500 if test $ac_cv_func_connect = no; then
7501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7502 $as_echo_n "checking for connect in -lsocket... " >&6; }
7503 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7504 $as_echo_n "(cached) " >&6
7505 else
7506 ac_check_lib_save_LIBS=$LIBS
7507 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7509 /* end confdefs.h. */
7511 /* Override any GCC internal prototype to avoid an error.
7512 Use char because int might match the return type of a GCC
7513 builtin and then its argument prototype would still apply. */
7514 #ifdef __cplusplus
7515 extern "C"
7516 #endif
7517 char connect ();
7519 main ()
7521 return connect ();
7523 return 0;
7525 _ACEOF
7526 if ac_fn_c_try_link "$LINENO"; then :
7527 ac_cv_lib_socket_connect=yes
7528 else
7529 ac_cv_lib_socket_connect=no
7531 rm -f core conftest.err conftest.$ac_objext \
7532 conftest$ac_exeext conftest.$ac_ext
7533 LIBS=$ac_check_lib_save_LIBS
7535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7536 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7537 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7538 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7543 # Guillermo Gomez says -lposix is necessary on A/UX.
7544 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7545 if test "x$ac_cv_func_remove" = x""yes; then :
7549 if test $ac_cv_func_remove = no; then
7550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7551 $as_echo_n "checking for remove in -lposix... " >&6; }
7552 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7553 $as_echo_n "(cached) " >&6
7554 else
7555 ac_check_lib_save_LIBS=$LIBS
7556 LIBS="-lposix $LIBS"
7557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7558 /* end confdefs.h. */
7560 /* Override any GCC internal prototype to avoid an error.
7561 Use char because int might match the return type of a GCC
7562 builtin and then its argument prototype would still apply. */
7563 #ifdef __cplusplus
7564 extern "C"
7565 #endif
7566 char remove ();
7568 main ()
7570 return remove ();
7572 return 0;
7574 _ACEOF
7575 if ac_fn_c_try_link "$LINENO"; then :
7576 ac_cv_lib_posix_remove=yes
7577 else
7578 ac_cv_lib_posix_remove=no
7580 rm -f core conftest.err conftest.$ac_objext \
7581 conftest$ac_exeext conftest.$ac_ext
7582 LIBS=$ac_check_lib_save_LIBS
7584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7585 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7586 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7587 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7592 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7593 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7594 if test "x$ac_cv_func_shmat" = x""yes; then :
7598 if test $ac_cv_func_shmat = no; then
7599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7600 $as_echo_n "checking for shmat in -lipc... " >&6; }
7601 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7602 $as_echo_n "(cached) " >&6
7603 else
7604 ac_check_lib_save_LIBS=$LIBS
7605 LIBS="-lipc $LIBS"
7606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7607 /* end confdefs.h. */
7609 /* Override any GCC internal prototype to avoid an error.
7610 Use char because int might match the return type of a GCC
7611 builtin and then its argument prototype would still apply. */
7612 #ifdef __cplusplus
7613 extern "C"
7614 #endif
7615 char shmat ();
7617 main ()
7619 return shmat ();
7621 return 0;
7623 _ACEOF
7624 if ac_fn_c_try_link "$LINENO"; then :
7625 ac_cv_lib_ipc_shmat=yes
7626 else
7627 ac_cv_lib_ipc_shmat=no
7629 rm -f core conftest.err conftest.$ac_objext \
7630 conftest$ac_exeext conftest.$ac_ext
7631 LIBS=$ac_check_lib_save_LIBS
7633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7634 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7635 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7636 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7642 # Check for libraries that X11R6 Xt/Xaw programs need.
7643 ac_save_LDFLAGS=$LDFLAGS
7644 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7645 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7646 # check for ICE first), but we must link in the order -lSM -lICE or
7647 # we get undefined symbols. So assume we have SM if we have ICE.
7648 # These have to be linked with before -lX11, unlike the other
7649 # libraries we check for below, so use a different variable.
7650 # John Interrante, Karl Berry
7651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7652 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7653 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7654 $as_echo_n "(cached) " >&6
7655 else
7656 ac_check_lib_save_LIBS=$LIBS
7657 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7659 /* end confdefs.h. */
7661 /* Override any GCC internal prototype to avoid an error.
7662 Use char because int might match the return type of a GCC
7663 builtin and then its argument prototype would still apply. */
7664 #ifdef __cplusplus
7665 extern "C"
7666 #endif
7667 char IceConnectionNumber ();
7669 main ()
7671 return IceConnectionNumber ();
7673 return 0;
7675 _ACEOF
7676 if ac_fn_c_try_link "$LINENO"; then :
7677 ac_cv_lib_ICE_IceConnectionNumber=yes
7678 else
7679 ac_cv_lib_ICE_IceConnectionNumber=no
7681 rm -f core conftest.err conftest.$ac_objext \
7682 conftest$ac_exeext conftest.$ac_ext
7683 LIBS=$ac_check_lib_save_LIBS
7685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7686 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7687 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7688 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7691 LDFLAGS=$ac_save_LDFLAGS
7696 if test "$have_x" = "yes"
7697 then
7698 XLIB="-lX11"
7699 ac_save_CPPFLAGS="$CPPFLAGS"
7700 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7703 $as_echo_n "checking for -lX11... " >&6; }
7704 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7705 $as_echo_n "(cached) " >&6
7706 else
7707 ac_check_soname_save_LIBS=$LIBS
7708 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7710 /* end confdefs.h. */
7712 /* Override any GCC internal prototype to avoid an error.
7713 Use char because int might match the return type of a GCC
7714 builtin and then its argument prototype would still apply. */
7715 #ifdef __cplusplus
7716 extern "C"
7717 #endif
7718 char XCreateWindow ();
7720 main ()
7722 return XCreateWindow ();
7724 return 0;
7726 _ACEOF
7727 if ac_fn_c_try_link "$LINENO"; then :
7728 case "$LIBEXT" in
7729 dll) ;;
7730 dylib) ac_cv_lib_soname_X11=`otool -L conftest$ac_exeext | grep "libX11\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libX11\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7731 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7732 esac
7734 rm -f core conftest.err conftest.$ac_objext \
7735 conftest$ac_exeext conftest.$ac_ext
7736 LIBS=$ac_check_soname_save_LIBS
7738 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7740 $as_echo "not found" >&6; }
7742 else
7743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7744 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7746 cat >>confdefs.h <<_ACEOF
7747 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7748 _ACEOF
7752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7753 $as_echo_n "checking for -lXext... " >&6; }
7754 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7755 $as_echo_n "(cached) " >&6
7756 else
7757 ac_check_soname_save_LIBS=$LIBS
7758 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7760 /* end confdefs.h. */
7762 /* Override any GCC internal prototype to avoid an error.
7763 Use char because int might match the return type of a GCC
7764 builtin and then its argument prototype would still apply. */
7765 #ifdef __cplusplus
7766 extern "C"
7767 #endif
7768 char XextCreateExtension ();
7770 main ()
7772 return XextCreateExtension ();
7774 return 0;
7776 _ACEOF
7777 if ac_fn_c_try_link "$LINENO"; then :
7778 case "$LIBEXT" in
7779 dll) ;;
7780 dylib) ac_cv_lib_soname_Xext=`otool -L conftest$ac_exeext | grep "libXext\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXext\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7781 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7782 esac
7784 rm -f core conftest.err conftest.$ac_objext \
7785 conftest$ac_exeext conftest.$ac_ext
7786 LIBS=$ac_check_soname_save_LIBS
7788 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7790 $as_echo "not found" >&6; }
7792 else
7793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7794 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7796 cat >>confdefs.h <<_ACEOF
7797 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7798 _ACEOF
7800 XLIB="-lXext $XLIB"
7803 for ac_header in X11/Xlib.h \
7804 X11/XKBlib.h \
7805 X11/Xutil.h \
7806 X11/Xcursor/Xcursor.h \
7807 X11/extensions/shape.h \
7808 X11/extensions/XInput.h \
7809 X11/extensions/XShm.h \
7810 X11/extensions/Xcomposite.h \
7811 X11/extensions/Xinerama.h \
7812 X11/extensions/Xrandr.h \
7813 X11/extensions/Xrender.h \
7814 X11/extensions/xf86vmode.h \
7815 X11/extensions/xf86vmproto.h
7816 do :
7817 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7818 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7819 # include <X11/Xlib.h>
7820 #endif
7821 #ifdef HAVE_X11_XUTIL_H
7822 # include <X11/Xutil.h>
7823 #endif
7825 eval as_val=\$$as_ac_Header
7826 if test "x$as_val" = x""yes; then :
7827 cat >>confdefs.h <<_ACEOF
7828 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7829 _ACEOF
7833 done
7836 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7837 then
7838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7839 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7840 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7841 $as_echo_n "(cached) " >&6
7842 else
7843 ac_check_lib_save_LIBS=$LIBS
7844 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7846 /* end confdefs.h. */
7848 /* Override any GCC internal prototype to avoid an error.
7849 Use char because int might match the return type of a GCC
7850 builtin and then its argument prototype would still apply. */
7851 #ifdef __cplusplus
7852 extern "C"
7853 #endif
7854 char XkbQueryExtension ();
7856 main ()
7858 return XkbQueryExtension ();
7860 return 0;
7862 _ACEOF
7863 if ac_fn_c_try_link "$LINENO"; then :
7864 ac_cv_lib_X11_XkbQueryExtension=yes
7865 else
7866 ac_cv_lib_X11_XkbQueryExtension=no
7868 rm -f core conftest.err conftest.$ac_objext \
7869 conftest$ac_exeext conftest.$ac_ext
7870 LIBS=$ac_check_lib_save_LIBS
7872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7873 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7874 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7876 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7882 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7883 then
7884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7885 $as_echo_n "checking for -lXcursor... " >&6; }
7886 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7887 $as_echo_n "(cached) " >&6
7888 else
7889 ac_check_soname_save_LIBS=$LIBS
7890 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7892 /* end confdefs.h. */
7894 /* Override any GCC internal prototype to avoid an error.
7895 Use char because int might match the return type of a GCC
7896 builtin and then its argument prototype would still apply. */
7897 #ifdef __cplusplus
7898 extern "C"
7899 #endif
7900 char XcursorImageLoadCursor ();
7902 main ()
7904 return XcursorImageLoadCursor ();
7906 return 0;
7908 _ACEOF
7909 if ac_fn_c_try_link "$LINENO"; then :
7910 case "$LIBEXT" in
7911 dll) ;;
7912 dylib) ac_cv_lib_soname_Xcursor=`otool -L conftest$ac_exeext | grep "libXcursor\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcursor\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7913 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7914 esac
7916 rm -f core conftest.err conftest.$ac_objext \
7917 conftest$ac_exeext conftest.$ac_ext
7918 LIBS=$ac_check_soname_save_LIBS
7920 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7922 $as_echo "not found" >&6; }
7924 else
7925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7926 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7928 cat >>confdefs.h <<_ACEOF
7929 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7930 _ACEOF
7935 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7936 case "x$with_xcursor" in
7937 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7938 xno) ;;
7939 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7940 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7941 esac
7944 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7945 then
7946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7947 $as_echo_n "checking for -lXi... " >&6; }
7948 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7949 $as_echo_n "(cached) " >&6
7950 else
7951 ac_check_soname_save_LIBS=$LIBS
7952 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7954 /* end confdefs.h. */
7956 /* Override any GCC internal prototype to avoid an error.
7957 Use char because int might match the return type of a GCC
7958 builtin and then its argument prototype would still apply. */
7959 #ifdef __cplusplus
7960 extern "C"
7961 #endif
7962 char XOpenDevice ();
7964 main ()
7966 return XOpenDevice ();
7968 return 0;
7970 _ACEOF
7971 if ac_fn_c_try_link "$LINENO"; then :
7972 case "$LIBEXT" in
7973 dll) ;;
7974 dylib) ac_cv_lib_soname_Xi=`otool -L conftest$ac_exeext | grep "libXi\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXi\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7975 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7976 esac
7978 rm -f core conftest.err conftest.$ac_objext \
7979 conftest$ac_exeext conftest.$ac_ext
7980 LIBS=$ac_check_soname_save_LIBS
7982 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7984 $as_echo "not found" >&6; }
7986 else
7987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
7988 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
7990 cat >>confdefs.h <<_ACEOF
7991 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
7992 _ACEOF
7997 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7998 case "x$with_xinput" in
7999 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8000 xno) ;;
8001 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8002 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8003 esac
8006 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8007 then
8008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8009 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8010 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8011 $as_echo_n "(cached) " >&6
8012 else
8013 ac_check_lib_save_LIBS=$LIBS
8014 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8016 /* end confdefs.h. */
8018 /* Override any GCC internal prototype to avoid an error.
8019 Use char because int might match the return type of a GCC
8020 builtin and then its argument prototype would still apply. */
8021 #ifdef __cplusplus
8022 extern "C"
8023 #endif
8024 char XShmQueryExtension ();
8026 main ()
8028 return XShmQueryExtension ();
8030 return 0;
8032 _ACEOF
8033 if ac_fn_c_try_link "$LINENO"; then :
8034 ac_cv_lib_Xext_XShmQueryExtension=yes
8035 else
8036 ac_cv_lib_Xext_XShmQueryExtension=no
8038 rm -f core conftest.err conftest.$ac_objext \
8039 conftest$ac_exeext conftest.$ac_ext
8040 LIBS=$ac_check_lib_save_LIBS
8042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8043 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8044 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8046 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8051 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8052 case "x$with_xshm" in
8053 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8054 xno) ;;
8055 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8056 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8057 esac
8060 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8061 then
8062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8063 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8064 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8065 $as_echo_n "(cached) " >&6
8066 else
8067 ac_check_lib_save_LIBS=$LIBS
8068 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8070 /* end confdefs.h. */
8072 /* Override any GCC internal prototype to avoid an error.
8073 Use char because int might match the return type of a GCC
8074 builtin and then its argument prototype would still apply. */
8075 #ifdef __cplusplus
8076 extern "C"
8077 #endif
8078 char XShapeQueryExtension ();
8080 main ()
8082 return XShapeQueryExtension ();
8084 return 0;
8086 _ACEOF
8087 if ac_fn_c_try_link "$LINENO"; then :
8088 ac_cv_lib_Xext_XShapeQueryExtension=yes
8089 else
8090 ac_cv_lib_Xext_XShapeQueryExtension=no
8092 rm -f core conftest.err conftest.$ac_objext \
8093 conftest$ac_exeext conftest.$ac_ext
8094 LIBS=$ac_check_lib_save_LIBS
8096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8097 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8098 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8100 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8105 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8106 case "x$with_xshape" in
8107 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8108 xno) ;;
8109 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8110 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8111 esac
8114 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8115 then
8116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8117 $as_echo_n "checking for -lXxf86vm... " >&6; }
8118 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8119 $as_echo_n "(cached) " >&6
8120 else
8121 ac_check_soname_save_LIBS=$LIBS
8122 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8124 /* end confdefs.h. */
8126 /* Override any GCC internal prototype to avoid an error.
8127 Use char because int might match the return type of a GCC
8128 builtin and then its argument prototype would still apply. */
8129 #ifdef __cplusplus
8130 extern "C"
8131 #endif
8132 char XF86VidModeQueryExtension ();
8134 main ()
8136 return XF86VidModeQueryExtension ();
8138 return 0;
8140 _ACEOF
8141 if ac_fn_c_try_link "$LINENO"; then :
8142 case "$LIBEXT" in
8143 dll) ;;
8144 dylib) ac_cv_lib_soname_Xxf86vm=`otool -L conftest$ac_exeext | grep "libXxf86vm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXxf86vm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8145 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8146 esac
8148 rm -f core conftest.err conftest.$ac_objext \
8149 conftest$ac_exeext conftest.$ac_ext
8150 LIBS=$ac_check_soname_save_LIBS
8152 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8154 $as_echo "not found" >&6; }
8156 else
8157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8158 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8160 cat >>confdefs.h <<_ACEOF
8161 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8162 _ACEOF
8167 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8168 case "x$with_xxf86vm" in
8169 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8170 xno) ;;
8171 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8172 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8173 esac
8176 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x" -a "x$ac_cv_lib_soname_Xext" != "x"
8177 then
8178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8179 $as_echo_n "checking for -lXrender... " >&6; }
8180 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8181 $as_echo_n "(cached) " >&6
8182 else
8183 ac_check_soname_save_LIBS=$LIBS
8184 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8185 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8186 /* end confdefs.h. */
8188 /* Override any GCC internal prototype to avoid an error.
8189 Use char because int might match the return type of a GCC
8190 builtin and then its argument prototype would still apply. */
8191 #ifdef __cplusplus
8192 extern "C"
8193 #endif
8194 char XRenderQueryExtension ();
8196 main ()
8198 return XRenderQueryExtension ();
8200 return 0;
8202 _ACEOF
8203 if ac_fn_c_try_link "$LINENO"; then :
8204 case "$LIBEXT" in
8205 dll) ;;
8206 dylib) ac_cv_lib_soname_Xrender=`otool -L conftest$ac_exeext | grep "libXrender\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrender\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8207 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8208 esac
8210 rm -f core conftest.err conftest.$ac_objext \
8211 conftest$ac_exeext conftest.$ac_ext
8212 LIBS=$ac_check_soname_save_LIBS
8214 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8216 $as_echo "not found" >&6; }
8218 else
8219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8220 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8222 cat >>confdefs.h <<_ACEOF
8223 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8224 _ACEOF
8226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8227 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8228 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8229 $as_echo_n "(cached) " >&6
8230 else
8231 ac_check_lib_save_LIBS=$LIBS
8232 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8234 /* end confdefs.h. */
8236 /* Override any GCC internal prototype to avoid an error.
8237 Use char because int might match the return type of a GCC
8238 builtin and then its argument prototype would still apply. */
8239 #ifdef __cplusplus
8240 extern "C"
8241 #endif
8242 char XRenderSetPictureTransform ();
8244 main ()
8246 return XRenderSetPictureTransform ();
8248 return 0;
8250 _ACEOF
8251 if ac_fn_c_try_link "$LINENO"; then :
8252 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8253 else
8254 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8256 rm -f core conftest.err conftest.$ac_objext \
8257 conftest$ac_exeext conftest.$ac_ext
8258 LIBS=$ac_check_lib_save_LIBS
8260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8261 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8262 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8264 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8271 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8272 case "x$with_xrender" in
8273 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8274 xno) ;;
8275 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8276 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8277 esac
8280 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8281 then
8282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8283 /* end confdefs.h. */
8284 #include <X11/Xlib.h>
8285 #include <X11/extensions/Xrandr.h>
8287 main ()
8289 static typeof(XRRSetScreenConfigAndRate) * func;
8291 return 0;
8293 _ACEOF
8294 if ac_fn_c_try_compile "$LINENO"; then :
8295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8296 $as_echo_n "checking for -lXrandr... " >&6; }
8297 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8298 $as_echo_n "(cached) " >&6
8299 else
8300 ac_check_soname_save_LIBS=$LIBS
8301 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8302 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8303 /* end confdefs.h. */
8305 /* Override any GCC internal prototype to avoid an error.
8306 Use char because int might match the return type of a GCC
8307 builtin and then its argument prototype would still apply. */
8308 #ifdef __cplusplus
8309 extern "C"
8310 #endif
8311 char XRRQueryExtension ();
8313 main ()
8315 return XRRQueryExtension ();
8317 return 0;
8319 _ACEOF
8320 if ac_fn_c_try_link "$LINENO"; then :
8321 case "$LIBEXT" in
8322 dll) ;;
8323 dylib) ac_cv_lib_soname_Xrandr=`otool -L conftest$ac_exeext | grep "libXrandr\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrandr\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8324 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8325 esac
8327 rm -f core conftest.err conftest.$ac_objext \
8328 conftest$ac_exeext conftest.$ac_ext
8329 LIBS=$ac_check_soname_save_LIBS
8331 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8333 $as_echo "not found" >&6; }
8335 else
8336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8337 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8339 cat >>confdefs.h <<_ACEOF
8340 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8341 _ACEOF
8346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8348 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8349 case "x$with_xrandr" in
8350 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8351 xno) ;;
8352 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8353 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8354 esac
8357 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8358 then
8359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8360 /* end confdefs.h. */
8361 #include <X11/Xlib.h>
8362 #include <X11/extensions/Xinerama.h>
8364 main ()
8366 static typeof(XineramaQueryScreens) * func;
8368 return 0;
8370 _ACEOF
8371 if ac_fn_c_try_compile "$LINENO"; then :
8372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8373 $as_echo_n "checking for -lXinerama... " >&6; }
8374 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8375 $as_echo_n "(cached) " >&6
8376 else
8377 ac_check_soname_save_LIBS=$LIBS
8378 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8380 /* end confdefs.h. */
8382 /* Override any GCC internal prototype to avoid an error.
8383 Use char because int might match the return type of a GCC
8384 builtin and then its argument prototype would still apply. */
8385 #ifdef __cplusplus
8386 extern "C"
8387 #endif
8388 char XineramaQueryScreens ();
8390 main ()
8392 return XineramaQueryScreens ();
8394 return 0;
8396 _ACEOF
8397 if ac_fn_c_try_link "$LINENO"; then :
8398 case "$LIBEXT" in
8399 dll) ;;
8400 dylib) ac_cv_lib_soname_Xinerama=`otool -L conftest$ac_exeext | grep "libXinerama\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXinerama\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8401 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8402 esac
8404 rm -f core conftest.err conftest.$ac_objext \
8405 conftest$ac_exeext conftest.$ac_ext
8406 LIBS=$ac_check_soname_save_LIBS
8408 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8410 $as_echo "not found" >&6; }
8412 else
8413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8414 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8416 cat >>confdefs.h <<_ACEOF
8417 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8418 _ACEOF
8423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8425 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8426 case "x$with_xinerama" in
8427 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8428 xno) ;;
8429 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8430 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8431 esac
8434 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8435 then
8436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8437 $as_echo_n "checking for -lXcomposite... " >&6; }
8438 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8439 $as_echo_n "(cached) " >&6
8440 else
8441 ac_check_soname_save_LIBS=$LIBS
8442 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8444 /* end confdefs.h. */
8446 /* Override any GCC internal prototype to avoid an error.
8447 Use char because int might match the return type of a GCC
8448 builtin and then its argument prototype would still apply. */
8449 #ifdef __cplusplus
8450 extern "C"
8451 #endif
8452 char XCompositeRedirectWindow ();
8454 main ()
8456 return XCompositeRedirectWindow ();
8458 return 0;
8460 _ACEOF
8461 if ac_fn_c_try_link "$LINENO"; then :
8462 case "$LIBEXT" in
8463 dll) ;;
8464 dylib) ac_cv_lib_soname_Xcomposite=`otool -L conftest$ac_exeext | grep "libXcomposite\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcomposite\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8465 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8466 esac
8468 rm -f core conftest.err conftest.$ac_objext \
8469 conftest$ac_exeext conftest.$ac_ext
8470 LIBS=$ac_check_soname_save_LIBS
8472 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8474 $as_echo "not found" >&6; }
8476 else
8477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8478 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8480 cat >>confdefs.h <<_ACEOF
8481 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8482 _ACEOF
8487 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8488 case "x$with_xcomposite" in
8489 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8490 xno) ;;
8491 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8492 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8493 esac
8496 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8497 #include <X11/Xlib.h>
8498 #endif
8500 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8502 cat >>confdefs.h <<_ACEOF
8503 #define HAVE_XICCALLBACK_CALLBACK 1
8504 _ACEOF
8511 opengl_msg=""
8512 if test "x$with_opengl" != "xno"
8513 then
8514 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8515 do :
8516 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8517 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8518 # include <GL/glx.h>
8519 #endif
8521 eval as_val=\$$as_ac_Header
8522 if test "x$as_val" = x""yes; then :
8523 cat >>confdefs.h <<_ACEOF
8524 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8525 _ACEOF
8529 done
8531 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8532 then
8533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8534 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8535 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8536 $as_echo_n "(cached) " >&6
8537 else
8538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8539 /* end confdefs.h. */
8540 #include <GL/gl.h>
8542 main ()
8544 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8546 return 0;
8548 _ACEOF
8549 if ac_fn_c_try_compile "$LINENO"; then :
8550 wine_cv_opengl_header_version_OK="yes"
8551 else
8552 wine_cv_opengl_header_version_OK="no"
8554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8557 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8559 if test "$wine_cv_opengl_header_version_OK" = "yes"
8560 then
8561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8562 $as_echo_n "checking for -lGL... " >&6; }
8563 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8564 $as_echo_n "(cached) " >&6
8565 else
8566 ac_check_soname_save_LIBS=$LIBS
8567 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8569 /* end confdefs.h. */
8571 /* Override any GCC internal prototype to avoid an error.
8572 Use char because int might match the return type of a GCC
8573 builtin and then its argument prototype would still apply. */
8574 #ifdef __cplusplus
8575 extern "C"
8576 #endif
8577 char glXCreateContext ();
8579 main ()
8581 return glXCreateContext ();
8583 return 0;
8585 _ACEOF
8586 if ac_fn_c_try_link "$LINENO"; then :
8587 case "$LIBEXT" in
8588 dll) ;;
8589 dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8590 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8591 esac
8593 rm -f core conftest.err conftest.$ac_objext \
8594 conftest$ac_exeext conftest.$ac_ext
8595 LIBS=$ac_check_soname_save_LIBS
8597 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8599 $as_echo "not found" >&6; }
8600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8601 $as_echo_n "checking for -lGL... " >&6; }
8602 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8603 $as_echo_n "(cached) " >&6
8604 else
8605 ac_check_soname_save_LIBS=$LIBS
8606 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib $LIBS"
8607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8608 /* end confdefs.h. */
8610 /* Override any GCC internal prototype to avoid an error.
8611 Use char because int might match the return type of a GCC
8612 builtin and then its argument prototype would still apply. */
8613 #ifdef __cplusplus
8614 extern "C"
8615 #endif
8616 char glXCreateContext ();
8618 main ()
8620 return glXCreateContext ();
8622 return 0;
8624 _ACEOF
8625 if ac_fn_c_try_link "$LINENO"; then :
8626 case "$LIBEXT" in
8627 dll) ;;
8628 dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8629 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8630 esac
8632 rm -f core conftest.err conftest.$ac_objext \
8633 conftest$ac_exeext conftest.$ac_ext
8634 LIBS=$ac_check_soname_save_LIBS
8636 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8638 $as_echo "not found" >&6; }
8639 if test -f /usr/X11R6/lib/libGL.a
8640 then
8641 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8642 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8643 else
8644 opengl_msg="No OpenGL library found on this system."
8646 else
8647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8648 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8650 cat >>confdefs.h <<_ACEOF
8651 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8652 _ACEOF
8654 OPENGL_LIBS="-Xlinker -dylib_file -Xlinker /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lGL"
8656 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8659 else
8660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8661 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8663 cat >>confdefs.h <<_ACEOF
8664 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8665 _ACEOF
8667 OPENGL_LIBS="-lGL"
8669 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8672 if test "$ac_cv_header_GL_glu_h" = "yes"
8673 then
8674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8675 $as_echo_n "checking for -lGLU... " >&6; }
8676 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8677 $as_echo_n "(cached) " >&6
8678 else
8679 ac_check_soname_save_LIBS=$LIBS
8680 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8682 /* end confdefs.h. */
8684 /* Override any GCC internal prototype to avoid an error.
8685 Use char because int might match the return type of a GCC
8686 builtin and then its argument prototype would still apply. */
8687 #ifdef __cplusplus
8688 extern "C"
8689 #endif
8690 char gluLookAt ();
8692 main ()
8694 return gluLookAt ();
8696 return 0;
8698 _ACEOF
8699 if ac_fn_c_try_link "$LINENO"; then :
8700 case "$LIBEXT" in
8701 dll) ;;
8702 dylib) ac_cv_lib_soname_GLU=`otool -L conftest$ac_exeext | grep "libGLU\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGLU\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8703 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8704 esac
8706 rm -f core conftest.err conftest.$ac_objext \
8707 conftest$ac_exeext conftest.$ac_ext
8708 LIBS=$ac_check_soname_save_LIBS
8710 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8712 $as_echo "not found" >&6; }
8714 else
8715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8716 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8718 cat >>confdefs.h <<_ACEOF
8719 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8720 _ACEOF
8725 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8726 case "x$with_glu" in
8727 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8728 xno) ;;
8729 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8730 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8731 esac
8733 else
8734 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8736 else
8737 opengl_msg="OpenGL development headers not found."
8739 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8740 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8741 else
8742 enable_opengl32=${enable_opengl32:-no}
8743 enable_glu32=${enable_glu32:-no}
8745 if test -n "$opengl_msg"; then :
8746 case "x$with_opengl" in
8747 x) wine_warnings="$wine_warnings|$opengl_msg
8748 OpenGL and Direct3D won't be supported." ;;
8749 xno) ;;
8750 *) as_fn_error "$opengl_msg
8751 OpenGL and Direct3D won't be supported.
8752 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8753 esac
8756 NASLIBS=""
8758 for ac_header in audio/audiolib.h
8759 do :
8760 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8761 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8762 cat >>confdefs.h <<_ACEOF
8763 #define HAVE_AUDIO_AUDIOLIB_H 1
8764 _ACEOF
8765 for ac_header in audio/soundlib.h
8766 do :
8767 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8769 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8770 cat >>confdefs.h <<_ACEOF
8771 #define HAVE_AUDIO_SOUNDLIB_H 1
8772 _ACEOF
8776 done
8778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8779 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8780 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8781 $as_echo_n "(cached) " >&6
8782 else
8783 ac_check_lib_save_LIBS=$LIBS
8784 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8786 /* end confdefs.h. */
8788 /* Override any GCC internal prototype to avoid an error.
8789 Use char because int might match the return type of a GCC
8790 builtin and then its argument prototype would still apply. */
8791 #ifdef __cplusplus
8792 extern "C"
8793 #endif
8794 char AuCreateFlow ();
8796 main ()
8798 return AuCreateFlow ();
8800 return 0;
8802 _ACEOF
8803 if ac_fn_c_try_link "$LINENO"; then :
8804 ac_cv_lib_audio_AuCreateFlow=yes
8805 else
8806 ac_cv_lib_audio_AuCreateFlow=no
8808 rm -f core conftest.err conftest.$ac_objext \
8809 conftest$ac_exeext conftest.$ac_ext
8810 LIBS=$ac_check_lib_save_LIBS
8812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8813 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8814 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8816 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8819 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8820 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8821 $as_echo_n "(cached) " >&6
8822 else
8823 ac_check_lib_save_LIBS=$LIBS
8824 LIBS="-lXau $X_LIBS $LIBS"
8825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8826 /* end confdefs.h. */
8828 /* Override any GCC internal prototype to avoid an error.
8829 Use char because int might match the return type of a GCC
8830 builtin and then its argument prototype would still apply. */
8831 #ifdef __cplusplus
8832 extern "C"
8833 #endif
8834 char XauGetBestAuthByAddr ();
8836 main ()
8838 return XauGetBestAuthByAddr ();
8840 return 0;
8842 _ACEOF
8843 if ac_fn_c_try_link "$LINENO"; then :
8844 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8845 else
8846 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8848 rm -f core conftest.err conftest.$ac_objext \
8849 conftest$ac_exeext conftest.$ac_ext
8850 LIBS=$ac_check_lib_save_LIBS
8852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8853 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8854 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8855 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8856 else
8857 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8865 done
8868 CPPFLAGS="$ac_save_CPPFLAGS"
8869 else
8870 XLIB=""
8871 X_CFLAGS=""
8872 X_LIBS=""
8873 enable_winex11_drv=${enable_winex11_drv:-no}
8874 enable_opengl32=${enable_opengl32:-no}
8875 enable_glu32=${enable_glu32:-no}
8877 if test "x$XLIB" = "x"; then :
8878 case "x$with_x" in
8879 xno) ;;
8880 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
8881 without X support, which probably isn't what you want. You will need to install
8882 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8883 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8884 esac
8888 XML2LIBS=""
8890 XML2INCL=""
8892 XSLTINCL=""
8894 if test "x$with_xml" != "xno"
8895 then
8896 ac_save_CPPFLAGS="$CPPFLAGS"
8897 if test "$PKG_CONFIG" != "false"
8898 then
8899 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8900 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8901 else
8902 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8903 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
8905 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8906 for ac_header in libxml/parser.h
8907 do :
8908 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8909 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8910 cat >>confdefs.h <<_ACEOF
8911 #define HAVE_LIBXML_PARSER_H 1
8912 _ACEOF
8913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8914 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8915 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8916 $as_echo_n "(cached) " >&6
8917 else
8918 ac_check_lib_save_LIBS=$LIBS
8919 LIBS="-lxml2 $ac_xml_libs $LIBS"
8920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8921 /* end confdefs.h. */
8923 /* Override any GCC internal prototype to avoid an error.
8924 Use char because int might match the return type of a GCC
8925 builtin and then its argument prototype would still apply. */
8926 #ifdef __cplusplus
8927 extern "C"
8928 #endif
8929 char xmlParseMemory ();
8931 main ()
8933 return xmlParseMemory ();
8935 return 0;
8937 _ACEOF
8938 if ac_fn_c_try_link "$LINENO"; then :
8939 ac_cv_lib_xml2_xmlParseMemory=yes
8940 else
8941 ac_cv_lib_xml2_xmlParseMemory=no
8943 rm -f core conftest.err conftest.$ac_objext \
8944 conftest$ac_exeext conftest.$ac_ext
8945 LIBS=$ac_check_lib_save_LIBS
8947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8948 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8949 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8951 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8953 XML2LIBS="$ac_xml_libs"
8954 XML2INCL="$ac_xml_cflags"
8957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8958 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8959 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8960 $as_echo_n "(cached) " >&6
8961 else
8962 ac_check_lib_save_LIBS=$LIBS
8963 LIBS="-lxml2 $ac_xml_libs $LIBS"
8964 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8965 /* end confdefs.h. */
8967 /* Override any GCC internal prototype to avoid an error.
8968 Use char because int might match the return type of a GCC
8969 builtin and then its argument prototype would still apply. */
8970 #ifdef __cplusplus
8971 extern "C"
8972 #endif
8973 char xmlReadMemory ();
8975 main ()
8977 return xmlReadMemory ();
8979 return 0;
8981 _ACEOF
8982 if ac_fn_c_try_link "$LINENO"; then :
8983 ac_cv_lib_xml2_xmlReadMemory=yes
8984 else
8985 ac_cv_lib_xml2_xmlReadMemory=no
8987 rm -f core conftest.err conftest.$ac_objext \
8988 conftest$ac_exeext conftest.$ac_ext
8989 LIBS=$ac_check_lib_save_LIBS
8991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
8992 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
8993 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
8995 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
8999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9000 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9001 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9002 $as_echo_n "(cached) " >&6
9003 else
9004 ac_check_lib_save_LIBS=$LIBS
9005 LIBS="-lxml2 $ac_xml_libs $LIBS"
9006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9007 /* end confdefs.h. */
9009 /* Override any GCC internal prototype to avoid an error.
9010 Use char because int might match the return type of a GCC
9011 builtin and then its argument prototype would still apply. */
9012 #ifdef __cplusplus
9013 extern "C"
9014 #endif
9015 char xmlNewDocPI ();
9017 main ()
9019 return xmlNewDocPI ();
9021 return 0;
9023 _ACEOF
9024 if ac_fn_c_try_link "$LINENO"; then :
9025 ac_cv_lib_xml2_xmlNewDocPI=yes
9026 else
9027 ac_cv_lib_xml2_xmlNewDocPI=no
9029 rm -f core conftest.err conftest.$ac_objext \
9030 conftest$ac_exeext conftest.$ac_ext
9031 LIBS=$ac_check_lib_save_LIBS
9033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9034 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9035 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9037 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9044 done
9046 CPPFLAGS="$ac_save_CPPFLAGS"
9048 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9049 case "x$with_xml" in
9050 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9051 xno) ;;
9052 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9053 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9054 esac
9057 if test "x$with_xslt" != "xno"
9058 then
9059 if test "$PKG_CONFIG" != "false"
9060 then
9061 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9062 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9063 else
9064 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9065 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9067 ac_save_CPPFLAGS="$CPPFLAGS"
9068 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9069 for ac_header in libxslt/pattern.h libxslt/transform.h
9070 do :
9071 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9072 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9073 # include <libxslt/pattern.h>
9074 #endif
9076 eval as_val=\$$as_ac_Header
9077 if test "x$as_val" = x""yes; then :
9078 cat >>confdefs.h <<_ACEOF
9079 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9080 _ACEOF
9084 done
9086 CPPFLAGS="$ac_save_CPPFLAGS"
9087 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9088 then
9089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9090 $as_echo_n "checking for -lxslt... " >&6; }
9091 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9092 $as_echo_n "(cached) " >&6
9093 else
9094 ac_check_soname_save_LIBS=$LIBS
9095 LIBS="-lxslt $ac_xslt_libs $LIBS"
9096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9097 /* end confdefs.h. */
9099 /* Override any GCC internal prototype to avoid an error.
9100 Use char because int might match the return type of a GCC
9101 builtin and then its argument prototype would still apply. */
9102 #ifdef __cplusplus
9103 extern "C"
9104 #endif
9105 char xsltCompilePattern ();
9107 main ()
9109 return xsltCompilePattern ();
9111 return 0;
9113 _ACEOF
9114 if ac_fn_c_try_link "$LINENO"; then :
9115 case "$LIBEXT" in
9116 dll) ;;
9117 dylib) ac_cv_lib_soname_xslt=`otool -L conftest$ac_exeext | grep "libxslt\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libxslt\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9118 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9119 esac
9121 rm -f core conftest.err conftest.$ac_objext \
9122 conftest$ac_exeext conftest.$ac_ext
9123 LIBS=$ac_check_soname_save_LIBS
9125 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9127 $as_echo "not found" >&6; }
9129 else
9130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9131 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9133 cat >>confdefs.h <<_ACEOF
9134 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9135 _ACEOF
9137 XSLTINCL="$ac_xslt_cflags"
9141 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9142 case "x$with_xslt" in
9143 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9144 xno) ;;
9145 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9146 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9147 esac
9150 HALINCL=""
9152 if test "x$with_hal" != "xno"
9153 then
9154 ac_save_CPPFLAGS="$CPPFLAGS"
9155 if test "$PKG_CONFIG" != "false"
9156 then
9157 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9158 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9159 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9161 for ac_header in dbus/dbus.h hal/libhal.h
9162 do :
9163 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9164 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9165 eval as_val=\$$as_ac_Header
9166 if test "x$as_val" = x""yes; then :
9167 cat >>confdefs.h <<_ACEOF
9168 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9169 _ACEOF
9173 done
9175 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9176 then
9177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9178 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9179 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9180 $as_echo_n "(cached) " >&6
9181 else
9182 ac_check_lib_save_LIBS=$LIBS
9183 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9185 /* end confdefs.h. */
9187 /* Override any GCC internal prototype to avoid an error.
9188 Use char because int might match the return type of a GCC
9189 builtin and then its argument prototype would still apply. */
9190 #ifdef __cplusplus
9191 extern "C"
9192 #endif
9193 char dbus_connection_close ();
9195 main ()
9197 return dbus_connection_close ();
9199 return 0;
9201 _ACEOF
9202 if ac_fn_c_try_link "$LINENO"; then :
9203 ac_cv_lib_dbus_1_dbus_connection_close=yes
9204 else
9205 ac_cv_lib_dbus_1_dbus_connection_close=no
9207 rm -f core conftest.err conftest.$ac_objext \
9208 conftest$ac_exeext conftest.$ac_ext
9209 LIBS=$ac_check_lib_save_LIBS
9211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9212 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9213 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9215 $as_echo_n "checking for -lhal... " >&6; }
9216 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9217 $as_echo_n "(cached) " >&6
9218 else
9219 ac_check_soname_save_LIBS=$LIBS
9220 LIBS="-lhal $ac_hal_libs $LIBS"
9221 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9222 /* end confdefs.h. */
9224 /* Override any GCC internal prototype to avoid an error.
9225 Use char because int might match the return type of a GCC
9226 builtin and then its argument prototype would still apply. */
9227 #ifdef __cplusplus
9228 extern "C"
9229 #endif
9230 char libhal_ctx_new ();
9232 main ()
9234 return libhal_ctx_new ();
9236 return 0;
9238 _ACEOF
9239 if ac_fn_c_try_link "$LINENO"; then :
9240 case "$LIBEXT" in
9241 dll) ;;
9242 dylib) ac_cv_lib_soname_hal=`otool -L conftest$ac_exeext | grep "libhal\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libhal\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9243 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9244 esac
9246 rm -f core conftest.err conftest.$ac_objext \
9247 conftest$ac_exeext conftest.$ac_ext
9248 LIBS=$ac_check_soname_save_LIBS
9250 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9252 $as_echo "not found" >&6; }
9254 else
9255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9256 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9258 cat >>confdefs.h <<_ACEOF
9259 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9260 _ACEOF
9262 HALINCL="$ac_hal_cflags"
9267 CPPFLAGS="$ac_save_CPPFLAGS"
9269 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9270 case "x$with_hal" in
9271 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9272 xno) ;;
9273 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9274 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9275 esac
9278 if test "x$with_gnutls" != "xno"
9279 then
9280 ac_save_CPPFLAGS="$CPPFLAGS"
9281 if test "$PKG_CONFIG" != "false"
9282 then
9283 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9284 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9285 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9287 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9288 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9290 /* end confdefs.h. */
9291 #include <gnutls/gnutls.h>
9293 main ()
9295 typeof(gnutls_mac_get_key_size) *pfunc;
9297 return 0;
9299 _ACEOF
9300 if ac_fn_c_try_compile "$LINENO"; then :
9301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9302 $as_echo_n "checking for -lgnutls... " >&6; }
9303 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9304 $as_echo_n "(cached) " >&6
9305 else
9306 ac_check_soname_save_LIBS=$LIBS
9307 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9309 /* end confdefs.h. */
9311 /* Override any GCC internal prototype to avoid an error.
9312 Use char because int might match the return type of a GCC
9313 builtin and then its argument prototype would still apply. */
9314 #ifdef __cplusplus
9315 extern "C"
9316 #endif
9317 char gnutls_global_init ();
9319 main ()
9321 return gnutls_global_init ();
9323 return 0;
9325 _ACEOF
9326 if ac_fn_c_try_link "$LINENO"; then :
9327 case "$LIBEXT" in
9328 dll) ;;
9329 dylib) ac_cv_lib_soname_gnutls=`otool -L conftest$ac_exeext | grep "libgnutls\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9330 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9331 esac
9333 rm -f core conftest.err conftest.$ac_objext \
9334 conftest$ac_exeext conftest.$ac_ext
9335 LIBS=$ac_check_soname_save_LIBS
9337 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9339 $as_echo "not found" >&6; }
9341 else
9342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9343 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9345 cat >>confdefs.h <<_ACEOF
9346 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9347 _ACEOF
9349 GNUTLSINCL="$ac_gnutls_cflags"
9353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9357 CPPFLAGS="$ac_save_CPPFLAGS"
9359 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9360 case "x$with_gnutls" in
9361 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9362 xno) ;;
9363 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9364 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9365 esac
9368 CURSESLIBS=""
9369 if test "$ac_cv_header_ncurses_h" = "yes"
9370 then
9371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9372 $as_echo_n "checking for -lncurses... " >&6; }
9373 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9374 $as_echo_n "(cached) " >&6
9375 else
9376 ac_check_soname_save_LIBS=$LIBS
9377 LIBS="-lncurses $LIBS"
9378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9379 /* end confdefs.h. */
9381 /* Override any GCC internal prototype to avoid an error.
9382 Use char because int might match the return type of a GCC
9383 builtin and then its argument prototype would still apply. */
9384 #ifdef __cplusplus
9385 extern "C"
9386 #endif
9387 char waddch ();
9389 main ()
9391 return waddch ();
9393 return 0;
9395 _ACEOF
9396 if ac_fn_c_try_link "$LINENO"; then :
9397 case "$LIBEXT" in
9398 dll) ;;
9399 dylib) ac_cv_lib_soname_ncurses=`otool -L conftest$ac_exeext | grep "libncurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libncurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9400 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9401 esac
9403 rm -f core conftest.err conftest.$ac_objext \
9404 conftest$ac_exeext conftest.$ac_ext
9405 LIBS=$ac_check_soname_save_LIBS
9407 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9409 $as_echo "not found" >&6; }
9411 else
9412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9413 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9415 cat >>confdefs.h <<_ACEOF
9416 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9417 _ACEOF
9419 CURSESLIBS="-lncurses"
9421 elif test "$ac_cv_header_curses_h" = "yes"
9422 then
9423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9424 $as_echo_n "checking for -lcurses... " >&6; }
9425 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9426 $as_echo_n "(cached) " >&6
9427 else
9428 ac_check_soname_save_LIBS=$LIBS
9429 LIBS="-lcurses $LIBS"
9430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9431 /* end confdefs.h. */
9433 /* Override any GCC internal prototype to avoid an error.
9434 Use char because int might match the return type of a GCC
9435 builtin and then its argument prototype would still apply. */
9436 #ifdef __cplusplus
9437 extern "C"
9438 #endif
9439 char waddch ();
9441 main ()
9443 return waddch ();
9445 return 0;
9447 _ACEOF
9448 if ac_fn_c_try_link "$LINENO"; then :
9449 case "$LIBEXT" in
9450 dll) ;;
9451 dylib) ac_cv_lib_soname_curses=`otool -L conftest$ac_exeext | grep "libcurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9452 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9453 esac
9455 rm -f core conftest.err conftest.$ac_objext \
9456 conftest$ac_exeext conftest.$ac_ext
9457 LIBS=$ac_check_soname_save_LIBS
9459 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9461 $as_echo "not found" >&6; }
9463 else
9464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9465 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9467 cat >>confdefs.h <<_ACEOF
9468 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9469 _ACEOF
9471 CURSESLIBS="-lcurses"
9474 ac_save_LIBS="$LIBS"
9475 LIBS="$LIBS $CURSESLIBS"
9476 for ac_func in mousemask
9477 do :
9478 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9479 if test "x$ac_cv_func_mousemask" = x""yes; then :
9480 cat >>confdefs.h <<_ACEOF
9481 #define HAVE_MOUSEMASK 1
9482 _ACEOF
9485 done
9487 LIBS="$ac_save_LIBS"
9488 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9489 case "x$with_curses" in
9490 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9491 xno) ;;
9492 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9493 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9494 esac
9497 if test "x$with_sane" != "xno"
9498 then
9499 ac_save_CPPFLAGS="$CPPFLAGS"
9500 # Extract the first word of "sane-config", so it can be a program name with args.
9501 set dummy sane-config; ac_word=$2
9502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9503 $as_echo_n "checking for $ac_word... " >&6; }
9504 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9505 $as_echo_n "(cached) " >&6
9506 else
9507 if test -n "$sane_devel"; then
9508 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9509 else
9510 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9511 for as_dir in $PATH
9513 IFS=$as_save_IFS
9514 test -z "$as_dir" && as_dir=.
9515 for ac_exec_ext in '' $ac_executable_extensions; do
9516 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9517 ac_cv_prog_sane_devel="sane-config"
9518 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9519 break 2
9521 done
9522 done
9523 IFS=$as_save_IFS
9525 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9528 sane_devel=$ac_cv_prog_sane_devel
9529 if test -n "$sane_devel"; then
9530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9531 $as_echo "$sane_devel" >&6; }
9532 else
9533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9534 $as_echo "no" >&6; }
9538 if test "$sane_devel" != "no"
9539 then
9540 ac_sane_incl="`$sane_devel --cflags`"
9541 ac_sane_libs="`$sane_devel --ldflags`"
9542 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9544 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9545 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9547 $as_echo_n "checking for -lsane... " >&6; }
9548 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9549 $as_echo_n "(cached) " >&6
9550 else
9551 ac_check_soname_save_LIBS=$LIBS
9552 LIBS="-lsane $ac_sane_libs $LIBS"
9553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9554 /* end confdefs.h. */
9556 /* Override any GCC internal prototype to avoid an error.
9557 Use char because int might match the return type of a GCC
9558 builtin and then its argument prototype would still apply. */
9559 #ifdef __cplusplus
9560 extern "C"
9561 #endif
9562 char sane_init ();
9564 main ()
9566 return sane_init ();
9568 return 0;
9570 _ACEOF
9571 if ac_fn_c_try_link "$LINENO"; then :
9572 case "$LIBEXT" in
9573 dll) ;;
9574 dylib) ac_cv_lib_soname_sane=`otool -L conftest$ac_exeext | grep "libsane\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libsane\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9575 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9576 esac
9578 rm -f core conftest.err conftest.$ac_objext \
9579 conftest$ac_exeext conftest.$ac_ext
9580 LIBS=$ac_check_soname_save_LIBS
9582 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9584 $as_echo "not found" >&6; }
9586 else
9587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9588 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9590 cat >>confdefs.h <<_ACEOF
9591 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9592 _ACEOF
9594 SANEINCL="$ac_sane_incl"
9600 CPPFLAGS="$ac_save_CPPFLAGS"
9602 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9603 case "x$with_sane" in
9604 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9605 xno) ;;
9606 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9607 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9608 esac
9611 if test "x$with_v4l" != "xno"
9612 then
9613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9614 $as_echo_n "checking for -lv4l1... " >&6; }
9615 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9616 $as_echo_n "(cached) " >&6
9617 else
9618 ac_check_soname_save_LIBS=$LIBS
9619 LIBS="-lv4l1 $LIBS"
9620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9621 /* end confdefs.h. */
9623 /* Override any GCC internal prototype to avoid an error.
9624 Use char because int might match the return type of a GCC
9625 builtin and then its argument prototype would still apply. */
9626 #ifdef __cplusplus
9627 extern "C"
9628 #endif
9629 char v4l1_open ();
9631 main ()
9633 return v4l1_open ();
9635 return 0;
9637 _ACEOF
9638 if ac_fn_c_try_link "$LINENO"; then :
9639 case "$LIBEXT" in
9640 dll) ;;
9641 dylib) ac_cv_lib_soname_v4l1=`otool -L conftest$ac_exeext | grep "libv4l1\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libv4l1\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9642 *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9643 esac
9645 rm -f core conftest.err conftest.$ac_objext \
9646 conftest$ac_exeext conftest.$ac_ext
9647 LIBS=$ac_check_soname_save_LIBS
9649 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9651 $as_echo "not found" >&6; }
9653 else
9654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9655 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9657 cat >>confdefs.h <<_ACEOF
9658 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9659 _ACEOF
9664 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9665 case "x$with_v4l" in
9666 x) wine_notices="$wine_notices|libv4l ${notice_platform}development files not found." ;;
9667 xno) ;;
9668 *) as_fn_error "libv4l ${notice_platform}development files not found.
9669 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9670 esac
9673 if test "x$with_gphoto" != "xno"
9674 then
9675 ac_save_CPPFLAGS="$CPPFLAGS"
9676 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9677 set dummy gphoto2-config; ac_word=$2
9678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9679 $as_echo_n "checking for $ac_word... " >&6; }
9680 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9681 $as_echo_n "(cached) " >&6
9682 else
9683 if test -n "$gphoto2_devel"; then
9684 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9685 else
9686 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9687 for as_dir in $PATH
9689 IFS=$as_save_IFS
9690 test -z "$as_dir" && as_dir=.
9691 for ac_exec_ext in '' $ac_executable_extensions; do
9692 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9693 ac_cv_prog_gphoto2_devel="gphoto2-config"
9694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9695 break 2
9697 done
9698 done
9699 IFS=$as_save_IFS
9701 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9704 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9705 if test -n "$gphoto2_devel"; then
9706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9707 $as_echo "$gphoto2_devel" >&6; }
9708 else
9709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9710 $as_echo "no" >&6; }
9714 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9715 set dummy gphoto2-port-config; ac_word=$2
9716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9717 $as_echo_n "checking for $ac_word... " >&6; }
9718 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9719 $as_echo_n "(cached) " >&6
9720 else
9721 if test -n "$gphoto2port_devel"; then
9722 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9723 else
9724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9725 for as_dir in $PATH
9727 IFS=$as_save_IFS
9728 test -z "$as_dir" && as_dir=.
9729 for ac_exec_ext in '' $ac_executable_extensions; do
9730 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9731 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9733 break 2
9735 done
9736 done
9737 IFS=$as_save_IFS
9739 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9742 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9743 if test -n "$gphoto2port_devel"; then
9744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9745 $as_echo "$gphoto2port_devel" >&6; }
9746 else
9747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9748 $as_echo "no" >&6; }
9752 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9753 then
9754 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9755 ac_gphoto2_libs=""
9756 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9758 case "$i" in
9759 -L/usr/lib|-L/usr/lib64) ;;
9760 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9761 esac
9762 done
9763 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9765 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9766 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9767 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9769 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9770 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9771 $as_echo_n "(cached) " >&6
9772 else
9773 ac_check_lib_save_LIBS=$LIBS
9774 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9776 /* end confdefs.h. */
9778 /* Override any GCC internal prototype to avoid an error.
9779 Use char because int might match the return type of a GCC
9780 builtin and then its argument prototype would still apply. */
9781 #ifdef __cplusplus
9782 extern "C"
9783 #endif
9784 char gp_camera_new ();
9786 main ()
9788 return gp_camera_new ();
9790 return 0;
9792 _ACEOF
9793 if ac_fn_c_try_link "$LINENO"; then :
9794 ac_cv_lib_gphoto2_gp_camera_new=yes
9795 else
9796 ac_cv_lib_gphoto2_gp_camera_new=no
9798 rm -f core conftest.err conftest.$ac_objext \
9799 conftest$ac_exeext conftest.$ac_ext
9800 LIBS=$ac_check_lib_save_LIBS
9802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9803 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9804 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9806 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9808 GPHOTO2LIBS="$ac_gphoto2_libs"
9810 GPHOTO2INCL="$ac_gphoto2_incl"
9817 CPPFLAGS="$ac_save_CPPFLAGS"
9819 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9820 case "x$with_gphoto" in
9821 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9822 xno) ;;
9823 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9824 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9825 esac
9829 RESOLVLIBS=""
9831 if test "$ac_cv_header_resolv_h" = "yes"
9832 then
9833 ac_save_LIBS="$LIBS"
9834 LIBS="$LIBS -lresolv"
9835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9836 /* end confdefs.h. */
9837 #ifdef HAVE_NETINET_IN_H
9838 #include <netinet/in.h>
9839 #endif
9840 #include <resolv.h>
9842 main ()
9844 res_init();
9846 return 0;
9848 _ACEOF
9849 if ac_fn_c_try_link "$LINENO"; then :
9851 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9853 RESOLVLIBS="-lresolv"
9855 rm -f core conftest.err conftest.$ac_objext \
9856 conftest$ac_exeext conftest.$ac_ext
9857 LIBS="$ac_save_LIBS"
9860 LCMSLIBS=""
9862 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9863 then
9864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9865 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9866 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9867 $as_echo_n "(cached) " >&6
9868 else
9869 ac_check_lib_save_LIBS=$LIBS
9870 LIBS="-llcms $LIBS"
9871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9872 /* end confdefs.h. */
9874 /* Override any GCC internal prototype to avoid an error.
9875 Use char because int might match the return type of a GCC
9876 builtin and then its argument prototype would still apply. */
9877 #ifdef __cplusplus
9878 extern "C"
9879 #endif
9880 char cmsOpenProfileFromFile ();
9882 main ()
9884 return cmsOpenProfileFromFile ();
9886 return 0;
9888 _ACEOF
9889 if ac_fn_c_try_link "$LINENO"; then :
9890 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9891 else
9892 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9894 rm -f core conftest.err conftest.$ac_objext \
9895 conftest$ac_exeext conftest.$ac_ext
9896 LIBS=$ac_check_lib_save_LIBS
9898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9899 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9900 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9902 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9904 LCMSLIBS="-llcms"
9908 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9909 case "x$with_cms" in
9910 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9911 xno) ;;
9912 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9913 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9914 esac
9917 if test "x$with_freetype" != "xno"
9918 then
9919 for ac_prog in freetype-config freetype2-config
9921 # Extract the first word of "$ac_prog", so it can be a program name with args.
9922 set dummy $ac_prog; ac_word=$2
9923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9924 $as_echo_n "checking for $ac_word... " >&6; }
9925 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9926 $as_echo_n "(cached) " >&6
9927 else
9928 if test -n "$ft_devel"; then
9929 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9930 else
9931 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9932 for as_dir in $PATH
9934 IFS=$as_save_IFS
9935 test -z "$as_dir" && as_dir=.
9936 for ac_exec_ext in '' $ac_executable_extensions; do
9937 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9938 ac_cv_prog_ft_devel="$ac_prog"
9939 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9940 break 2
9942 done
9943 done
9944 IFS=$as_save_IFS
9948 ft_devel=$ac_cv_prog_ft_devel
9949 if test -n "$ft_devel"; then
9950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9951 $as_echo "$ft_devel" >&6; }
9952 else
9953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9954 $as_echo "no" >&6; }
9958 test -n "$ft_devel" && break
9959 done
9960 test -n "$ft_devel" || ft_devel="no"
9962 if test "$ft_devel" != "no"
9963 then
9964 ac_freetype_incl=`$ft_devel --cflags`
9965 ac_freetype_libs=`$ft_devel --libs`
9967 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
9968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
9969 $as_echo_n "checking for -lfreetype... " >&6; }
9970 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
9971 $as_echo_n "(cached) " >&6
9972 else
9973 ac_check_soname_save_LIBS=$LIBS
9974 LIBS="-lfreetype $ac_freetype_libs $LIBS"
9975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9976 /* end confdefs.h. */
9978 /* Override any GCC internal prototype to avoid an error.
9979 Use char because int might match the return type of a GCC
9980 builtin and then its argument prototype would still apply. */
9981 #ifdef __cplusplus
9982 extern "C"
9983 #endif
9984 char FT_Init_FreeType ();
9986 main ()
9988 return FT_Init_FreeType ();
9990 return 0;
9992 _ACEOF
9993 if ac_fn_c_try_link "$LINENO"; then :
9994 case "$LIBEXT" in
9995 dll) ;;
9996 dylib) ac_cv_lib_soname_freetype=`otool -L conftest$ac_exeext | grep "libfreetype\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfreetype\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9997 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9998 esac
10000 rm -f core conftest.err conftest.$ac_objext \
10001 conftest$ac_exeext conftest.$ac_ext
10002 LIBS=$ac_check_soname_save_LIBS
10004 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10006 $as_echo "not found" >&6; }
10007 ft_lib=no
10008 else
10009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10010 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10012 cat >>confdefs.h <<_ACEOF
10013 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10014 _ACEOF
10016 ft_lib=yes
10018 if test "$ft_lib" = "yes"
10019 then
10020 ac_save_CPPFLAGS="$CPPFLAGS"
10021 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10022 for ac_header in ft2build.h \
10023 freetype/freetype.h \
10024 freetype/ftglyph.h \
10025 freetype/fttypes.h \
10026 freetype/tttables.h \
10027 freetype/ftsnames.h \
10028 freetype/ttnameid.h \
10029 freetype/ftoutln.h \
10030 freetype/ftwinfnt.h \
10031 freetype/ftmodapi.h \
10032 freetype/ftlcdfil.h \
10033 freetype/internal/sfnt.h
10034 do :
10035 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10036 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10037 # include <ft2build.h>
10038 #endif
10040 eval as_val=\$$as_ac_Header
10041 if test "x$as_val" = x""yes; then :
10042 cat >>confdefs.h <<_ACEOF
10043 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10044 _ACEOF
10048 done
10050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10051 /* end confdefs.h. */
10052 #include <ft2build.h>
10053 #include <freetype/fttrigon.h>
10054 _ACEOF
10055 if ac_fn_c_try_cpp "$LINENO"; then :
10057 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10059 wine_cv_fttrigon=yes
10060 else
10061 wine_cv_fttrigon=no
10063 rm -f conftest.err conftest.$ac_ext
10064 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10066 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10068 cat >>confdefs.h <<_ACEOF
10069 #define HAVE_FT_TRUETYPEENGINETYPE 1
10070 _ACEOF
10075 ac_save_CFLAGS="$CFLAGS"
10076 CFLAGS="$CFLAGS $ac_freetype_libs"
10077 for ac_func in FT_Load_Sfnt_Table
10078 do :
10079 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10080 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10081 cat >>confdefs.h <<_ACEOF
10082 #define HAVE_FT_LOAD_SFNT_TABLE 1
10083 _ACEOF
10086 done
10088 CFLAGS="$ac_save_CFLAGS"
10089 CPPFLAGS="$ac_save_CPPFLAGS"
10090 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10091 then
10093 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10095 FREETYPELIBS="$ac_freetype_libs"
10097 FREETYPEINCL="$ac_freetype_incl"
10102 if test "x$FREETYPELIBS" = "x"; then :
10103 case "x$with_freetype" in
10104 xno) ;;
10105 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10106 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10107 esac
10109 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10112 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10113 if test "${ac_cv_c_ppdev+set}" = set; then :
10114 $as_echo_n "(cached) " >&6
10115 else
10116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10117 /* end confdefs.h. */
10118 #include <linux/ppdev.h>
10120 main ()
10122 ioctl (1,PPCLAIM,0)
10124 return 0;
10126 _ACEOF
10127 if ac_fn_c_try_compile "$LINENO"; then :
10128 ac_cv_c_ppdev="yes"
10129 else
10130 ac_cv_c_ppdev="no"
10132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10135 $as_echo "$ac_cv_c_ppdev" >&6; }
10136 if test "$ac_cv_c_ppdev" = "yes"
10137 then
10139 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10143 ac_wine_check_funcs_save_LIBS="$LIBS"
10144 LIBS="$LIBS $LIBPTHREAD"
10145 for ac_func in \
10146 pthread_attr_get_np \
10147 pthread_getattr_np \
10148 pthread_get_stackaddr_np \
10149 pthread_get_stacksize_np
10150 do :
10151 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10152 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10153 eval as_val=\$$as_ac_var
10154 if test "x$as_val" = x""yes; then :
10155 cat >>confdefs.h <<_ACEOF
10156 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10157 _ACEOF
10160 done
10162 LIBS="$ac_wine_check_funcs_save_LIBS"
10164 if test "$ac_cv_header_zlib_h" = "yes"
10165 then
10166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10167 $as_echo_n "checking for inflate in -lz... " >&6; }
10168 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10169 $as_echo_n "(cached) " >&6
10170 else
10171 ac_check_lib_save_LIBS=$LIBS
10172 LIBS="-lz $LIBS"
10173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10174 /* end confdefs.h. */
10176 /* Override any GCC internal prototype to avoid an error.
10177 Use char because int might match the return type of a GCC
10178 builtin and then its argument prototype would still apply. */
10179 #ifdef __cplusplus
10180 extern "C"
10181 #endif
10182 char inflate ();
10184 main ()
10186 return inflate ();
10188 return 0;
10190 _ACEOF
10191 if ac_fn_c_try_link "$LINENO"; then :
10192 ac_cv_lib_z_inflate=yes
10193 else
10194 ac_cv_lib_z_inflate=no
10196 rm -f core conftest.err conftest.$ac_objext \
10197 conftest$ac_exeext conftest.$ac_ext
10198 LIBS=$ac_check_lib_save_LIBS
10200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10201 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10202 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10204 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10206 ZLIB="-lz"
10212 if test "x$with_esd" != xno
10213 then
10214 save_CFLAGS="$CFLAGS"
10215 # Extract the first word of "esd-config", so it can be a program name with args.
10216 set dummy esd-config; ac_word=$2
10217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10218 $as_echo_n "checking for $ac_word... " >&6; }
10219 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10220 $as_echo_n "(cached) " >&6
10221 else
10222 case $ESDCONFIG in
10223 [\\/]* | ?:[\\/]*)
10224 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10227 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10228 for as_dir in $PATH
10230 IFS=$as_save_IFS
10231 test -z "$as_dir" && as_dir=.
10232 for ac_exec_ext in '' $ac_executable_extensions; do
10233 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10234 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10235 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10236 break 2
10238 done
10239 done
10240 IFS=$as_save_IFS
10242 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10244 esac
10246 ESDCONFIG=$ac_cv_path_ESDCONFIG
10247 if test -n "$ESDCONFIG"; then
10248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10249 $as_echo "$ESDCONFIG" >&6; }
10250 else
10251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10252 $as_echo "no" >&6; }
10256 if test "x$ESDCONFIG" != "xno"
10257 then
10258 ac_esd_incl=""
10259 for i in `$ESDCONFIG --cflags`
10261 case "$i" in
10262 -I*) ac_esd_incl="$ac_esd_incl $i";;
10263 esac
10264 done
10265 ac_esd_libs=`$ESDCONFIG --libs`
10266 CFLAGS="$CFLAGS $ac_esd_incl"
10268 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10269 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10270 if test "x$ac_cv_header_esd_h" = x""yes; then :
10271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10272 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10273 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10274 $as_echo_n "(cached) " >&6
10275 else
10276 ac_check_lib_save_LIBS=$LIBS
10277 LIBS="-lesd $ac_esd_libs $LIBS"
10278 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10279 /* end confdefs.h. */
10281 /* Override any GCC internal prototype to avoid an error.
10282 Use char because int might match the return type of a GCC
10283 builtin and then its argument prototype would still apply. */
10284 #ifdef __cplusplus
10285 extern "C"
10286 #endif
10287 char esd_open_sound ();
10289 main ()
10291 return esd_open_sound ();
10293 return 0;
10295 _ACEOF
10296 if ac_fn_c_try_link "$LINENO"; then :
10297 ac_cv_lib_esd_esd_open_sound=yes
10298 else
10299 ac_cv_lib_esd_esd_open_sound=no
10301 rm -f core conftest.err conftest.$ac_objext \
10302 conftest$ac_exeext conftest.$ac_ext
10303 LIBS=$ac_check_lib_save_LIBS
10305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10306 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10307 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10308 ESDINCL="$ac_esd_incl"
10310 ESDLIBS="$ac_esd_libs"
10313 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10320 CFLAGS="$save_CFLAGS"
10323 ALSALIBS=""
10325 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10326 then
10327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10328 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10329 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10330 $as_echo_n "(cached) " >&6
10331 else
10332 ac_check_lib_save_LIBS=$LIBS
10333 LIBS="-lasound $LIBS"
10334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10335 /* end confdefs.h. */
10337 /* Override any GCC internal prototype to avoid an error.
10338 Use char because int might match the return type of a GCC
10339 builtin and then its argument prototype would still apply. */
10340 #ifdef __cplusplus
10341 extern "C"
10342 #endif
10343 char snd_pcm_hw_params_get_access ();
10345 main ()
10347 return snd_pcm_hw_params_get_access ();
10349 return 0;
10351 _ACEOF
10352 if ac_fn_c_try_link "$LINENO"; then :
10353 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10354 else
10355 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10357 rm -f core conftest.err conftest.$ac_objext \
10358 conftest$ac_exeext conftest.$ac_ext
10359 LIBS=$ac_check_lib_save_LIBS
10361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10362 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10363 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10365 /* end confdefs.h. */
10366 #ifdef HAVE_ALSA_ASOUNDLIB_H
10367 #include <alsa/asoundlib.h>
10368 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10369 #include <sys/asoundlib.h>
10370 #endif
10372 main ()
10374 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10376 return 0;
10378 _ACEOF
10379 if ac_fn_c_try_compile "$LINENO"; then :
10381 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10383 ALSALIBS="-lasound"
10385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10390 AUDIOIOLIBS=""
10392 if test "$ac_cv_header_libaudioio_h" = "yes"
10393 then
10394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10395 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10396 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10397 $as_echo_n "(cached) " >&6
10398 else
10399 ac_check_lib_save_LIBS=$LIBS
10400 LIBS="-laudioio $LIBS"
10401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10402 /* end confdefs.h. */
10404 /* Override any GCC internal prototype to avoid an error.
10405 Use char because int might match the return type of a GCC
10406 builtin and then its argument prototype would still apply. */
10407 #ifdef __cplusplus
10408 extern "C"
10409 #endif
10410 char AudioIOGetVersion ();
10412 main ()
10414 return AudioIOGetVersion ();
10416 return 0;
10418 _ACEOF
10419 if ac_fn_c_try_link "$LINENO"; then :
10420 ac_cv_lib_audioio_AudioIOGetVersion=yes
10421 else
10422 ac_cv_lib_audioio_AudioIOGetVersion=no
10424 rm -f core conftest.err conftest.$ac_objext \
10425 conftest$ac_exeext conftest.$ac_ext
10426 LIBS=$ac_check_lib_save_LIBS
10428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10429 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10430 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10431 AUDIOIOLIBS="-laudioio"
10433 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10440 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10441 then
10442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10443 $as_echo_n "checking for -lcapi20... " >&6; }
10444 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10445 $as_echo_n "(cached) " >&6
10446 else
10447 ac_check_soname_save_LIBS=$LIBS
10448 LIBS="-lcapi20 $LIBS"
10449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10450 /* end confdefs.h. */
10452 /* Override any GCC internal prototype to avoid an error.
10453 Use char because int might match the return type of a GCC
10454 builtin and then its argument prototype would still apply. */
10455 #ifdef __cplusplus
10456 extern "C"
10457 #endif
10458 char capi20_register ();
10460 main ()
10462 return capi20_register ();
10464 return 0;
10466 _ACEOF
10467 if ac_fn_c_try_link "$LINENO"; then :
10468 case "$LIBEXT" in
10469 dll) ;;
10470 dylib) ac_cv_lib_soname_capi20=`otool -L conftest$ac_exeext | grep "libcapi20\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcapi20\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10471 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10472 esac
10474 rm -f core conftest.err conftest.$ac_objext \
10475 conftest$ac_exeext conftest.$ac_ext
10476 LIBS=$ac_check_soname_save_LIBS
10478 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10480 $as_echo "not found" >&6; }
10482 else
10483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10484 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10486 cat >>confdefs.h <<_ACEOF
10487 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10488 _ACEOF
10493 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10494 case "x$with_capi" in
10495 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10496 xno) ;;
10497 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10498 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10499 esac
10502 CUPSINCL=""
10504 if test "x$with_cups" != "xno"
10505 then
10506 ac_save_CPPFLAGS="$CPPFLAGS"
10507 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10508 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10509 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10510 for ac_header in cups/cups.h
10511 do :
10512 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10513 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10514 cat >>confdefs.h <<_ACEOF
10515 #define HAVE_CUPS_CUPS_H 1
10516 _ACEOF
10517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10518 $as_echo_n "checking for -lcups... " >&6; }
10519 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10520 $as_echo_n "(cached) " >&6
10521 else
10522 ac_check_soname_save_LIBS=$LIBS
10523 LIBS="-lcups $ac_cups_libs $LIBS"
10524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10525 /* end confdefs.h. */
10527 /* Override any GCC internal prototype to avoid an error.
10528 Use char because int might match the return type of a GCC
10529 builtin and then its argument prototype would still apply. */
10530 #ifdef __cplusplus
10531 extern "C"
10532 #endif
10533 char cupsGetDefault ();
10535 main ()
10537 return cupsGetDefault ();
10539 return 0;
10541 _ACEOF
10542 if ac_fn_c_try_link "$LINENO"; then :
10543 case "$LIBEXT" in
10544 dll) ;;
10545 dylib) ac_cv_lib_soname_cups=`otool -L conftest$ac_exeext | grep "libcups\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcups\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10546 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10547 esac
10549 rm -f core conftest.err conftest.$ac_objext \
10550 conftest$ac_exeext conftest.$ac_ext
10551 LIBS=$ac_check_soname_save_LIBS
10553 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10555 $as_echo "not found" >&6; }
10557 else
10558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10559 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10561 cat >>confdefs.h <<_ACEOF
10562 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10563 _ACEOF
10565 CUPSINCL="$ac_cups_cflags"
10569 done
10571 CPPFLAGS="$ac_save_CPPFLAGS"
10573 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10574 case "x$with_cups" in
10575 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10576 xno) ;;
10577 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10578 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10579 esac
10582 if test "$ac_cv_header_jack_jack_h" = "yes"
10583 then
10584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10585 $as_echo_n "checking for -ljack... " >&6; }
10586 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10587 $as_echo_n "(cached) " >&6
10588 else
10589 ac_check_soname_save_LIBS=$LIBS
10590 LIBS="-ljack $LIBS"
10591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10592 /* end confdefs.h. */
10594 /* Override any GCC internal prototype to avoid an error.
10595 Use char because int might match the return type of a GCC
10596 builtin and then its argument prototype would still apply. */
10597 #ifdef __cplusplus
10598 extern "C"
10599 #endif
10600 char jack_client_new ();
10602 main ()
10604 return jack_client_new ();
10606 return 0;
10608 _ACEOF
10609 if ac_fn_c_try_link "$LINENO"; then :
10610 case "$LIBEXT" in
10611 dll) ;;
10612 dylib) ac_cv_lib_soname_jack=`otool -L conftest$ac_exeext | grep "libjack-*[0-9.]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjack-*[0-9.]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10613 *) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjack-*[0-9.]*\\.$LIBEXT" | sed -e "s/^.*\(libjack-*[0-9.]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10614 esac
10616 rm -f core conftest.err conftest.$ac_objext \
10617 conftest$ac_exeext conftest.$ac_ext
10618 LIBS=$ac_check_soname_save_LIBS
10620 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10622 $as_echo "not found" >&6; }
10624 else
10625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10626 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10628 cat >>confdefs.h <<_ACEOF
10629 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10630 _ACEOF
10636 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10637 then
10638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10639 $as_echo_n "checking for -lfontconfig... " >&6; }
10640 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10641 $as_echo_n "(cached) " >&6
10642 else
10643 ac_check_soname_save_LIBS=$LIBS
10644 LIBS="-lfontconfig $LIBS"
10645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10646 /* end confdefs.h. */
10648 /* Override any GCC internal prototype to avoid an error.
10649 Use char because int might match the return type of a GCC
10650 builtin and then its argument prototype would still apply. */
10651 #ifdef __cplusplus
10652 extern "C"
10653 #endif
10654 char FcInit ();
10656 main ()
10658 return FcInit ();
10660 return 0;
10662 _ACEOF
10663 if ac_fn_c_try_link "$LINENO"; then :
10664 case "$LIBEXT" in
10665 dll) ;;
10666 dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10667 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10668 esac
10670 rm -f core conftest.err conftest.$ac_objext \
10671 conftest$ac_exeext conftest.$ac_ext
10672 LIBS=$ac_check_soname_save_LIBS
10674 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10676 $as_echo "not found" >&6; }
10678 else
10679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10680 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10682 cat >>confdefs.h <<_ACEOF
10683 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10684 _ACEOF
10688 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10689 then
10690 ac_save_CPPFLAGS="$CPPFLAGS"
10691 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10692 $as_unset ac_cv_header_fontconfig_fontconfig_h
10693 for ac_header in fontconfig/fontconfig.h
10694 do :
10695 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10696 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10697 cat >>confdefs.h <<_ACEOF
10698 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10699 _ACEOF
10703 done
10705 CPPFLAGS="$ac_save_CPPFLAGS"
10706 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10707 then
10708 FONTCONFIGINCL="$X_CFLAGS"
10710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10711 $as_echo_n "checking for -lfontconfig... " >&6; }
10712 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10713 $as_echo_n "(cached) " >&6
10714 else
10715 ac_check_soname_save_LIBS=$LIBS
10716 LIBS="-lfontconfig $X_LIBS $LIBS"
10717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10718 /* end confdefs.h. */
10720 /* Override any GCC internal prototype to avoid an error.
10721 Use char because int might match the return type of a GCC
10722 builtin and then its argument prototype would still apply. */
10723 #ifdef __cplusplus
10724 extern "C"
10725 #endif
10726 char FcInit ();
10728 main ()
10730 return FcInit ();
10732 return 0;
10734 _ACEOF
10735 if ac_fn_c_try_link "$LINENO"; then :
10736 case "$LIBEXT" in
10737 dll) ;;
10738 dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10739 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10740 esac
10742 rm -f core conftest.err conftest.$ac_objext \
10743 conftest$ac_exeext conftest.$ac_ext
10744 LIBS=$ac_check_soname_save_LIBS
10746 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10748 $as_echo "not found" >&6; }
10750 else
10751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10752 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10754 cat >>confdefs.h <<_ACEOF
10755 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10756 _ACEOF
10762 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10763 case "x$with_fontconfig" in
10764 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10765 xno) ;;
10766 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10767 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10768 esac
10771 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10772 then
10773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10774 $as_echo_n "checking for -lssl... " >&6; }
10775 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10776 $as_echo_n "(cached) " >&6
10777 else
10778 ac_check_soname_save_LIBS=$LIBS
10779 LIBS="-lssl $LIBS"
10780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10781 /* end confdefs.h. */
10783 /* Override any GCC internal prototype to avoid an error.
10784 Use char because int might match the return type of a GCC
10785 builtin and then its argument prototype would still apply. */
10786 #ifdef __cplusplus
10787 extern "C"
10788 #endif
10789 char SSL_library_init ();
10791 main ()
10793 return SSL_library_init ();
10795 return 0;
10797 _ACEOF
10798 if ac_fn_c_try_link "$LINENO"; then :
10799 case "$LIBEXT" in
10800 dll) ;;
10801 dylib) ac_cv_lib_soname_ssl=`otool -L conftest$ac_exeext | grep "libssl\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libssl\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10802 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10803 esac
10805 rm -f core conftest.err conftest.$ac_objext \
10806 conftest$ac_exeext conftest.$ac_ext
10807 LIBS=$ac_check_soname_save_LIBS
10809 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10811 $as_echo "not found" >&6; }
10813 else
10814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10815 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10817 cat >>confdefs.h <<_ACEOF
10818 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10819 _ACEOF
10823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10824 $as_echo_n "checking for -lcrypto... " >&6; }
10825 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10826 $as_echo_n "(cached) " >&6
10827 else
10828 ac_check_soname_save_LIBS=$LIBS
10829 LIBS="-lcrypto $LIBS"
10830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10831 /* end confdefs.h. */
10833 /* Override any GCC internal prototype to avoid an error.
10834 Use char because int might match the return type of a GCC
10835 builtin and then its argument prototype would still apply. */
10836 #ifdef __cplusplus
10837 extern "C"
10838 #endif
10839 char BIO_new_socket ();
10841 main ()
10843 return BIO_new_socket ();
10845 return 0;
10847 _ACEOF
10848 if ac_fn_c_try_link "$LINENO"; then :
10849 case "$LIBEXT" in
10850 dll) ;;
10851 dylib) ac_cv_lib_soname_crypto=`otool -L conftest$ac_exeext | grep "libcrypto\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcrypto\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10852 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10853 esac
10855 rm -f core conftest.err conftest.$ac_objext \
10856 conftest$ac_exeext conftest.$ac_ext
10857 LIBS=$ac_check_soname_save_LIBS
10859 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10861 $as_echo "not found" >&6; }
10863 else
10864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10865 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10867 cat >>confdefs.h <<_ACEOF
10868 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10869 _ACEOF
10874 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10875 case "x$with_openssl" in
10876 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10877 xno) ;;
10878 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10879 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10880 esac
10883 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10884 then
10885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10886 $as_echo_n "checking for -lgsm... " >&6; }
10887 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10888 $as_echo_n "(cached) " >&6
10889 else
10890 ac_check_soname_save_LIBS=$LIBS
10891 LIBS="-lgsm $LIBS"
10892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10893 /* end confdefs.h. */
10895 /* Override any GCC internal prototype to avoid an error.
10896 Use char because int might match the return type of a GCC
10897 builtin and then its argument prototype would still apply. */
10898 #ifdef __cplusplus
10899 extern "C"
10900 #endif
10901 char gsm_create ();
10903 main ()
10905 return gsm_create ();
10907 return 0;
10909 _ACEOF
10910 if ac_fn_c_try_link "$LINENO"; then :
10911 case "$LIBEXT" in
10912 dll) ;;
10913 dylib) ac_cv_lib_soname_gsm=`otool -L conftest$ac_exeext | grep "libgsm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgsm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10914 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10915 esac
10917 rm -f core conftest.err conftest.$ac_objext \
10918 conftest$ac_exeext conftest.$ac_ext
10919 LIBS=$ac_check_soname_save_LIBS
10921 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10923 $as_echo "not found" >&6; }
10925 else
10926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10927 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10929 cat >>confdefs.h <<_ACEOF
10930 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10931 _ACEOF
10936 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10937 case "x$with_gsm" in
10938 x) wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10939 xno) ;;
10940 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10941 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
10942 esac
10945 if test "$ac_cv_header_jpeglib_h" = "yes"
10946 then
10947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10948 $as_echo_n "checking for -ljpeg... " >&6; }
10949 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10950 $as_echo_n "(cached) " >&6
10951 else
10952 ac_check_soname_save_LIBS=$LIBS
10953 LIBS="-ljpeg $LIBS"
10954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10955 /* end confdefs.h. */
10957 /* Override any GCC internal prototype to avoid an error.
10958 Use char because int might match the return type of a GCC
10959 builtin and then its argument prototype would still apply. */
10960 #ifdef __cplusplus
10961 extern "C"
10962 #endif
10963 char jpeg_start_decompress ();
10965 main ()
10967 return jpeg_start_decompress ();
10969 return 0;
10971 _ACEOF
10972 if ac_fn_c_try_link "$LINENO"; then :
10973 case "$LIBEXT" in
10974 dll) ;;
10975 dylib) ac_cv_lib_soname_jpeg=`otool -L conftest$ac_exeext | grep "libjpeg\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjpeg\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10976 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10977 esac
10979 rm -f core conftest.err conftest.$ac_objext \
10980 conftest$ac_exeext conftest.$ac_ext
10981 LIBS=$ac_check_soname_save_LIBS
10983 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10985 $as_echo "not found" >&6; }
10987 else
10988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
10989 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
10991 cat >>confdefs.h <<_ACEOF
10992 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
10993 _ACEOF
10998 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10999 case "x$with_jpeg" in
11000 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11001 xno) ;;
11002 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11003 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11004 esac
11007 if test "$ac_cv_header_png_h" = "yes"
11008 then
11009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11010 $as_echo_n "checking for -lpng... " >&6; }
11011 if test "${ac_cv_lib_soname_png+set}" = set; then :
11012 $as_echo_n "(cached) " >&6
11013 else
11014 ac_check_soname_save_LIBS=$LIBS
11015 LIBS="-lpng -lm -lz $LIBS"
11016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11017 /* end confdefs.h. */
11019 /* Override any GCC internal prototype to avoid an error.
11020 Use char because int might match the return type of a GCC
11021 builtin and then its argument prototype would still apply. */
11022 #ifdef __cplusplus
11023 extern "C"
11024 #endif
11025 char png_create_read_struct ();
11027 main ()
11029 return png_create_read_struct ();
11031 return 0;
11033 _ACEOF
11034 if ac_fn_c_try_link "$LINENO"; then :
11035 case "$LIBEXT" in
11036 dll) ;;
11037 dylib) ac_cv_lib_soname_png=`otool -L conftest$ac_exeext | grep "libpng[0-9]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libpng[0-9]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11038 *) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11039 esac
11041 rm -f core conftest.err conftest.$ac_objext \
11042 conftest$ac_exeext conftest.$ac_ext
11043 LIBS=$ac_check_soname_save_LIBS
11045 if test "x$ac_cv_lib_soname_png" = "x"; then :
11046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11047 $as_echo "not found" >&6; }
11049 else
11050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11051 $as_echo "$ac_cv_lib_soname_png" >&6; }
11053 cat >>confdefs.h <<_ACEOF
11054 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11055 _ACEOF
11059 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11060 then
11061 ac_save_CPPFLAGS="$CPPFLAGS"
11062 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11063 $as_unset ac_cv_header_png_h
11064 for ac_header in png.h
11065 do :
11066 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11067 if test "x$ac_cv_header_png_h" = x""yes; then :
11068 cat >>confdefs.h <<_ACEOF
11069 #define HAVE_PNG_H 1
11070 _ACEOF
11074 done
11076 CPPFLAGS="$ac_save_CPPFLAGS"
11077 if test "$ac_cv_header_png_h" = "yes"
11078 then
11079 PNGINCL="$X_CFLAGS"
11081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11082 $as_echo_n "checking for -lpng... " >&6; }
11083 if test "${ac_cv_lib_soname_png+set}" = set; then :
11084 $as_echo_n "(cached) " >&6
11085 else
11086 ac_check_soname_save_LIBS=$LIBS
11087 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11089 /* end confdefs.h. */
11091 /* Override any GCC internal prototype to avoid an error.
11092 Use char because int might match the return type of a GCC
11093 builtin and then its argument prototype would still apply. */
11094 #ifdef __cplusplus
11095 extern "C"
11096 #endif
11097 char png_create_read_struct ();
11099 main ()
11101 return png_create_read_struct ();
11103 return 0;
11105 _ACEOF
11106 if ac_fn_c_try_link "$LINENO"; then :
11107 case "$LIBEXT" in
11108 dll) ;;
11109 dylib) ac_cv_lib_soname_png=`otool -L conftest$ac_exeext | grep "libpng[0-9]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libpng[0-9]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11110 *) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11111 esac
11113 rm -f core conftest.err conftest.$ac_objext \
11114 conftest$ac_exeext conftest.$ac_ext
11115 LIBS=$ac_check_soname_save_LIBS
11117 if test "x$ac_cv_lib_soname_png" = "x"; then :
11118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11119 $as_echo "not found" >&6; }
11121 else
11122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11123 $as_echo "$ac_cv_lib_soname_png" >&6; }
11125 cat >>confdefs.h <<_ACEOF
11126 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11127 _ACEOF
11133 if test "x$ac_cv_lib_soname_png" = "x"; then :
11134 case "x$with_png" in
11135 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11136 xno) ;;
11137 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11138 This is an error since --with-png was requested." "$LINENO" 5 ;;
11139 esac
11142 if test "$ac_cv_header_mpg123_h" = "yes"
11143 then
11144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11145 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11146 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11147 $as_echo_n "(cached) " >&6
11148 else
11149 ac_check_lib_save_LIBS=$LIBS
11150 LIBS="-lmpg123 $LIBS"
11151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11152 /* end confdefs.h. */
11154 /* Override any GCC internal prototype to avoid an error.
11155 Use char because int might match the return type of a GCC
11156 builtin and then its argument prototype would still apply. */
11157 #ifdef __cplusplus
11158 extern "C"
11159 #endif
11160 char mpg123_feed ();
11162 main ()
11164 return mpg123_feed ();
11166 return 0;
11168 _ACEOF
11169 if ac_fn_c_try_link "$LINENO"; then :
11170 ac_cv_lib_mpg123_mpg123_feed=yes
11171 else
11172 ac_cv_lib_mpg123_mpg123_feed=no
11174 rm -f core conftest.err conftest.$ac_objext \
11175 conftest$ac_exeext conftest.$ac_ext
11176 LIBS=$ac_check_lib_save_LIBS
11178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11179 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11180 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11181 LIBMPG123="-lmpg123"
11186 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
11187 case "x$with_mpg123" in
11188 x) wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11189 xno) ;;
11190 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11191 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11192 esac
11194 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11196 if test "$ac_cv_header_AL_al_h" = "yes"
11197 then
11198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11199 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11200 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11201 $as_echo_n "(cached) " >&6
11202 else
11203 ac_check_lib_save_LIBS=$LIBS
11204 LIBS="-lopenal $LIBS"
11205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11206 /* end confdefs.h. */
11208 /* Override any GCC internal prototype to avoid an error.
11209 Use char because int might match the return type of a GCC
11210 builtin and then its argument prototype would still apply. */
11211 #ifdef __cplusplus
11212 extern "C"
11213 #endif
11214 char alGetSource3i ();
11216 main ()
11218 return alGetSource3i ();
11220 return 0;
11222 _ACEOF
11223 if ac_fn_c_try_link "$LINENO"; then :
11224 ac_cv_lib_openal_alGetSource3i=yes
11225 else
11226 ac_cv_lib_openal_alGetSource3i=no
11228 rm -f core conftest.err conftest.$ac_objext \
11229 conftest$ac_exeext conftest.$ac_ext
11230 LIBS=$ac_check_lib_save_LIBS
11232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11233 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11234 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11235 LIBOPENAL="-lopenal"
11240 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11241 case "x$with_openal" in
11242 x) wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11243 xno) ;;
11244 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11245 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11246 esac
11248 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11250 if test "$ac_cv_header_kstat_h" = "yes"
11251 then
11252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11253 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11254 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11255 $as_echo_n "(cached) " >&6
11256 else
11257 ac_check_lib_save_LIBS=$LIBS
11258 LIBS="-lkstat $LIBS"
11259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11260 /* end confdefs.h. */
11262 /* Override any GCC internal prototype to avoid an error.
11263 Use char because int might match the return type of a GCC
11264 builtin and then its argument prototype would still apply. */
11265 #ifdef __cplusplus
11266 extern "C"
11267 #endif
11268 char kstat_open ();
11270 main ()
11272 return kstat_open ();
11274 return 0;
11276 _ACEOF
11277 if ac_fn_c_try_link "$LINENO"; then :
11278 ac_cv_lib_kstat_kstat_open=yes
11279 else
11280 ac_cv_lib_kstat_kstat_open=no
11282 rm -f core conftest.err conftest.$ac_objext \
11283 conftest$ac_exeext conftest.$ac_ext
11284 LIBS=$ac_check_lib_save_LIBS
11286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11287 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11288 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11290 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11292 LIBKSTAT="-lkstat"
11298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11299 $as_echo_n "checking for -lodbc... " >&6; }
11300 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11301 $as_echo_n "(cached) " >&6
11302 else
11303 ac_check_soname_save_LIBS=$LIBS
11304 LIBS="-lodbc $LIBS"
11305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11306 /* end confdefs.h. */
11308 /* Override any GCC internal prototype to avoid an error.
11309 Use char because int might match the return type of a GCC
11310 builtin and then its argument prototype would still apply. */
11311 #ifdef __cplusplus
11312 extern "C"
11313 #endif
11314 char SQLConnect ();
11316 main ()
11318 return SQLConnect ();
11320 return 0;
11322 _ACEOF
11323 if ac_fn_c_try_link "$LINENO"; then :
11324 case "$LIBEXT" in
11325 dll) ;;
11326 dylib) ac_cv_lib_soname_odbc=`otool -L conftest$ac_exeext | grep "libodbc\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libodbc\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11327 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11328 esac
11330 rm -f core conftest.err conftest.$ac_objext \
11331 conftest$ac_exeext conftest.$ac_ext
11332 LIBS=$ac_check_soname_save_LIBS
11334 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11336 $as_echo "not found" >&6; }
11337 cat >>confdefs.h <<_ACEOF
11338 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11339 _ACEOF
11341 else
11342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11343 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11345 cat >>confdefs.h <<_ACEOF
11346 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11347 _ACEOF
11352 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11353 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11354 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11355 "$ac_cv_header_soundcard_h" != "yes" -a \
11356 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11357 then
11358 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
11362 EXTRACFLAGS=""
11364 if test "x${GCC}" = "xyes"
11365 then
11366 EXTRACFLAGS="-Wall -pipe"
11368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11369 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11370 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11371 $as_echo_n "(cached) " >&6
11372 else
11373 if test "$cross_compiling" = yes; then :
11374 ac_cv_c_gcc_strength_bug="yes"
11375 else
11376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11377 /* end confdefs.h. */
11378 int L[4] = {0,1,2,3};
11380 main ()
11382 static int Array[3];
11383 unsigned int B = 3;
11384 int i;
11385 for(i=0; i<B; i++) Array[i] = i - 3;
11386 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11387 L[i] = 4;
11388 return (Array[1] != -2 || L[2] != 3)
11390 return 0;
11392 _ACEOF
11393 if ac_fn_c_try_run "$LINENO"; then :
11394 ac_cv_c_gcc_strength_bug="no"
11395 else
11396 ac_cv_c_gcc_strength_bug="yes"
11398 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11399 conftest.$ac_objext conftest.beam conftest.$ac_ext
11403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11404 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11405 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11406 then
11407 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11411 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11412 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11413 $as_echo_n "(cached) " >&6
11414 else
11415 ac_wine_try_cflags_saved=$CFLAGS
11416 CFLAGS="$CFLAGS -fno-builtin"
11417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11418 /* end confdefs.h. */
11419 int main(int argc, char *argv) { return 0; }
11420 _ACEOF
11421 if ac_fn_c_try_link "$LINENO"; then :
11422 ac_cv_cflags__fno_builtin=yes
11423 else
11424 ac_cv_cflags__fno_builtin=no
11426 rm -f core conftest.err conftest.$ac_objext \
11427 conftest$ac_exeext conftest.$ac_ext
11428 CFLAGS=$ac_wine_try_cflags_saved
11430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11431 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11432 if test $ac_cv_cflags__fno_builtin = yes; then :
11433 BUILTINFLAG="-fno-builtin"
11436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11437 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11438 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11439 $as_echo_n "(cached) " >&6
11440 else
11441 ac_wine_try_cflags_saved=$CFLAGS
11442 CFLAGS="$CFLAGS -fno-strict-aliasing"
11443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11444 /* end confdefs.h. */
11445 int main(int argc, char *argv) { return 0; }
11446 _ACEOF
11447 if ac_fn_c_try_link "$LINENO"; then :
11448 ac_cv_cflags__fno_strict_aliasing=yes
11449 else
11450 ac_cv_cflags__fno_strict_aliasing=no
11452 rm -f core conftest.err conftest.$ac_objext \
11453 conftest$ac_exeext conftest.$ac_ext
11454 CFLAGS=$ac_wine_try_cflags_saved
11456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11457 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11458 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11459 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11462 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11463 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11464 $as_echo_n "(cached) " >&6
11465 else
11466 ac_wine_try_cflags_saved=$CFLAGS
11467 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11469 /* end confdefs.h. */
11470 int main(int argc, char *argv) { return 0; }
11471 _ACEOF
11472 if ac_fn_c_try_link "$LINENO"; then :
11473 ac_cv_cflags__Wdeclaration_after_statement=yes
11474 else
11475 ac_cv_cflags__Wdeclaration_after_statement=no
11477 rm -f core conftest.err conftest.$ac_objext \
11478 conftest$ac_exeext conftest.$ac_ext
11479 CFLAGS=$ac_wine_try_cflags_saved
11481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11482 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11483 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11484 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11487 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11488 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11489 $as_echo_n "(cached) " >&6
11490 else
11491 ac_wine_try_cflags_saved=$CFLAGS
11492 CFLAGS="$CFLAGS -Wstrict-prototypes"
11493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11494 /* end confdefs.h. */
11495 int main(int argc, char *argv) { return 0; }
11496 _ACEOF
11497 if ac_fn_c_try_link "$LINENO"; then :
11498 ac_cv_cflags__Wstrict_prototypes=yes
11499 else
11500 ac_cv_cflags__Wstrict_prototypes=no
11502 rm -f core conftest.err conftest.$ac_objext \
11503 conftest$ac_exeext conftest.$ac_ext
11504 CFLAGS=$ac_wine_try_cflags_saved
11506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11507 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11508 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11509 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11512 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11513 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11514 $as_echo_n "(cached) " >&6
11515 else
11516 ac_wine_try_cflags_saved=$CFLAGS
11517 CFLAGS="$CFLAGS -Wtype-limits"
11518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11519 /* end confdefs.h. */
11520 int main(int argc, char *argv) { return 0; }
11521 _ACEOF
11522 if ac_fn_c_try_link "$LINENO"; then :
11523 ac_cv_cflags__Wtype_limits=yes
11524 else
11525 ac_cv_cflags__Wtype_limits=no
11527 rm -f core conftest.err conftest.$ac_objext \
11528 conftest$ac_exeext conftest.$ac_ext
11529 CFLAGS=$ac_wine_try_cflags_saved
11531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11532 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11533 if test $ac_cv_cflags__Wtype_limits = yes; then :
11534 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11537 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11538 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11539 $as_echo_n "(cached) " >&6
11540 else
11541 ac_wine_try_cflags_saved=$CFLAGS
11542 CFLAGS="$CFLAGS -Wwrite-strings"
11543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11544 /* end confdefs.h. */
11545 int main(int argc, char *argv) { return 0; }
11546 _ACEOF
11547 if ac_fn_c_try_link "$LINENO"; then :
11548 ac_cv_cflags__Wwrite_strings=yes
11549 else
11550 ac_cv_cflags__Wwrite_strings=no
11552 rm -f core conftest.err conftest.$ac_objext \
11553 conftest$ac_exeext conftest.$ac_ext
11554 CFLAGS=$ac_wine_try_cflags_saved
11556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11557 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11558 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11559 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11562 saved_CFLAGS="$CFLAGS"
11563 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11565 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11566 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11567 $as_echo_n "(cached) " >&6
11568 else
11569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11570 /* end confdefs.h. */
11571 #include <string.h>
11573 main ()
11577 return 0;
11579 _ACEOF
11580 if ac_fn_c_try_compile "$LINENO"; then :
11581 ac_cv_c_string_h_warnings=no
11582 else
11583 ac_cv_c_string_h_warnings=yes
11585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11588 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11589 CFLAGS="$saved_CFLAGS"
11590 if test "$ac_cv_c_string_h_warnings" = "no"
11591 then
11592 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11595 if test "${enable_maintainer_mode+set}" = set
11596 then
11597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11598 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11599 if test "${ac_cv_cflags__Werror+set}" = set; then :
11600 $as_echo_n "(cached) " >&6
11601 else
11602 ac_wine_try_cflags_saved=$CFLAGS
11603 CFLAGS="$CFLAGS -Werror"
11604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11605 /* end confdefs.h. */
11606 int main(int argc, char *argv) { return 0; }
11607 _ACEOF
11608 if ac_fn_c_try_link "$LINENO"; then :
11609 ac_cv_cflags__Werror=yes
11610 else
11611 ac_cv_cflags__Werror=no
11613 rm -f core conftest.err conftest.$ac_objext \
11614 conftest$ac_exeext conftest.$ac_ext
11615 CFLAGS=$ac_wine_try_cflags_saved
11617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11618 $as_echo "$ac_cv_cflags__Werror" >&6; }
11619 if test $ac_cv_cflags__Werror = yes; then :
11620 EXTRACFLAGS="$EXTRACFLAGS -Werror"
11624 saved_CFLAGS="$CFLAGS"
11625 CFLAGS="$CFLAGS -Werror"
11626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11627 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11628 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11629 $as_echo_n "(cached) " >&6
11630 else
11631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11632 /* end confdefs.h. */
11633 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11635 main ()
11639 return 0;
11641 _ACEOF
11642 if ac_fn_c_try_compile "$LINENO"; then :
11643 ac_cv_have_ms_hook_prologue="yes"
11644 else
11645 ac_cv_have_ms_hook_prologue="no"
11647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11650 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11651 CFLAGS="$saved_CFLAGS"
11652 if test "$ac_cv_have_ms_hook_prologue" = "yes"
11653 then
11655 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11657 else
11658 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11665 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11666 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11667 $as_echo_n "(cached) " >&6
11668 else
11669 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11670 /* end confdefs.h. */
11671 extern int ac_test;
11673 main ()
11675 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11677 return 0;
11679 _ACEOF
11680 if ac_fn_c_try_link "$LINENO"; then :
11681 ac_cv_c_extern_prefix="yes"
11682 else
11683 ac_cv_c_extern_prefix="no"
11685 rm -f core conftest.err conftest.$ac_objext \
11686 conftest$ac_exeext conftest.$ac_ext
11688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11689 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11691 case $host_cpu in
11692 *i[3456789]86*)
11693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11694 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11695 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11696 $as_echo_n "(cached) " >&6
11697 else
11698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11699 /* end confdefs.h. */
11700 #ifndef _MSC_VER
11701 #define __stdcall __attribute__((__stdcall__))
11702 #endif
11703 int __stdcall ac_test(int i) { return i; }
11705 main ()
11707 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11709 return 0;
11711 _ACEOF
11712 if ac_fn_c_try_link "$LINENO"; then :
11713 ac_cv_c_stdcall_suffix="yes"
11714 else
11715 ac_cv_c_stdcall_suffix="no"
11717 rm -f core conftest.err conftest.$ac_objext \
11718 conftest$ac_exeext conftest.$ac_ext
11720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11721 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11722 *) ac_cv_c_stdcall_suffix="no" ;;
11723 esac
11726 if test "$ac_cv_c_extern_prefix" = "yes"
11727 then
11728 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11730 asm_name_prefix="_"
11731 else
11732 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11734 asm_name_prefix=""
11738 if test "$ac_cv_c_stdcall_suffix" = "yes"
11739 then
11740 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11742 else
11743 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11749 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11750 if test "${ac_cv_asm_func_def+set}" = set; then :
11751 $as_echo_n "(cached) " >&6
11752 else
11753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11754 /* end confdefs.h. */
11757 main ()
11759 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11761 return 0;
11763 _ACEOF
11764 if ac_fn_c_try_link "$LINENO"; then :
11765 ac_cv_asm_func_def=".def"
11766 else
11767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11768 /* end confdefs.h. */
11771 main ()
11773 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11775 return 0;
11777 _ACEOF
11778 if ac_fn_c_try_link "$LINENO"; then :
11779 ac_cv_asm_func_def=".type @function"
11780 else
11781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11782 /* end confdefs.h. */
11785 main ()
11787 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11789 return 0;
11791 _ACEOF
11792 if ac_fn_c_try_link "$LINENO"; then :
11793 ac_cv_asm_func_def=".type 2"
11794 else
11795 ac_cv_asm_func_def="unknown"
11797 rm -f core conftest.err conftest.$ac_objext \
11798 conftest$ac_exeext conftest.$ac_ext
11800 rm -f core conftest.err conftest.$ac_objext \
11801 conftest$ac_exeext conftest.$ac_ext
11803 rm -f core conftest.err conftest.$ac_objext \
11804 conftest$ac_exeext conftest.$ac_ext
11806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11807 $as_echo "$ac_cv_asm_func_def" >&6; }
11810 case "$ac_cv_asm_func_def" in
11811 ".def")
11812 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11814 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11815 ".type @function")
11816 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11818 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11819 ".type 2")
11820 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11822 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11824 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11826 asm_func_header="" ;;
11827 esac
11829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11830 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11831 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11832 $as_echo_n "(cached) " >&6
11833 else
11834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11835 /* end confdefs.h. */
11836 asm(".text\n\t.long 0");
11838 main ()
11842 return 0;
11844 _ACEOF
11845 if ac_fn_c_try_compile "$LINENO"; then :
11846 ac_cv_c_asm_outside_funcs="yes"
11847 else
11848 ac_cv_c_asm_outside_funcs="no"
11850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11853 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11856 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11857 if test "${ac_cv_c_dot_previous+set}" = set; then :
11858 $as_echo_n "(cached) " >&6
11859 else
11860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11861 /* end confdefs.h. */
11864 main ()
11866 asm(".text\nac_test:\t.long 0\n\t.previous");
11868 return 0;
11870 _ACEOF
11871 if ac_fn_c_try_link "$LINENO"; then :
11872 ac_cv_c_dot_previous="yes"
11873 else
11874 ac_cv_c_dot_previous="no"
11876 rm -f core conftest.err conftest.$ac_objext \
11877 conftest$ac_exeext conftest.$ac_ext
11879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11880 $as_echo "$ac_cv_c_dot_previous" >&6; }
11882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11883 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11884 if test "${ac_cv_c_cfi_support+set}" = set; then :
11885 $as_echo_n "(cached) " >&6
11886 else
11887 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11888 /* end confdefs.h. */
11889 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11891 main ()
11895 return 0;
11897 _ACEOF
11898 if ac_fn_c_try_compile "$LINENO"; then :
11899 ac_cv_c_cfi_support="yes"
11900 else
11901 ac_cv_c_cfi_support="no"
11903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
11906 $as_echo "$ac_cv_c_cfi_support" >&6; }
11908 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
11909 asm_func_trailer=""
11910 if test "$ac_cv_c_dot_previous" = "yes"
11911 then
11912 asm_func_trailer="\\n\\t.previous"
11914 if test "$ac_cv_c_cfi_support" = "yes"
11915 then
11916 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
11917 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
11919 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
11921 else
11922 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
11926 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
11929 if test "$ac_cv_c_asm_outside_funcs" = "yes"
11930 then
11931 cat >>confdefs.h <<_ACEOF
11932 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
11933 _ACEOF
11935 else
11936 cat >>confdefs.h <<_ACEOF
11937 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
11938 _ACEOF
11942 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
11945 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
11949 LDPATH=""
11951 case $build_os in
11952 cygwin*|mingw32*)
11953 TOOLSEXT=".exe"
11955 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
11957 darwin*|macosx*)
11960 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
11962 esac
11964 case $host_os in
11965 mingw32*)
11966 CRTLIBS="-lmsvcrt"
11968 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
11971 esac
11973 MAIN_BINARY="wine"
11975 test -z "$with_wine64" || MAIN_BINARY="wine32"
11977 case $host_cpu in
11978 *i[3456789]86*)
11979 case $host_os in
11980 linux*)
11981 EXTRA_BINARIES="wine-preloader"
11983 esac
11985 esac
11988 ac_save_CFLAGS="$CFLAGS"
11989 CFLAGS="$CFLAGS $BUILTINFLAG"
11990 for ac_func in \
11991 _pclose \
11992 _popen \
11993 _snprintf \
11994 _spawnvp \
11995 _strdup \
11996 _stricmp \
11997 _strnicmp \
11998 _strtoi64 \
11999 _strtoui64 \
12000 _vsnprintf \
12001 asctime_r \
12002 chsize \
12003 dlopen \
12004 epoll_create \
12005 ffs \
12006 finite \
12007 fnmatch \
12008 fork \
12009 fpclass \
12010 fstatfs \
12011 fstatvfs \
12012 ftruncate \
12013 futimes \
12014 futimesat \
12015 getdirentries \
12016 getopt_long \
12017 getpagesize \
12018 getpwuid \
12019 gettid \
12020 gettimeofday \
12021 getuid \
12022 kqueue \
12023 lstat \
12024 memmove \
12025 mmap \
12026 pclose \
12027 pipe2 \
12028 poll \
12029 popen \
12030 port_create \
12031 prctl \
12032 pread \
12033 pwrite \
12034 readdir \
12035 readlink \
12036 sched_setaffinity \
12037 sched_yield \
12038 select \
12039 setproctitle \
12040 setrlimit \
12041 settimeofday \
12042 sigaltstack \
12043 sigprocmask \
12044 snprintf \
12045 spawnvp \
12046 statfs \
12047 statvfs \
12048 strcasecmp \
12049 strdup \
12050 strerror \
12051 strncasecmp \
12052 strtold \
12053 strtoll \
12054 strtoull \
12055 symlink \
12056 tcgetattr \
12057 thr_kill2 \
12058 timegm \
12059 usleep \
12060 vsnprintf \
12061 wait4 \
12062 waitpid \
12064 do :
12065 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12066 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12067 eval as_val=\$$as_ac_var
12068 if test "x$as_val" = x""yes; then :
12069 cat >>confdefs.h <<_ACEOF
12070 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12071 _ACEOF
12074 done
12076 CFLAGS="$ac_save_CFLAGS"
12078 if test "$ac_cv_func_dlopen" = no
12079 then
12080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12081 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12082 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12083 $as_echo_n "(cached) " >&6
12084 else
12085 ac_check_lib_save_LIBS=$LIBS
12086 LIBS="-ldl $LIBS"
12087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12088 /* end confdefs.h. */
12090 /* Override any GCC internal prototype to avoid an error.
12091 Use char because int might match the return type of a GCC
12092 builtin and then its argument prototype would still apply. */
12093 #ifdef __cplusplus
12094 extern "C"
12095 #endif
12096 char dlopen ();
12098 main ()
12100 return dlopen ();
12102 return 0;
12104 _ACEOF
12105 if ac_fn_c_try_link "$LINENO"; then :
12106 ac_cv_lib_dl_dlopen=yes
12107 else
12108 ac_cv_lib_dl_dlopen=no
12110 rm -f core conftest.err conftest.$ac_objext \
12111 conftest$ac_exeext conftest.$ac_ext
12112 LIBS=$ac_check_lib_save_LIBS
12114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12115 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12116 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12117 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12118 LIBDL="-ldl"
12123 ac_wine_check_funcs_save_LIBS="$LIBS"
12124 LIBS="$LIBS $LIBDL"
12125 for ac_func in dladdr
12126 do :
12127 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12128 if test "x$ac_cv_func_dladdr" = x""yes; then :
12129 cat >>confdefs.h <<_ACEOF
12130 #define HAVE_DLADDR 1
12131 _ACEOF
12134 done
12136 LIBS="$ac_wine_check_funcs_save_LIBS"
12138 if test "$ac_cv_func_poll" = no
12139 then
12140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12141 $as_echo_n "checking for poll in -lpoll... " >&6; }
12142 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12143 $as_echo_n "(cached) " >&6
12144 else
12145 ac_check_lib_save_LIBS=$LIBS
12146 LIBS="-lpoll $LIBS"
12147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12148 /* end confdefs.h. */
12150 /* Override any GCC internal prototype to avoid an error.
12151 Use char because int might match the return type of a GCC
12152 builtin and then its argument prototype would still apply. */
12153 #ifdef __cplusplus
12154 extern "C"
12155 #endif
12156 char poll ();
12158 main ()
12160 return poll ();
12162 return 0;
12164 _ACEOF
12165 if ac_fn_c_try_link "$LINENO"; then :
12166 ac_cv_lib_poll_poll=yes
12167 else
12168 ac_cv_lib_poll_poll=no
12170 rm -f core conftest.err conftest.$ac_objext \
12171 conftest$ac_exeext conftest.$ac_ext
12172 LIBS=$ac_check_lib_save_LIBS
12174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12175 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12176 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12177 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12178 LIBPOLL="-lpoll"
12184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12185 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12186 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12187 $as_echo_n "(cached) " >&6
12188 else
12189 ac_func_search_save_LIBS=$LIBS
12190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12191 /* end confdefs.h. */
12193 /* Override any GCC internal prototype to avoid an error.
12194 Use char because int might match the return type of a GCC
12195 builtin and then its argument prototype would still apply. */
12196 #ifdef __cplusplus
12197 extern "C"
12198 #endif
12199 char gethostbyname ();
12201 main ()
12203 return gethostbyname ();
12205 return 0;
12207 _ACEOF
12208 for ac_lib in '' nsl; do
12209 if test -z "$ac_lib"; then
12210 ac_res="none required"
12211 else
12212 ac_res=-l$ac_lib
12213 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12215 if ac_fn_c_try_link "$LINENO"; then :
12216 ac_cv_search_gethostbyname=$ac_res
12218 rm -f core conftest.err conftest.$ac_objext \
12219 conftest$ac_exeext
12220 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12221 break
12223 done
12224 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12226 else
12227 ac_cv_search_gethostbyname=no
12229 rm conftest.$ac_ext
12230 LIBS=$ac_func_search_save_LIBS
12232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12233 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12234 ac_res=$ac_cv_search_gethostbyname
12235 if test "$ac_res" != no; then :
12236 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12242 $as_echo_n "checking for library containing connect... " >&6; }
12243 if test "${ac_cv_search_connect+set}" = set; then :
12244 $as_echo_n "(cached) " >&6
12245 else
12246 ac_func_search_save_LIBS=$LIBS
12247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12248 /* end confdefs.h. */
12250 /* Override any GCC internal prototype to avoid an error.
12251 Use char because int might match the return type of a GCC
12252 builtin and then its argument prototype would still apply. */
12253 #ifdef __cplusplus
12254 extern "C"
12255 #endif
12256 char connect ();
12258 main ()
12260 return connect ();
12262 return 0;
12264 _ACEOF
12265 for ac_lib in '' socket; do
12266 if test -z "$ac_lib"; then
12267 ac_res="none required"
12268 else
12269 ac_res=-l$ac_lib
12270 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12272 if ac_fn_c_try_link "$LINENO"; then :
12273 ac_cv_search_connect=$ac_res
12275 rm -f core conftest.err conftest.$ac_objext \
12276 conftest$ac_exeext
12277 if test "${ac_cv_search_connect+set}" = set; then :
12278 break
12280 done
12281 if test "${ac_cv_search_connect+set}" = set; then :
12283 else
12284 ac_cv_search_connect=no
12286 rm conftest.$ac_ext
12287 LIBS=$ac_func_search_save_LIBS
12289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12290 $as_echo "$ac_cv_search_connect" >&6; }
12291 ac_res=$ac_cv_search_connect
12292 if test "$ac_res" != no; then :
12293 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12299 $as_echo_n "checking for library containing inet_aton... " >&6; }
12300 if test "${ac_cv_search_inet_aton+set}" = set; then :
12301 $as_echo_n "(cached) " >&6
12302 else
12303 ac_func_search_save_LIBS=$LIBS
12304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12305 /* end confdefs.h. */
12307 /* Override any GCC internal prototype to avoid an error.
12308 Use char because int might match the return type of a GCC
12309 builtin and then its argument prototype would still apply. */
12310 #ifdef __cplusplus
12311 extern "C"
12312 #endif
12313 char inet_aton ();
12315 main ()
12317 return inet_aton ();
12319 return 0;
12321 _ACEOF
12322 for ac_lib in '' resolv; do
12323 if test -z "$ac_lib"; then
12324 ac_res="none required"
12325 else
12326 ac_res=-l$ac_lib
12327 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12329 if ac_fn_c_try_link "$LINENO"; then :
12330 ac_cv_search_inet_aton=$ac_res
12332 rm -f core conftest.err conftest.$ac_objext \
12333 conftest$ac_exeext
12334 if test "${ac_cv_search_inet_aton+set}" = set; then :
12335 break
12337 done
12338 if test "${ac_cv_search_inet_aton+set}" = set; then :
12340 else
12341 ac_cv_search_inet_aton=no
12343 rm conftest.$ac_ext
12344 LIBS=$ac_func_search_save_LIBS
12346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12347 $as_echo "$ac_cv_search_inet_aton" >&6; }
12348 ac_res=$ac_cv_search_inet_aton
12349 if test "$ac_res" != no; then :
12350 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12355 for ac_func in \
12356 getaddrinfo \
12357 getnameinfo \
12358 getnetbyname \
12359 getprotobyname \
12360 getprotobynumber \
12361 getservbyport \
12362 inet_network \
12363 inet_ntop \
12364 inet_pton \
12365 sendmsg \
12366 socketpair \
12368 do :
12369 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12370 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12371 eval as_val=\$$as_ac_var
12372 if test "x$as_val" = x""yes; then :
12373 cat >>confdefs.h <<_ACEOF
12374 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12375 _ACEOF
12378 done
12381 LDAPLIBS=""
12383 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12384 then
12385 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12387 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12389 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12390 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12391 $as_echo_n "(cached) " >&6
12392 else
12393 ac_check_lib_save_LIBS=$LIBS
12394 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12396 /* end confdefs.h. */
12398 /* Override any GCC internal prototype to avoid an error.
12399 Use char because int might match the return type of a GCC
12400 builtin and then its argument prototype would still apply. */
12401 #ifdef __cplusplus
12402 extern "C"
12403 #endif
12404 char ldap_initialize ();
12406 main ()
12408 return ldap_initialize ();
12410 return 0;
12412 _ACEOF
12413 if ac_fn_c_try_link "$LINENO"; then :
12414 ac_cv_lib_ldap_r_ldap_initialize=yes
12415 else
12416 ac_cv_lib_ldap_r_ldap_initialize=no
12418 rm -f core conftest.err conftest.$ac_objext \
12419 conftest$ac_exeext conftest.$ac_ext
12420 LIBS=$ac_check_lib_save_LIBS
12422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12423 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12424 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12426 $as_echo_n "checking for ber_init in -llber... " >&6; }
12427 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12428 $as_echo_n "(cached) " >&6
12429 else
12430 ac_check_lib_save_LIBS=$LIBS
12431 LIBS="-llber $LIBPTHREAD $LIBS"
12432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12433 /* end confdefs.h. */
12435 /* Override any GCC internal prototype to avoid an error.
12436 Use char because int might match the return type of a GCC
12437 builtin and then its argument prototype would still apply. */
12438 #ifdef __cplusplus
12439 extern "C"
12440 #endif
12441 char ber_init ();
12443 main ()
12445 return ber_init ();
12447 return 0;
12449 _ACEOF
12450 if ac_fn_c_try_link "$LINENO"; then :
12451 ac_cv_lib_lber_ber_init=yes
12452 else
12453 ac_cv_lib_lber_ber_init=no
12455 rm -f core conftest.err conftest.$ac_objext \
12456 conftest$ac_exeext conftest.$ac_ext
12457 LIBS=$ac_check_lib_save_LIBS
12459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12460 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12461 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12463 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12465 LDAPLIBS="-lldap_r -llber"
12472 ac_wine_check_funcs_save_LIBS="$LIBS"
12473 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12474 for ac_func in \
12475 ldap_count_references \
12476 ldap_first_reference \
12477 ldap_next_reference \
12478 ldap_parse_reference \
12479 ldap_parse_sort_control \
12480 ldap_parse_sortresponse_control \
12481 ldap_parse_vlv_control \
12482 ldap_parse_vlvresponse_control
12483 do :
12484 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12485 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12486 eval as_val=\$$as_ac_var
12487 if test "x$as_val" = x""yes; then :
12488 cat >>confdefs.h <<_ACEOF
12489 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12490 _ACEOF
12493 done
12495 LIBS="$ac_wine_check_funcs_save_LIBS"
12497 if test "x$LDAPLIBS" = "x"; then :
12498 case "x$with_ldap" in
12499 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12500 xno) ;;
12501 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12502 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12503 esac
12506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12507 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12508 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12509 $as_echo_n "(cached) " >&6
12510 else
12511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12512 /* end confdefs.h. */
12513 #include <sys/stat.h>
12515 main ()
12517 mkdir("foo");
12519 return 0;
12521 _ACEOF
12522 if ac_fn_c_try_compile "$LINENO"; then :
12523 wine_cv_one_arg_mkdir=yes
12524 else
12525 wine_cv_one_arg_mkdir=no
12527 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12530 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12531 if test "$wine_cv_one_arg_mkdir" = "yes"
12532 then
12534 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12540 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12541 if test "${ac_cv_c_const+set}" = set; then :
12542 $as_echo_n "(cached) " >&6
12543 else
12544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12545 /* end confdefs.h. */
12548 main ()
12550 /* FIXME: Include the comments suggested by Paul. */
12551 #ifndef __cplusplus
12552 /* Ultrix mips cc rejects this. */
12553 typedef int charset[2];
12554 const charset cs;
12555 /* SunOS 4.1.1 cc rejects this. */
12556 char const *const *pcpcc;
12557 char **ppc;
12558 /* NEC SVR4.0.2 mips cc rejects this. */
12559 struct point {int x, y;};
12560 static struct point const zero = {0,0};
12561 /* AIX XL C 1.02.0.0 rejects this.
12562 It does not let you subtract one const X* pointer from another in
12563 an arm of an if-expression whose if-part is not a constant
12564 expression */
12565 const char *g = "string";
12566 pcpcc = &g + (g ? g-g : 0);
12567 /* HPUX 7.0 cc rejects these. */
12568 ++pcpcc;
12569 ppc = (char**) pcpcc;
12570 pcpcc = (char const *const *) ppc;
12571 { /* SCO 3.2v4 cc rejects this. */
12572 char *t;
12573 char const *s = 0 ? (char *) 0 : (char const *) 0;
12575 *t++ = 0;
12576 if (s) return 0;
12578 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12579 int x[] = {25, 17};
12580 const int *foo = &x[0];
12581 ++foo;
12583 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12584 typedef const int *iptr;
12585 iptr p = 0;
12586 ++p;
12588 { /* AIX XL C 1.02.0.0 rejects this saying
12589 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12590 struct s { int j; const int *ap[3]; };
12591 struct s *b; b->j = 5;
12593 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12594 const int foo = 10;
12595 if (!foo) return 0;
12597 return !cs[0] && !zero.x;
12598 #endif
12601 return 0;
12603 _ACEOF
12604 if ac_fn_c_try_compile "$LINENO"; then :
12605 ac_cv_c_const=yes
12606 else
12607 ac_cv_c_const=no
12609 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12612 $as_echo "$ac_cv_c_const" >&6; }
12613 if test $ac_cv_c_const = no; then
12615 $as_echo "#define const /**/" >>confdefs.h
12619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12620 $as_echo_n "checking for inline... " >&6; }
12621 if test "${ac_cv_c_inline+set}" = set; then :
12622 $as_echo_n "(cached) " >&6
12623 else
12624 ac_cv_c_inline=no
12625 for ac_kw in inline __inline__ __inline; do
12626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12627 /* end confdefs.h. */
12628 #ifndef __cplusplus
12629 typedef int foo_t;
12630 static $ac_kw foo_t static_foo () {return 0; }
12631 $ac_kw foo_t foo () {return 0; }
12632 #endif
12634 _ACEOF
12635 if ac_fn_c_try_compile "$LINENO"; then :
12636 ac_cv_c_inline=$ac_kw
12638 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12639 test "$ac_cv_c_inline" != no && break
12640 done
12643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12644 $as_echo "$ac_cv_c_inline" >&6; }
12646 case $ac_cv_c_inline in
12647 inline | yes) ;;
12649 case $ac_cv_c_inline in
12650 no) ac_val=;;
12651 *) ac_val=$ac_cv_c_inline;;
12652 esac
12653 cat >>confdefs.h <<_ACEOF
12654 #ifndef __cplusplus
12655 #define inline $ac_val
12656 #endif
12657 _ACEOF
12659 esac
12661 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12662 if test "x$ac_cv_type_mode_t" = x""yes; then :
12664 cat >>confdefs.h <<_ACEOF
12665 #define HAVE_MODE_T 1
12666 _ACEOF
12670 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12671 if test "x$ac_cv_type_off_t" = x""yes; then :
12673 cat >>confdefs.h <<_ACEOF
12674 #define HAVE_OFF_T 1
12675 _ACEOF
12679 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12680 if test "x$ac_cv_type_pid_t" = x""yes; then :
12682 cat >>confdefs.h <<_ACEOF
12683 #define HAVE_PID_T 1
12684 _ACEOF
12688 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12689 if test "x$ac_cv_type_size_t" = x""yes; then :
12691 cat >>confdefs.h <<_ACEOF
12692 #define HAVE_SIZE_T 1
12693 _ACEOF
12697 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12698 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12700 cat >>confdefs.h <<_ACEOF
12701 #define HAVE_SSIZE_T 1
12702 _ACEOF
12706 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12707 if test "x$ac_cv_type_long_long" = x""yes; then :
12709 cat >>confdefs.h <<_ACEOF
12710 #define HAVE_LONG_LONG 1
12711 _ACEOF
12715 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12716 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12718 cat >>confdefs.h <<_ACEOF
12719 #define HAVE_FSBLKCNT_T 1
12720 _ACEOF
12724 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12725 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12727 cat >>confdefs.h <<_ACEOF
12728 #define HAVE_FSFILCNT_T 1
12729 _ACEOF
12734 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12735 #include <signal.h>
12737 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12739 cat >>confdefs.h <<_ACEOF
12740 #define HAVE_SIGSET_T 1
12741 _ACEOF
12746 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12748 if test "x$ac_cv_type_request_sense" = x""yes; then :
12750 cat >>confdefs.h <<_ACEOF
12751 #define HAVE_REQUEST_SENSE 1
12752 _ACEOF
12758 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12759 #ifdef HAVE_SYS_SOCKET_H
12760 #include <sys/socket.h>
12761 #endif
12762 #ifdef HAVE_SYS_SOCKETVAR_H
12763 #include <sys/socketvar.h>
12764 #endif
12765 #ifdef HAVE_NET_ROUTE_H
12766 #include <net/route.h>
12767 #endif
12768 #ifdef HAVE_NETINET_IN_H
12769 #include <netinet/in.h>
12770 #endif
12771 #ifdef HAVE_NETINET_IN_SYSTM_H
12772 #include <netinet/in_systm.h>
12773 #endif
12774 #ifdef HAVE_NETINET_IP_H
12775 #include <netinet/ip.h>
12776 #endif
12777 #ifdef HAVE_NETINET_IN_PCB_H
12778 #include <netinet/in_pcb.h>
12779 #endif
12781 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12783 cat >>confdefs.h <<_ACEOF
12784 #define HAVE_STRUCT_XINPGEN 1
12785 _ACEOF
12791 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12792 #include <linux/input.h>
12793 #endif
12795 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12797 cat >>confdefs.h <<_ACEOF
12798 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12799 _ACEOF
12805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12806 $as_echo_n "checking for sigaddset... " >&6; }
12807 if test "${wine_cv_have_sigaddset+set}" = set; then :
12808 $as_echo_n "(cached) " >&6
12809 else
12810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12811 /* end confdefs.h. */
12812 #include <signal.h>
12814 main ()
12816 sigset_t set; sigaddset(&set,SIGTERM);
12818 return 0;
12820 _ACEOF
12821 if ac_fn_c_try_link "$LINENO"; then :
12822 wine_cv_have_sigaddset=yes
12823 else
12824 wine_cv_have_sigaddset=no
12826 rm -f core conftest.err conftest.$ac_objext \
12827 conftest$ac_exeext conftest.$ac_ext
12829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12830 $as_echo "$wine_cv_have_sigaddset" >&6; }
12831 if test "$wine_cv_have_sigaddset" = "yes"
12832 then
12834 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12840 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12841 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12842 $as_echo_n "(cached) " >&6
12843 else
12844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12845 /* end confdefs.h. */
12846 #include <netdb.h>
12848 main ()
12851 char *name=0;
12852 struct hostent he;
12853 struct hostent *result;
12854 char *buf=0;
12855 int bufsize=0;
12856 int res,errnr;
12857 char *addr=0;
12858 int addrlen=0;
12859 int addrtype=0;
12860 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12861 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12864 return 0;
12866 _ACEOF
12867 if ac_fn_c_try_link "$LINENO"; then :
12868 wine_cv_linux_gethostbyname_r_6=yes
12869 else
12870 wine_cv_linux_gethostbyname_r_6=no
12873 rm -f core conftest.err conftest.$ac_objext \
12874 conftest$ac_exeext conftest.$ac_ext
12877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12878 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12879 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12880 then
12882 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12886 if test "$ac_cv_header_linux_joystick_h" = "yes"
12887 then
12888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12889 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12890 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12891 $as_echo_n "(cached) " >&6
12892 else
12893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12894 /* end confdefs.h. */
12896 #include <sys/ioctl.h>
12897 #include <sys/types.h>
12898 #include <linux/joystick.h>
12900 struct js_event blub;
12901 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12902 #error "no 2.2 header"
12903 #endif
12906 main ()
12908 /*empty*/
12910 return 0;
12912 _ACEOF
12913 if ac_fn_c_try_compile "$LINENO"; then :
12914 wine_cv_linux_joystick_22_api=yes
12915 else
12916 wine_cv_linux_joystick_22_api=no
12918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
12922 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
12923 if test "$wine_cv_linux_joystick_22_api" = "yes"
12924 then
12926 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
12932 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
12933 #ifdef HAVE_SYS_PARAM_H
12934 # include <sys/param.h>
12935 #endif
12936 #ifdef HAVE_SYS_MOUNT_H
12937 # include <sys/mount.h>
12938 #endif
12939 #ifdef HAVE_SYS_VFS_H
12940 # include <sys/vfs.h>
12941 #endif
12942 #ifdef HAVE_SYS_STATFS_H
12943 # include <sys/statfs.h>
12944 #endif
12946 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
12948 cat >>confdefs.h <<_ACEOF
12949 #define HAVE_STRUCT_STATFS_F_BFREE 1
12950 _ACEOF
12954 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
12955 #ifdef HAVE_SYS_PARAM_H
12956 # include <sys/param.h>
12957 #endif
12958 #ifdef HAVE_SYS_MOUNT_H
12959 # include <sys/mount.h>
12960 #endif
12961 #ifdef HAVE_SYS_VFS_H
12962 # include <sys/vfs.h>
12963 #endif
12964 #ifdef HAVE_SYS_STATFS_H
12965 # include <sys/statfs.h>
12966 #endif
12968 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
12970 cat >>confdefs.h <<_ACEOF
12971 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
12972 _ACEOF
12976 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
12977 #ifdef HAVE_SYS_PARAM_H
12978 # include <sys/param.h>
12979 #endif
12980 #ifdef HAVE_SYS_MOUNT_H
12981 # include <sys/mount.h>
12982 #endif
12983 #ifdef HAVE_SYS_VFS_H
12984 # include <sys/vfs.h>
12985 #endif
12986 #ifdef HAVE_SYS_STATFS_H
12987 # include <sys/statfs.h>
12988 #endif
12990 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
12992 cat >>confdefs.h <<_ACEOF
12993 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
12994 _ACEOF
12998 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
12999 #ifdef HAVE_SYS_PARAM_H
13000 # include <sys/param.h>
13001 #endif
13002 #ifdef HAVE_SYS_MOUNT_H
13003 # include <sys/mount.h>
13004 #endif
13005 #ifdef HAVE_SYS_VFS_H
13006 # include <sys/vfs.h>
13007 #endif
13008 #ifdef HAVE_SYS_STATFS_H
13009 # include <sys/statfs.h>
13010 #endif
13012 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13014 cat >>confdefs.h <<_ACEOF
13015 #define HAVE_STRUCT_STATFS_F_FFREE 1
13016 _ACEOF
13020 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13021 #ifdef HAVE_SYS_PARAM_H
13022 # include <sys/param.h>
13023 #endif
13024 #ifdef HAVE_SYS_MOUNT_H
13025 # include <sys/mount.h>
13026 #endif
13027 #ifdef HAVE_SYS_VFS_H
13028 # include <sys/vfs.h>
13029 #endif
13030 #ifdef HAVE_SYS_STATFS_H
13031 # include <sys/statfs.h>
13032 #endif
13034 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13036 cat >>confdefs.h <<_ACEOF
13037 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13038 _ACEOF
13042 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13043 #ifdef HAVE_SYS_PARAM_H
13044 # include <sys/param.h>
13045 #endif
13046 #ifdef HAVE_SYS_MOUNT_H
13047 # include <sys/mount.h>
13048 #endif
13049 #ifdef HAVE_SYS_VFS_H
13050 # include <sys/vfs.h>
13051 #endif
13052 #ifdef HAVE_SYS_STATFS_H
13053 # include <sys/statfs.h>
13054 #endif
13056 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13058 cat >>confdefs.h <<_ACEOF
13059 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13060 _ACEOF
13066 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13067 #include <sys/statvfs.h>
13068 #endif
13070 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13072 cat >>confdefs.h <<_ACEOF
13073 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13074 _ACEOF
13080 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13081 #ifdef HAVE_SYS_SOCKET_H
13082 # include <sys/socket.h>
13083 #endif
13084 #ifdef HAVE_SYS_UN_H
13085 # include <sys/un.h>
13086 #endif
13088 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13090 cat >>confdefs.h <<_ACEOF
13091 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13092 _ACEOF
13096 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13097 #ifdef HAVE_SYS_SOCKET_H
13098 # include <sys/socket.h>
13099 #endif
13100 #ifdef HAVE_SYS_UN_H
13101 # include <sys/un.h>
13102 #endif
13104 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13106 cat >>confdefs.h <<_ACEOF
13107 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13108 _ACEOF
13112 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13113 #ifdef HAVE_SYS_SOCKET_H
13114 # include <sys/socket.h>
13115 #endif
13116 #ifdef HAVE_SYS_UN_H
13117 # include <sys/un.h>
13118 #endif
13120 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13122 cat >>confdefs.h <<_ACEOF
13123 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13124 _ACEOF
13130 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13131 #ifdef HAVE_SCSI_SG_H
13132 #include <scsi/sg.h>
13133 #endif
13135 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13137 cat >>confdefs.h <<_ACEOF
13138 #define HAVE_SCSIREQ_T_CMD 1
13139 _ACEOF
13143 ac_fn_c_check_member "$LINENO" "sg_io_hdr_t" "interface_id" "ac_cv_member_sg_io_hdr_t_interface_id" "#include <sys/types.h>
13144 #ifdef HAVE_SCSI_SG_H
13145 #include <scsi/sg.h>
13146 #endif
13148 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13150 cat >>confdefs.h <<_ACEOF
13151 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13152 _ACEOF
13158 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13160 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13162 cat >>confdefs.h <<_ACEOF
13163 #define HAVE_SIGINFO_T_SI_FD 1
13164 _ACEOF
13170 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13171 #ifdef HAVE_SYS_MTIO_H
13172 #include <sys/mtio.h>
13173 #endif
13175 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13177 cat >>confdefs.h <<_ACEOF
13178 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13179 _ACEOF
13183 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13184 #ifdef HAVE_SYS_MTIO_H
13185 #include <sys/mtio.h>
13186 #endif
13188 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13190 cat >>confdefs.h <<_ACEOF
13191 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13192 _ACEOF
13196 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13197 #ifdef HAVE_SYS_MTIO_H
13198 #include <sys/mtio.h>
13199 #endif
13201 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13203 cat >>confdefs.h <<_ACEOF
13204 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13205 _ACEOF
13211 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13212 #include <getopt.h>
13213 #endif
13215 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13217 cat >>confdefs.h <<_ACEOF
13218 #define HAVE_STRUCT_OPTION_NAME 1
13219 _ACEOF
13225 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13226 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13228 cat >>confdefs.h <<_ACEOF
13229 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13230 _ACEOF
13234 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13235 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13237 cat >>confdefs.h <<_ACEOF
13238 #define HAVE_STRUCT_STAT_ST_MTIM 1
13239 _ACEOF
13243 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13244 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13246 cat >>confdefs.h <<_ACEOF
13247 #define HAVE_STRUCT_STAT_ST_CTIM 1
13248 _ACEOF
13252 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13253 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13255 cat >>confdefs.h <<_ACEOF
13256 #define HAVE_STRUCT_STAT_ST_ATIM 1
13257 _ACEOF
13263 ac_fn_c_check_member "$LINENO" "struct sockaddr_in6" "sin6_scope_id" "ac_cv_member_struct_sockaddr_in6_sin6_scope_id" "#ifdef HAVE_SYS_TYPES_H
13264 #include <sys/types.h>
13265 #endif
13266 #ifdef HAVE_NETINET_IN_H
13267 #include <netinet/in.h>
13268 #endif
13270 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13272 cat >>confdefs.h <<_ACEOF
13273 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13274 _ACEOF
13280 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13281 #include <sys/types.h>
13282 #endif
13283 #ifdef HAVE_NETINET_IN_H
13284 # include <netinet/in.h>
13285 #endif
13286 #ifdef HAVE_ARPA_NAMESER_H
13287 # include <arpa/nameser.h>
13288 #endif
13290 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13292 cat >>confdefs.h <<_ACEOF
13293 #define HAVE_NS_MSG__MSG_PTR 1
13294 _ACEOF
13300 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13301 #include <sys/types.h>
13302 #endif
13303 #ifdef HAVE_ALIAS_H
13304 #include <alias.h>
13305 #endif
13306 #ifdef HAVE_SYS_SOCKET_H
13307 #include <sys/socket.h>
13308 #endif
13309 #ifdef HAVE_SYS_SOCKETVAR_H
13310 #include <sys/socketvar.h>
13311 #endif
13312 #ifdef HAVE_SYS_TIMEOUT_H
13313 #include <sys/timeout.h>
13314 #endif
13315 #ifdef HAVE_NETINET_IN_H
13316 #include <netinet/in.h>
13317 #endif
13318 #ifdef HAVE_NETINET_IN_SYSTM_H
13319 #include <netinet/in_systm.h>
13320 #endif
13321 #ifdef HAVE_NETINET_IP_H
13322 #include <netinet/ip.h>
13323 #endif
13324 #ifdef HAVE_NETINET_IP_VAR_H
13325 #include <netinet/ip_var.h>
13326 #endif
13327 #ifdef HAVE_NETINET_IP_ICMP_H
13328 #include <netinet/ip_icmp.h>
13329 #endif
13330 #ifdef HAVE_NETINET_ICMP_VAR
13331 #include <netinet/icmp_var.h>
13332 #endif
13334 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13336 cat >>confdefs.h <<_ACEOF
13337 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13338 _ACEOF
13344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13345 $as_echo_n "checking for timezone variable... " >&6; }
13346 if test "${ac_cv_have_timezone+set}" = set; then :
13347 $as_echo_n "(cached) " >&6
13348 else
13349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13350 /* end confdefs.h. */
13351 #include <time.h>
13353 main ()
13355 timezone = 1
13357 return 0;
13359 _ACEOF
13360 if ac_fn_c_try_link "$LINENO"; then :
13361 ac_cv_have_timezone="yes"
13362 else
13363 ac_cv_have_timezone="no"
13365 rm -f core conftest.err conftest.$ac_objext \
13366 conftest$ac_exeext conftest.$ac_ext
13368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13369 $as_echo "$ac_cv_have_timezone" >&6; }
13370 if test "$ac_cv_have_timezone" = "yes"
13371 then
13373 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13377 $as_echo_n "checking for daylight variable... " >&6; }
13378 if test "${ac_cv_have_daylight+set}" = set; then :
13379 $as_echo_n "(cached) " >&6
13380 else
13381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13382 /* end confdefs.h. */
13383 #include <time.h>
13385 main ()
13387 daylight = 1
13389 return 0;
13391 _ACEOF
13392 if ac_fn_c_try_link "$LINENO"; then :
13393 ac_cv_have_daylight="yes"
13394 else
13395 ac_cv_have_daylight="no"
13397 rm -f core conftest.err conftest.$ac_objext \
13398 conftest$ac_exeext conftest.$ac_ext
13400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13401 $as_echo "$ac_cv_have_daylight" >&6; }
13402 if test "$ac_cv_have_daylight" = "yes"
13403 then
13405 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13410 $as_echo_n "checking for isinf... " >&6; }
13411 if test "${ac_cv_have_isinf+set}" = set; then :
13412 $as_echo_n "(cached) " >&6
13413 else
13414 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13415 /* end confdefs.h. */
13416 #include <math.h>
13418 main ()
13420 float f = 0.0; int i=isinf(f)
13422 return 0;
13424 _ACEOF
13425 if ac_fn_c_try_link "$LINENO"; then :
13426 ac_cv_have_isinf="yes"
13427 else
13428 ac_cv_have_isinf="no"
13430 rm -f core conftest.err conftest.$ac_objext \
13431 conftest$ac_exeext conftest.$ac_ext
13433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13434 $as_echo "$ac_cv_have_isinf" >&6; }
13435 if test "$ac_cv_have_isinf" = "yes"
13436 then
13438 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13443 $as_echo_n "checking for isnan... " >&6; }
13444 if test "${ac_cv_have_isnan+set}" = set; then :
13445 $as_echo_n "(cached) " >&6
13446 else
13447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13448 /* end confdefs.h. */
13449 #include <math.h>
13451 main ()
13453 float f = 0.0; int i=isnan(f)
13455 return 0;
13457 _ACEOF
13458 if ac_fn_c_try_link "$LINENO"; then :
13459 ac_cv_have_isnan="yes"
13460 else
13461 ac_cv_have_isnan="no"
13463 rm -f core conftest.err conftest.$ac_objext \
13464 conftest$ac_exeext conftest.$ac_ext
13466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13467 $as_echo "$ac_cv_have_isnan" >&6; }
13468 if test "$ac_cv_have_isnan" = "yes"
13469 then
13471 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13476 case $host_cpu in
13477 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13478 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13479 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13480 $as_echo_n "(cached) " >&6
13481 else
13482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13483 /* end confdefs.h. */
13484 #ifndef __i386__
13486 #endif
13487 _ACEOF
13488 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13489 $EGREP "yes" >/dev/null 2>&1; then :
13490 ac_cv_cpp_def___i386__=yes
13491 else
13492 ac_cv_cpp_def___i386__=no
13494 rm -f conftest*
13497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13498 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13499 if test $ac_cv_cpp_def___i386__ = yes; then :
13500 CFLAGS="$CFLAGS -D__i386__"
13501 LINTFLAGS="$LINTFLAGS -D__i386__"
13502 fi ;;
13503 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13504 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13505 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13506 $as_echo_n "(cached) " >&6
13507 else
13508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13509 /* end confdefs.h. */
13510 #ifndef __x86_64__
13512 #endif
13513 _ACEOF
13514 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13515 $EGREP "yes" >/dev/null 2>&1; then :
13516 ac_cv_cpp_def___x86_64__=yes
13517 else
13518 ac_cv_cpp_def___x86_64__=no
13520 rm -f conftest*
13523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13524 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13525 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13526 CFLAGS="$CFLAGS -D__x86_64__"
13527 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13528 fi ;;
13529 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13530 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13531 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13532 $as_echo_n "(cached) " >&6
13533 else
13534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13535 /* end confdefs.h. */
13536 #ifndef __ALPHA__
13538 #endif
13539 _ACEOF
13540 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13541 $EGREP "yes" >/dev/null 2>&1; then :
13542 ac_cv_cpp_def___ALPHA__=yes
13543 else
13544 ac_cv_cpp_def___ALPHA__=no
13546 rm -f conftest*
13549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13550 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13551 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13552 CFLAGS="$CFLAGS -D__ALPHA__"
13553 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13554 fi ;;
13555 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13556 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13557 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13558 $as_echo_n "(cached) " >&6
13559 else
13560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13561 /* end confdefs.h. */
13562 #ifndef __sparc__
13564 #endif
13565 _ACEOF
13566 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13567 $EGREP "yes" >/dev/null 2>&1; then :
13568 ac_cv_cpp_def___sparc__=yes
13569 else
13570 ac_cv_cpp_def___sparc__=no
13572 rm -f conftest*
13575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13576 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13577 if test $ac_cv_cpp_def___sparc__ = yes; then :
13578 CFLAGS="$CFLAGS -D__sparc__"
13579 LINTFLAGS="$LINTFLAGS -D__sparc__"
13580 fi ;;
13581 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13582 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13583 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13584 $as_echo_n "(cached) " >&6
13585 else
13586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13587 /* end confdefs.h. */
13588 #ifndef __powerpc__
13590 #endif
13591 _ACEOF
13592 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13593 $EGREP "yes" >/dev/null 2>&1; then :
13594 ac_cv_cpp_def___powerpc__=yes
13595 else
13596 ac_cv_cpp_def___powerpc__=no
13598 rm -f conftest*
13601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13602 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13603 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13604 CFLAGS="$CFLAGS -D__powerpc__"
13605 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13606 fi ;;
13607 esac
13609 case $host_vendor in
13610 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13611 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13612 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13613 $as_echo_n "(cached) " >&6
13614 else
13615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13616 /* end confdefs.h. */
13617 #ifndef __sun__
13619 #endif
13620 _ACEOF
13621 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13622 $EGREP "yes" >/dev/null 2>&1; then :
13623 ac_cv_cpp_def___sun__=yes
13624 else
13625 ac_cv_cpp_def___sun__=no
13627 rm -f conftest*
13630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13631 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13632 if test $ac_cv_cpp_def___sun__ = yes; then :
13633 CFLAGS="$CFLAGS -D__sun__"
13634 LINTFLAGS="$LINTFLAGS -D__sun__"
13635 fi ;;
13636 esac
13639 DEPENDENCIES="### Dependencies:
13641 .INIT: Makefile
13642 .BEGIN: Makefile
13643 .MAKEFILEDEPS:
13644 Makefile: dummy
13645 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13647 \$(OBJS) \$(CROSSOBJS): \$(IDL_GEN_HEADERS)
13648 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13649 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13650 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13651 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13654 ALL_MAKERULES=""
13656 ALL_MAKEFILES=""
13658 ALL_SYMLINKS=""
13660 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13663 ALL_TOP_DIRS=""
13665 ALL_DLL_DIRS=""
13667 ALL_TOOL_DIRS=""
13669 ALL_IMPLIB_DIRS=""
13671 ALL_STATIC_LIBS=""
13673 ALL_IMPORT_LIBS=""
13675 ALL_IMPORTLIB_RULES=""
13677 ALL_TEST_DIRS=""
13679 ALL_PROGRAM_DIRS=""
13681 ALL_PROGRAM_INSTALL_DIRS=""
13683 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13688 ac_config_commands="$ac_config_commands include/stamp-h"
13691 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
13692 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13693 dlls/wineps.drv/generic.ppd"
13694 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
13695 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13696 fonts/marlett.ttf"
13697 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
13698 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13699 fonts/symbol.ttf"
13700 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
13701 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13702 fonts/tahoma.ttf"
13703 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
13704 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13705 fonts/tahomabd.ttf"
13706 ac_config_links="$ac_config_links wine:tools/winewrapper"
13707 ALL_SYMLINKS="$ALL_SYMLINKS \\
13708 wine"
13710 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13712 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13714 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13716 ac_config_commands="$ac_config_commands dlls/user32/resources"
13718 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13720 ac_config_commands="$ac_config_commands include/wine"
13723 ALL_MAKERULES="$ALL_MAKERULES \\
13724 Make.rules"
13725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13726 Make.rules: Make.rules.in config.status"
13727 MAKE_RULES=Make.rules
13728 ac_config_files="$ac_config_files Make.rules"
13730 ALL_MAKERULES="$ALL_MAKERULES \\
13731 dlls/Makedll.rules"
13732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13733 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules config.status"
13734 MAKE_DLL_RULES=dlls/Makedll.rules
13735 ac_config_files="$ac_config_files dlls/Makedll.rules"
13737 ALL_MAKERULES="$ALL_MAKERULES \\
13738 dlls/Makeimplib.rules"
13739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13740 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules config.status"
13741 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13742 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13744 ALL_MAKERULES="$ALL_MAKERULES \\
13745 dlls/Maketest.rules"
13746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13747 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules config.status"
13748 MAKE_TEST_RULES=dlls/Maketest.rules
13749 ac_config_files="$ac_config_files dlls/Maketest.rules"
13751 ALL_MAKERULES="$ALL_MAKERULES \\
13752 programs/Makeprog.rules"
13753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13754 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules config.status"
13755 MAKE_PROG_RULES=programs/Makeprog.rules
13756 ac_config_files="$ac_config_files programs/Makeprog.rules"
13761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13762 Makefile: Makefile.in Make.rules config.status"
13763 ac_config_files="$ac_config_files Makefile"
13765 ALL_MAKEFILES="$ALL_MAKEFILES \\
13766 dlls/Makefile"
13767 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13768 dlls"
13769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13770 \$(RECURSE_TARGETS:%=dlls/%) dlls: dlls/Makefile \$(MAKEDEP)
13771 dlls/Makefile: dlls/Makefile.in Make.rules config.status"
13772 ac_config_files="$ac_config_files dlls/Makefile"
13774 ALL_MAKEFILES="$ALL_MAKEFILES \\
13775 dlls/acledit/Makefile"
13776 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13777 acledit"
13778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13779 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules config.status"
13780 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13782 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13783 aclui/libaclui.$IMPLIBEXT"
13784 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13785 aclui/libaclui.def aclui/libaclui.a aclui/libaclui.cross.a: aclui/aclui.spec \$(WINEBUILD)
13786 @cd aclui && \$(MAKE) \`basename \$@\`"
13787 ALL_MAKEFILES="$ALL_MAKEFILES \\
13788 dlls/aclui/Makefile"
13789 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13790 aclui"
13791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13792 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules config.status"
13793 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13795 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13796 activeds/libactiveds.$IMPLIBEXT"
13797 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13798 activeds/libactiveds.def activeds/libactiveds.a activeds/libactiveds.cross.a: activeds/activeds.spec \$(WINEBUILD)
13799 @cd activeds && \$(MAKE) \`basename \$@\`"
13800 ALL_MAKEFILES="$ALL_MAKEFILES \\
13801 dlls/activeds/Makefile"
13802 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13803 activeds"
13804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13805 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules config.status"
13806 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13808 ALL_MAKEFILES="$ALL_MAKEFILES \\
13809 dlls/actxprxy/Makefile"
13810 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13811 actxprxy"
13812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13813 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules config.status"
13814 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13816 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
13817 adsiid/libadsiid.a"
13818 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13819 adsiid/libadsiid.a: adsiid
13820 adsiid/libadsiid.cross.a: dummy
13821 @cd adsiid && \$(MAKE) libadsiid.cross.a"
13822 ALL_MAKEFILES="$ALL_MAKEFILES \\
13823 dlls/adsiid/Makefile"
13824 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
13825 adsiid"
13826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13827 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules config.status"
13828 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13830 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13831 advapi32/libadvapi32.$IMPLIBEXT"
13832 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13833 advapi32/libadvapi32.def advapi32/libadvapi32.a advapi32/libadvapi32.cross.a: advapi32/advapi32.spec \$(WINEBUILD)
13834 @cd advapi32 && \$(MAKE) \`basename \$@\`"
13835 ALL_MAKEFILES="$ALL_MAKEFILES \\
13836 dlls/advapi32/Makefile"
13837 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13838 advapi32"
13839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13840 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules config.status"
13841 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13843 ALL_MAKEFILES="$ALL_MAKEFILES \\
13844 dlls/advapi32/tests/Makefile"
13845 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13846 advapi32/tests"
13847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13848 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules config.status"
13849 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13851 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13852 advpack/libadvpack.$IMPLIBEXT"
13853 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13854 advpack/libadvpack.def advpack/libadvpack.a advpack/libadvpack.cross.a: advpack/advpack.spec \$(WINEBUILD)
13855 @cd advpack && \$(MAKE) \`basename \$@\`"
13856 ALL_MAKEFILES="$ALL_MAKEFILES \\
13857 dlls/advpack/Makefile"
13858 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13859 advpack"
13860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13861 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules config.status"
13862 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13864 ALL_MAKEFILES="$ALL_MAKEFILES \\
13865 dlls/advpack/tests/Makefile"
13866 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13867 advpack/tests"
13868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13869 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules config.status"
13870 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13872 ALL_MAKEFILES="$ALL_MAKEFILES \\
13873 dlls/amstream/Makefile"
13874 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13875 amstream"
13876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13877 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules config.status"
13878 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13880 ALL_MAKEFILES="$ALL_MAKEFILES \\
13881 dlls/amstream/tests/Makefile"
13882 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13883 amstream/tests"
13884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13885 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules config.status"
13886 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13888 ALL_MAKEFILES="$ALL_MAKEFILES \\
13889 dlls/appwiz.cpl/Makefile"
13890 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13891 appwiz.cpl"
13892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13893 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules config.status"
13894 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13896 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13897 atl/libatl.$IMPLIBEXT"
13898 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13899 atl/libatl.def atl/libatl.a atl/libatl.cross.a: atl/atl.spec \$(WINEBUILD)
13900 @cd atl && \$(MAKE) \`basename \$@\`"
13901 ALL_MAKEFILES="$ALL_MAKEFILES \\
13902 dlls/atl/Makefile"
13903 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13904 atl"
13905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13906 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules config.status"
13907 ac_config_files="$ac_config_files dlls/atl/Makefile"
13909 ALL_MAKEFILES="$ALL_MAKEFILES \\
13910 dlls/authz/Makefile"
13911 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13912 authz"
13913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13914 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules config.status"
13915 ac_config_files="$ac_config_files dlls/authz/Makefile"
13917 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13918 avicap32/libavicap32.$IMPLIBEXT"
13919 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13920 avicap32/libavicap32.def avicap32/libavicap32.a avicap32/libavicap32.cross.a: avicap32/avicap32.spec \$(WINEBUILD)
13921 @cd avicap32 && \$(MAKE) \`basename \$@\`"
13922 ALL_MAKEFILES="$ALL_MAKEFILES \\
13923 dlls/avicap32/Makefile"
13924 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13925 avicap32"
13926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13927 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules config.status"
13928 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13930 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13931 avifil32/libavifil32.$IMPLIBEXT"
13932 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13933 avifil32/libavifil32.def avifil32/libavifil32.a avifil32/libavifil32.cross.a: avifil32/avifil32.spec \$(WINEBUILD)
13934 @cd avifil32 && \$(MAKE) \`basename \$@\`"
13935 ALL_MAKEFILES="$ALL_MAKEFILES \\
13936 dlls/avifil32/Makefile"
13937 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13938 avifil32"
13939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13940 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules config.status"
13941 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13943 ALL_MAKEFILES="$ALL_MAKEFILES \\
13944 dlls/avifil32/tests/Makefile"
13945 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13946 avifil32/tests"
13947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13948 dlls/avifil32/tests/Makefile: dlls/avifil32/tests/Makefile.in dlls/Maketest.rules config.status"
13949 ac_config_files="$ac_config_files dlls/avifil32/tests/Makefile"
13951 ALL_MAKEFILES="$ALL_MAKEFILES \\
13952 dlls/avifile.dll16/Makefile"
13953 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13954 avifile.dll16"
13955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13956 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules config.status"
13957 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
13959 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13960 avrt/libavrt.$IMPLIBEXT"
13961 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13962 avrt/libavrt.def avrt/libavrt.a avrt/libavrt.cross.a: avrt/avrt.spec \$(WINEBUILD)
13963 @cd avrt && \$(MAKE) \`basename \$@\`"
13964 ALL_MAKEFILES="$ALL_MAKEFILES \\
13965 dlls/avrt/Makefile"
13966 test "x$enable_avrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13967 avrt"
13968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13969 dlls/avrt/Makefile: dlls/avrt/Makefile.in dlls/Makedll.rules config.status"
13970 ac_config_files="$ac_config_files dlls/avrt/Makefile"
13972 ALL_MAKEFILES="$ALL_MAKEFILES \\
13973 dlls/bcrypt/Makefile"
13974 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13975 bcrypt"
13976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13977 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules config.status"
13978 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
13980 ALL_MAKEFILES="$ALL_MAKEFILES \\
13981 dlls/browseui/Makefile"
13982 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13983 browseui"
13984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13985 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules config.status"
13986 ac_config_files="$ac_config_files dlls/browseui/Makefile"
13988 ALL_MAKEFILES="$ALL_MAKEFILES \\
13989 dlls/browseui/tests/Makefile"
13990 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13991 browseui/tests"
13992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13993 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules config.status"
13994 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
13996 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13997 cabinet/libcabinet.$IMPLIBEXT"
13998 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13999 cabinet/libcabinet.def cabinet/libcabinet.a cabinet/libcabinet.cross.a: cabinet/cabinet.spec \$(WINEBUILD)
14000 @cd cabinet && \$(MAKE) \`basename \$@\`"
14001 ALL_MAKEFILES="$ALL_MAKEFILES \\
14002 dlls/cabinet/Makefile"
14003 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14004 cabinet"
14005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14006 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules config.status"
14007 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
14009 ALL_MAKEFILES="$ALL_MAKEFILES \\
14010 dlls/cabinet/tests/Makefile"
14011 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14012 cabinet/tests"
14013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14014 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules config.status"
14015 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
14017 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14018 capi2032/libcapi2032.$IMPLIBEXT"
14019 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14020 capi2032/libcapi2032.def capi2032/libcapi2032.a capi2032/libcapi2032.cross.a: capi2032/capi2032.spec \$(WINEBUILD)
14021 @cd capi2032 && \$(MAKE) \`basename \$@\`"
14022 ALL_MAKEFILES="$ALL_MAKEFILES \\
14023 dlls/capi2032/Makefile"
14024 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14025 capi2032"
14026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14027 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules config.status"
14028 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
14030 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14031 cards/libcards.$IMPLIBEXT"
14032 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14033 cards/libcards.def cards/libcards.a cards/libcards.cross.a: cards/cards.spec \$(WINEBUILD)
14034 @cd cards && \$(MAKE) \`basename \$@\`"
14035 ALL_MAKEFILES="$ALL_MAKEFILES \\
14036 dlls/cards/Makefile"
14037 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14038 cards"
14039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14040 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules config.status"
14041 ac_config_files="$ac_config_files dlls/cards/Makefile"
14043 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14044 cfgmgr32/libcfgmgr32.$IMPLIBEXT"
14045 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14046 cfgmgr32/libcfgmgr32.def cfgmgr32/libcfgmgr32.a cfgmgr32/libcfgmgr32.cross.a: cfgmgr32/cfgmgr32.spec \$(WINEBUILD)
14047 @cd cfgmgr32 && \$(MAKE) \`basename \$@\`"
14048 ALL_MAKEFILES="$ALL_MAKEFILES \\
14049 dlls/cfgmgr32/Makefile"
14050 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14051 cfgmgr32"
14052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14053 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules config.status"
14054 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
14056 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14057 clusapi/libclusapi.$IMPLIBEXT"
14058 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14059 clusapi/libclusapi.def clusapi/libclusapi.a clusapi/libclusapi.cross.a: clusapi/clusapi.spec \$(WINEBUILD)
14060 @cd clusapi && \$(MAKE) \`basename \$@\`"
14061 ALL_MAKEFILES="$ALL_MAKEFILES \\
14062 dlls/clusapi/Makefile"
14063 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14064 clusapi"
14065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14066 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules config.status"
14067 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
14069 ALL_MAKEFILES="$ALL_MAKEFILES \\
14070 dlls/comcat/Makefile"
14071 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14072 comcat"
14073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14074 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules config.status"
14075 ac_config_files="$ac_config_files dlls/comcat/Makefile"
14077 ALL_MAKEFILES="$ALL_MAKEFILES \\
14078 dlls/comcat/tests/Makefile"
14079 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14080 comcat/tests"
14081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14082 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules config.status"
14083 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
14085 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14086 comctl32/libcomctl32.$IMPLIBEXT"
14087 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14088 comctl32/libcomctl32.def comctl32/libcomctl32.a comctl32/libcomctl32.cross.a: comctl32/comctl32.spec \$(WINEBUILD)
14089 @cd comctl32 && \$(MAKE) \`basename \$@\`"
14090 ALL_MAKEFILES="$ALL_MAKEFILES \\
14091 dlls/comctl32/Makefile"
14092 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14093 comctl32"
14094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14095 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules config.status"
14096 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
14098 ALL_MAKEFILES="$ALL_MAKEFILES \\
14099 dlls/comctl32/tests/Makefile"
14100 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14101 comctl32/tests"
14102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14103 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules config.status"
14104 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
14106 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14107 comdlg32/libcomdlg32.$IMPLIBEXT"
14108 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14109 comdlg32/libcomdlg32.def comdlg32/libcomdlg32.a comdlg32/libcomdlg32.cross.a: comdlg32/comdlg32.spec \$(WINEBUILD)
14110 @cd comdlg32 && \$(MAKE) \`basename \$@\`"
14111 ALL_MAKEFILES="$ALL_MAKEFILES \\
14112 dlls/comdlg32/Makefile"
14113 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14114 comdlg32"
14115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14116 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules config.status"
14117 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
14119 ALL_MAKEFILES="$ALL_MAKEFILES \\
14120 dlls/comdlg32/tests/Makefile"
14121 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14122 comdlg32/tests"
14123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14124 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules config.status"
14125 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
14127 ALL_MAKEFILES="$ALL_MAKEFILES \\
14128 dlls/comm.drv16/Makefile"
14129 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14130 comm.drv16"
14131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14132 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules config.status"
14133 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
14135 ALL_MAKEFILES="$ALL_MAKEFILES \\
14136 dlls/commdlg.dll16/Makefile"
14137 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14138 commdlg.dll16"
14139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14140 dlls/commdlg.dll16/Makefile: dlls/commdlg.dll16/Makefile.in dlls/Makedll.rules config.status"
14141 ac_config_files="$ac_config_files dlls/commdlg.dll16/Makefile"
14143 ALL_MAKEFILES="$ALL_MAKEFILES \\
14144 dlls/compobj.dll16/Makefile"
14145 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14146 compobj.dll16"
14147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14148 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules config.status"
14149 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
14151 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14152 compstui/libcompstui.$IMPLIBEXT"
14153 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14154 compstui/libcompstui.def compstui/libcompstui.a compstui/libcompstui.cross.a: compstui/compstui.spec \$(WINEBUILD)
14155 @cd compstui && \$(MAKE) \`basename \$@\`"
14156 ALL_MAKEFILES="$ALL_MAKEFILES \\
14157 dlls/compstui/Makefile"
14158 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14159 compstui"
14160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14161 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules config.status"
14162 ac_config_files="$ac_config_files dlls/compstui/Makefile"
14164 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14165 credui/libcredui.$IMPLIBEXT"
14166 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14167 credui/libcredui.def credui/libcredui.a credui/libcredui.cross.a: credui/credui.spec \$(WINEBUILD)
14168 @cd credui && \$(MAKE) \`basename \$@\`"
14169 ALL_MAKEFILES="$ALL_MAKEFILES \\
14170 dlls/credui/Makefile"
14171 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14172 credui"
14173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14174 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules config.status"
14175 ac_config_files="$ac_config_files dlls/credui/Makefile"
14177 ALL_MAKEFILES="$ALL_MAKEFILES \\
14178 dlls/credui/tests/Makefile"
14179 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14180 credui/tests"
14181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14182 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules config.status"
14183 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14185 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14186 crtdll/libcrtdll.$IMPLIBEXT"
14187 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14188 crtdll/libcrtdll.def crtdll/libcrtdll.a crtdll/libcrtdll.cross.a: crtdll/crtdll.spec \$(WINEBUILD)
14189 @cd crtdll && \$(MAKE) \`basename \$@\`"
14190 ALL_MAKEFILES="$ALL_MAKEFILES \\
14191 dlls/crtdll/Makefile"
14192 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14193 crtdll"
14194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14195 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules config.status"
14196 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14198 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14199 crypt32/libcrypt32.$IMPLIBEXT"
14200 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14201 crypt32/libcrypt32.def crypt32/libcrypt32.a crypt32/libcrypt32.cross.a: crypt32/crypt32.spec \$(WINEBUILD)
14202 @cd crypt32 && \$(MAKE) \`basename \$@\`"
14203 ALL_MAKEFILES="$ALL_MAKEFILES \\
14204 dlls/crypt32/Makefile"
14205 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14206 crypt32"
14207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14208 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules config.status"
14209 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14211 ALL_MAKEFILES="$ALL_MAKEFILES \\
14212 dlls/crypt32/tests/Makefile"
14213 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14214 crypt32/tests"
14215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14216 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules config.status"
14217 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14219 ALL_MAKEFILES="$ALL_MAKEFILES \\
14220 dlls/cryptdlg/Makefile"
14221 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14222 cryptdlg"
14223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14224 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules config.status"
14225 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14227 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14228 cryptdll/libcryptdll.$IMPLIBEXT"
14229 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14230 cryptdll/libcryptdll.def cryptdll/libcryptdll.a cryptdll/libcryptdll.cross.a: cryptdll/cryptdll.spec \$(WINEBUILD)
14231 @cd cryptdll && \$(MAKE) \`basename \$@\`"
14232 ALL_MAKEFILES="$ALL_MAKEFILES \\
14233 dlls/cryptdll/Makefile"
14234 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14235 cryptdll"
14236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14237 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules config.status"
14238 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14240 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14241 cryptnet/libcryptnet.$IMPLIBEXT"
14242 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14243 cryptnet/libcryptnet.def cryptnet/libcryptnet.a cryptnet/libcryptnet.cross.a: cryptnet/cryptnet.spec \$(WINEBUILD)
14244 @cd cryptnet && \$(MAKE) \`basename \$@\`"
14245 ALL_MAKEFILES="$ALL_MAKEFILES \\
14246 dlls/cryptnet/Makefile"
14247 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14248 cryptnet"
14249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14250 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules config.status"
14251 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14253 ALL_MAKEFILES="$ALL_MAKEFILES \\
14254 dlls/cryptnet/tests/Makefile"
14255 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14256 cryptnet/tests"
14257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14258 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules config.status"
14259 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14261 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14262 cryptui/libcryptui.$IMPLIBEXT"
14263 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14264 cryptui/libcryptui.def cryptui/libcryptui.a cryptui/libcryptui.cross.a: cryptui/cryptui.spec \$(WINEBUILD)
14265 @cd cryptui && \$(MAKE) \`basename \$@\`"
14266 ALL_MAKEFILES="$ALL_MAKEFILES \\
14267 dlls/cryptui/Makefile"
14268 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14269 cryptui"
14270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14271 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules config.status"
14272 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14274 ALL_MAKEFILES="$ALL_MAKEFILES \\
14275 dlls/cryptui/tests/Makefile"
14276 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14277 cryptui/tests"
14278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14279 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules config.status"
14280 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14282 ALL_MAKEFILES="$ALL_MAKEFILES \\
14283 dlls/ctapi32/Makefile"
14284 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14285 ctapi32"
14286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14287 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules config.status"
14288 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14290 ALL_MAKEFILES="$ALL_MAKEFILES \\
14291 dlls/ctl3d.dll16/Makefile"
14292 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14293 ctl3d.dll16"
14294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14295 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules config.status"
14296 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14298 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14299 ctl3d32/libctl3d32.$IMPLIBEXT"
14300 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14301 ctl3d32/libctl3d32.def ctl3d32/libctl3d32.a ctl3d32/libctl3d32.cross.a: ctl3d32/ctl3d32.spec \$(WINEBUILD)
14302 @cd ctl3d32 && \$(MAKE) \`basename \$@\`"
14303 ALL_MAKEFILES="$ALL_MAKEFILES \\
14304 dlls/ctl3d32/Makefile"
14305 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14306 ctl3d32"
14307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14308 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules config.status"
14309 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14311 ALL_MAKEFILES="$ALL_MAKEFILES \\
14312 dlls/ctl3dv2.dll16/Makefile"
14313 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14314 ctl3dv2.dll16"
14315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14316 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules config.status"
14317 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14319 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14320 d3d10/libd3d10.$IMPLIBEXT"
14321 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14322 d3d10/libd3d10.def d3d10/libd3d10.a d3d10/libd3d10.cross.a: d3d10/d3d10.spec \$(WINEBUILD)
14323 @cd d3d10 && \$(MAKE) \`basename \$@\`"
14324 ALL_MAKEFILES="$ALL_MAKEFILES \\
14325 dlls/d3d10/Makefile"
14326 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14327 d3d10"
14328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14329 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules config.status"
14330 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14332 ALL_MAKEFILES="$ALL_MAKEFILES \\
14333 dlls/d3d10/tests/Makefile"
14334 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14335 d3d10/tests"
14336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14337 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules config.status"
14338 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14340 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14341 d3d10core/libd3d10core.$IMPLIBEXT"
14342 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14343 d3d10core/libd3d10core.def d3d10core/libd3d10core.a d3d10core/libd3d10core.cross.a: d3d10core/d3d10core.spec \$(WINEBUILD)
14344 @cd d3d10core && \$(MAKE) \`basename \$@\`"
14345 ALL_MAKEFILES="$ALL_MAKEFILES \\
14346 dlls/d3d10core/Makefile"
14347 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14348 d3d10core"
14349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14350 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules config.status"
14351 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14353 ALL_MAKEFILES="$ALL_MAKEFILES \\
14354 dlls/d3d10core/tests/Makefile"
14355 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14356 d3d10core/tests"
14357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14358 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules config.status"
14359 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14361 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14362 d3d8/libd3d8.$IMPLIBEXT"
14363 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14364 d3d8/libd3d8.def d3d8/libd3d8.a d3d8/libd3d8.cross.a: d3d8/d3d8.spec \$(WINEBUILD)
14365 @cd d3d8 && \$(MAKE) \`basename \$@\`"
14366 ALL_MAKEFILES="$ALL_MAKEFILES \\
14367 dlls/d3d8/Makefile"
14368 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14369 d3d8"
14370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14371 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules config.status"
14372 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14374 ALL_MAKEFILES="$ALL_MAKEFILES \\
14375 dlls/d3d8/tests/Makefile"
14376 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14377 d3d8/tests"
14378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14379 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules config.status"
14380 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14382 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14383 d3d9/libd3d9.$IMPLIBEXT"
14384 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14385 d3d9/libd3d9.def d3d9/libd3d9.a d3d9/libd3d9.cross.a: d3d9/d3d9.spec \$(WINEBUILD)
14386 @cd d3d9 && \$(MAKE) \`basename \$@\`"
14387 ALL_MAKEFILES="$ALL_MAKEFILES \\
14388 dlls/d3d9/Makefile"
14389 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14390 d3d9"
14391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14392 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules config.status"
14393 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14395 ALL_MAKEFILES="$ALL_MAKEFILES \\
14396 dlls/d3d9/tests/Makefile"
14397 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14398 d3d9/tests"
14399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14400 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules config.status"
14401 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14403 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14404 d3dim/libd3dim.$IMPLIBEXT"
14405 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14406 d3dim/libd3dim.def d3dim/libd3dim.a d3dim/libd3dim.cross.a: d3dim/d3dim.spec \$(WINEBUILD)
14407 @cd d3dim && \$(MAKE) \`basename \$@\`"
14408 ALL_MAKEFILES="$ALL_MAKEFILES \\
14409 dlls/d3dim/Makefile"
14410 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14411 d3dim"
14412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14413 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules config.status"
14414 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14416 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14417 d3drm/libd3drm.$IMPLIBEXT"
14418 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14419 d3drm/libd3drm.def d3drm/libd3drm.a d3drm/libd3drm.cross.a: d3drm/d3drm.spec \$(WINEBUILD)
14420 @cd d3drm && \$(MAKE) \`basename \$@\`"
14421 ALL_MAKEFILES="$ALL_MAKEFILES \\
14422 dlls/d3drm/Makefile"
14423 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14424 d3drm"
14425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14426 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules config.status"
14427 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14429 ALL_MAKEFILES="$ALL_MAKEFILES \\
14430 dlls/d3drm/tests/Makefile"
14431 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14432 d3drm/tests"
14433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14434 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules config.status"
14435 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14437 ALL_MAKEFILES="$ALL_MAKEFILES \\
14438 dlls/d3dx9_24/Makefile"
14439 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14440 d3dx9_24"
14441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14442 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules config.status"
14443 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14445 ALL_MAKEFILES="$ALL_MAKEFILES \\
14446 dlls/d3dx9_25/Makefile"
14447 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14448 d3dx9_25"
14449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14450 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules config.status"
14451 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14453 ALL_MAKEFILES="$ALL_MAKEFILES \\
14454 dlls/d3dx9_26/Makefile"
14455 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14456 d3dx9_26"
14457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14458 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules config.status"
14459 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14461 ALL_MAKEFILES="$ALL_MAKEFILES \\
14462 dlls/d3dx9_27/Makefile"
14463 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14464 d3dx9_27"
14465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14466 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules config.status"
14467 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14469 ALL_MAKEFILES="$ALL_MAKEFILES \\
14470 dlls/d3dx9_28/Makefile"
14471 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14472 d3dx9_28"
14473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14474 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules config.status"
14475 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14477 ALL_MAKEFILES="$ALL_MAKEFILES \\
14478 dlls/d3dx9_29/Makefile"
14479 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14480 d3dx9_29"
14481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14482 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules config.status"
14483 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14485 ALL_MAKEFILES="$ALL_MAKEFILES \\
14486 dlls/d3dx9_30/Makefile"
14487 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14488 d3dx9_30"
14489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14490 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules config.status"
14491 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14493 ALL_MAKEFILES="$ALL_MAKEFILES \\
14494 dlls/d3dx9_31/Makefile"
14495 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14496 d3dx9_31"
14497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14498 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules config.status"
14499 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14501 ALL_MAKEFILES="$ALL_MAKEFILES \\
14502 dlls/d3dx9_32/Makefile"
14503 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14504 d3dx9_32"
14505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14506 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules config.status"
14507 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14509 ALL_MAKEFILES="$ALL_MAKEFILES \\
14510 dlls/d3dx9_33/Makefile"
14511 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14512 d3dx9_33"
14513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14514 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules config.status"
14515 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14517 ALL_MAKEFILES="$ALL_MAKEFILES \\
14518 dlls/d3dx9_34/Makefile"
14519 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14520 d3dx9_34"
14521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14522 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules config.status"
14523 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14525 ALL_MAKEFILES="$ALL_MAKEFILES \\
14526 dlls/d3dx9_35/Makefile"
14527 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14528 d3dx9_35"
14529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14530 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules config.status"
14531 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14533 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14534 d3dx9_36/libd3dx9.$IMPLIBEXT \\
14535 libd3dx9.$IMPLIBEXT"
14536 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14537 libd3dx9.a: d3dx9_36/libd3dx9.a
14538 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.a \$@
14539 libd3dx9.cross.a: d3dx9_36/libd3dx9.cross.a
14540 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.cross.a \$@
14541 libd3dx9.def: d3dx9_36/libd3dx9.def
14542 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.def \$@
14543 clean::
14544 \$(RM) libd3dx9.def
14545 d3dx9_36/libd3dx9.def d3dx9_36/libd3dx9.a d3dx9_36/libd3dx9.cross.a: d3dx9_36/d3dx9_36.spec \$(WINEBUILD)
14546 @cd d3dx9_36 && \$(MAKE) \`basename \$@\`"
14547 ALL_MAKEFILES="$ALL_MAKEFILES \\
14548 dlls/d3dx9_36/Makefile"
14549 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14550 d3dx9_36"
14551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14552 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules config.status"
14553 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14555 ALL_MAKEFILES="$ALL_MAKEFILES \\
14556 dlls/d3dx9_36/tests/Makefile"
14557 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14558 d3dx9_36/tests"
14559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14560 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules config.status"
14561 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14563 ALL_MAKEFILES="$ALL_MAKEFILES \\
14564 dlls/d3dx9_37/Makefile"
14565 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14566 d3dx9_37"
14567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14568 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules config.status"
14569 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14571 ALL_MAKEFILES="$ALL_MAKEFILES \\
14572 dlls/d3dx9_38/Makefile"
14573 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14574 d3dx9_38"
14575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14576 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules config.status"
14577 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14579 ALL_MAKEFILES="$ALL_MAKEFILES \\
14580 dlls/d3dx9_39/Makefile"
14581 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14582 d3dx9_39"
14583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14584 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules config.status"
14585 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14587 ALL_MAKEFILES="$ALL_MAKEFILES \\
14588 dlls/d3dx9_40/Makefile"
14589 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14590 d3dx9_40"
14591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14592 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules config.status"
14593 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14595 ALL_MAKEFILES="$ALL_MAKEFILES \\
14596 dlls/d3dx9_41/Makefile"
14597 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14598 d3dx9_41"
14599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14600 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules config.status"
14601 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14603 ALL_MAKEFILES="$ALL_MAKEFILES \\
14604 dlls/d3dx9_42/Makefile"
14605 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14606 d3dx9_42"
14607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14608 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules config.status"
14609 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
14611 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14612 d3dxof/libd3dxof.$IMPLIBEXT"
14613 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14614 d3dxof/libd3dxof.def d3dxof/libd3dxof.a d3dxof/libd3dxof.cross.a: d3dxof/d3dxof.spec \$(WINEBUILD)
14615 @cd d3dxof && \$(MAKE) \`basename \$@\`"
14616 ALL_MAKEFILES="$ALL_MAKEFILES \\
14617 dlls/d3dxof/Makefile"
14618 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14619 d3dxof"
14620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14621 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules config.status"
14622 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14624 ALL_MAKEFILES="$ALL_MAKEFILES \\
14625 dlls/d3dxof/tests/Makefile"
14626 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14627 d3dxof/tests"
14628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14629 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules config.status"
14630 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14632 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14633 dbghelp/libdbghelp.$IMPLIBEXT"
14634 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14635 dbghelp/libdbghelp.def dbghelp/libdbghelp.a dbghelp/libdbghelp.cross.a: dbghelp/dbghelp.spec \$(WINEBUILD)
14636 @cd dbghelp && \$(MAKE) \`basename \$@\`"
14637 ALL_MAKEFILES="$ALL_MAKEFILES \\
14638 dlls/dbghelp/Makefile"
14639 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14640 dbghelp"
14641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14642 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules config.status"
14643 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14645 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14646 dciman32/libdciman32.$IMPLIBEXT"
14647 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14648 dciman32/libdciman32.def dciman32/libdciman32.a dciman32/libdciman32.cross.a: dciman32/dciman32.spec \$(WINEBUILD)
14649 @cd dciman32 && \$(MAKE) \`basename \$@\`"
14650 ALL_MAKEFILES="$ALL_MAKEFILES \\
14651 dlls/dciman32/Makefile"
14652 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14653 dciman32"
14654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14655 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules config.status"
14656 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14658 ALL_MAKEFILES="$ALL_MAKEFILES \\
14659 dlls/ddeml.dll16/Makefile"
14660 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14661 ddeml.dll16"
14662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14663 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules config.status"
14664 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14666 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14667 ddraw/libddraw.$IMPLIBEXT"
14668 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14669 ddraw/libddraw.def ddraw/libddraw.a ddraw/libddraw.cross.a: ddraw/ddraw.spec \$(WINEBUILD)
14670 @cd ddraw && \$(MAKE) \`basename \$@\`"
14671 ALL_MAKEFILES="$ALL_MAKEFILES \\
14672 dlls/ddraw/Makefile"
14673 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14674 ddraw"
14675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14676 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules config.status"
14677 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14679 ALL_MAKEFILES="$ALL_MAKEFILES \\
14680 dlls/ddraw/tests/Makefile"
14681 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14682 ddraw/tests"
14683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14684 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules config.status"
14685 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14687 ALL_MAKEFILES="$ALL_MAKEFILES \\
14688 dlls/ddrawex/Makefile"
14689 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14690 ddrawex"
14691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14692 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules config.status"
14693 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14695 ALL_MAKEFILES="$ALL_MAKEFILES \\
14696 dlls/ddrawex/tests/Makefile"
14697 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14698 ddrawex/tests"
14699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14700 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules config.status"
14701 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14703 ALL_MAKEFILES="$ALL_MAKEFILES \\
14704 dlls/devenum/Makefile"
14705 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14706 devenum"
14707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14708 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules config.status"
14709 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14711 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14712 dinput/libdinput.$IMPLIBEXT \\
14713 dinput/libdinput.$STATIC_IMPLIBEXT"
14714 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14715 dinput/libdinput.def: dinput/dinput.spec \$(WINEBUILD)
14716 @cd dinput && \$(MAKE) \`basename \$@\`
14717 dinput/libdinput.$STATIC_IMPLIBEXT dinput/libdinput.cross.a: dummy
14718 @cd dinput && \$(MAKE) \`basename \$@\`"
14719 ALL_MAKEFILES="$ALL_MAKEFILES \\
14720 dlls/dinput/Makefile"
14721 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14722 dinput"
14723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14724 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules config.status"
14725 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14727 ALL_MAKEFILES="$ALL_MAKEFILES \\
14728 dlls/dinput/tests/Makefile"
14729 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14730 dinput/tests"
14731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14732 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules config.status"
14733 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14735 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14736 dinput8/libdinput8.$IMPLIBEXT"
14737 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14738 dinput8/libdinput8.def dinput8/libdinput8.a dinput8/libdinput8.cross.a: dinput8/dinput8.spec \$(WINEBUILD)
14739 @cd dinput8 && \$(MAKE) \`basename \$@\`"
14740 ALL_MAKEFILES="$ALL_MAKEFILES \\
14741 dlls/dinput8/Makefile"
14742 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14743 dinput8"
14744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14745 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules config.status"
14746 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14748 ALL_MAKEFILES="$ALL_MAKEFILES \\
14749 dlls/dispdib.dll16/Makefile"
14750 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14751 dispdib.dll16"
14752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14753 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules config.status"
14754 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14756 ALL_MAKEFILES="$ALL_MAKEFILES \\
14757 dlls/display.drv16/Makefile"
14758 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14759 display.drv16"
14760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14761 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules config.status"
14762 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14764 ALL_MAKEFILES="$ALL_MAKEFILES \\
14765 dlls/dmband/Makefile"
14766 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14767 dmband"
14768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14769 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules config.status"
14770 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14772 ALL_MAKEFILES="$ALL_MAKEFILES \\
14773 dlls/dmcompos/Makefile"
14774 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14775 dmcompos"
14776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14777 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules config.status"
14778 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14780 ALL_MAKEFILES="$ALL_MAKEFILES \\
14781 dlls/dmime/Makefile"
14782 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14783 dmime"
14784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14785 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules config.status"
14786 ac_config_files="$ac_config_files dlls/dmime/Makefile"
14788 ALL_MAKEFILES="$ALL_MAKEFILES \\
14789 dlls/dmloader/Makefile"
14790 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14791 dmloader"
14792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14793 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules config.status"
14794 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14796 ALL_MAKEFILES="$ALL_MAKEFILES \\
14797 dlls/dmloader/tests/Makefile"
14798 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14799 dmloader/tests"
14800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14801 dlls/dmloader/tests/Makefile: dlls/dmloader/tests/Makefile.in dlls/Maketest.rules config.status"
14802 ac_config_files="$ac_config_files dlls/dmloader/tests/Makefile"
14804 ALL_MAKEFILES="$ALL_MAKEFILES \\
14805 dlls/dmscript/Makefile"
14806 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14807 dmscript"
14808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14809 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules config.status"
14810 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
14812 ALL_MAKEFILES="$ALL_MAKEFILES \\
14813 dlls/dmstyle/Makefile"
14814 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14815 dmstyle"
14816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14817 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules config.status"
14818 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
14820 ALL_MAKEFILES="$ALL_MAKEFILES \\
14821 dlls/dmsynth/Makefile"
14822 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14823 dmsynth"
14824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14825 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules config.status"
14826 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
14828 ALL_MAKEFILES="$ALL_MAKEFILES \\
14829 dlls/dmusic/Makefile"
14830 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14831 dmusic"
14832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14833 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules config.status"
14834 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
14836 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14837 dmusic32/libdmusic32.$IMPLIBEXT"
14838 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14839 dmusic32/libdmusic32.def dmusic32/libdmusic32.a dmusic32/libdmusic32.cross.a: dmusic32/dmusic32.spec \$(WINEBUILD)
14840 @cd dmusic32 && \$(MAKE) \`basename \$@\`"
14841 ALL_MAKEFILES="$ALL_MAKEFILES \\
14842 dlls/dmusic32/Makefile"
14843 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14844 dmusic32"
14845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14846 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules config.status"
14847 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
14849 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14850 dnsapi/libdnsapi.$IMPLIBEXT"
14851 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14852 dnsapi/libdnsapi.def dnsapi/libdnsapi.a dnsapi/libdnsapi.cross.a: dnsapi/dnsapi.spec \$(WINEBUILD)
14853 @cd dnsapi && \$(MAKE) \`basename \$@\`"
14854 ALL_MAKEFILES="$ALL_MAKEFILES \\
14855 dlls/dnsapi/Makefile"
14856 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14857 dnsapi"
14858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14859 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules config.status"
14860 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
14862 ALL_MAKEFILES="$ALL_MAKEFILES \\
14863 dlls/dnsapi/tests/Makefile"
14864 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14865 dnsapi/tests"
14866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14867 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules config.status"
14868 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
14870 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14871 dplay/libdplay.$IMPLIBEXT"
14872 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14873 dplay/libdplay.def dplay/libdplay.a dplay/libdplay.cross.a: dplay/dplay.spec \$(WINEBUILD)
14874 @cd dplay && \$(MAKE) \`basename \$@\`"
14875 ALL_MAKEFILES="$ALL_MAKEFILES \\
14876 dlls/dplay/Makefile"
14877 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14878 dplay"
14879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14880 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules config.status"
14881 ac_config_files="$ac_config_files dlls/dplay/Makefile"
14883 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14884 dplayx/libdplayx.$IMPLIBEXT"
14885 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14886 dplayx/libdplayx.def dplayx/libdplayx.a dplayx/libdplayx.cross.a: dplayx/dplayx.spec \$(WINEBUILD)
14887 @cd dplayx && \$(MAKE) \`basename \$@\`"
14888 ALL_MAKEFILES="$ALL_MAKEFILES \\
14889 dlls/dplayx/Makefile"
14890 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14891 dplayx"
14892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14893 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules config.status"
14894 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
14896 ALL_MAKEFILES="$ALL_MAKEFILES \\
14897 dlls/dplayx/tests/Makefile"
14898 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14899 dplayx/tests"
14900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14901 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules config.status"
14902 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
14904 ALL_MAKEFILES="$ALL_MAKEFILES \\
14905 dlls/dpnaddr/Makefile"
14906 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14907 dpnaddr"
14908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14909 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules config.status"
14910 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
14912 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14913 dpnet/libdpnet.$IMPLIBEXT"
14914 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14915 dpnet/libdpnet.def dpnet/libdpnet.a dpnet/libdpnet.cross.a: dpnet/dpnet.spec \$(WINEBUILD)
14916 @cd dpnet && \$(MAKE) \`basename \$@\`"
14917 ALL_MAKEFILES="$ALL_MAKEFILES \\
14918 dlls/dpnet/Makefile"
14919 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14920 dpnet"
14921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14922 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules config.status"
14923 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
14925 ALL_MAKEFILES="$ALL_MAKEFILES \\
14926 dlls/dpnhpast/Makefile"
14927 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14928 dpnhpast"
14929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14930 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules config.status"
14931 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
14933 ALL_MAKEFILES="$ALL_MAKEFILES \\
14934 dlls/dpnlobby/Makefile"
14935 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14936 dpnlobby"
14937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14938 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules config.status"
14939 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
14941 ALL_MAKEFILES="$ALL_MAKEFILES \\
14942 dlls/dpwsockx/Makefile"
14943 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14944 dpwsockx"
14945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14946 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules config.status"
14947 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
14949 ALL_MAKEFILES="$ALL_MAKEFILES \\
14950 dlls/drmclien/Makefile"
14951 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14952 drmclien"
14953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14954 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules config.status"
14955 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
14957 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14958 dsound/libdsound.$IMPLIBEXT"
14959 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14960 dsound/libdsound.def dsound/libdsound.a dsound/libdsound.cross.a: dsound/dsound.spec \$(WINEBUILD)
14961 @cd dsound && \$(MAKE) \`basename \$@\`"
14962 ALL_MAKEFILES="$ALL_MAKEFILES \\
14963 dlls/dsound/Makefile"
14964 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14965 dsound"
14966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14967 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules config.status"
14968 ac_config_files="$ac_config_files dlls/dsound/Makefile"
14970 ALL_MAKEFILES="$ALL_MAKEFILES \\
14971 dlls/dsound/tests/Makefile"
14972 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14973 dsound/tests"
14974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14975 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules config.status"
14976 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
14978 ALL_MAKEFILES="$ALL_MAKEFILES \\
14979 dlls/dssenh/Makefile"
14980 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14981 dssenh"
14982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14983 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules config.status"
14984 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
14986 ALL_MAKEFILES="$ALL_MAKEFILES \\
14987 dlls/dswave/Makefile"
14988 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14989 dswave"
14990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14991 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules config.status"
14992 ac_config_files="$ac_config_files dlls/dswave/Makefile"
14994 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14995 dwmapi/libdwmapi.$IMPLIBEXT"
14996 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14997 dwmapi/libdwmapi.def dwmapi/libdwmapi.a dwmapi/libdwmapi.cross.a: dwmapi/dwmapi.spec \$(WINEBUILD)
14998 @cd dwmapi && \$(MAKE) \`basename \$@\`"
14999 ALL_MAKEFILES="$ALL_MAKEFILES \\
15000 dlls/dwmapi/Makefile"
15001 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15002 dwmapi"
15003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15004 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules config.status"
15005 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
15007 ALL_MAKEFILES="$ALL_MAKEFILES \\
15008 dlls/dxdiagn/Makefile"
15009 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15010 dxdiagn"
15011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15012 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules config.status"
15013 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
15015 ALL_MAKEFILES="$ALL_MAKEFILES \\
15016 dlls/dxdiagn/tests/Makefile"
15017 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15018 dxdiagn/tests"
15019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15020 dlls/dxdiagn/tests/Makefile: dlls/dxdiagn/tests/Makefile.in dlls/Maketest.rules config.status"
15021 ac_config_files="$ac_config_files dlls/dxdiagn/tests/Makefile"
15023 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15024 dxerr8/libdxerr8.a"
15025 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15026 dxerr8/libdxerr8.a: dxerr8
15027 dxerr8/libdxerr8.cross.a: dummy
15028 @cd dxerr8 && \$(MAKE) libdxerr8.cross.a"
15029 ALL_MAKEFILES="$ALL_MAKEFILES \\
15030 dlls/dxerr8/Makefile"
15031 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
15032 dxerr8"
15033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15034 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules config.status"
15035 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
15037 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15038 dxerr9/libdxerr9.a"
15039 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15040 dxerr9/libdxerr9.a: dxerr9
15041 dxerr9/libdxerr9.cross.a: dummy
15042 @cd dxerr9 && \$(MAKE) libdxerr9.cross.a"
15043 ALL_MAKEFILES="$ALL_MAKEFILES \\
15044 dlls/dxerr9/Makefile"
15045 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
15046 dxerr9"
15047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15048 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules config.status"
15049 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
15051 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15052 dxgi/libdxgi.$IMPLIBEXT"
15053 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15054 dxgi/libdxgi.def dxgi/libdxgi.a dxgi/libdxgi.cross.a: dxgi/dxgi.spec \$(WINEBUILD)
15055 @cd dxgi && \$(MAKE) \`basename \$@\`"
15056 ALL_MAKEFILES="$ALL_MAKEFILES \\
15057 dlls/dxgi/Makefile"
15058 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15059 dxgi"
15060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15061 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules config.status"
15062 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
15064 ALL_MAKEFILES="$ALL_MAKEFILES \\
15065 dlls/dxgi/tests/Makefile"
15066 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15067 dxgi/tests"
15068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15069 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules config.status"
15070 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
15072 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15073 dxguid/libdxguid.a"
15074 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15075 dxguid/libdxguid.a: dxguid
15076 dxguid/libdxguid.cross.a: dummy
15077 @cd dxguid && \$(MAKE) libdxguid.cross.a"
15078 ALL_MAKEFILES="$ALL_MAKEFILES \\
15079 dlls/dxguid/Makefile"
15080 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
15081 dxguid"
15082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15083 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules config.status"
15084 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
15086 ALL_MAKEFILES="$ALL_MAKEFILES \\
15087 dlls/faultrep/Makefile"
15088 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15089 faultrep"
15090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15091 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules config.status"
15092 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
15094 ALL_MAKEFILES="$ALL_MAKEFILES \\
15095 dlls/fltlib/Makefile"
15096 test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15097 fltlib"
15098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15099 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules config.status"
15100 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
15102 ALL_MAKEFILES="$ALL_MAKEFILES \\
15103 dlls/fusion/Makefile"
15104 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15105 fusion"
15106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15107 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules config.status"
15108 ac_config_files="$ac_config_files dlls/fusion/Makefile"
15110 ALL_MAKEFILES="$ALL_MAKEFILES \\
15111 dlls/fusion/tests/Makefile"
15112 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15113 fusion/tests"
15114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15115 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules config.status"
15116 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
15118 ALL_MAKEFILES="$ALL_MAKEFILES \\
15119 dlls/fwpuclnt/Makefile"
15120 test "x$enable_fwpuclnt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15121 fwpuclnt"
15122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15123 dlls/fwpuclnt/Makefile: dlls/fwpuclnt/Makefile.in dlls/Makedll.rules config.status"
15124 ac_config_files="$ac_config_files dlls/fwpuclnt/Makefile"
15126 ALL_MAKEFILES="$ALL_MAKEFILES \\
15127 dlls/gdi.exe16/Makefile"
15128 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15129 gdi.exe16"
15130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15131 dlls/gdi.exe16/Makefile: dlls/gdi.exe16/Makefile.in dlls/Makedll.rules config.status"
15132 ac_config_files="$ac_config_files dlls/gdi.exe16/Makefile"
15134 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15135 gdi32/libgdi32.$IMPLIBEXT"
15136 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15137 gdi32/libgdi32.def gdi32/libgdi32.a gdi32/libgdi32.cross.a: gdi32/gdi32.spec \$(WINEBUILD)
15138 @cd gdi32 && \$(MAKE) \`basename \$@\`"
15139 ALL_MAKEFILES="$ALL_MAKEFILES \\
15140 dlls/gdi32/Makefile"
15141 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15142 gdi32"
15143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15144 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules config.status"
15145 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
15147 ALL_MAKEFILES="$ALL_MAKEFILES \\
15148 dlls/gdi32/tests/Makefile"
15149 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15150 gdi32/tests"
15151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15152 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules config.status"
15153 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
15155 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15156 gdiplus/libgdiplus.$IMPLIBEXT"
15157 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15158 gdiplus/libgdiplus.def gdiplus/libgdiplus.a gdiplus/libgdiplus.cross.a: gdiplus/gdiplus.spec \$(WINEBUILD)
15159 @cd gdiplus && \$(MAKE) \`basename \$@\`"
15160 ALL_MAKEFILES="$ALL_MAKEFILES \\
15161 dlls/gdiplus/Makefile"
15162 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15163 gdiplus"
15164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15165 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules config.status"
15166 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
15168 ALL_MAKEFILES="$ALL_MAKEFILES \\
15169 dlls/gdiplus/tests/Makefile"
15170 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15171 gdiplus/tests"
15172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15173 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules config.status"
15174 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
15176 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15177 glu32/libglu32.$IMPLIBEXT"
15178 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15179 glu32/libglu32.def glu32/libglu32.a glu32/libglu32.cross.a: glu32/glu32.spec \$(WINEBUILD)
15180 @cd glu32 && \$(MAKE) \`basename \$@\`"
15181 ALL_MAKEFILES="$ALL_MAKEFILES \\
15182 dlls/glu32/Makefile"
15183 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15184 glu32"
15185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15186 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules config.status"
15187 ac_config_files="$ac_config_files dlls/glu32/Makefile"
15189 ALL_MAKEFILES="$ALL_MAKEFILES \\
15190 dlls/gphoto2.ds/Makefile"
15191 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15192 gphoto2.ds"
15193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15194 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules config.status"
15195 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
15197 ALL_MAKEFILES="$ALL_MAKEFILES \\
15198 dlls/gpkcsp/Makefile"
15199 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15200 gpkcsp"
15201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15202 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules config.status"
15203 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
15205 ALL_MAKEFILES="$ALL_MAKEFILES \\
15206 dlls/hal/Makefile"
15207 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15208 hal"
15209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15210 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules config.status"
15211 ac_config_files="$ac_config_files dlls/hal/Makefile"
15213 ALL_MAKEFILES="$ALL_MAKEFILES \\
15214 dlls/hhctrl.ocx/Makefile"
15215 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15216 hhctrl.ocx"
15217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15218 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules config.status"
15219 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
15221 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15222 hid/libhid.$IMPLIBEXT"
15223 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15224 hid/libhid.def hid/libhid.a hid/libhid.cross.a: hid/hid.spec \$(WINEBUILD)
15225 @cd hid && \$(MAKE) \`basename \$@\`"
15226 ALL_MAKEFILES="$ALL_MAKEFILES \\
15227 dlls/hid/Makefile"
15228 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15229 hid"
15230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15231 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules config.status"
15232 ac_config_files="$ac_config_files dlls/hid/Makefile"
15234 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15235 hlink/libhlink.$IMPLIBEXT"
15236 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15237 hlink/libhlink.def hlink/libhlink.a hlink/libhlink.cross.a: hlink/hlink.spec \$(WINEBUILD)
15238 @cd hlink && \$(MAKE) \`basename \$@\`"
15239 ALL_MAKEFILES="$ALL_MAKEFILES \\
15240 dlls/hlink/Makefile"
15241 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15242 hlink"
15243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15244 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules config.status"
15245 ac_config_files="$ac_config_files dlls/hlink/Makefile"
15247 ALL_MAKEFILES="$ALL_MAKEFILES \\
15248 dlls/hlink/tests/Makefile"
15249 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15250 hlink/tests"
15251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15252 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules config.status"
15253 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
15255 ALL_MAKEFILES="$ALL_MAKEFILES \\
15256 dlls/hnetcfg/Makefile"
15257 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15258 hnetcfg"
15259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15260 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules config.status"
15261 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
15263 ALL_MAKEFILES="$ALL_MAKEFILES \\
15264 dlls/httpapi/Makefile"
15265 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15266 httpapi"
15267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15268 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules config.status"
15269 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
15271 ALL_MAKEFILES="$ALL_MAKEFILES \\
15272 dlls/iccvid/Makefile"
15273 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15274 iccvid"
15275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15276 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules config.status"
15277 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
15279 ALL_MAKEFILES="$ALL_MAKEFILES \\
15280 dlls/icmp/Makefile"
15281 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15282 icmp"
15283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15284 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules config.status"
15285 ac_config_files="$ac_config_files dlls/icmp/Makefile"
15287 ALL_MAKEFILES="$ALL_MAKEFILES \\
15288 dlls/ifsmgr.vxd/Makefile"
15289 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15290 ifsmgr.vxd"
15291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15292 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules config.status"
15293 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
15295 ALL_MAKEFILES="$ALL_MAKEFILES \\
15296 dlls/imaadp32.acm/Makefile"
15297 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15298 imaadp32.acm"
15299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15300 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules config.status"
15301 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
15303 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15304 imagehlp/libimagehlp.$IMPLIBEXT"
15305 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15306 imagehlp/libimagehlp.def imagehlp/libimagehlp.a imagehlp/libimagehlp.cross.a: imagehlp/imagehlp.spec \$(WINEBUILD)
15307 @cd imagehlp && \$(MAKE) \`basename \$@\`"
15308 ALL_MAKEFILES="$ALL_MAKEFILES \\
15309 dlls/imagehlp/Makefile"
15310 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15311 imagehlp"
15312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15313 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules config.status"
15314 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
15316 ALL_MAKEFILES="$ALL_MAKEFILES \\
15317 dlls/imagehlp/tests/Makefile"
15318 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15319 imagehlp/tests"
15320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15321 dlls/imagehlp/tests/Makefile: dlls/imagehlp/tests/Makefile.in dlls/Maketest.rules config.status"
15322 ac_config_files="$ac_config_files dlls/imagehlp/tests/Makefile"
15324 ALL_MAKEFILES="$ALL_MAKEFILES \\
15325 dlls/imm.dll16/Makefile"
15326 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15327 imm.dll16"
15328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15329 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules config.status"
15330 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
15332 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15333 imm32/libimm32.$IMPLIBEXT"
15334 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15335 imm32/libimm32.def imm32/libimm32.a imm32/libimm32.cross.a: imm32/imm32.spec \$(WINEBUILD)
15336 @cd imm32 && \$(MAKE) \`basename \$@\`"
15337 ALL_MAKEFILES="$ALL_MAKEFILES \\
15338 dlls/imm32/Makefile"
15339 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15340 imm32"
15341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15342 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules config.status"
15343 ac_config_files="$ac_config_files dlls/imm32/Makefile"
15345 ALL_MAKEFILES="$ALL_MAKEFILES \\
15346 dlls/imm32/tests/Makefile"
15347 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15348 imm32/tests"
15349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15350 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules config.status"
15351 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
15353 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15354 inetcomm/libinetcomm.$IMPLIBEXT"
15355 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15356 inetcomm/libinetcomm.def inetcomm/libinetcomm.a inetcomm/libinetcomm.cross.a: inetcomm/inetcomm.spec \$(WINEBUILD)
15357 @cd inetcomm && \$(MAKE) \`basename \$@\`"
15358 ALL_MAKEFILES="$ALL_MAKEFILES \\
15359 dlls/inetcomm/Makefile"
15360 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15361 inetcomm"
15362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15363 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules config.status"
15364 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
15366 ALL_MAKEFILES="$ALL_MAKEFILES \\
15367 dlls/inetcomm/tests/Makefile"
15368 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15369 inetcomm/tests"
15370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15371 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules config.status"
15372 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
15374 ALL_MAKEFILES="$ALL_MAKEFILES \\
15375 dlls/inetmib1/Makefile"
15376 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15377 inetmib1"
15378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15379 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules config.status"
15380 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
15382 ALL_MAKEFILES="$ALL_MAKEFILES \\
15383 dlls/inetmib1/tests/Makefile"
15384 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15385 inetmib1/tests"
15386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15387 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules config.status"
15388 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
15390 ALL_MAKEFILES="$ALL_MAKEFILES \\
15391 dlls/infosoft/Makefile"
15392 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15393 infosoft"
15394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15395 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules config.status"
15396 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
15398 ALL_MAKEFILES="$ALL_MAKEFILES \\
15399 dlls/infosoft/tests/Makefile"
15400 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15401 infosoft/tests"
15402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15403 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules config.status"
15404 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
15406 ALL_MAKEFILES="$ALL_MAKEFILES \\
15407 dlls/initpki/Makefile"
15408 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15409 initpki"
15410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15411 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules config.status"
15412 ac_config_files="$ac_config_files dlls/initpki/Makefile"
15414 ALL_MAKEFILES="$ALL_MAKEFILES \\
15415 dlls/inkobj/Makefile"
15416 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15417 inkobj"
15418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15419 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules config.status"
15420 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
15422 ALL_MAKEFILES="$ALL_MAKEFILES \\
15423 dlls/inseng/Makefile"
15424 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15425 inseng"
15426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15427 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules config.status"
15428 ac_config_files="$ac_config_files dlls/inseng/Makefile"
15430 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15431 iphlpapi/libiphlpapi.$IMPLIBEXT"
15432 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15433 iphlpapi/libiphlpapi.def iphlpapi/libiphlpapi.a iphlpapi/libiphlpapi.cross.a: iphlpapi/iphlpapi.spec \$(WINEBUILD)
15434 @cd iphlpapi && \$(MAKE) \`basename \$@\`"
15435 ALL_MAKEFILES="$ALL_MAKEFILES \\
15436 dlls/iphlpapi/Makefile"
15437 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15438 iphlpapi"
15439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15440 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules config.status"
15441 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
15443 ALL_MAKEFILES="$ALL_MAKEFILES \\
15444 dlls/iphlpapi/tests/Makefile"
15445 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15446 iphlpapi/tests"
15447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15448 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules config.status"
15449 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
15451 ALL_MAKEFILES="$ALL_MAKEFILES \\
15452 dlls/itircl/Makefile"
15453 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15454 itircl"
15455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15456 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules config.status"
15457 ac_config_files="$ac_config_files dlls/itircl/Makefile"
15459 ALL_MAKEFILES="$ALL_MAKEFILES \\
15460 dlls/itss/Makefile"
15461 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15462 itss"
15463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15464 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules config.status"
15465 ac_config_files="$ac_config_files dlls/itss/Makefile"
15467 ALL_MAKEFILES="$ALL_MAKEFILES \\
15468 dlls/itss/tests/Makefile"
15469 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15470 itss/tests"
15471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15472 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules config.status"
15473 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
15475 ALL_MAKEFILES="$ALL_MAKEFILES \\
15476 dlls/jscript/Makefile"
15477 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15478 jscript"
15479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15480 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules config.status"
15481 ac_config_files="$ac_config_files dlls/jscript/Makefile"
15483 ALL_MAKEFILES="$ALL_MAKEFILES \\
15484 dlls/jscript/tests/Makefile"
15485 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15486 jscript/tests"
15487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15488 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules config.status"
15489 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
15491 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15492 kernel32/libkernel32.$IMPLIBEXT"
15493 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15494 kernel32/libkernel32.def kernel32/libkernel32.a kernel32/libkernel32.cross.a: kernel32/kernel32.spec \$(WINEBUILD)
15495 @cd kernel32 && \$(MAKE) \`basename \$@\`"
15496 ALL_MAKEFILES="$ALL_MAKEFILES \\
15497 dlls/kernel32/Makefile"
15498 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15499 kernel32"
15500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15501 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules config.status"
15502 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
15504 ALL_MAKEFILES="$ALL_MAKEFILES \\
15505 dlls/kernel32/tests/Makefile"
15506 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15507 kernel32/tests"
15508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15509 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules config.status"
15510 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
15512 ALL_MAKEFILES="$ALL_MAKEFILES \\
15513 dlls/keyboard.drv16/Makefile"
15514 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15515 keyboard.drv16"
15516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15517 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules config.status"
15518 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
15520 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15521 krnl386.exe16/libkernel.$IMPLIBEXT \\
15522 libkernel.$IMPLIBEXT"
15523 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15524 libkernel.a: krnl386.exe16/libkernel.a
15525 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.a \$@
15526 libkernel.cross.a: krnl386.exe16/libkernel.cross.a
15527 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.cross.a \$@
15528 libkernel.def: krnl386.exe16/libkernel.def
15529 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.def \$@
15530 clean::
15531 \$(RM) libkernel.def
15532 krnl386.exe16/libkernel.def krnl386.exe16/libkernel.a krnl386.exe16/libkernel.cross.a: krnl386.exe16/krnl386.exe16.spec \$(WINEBUILD)
15533 @cd krnl386.exe16 && \$(MAKE) \`basename \$@\`"
15534 ALL_MAKEFILES="$ALL_MAKEFILES \\
15535 dlls/krnl386.exe16/Makefile"
15536 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15537 krnl386.exe16"
15538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15539 dlls/krnl386.exe16/Makefile: dlls/krnl386.exe16/Makefile.in dlls/Makedll.rules config.status"
15540 ac_config_files="$ac_config_files dlls/krnl386.exe16/Makefile"
15542 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15543 loadperf/libloadperf.$IMPLIBEXT"
15544 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15545 loadperf/libloadperf.def loadperf/libloadperf.a loadperf/libloadperf.cross.a: loadperf/loadperf.spec \$(WINEBUILD)
15546 @cd loadperf && \$(MAKE) \`basename \$@\`"
15547 ALL_MAKEFILES="$ALL_MAKEFILES \\
15548 dlls/loadperf/Makefile"
15549 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15550 loadperf"
15551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15552 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules config.status"
15553 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
15555 ALL_MAKEFILES="$ALL_MAKEFILES \\
15556 dlls/localspl/Makefile"
15557 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15558 localspl"
15559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15560 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules config.status"
15561 ac_config_files="$ac_config_files dlls/localspl/Makefile"
15563 ALL_MAKEFILES="$ALL_MAKEFILES \\
15564 dlls/localspl/tests/Makefile"
15565 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15566 localspl/tests"
15567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15568 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules config.status"
15569 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
15571 ALL_MAKEFILES="$ALL_MAKEFILES \\
15572 dlls/localui/Makefile"
15573 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15574 localui"
15575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15576 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules config.status"
15577 ac_config_files="$ac_config_files dlls/localui/Makefile"
15579 ALL_MAKEFILES="$ALL_MAKEFILES \\
15580 dlls/localui/tests/Makefile"
15581 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15582 localui/tests"
15583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15584 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules config.status"
15585 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
15587 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15588 lz32/liblz32.$IMPLIBEXT"
15589 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15590 lz32/liblz32.def lz32/liblz32.a lz32/liblz32.cross.a: lz32/lz32.spec \$(WINEBUILD)
15591 @cd lz32 && \$(MAKE) \`basename \$@\`"
15592 ALL_MAKEFILES="$ALL_MAKEFILES \\
15593 dlls/lz32/Makefile"
15594 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15595 lz32"
15596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15597 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules config.status"
15598 ac_config_files="$ac_config_files dlls/lz32/Makefile"
15600 ALL_MAKEFILES="$ALL_MAKEFILES \\
15601 dlls/lz32/tests/Makefile"
15602 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15603 lz32/tests"
15604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15605 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules config.status"
15606 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
15608 ALL_MAKEFILES="$ALL_MAKEFILES \\
15609 dlls/lzexpand.dll16/Makefile"
15610 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15611 lzexpand.dll16"
15612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15613 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules config.status"
15614 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
15616 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15617 mapi32/libmapi32.$IMPLIBEXT"
15618 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15619 mapi32/libmapi32.def mapi32/libmapi32.a mapi32/libmapi32.cross.a: mapi32/mapi32.spec \$(WINEBUILD)
15620 @cd mapi32 && \$(MAKE) \`basename \$@\`"
15621 ALL_MAKEFILES="$ALL_MAKEFILES \\
15622 dlls/mapi32/Makefile"
15623 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15624 mapi32"
15625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15626 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules config.status"
15627 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
15629 ALL_MAKEFILES="$ALL_MAKEFILES \\
15630 dlls/mapi32/tests/Makefile"
15631 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15632 mapi32/tests"
15633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15634 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules config.status"
15635 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
15637 ALL_MAKEFILES="$ALL_MAKEFILES \\
15638 dlls/mapistub/Makefile"
15639 test "x$enable_mapistub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15640 mapistub"
15641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15642 dlls/mapistub/Makefile: dlls/mapistub/Makefile.in dlls/Makedll.rules config.status"
15643 ac_config_files="$ac_config_files dlls/mapistub/Makefile"
15645 ALL_MAKEFILES="$ALL_MAKEFILES \\
15646 dlls/mciavi32/Makefile"
15647 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15648 mciavi32"
15649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15650 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules config.status"
15651 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
15653 ALL_MAKEFILES="$ALL_MAKEFILES \\
15654 dlls/mcicda/Makefile"
15655 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15656 mcicda"
15657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15658 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules config.status"
15659 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
15661 ALL_MAKEFILES="$ALL_MAKEFILES \\
15662 dlls/mciqtz32/Makefile"
15663 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15664 mciqtz32"
15665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15666 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules config.status"
15667 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
15669 ALL_MAKEFILES="$ALL_MAKEFILES \\
15670 dlls/mciseq/Makefile"
15671 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15672 mciseq"
15673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15674 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules config.status"
15675 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
15677 ALL_MAKEFILES="$ALL_MAKEFILES \\
15678 dlls/mciwave/Makefile"
15679 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15680 mciwave"
15681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15682 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules config.status"
15683 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
15685 ALL_MAKEFILES="$ALL_MAKEFILES \\
15686 dlls/midimap/Makefile"
15687 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15688 midimap"
15689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15690 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules config.status"
15691 ac_config_files="$ac_config_files dlls/midimap/Makefile"
15693 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15694 mlang/libmlang.$IMPLIBEXT"
15695 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15696 mlang/libmlang.def mlang/libmlang.a mlang/libmlang.cross.a: mlang/mlang.spec \$(WINEBUILD)
15697 @cd mlang && \$(MAKE) \`basename \$@\`"
15698 ALL_MAKEFILES="$ALL_MAKEFILES \\
15699 dlls/mlang/Makefile"
15700 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15701 mlang"
15702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15703 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules config.status"
15704 ac_config_files="$ac_config_files dlls/mlang/Makefile"
15706 ALL_MAKEFILES="$ALL_MAKEFILES \\
15707 dlls/mlang/tests/Makefile"
15708 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15709 mlang/tests"
15710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15711 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules config.status"
15712 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
15714 ALL_MAKEFILES="$ALL_MAKEFILES \\
15715 dlls/mmdevapi/Makefile"
15716 test "x$enable_mmdevapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15717 mmdevapi"
15718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15719 dlls/mmdevapi/Makefile: dlls/mmdevapi/Makefile.in dlls/Makedll.rules config.status"
15720 ac_config_files="$ac_config_files dlls/mmdevapi/Makefile"
15722 ALL_MAKEFILES="$ALL_MAKEFILES \\
15723 dlls/mmdevapi/tests/Makefile"
15724 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15725 mmdevapi/tests"
15726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15727 dlls/mmdevapi/tests/Makefile: dlls/mmdevapi/tests/Makefile.in dlls/Maketest.rules config.status"
15728 ac_config_files="$ac_config_files dlls/mmdevapi/tests/Makefile"
15730 ALL_MAKEFILES="$ALL_MAKEFILES \\
15731 dlls/mmdevldr.vxd/Makefile"
15732 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15733 mmdevldr.vxd"
15734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15735 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules config.status"
15736 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
15738 ALL_MAKEFILES="$ALL_MAKEFILES \\
15739 dlls/mmsystem.dll16/Makefile"
15740 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15741 mmsystem.dll16"
15742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15743 dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules config.status"
15744 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
15746 ALL_MAKEFILES="$ALL_MAKEFILES \\
15747 dlls/monodebg.vxd/Makefile"
15748 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15749 monodebg.vxd"
15750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15751 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules config.status"
15752 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
15754 ALL_MAKEFILES="$ALL_MAKEFILES \\
15755 dlls/mountmgr.sys/Makefile"
15756 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15757 mountmgr.sys"
15758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15759 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules config.status"
15760 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
15762 ALL_MAKEFILES="$ALL_MAKEFILES \\
15763 dlls/mouse.drv16/Makefile"
15764 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15765 mouse.drv16"
15766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15767 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules config.status"
15768 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
15770 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15771 mpr/libmpr.$IMPLIBEXT"
15772 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15773 mpr/libmpr.def mpr/libmpr.a mpr/libmpr.cross.a: mpr/mpr.spec \$(WINEBUILD)
15774 @cd mpr && \$(MAKE) \`basename \$@\`"
15775 ALL_MAKEFILES="$ALL_MAKEFILES \\
15776 dlls/mpr/Makefile"
15777 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15778 mpr"
15779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15780 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules config.status"
15781 ac_config_files="$ac_config_files dlls/mpr/Makefile"
15783 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15784 mprapi/libmprapi.$IMPLIBEXT"
15785 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15786 mprapi/libmprapi.def mprapi/libmprapi.a mprapi/libmprapi.cross.a: mprapi/mprapi.spec \$(WINEBUILD)
15787 @cd mprapi && \$(MAKE) \`basename \$@\`"
15788 ALL_MAKEFILES="$ALL_MAKEFILES \\
15789 dlls/mprapi/Makefile"
15790 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15791 mprapi"
15792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15793 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules config.status"
15794 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
15796 ALL_MAKEFILES="$ALL_MAKEFILES \\
15797 dlls/msacm.dll16/Makefile"
15798 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15799 msacm.dll16"
15800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15801 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules config.status"
15802 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
15804 ALL_MAKEFILES="$ALL_MAKEFILES \\
15805 dlls/msacm32.drv/Makefile"
15806 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15807 msacm32.drv"
15808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15809 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules config.status"
15810 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
15812 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15813 msacm32/libmsacm32.$IMPLIBEXT"
15814 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15815 msacm32/libmsacm32.def msacm32/libmsacm32.a msacm32/libmsacm32.cross.a: msacm32/msacm32.spec \$(WINEBUILD)
15816 @cd msacm32 && \$(MAKE) \`basename \$@\`"
15817 ALL_MAKEFILES="$ALL_MAKEFILES \\
15818 dlls/msacm32/Makefile"
15819 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15820 msacm32"
15821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15822 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules config.status"
15823 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
15825 ALL_MAKEFILES="$ALL_MAKEFILES \\
15826 dlls/msacm32/tests/Makefile"
15827 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15828 msacm32/tests"
15829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15830 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules config.status"
15831 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
15833 ALL_MAKEFILES="$ALL_MAKEFILES \\
15834 dlls/msadp32.acm/Makefile"
15835 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15836 msadp32.acm"
15837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15838 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules config.status"
15839 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
15841 ALL_MAKEFILES="$ALL_MAKEFILES \\
15842 dlls/mscat32/Makefile"
15843 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15844 mscat32"
15845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15846 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules config.status"
15847 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
15849 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15850 mscms/libmscms.$IMPLIBEXT"
15851 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15852 mscms/libmscms.def mscms/libmscms.a mscms/libmscms.cross.a: mscms/mscms.spec \$(WINEBUILD)
15853 @cd mscms && \$(MAKE) \`basename \$@\`"
15854 ALL_MAKEFILES="$ALL_MAKEFILES \\
15855 dlls/mscms/Makefile"
15856 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15857 mscms"
15858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15859 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules config.status"
15860 ac_config_files="$ac_config_files dlls/mscms/Makefile"
15862 ALL_MAKEFILES="$ALL_MAKEFILES \\
15863 dlls/mscms/tests/Makefile"
15864 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15865 mscms/tests"
15866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15867 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules config.status"
15868 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
15870 ALL_MAKEFILES="$ALL_MAKEFILES \\
15871 dlls/mscoree/Makefile"
15872 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15873 mscoree"
15874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15875 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules config.status"
15876 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
15878 ALL_MAKEFILES="$ALL_MAKEFILES \\
15879 dlls/msctf/Makefile"
15880 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15881 msctf"
15882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15883 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules config.status"
15884 ac_config_files="$ac_config_files dlls/msctf/Makefile"
15886 ALL_MAKEFILES="$ALL_MAKEFILES \\
15887 dlls/msctf/tests/Makefile"
15888 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15889 msctf/tests"
15890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15891 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules config.status"
15892 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
15894 ALL_MAKEFILES="$ALL_MAKEFILES \\
15895 dlls/msdaps/Makefile"
15896 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15897 msdaps"
15898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15899 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules config.status"
15900 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
15902 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15903 msdmo/libmsdmo.$IMPLIBEXT"
15904 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15905 msdmo/libmsdmo.def msdmo/libmsdmo.a msdmo/libmsdmo.cross.a: msdmo/msdmo.spec \$(WINEBUILD)
15906 @cd msdmo && \$(MAKE) \`basename \$@\`"
15907 ALL_MAKEFILES="$ALL_MAKEFILES \\
15908 dlls/msdmo/Makefile"
15909 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15910 msdmo"
15911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15912 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules config.status"
15913 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
15915 ALL_MAKEFILES="$ALL_MAKEFILES \\
15916 dlls/msftedit/Makefile"
15917 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15918 msftedit"
15919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15920 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules config.status"
15921 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
15923 ALL_MAKEFILES="$ALL_MAKEFILES \\
15924 dlls/msg711.acm/Makefile"
15925 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15926 msg711.acm"
15927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15928 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules config.status"
15929 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
15931 ALL_MAKEFILES="$ALL_MAKEFILES \\
15932 dlls/msgsm32.acm/Makefile"
15933 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15934 msgsm32.acm"
15935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15936 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules config.status"
15937 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
15939 ALL_MAKEFILES="$ALL_MAKEFILES \\
15940 dlls/mshtml.tlb/Makefile"
15941 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15942 mshtml.tlb"
15943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15944 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules config.status"
15945 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
15947 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15948 mshtml/libmshtml.$IMPLIBEXT"
15949 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15950 mshtml/libmshtml.def mshtml/libmshtml.a mshtml/libmshtml.cross.a: mshtml/mshtml.spec \$(WINEBUILD)
15951 @cd mshtml && \$(MAKE) \`basename \$@\`"
15952 ALL_MAKEFILES="$ALL_MAKEFILES \\
15953 dlls/mshtml/Makefile"
15954 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15955 mshtml"
15956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15957 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules config.status"
15958 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
15960 ALL_MAKEFILES="$ALL_MAKEFILES \\
15961 dlls/mshtml/tests/Makefile"
15962 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15963 mshtml/tests"
15964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15965 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules config.status"
15966 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
15968 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15969 msi/libmsi.$IMPLIBEXT"
15970 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15971 msi/libmsi.def msi/libmsi.a msi/libmsi.cross.a: msi/msi.spec \$(WINEBUILD)
15972 @cd msi && \$(MAKE) \`basename \$@\`"
15973 ALL_MAKEFILES="$ALL_MAKEFILES \\
15974 dlls/msi/Makefile"
15975 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15976 msi"
15977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15978 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules config.status"
15979 ac_config_files="$ac_config_files dlls/msi/Makefile"
15981 ALL_MAKEFILES="$ALL_MAKEFILES \\
15982 dlls/msi/tests/Makefile"
15983 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15984 msi/tests"
15985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15986 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules config.status"
15987 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
15989 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15990 msimg32/libmsimg32.$IMPLIBEXT"
15991 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15992 msimg32/libmsimg32.def msimg32/libmsimg32.a msimg32/libmsimg32.cross.a: msimg32/msimg32.spec \$(WINEBUILD)
15993 @cd msimg32 && \$(MAKE) \`basename \$@\`"
15994 ALL_MAKEFILES="$ALL_MAKEFILES \\
15995 dlls/msimg32/Makefile"
15996 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15997 msimg32"
15998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15999 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules config.status"
16000 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
16002 ALL_MAKEFILES="$ALL_MAKEFILES \\
16003 dlls/msimtf/Makefile"
16004 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16005 msimtf"
16006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16007 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules config.status"
16008 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
16010 ALL_MAKEFILES="$ALL_MAKEFILES \\
16011 dlls/msisip/Makefile"
16012 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16013 msisip"
16014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16015 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules config.status"
16016 ac_config_files="$ac_config_files dlls/msisip/Makefile"
16018 ALL_MAKEFILES="$ALL_MAKEFILES \\
16019 dlls/msisys.ocx/Makefile"
16020 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16021 msisys.ocx"
16022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16023 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules config.status"
16024 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
16026 ALL_MAKEFILES="$ALL_MAKEFILES \\
16027 dlls/msnet32/Makefile"
16028 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16029 msnet32"
16030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16031 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules config.status"
16032 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
16034 ALL_MAKEFILES="$ALL_MAKEFILES \\
16035 dlls/msrle32/Makefile"
16036 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16037 msrle32"
16038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16039 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules config.status"
16040 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
16042 ALL_MAKEFILES="$ALL_MAKEFILES \\
16043 dlls/mssign32/Makefile"
16044 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16045 mssign32"
16046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16047 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules config.status"
16048 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
16050 ALL_MAKEFILES="$ALL_MAKEFILES \\
16051 dlls/mssip32/Makefile"
16052 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16053 mssip32"
16054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16055 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules config.status"
16056 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
16058 ALL_MAKEFILES="$ALL_MAKEFILES \\
16059 dlls/mstask/Makefile"
16060 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16061 mstask"
16062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16063 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules config.status"
16064 ac_config_files="$ac_config_files dlls/mstask/Makefile"
16066 ALL_MAKEFILES="$ALL_MAKEFILES \\
16067 dlls/mstask/tests/Makefile"
16068 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16069 mstask/tests"
16070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16071 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules config.status"
16072 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
16074 ALL_MAKEFILES="$ALL_MAKEFILES \\
16075 dlls/msvcirt/Makefile"
16076 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16077 msvcirt"
16078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16079 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules config.status"
16080 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
16082 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16083 msvcr71/libmsvcr71.$IMPLIBEXT"
16084 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16085 msvcr71/libmsvcr71.def msvcr71/libmsvcr71.a msvcr71/libmsvcr71.cross.a: msvcr71/msvcr71.spec \$(WINEBUILD)
16086 @cd msvcr71 && \$(MAKE) \`basename \$@\`"
16087 ALL_MAKEFILES="$ALL_MAKEFILES \\
16088 dlls/msvcr71/Makefile"
16089 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16090 msvcr71"
16091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16092 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules config.status"
16093 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
16095 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16096 msvcrt/libmsvcrt.$IMPLIBEXT"
16097 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16098 msvcrt/libmsvcrt.def msvcrt/libmsvcrt.a msvcrt/libmsvcrt.cross.a: msvcrt/msvcrt.spec \$(WINEBUILD)
16099 @cd msvcrt && \$(MAKE) \`basename \$@\`"
16100 ALL_MAKEFILES="$ALL_MAKEFILES \\
16101 dlls/msvcrt/Makefile"
16102 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16103 msvcrt"
16104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16105 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules config.status"
16106 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
16108 ALL_MAKEFILES="$ALL_MAKEFILES \\
16109 dlls/msvcrt/tests/Makefile"
16110 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16111 msvcrt/tests"
16112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16113 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules config.status"
16114 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
16116 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16117 msvcrt20/libmsvcrt20.$IMPLIBEXT"
16118 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16119 msvcrt20/libmsvcrt20.def msvcrt20/libmsvcrt20.a msvcrt20/libmsvcrt20.cross.a: msvcrt20/msvcrt20.spec \$(WINEBUILD)
16120 @cd msvcrt20 && \$(MAKE) \`basename \$@\`"
16121 ALL_MAKEFILES="$ALL_MAKEFILES \\
16122 dlls/msvcrt20/Makefile"
16123 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16124 msvcrt20"
16125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16126 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules config.status"
16127 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
16129 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16130 msvcrt40/libmsvcrt40.$IMPLIBEXT"
16131 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16132 msvcrt40/libmsvcrt40.def msvcrt40/libmsvcrt40.a msvcrt40/libmsvcrt40.cross.a: msvcrt40/msvcrt40.spec \$(WINEBUILD)
16133 @cd msvcrt40 && \$(MAKE) \`basename \$@\`"
16134 ALL_MAKEFILES="$ALL_MAKEFILES \\
16135 dlls/msvcrt40/Makefile"
16136 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16137 msvcrt40"
16138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16139 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules config.status"
16140 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
16142 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16143 msvcrtd/libmsvcrtd.$IMPLIBEXT"
16144 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16145 msvcrtd/libmsvcrtd.def msvcrtd/libmsvcrtd.a msvcrtd/libmsvcrtd.cross.a: msvcrtd/msvcrtd.spec \$(WINEBUILD)
16146 @cd msvcrtd && \$(MAKE) \`basename \$@\`"
16147 ALL_MAKEFILES="$ALL_MAKEFILES \\
16148 dlls/msvcrtd/Makefile"
16149 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16150 msvcrtd"
16151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16152 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules config.status"
16153 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
16155 ALL_MAKEFILES="$ALL_MAKEFILES \\
16156 dlls/msvcrtd/tests/Makefile"
16157 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16158 msvcrtd/tests"
16159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16160 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules config.status"
16161 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
16163 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16164 msvfw32/libmsvfw32.$IMPLIBEXT"
16165 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16166 msvfw32/libmsvfw32.def msvfw32/libmsvfw32.a msvfw32/libmsvfw32.cross.a: msvfw32/msvfw32.spec \$(WINEBUILD)
16167 @cd msvfw32 && \$(MAKE) \`basename \$@\`"
16168 ALL_MAKEFILES="$ALL_MAKEFILES \\
16169 dlls/msvfw32/Makefile"
16170 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16171 msvfw32"
16172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16173 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules config.status"
16174 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
16176 ALL_MAKEFILES="$ALL_MAKEFILES \\
16177 dlls/msvfw32/tests/Makefile"
16178 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16179 msvfw32/tests"
16180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16181 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules config.status"
16182 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
16184 ALL_MAKEFILES="$ALL_MAKEFILES \\
16185 dlls/msvidc32/Makefile"
16186 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16187 msvidc32"
16188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16189 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules config.status"
16190 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
16192 ALL_MAKEFILES="$ALL_MAKEFILES \\
16193 dlls/msvideo.dll16/Makefile"
16194 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16195 msvideo.dll16"
16196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16197 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules config.status"
16198 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
16200 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16201 mswsock/libmswsock.$IMPLIBEXT"
16202 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16203 mswsock/libmswsock.def mswsock/libmswsock.a mswsock/libmswsock.cross.a: mswsock/mswsock.spec \$(WINEBUILD)
16204 @cd mswsock && \$(MAKE) \`basename \$@\`"
16205 ALL_MAKEFILES="$ALL_MAKEFILES \\
16206 dlls/mswsock/Makefile"
16207 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16208 mswsock"
16209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16210 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules config.status"
16211 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
16213 ALL_MAKEFILES="$ALL_MAKEFILES \\
16214 dlls/msxml3/Makefile"
16215 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16216 msxml3"
16217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16218 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules config.status"
16219 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
16221 ALL_MAKEFILES="$ALL_MAKEFILES \\
16222 dlls/msxml3/tests/Makefile"
16223 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16224 msxml3/tests"
16225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16226 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules config.status"
16227 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
16229 ALL_MAKEFILES="$ALL_MAKEFILES \\
16230 dlls/msxml4/Makefile"
16231 test "x$enable_msxml4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16232 msxml4"
16233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16234 dlls/msxml4/Makefile: dlls/msxml4/Makefile.in dlls/Makedll.rules config.status"
16235 ac_config_files="$ac_config_files dlls/msxml4/Makefile"
16237 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16238 nddeapi/libnddeapi.$IMPLIBEXT"
16239 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16240 nddeapi/libnddeapi.def nddeapi/libnddeapi.a nddeapi/libnddeapi.cross.a: nddeapi/nddeapi.spec \$(WINEBUILD)
16241 @cd nddeapi && \$(MAKE) \`basename \$@\`"
16242 ALL_MAKEFILES="$ALL_MAKEFILES \\
16243 dlls/nddeapi/Makefile"
16244 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16245 nddeapi"
16246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16247 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules config.status"
16248 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
16250 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16251 netapi32/libnetapi32.$IMPLIBEXT"
16252 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16253 netapi32/libnetapi32.def netapi32/libnetapi32.a netapi32/libnetapi32.cross.a: netapi32/netapi32.spec \$(WINEBUILD)
16254 @cd netapi32 && \$(MAKE) \`basename \$@\`"
16255 ALL_MAKEFILES="$ALL_MAKEFILES \\
16256 dlls/netapi32/Makefile"
16257 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16258 netapi32"
16259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16260 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules config.status"
16261 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
16263 ALL_MAKEFILES="$ALL_MAKEFILES \\
16264 dlls/netapi32/tests/Makefile"
16265 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16266 netapi32/tests"
16267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16268 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules config.status"
16269 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
16271 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16272 newdev/libnewdev.$IMPLIBEXT"
16273 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16274 newdev/libnewdev.def newdev/libnewdev.a newdev/libnewdev.cross.a: newdev/newdev.spec \$(WINEBUILD)
16275 @cd newdev && \$(MAKE) \`basename \$@\`"
16276 ALL_MAKEFILES="$ALL_MAKEFILES \\
16277 dlls/newdev/Makefile"
16278 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16279 newdev"
16280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16281 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules config.status"
16282 ac_config_files="$ac_config_files dlls/newdev/Makefile"
16284 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16285 ntdll/libntdll.$IMPLIBEXT"
16286 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16287 ntdll/libntdll.def ntdll/libntdll.a ntdll/libntdll.cross.a: ntdll/ntdll.spec \$(WINEBUILD)
16288 @cd ntdll && \$(MAKE) \`basename \$@\`"
16289 ALL_MAKEFILES="$ALL_MAKEFILES \\
16290 dlls/ntdll/Makefile"
16291 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16292 ntdll"
16293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16294 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules config.status"
16295 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
16297 ALL_MAKEFILES="$ALL_MAKEFILES \\
16298 dlls/ntdll/tests/Makefile"
16299 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16300 ntdll/tests"
16301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16302 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules config.status"
16303 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
16305 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16306 ntdsapi/libntdsapi.$IMPLIBEXT"
16307 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16308 ntdsapi/libntdsapi.def ntdsapi/libntdsapi.a ntdsapi/libntdsapi.cross.a: ntdsapi/ntdsapi.spec \$(WINEBUILD)
16309 @cd ntdsapi && \$(MAKE) \`basename \$@\`"
16310 ALL_MAKEFILES="$ALL_MAKEFILES \\
16311 dlls/ntdsapi/Makefile"
16312 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16313 ntdsapi"
16314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16315 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules config.status"
16316 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
16318 ALL_MAKEFILES="$ALL_MAKEFILES \\
16319 dlls/ntdsapi/tests/Makefile"
16320 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16321 ntdsapi/tests"
16322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16323 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules config.status"
16324 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
16326 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16327 ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT"
16328 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16329 ntoskrnl.exe/libntoskrnl.exe.def ntoskrnl.exe/libntoskrnl.exe.a ntoskrnl.exe/libntoskrnl.exe.cross.a: ntoskrnl.exe/ntoskrnl.exe.spec \$(WINEBUILD)
16330 @cd ntoskrnl.exe && \$(MAKE) \`basename \$@\`"
16331 ALL_MAKEFILES="$ALL_MAKEFILES \\
16332 dlls/ntoskrnl.exe/Makefile"
16333 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16334 ntoskrnl.exe"
16335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16336 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules config.status"
16337 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
16339 ALL_MAKEFILES="$ALL_MAKEFILES \\
16340 dlls/ntprint/Makefile"
16341 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16342 ntprint"
16343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16344 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules config.status"
16345 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
16347 ALL_MAKEFILES="$ALL_MAKEFILES \\
16348 dlls/ntprint/tests/Makefile"
16349 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16350 ntprint/tests"
16351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16352 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules config.status"
16353 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
16355 ALL_MAKEFILES="$ALL_MAKEFILES \\
16356 dlls/objsel/Makefile"
16357 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16358 objsel"
16359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16360 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules config.status"
16361 ac_config_files="$ac_config_files dlls/objsel/Makefile"
16363 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16364 odbc32/libodbc32.$IMPLIBEXT"
16365 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16366 odbc32/libodbc32.def odbc32/libodbc32.a odbc32/libodbc32.cross.a: odbc32/odbc32.spec \$(WINEBUILD)
16367 @cd odbc32 && \$(MAKE) \`basename \$@\`"
16368 ALL_MAKEFILES="$ALL_MAKEFILES \\
16369 dlls/odbc32/Makefile"
16370 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16371 odbc32"
16372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16373 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules config.status"
16374 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
16376 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16377 odbccp32/libodbccp32.$IMPLIBEXT"
16378 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16379 odbccp32/libodbccp32.def odbccp32/libodbccp32.a odbccp32/libodbccp32.cross.a: odbccp32/odbccp32.spec \$(WINEBUILD)
16380 @cd odbccp32 && \$(MAKE) \`basename \$@\`"
16381 ALL_MAKEFILES="$ALL_MAKEFILES \\
16382 dlls/odbccp32/Makefile"
16383 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16384 odbccp32"
16385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16386 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules config.status"
16387 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
16389 ALL_MAKEFILES="$ALL_MAKEFILES \\
16390 dlls/odbccp32/tests/Makefile"
16391 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16392 odbccp32/tests"
16393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16394 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules config.status"
16395 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
16397 ALL_MAKEFILES="$ALL_MAKEFILES \\
16398 dlls/ole2.dll16/Makefile"
16399 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16400 ole2.dll16"
16401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16402 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules config.status"
16403 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
16405 ALL_MAKEFILES="$ALL_MAKEFILES \\
16406 dlls/ole2conv.dll16/Makefile"
16407 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16408 ole2conv.dll16"
16409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16410 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules config.status"
16411 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
16413 ALL_MAKEFILES="$ALL_MAKEFILES \\
16414 dlls/ole2disp.dll16/Makefile"
16415 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16416 ole2disp.dll16"
16417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16418 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules config.status"
16419 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
16421 ALL_MAKEFILES="$ALL_MAKEFILES \\
16422 dlls/ole2nls.dll16/Makefile"
16423 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16424 ole2nls.dll16"
16425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16426 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules config.status"
16427 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
16429 ALL_MAKEFILES="$ALL_MAKEFILES \\
16430 dlls/ole2prox.dll16/Makefile"
16431 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16432 ole2prox.dll16"
16433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16434 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules config.status"
16435 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
16437 ALL_MAKEFILES="$ALL_MAKEFILES \\
16438 dlls/ole2thk.dll16/Makefile"
16439 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16440 ole2thk.dll16"
16441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16442 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules config.status"
16443 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
16445 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16446 ole32/libole32.$IMPLIBEXT"
16447 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16448 ole32/libole32.def ole32/libole32.a ole32/libole32.cross.a: ole32/ole32.spec \$(WINEBUILD)
16449 @cd ole32 && \$(MAKE) \`basename \$@\`"
16450 ALL_MAKEFILES="$ALL_MAKEFILES \\
16451 dlls/ole32/Makefile"
16452 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16453 ole32"
16454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16455 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules config.status"
16456 ac_config_files="$ac_config_files dlls/ole32/Makefile"
16458 ALL_MAKEFILES="$ALL_MAKEFILES \\
16459 dlls/ole32/tests/Makefile"
16460 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16461 ole32/tests"
16462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16463 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules config.status"
16464 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
16466 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16467 oleacc/liboleacc.$IMPLIBEXT"
16468 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16469 oleacc/liboleacc.def oleacc/liboleacc.a oleacc/liboleacc.cross.a: oleacc/oleacc.spec \$(WINEBUILD)
16470 @cd oleacc && \$(MAKE) \`basename \$@\`"
16471 ALL_MAKEFILES="$ALL_MAKEFILES \\
16472 dlls/oleacc/Makefile"
16473 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16474 oleacc"
16475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16476 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules config.status"
16477 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
16479 ALL_MAKEFILES="$ALL_MAKEFILES \\
16480 dlls/oleacc/tests/Makefile"
16481 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16482 oleacc/tests"
16483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16484 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules config.status"
16485 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
16487 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16488 oleaut32/liboleaut32.$IMPLIBEXT"
16489 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16490 oleaut32/liboleaut32.def oleaut32/liboleaut32.a oleaut32/liboleaut32.cross.a: oleaut32/oleaut32.spec \$(WINEBUILD)
16491 @cd oleaut32 && \$(MAKE) \`basename \$@\`"
16492 ALL_MAKEFILES="$ALL_MAKEFILES \\
16493 dlls/oleaut32/Makefile"
16494 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16495 oleaut32"
16496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16497 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules config.status"
16498 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
16500 ALL_MAKEFILES="$ALL_MAKEFILES \\
16501 dlls/oleaut32/tests/Makefile"
16502 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16503 oleaut32/tests"
16504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16505 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules config.status"
16506 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
16508 ALL_MAKEFILES="$ALL_MAKEFILES \\
16509 dlls/olecli.dll16/Makefile"
16510 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16511 olecli.dll16"
16512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16513 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules config.status"
16514 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
16516 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16517 olecli32/libolecli32.$IMPLIBEXT"
16518 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16519 olecli32/libolecli32.def olecli32/libolecli32.a olecli32/libolecli32.cross.a: olecli32/olecli32.spec \$(WINEBUILD)
16520 @cd olecli32 && \$(MAKE) \`basename \$@\`"
16521 ALL_MAKEFILES="$ALL_MAKEFILES \\
16522 dlls/olecli32/Makefile"
16523 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16524 olecli32"
16525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16526 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules config.status"
16527 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
16529 ALL_MAKEFILES="$ALL_MAKEFILES \\
16530 dlls/oledb32/Makefile"
16531 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16532 oledb32"
16533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16534 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules config.status"
16535 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
16537 ALL_MAKEFILES="$ALL_MAKEFILES \\
16538 dlls/oledb32/tests/Makefile"
16539 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16540 oledb32/tests"
16541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16542 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules config.status"
16543 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
16545 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16546 oledlg/liboledlg.$IMPLIBEXT"
16547 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16548 oledlg/liboledlg.def oledlg/liboledlg.a oledlg/liboledlg.cross.a: oledlg/oledlg.spec \$(WINEBUILD)
16549 @cd oledlg && \$(MAKE) \`basename \$@\`"
16550 ALL_MAKEFILES="$ALL_MAKEFILES \\
16551 dlls/oledlg/Makefile"
16552 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16553 oledlg"
16554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16555 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules config.status"
16556 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
16558 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16559 olepro32/libolepro32.$IMPLIBEXT"
16560 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16561 olepro32/libolepro32.def olepro32/libolepro32.a olepro32/libolepro32.cross.a: olepro32/olepro32.spec \$(WINEBUILD)
16562 @cd olepro32 && \$(MAKE) \`basename \$@\`"
16563 ALL_MAKEFILES="$ALL_MAKEFILES \\
16564 dlls/olepro32/Makefile"
16565 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16566 olepro32"
16567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16568 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules config.status"
16569 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
16571 ALL_MAKEFILES="$ALL_MAKEFILES \\
16572 dlls/olesvr.dll16/Makefile"
16573 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16574 olesvr.dll16"
16575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16576 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules config.status"
16577 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
16579 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16580 olesvr32/libolesvr32.$IMPLIBEXT"
16581 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16582 olesvr32/libolesvr32.def olesvr32/libolesvr32.a olesvr32/libolesvr32.cross.a: olesvr32/olesvr32.spec \$(WINEBUILD)
16583 @cd olesvr32 && \$(MAKE) \`basename \$@\`"
16584 ALL_MAKEFILES="$ALL_MAKEFILES \\
16585 dlls/olesvr32/Makefile"
16586 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16587 olesvr32"
16588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16589 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules config.status"
16590 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
16592 ALL_MAKEFILES="$ALL_MAKEFILES \\
16593 dlls/olethk32/Makefile"
16594 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16595 olethk32"
16596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16597 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules config.status"
16598 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
16600 ALL_MAKEFILES="$ALL_MAKEFILES \\
16601 dlls/openal32/Makefile"
16602 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16603 openal32"
16604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16605 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules config.status"
16606 ac_config_files="$ac_config_files dlls/openal32/Makefile"
16608 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16609 opengl32/libopengl32.$IMPLIBEXT"
16610 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16611 opengl32/libopengl32.def opengl32/libopengl32.a opengl32/libopengl32.cross.a: opengl32/opengl32.spec \$(WINEBUILD)
16612 @cd opengl32 && \$(MAKE) \`basename \$@\`"
16613 ALL_MAKEFILES="$ALL_MAKEFILES \\
16614 dlls/opengl32/Makefile"
16615 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16616 opengl32"
16617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16618 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules config.status"
16619 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
16621 ALL_MAKEFILES="$ALL_MAKEFILES \\
16622 dlls/opengl32/tests/Makefile"
16623 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16624 opengl32/tests"
16625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16626 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules config.status"
16627 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
16629 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16630 pdh/libpdh.$IMPLIBEXT"
16631 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16632 pdh/libpdh.def pdh/libpdh.a pdh/libpdh.cross.a: pdh/pdh.spec \$(WINEBUILD)
16633 @cd pdh && \$(MAKE) \`basename \$@\`"
16634 ALL_MAKEFILES="$ALL_MAKEFILES \\
16635 dlls/pdh/Makefile"
16636 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16637 pdh"
16638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16639 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules config.status"
16640 ac_config_files="$ac_config_files dlls/pdh/Makefile"
16642 ALL_MAKEFILES="$ALL_MAKEFILES \\
16643 dlls/pdh/tests/Makefile"
16644 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16645 pdh/tests"
16646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16647 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules config.status"
16648 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
16650 ALL_MAKEFILES="$ALL_MAKEFILES \\
16651 dlls/pidgen/Makefile"
16652 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16653 pidgen"
16654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16655 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules config.status"
16656 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
16658 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16659 powrprof/libpowrprof.$IMPLIBEXT"
16660 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16661 powrprof/libpowrprof.def powrprof/libpowrprof.a powrprof/libpowrprof.cross.a: powrprof/powrprof.spec \$(WINEBUILD)
16662 @cd powrprof && \$(MAKE) \`basename \$@\`"
16663 ALL_MAKEFILES="$ALL_MAKEFILES \\
16664 dlls/powrprof/Makefile"
16665 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16666 powrprof"
16667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16668 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules config.status"
16669 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
16671 ALL_MAKEFILES="$ALL_MAKEFILES \\
16672 dlls/printui/Makefile"
16673 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16674 printui"
16675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16676 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules config.status"
16677 ac_config_files="$ac_config_files dlls/printui/Makefile"
16679 ALL_MAKEFILES="$ALL_MAKEFILES \\
16680 dlls/propsys/Makefile"
16681 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16682 propsys"
16683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16684 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules config.status"
16685 ac_config_files="$ac_config_files dlls/propsys/Makefile"
16687 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16688 psapi/libpsapi.$IMPLIBEXT"
16689 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16690 psapi/libpsapi.def psapi/libpsapi.a psapi/libpsapi.cross.a: psapi/psapi.spec \$(WINEBUILD)
16691 @cd psapi && \$(MAKE) \`basename \$@\`"
16692 ALL_MAKEFILES="$ALL_MAKEFILES \\
16693 dlls/psapi/Makefile"
16694 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16695 psapi"
16696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16697 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules config.status"
16698 ac_config_files="$ac_config_files dlls/psapi/Makefile"
16700 ALL_MAKEFILES="$ALL_MAKEFILES \\
16701 dlls/psapi/tests/Makefile"
16702 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16703 psapi/tests"
16704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16705 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules config.status"
16706 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
16708 ALL_MAKEFILES="$ALL_MAKEFILES \\
16709 dlls/pstorec/Makefile"
16710 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16711 pstorec"
16712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16713 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules config.status"
16714 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
16716 ALL_MAKEFILES="$ALL_MAKEFILES \\
16717 dlls/qcap/Makefile"
16718 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16719 qcap"
16720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16721 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules config.status"
16722 ac_config_files="$ac_config_files dlls/qcap/Makefile"
16724 ALL_MAKEFILES="$ALL_MAKEFILES \\
16725 dlls/qedit/Makefile"
16726 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16727 qedit"
16728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16729 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules config.status"
16730 ac_config_files="$ac_config_files dlls/qedit/Makefile"
16732 ALL_MAKEFILES="$ALL_MAKEFILES \\
16733 dlls/qedit/tests/Makefile"
16734 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16735 qedit/tests"
16736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16737 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules config.status"
16738 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
16740 ALL_MAKEFILES="$ALL_MAKEFILES \\
16741 dlls/qmgr/Makefile"
16742 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16743 qmgr"
16744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16745 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules config.status"
16746 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
16748 ALL_MAKEFILES="$ALL_MAKEFILES \\
16749 dlls/qmgr/tests/Makefile"
16750 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16751 qmgr/tests"
16752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16753 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules config.status"
16754 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
16756 ALL_MAKEFILES="$ALL_MAKEFILES \\
16757 dlls/qmgrprxy/Makefile"
16758 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16759 qmgrprxy"
16760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16761 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules config.status"
16762 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
16764 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16765 quartz/libquartz.$IMPLIBEXT"
16766 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16767 quartz/libquartz.def quartz/libquartz.a quartz/libquartz.cross.a: quartz/quartz.spec \$(WINEBUILD)
16768 @cd quartz && \$(MAKE) \`basename \$@\`"
16769 ALL_MAKEFILES="$ALL_MAKEFILES \\
16770 dlls/quartz/Makefile"
16771 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16772 quartz"
16773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16774 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules config.status"
16775 ac_config_files="$ac_config_files dlls/quartz/Makefile"
16777 ALL_MAKEFILES="$ALL_MAKEFILES \\
16778 dlls/quartz/tests/Makefile"
16779 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16780 quartz/tests"
16781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16782 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules config.status"
16783 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
16785 ALL_MAKEFILES="$ALL_MAKEFILES \\
16786 dlls/query/Makefile"
16787 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16788 query"
16789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16790 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules config.status"
16791 ac_config_files="$ac_config_files dlls/query/Makefile"
16793 ALL_MAKEFILES="$ALL_MAKEFILES \\
16794 dlls/rasapi16.dll16/Makefile"
16795 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16796 rasapi16.dll16"
16797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16798 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules config.status"
16799 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
16801 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16802 rasapi32/librasapi32.$IMPLIBEXT"
16803 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16804 rasapi32/librasapi32.def rasapi32/librasapi32.a rasapi32/librasapi32.cross.a: rasapi32/rasapi32.spec \$(WINEBUILD)
16805 @cd rasapi32 && \$(MAKE) \`basename \$@\`"
16806 ALL_MAKEFILES="$ALL_MAKEFILES \\
16807 dlls/rasapi32/Makefile"
16808 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16809 rasapi32"
16810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16811 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules config.status"
16812 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
16814 ALL_MAKEFILES="$ALL_MAKEFILES \\
16815 dlls/rasapi32/tests/Makefile"
16816 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16817 rasapi32/tests"
16818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16819 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules config.status"
16820 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
16822 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16823 rasdlg/librasdlg.$IMPLIBEXT"
16824 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16825 rasdlg/librasdlg.def rasdlg/librasdlg.a rasdlg/librasdlg.cross.a: rasdlg/rasdlg.spec \$(WINEBUILD)
16826 @cd rasdlg && \$(MAKE) \`basename \$@\`"
16827 ALL_MAKEFILES="$ALL_MAKEFILES \\
16828 dlls/rasdlg/Makefile"
16829 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16830 rasdlg"
16831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16832 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules config.status"
16833 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
16835 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16836 resutils/libresutils.$IMPLIBEXT"
16837 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16838 resutils/libresutils.def resutils/libresutils.a resutils/libresutils.cross.a: resutils/resutils.spec \$(WINEBUILD)
16839 @cd resutils && \$(MAKE) \`basename \$@\`"
16840 ALL_MAKEFILES="$ALL_MAKEFILES \\
16841 dlls/resutils/Makefile"
16842 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16843 resutils"
16844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16845 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules config.status"
16846 ac_config_files="$ac_config_files dlls/resutils/Makefile"
16848 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16849 riched20/libriched20.$IMPLIBEXT"
16850 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16851 riched20/libriched20.def riched20/libriched20.a riched20/libriched20.cross.a: riched20/riched20.spec \$(WINEBUILD)
16852 @cd riched20 && \$(MAKE) \`basename \$@\`"
16853 ALL_MAKEFILES="$ALL_MAKEFILES \\
16854 dlls/riched20/Makefile"
16855 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16856 riched20"
16857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16858 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules config.status"
16859 ac_config_files="$ac_config_files dlls/riched20/Makefile"
16861 ALL_MAKEFILES="$ALL_MAKEFILES \\
16862 dlls/riched20/tests/Makefile"
16863 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16864 riched20/tests"
16865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16866 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules config.status"
16867 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
16869 ALL_MAKEFILES="$ALL_MAKEFILES \\
16870 dlls/riched32/Makefile"
16871 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16872 riched32"
16873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16874 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules config.status"
16875 ac_config_files="$ac_config_files dlls/riched32/Makefile"
16877 ALL_MAKEFILES="$ALL_MAKEFILES \\
16878 dlls/riched32/tests/Makefile"
16879 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16880 riched32/tests"
16881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16882 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules config.status"
16883 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
16885 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16886 rpcrt4/librpcrt4.$IMPLIBEXT"
16887 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16888 rpcrt4/librpcrt4.def rpcrt4/librpcrt4.a rpcrt4/librpcrt4.cross.a: rpcrt4/rpcrt4.spec \$(WINEBUILD)
16889 @cd rpcrt4 && \$(MAKE) \`basename \$@\`"
16890 ALL_MAKEFILES="$ALL_MAKEFILES \\
16891 dlls/rpcrt4/Makefile"
16892 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16893 rpcrt4"
16894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16895 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules config.status"
16896 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
16898 ALL_MAKEFILES="$ALL_MAKEFILES \\
16899 dlls/rpcrt4/tests/Makefile"
16900 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16901 rpcrt4/tests"
16902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16903 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules config.status"
16904 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
16906 ALL_MAKEFILES="$ALL_MAKEFILES \\
16907 dlls/rsabase/Makefile"
16908 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16909 rsabase"
16910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16911 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules config.status"
16912 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
16914 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16915 rsaenh/librsaenh.$IMPLIBEXT"
16916 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16917 rsaenh/librsaenh.def rsaenh/librsaenh.a rsaenh/librsaenh.cross.a: rsaenh/rsaenh.spec \$(WINEBUILD)
16918 @cd rsaenh && \$(MAKE) \`basename \$@\`"
16919 ALL_MAKEFILES="$ALL_MAKEFILES \\
16920 dlls/rsaenh/Makefile"
16921 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16922 rsaenh"
16923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16924 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules config.status"
16925 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
16927 ALL_MAKEFILES="$ALL_MAKEFILES \\
16928 dlls/rsaenh/tests/Makefile"
16929 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16930 rsaenh/tests"
16931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16932 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules config.status"
16933 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
16935 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16936 rtutils/librtutils.$IMPLIBEXT"
16937 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16938 rtutils/librtutils.def rtutils/librtutils.a rtutils/librtutils.cross.a: rtutils/rtutils.spec \$(WINEBUILD)
16939 @cd rtutils && \$(MAKE) \`basename \$@\`"
16940 ALL_MAKEFILES="$ALL_MAKEFILES \\
16941 dlls/rtutils/Makefile"
16942 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16943 rtutils"
16944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16945 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules config.status"
16946 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
16948 ALL_MAKEFILES="$ALL_MAKEFILES \\
16949 dlls/sane.ds/Makefile"
16950 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16951 sane.ds"
16952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16953 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules config.status"
16954 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
16956 ALL_MAKEFILES="$ALL_MAKEFILES \\
16957 dlls/sccbase/Makefile"
16958 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16959 sccbase"
16960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16961 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules config.status"
16962 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
16964 ALL_MAKEFILES="$ALL_MAKEFILES \\
16965 dlls/schannel/Makefile"
16966 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16967 schannel"
16968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16969 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules config.status"
16970 ac_config_files="$ac_config_files dlls/schannel/Makefile"
16972 ALL_MAKEFILES="$ALL_MAKEFILES \\
16973 dlls/schannel/tests/Makefile"
16974 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16975 schannel/tests"
16976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16977 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules config.status"
16978 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
16980 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16981 secur32/libsecur32.$IMPLIBEXT"
16982 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16983 secur32/libsecur32.def secur32/libsecur32.a secur32/libsecur32.cross.a: secur32/secur32.spec \$(WINEBUILD)
16984 @cd secur32 && \$(MAKE) \`basename \$@\`"
16985 ALL_MAKEFILES="$ALL_MAKEFILES \\
16986 dlls/secur32/Makefile"
16987 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16988 secur32"
16989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16990 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules config.status"
16991 ac_config_files="$ac_config_files dlls/secur32/Makefile"
16993 ALL_MAKEFILES="$ALL_MAKEFILES \\
16994 dlls/secur32/tests/Makefile"
16995 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16996 secur32/tests"
16997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16998 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules config.status"
16999 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
17001 ALL_MAKEFILES="$ALL_MAKEFILES \\
17002 dlls/security/Makefile"
17003 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17004 security"
17005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17006 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules config.status"
17007 ac_config_files="$ac_config_files dlls/security/Makefile"
17009 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17010 sensapi/libsensapi.$IMPLIBEXT"
17011 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17012 sensapi/libsensapi.def sensapi/libsensapi.a sensapi/libsensapi.cross.a: sensapi/sensapi.spec \$(WINEBUILD)
17013 @cd sensapi && \$(MAKE) \`basename \$@\`"
17014 ALL_MAKEFILES="$ALL_MAKEFILES \\
17015 dlls/sensapi/Makefile"
17016 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17017 sensapi"
17018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17019 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules config.status"
17020 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
17022 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17023 serialui/libserialui.$IMPLIBEXT"
17024 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17025 serialui/libserialui.def serialui/libserialui.a serialui/libserialui.cross.a: serialui/serialui.spec \$(WINEBUILD)
17026 @cd serialui && \$(MAKE) \`basename \$@\`"
17027 ALL_MAKEFILES="$ALL_MAKEFILES \\
17028 dlls/serialui/Makefile"
17029 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17030 serialui"
17031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17032 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules config.status"
17033 ac_config_files="$ac_config_files dlls/serialui/Makefile"
17035 ALL_MAKEFILES="$ALL_MAKEFILES \\
17036 dlls/serialui/tests/Makefile"
17037 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17038 serialui/tests"
17039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17040 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules config.status"
17041 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
17043 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17044 setupapi/libsetupapi.$IMPLIBEXT"
17045 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17046 setupapi/libsetupapi.def setupapi/libsetupapi.a setupapi/libsetupapi.cross.a: setupapi/setupapi.spec \$(WINEBUILD)
17047 @cd setupapi && \$(MAKE) \`basename \$@\`"
17048 ALL_MAKEFILES="$ALL_MAKEFILES \\
17049 dlls/setupapi/Makefile"
17050 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17051 setupapi"
17052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17053 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules config.status"
17054 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
17056 ALL_MAKEFILES="$ALL_MAKEFILES \\
17057 dlls/setupapi/tests/Makefile"
17058 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17059 setupapi/tests"
17060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17061 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules config.status"
17062 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
17064 ALL_MAKEFILES="$ALL_MAKEFILES \\
17065 dlls/setupx.dll16/Makefile"
17066 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17067 setupx.dll16"
17068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17069 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules config.status"
17070 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
17072 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17073 sfc/libsfc.$IMPLIBEXT"
17074 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17075 sfc/libsfc.def sfc/libsfc.a sfc/libsfc.cross.a: sfc/sfc.spec \$(WINEBUILD)
17076 @cd sfc && \$(MAKE) \`basename \$@\`"
17077 ALL_MAKEFILES="$ALL_MAKEFILES \\
17078 dlls/sfc/Makefile"
17079 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17080 sfc"
17081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17082 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules config.status"
17083 ac_config_files="$ac_config_files dlls/sfc/Makefile"
17085 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17086 sfc_os/libsfc_os.$IMPLIBEXT"
17087 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17088 sfc_os/libsfc_os.def sfc_os/libsfc_os.a sfc_os/libsfc_os.cross.a: sfc_os/sfc_os.spec \$(WINEBUILD)
17089 @cd sfc_os && \$(MAKE) \`basename \$@\`"
17090 ALL_MAKEFILES="$ALL_MAKEFILES \\
17091 dlls/sfc_os/Makefile"
17092 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17093 sfc_os"
17094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17095 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules config.status"
17096 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
17098 ALL_MAKEFILES="$ALL_MAKEFILES \\
17099 dlls/shdoclc/Makefile"
17100 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17101 shdoclc"
17102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17103 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules config.status"
17104 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
17106 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17107 shdocvw/libshdocvw.$IMPLIBEXT"
17108 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17109 shdocvw/libshdocvw.def shdocvw/libshdocvw.a shdocvw/libshdocvw.cross.a: shdocvw/shdocvw.spec \$(WINEBUILD)
17110 @cd shdocvw && \$(MAKE) \`basename \$@\`"
17111 ALL_MAKEFILES="$ALL_MAKEFILES \\
17112 dlls/shdocvw/Makefile"
17113 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17114 shdocvw"
17115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17116 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules config.status"
17117 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
17119 ALL_MAKEFILES="$ALL_MAKEFILES \\
17120 dlls/shdocvw/tests/Makefile"
17121 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17122 shdocvw/tests"
17123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17124 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules config.status"
17125 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
17127 ALL_MAKEFILES="$ALL_MAKEFILES \\
17128 dlls/shell.dll16/Makefile"
17129 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17130 shell.dll16"
17131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17132 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules config.status"
17133 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
17135 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17136 shell32/libshell32.$IMPLIBEXT"
17137 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17138 shell32/libshell32.def shell32/libshell32.a shell32/libshell32.cross.a: shell32/shell32.spec \$(WINEBUILD)
17139 @cd shell32 && \$(MAKE) \`basename \$@\`"
17140 ALL_MAKEFILES="$ALL_MAKEFILES \\
17141 dlls/shell32/Makefile"
17142 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17143 shell32"
17144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17145 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules config.status"
17146 ac_config_files="$ac_config_files dlls/shell32/Makefile"
17148 ALL_MAKEFILES="$ALL_MAKEFILES \\
17149 dlls/shell32/tests/Makefile"
17150 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17151 shell32/tests"
17152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17153 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules config.status"
17154 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
17156 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17157 shfolder/libshfolder.$IMPLIBEXT"
17158 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17159 shfolder/libshfolder.def shfolder/libshfolder.a shfolder/libshfolder.cross.a: shfolder/shfolder.spec \$(WINEBUILD)
17160 @cd shfolder && \$(MAKE) \`basename \$@\`"
17161 ALL_MAKEFILES="$ALL_MAKEFILES \\
17162 dlls/shfolder/Makefile"
17163 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17164 shfolder"
17165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17166 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules config.status"
17167 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
17169 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17170 shlwapi/libshlwapi.$IMPLIBEXT"
17171 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17172 shlwapi/libshlwapi.def shlwapi/libshlwapi.a shlwapi/libshlwapi.cross.a: shlwapi/shlwapi.spec \$(WINEBUILD)
17173 @cd shlwapi && \$(MAKE) \`basename \$@\`"
17174 ALL_MAKEFILES="$ALL_MAKEFILES \\
17175 dlls/shlwapi/Makefile"
17176 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17177 shlwapi"
17178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17179 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules config.status"
17180 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
17182 ALL_MAKEFILES="$ALL_MAKEFILES \\
17183 dlls/shlwapi/tests/Makefile"
17184 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17185 shlwapi/tests"
17186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17187 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules config.status"
17188 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
17190 ALL_MAKEFILES="$ALL_MAKEFILES \\
17191 dlls/slbcsp/Makefile"
17192 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17193 slbcsp"
17194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17195 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules config.status"
17196 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
17198 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17199 slc/libslc.$IMPLIBEXT"
17200 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17201 slc/libslc.def slc/libslc.a slc/libslc.cross.a: slc/slc.spec \$(WINEBUILD)
17202 @cd slc && \$(MAKE) \`basename \$@\`"
17203 ALL_MAKEFILES="$ALL_MAKEFILES \\
17204 dlls/slc/Makefile"
17205 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17206 slc"
17207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17208 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules config.status"
17209 ac_config_files="$ac_config_files dlls/slc/Makefile"
17211 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17212 snmpapi/libsnmpapi.$IMPLIBEXT"
17213 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17214 snmpapi/libsnmpapi.def snmpapi/libsnmpapi.a snmpapi/libsnmpapi.cross.a: snmpapi/snmpapi.spec \$(WINEBUILD)
17215 @cd snmpapi && \$(MAKE) \`basename \$@\`"
17216 ALL_MAKEFILES="$ALL_MAKEFILES \\
17217 dlls/snmpapi/Makefile"
17218 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17219 snmpapi"
17220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17221 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules config.status"
17222 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
17224 ALL_MAKEFILES="$ALL_MAKEFILES \\
17225 dlls/snmpapi/tests/Makefile"
17226 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17227 snmpapi/tests"
17228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17229 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules config.status"
17230 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
17232 ALL_MAKEFILES="$ALL_MAKEFILES \\
17233 dlls/softpub/Makefile"
17234 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17235 softpub"
17236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17237 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules config.status"
17238 ac_config_files="$ac_config_files dlls/softpub/Makefile"
17240 ALL_MAKEFILES="$ALL_MAKEFILES \\
17241 dlls/sound.drv16/Makefile"
17242 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17243 sound.drv16"
17244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17245 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules config.status"
17246 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
17248 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17249 spoolss/libspoolss.$IMPLIBEXT"
17250 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17251 spoolss/libspoolss.def spoolss/libspoolss.a spoolss/libspoolss.cross.a: spoolss/spoolss.spec \$(WINEBUILD)
17252 @cd spoolss && \$(MAKE) \`basename \$@\`"
17253 ALL_MAKEFILES="$ALL_MAKEFILES \\
17254 dlls/spoolss/Makefile"
17255 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17256 spoolss"
17257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17258 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules config.status"
17259 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
17261 ALL_MAKEFILES="$ALL_MAKEFILES \\
17262 dlls/spoolss/tests/Makefile"
17263 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17264 spoolss/tests"
17265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17266 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules config.status"
17267 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
17269 ALL_MAKEFILES="$ALL_MAKEFILES \\
17270 dlls/stdole2.tlb/Makefile"
17271 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17272 stdole2.tlb"
17273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17274 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules config.status"
17275 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
17277 ALL_MAKEFILES="$ALL_MAKEFILES \\
17278 dlls/stdole32.tlb/Makefile"
17279 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17280 stdole32.tlb"
17281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17282 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules config.status"
17283 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
17285 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17286 sti/libsti.$IMPLIBEXT"
17287 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17288 sti/libsti.def sti/libsti.a sti/libsti.cross.a: sti/sti.spec \$(WINEBUILD)
17289 @cd sti && \$(MAKE) \`basename \$@\`"
17290 ALL_MAKEFILES="$ALL_MAKEFILES \\
17291 dlls/sti/Makefile"
17292 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17293 sti"
17294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17295 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules config.status"
17296 ac_config_files="$ac_config_files dlls/sti/Makefile"
17298 ALL_MAKEFILES="$ALL_MAKEFILES \\
17299 dlls/sti/tests/Makefile"
17300 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17301 sti/tests"
17302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17303 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules config.status"
17304 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
17306 ALL_MAKEFILES="$ALL_MAKEFILES \\
17307 dlls/storage.dll16/Makefile"
17308 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17309 storage.dll16"
17310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17311 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules config.status"
17312 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
17314 ALL_MAKEFILES="$ALL_MAKEFILES \\
17315 dlls/stress.dll16/Makefile"
17316 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17317 stress.dll16"
17318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17319 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules config.status"
17320 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
17322 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
17323 strmiids/libstrmiids.a"
17324 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17325 strmiids/libstrmiids.a: strmiids
17326 strmiids/libstrmiids.cross.a: dummy
17327 @cd strmiids && \$(MAKE) libstrmiids.cross.a"
17328 ALL_MAKEFILES="$ALL_MAKEFILES \\
17329 dlls/strmiids/Makefile"
17330 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17331 strmiids"
17332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17333 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules config.status"
17334 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
17336 ALL_MAKEFILES="$ALL_MAKEFILES \\
17337 dlls/svrapi/Makefile"
17338 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17339 svrapi"
17340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17341 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules config.status"
17342 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
17344 ALL_MAKEFILES="$ALL_MAKEFILES \\
17345 dlls/sxs/Makefile"
17346 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17347 sxs"
17348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17349 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules config.status"
17350 ac_config_files="$ac_config_files dlls/sxs/Makefile"
17352 ALL_MAKEFILES="$ALL_MAKEFILES \\
17353 dlls/system.drv16/Makefile"
17354 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17355 system.drv16"
17356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17357 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules config.status"
17358 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
17360 ALL_MAKEFILES="$ALL_MAKEFILES \\
17361 dlls/t2embed/Makefile"
17362 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17363 t2embed"
17364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17365 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules config.status"
17366 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
17368 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17369 tapi32/libtapi32.$IMPLIBEXT"
17370 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17371 tapi32/libtapi32.def tapi32/libtapi32.a tapi32/libtapi32.cross.a: tapi32/tapi32.spec \$(WINEBUILD)
17372 @cd tapi32 && \$(MAKE) \`basename \$@\`"
17373 ALL_MAKEFILES="$ALL_MAKEFILES \\
17374 dlls/tapi32/Makefile"
17375 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17376 tapi32"
17377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17378 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules config.status"
17379 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
17381 ALL_MAKEFILES="$ALL_MAKEFILES \\
17382 dlls/toolhelp.dll16/Makefile"
17383 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17384 toolhelp.dll16"
17385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17386 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules config.status"
17387 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
17389 ALL_MAKEFILES="$ALL_MAKEFILES \\
17390 dlls/traffic/Makefile"
17391 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17392 traffic"
17393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17394 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules config.status"
17395 ac_config_files="$ac_config_files dlls/traffic/Makefile"
17397 ALL_MAKEFILES="$ALL_MAKEFILES \\
17398 dlls/twain.dll16/Makefile"
17399 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17400 twain.dll16"
17401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17402 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules config.status"
17403 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
17405 ALL_MAKEFILES="$ALL_MAKEFILES \\
17406 dlls/twain_32/Makefile"
17407 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17408 twain_32"
17409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17410 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules config.status"
17411 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
17413 ALL_MAKEFILES="$ALL_MAKEFILES \\
17414 dlls/twain_32/tests/Makefile"
17415 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17416 twain_32/tests"
17417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17418 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules config.status"
17419 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
17421 ALL_MAKEFILES="$ALL_MAKEFILES \\
17422 dlls/typelib.dll16/Makefile"
17423 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17424 typelib.dll16"
17425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17426 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules config.status"
17427 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
17429 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17430 unicows/libunicows.$IMPLIBEXT"
17431 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17432 unicows/libunicows.def unicows/libunicows.a unicows/libunicows.cross.a: unicows/unicows.spec \$(WINEBUILD)
17433 @cd unicows && \$(MAKE) \`basename \$@\`"
17434 ALL_MAKEFILES="$ALL_MAKEFILES \\
17435 dlls/unicows/Makefile"
17436 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17437 unicows"
17438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17439 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules config.status"
17440 ac_config_files="$ac_config_files dlls/unicows/Makefile"
17442 ALL_MAKEFILES="$ALL_MAKEFILES \\
17443 dlls/updspapi/Makefile"
17444 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17445 updspapi"
17446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17447 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules config.status"
17448 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
17450 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17451 url/liburl.$IMPLIBEXT"
17452 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17453 url/liburl.def url/liburl.a url/liburl.cross.a: url/url.spec \$(WINEBUILD)
17454 @cd url && \$(MAKE) \`basename \$@\`"
17455 ALL_MAKEFILES="$ALL_MAKEFILES \\
17456 dlls/url/Makefile"
17457 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17458 url"
17459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17460 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules config.status"
17461 ac_config_files="$ac_config_files dlls/url/Makefile"
17463 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17464 urlmon/liburlmon.$IMPLIBEXT"
17465 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17466 urlmon/liburlmon.def urlmon/liburlmon.a urlmon/liburlmon.cross.a: urlmon/urlmon.spec \$(WINEBUILD)
17467 @cd urlmon && \$(MAKE) \`basename \$@\`"
17468 ALL_MAKEFILES="$ALL_MAKEFILES \\
17469 dlls/urlmon/Makefile"
17470 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17471 urlmon"
17472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17473 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules config.status"
17474 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
17476 ALL_MAKEFILES="$ALL_MAKEFILES \\
17477 dlls/urlmon/tests/Makefile"
17478 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17479 urlmon/tests"
17480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17481 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules config.status"
17482 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
17484 ALL_MAKEFILES="$ALL_MAKEFILES \\
17485 dlls/user.exe16/Makefile"
17486 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17487 user.exe16"
17488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17489 dlls/user.exe16/Makefile: dlls/user.exe16/Makefile.in dlls/Makedll.rules config.status"
17490 ac_config_files="$ac_config_files dlls/user.exe16/Makefile"
17492 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17493 user32/libuser32.$IMPLIBEXT"
17494 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17495 user32/libuser32.def user32/libuser32.a user32/libuser32.cross.a: user32/user32.spec \$(WINEBUILD)
17496 @cd user32 && \$(MAKE) \`basename \$@\`"
17497 ALL_MAKEFILES="$ALL_MAKEFILES \\
17498 dlls/user32/Makefile"
17499 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17500 user32"
17501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17502 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules config.status"
17503 ac_config_files="$ac_config_files dlls/user32/Makefile"
17505 ALL_MAKEFILES="$ALL_MAKEFILES \\
17506 dlls/user32/tests/Makefile"
17507 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17508 user32/tests"
17509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17510 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules config.status"
17511 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
17513 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17514 userenv/libuserenv.$IMPLIBEXT"
17515 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17516 userenv/libuserenv.def userenv/libuserenv.a userenv/libuserenv.cross.a: userenv/userenv.spec \$(WINEBUILD)
17517 @cd userenv && \$(MAKE) \`basename \$@\`"
17518 ALL_MAKEFILES="$ALL_MAKEFILES \\
17519 dlls/userenv/Makefile"
17520 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17521 userenv"
17522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17523 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules config.status"
17524 ac_config_files="$ac_config_files dlls/userenv/Makefile"
17526 ALL_MAKEFILES="$ALL_MAKEFILES \\
17527 dlls/userenv/tests/Makefile"
17528 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17529 userenv/tests"
17530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17531 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules config.status"
17532 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
17534 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17535 usp10/libusp10.$IMPLIBEXT"
17536 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17537 usp10/libusp10.def usp10/libusp10.a usp10/libusp10.cross.a: usp10/usp10.spec \$(WINEBUILD)
17538 @cd usp10 && \$(MAKE) \`basename \$@\`"
17539 ALL_MAKEFILES="$ALL_MAKEFILES \\
17540 dlls/usp10/Makefile"
17541 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17542 usp10"
17543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17544 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules config.status"
17545 ac_config_files="$ac_config_files dlls/usp10/Makefile"
17547 ALL_MAKEFILES="$ALL_MAKEFILES \\
17548 dlls/usp10/tests/Makefile"
17549 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17550 usp10/tests"
17551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17552 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules config.status"
17553 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
17555 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
17556 uuid/libuuid.a"
17557 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17558 uuid/libuuid.a: uuid
17559 uuid/libuuid.cross.a: dummy
17560 @cd uuid && \$(MAKE) libuuid.cross.a"
17561 ALL_MAKEFILES="$ALL_MAKEFILES \\
17562 dlls/uuid/Makefile"
17563 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17564 uuid"
17565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17566 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules config.status"
17567 ac_config_files="$ac_config_files dlls/uuid/Makefile"
17569 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17570 uxtheme/libuxtheme.$IMPLIBEXT"
17571 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17572 uxtheme/libuxtheme.def uxtheme/libuxtheme.a uxtheme/libuxtheme.cross.a: uxtheme/uxtheme.spec \$(WINEBUILD)
17573 @cd uxtheme && \$(MAKE) \`basename \$@\`"
17574 ALL_MAKEFILES="$ALL_MAKEFILES \\
17575 dlls/uxtheme/Makefile"
17576 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17577 uxtheme"
17578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17579 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules config.status"
17580 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
17582 ALL_MAKEFILES="$ALL_MAKEFILES \\
17583 dlls/uxtheme/tests/Makefile"
17584 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17585 uxtheme/tests"
17586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17587 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules config.status"
17588 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
17590 ALL_MAKEFILES="$ALL_MAKEFILES \\
17591 dlls/vdhcp.vxd/Makefile"
17592 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17593 vdhcp.vxd"
17594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17595 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules config.status"
17596 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
17598 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17599 vdmdbg/libvdmdbg.$IMPLIBEXT"
17600 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17601 vdmdbg/libvdmdbg.def vdmdbg/libvdmdbg.a vdmdbg/libvdmdbg.cross.a: vdmdbg/vdmdbg.spec \$(WINEBUILD)
17602 @cd vdmdbg && \$(MAKE) \`basename \$@\`"
17603 ALL_MAKEFILES="$ALL_MAKEFILES \\
17604 dlls/vdmdbg/Makefile"
17605 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17606 vdmdbg"
17607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17608 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules config.status"
17609 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
17611 ALL_MAKEFILES="$ALL_MAKEFILES \\
17612 dlls/ver.dll16/Makefile"
17613 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17614 ver.dll16"
17615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17616 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules config.status"
17617 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
17619 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17620 version/libversion.$IMPLIBEXT"
17621 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17622 version/libversion.def version/libversion.a version/libversion.cross.a: version/version.spec \$(WINEBUILD)
17623 @cd version && \$(MAKE) \`basename \$@\`"
17624 ALL_MAKEFILES="$ALL_MAKEFILES \\
17625 dlls/version/Makefile"
17626 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17627 version"
17628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17629 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules config.status"
17630 ac_config_files="$ac_config_files dlls/version/Makefile"
17632 ALL_MAKEFILES="$ALL_MAKEFILES \\
17633 dlls/version/tests/Makefile"
17634 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17635 version/tests"
17636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17637 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules config.status"
17638 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
17640 ALL_MAKEFILES="$ALL_MAKEFILES \\
17641 dlls/vmm.vxd/Makefile"
17642 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17643 vmm.vxd"
17644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17645 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules config.status"
17646 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
17648 ALL_MAKEFILES="$ALL_MAKEFILES \\
17649 dlls/vnbt.vxd/Makefile"
17650 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17651 vnbt.vxd"
17652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17653 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules config.status"
17654 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
17656 ALL_MAKEFILES="$ALL_MAKEFILES \\
17657 dlls/vnetbios.vxd/Makefile"
17658 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17659 vnetbios.vxd"
17660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17661 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules config.status"
17662 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
17664 ALL_MAKEFILES="$ALL_MAKEFILES \\
17665 dlls/vtdapi.vxd/Makefile"
17666 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17667 vtdapi.vxd"
17668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17669 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules config.status"
17670 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
17672 ALL_MAKEFILES="$ALL_MAKEFILES \\
17673 dlls/vwin32.vxd/Makefile"
17674 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17675 vwin32.vxd"
17676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17677 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules config.status"
17678 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
17680 ALL_MAKEFILES="$ALL_MAKEFILES \\
17681 dlls/w32skrnl/Makefile"
17682 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17683 w32skrnl"
17684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17685 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules config.status"
17686 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
17688 ALL_MAKEFILES="$ALL_MAKEFILES \\
17689 dlls/w32sys.dll16/Makefile"
17690 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17691 w32sys.dll16"
17692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17693 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules config.status"
17694 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
17696 ALL_MAKEFILES="$ALL_MAKEFILES \\
17697 dlls/wbemprox/Makefile"
17698 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17699 wbemprox"
17700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17701 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules config.status"
17702 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
17704 ALL_MAKEFILES="$ALL_MAKEFILES \\
17705 dlls/wiaservc/Makefile"
17706 test "x$enable_wiaservc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17707 wiaservc"
17708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17709 dlls/wiaservc/Makefile: dlls/wiaservc/Makefile.in dlls/Makedll.rules config.status"
17710 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
17712 ALL_MAKEFILES="$ALL_MAKEFILES \\
17713 dlls/win32s16.dll16/Makefile"
17714 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17715 win32s16.dll16"
17716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17717 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules config.status"
17718 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
17720 ALL_MAKEFILES="$ALL_MAKEFILES \\
17721 dlls/win87em.dll16/Makefile"
17722 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17723 win87em.dll16"
17724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17725 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules config.status"
17726 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
17728 ALL_MAKEFILES="$ALL_MAKEFILES \\
17729 dlls/winaspi.dll16/Makefile"
17730 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17731 winaspi.dll16"
17732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17733 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules config.status"
17734 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
17736 ALL_MAKEFILES="$ALL_MAKEFILES \\
17737 dlls/windebug.dll16/Makefile"
17738 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17739 windebug.dll16"
17740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17741 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules config.status"
17742 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
17744 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17745 windowscodecs/libwindowscodecs.$IMPLIBEXT"
17746 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17747 windowscodecs/libwindowscodecs.def windowscodecs/libwindowscodecs.a windowscodecs/libwindowscodecs.cross.a: windowscodecs/windowscodecs.spec \$(WINEBUILD)
17748 @cd windowscodecs && \$(MAKE) \`basename \$@\`"
17749 ALL_MAKEFILES="$ALL_MAKEFILES \\
17750 dlls/windowscodecs/Makefile"
17751 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17752 windowscodecs"
17753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17754 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules config.status"
17755 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
17757 ALL_MAKEFILES="$ALL_MAKEFILES \\
17758 dlls/windowscodecs/tests/Makefile"
17759 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17760 windowscodecs/tests"
17761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17762 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules config.status"
17763 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
17765 ALL_MAKEFILES="$ALL_MAKEFILES \\
17766 dlls/winealsa.drv/Makefile"
17767 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17768 winealsa.drv"
17769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17770 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules config.status"
17771 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
17773 ALL_MAKEFILES="$ALL_MAKEFILES \\
17774 dlls/wineaudioio.drv/Makefile"
17775 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17776 wineaudioio.drv"
17777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17778 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules config.status"
17779 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
17781 ALL_MAKEFILES="$ALL_MAKEFILES \\
17782 dlls/winecoreaudio.drv/Makefile"
17783 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17784 winecoreaudio.drv"
17785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17786 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules config.status"
17787 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
17789 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
17790 winecrt0/libwinecrt0.a"
17791 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17792 winecrt0/libwinecrt0.a: winecrt0
17793 winecrt0/libwinecrt0.cross.a: dummy
17794 @cd winecrt0 && \$(MAKE) libwinecrt0.cross.a"
17795 ALL_MAKEFILES="$ALL_MAKEFILES \\
17796 dlls/winecrt0/Makefile"
17797 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17798 winecrt0"
17799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17800 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules config.status"
17801 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
17803 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17804 wined3d/libwined3d.$IMPLIBEXT"
17805 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17806 wined3d/libwined3d.def wined3d/libwined3d.a wined3d/libwined3d.cross.a: wined3d/wined3d.spec \$(WINEBUILD)
17807 @cd wined3d && \$(MAKE) \`basename \$@\`"
17808 ALL_MAKEFILES="$ALL_MAKEFILES \\
17809 dlls/wined3d/Makefile"
17810 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17811 wined3d"
17812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17813 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules config.status"
17814 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
17816 ALL_MAKEFILES="$ALL_MAKEFILES \\
17817 dlls/wineesd.drv/Makefile"
17818 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17819 wineesd.drv"
17820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17821 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules config.status"
17822 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
17824 ALL_MAKEFILES="$ALL_MAKEFILES \\
17825 dlls/winejack.drv/Makefile"
17826 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17827 winejack.drv"
17828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17829 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules config.status"
17830 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
17832 ALL_MAKEFILES="$ALL_MAKEFILES \\
17833 dlls/winejoystick.drv/Makefile"
17834 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17835 winejoystick.drv"
17836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17837 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules config.status"
17838 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
17840 ALL_MAKEFILES="$ALL_MAKEFILES \\
17841 dlls/winemapi/Makefile"
17842 test "x$enable_winemapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17843 winemapi"
17844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17845 dlls/winemapi/Makefile: dlls/winemapi/Makefile.in dlls/Makedll.rules config.status"
17846 ac_config_files="$ac_config_files dlls/winemapi/Makefile"
17848 ALL_MAKEFILES="$ALL_MAKEFILES \\
17849 dlls/winemp3.acm/Makefile"
17850 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17851 winemp3.acm"
17852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17853 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules config.status"
17854 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
17856 ALL_MAKEFILES="$ALL_MAKEFILES \\
17857 dlls/winenas.drv/Makefile"
17858 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17859 winenas.drv"
17860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17861 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules config.status"
17862 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
17864 ALL_MAKEFILES="$ALL_MAKEFILES \\
17865 dlls/wineoss.drv/Makefile"
17866 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17867 wineoss.drv"
17868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17869 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules config.status"
17870 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
17872 ALL_MAKEFILES="$ALL_MAKEFILES \\
17873 dlls/wineps.drv/Makefile"
17874 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17875 wineps.drv"
17876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17877 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules config.status"
17878 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
17880 ALL_MAKEFILES="$ALL_MAKEFILES \\
17881 dlls/wineps16.drv16/Makefile"
17882 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17883 wineps16.drv16"
17884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17885 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules config.status"
17886 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
17888 ALL_MAKEFILES="$ALL_MAKEFILES \\
17889 dlls/winequartz.drv/Makefile"
17890 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17891 winequartz.drv"
17892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17893 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules config.status"
17894 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
17896 ALL_MAKEFILES="$ALL_MAKEFILES \\
17897 dlls/winex11.drv/Makefile"
17898 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17899 winex11.drv"
17900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17901 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules config.status"
17902 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
17904 ALL_MAKEFILES="$ALL_MAKEFILES \\
17905 dlls/wing.dll16/Makefile"
17906 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17907 wing.dll16"
17908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17909 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules config.status"
17910 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
17912 ALL_MAKEFILES="$ALL_MAKEFILES \\
17913 dlls/wing32/Makefile"
17914 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17915 wing32"
17916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17917 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules config.status"
17918 ac_config_files="$ac_config_files dlls/wing32/Makefile"
17920 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17921 winhttp/libwinhttp.$IMPLIBEXT"
17922 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17923 winhttp/libwinhttp.def winhttp/libwinhttp.a winhttp/libwinhttp.cross.a: winhttp/winhttp.spec \$(WINEBUILD)
17924 @cd winhttp && \$(MAKE) \`basename \$@\`"
17925 ALL_MAKEFILES="$ALL_MAKEFILES \\
17926 dlls/winhttp/Makefile"
17927 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17928 winhttp"
17929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17930 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules config.status"
17931 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
17933 ALL_MAKEFILES="$ALL_MAKEFILES \\
17934 dlls/winhttp/tests/Makefile"
17935 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17936 winhttp/tests"
17937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17938 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules config.status"
17939 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
17941 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17942 wininet/libwininet.$IMPLIBEXT"
17943 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17944 wininet/libwininet.def wininet/libwininet.a wininet/libwininet.cross.a: wininet/wininet.spec \$(WINEBUILD)
17945 @cd wininet && \$(MAKE) \`basename \$@\`"
17946 ALL_MAKEFILES="$ALL_MAKEFILES \\
17947 dlls/wininet/Makefile"
17948 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17949 wininet"
17950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17951 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules config.status"
17952 ac_config_files="$ac_config_files dlls/wininet/Makefile"
17954 ALL_MAKEFILES="$ALL_MAKEFILES \\
17955 dlls/wininet/tests/Makefile"
17956 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17957 wininet/tests"
17958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17959 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules config.status"
17960 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
17962 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17963 winmm/libwinmm.$IMPLIBEXT"
17964 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17965 winmm/libwinmm.def winmm/libwinmm.a winmm/libwinmm.cross.a: winmm/winmm.spec \$(WINEBUILD)
17966 @cd winmm && \$(MAKE) \`basename \$@\`"
17967 ALL_MAKEFILES="$ALL_MAKEFILES \\
17968 dlls/winmm/Makefile"
17969 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17970 winmm"
17971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17972 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules config.status"
17973 ac_config_files="$ac_config_files dlls/winmm/Makefile"
17975 ALL_MAKEFILES="$ALL_MAKEFILES \\
17976 dlls/winmm/tests/Makefile"
17977 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17978 winmm/tests"
17979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17980 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules config.status"
17981 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
17983 ALL_MAKEFILES="$ALL_MAKEFILES \\
17984 dlls/winnls.dll16/Makefile"
17985 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17986 winnls.dll16"
17987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17988 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules config.status"
17989 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
17991 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17992 winnls32/libwinnls32.$IMPLIBEXT"
17993 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17994 winnls32/libwinnls32.def winnls32/libwinnls32.a winnls32/libwinnls32.cross.a: winnls32/winnls32.spec \$(WINEBUILD)
17995 @cd winnls32 && \$(MAKE) \`basename \$@\`"
17996 ALL_MAKEFILES="$ALL_MAKEFILES \\
17997 dlls/winnls32/Makefile"
17998 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17999 winnls32"
18000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18001 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules config.status"
18002 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
18004 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18005 winscard/libwinscard.$IMPLIBEXT"
18006 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18007 winscard/libwinscard.def winscard/libwinscard.a winscard/libwinscard.cross.a: winscard/winscard.spec \$(WINEBUILD)
18008 @cd winscard && \$(MAKE) \`basename \$@\`"
18009 ALL_MAKEFILES="$ALL_MAKEFILES \\
18010 dlls/winscard/Makefile"
18011 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18012 winscard"
18013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18014 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules config.status"
18015 ac_config_files="$ac_config_files dlls/winscard/Makefile"
18017 ALL_MAKEFILES="$ALL_MAKEFILES \\
18018 dlls/winsock.dll16/Makefile"
18019 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18020 winsock.dll16"
18021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18022 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules config.status"
18023 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
18025 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18026 winspool.drv/libwinspool.$IMPLIBEXT \\
18027 libwinspool.$IMPLIBEXT"
18028 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18029 libwinspool.a: winspool.drv/libwinspool.a
18030 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.a \$@
18031 libwinspool.cross.a: winspool.drv/libwinspool.cross.a
18032 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.cross.a \$@
18033 libwinspool.def: winspool.drv/libwinspool.def
18034 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.def \$@
18035 clean::
18036 \$(RM) libwinspool.def
18037 winspool.drv/libwinspool.def winspool.drv/libwinspool.a winspool.drv/libwinspool.cross.a: winspool.drv/winspool.drv.spec \$(WINEBUILD)
18038 @cd winspool.drv && \$(MAKE) \`basename \$@\`"
18039 ALL_MAKEFILES="$ALL_MAKEFILES \\
18040 dlls/winspool.drv/Makefile"
18041 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18042 winspool.drv"
18043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18044 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules config.status"
18045 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
18047 ALL_MAKEFILES="$ALL_MAKEFILES \\
18048 dlls/winspool.drv/tests/Makefile"
18049 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18050 winspool.drv/tests"
18051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18052 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules config.status"
18053 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
18055 ALL_MAKEFILES="$ALL_MAKEFILES \\
18056 dlls/wintab.dll16/Makefile"
18057 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18058 wintab.dll16"
18059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18060 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules config.status"
18061 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
18063 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18064 wintab32/libwintab32.$IMPLIBEXT"
18065 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18066 wintab32/libwintab32.def wintab32/libwintab32.a wintab32/libwintab32.cross.a: wintab32/wintab32.spec \$(WINEBUILD)
18067 @cd wintab32 && \$(MAKE) \`basename \$@\`"
18068 ALL_MAKEFILES="$ALL_MAKEFILES \\
18069 dlls/wintab32/Makefile"
18070 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18071 wintab32"
18072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18073 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules config.status"
18074 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
18076 ALL_MAKEFILES="$ALL_MAKEFILES \\
18077 dlls/wintab32/tests/Makefile"
18078 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18079 wintab32/tests"
18080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18081 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules config.status"
18082 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
18084 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18085 wintrust/libwintrust.$IMPLIBEXT"
18086 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18087 wintrust/libwintrust.def wintrust/libwintrust.a wintrust/libwintrust.cross.a: wintrust/wintrust.spec \$(WINEBUILD)
18088 @cd wintrust && \$(MAKE) \`basename \$@\`"
18089 ALL_MAKEFILES="$ALL_MAKEFILES \\
18090 dlls/wintrust/Makefile"
18091 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18092 wintrust"
18093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18094 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules config.status"
18095 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
18097 ALL_MAKEFILES="$ALL_MAKEFILES \\
18098 dlls/wintrust/tests/Makefile"
18099 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18100 wintrust/tests"
18101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18102 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules config.status"
18103 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
18105 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18106 wldap32/libwldap32.$IMPLIBEXT"
18107 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18108 wldap32/libwldap32.def wldap32/libwldap32.a wldap32/libwldap32.cross.a: wldap32/wldap32.spec \$(WINEBUILD)
18109 @cd wldap32 && \$(MAKE) \`basename \$@\`"
18110 ALL_MAKEFILES="$ALL_MAKEFILES \\
18111 dlls/wldap32/Makefile"
18112 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18113 wldap32"
18114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18115 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules config.status"
18116 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
18118 ALL_MAKEFILES="$ALL_MAKEFILES \\
18119 dlls/wldap32/tests/Makefile"
18120 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18121 wldap32/tests"
18122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18123 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules config.status"
18124 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
18126 ALL_MAKEFILES="$ALL_MAKEFILES \\
18127 dlls/wmi/Makefile"
18128 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18129 wmi"
18130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18131 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules config.status"
18132 ac_config_files="$ac_config_files dlls/wmi/Makefile"
18134 ALL_MAKEFILES="$ALL_MAKEFILES \\
18135 dlls/wmiutils/Makefile"
18136 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18137 wmiutils"
18138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18139 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules config.status"
18140 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
18142 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18143 wnaspi32/libwnaspi32.$IMPLIBEXT"
18144 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18145 wnaspi32/libwnaspi32.def wnaspi32/libwnaspi32.a wnaspi32/libwnaspi32.cross.a: wnaspi32/wnaspi32.spec \$(WINEBUILD)
18146 @cd wnaspi32 && \$(MAKE) \`basename \$@\`"
18147 ALL_MAKEFILES="$ALL_MAKEFILES \\
18148 dlls/wnaspi32/Makefile"
18149 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18150 wnaspi32"
18151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18152 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules config.status"
18153 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
18155 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18156 wow32/libwow32.$IMPLIBEXT"
18157 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18158 wow32/libwow32.def wow32/libwow32.a wow32/libwow32.cross.a: wow32/wow32.spec \$(WINEBUILD)
18159 @cd wow32 && \$(MAKE) \`basename \$@\`"
18160 ALL_MAKEFILES="$ALL_MAKEFILES \\
18161 dlls/wow32/Makefile"
18162 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18163 wow32"
18164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18165 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules config.status"
18166 ac_config_files="$ac_config_files dlls/wow32/Makefile"
18168 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18169 ws2_32/libws2_32.$IMPLIBEXT"
18170 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18171 ws2_32/libws2_32.def ws2_32/libws2_32.a ws2_32/libws2_32.cross.a: ws2_32/ws2_32.spec \$(WINEBUILD)
18172 @cd ws2_32 && \$(MAKE) \`basename \$@\`"
18173 ALL_MAKEFILES="$ALL_MAKEFILES \\
18174 dlls/ws2_32/Makefile"
18175 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18176 ws2_32"
18177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18178 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules config.status"
18179 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
18181 ALL_MAKEFILES="$ALL_MAKEFILES \\
18182 dlls/ws2_32/tests/Makefile"
18183 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18184 ws2_32/tests"
18185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18186 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules config.status"
18187 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
18189 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18190 wsock32/libwsock32.$IMPLIBEXT"
18191 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18192 wsock32/libwsock32.def wsock32/libwsock32.a wsock32/libwsock32.cross.a: wsock32/wsock32.spec \$(WINEBUILD)
18193 @cd wsock32 && \$(MAKE) \`basename \$@\`"
18194 ALL_MAKEFILES="$ALL_MAKEFILES \\
18195 dlls/wsock32/Makefile"
18196 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18197 wsock32"
18198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18199 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules config.status"
18200 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
18202 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18203 wtsapi32/libwtsapi32.$IMPLIBEXT"
18204 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18205 wtsapi32/libwtsapi32.def wtsapi32/libwtsapi32.a wtsapi32/libwtsapi32.cross.a: wtsapi32/wtsapi32.spec \$(WINEBUILD)
18206 @cd wtsapi32 && \$(MAKE) \`basename \$@\`"
18207 ALL_MAKEFILES="$ALL_MAKEFILES \\
18208 dlls/wtsapi32/Makefile"
18209 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18210 wtsapi32"
18211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18212 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules config.status"
18213 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
18215 ALL_MAKEFILES="$ALL_MAKEFILES \\
18216 dlls/wuapi/Makefile"
18217 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18218 wuapi"
18219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18220 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules config.status"
18221 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
18223 ALL_MAKEFILES="$ALL_MAKEFILES \\
18224 dlls/wuaueng/Makefile"
18225 test "x$enable_wuaueng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18226 wuaueng"
18227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18228 dlls/wuaueng/Makefile: dlls/wuaueng/Makefile.in dlls/Makedll.rules config.status"
18229 ac_config_files="$ac_config_files dlls/wuaueng/Makefile"
18231 ALL_MAKEFILES="$ALL_MAKEFILES \\
18232 dlls/xinput1_1/Makefile"
18233 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18234 xinput1_1"
18235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18236 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules config.status"
18237 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
18239 ALL_MAKEFILES="$ALL_MAKEFILES \\
18240 dlls/xinput1_2/Makefile"
18241 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18242 xinput1_2"
18243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18244 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules config.status"
18245 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
18247 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18248 xinput1_3/libxinput.$IMPLIBEXT \\
18249 libxinput.$IMPLIBEXT"
18250 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18251 libxinput.a: xinput1_3/libxinput.a
18252 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.a \$@
18253 libxinput.cross.a: xinput1_3/libxinput.cross.a
18254 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.cross.a \$@
18255 libxinput.def: xinput1_3/libxinput.def
18256 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.def \$@
18257 clean::
18258 \$(RM) libxinput.def
18259 xinput1_3/libxinput.def xinput1_3/libxinput.a xinput1_3/libxinput.cross.a: xinput1_3/xinput1_3.spec \$(WINEBUILD)
18260 @cd xinput1_3 && \$(MAKE) \`basename \$@\`"
18261 ALL_MAKEFILES="$ALL_MAKEFILES \\
18262 dlls/xinput1_3/Makefile"
18263 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18264 xinput1_3"
18265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18266 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules config.status"
18267 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
18269 ALL_MAKEFILES="$ALL_MAKEFILES \\
18270 dlls/xinput1_3/tests/Makefile"
18271 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18272 xinput1_3/tests"
18273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18274 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules config.status"
18275 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
18277 ALL_MAKEFILES="$ALL_MAKEFILES \\
18278 dlls/xinput9_1_0/Makefile"
18279 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18280 xinput9_1_0"
18281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18282 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules config.status"
18283 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
18285 ALL_MAKEFILES="$ALL_MAKEFILES \\
18286 dlls/xmllite/Makefile"
18287 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18288 xmllite"
18289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18290 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules config.status"
18291 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
18293 ALL_MAKEFILES="$ALL_MAKEFILES \\
18294 dlls/xmllite/tests/Makefile"
18295 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18296 xmllite/tests"
18297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18298 dlls/xmllite/tests/Makefile: dlls/xmllite/tests/Makefile.in dlls/Maketest.rules config.status"
18299 ac_config_files="$ac_config_files dlls/xmllite/tests/Makefile"
18301 ALL_MAKEFILES="$ALL_MAKEFILES \\
18302 documentation/Makefile"
18303 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18304 documentation"
18305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18306 \$(RECURSE_TARGETS:%=documentation/%) documentation: documentation/Makefile \$(MAKEDEP)
18307 documentation/Makefile: documentation/Makefile.in Make.rules config.status"
18308 ac_config_files="$ac_config_files documentation/Makefile"
18310 ALL_MAKEFILES="$ALL_MAKEFILES \\
18311 fonts/Makefile"
18312 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18313 fonts"
18314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18315 \$(RECURSE_TARGETS:%=fonts/%) fonts: fonts/Makefile \$(MAKEDEP)
18316 fonts/Makefile: fonts/Makefile.in Make.rules config.status"
18317 ac_config_files="$ac_config_files fonts/Makefile"
18319 ALL_MAKEFILES="$ALL_MAKEFILES \\
18320 include/Makefile"
18321 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18322 include"
18323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18324 \$(RECURSE_TARGETS:%=include/%) include: include/Makefile \$(MAKEDEP)
18325 include/Makefile: include/Makefile.in Make.rules config.status"
18326 ac_config_files="$ac_config_files include/Makefile"
18328 ALL_MAKEFILES="$ALL_MAKEFILES \\
18329 libs/port/Makefile"
18331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18332 \$(RECURSE_TARGETS:%=libs/port/%) libs/port: libs/port/Makefile \$(MAKEDEP)
18333 libs/port/Makefile: libs/port/Makefile.in Make.rules config.status"
18334 ac_config_files="$ac_config_files libs/port/Makefile"
18336 ALL_MAKEFILES="$ALL_MAKEFILES \\
18337 libs/wine/Makefile"
18339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18340 \$(RECURSE_TARGETS:%=libs/wine/%) libs/wine: libs/wine/Makefile \$(MAKEDEP)
18341 libs/wine/Makefile: libs/wine/Makefile.in Make.rules config.status"
18342 ac_config_files="$ac_config_files libs/wine/Makefile"
18344 ALL_MAKEFILES="$ALL_MAKEFILES \\
18345 libs/wpp/Makefile"
18347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18348 \$(RECURSE_TARGETS:%=libs/wpp/%) libs/wpp: libs/wpp/Makefile \$(MAKEDEP)
18349 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules config.status"
18350 ac_config_files="$ac_config_files libs/wpp/Makefile"
18352 ALL_MAKEFILES="$ALL_MAKEFILES \\
18353 loader/Makefile"
18354 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18355 loader"
18356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18357 \$(RECURSE_TARGETS:%=loader/%) loader: loader/Makefile \$(MAKEDEP)
18358 loader/Makefile: loader/Makefile.in Make.rules config.status"
18359 ac_config_files="$ac_config_files loader/Makefile"
18361 ALL_MAKEFILES="$ALL_MAKEFILES \\
18362 programs/Makefile"
18363 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18364 programs"
18365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18366 \$(RECURSE_TARGETS:%=programs/%) programs: programs/Makefile \$(MAKEDEP)
18367 programs/Makefile: programs/Makefile.in Make.rules config.status"
18368 ac_config_files="$ac_config_files programs/Makefile"
18370 ALL_MAKEFILES="$ALL_MAKEFILES \\
18371 programs/cacls/Makefile"
18372 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18373 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18374 cacls"
18375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18376 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules config.status"
18377 ac_config_files="$ac_config_files programs/cacls/Makefile"
18379 ALL_MAKEFILES="$ALL_MAKEFILES \\
18380 programs/clock/Makefile"
18381 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18382 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18383 clock"
18384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18385 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules config.status"
18386 ac_config_files="$ac_config_files programs/clock/Makefile"
18388 ALL_MAKEFILES="$ALL_MAKEFILES \\
18389 programs/cmd/Makefile"
18390 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18391 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18392 cmd"
18393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18394 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules config.status"
18395 ac_config_files="$ac_config_files programs/cmd/Makefile"
18397 ALL_MAKEFILES="$ALL_MAKEFILES \\
18398 programs/cmdlgtst/Makefile"
18399 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18400 cmdlgtst"
18401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18402 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules config.status"
18403 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
18405 ALL_MAKEFILES="$ALL_MAKEFILES \\
18406 programs/control/Makefile"
18407 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18408 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18409 control"
18410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18411 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules config.status"
18412 ac_config_files="$ac_config_files programs/control/Makefile"
18414 ALL_MAKEFILES="$ALL_MAKEFILES \\
18415 programs/dxdiag/Makefile"
18416 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18417 dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18418 dxdiag"
18419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18420 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules config.status"
18421 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
18423 ALL_MAKEFILES="$ALL_MAKEFILES \\
18424 programs/eject/Makefile"
18425 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18426 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18427 eject"
18428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18429 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules config.status"
18430 ac_config_files="$ac_config_files programs/eject/Makefile"
18432 ALL_MAKEFILES="$ALL_MAKEFILES \\
18433 programs/expand/Makefile"
18434 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18435 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18436 expand"
18437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18438 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules config.status"
18439 ac_config_files="$ac_config_files programs/expand/Makefile"
18441 ALL_MAKEFILES="$ALL_MAKEFILES \\
18442 programs/explorer/Makefile"
18443 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18444 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18445 explorer"
18446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18447 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules config.status"
18448 ac_config_files="$ac_config_files programs/explorer/Makefile"
18450 ALL_MAKEFILES="$ALL_MAKEFILES \\
18451 programs/extrac32/Makefile"
18452 test "x$enable_extrac32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18453 extrac32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18454 extrac32"
18455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18456 programs/extrac32/Makefile: programs/extrac32/Makefile.in programs/Makeprog.rules config.status"
18457 ac_config_files="$ac_config_files programs/extrac32/Makefile"
18459 ALL_MAKEFILES="$ALL_MAKEFILES \\
18460 programs/hh/Makefile"
18461 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18462 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18465 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules config.status"
18466 ac_config_files="$ac_config_files programs/hh/Makefile"
18468 ALL_MAKEFILES="$ALL_MAKEFILES \\
18469 programs/icinfo/Makefile"
18470 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18471 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18472 icinfo"
18473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18474 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules config.status"
18475 ac_config_files="$ac_config_files programs/icinfo/Makefile"
18477 ALL_MAKEFILES="$ALL_MAKEFILES \\
18478 programs/iexplore/Makefile"
18479 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18480 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18481 iexplore"
18482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18483 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules config.status"
18484 ac_config_files="$ac_config_files programs/iexplore/Makefile"
18486 ALL_MAKEFILES="$ALL_MAKEFILES \\
18487 programs/lodctr/Makefile"
18488 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18489 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18490 lodctr"
18491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18492 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules config.status"
18493 ac_config_files="$ac_config_files programs/lodctr/Makefile"
18495 ALL_MAKEFILES="$ALL_MAKEFILES \\
18496 programs/mshta/Makefile"
18497 test "x$enable_mshta" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18498 mshta" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18499 mshta"
18500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18501 programs/mshta/Makefile: programs/mshta/Makefile.in programs/Makeprog.rules config.status"
18502 ac_config_files="$ac_config_files programs/mshta/Makefile"
18504 ALL_MAKEFILES="$ALL_MAKEFILES \\
18505 programs/msiexec/Makefile"
18506 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18507 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18508 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18509 msiexec"
18510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18511 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules config.status"
18512 ac_config_files="$ac_config_files programs/msiexec/Makefile"
18514 ALL_MAKEFILES="$ALL_MAKEFILES \\
18515 programs/net/Makefile"
18516 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18517 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18518 net"
18519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18520 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules config.status"
18521 ac_config_files="$ac_config_files programs/net/Makefile"
18523 ALL_MAKEFILES="$ALL_MAKEFILES \\
18524 programs/notepad/Makefile"
18525 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18526 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18527 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18528 notepad"
18529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18530 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules config.status"
18531 ac_config_files="$ac_config_files programs/notepad/Makefile"
18533 ALL_MAKEFILES="$ALL_MAKEFILES \\
18534 programs/oleview/Makefile"
18535 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18536 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18537 oleview"
18538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18539 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules config.status"
18540 ac_config_files="$ac_config_files programs/oleview/Makefile"
18542 ALL_MAKEFILES="$ALL_MAKEFILES \\
18543 programs/progman/Makefile"
18544 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18545 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18546 progman"
18547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18548 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules config.status"
18549 ac_config_files="$ac_config_files programs/progman/Makefile"
18551 ALL_MAKEFILES="$ALL_MAKEFILES \\
18552 programs/reg/Makefile"
18553 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18554 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18555 reg"
18556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18557 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules config.status"
18558 ac_config_files="$ac_config_files programs/reg/Makefile"
18560 ALL_MAKEFILES="$ALL_MAKEFILES \\
18561 programs/regedit/Makefile"
18562 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18563 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18564 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18565 regedit"
18566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18567 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules config.status"
18568 ac_config_files="$ac_config_files programs/regedit/Makefile"
18570 ALL_MAKEFILES="$ALL_MAKEFILES \\
18571 programs/regsvr32/Makefile"
18572 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18573 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18574 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18575 regsvr32"
18576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18577 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules config.status"
18578 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
18580 ALL_MAKEFILES="$ALL_MAKEFILES \\
18581 programs/rpcss/Makefile"
18582 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18583 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18584 rpcss"
18585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18586 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules config.status"
18587 ac_config_files="$ac_config_files programs/rpcss/Makefile"
18589 ALL_MAKEFILES="$ALL_MAKEFILES \\
18590 programs/rundll32/Makefile"
18591 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18592 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18593 rundll32"
18594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18595 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules config.status"
18596 ac_config_files="$ac_config_files programs/rundll32/Makefile"
18598 ALL_MAKEFILES="$ALL_MAKEFILES \\
18599 programs/secedit/Makefile"
18600 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18601 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18602 secedit"
18603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18604 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules config.status"
18605 ac_config_files="$ac_config_files programs/secedit/Makefile"
18607 ALL_MAKEFILES="$ALL_MAKEFILES \\
18608 programs/services/Makefile"
18609 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18610 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18611 services"
18612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18613 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules config.status"
18614 ac_config_files="$ac_config_files programs/services/Makefile"
18616 ALL_MAKEFILES="$ALL_MAKEFILES \\
18617 programs/spoolsv/Makefile"
18618 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18619 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18620 spoolsv"
18621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18622 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules config.status"
18623 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
18625 ALL_MAKEFILES="$ALL_MAKEFILES \\
18626 programs/start/Makefile"
18627 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18628 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18629 start"
18630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18631 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules config.status"
18632 ac_config_files="$ac_config_files programs/start/Makefile"
18634 ALL_MAKEFILES="$ALL_MAKEFILES \\
18635 programs/svchost/Makefile"
18636 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18637 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18638 svchost"
18639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18640 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules config.status"
18641 ac_config_files="$ac_config_files programs/svchost/Makefile"
18643 ALL_MAKEFILES="$ALL_MAKEFILES \\
18644 programs/taskmgr/Makefile"
18645 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18646 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18647 taskmgr"
18648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18649 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules config.status"
18650 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
18652 ALL_MAKEFILES="$ALL_MAKEFILES \\
18653 programs/termsv/Makefile"
18654 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18655 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18656 termsv"
18657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18658 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules config.status"
18659 ac_config_files="$ac_config_files programs/termsv/Makefile"
18661 ALL_MAKEFILES="$ALL_MAKEFILES \\
18662 programs/uninstaller/Makefile"
18663 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18664 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18665 uninstaller"
18666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18667 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules config.status"
18668 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
18670 ALL_MAKEFILES="$ALL_MAKEFILES \\
18671 programs/unlodctr/Makefile"
18672 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18673 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18674 unlodctr"
18675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18676 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules config.status"
18677 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
18679 ALL_MAKEFILES="$ALL_MAKEFILES \\
18680 programs/view/Makefile"
18681 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18682 view"
18683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18684 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules config.status"
18685 ac_config_files="$ac_config_files programs/view/Makefile"
18687 ALL_MAKEFILES="$ALL_MAKEFILES \\
18688 programs/wineboot/Makefile"
18689 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18690 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18691 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18692 wineboot"
18693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18694 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules config.status"
18695 ac_config_files="$ac_config_files programs/wineboot/Makefile"
18697 ALL_MAKEFILES="$ALL_MAKEFILES \\
18698 programs/winebrowser/Makefile"
18699 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18700 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18701 winebrowser"
18702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18703 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules config.status"
18704 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
18706 ALL_MAKEFILES="$ALL_MAKEFILES \\
18707 programs/winecfg/Makefile"
18708 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18709 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18710 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18711 winecfg"
18712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18713 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules config.status"
18714 ac_config_files="$ac_config_files programs/winecfg/Makefile"
18716 ALL_MAKEFILES="$ALL_MAKEFILES \\
18717 programs/wineconsole/Makefile"
18718 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18719 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18720 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18721 wineconsole"
18722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18723 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules config.status"
18724 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
18726 ALL_MAKEFILES="$ALL_MAKEFILES \\
18727 programs/winedbg/Makefile"
18728 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18729 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18730 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18731 winedbg"
18732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18733 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules config.status"
18734 ac_config_files="$ac_config_files programs/winedbg/Makefile"
18736 ALL_MAKEFILES="$ALL_MAKEFILES \\
18737 programs/winedevice/Makefile"
18738 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18739 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18740 winedevice"
18741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18742 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules config.status"
18743 ac_config_files="$ac_config_files programs/winedevice/Makefile"
18745 ALL_MAKEFILES="$ALL_MAKEFILES \\
18746 programs/winefile/Makefile"
18747 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18748 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18749 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18750 winefile"
18751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18752 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules config.status"
18753 ac_config_files="$ac_config_files programs/winefile/Makefile"
18755 ALL_MAKEFILES="$ALL_MAKEFILES \\
18756 programs/winemenubuilder/Makefile"
18757 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18758 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18759 winemenubuilder"
18760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18761 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules config.status"
18762 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
18764 ALL_MAKEFILES="$ALL_MAKEFILES \\
18765 programs/winemine/Makefile"
18766 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18767 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18768 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18769 winemine"
18770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18771 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules config.status"
18772 ac_config_files="$ac_config_files programs/winemine/Makefile"
18774 ALL_MAKEFILES="$ALL_MAKEFILES \\
18775 programs/winepath/Makefile"
18776 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18777 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18778 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18779 winepath"
18780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18781 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules config.status"
18782 ac_config_files="$ac_config_files programs/winepath/Makefile"
18784 ALL_MAKEFILES="$ALL_MAKEFILES \\
18785 programs/winetest/Makefile"
18786 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18787 winetest"
18788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18789 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules config.status"
18790 ac_config_files="$ac_config_files programs/winetest/Makefile"
18792 ALL_MAKEFILES="$ALL_MAKEFILES \\
18793 programs/winevdm/Makefile"
18794 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18795 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18796 winevdm"
18797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18798 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules config.status"
18799 ac_config_files="$ac_config_files programs/winevdm/Makefile"
18801 ALL_MAKEFILES="$ALL_MAKEFILES \\
18802 programs/winhelp.exe16/Makefile"
18803 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18804 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18805 winhelp.exe16"
18806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18807 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules config.status"
18808 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
18810 ALL_MAKEFILES="$ALL_MAKEFILES \\
18811 programs/winhlp32/Makefile"
18812 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18813 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18814 winhlp32"
18815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18816 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules config.status"
18817 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
18819 ALL_MAKEFILES="$ALL_MAKEFILES \\
18820 programs/winoldap.mod16/Makefile"
18821 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18822 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18823 winoldap.mod16"
18824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18825 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules config.status"
18826 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
18828 ALL_MAKEFILES="$ALL_MAKEFILES \\
18829 programs/winver/Makefile"
18830 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18831 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18832 winver"
18833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18834 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules config.status"
18835 ac_config_files="$ac_config_files programs/winver/Makefile"
18837 ALL_MAKEFILES="$ALL_MAKEFILES \\
18838 programs/wordpad/Makefile"
18839 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18840 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18841 wordpad"
18842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18843 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules config.status"
18844 ac_config_files="$ac_config_files programs/wordpad/Makefile"
18846 ALL_MAKEFILES="$ALL_MAKEFILES \\
18847 programs/write/Makefile"
18848 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18849 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18850 write"
18851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18852 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules config.status"
18853 ac_config_files="$ac_config_files programs/write/Makefile"
18855 ALL_MAKEFILES="$ALL_MAKEFILES \\
18856 programs/xcopy/Makefile"
18857 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18858 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18859 xcopy"
18860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18861 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules config.status"
18862 ac_config_files="$ac_config_files programs/xcopy/Makefile"
18864 ALL_MAKEFILES="$ALL_MAKEFILES \\
18865 server/Makefile"
18866 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18867 server"
18868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18869 \$(RECURSE_TARGETS:%=server/%) server: server/Makefile \$(MAKEDEP)
18870 server/Makefile: server/Makefile.in Make.rules config.status"
18871 ac_config_files="$ac_config_files server/Makefile"
18873 ALL_MAKEFILES="$ALL_MAKEFILES \\
18874 tools/Makefile"
18875 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
18876 tools"
18877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18878 \$(RECURSE_TARGETS:%=tools/%) tools: tools/Makefile \$(MAKEDEP)
18879 tools/Makefile: tools/Makefile.in Make.rules config.status"
18880 ac_config_files="$ac_config_files tools/Makefile"
18882 ALL_MAKEFILES="$ALL_MAKEFILES \\
18883 tools/widl/Makefile"
18884 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
18885 tools/widl"
18886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18887 \$(RECURSE_TARGETS:%=tools/widl/%) tools/widl: tools/widl/Makefile \$(MAKEDEP)
18888 tools/widl/Makefile: tools/widl/Makefile.in Make.rules config.status"
18889 ac_config_files="$ac_config_files tools/widl/Makefile"
18891 ALL_MAKEFILES="$ALL_MAKEFILES \\
18892 tools/winebuild/Makefile"
18893 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
18894 tools/winebuild"
18895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18896 \$(RECURSE_TARGETS:%=tools/winebuild/%) tools/winebuild: tools/winebuild/Makefile \$(MAKEDEP)
18897 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules config.status"
18898 ac_config_files="$ac_config_files tools/winebuild/Makefile"
18900 ALL_MAKEFILES="$ALL_MAKEFILES \\
18901 tools/winedump/Makefile"
18902 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
18903 tools/winedump"
18904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18905 \$(RECURSE_TARGETS:%=tools/winedump/%) tools/winedump: tools/winedump/Makefile \$(MAKEDEP)
18906 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules config.status"
18907 ac_config_files="$ac_config_files tools/winedump/Makefile"
18909 ALL_MAKEFILES="$ALL_MAKEFILES \\
18910 tools/winegcc/Makefile"
18911 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
18912 tools/winegcc"
18913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18914 \$(RECURSE_TARGETS:%=tools/winegcc/%) tools/winegcc: tools/winegcc/Makefile \$(MAKEDEP)
18915 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules config.status"
18916 ac_config_files="$ac_config_files tools/winegcc/Makefile"
18918 ALL_MAKEFILES="$ALL_MAKEFILES \\
18919 tools/wmc/Makefile"
18920 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
18921 tools/wmc"
18922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18923 \$(RECURSE_TARGETS:%=tools/wmc/%) tools/wmc: tools/wmc/Makefile \$(MAKEDEP)
18924 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules config.status"
18925 ac_config_files="$ac_config_files tools/wmc/Makefile"
18927 ALL_MAKEFILES="$ALL_MAKEFILES \\
18928 tools/wrc/Makefile"
18929 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
18930 tools/wrc"
18931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18932 \$(RECURSE_TARGETS:%=tools/wrc/%) tools/wrc: tools/wrc/Makefile \$(MAKEDEP)
18933 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules config.status"
18934 ac_config_files="$ac_config_files tools/wrc/Makefile"
18938 ALL_WINETEST_DEPENDS="# Test binaries"
18940 for dir in $ALL_TEST_DIRS
18942 if test "$dir" != "\\"
18943 then
18944 testname=`expr $dir : '\(.*\)/tests'`_test
18945 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18947 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
18948 cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
18949 $testname.rc:
18950 echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18951 $testname.res: $testname.rc $testname.exe"
18953 done
18955 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
18957 cat >confcache <<\_ACEOF
18958 # This file is a shell script that caches the results of configure
18959 # tests run on this system so they can be shared between configure
18960 # scripts and configure runs, see configure's option --config-cache.
18961 # It is not useful on other systems. If it contains results you don't
18962 # want to keep, you may remove or edit it.
18964 # config.status only pays attention to the cache file if you give it
18965 # the --recheck option to rerun configure.
18967 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18968 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18969 # following values.
18971 _ACEOF
18973 # The following way of writing the cache mishandles newlines in values,
18974 # but we know of no workaround that is simple, portable, and efficient.
18975 # So, we kill variables containing newlines.
18976 # Ultrix sh set writes to stderr and can't be redirected directly,
18977 # and sets the high bit in the cache file unless we assign to the vars.
18979 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18980 eval ac_val=\$$ac_var
18981 case $ac_val in #(
18982 *${as_nl}*)
18983 case $ac_var in #(
18984 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18985 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18986 esac
18987 case $ac_var in #(
18988 _ | IFS | as_nl) ;; #(
18989 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18990 *) { eval $ac_var=; unset $ac_var;} ;;
18991 esac ;;
18992 esac
18993 done
18995 (set) 2>&1 |
18996 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18997 *${as_nl}ac_space=\ *)
18998 # `set' does not quote correctly, so add quotes: double-quote
18999 # substitution turns \\\\ into \\, and sed turns \\ into \.
19000 sed -n \
19001 "s/'/'\\\\''/g;
19002 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
19003 ;; #(
19005 # `set' quotes correctly as required by POSIX, so do not add quotes.
19006 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
19008 esac |
19009 sort
19011 sed '
19012 /^ac_cv_env_/b end
19013 t clear
19014 :clear
19015 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
19016 t end
19017 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
19018 :end' >>confcache
19019 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
19020 if test -w "$cache_file"; then
19021 test "x$cache_file" != "x/dev/null" &&
19022 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
19023 $as_echo "$as_me: updating cache $cache_file" >&6;}
19024 cat confcache >$cache_file
19025 else
19026 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
19027 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
19030 rm -f confcache
19032 test "x$prefix" = xNONE && prefix=$ac_default_prefix
19033 # Let make expand exec_prefix.
19034 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
19036 DEFS=-DHAVE_CONFIG_H
19038 ac_libobjs=
19039 ac_ltlibobjs=
19040 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
19041 # 1. Remove the extension, and $U if already installed.
19042 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
19043 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
19044 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
19045 # will be set to the directory where LIBOBJS objects are built.
19046 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
19047 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
19048 done
19049 LIBOBJS=$ac_libobjs
19051 LTLIBOBJS=$ac_ltlibobjs
19055 : ${CONFIG_STATUS=./config.status}
19056 ac_write_fail=0
19057 ac_clean_files_save=$ac_clean_files
19058 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
19059 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
19060 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
19061 as_write_fail=0
19062 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
19063 #! $SHELL
19064 # Generated by $as_me.
19065 # Run this file to recreate the current configuration.
19066 # Compiler output produced by configure, useful for debugging
19067 # configure, is in config.log if it exists.
19069 debug=false
19070 ac_cs_recheck=false
19071 ac_cs_silent=false
19073 SHELL=\${CONFIG_SHELL-$SHELL}
19074 export SHELL
19075 _ASEOF
19076 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
19077 ## -------------------- ##
19078 ## M4sh Initialization. ##
19079 ## -------------------- ##
19081 # Be more Bourne compatible
19082 DUALCASE=1; export DUALCASE # for MKS sh
19083 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
19084 emulate sh
19085 NULLCMD=:
19086 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19087 # is contrary to our usage. Disable this feature.
19088 alias -g '${1+"$@"}'='"$@"'
19089 setopt NO_GLOB_SUBST
19090 else
19091 case `(set -o) 2>/dev/null` in #(
19092 *posix*) :
19093 set -o posix ;; #(
19094 *) :
19096 esac
19100 as_nl='
19102 export as_nl
19103 # Printing a long string crashes Solaris 7 /usr/bin/printf.
19104 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
19105 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
19106 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
19107 # Prefer a ksh shell builtin over an external printf program on Solaris,
19108 # but without wasting forks for bash or zsh.
19109 if test -z "$BASH_VERSION$ZSH_VERSION" \
19110 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
19111 as_echo='print -r --'
19112 as_echo_n='print -rn --'
19113 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
19114 as_echo='printf %s\n'
19115 as_echo_n='printf %s'
19116 else
19117 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
19118 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
19119 as_echo_n='/usr/ucb/echo -n'
19120 else
19121 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
19122 as_echo_n_body='eval
19123 arg=$1;
19124 case $arg in #(
19125 *"$as_nl"*)
19126 expr "X$arg" : "X\\(.*\\)$as_nl";
19127 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
19128 esac;
19129 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
19131 export as_echo_n_body
19132 as_echo_n='sh -c $as_echo_n_body as_echo'
19134 export as_echo_body
19135 as_echo='sh -c $as_echo_body as_echo'
19138 # The user is always right.
19139 if test "${PATH_SEPARATOR+set}" != set; then
19140 PATH_SEPARATOR=:
19141 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
19142 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
19143 PATH_SEPARATOR=';'
19148 # IFS
19149 # We need space, tab and new line, in precisely that order. Quoting is
19150 # there to prevent editors from complaining about space-tab.
19151 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
19152 # splitting by setting IFS to empty value.)
19153 IFS=" "" $as_nl"
19155 # Find who we are. Look in the path if we contain no directory separator.
19156 case $0 in #((
19157 *[\\/]* ) as_myself=$0 ;;
19158 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19159 for as_dir in $PATH
19161 IFS=$as_save_IFS
19162 test -z "$as_dir" && as_dir=.
19163 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
19164 done
19165 IFS=$as_save_IFS
19168 esac
19169 # We did not find ourselves, most probably we were run as `sh COMMAND'
19170 # in which case we are not to be found in the path.
19171 if test "x$as_myself" = x; then
19172 as_myself=$0
19174 if test ! -f "$as_myself"; then
19175 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
19176 exit 1
19179 # Unset variables that we do not need and which cause bugs (e.g. in
19180 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
19181 # suppresses any "Segmentation fault" message there. '((' could
19182 # trigger a bug in pdksh 5.2.14.
19183 for as_var in BASH_ENV ENV MAIL MAILPATH
19184 do eval test x\${$as_var+set} = xset \
19185 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
19186 done
19187 PS1='$ '
19188 PS2='> '
19189 PS4='+ '
19191 # NLS nuisances.
19192 LC_ALL=C
19193 export LC_ALL
19194 LANGUAGE=C
19195 export LANGUAGE
19197 # CDPATH.
19198 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
19201 # as_fn_error ERROR [LINENO LOG_FD]
19202 # ---------------------------------
19203 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
19204 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
19205 # script with status $?, using 1 if that was 0.
19206 as_fn_error ()
19208 as_status=$?; test $as_status -eq 0 && as_status=1
19209 if test "$3"; then
19210 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
19211 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
19213 $as_echo "$as_me: error: $1" >&2
19214 as_fn_exit $as_status
19215 } # as_fn_error
19218 # as_fn_set_status STATUS
19219 # -----------------------
19220 # Set $? to STATUS, without forking.
19221 as_fn_set_status ()
19223 return $1
19224 } # as_fn_set_status
19226 # as_fn_exit STATUS
19227 # -----------------
19228 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
19229 as_fn_exit ()
19231 set +e
19232 as_fn_set_status $1
19233 exit $1
19234 } # as_fn_exit
19236 # as_fn_unset VAR
19237 # ---------------
19238 # Portably unset VAR.
19239 as_fn_unset ()
19241 { eval $1=; unset $1;}
19243 as_unset=as_fn_unset
19244 # as_fn_append VAR VALUE
19245 # ----------------------
19246 # Append the text in VALUE to the end of the definition contained in VAR. Take
19247 # advantage of any shell optimizations that allow amortized linear growth over
19248 # repeated appends, instead of the typical quadratic growth present in naive
19249 # implementations.
19250 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
19251 eval 'as_fn_append ()
19253 eval $1+=\$2
19255 else
19256 as_fn_append ()
19258 eval $1=\$$1\$2
19260 fi # as_fn_append
19262 # as_fn_arith ARG...
19263 # ------------------
19264 # Perform arithmetic evaluation on the ARGs, and store the result in the
19265 # global $as_val. Take advantage of shells that can avoid forks. The arguments
19266 # must be portable across $(()) and expr.
19267 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
19268 eval 'as_fn_arith ()
19270 as_val=$(( $* ))
19272 else
19273 as_fn_arith ()
19275 as_val=`expr "$@" || test $? -eq 1`
19277 fi # as_fn_arith
19280 if expr a : '\(a\)' >/dev/null 2>&1 &&
19281 test "X`expr 00001 : '.*\(...\)'`" = X001; then
19282 as_expr=expr
19283 else
19284 as_expr=false
19287 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
19288 as_basename=basename
19289 else
19290 as_basename=false
19293 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
19294 as_dirname=dirname
19295 else
19296 as_dirname=false
19299 as_me=`$as_basename -- "$0" ||
19300 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
19301 X"$0" : 'X\(//\)$' \| \
19302 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
19303 $as_echo X/"$0" |
19304 sed '/^.*\/\([^/][^/]*\)\/*$/{
19305 s//\1/
19308 /^X\/\(\/\/\)$/{
19309 s//\1/
19312 /^X\/\(\/\).*/{
19313 s//\1/
19316 s/.*/./; q'`
19318 # Avoid depending upon Character Ranges.
19319 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
19320 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
19321 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
19322 as_cr_digits='0123456789'
19323 as_cr_alnum=$as_cr_Letters$as_cr_digits
19325 ECHO_C= ECHO_N= ECHO_T=
19326 case `echo -n x` in #(((((
19327 -n*)
19328 case `echo 'xy\c'` in
19329 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
19330 xy) ECHO_C='\c';;
19331 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
19332 ECHO_T=' ';;
19333 esac;;
19335 ECHO_N='-n';;
19336 esac
19338 rm -f conf$$ conf$$.exe conf$$.file
19339 if test -d conf$$.dir; then
19340 rm -f conf$$.dir/conf$$.file
19341 else
19342 rm -f conf$$.dir
19343 mkdir conf$$.dir 2>/dev/null
19345 if (echo >conf$$.file) 2>/dev/null; then
19346 if ln -s conf$$.file conf$$ 2>/dev/null; then
19347 as_ln_s='ln -s'
19348 # ... but there are two gotchas:
19349 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
19350 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
19351 # In both cases, we have to default to `cp -p'.
19352 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
19353 as_ln_s='cp -p'
19354 elif ln conf$$.file conf$$ 2>/dev/null; then
19355 as_ln_s=ln
19356 else
19357 as_ln_s='cp -p'
19359 else
19360 as_ln_s='cp -p'
19362 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
19363 rmdir conf$$.dir 2>/dev/null
19366 # as_fn_mkdir_p
19367 # -------------
19368 # Create "$as_dir" as a directory, including parents if necessary.
19369 as_fn_mkdir_p ()
19372 case $as_dir in #(
19373 -*) as_dir=./$as_dir;;
19374 esac
19375 test -d "$as_dir" || eval $as_mkdir_p || {
19376 as_dirs=
19377 while :; do
19378 case $as_dir in #(
19379 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
19380 *) as_qdir=$as_dir;;
19381 esac
19382 as_dirs="'$as_qdir' $as_dirs"
19383 as_dir=`$as_dirname -- "$as_dir" ||
19384 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19385 X"$as_dir" : 'X\(//\)[^/]' \| \
19386 X"$as_dir" : 'X\(//\)$' \| \
19387 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
19388 $as_echo X"$as_dir" |
19389 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19390 s//\1/
19393 /^X\(\/\/\)[^/].*/{
19394 s//\1/
19397 /^X\(\/\/\)$/{
19398 s//\1/
19401 /^X\(\/\).*/{
19402 s//\1/
19405 s/.*/./; q'`
19406 test -d "$as_dir" && break
19407 done
19408 test -z "$as_dirs" || eval "mkdir $as_dirs"
19409 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
19412 } # as_fn_mkdir_p
19413 if mkdir -p . 2>/dev/null; then
19414 as_mkdir_p='mkdir -p "$as_dir"'
19415 else
19416 test -d ./-p && rmdir ./-p
19417 as_mkdir_p=false
19420 if test -x / >/dev/null 2>&1; then
19421 as_test_x='test -x'
19422 else
19423 if ls -dL / >/dev/null 2>&1; then
19424 as_ls_L_option=L
19425 else
19426 as_ls_L_option=
19428 as_test_x='
19429 eval sh -c '\''
19430 if test -d "$1"; then
19431 test -d "$1/.";
19432 else
19433 case $1 in #(
19434 -*)set "./$1";;
19435 esac;
19436 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
19437 ???[sx]*):;;*)false;;esac;fi
19438 '\'' sh
19441 as_executable_p=$as_test_x
19443 # Sed expression to map a string onto a valid CPP name.
19444 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
19446 # Sed expression to map a string onto a valid variable name.
19447 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
19450 exec 6>&1
19451 ## ----------------------------------- ##
19452 ## Main body of $CONFIG_STATUS script. ##
19453 ## ----------------------------------- ##
19454 _ASEOF
19455 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
19457 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19458 # Save the log message, to keep $0 and so on meaningful, and to
19459 # report actual input values of CONFIG_FILES etc. instead of their
19460 # values after options handling.
19461 ac_log="
19462 This file was extended by Wine $as_me 1.1.38, which was
19463 generated by GNU Autoconf 2.65. Invocation command line was
19465 CONFIG_FILES = $CONFIG_FILES
19466 CONFIG_HEADERS = $CONFIG_HEADERS
19467 CONFIG_LINKS = $CONFIG_LINKS
19468 CONFIG_COMMANDS = $CONFIG_COMMANDS
19469 $ $0 $@
19471 on `(hostname || uname -n) 2>/dev/null | sed 1q`
19474 _ACEOF
19476 case $ac_config_files in *"
19477 "*) set x $ac_config_files; shift; ac_config_files=$*;;
19478 esac
19480 case $ac_config_headers in *"
19481 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
19482 esac
19485 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19486 # Files that config.status was made for.
19487 config_files="$ac_config_files"
19488 config_headers="$ac_config_headers"
19489 config_links="$ac_config_links"
19490 config_commands="$ac_config_commands"
19492 _ACEOF
19494 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19495 ac_cs_usage="\
19496 \`$as_me' instantiates files and other configuration actions
19497 from templates according to the current configuration. Unless the files
19498 and actions are specified as TAGs, all are instantiated by default.
19500 Usage: $0 [OPTION]... [TAG]...
19502 -h, --help print this help, then exit
19503 -V, --version print version number and configuration settings, then exit
19504 --config print configuration, then exit
19505 -q, --quiet, --silent
19506 do not print progress messages
19507 -d, --debug don't remove temporary files
19508 --recheck update $as_me by reconfiguring in the same conditions
19509 --file=FILE[:TEMPLATE]
19510 instantiate the configuration file FILE
19511 --header=FILE[:TEMPLATE]
19512 instantiate the configuration header FILE
19514 Configuration files:
19515 $config_files
19517 Configuration headers:
19518 $config_headers
19520 Configuration links:
19521 $config_links
19523 Configuration commands:
19524 $config_commands
19526 Report bugs to <wine-devel@winehq.org>.
19527 Wine home page: <http://www.winehq.org>."
19529 _ACEOF
19530 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19531 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
19532 ac_cs_version="\\
19533 Wine config.status 1.1.38
19534 configured by $0, generated by GNU Autoconf 2.65,
19535 with options \\"\$ac_cs_config\\"
19537 Copyright (C) 2009 Free Software Foundation, Inc.
19538 This config.status script is free software; the Free Software Foundation
19539 gives unlimited permission to copy, distribute and modify it."
19541 ac_pwd='$ac_pwd'
19542 srcdir='$srcdir'
19543 INSTALL='$INSTALL'
19544 test -n "\$AWK" || AWK=awk
19545 _ACEOF
19547 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19548 # The default lists apply if the user does not specify any file.
19549 ac_need_defaults=:
19550 while test $# != 0
19552 case $1 in
19553 --*=*)
19554 ac_option=`expr "X$1" : 'X\([^=]*\)='`
19555 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
19556 ac_shift=:
19559 ac_option=$1
19560 ac_optarg=$2
19561 ac_shift=shift
19563 esac
19565 case $ac_option in
19566 # Handling of the options.
19567 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
19568 ac_cs_recheck=: ;;
19569 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
19570 $as_echo "$ac_cs_version"; exit ;;
19571 --config | --confi | --conf | --con | --co | --c )
19572 $as_echo "$ac_cs_config"; exit ;;
19573 --debug | --debu | --deb | --de | --d | -d )
19574 debug=: ;;
19575 --file | --fil | --fi | --f )
19576 $ac_shift
19577 case $ac_optarg in
19578 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19579 esac
19580 as_fn_append CONFIG_FILES " '$ac_optarg'"
19581 ac_need_defaults=false;;
19582 --header | --heade | --head | --hea )
19583 $ac_shift
19584 case $ac_optarg in
19585 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19586 esac
19587 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
19588 ac_need_defaults=false;;
19589 --he | --h)
19590 # Conflict between --help and --header
19591 as_fn_error "ambiguous option: \`$1'
19592 Try \`$0 --help' for more information.";;
19593 --help | --hel | -h )
19594 $as_echo "$ac_cs_usage"; exit ;;
19595 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
19596 | -silent | --silent | --silen | --sile | --sil | --si | --s)
19597 ac_cs_silent=: ;;
19599 # This is an error.
19600 -*) as_fn_error "unrecognized option: \`$1'
19601 Try \`$0 --help' for more information." ;;
19603 *) as_fn_append ac_config_targets " $1"
19604 ac_need_defaults=false ;;
19606 esac
19607 shift
19608 done
19610 ac_configure_extra_args=
19612 if $ac_cs_silent; then
19613 exec 6>/dev/null
19614 ac_configure_extra_args="$ac_configure_extra_args --silent"
19617 _ACEOF
19618 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19619 if \$ac_cs_recheck; then
19620 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19621 shift
19622 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19623 CONFIG_SHELL='$SHELL'
19624 export CONFIG_SHELL
19625 exec "\$@"
19628 _ACEOF
19629 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19630 exec 5>>config.log
19632 echo
19633 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19634 ## Running $as_me. ##
19635 _ASBOX
19636 $as_echo "$ac_log"
19637 } >&5
19639 _ACEOF
19640 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19641 _ACEOF
19643 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19645 # Handling of arguments.
19646 for ac_config_target in $ac_config_targets
19648 case $ac_config_target in
19649 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
19650 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
19651 "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
19652 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19653 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19654 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19655 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19656 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
19657 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
19658 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
19659 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
19660 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
19661 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
19662 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
19663 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
19664 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
19665 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
19666 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
19667 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
19668 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
19669 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
19670 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
19671 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
19672 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
19673 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
19674 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
19675 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
19676 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
19677 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
19678 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
19679 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
19680 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
19681 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
19682 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
19683 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
19684 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
19685 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
19686 "dlls/avifil32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/tests/Makefile" ;;
19687 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
19688 "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
19689 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
19690 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
19691 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
19692 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
19693 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
19694 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
19695 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
19696 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
19697 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
19698 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
19699 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
19700 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
19701 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
19702 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
19703 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
19704 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
19705 "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
19706 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
19707 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
19708 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
19709 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
19710 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
19711 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
19712 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
19713 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
19714 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
19715 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
19716 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
19717 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
19718 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
19719 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
19720 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
19721 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
19722 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
19723 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
19724 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
19725 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
19726 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
19727 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
19728 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
19729 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
19730 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
19731 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
19732 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
19733 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
19734 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
19735 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
19736 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
19737 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
19738 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
19739 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
19740 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
19741 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
19742 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
19743 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
19744 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
19745 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
19746 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
19747 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
19748 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
19749 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
19750 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
19751 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
19752 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
19753 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
19754 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
19755 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
19756 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
19757 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
19758 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
19759 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
19760 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
19761 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
19762 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
19763 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
19764 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
19765 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
19766 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
19767 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
19768 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
19769 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
19770 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
19771 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
19772 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
19773 "dlls/dmloader/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/tests/Makefile" ;;
19774 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
19775 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
19776 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
19777 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
19778 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
19779 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
19780 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
19781 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
19782 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
19783 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
19784 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
19785 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
19786 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
19787 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
19788 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
19789 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
19790 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
19791 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
19792 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
19793 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
19794 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
19795 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
19796 "dlls/dxdiagn/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/tests/Makefile" ;;
19797 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
19798 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
19799 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
19800 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
19801 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
19802 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
19803 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
19804 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
19805 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
19806 "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
19807 "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
19808 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
19809 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
19810 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
19811 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
19812 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
19813 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
19814 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
19815 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
19816 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
19817 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
19818 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
19819 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
19820 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
19821 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
19822 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
19823 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
19824 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
19825 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
19826 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
19827 "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
19828 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
19829 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
19830 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
19831 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
19832 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
19833 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
19834 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
19835 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
19836 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
19837 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
19838 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
19839 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
19840 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
19841 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
19842 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
19843 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
19844 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
19845 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
19846 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
19847 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
19848 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
19849 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
19850 "dlls/krnl386.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/krnl386.exe16/Makefile" ;;
19851 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
19852 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
19853 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
19854 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
19855 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
19856 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
19857 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
19858 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
19859 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
19860 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
19861 "dlls/mapistub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapistub/Makefile" ;;
19862 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
19863 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
19864 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
19865 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
19866 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
19867 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
19868 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
19869 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
19870 "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
19871 "dlls/mmdevapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/tests/Makefile" ;;
19872 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
19873 "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
19874 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
19875 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
19876 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
19877 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
19878 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
19879 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
19880 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
19881 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
19882 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
19883 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
19884 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
19885 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
19886 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
19887 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
19888 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
19889 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
19890 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
19891 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
19892 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
19893 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
19894 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
19895 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
19896 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
19897 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
19898 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
19899 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
19900 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
19901 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
19902 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
19903 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
19904 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
19905 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
19906 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
19907 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
19908 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
19909 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
19910 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
19911 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
19912 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
19913 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
19914 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
19915 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
19916 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
19917 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
19918 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
19919 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
19920 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
19921 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
19922 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
19923 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
19924 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
19925 "dlls/msxml4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml4/Makefile" ;;
19926 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
19927 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
19928 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
19929 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
19930 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
19931 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
19932 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
19933 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
19934 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
19935 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
19936 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
19937 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
19938 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
19939 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
19940 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
19941 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
19942 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
19943 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
19944 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
19945 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
19946 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
19947 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
19948 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
19949 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
19950 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
19951 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
19952 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
19953 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
19954 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
19955 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
19956 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
19957 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
19958 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
19959 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
19960 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
19961 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
19962 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
19963 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
19964 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
19965 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
19966 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
19967 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
19968 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
19969 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
19970 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
19971 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
19972 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
19973 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
19974 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
19975 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
19976 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
19977 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
19978 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
19979 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
19980 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
19981 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
19982 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
19983 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
19984 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
19985 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
19986 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
19987 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
19988 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
19989 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
19990 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
19991 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
19992 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
19993 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
19994 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
19995 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
19996 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
19997 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
19998 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
19999 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
20000 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
20001 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
20002 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
20003 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
20004 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
20005 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
20006 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
20007 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
20008 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
20009 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
20010 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
20011 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
20012 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
20013 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
20014 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
20015 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
20016 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
20017 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
20018 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
20019 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
20020 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
20021 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
20022 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
20023 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
20024 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
20025 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
20026 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
20027 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
20028 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
20029 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
20030 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
20031 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
20032 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
20033 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
20034 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
20035 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
20036 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
20037 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
20038 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
20039 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
20040 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
20041 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
20042 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
20043 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
20044 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
20045 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
20046 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
20047 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
20048 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
20049 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
20050 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
20051 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
20052 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
20053 "dlls/user.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user.exe16/Makefile" ;;
20054 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
20055 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
20056 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
20057 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
20058 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
20059 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
20060 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
20061 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
20062 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
20063 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
20064 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
20065 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
20066 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
20067 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
20068 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
20069 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
20070 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
20071 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
20072 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
20073 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
20074 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
20075 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
20076 "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
20077 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
20078 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
20079 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
20080 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
20081 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
20082 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
20083 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
20084 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
20085 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
20086 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
20087 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
20088 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
20089 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
20090 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
20091 "dlls/winemapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemapi/Makefile" ;;
20092 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
20093 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
20094 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
20095 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
20096 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
20097 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
20098 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
20099 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
20100 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
20101 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
20102 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
20103 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
20104 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
20105 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
20106 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
20107 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
20108 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
20109 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
20110 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
20111 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
20112 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
20113 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
20114 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
20115 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
20116 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
20117 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
20118 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
20119 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
20120 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
20121 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
20122 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
20123 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
20124 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
20125 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
20126 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
20127 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
20128 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
20129 "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
20130 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
20131 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
20132 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
20133 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
20134 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
20135 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
20136 "dlls/xmllite/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/tests/Makefile" ;;
20137 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
20138 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
20139 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
20140 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
20141 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
20142 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
20143 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
20144 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
20145 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
20146 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
20147 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
20148 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
20149 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
20150 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
20151 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
20152 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
20153 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
20154 "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
20155 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
20156 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
20157 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
20158 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
20159 "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
20160 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
20161 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
20162 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
20163 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
20164 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
20165 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
20166 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
20167 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
20168 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
20169 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
20170 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
20171 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
20172 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
20173 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
20174 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
20175 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
20176 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
20177 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
20178 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
20179 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
20180 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
20181 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
20182 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
20183 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
20184 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
20185 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
20186 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
20187 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
20188 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
20189 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
20190 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
20191 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
20192 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
20193 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
20194 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
20195 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
20196 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
20197 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
20198 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
20199 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
20200 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
20201 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
20202 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
20203 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
20204 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
20205 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
20206 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
20208 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
20209 esac
20210 done
20213 # If the user did not use the arguments to specify the items to instantiate,
20214 # then the envvar interface is used. Set only those that are not.
20215 # We use the long form for the default assignment because of an extremely
20216 # bizarre bug on SunOS 4.1.3.
20217 if $ac_need_defaults; then
20218 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
20219 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
20220 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
20221 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
20224 # Have a temporary directory for convenience. Make it in the build tree
20225 # simply because there is no reason against having it here, and in addition,
20226 # creating and moving files from /tmp can sometimes cause problems.
20227 # Hook for its removal unless debugging.
20228 # Note that there is a small window in which the directory will not be cleaned:
20229 # after its creation but before its name has been assigned to `$tmp'.
20230 $debug ||
20232 tmp=
20233 trap 'exit_status=$?
20234 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
20236 trap 'as_fn_exit 1' 1 2 13 15
20238 # Create a (secure) tmp directory for tmp files.
20241 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
20242 test -n "$tmp" && test -d "$tmp"
20243 } ||
20245 tmp=./conf$$-$RANDOM
20246 (umask 077 && mkdir "$tmp")
20247 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
20249 # Set up the scripts for CONFIG_FILES section.
20250 # No need to generate them if there are no CONFIG_FILES.
20251 # This happens for instance with `./config.status config.h'.
20252 if test -n "$CONFIG_FILES"; then
20254 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
20255 ac_cs_awk_getline=:
20256 ac_cs_awk_pipe_init=
20257 ac_cs_awk_read_file='
20258 while ((getline aline < (F[key])) > 0)
20259 print(aline)
20260 close(F[key])'
20261 ac_cs_awk_pipe_fini=
20262 else
20263 ac_cs_awk_getline=false
20264 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
20265 ac_cs_awk_read_file='
20266 print "|#_!!_#|"
20267 print "cat " F[key] " &&"
20268 '$ac_cs_awk_pipe_init
20269 # The final `:' finishes the AND list.
20270 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
20272 ac_cr=`echo X | tr X '\015'`
20273 # On cygwin, bash can eat \r inside `` if the user requested igncr.
20274 # But we know of no other shell where ac_cr would be empty at this
20275 # point, so we can use a bashism as a fallback.
20276 if test "x$ac_cr" = x; then
20277 eval ac_cr=\$\'\\r\'
20279 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
20280 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
20281 ac_cs_awk_cr='\r'
20282 else
20283 ac_cs_awk_cr=$ac_cr
20286 echo 'BEGIN {' >"$tmp/subs1.awk" &&
20287 _ACEOF
20289 # Create commands to substitute file output variables.
20291 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
20292 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
20293 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
20294 echo "_ACAWK" &&
20295 echo "_ACEOF"
20296 } >conf$$files.sh &&
20297 . ./conf$$files.sh ||
20298 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20299 rm -f conf$$files.sh
20302 echo "cat >conf$$subs.awk <<_ACEOF" &&
20303 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
20304 echo "_ACEOF"
20305 } >conf$$subs.sh ||
20306 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20307 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
20308 ac_delim='%!_!# '
20309 for ac_last_try in false false false false false :; do
20310 . ./conf$$subs.sh ||
20311 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20313 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
20314 if test $ac_delim_n = $ac_delim_num; then
20315 break
20316 elif $ac_last_try; then
20317 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20318 else
20319 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
20321 done
20322 rm -f conf$$subs.sh
20324 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20325 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
20326 _ACEOF
20327 sed -n '
20329 s/^/S["/; s/!.*/"]=/
20332 s/^[^!]*!//
20333 :repl
20334 t repl
20335 s/'"$ac_delim"'$//
20336 t delim
20339 s/\(.\{148\}\)..*/\1/
20340 t more1
20341 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
20344 b repl
20345 :more1
20346 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
20349 s/.\{148\}//
20350 t nl
20351 :delim
20353 s/\(.\{148\}\)..*/\1/
20354 t more2
20355 s/["\\]/\\&/g; s/^/"/; s/$/"/
20358 :more2
20359 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
20362 s/.\{148\}//
20363 t delim
20364 ' <conf$$subs.awk | sed '
20365 /^[^""]/{
20367 s/\n//
20369 ' >>$CONFIG_STATUS || ac_write_fail=1
20370 rm -f conf$$subs.awk
20371 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20372 _ACAWK
20373 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
20374 for (key in S) S_is_set[key] = 1
20375 FS = "\a"
20376 \$ac_cs_awk_pipe_init
20379 line = $ 0
20380 nfields = split(line, field, "@")
20381 substed = 0
20382 len = length(field[1])
20383 for (i = 2; i < nfields; i++) {
20384 key = field[i]
20385 keylen = length(key)
20386 if (S_is_set[key]) {
20387 value = S[key]
20388 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
20389 len += length(value) + length(field[++i])
20390 substed = 1
20391 } else
20392 len += 1 + keylen
20394 if (nfields == 3 && !substed) {
20395 key = field[2]
20396 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
20397 \$ac_cs_awk_read_file
20398 next
20401 print line
20403 \$ac_cs_awk_pipe_fini
20404 _ACAWK
20405 _ACEOF
20406 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20407 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
20408 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
20409 else
20411 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
20412 || as_fn_error "could not setup config files machinery" "$LINENO" 5
20413 _ACEOF
20415 # VPATH may cause trouble with some makes, so we remove $(srcdir),
20416 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
20417 # trailing colons and then remove the whole line if VPATH becomes empty
20418 # (actually we leave an empty line to preserve line numbers).
20419 if test "x$srcdir" = x.; then
20420 ac_vpsub='/^[ ]*VPATH[ ]*=/{
20421 s/:*\$(srcdir):*/:/
20422 s/:*\${srcdir}:*/:/
20423 s/:*@srcdir@:*/:/
20424 s/^\([^=]*=[ ]*\):*/\1/
20425 s/:*$//
20426 s/^[^=]*=[ ]*$//
20430 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20431 fi # test -n "$CONFIG_FILES"
20433 # Set up the scripts for CONFIG_HEADERS section.
20434 # No need to generate them if there are no CONFIG_HEADERS.
20435 # This happens for instance with `./config.status Makefile'.
20436 if test -n "$CONFIG_HEADERS"; then
20437 cat >"$tmp/defines.awk" <<\_ACAWK ||
20438 BEGIN {
20439 _ACEOF
20441 # Transform confdefs.h into an awk script `defines.awk', embedded as
20442 # here-document in config.status, that substitutes the proper values into
20443 # config.h.in to produce config.h.
20445 # Create a delimiter string that does not exist in confdefs.h, to ease
20446 # handling of long lines.
20447 ac_delim='%!_!# '
20448 for ac_last_try in false false :; do
20449 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
20450 if test -z "$ac_t"; then
20451 break
20452 elif $ac_last_try; then
20453 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
20454 else
20455 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
20457 done
20459 # For the awk script, D is an array of macro values keyed by name,
20460 # likewise P contains macro parameters if any. Preserve backslash
20461 # newline sequences.
20463 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
20464 sed -n '
20465 s/.\{148\}/&'"$ac_delim"'/g
20466 t rset
20467 :rset
20468 s/^[ ]*#[ ]*define[ ][ ]*/ /
20469 t def
20471 :def
20472 s/\\$//
20473 t bsnl
20474 s/["\\]/\\&/g
20475 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
20476 D["\1"]=" \3"/p
20477 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
20479 :bsnl
20480 s/["\\]/\\&/g
20481 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
20482 D["\1"]=" \3\\\\\\n"\\/p
20483 t cont
20484 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
20485 t cont
20487 :cont
20489 s/.\{148\}/&'"$ac_delim"'/g
20490 t clear
20491 :clear
20492 s/\\$//
20493 t bsnlc
20494 s/["\\]/\\&/g; s/^/"/; s/$/"/p
20496 :bsnlc
20497 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
20498 b cont
20499 ' <confdefs.h | sed '
20500 s/'"$ac_delim"'/"\\\
20501 "/g' >>$CONFIG_STATUS || ac_write_fail=1
20503 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20504 for (key in D) D_is_set[key] = 1
20505 FS = "\a"
20507 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
20508 line = \$ 0
20509 split(line, arg, " ")
20510 if (arg[1] == "#") {
20511 defundef = arg[2]
20512 mac1 = arg[3]
20513 } else {
20514 defundef = substr(arg[1], 2)
20515 mac1 = arg[2]
20517 split(mac1, mac2, "(") #)
20518 macro = mac2[1]
20519 prefix = substr(line, 1, index(line, defundef) - 1)
20520 if (D_is_set[macro]) {
20521 # Preserve the white space surrounding the "#".
20522 print prefix "define", macro P[macro] D[macro]
20523 next
20524 } else {
20525 # Replace #undef with comments. This is necessary, for example,
20526 # in the case of _POSIX_SOURCE, which is predefined and required
20527 # on some systems where configure will not decide to define it.
20528 if (defundef == "undef") {
20529 print "/*", prefix defundef, macro, "*/"
20530 next
20534 { print }
20535 _ACAWK
20536 _ACEOF
20537 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20538 as_fn_error "could not setup config headers machinery" "$LINENO" 5
20539 fi # test -n "$CONFIG_HEADERS"
20542 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
20543 shift
20544 for ac_tag
20546 case $ac_tag in
20547 :[FHLC]) ac_mode=$ac_tag; continue;;
20548 esac
20549 case $ac_mode$ac_tag in
20550 :[FHL]*:*);;
20551 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
20552 :[FH]-) ac_tag=-:-;;
20553 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
20554 esac
20555 ac_save_IFS=$IFS
20556 IFS=:
20557 set x $ac_tag
20558 IFS=$ac_save_IFS
20559 shift
20560 ac_file=$1
20561 shift
20563 case $ac_mode in
20564 :L) ac_source=$1;;
20565 :[FH])
20566 ac_file_inputs=
20567 for ac_f
20569 case $ac_f in
20570 -) ac_f="$tmp/stdin";;
20571 *) # Look for the file first in the build tree, then in the source tree
20572 # (if the path is not absolute). The absolute path cannot be DOS-style,
20573 # because $ac_f cannot contain `:'.
20574 test -f "$ac_f" ||
20575 case $ac_f in
20576 [\\/$]*) false;;
20577 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
20578 esac ||
20579 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
20580 esac
20581 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
20582 as_fn_append ac_file_inputs " '$ac_f'"
20583 done
20585 # Let's still pretend it is `configure' which instantiates (i.e., don't
20586 # use $as_me), people would be surprised to read:
20587 # /* config.h. Generated by config.status. */
20588 configure_input='Generated from '`
20589 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
20590 `' by configure.'
20591 if test x"$ac_file" != x-; then
20592 configure_input="$ac_file. $configure_input"
20593 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
20594 $as_echo "$as_me: creating $ac_file" >&6;}
20596 # Neutralize special characters interpreted by sed in replacement strings.
20597 case $configure_input in #(
20598 *\&* | *\|* | *\\* )
20599 ac_sed_conf_input=`$as_echo "$configure_input" |
20600 sed 's/[\\\\&|]/\\\\&/g'`;; #(
20601 *) ac_sed_conf_input=$configure_input;;
20602 esac
20604 case $ac_tag in
20605 *:-:* | *:-) cat >"$tmp/stdin" \
20606 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
20607 esac
20609 esac
20611 ac_dir=`$as_dirname -- "$ac_file" ||
20612 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20613 X"$ac_file" : 'X\(//\)[^/]' \| \
20614 X"$ac_file" : 'X\(//\)$' \| \
20615 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
20616 $as_echo X"$ac_file" |
20617 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20618 s//\1/
20621 /^X\(\/\/\)[^/].*/{
20622 s//\1/
20625 /^X\(\/\/\)$/{
20626 s//\1/
20629 /^X\(\/\).*/{
20630 s//\1/
20633 s/.*/./; q'`
20634 as_dir="$ac_dir"; as_fn_mkdir_p
20635 ac_builddir=.
20637 case "$ac_dir" in
20638 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
20640 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
20641 # A ".." for each directory in $ac_dir_suffix.
20642 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
20643 case $ac_top_builddir_sub in
20644 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
20645 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
20646 esac ;;
20647 esac
20648 ac_abs_top_builddir=$ac_pwd
20649 ac_abs_builddir=$ac_pwd$ac_dir_suffix
20650 # for backward compatibility:
20651 ac_top_builddir=$ac_top_build_prefix
20653 case $srcdir in
20654 .) # We are building in place.
20655 ac_srcdir=.
20656 ac_top_srcdir=$ac_top_builddir_sub
20657 ac_abs_top_srcdir=$ac_pwd ;;
20658 [\\/]* | ?:[\\/]* ) # Absolute name.
20659 ac_srcdir=$srcdir$ac_dir_suffix;
20660 ac_top_srcdir=$srcdir
20661 ac_abs_top_srcdir=$srcdir ;;
20662 *) # Relative name.
20663 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
20664 ac_top_srcdir=$ac_top_build_prefix$srcdir
20665 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
20666 esac
20667 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
20670 case $ac_mode in
20673 # CONFIG_FILE
20676 case $INSTALL in
20677 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
20678 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
20679 esac
20680 _ACEOF
20682 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20683 # If the template does not know about datarootdir, expand it.
20684 # FIXME: This hack should be removed a few years after 2.60.
20685 ac_datarootdir_hack=; ac_datarootdir_seen=
20686 ac_sed_dataroot='
20687 /datarootdir/ {
20691 /@datadir@/p
20692 /@docdir@/p
20693 /@infodir@/p
20694 /@localedir@/p
20695 /@mandir@/p'
20696 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
20697 *datarootdir*) ac_datarootdir_seen=yes;;
20698 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
20699 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
20700 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
20701 _ACEOF
20702 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20703 ac_datarootdir_hack='
20704 s&@datadir@&$datadir&g
20705 s&@docdir@&$docdir&g
20706 s&@infodir@&$infodir&g
20707 s&@localedir@&$localedir&g
20708 s&@mandir@&$mandir&g
20709 s&\\\${datarootdir}&$datarootdir&g' ;;
20710 esac
20711 _ACEOF
20713 # Neutralize VPATH when `$srcdir' = `.'.
20714 # Shell code in configure.ac might set extrasub.
20715 # FIXME: do we really want to maintain this feature?
20716 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20717 ac_sed_extra="$ac_vpsub
20718 $extrasub
20719 _ACEOF
20720 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20722 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
20723 s|@configure_input@|$ac_sed_conf_input|;t t
20724 s&@top_builddir@&$ac_top_builddir_sub&;t t
20725 s&@top_build_prefix@&$ac_top_build_prefix&;t t
20726 s&@srcdir@&$ac_srcdir&;t t
20727 s&@abs_srcdir@&$ac_abs_srcdir&;t t
20728 s&@top_srcdir@&$ac_top_srcdir&;t t
20729 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
20730 s&@builddir@&$ac_builddir&;t t
20731 s&@abs_builddir@&$ac_abs_builddir&;t t
20732 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
20733 s&@INSTALL@&$ac_INSTALL&;t t
20734 $ac_datarootdir_hack
20736 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
20737 if $ac_cs_awk_getline; then
20738 $AWK -f "$tmp/subs.awk"
20739 else
20740 $AWK -f "$tmp/subs.awk" | $SHELL
20741 fi >$tmp/out \
20742 || as_fn_error "could not create $ac_file" "$LINENO" 5
20744 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
20745 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
20746 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
20747 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
20748 which seems to be undefined. Please make sure it is defined." >&5
20749 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
20750 which seems to be undefined. Please make sure it is defined." >&2;}
20752 rm -f "$tmp/stdin"
20753 case $ac_file in
20754 -) cat "$tmp/out" && rm -f "$tmp/out";;
20755 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
20756 esac \
20757 || as_fn_error "could not create $ac_file" "$LINENO" 5
20761 # CONFIG_HEADER
20763 if test x"$ac_file" != x-; then
20765 $as_echo "/* $configure_input */" \
20766 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
20767 } >"$tmp/config.h" \
20768 || as_fn_error "could not create $ac_file" "$LINENO" 5
20769 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
20770 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
20771 $as_echo "$as_me: $ac_file is unchanged" >&6;}
20772 else
20773 rm -f "$ac_file"
20774 mv "$tmp/config.h" "$ac_file" \
20775 || as_fn_error "could not create $ac_file" "$LINENO" 5
20777 else
20778 $as_echo "/* $configure_input */" \
20779 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
20780 || as_fn_error "could not create -" "$LINENO" 5
20785 # CONFIG_LINK
20788 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
20790 else
20791 # Prefer the file from the source tree if names are identical.
20792 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
20793 ac_source=$srcdir/$ac_source
20796 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
20797 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
20799 if test ! -r "$ac_source"; then
20800 as_fn_error "$ac_source: file not found" "$LINENO" 5
20802 rm -f "$ac_file"
20804 # Try a relative symlink, then a hard link, then a copy.
20805 case $srcdir in
20806 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
20807 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
20808 esac
20809 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
20810 ln "$ac_source" "$ac_file" 2>/dev/null ||
20811 cp -p "$ac_source" "$ac_file" ||
20812 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
20815 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
20816 $as_echo "$as_me: executing $ac_file commands" >&6;}
20818 esac
20821 case $ac_file$ac_mode in
20822 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
20823 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
20824 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
20825 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
20826 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
20827 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
20828 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
20829 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
20830 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
20831 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
20832 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
20833 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
20834 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
20836 esac
20837 done # for ac_tag
20840 as_fn_exit 0
20841 _ACEOF
20842 ac_clean_files=$ac_clean_files_save
20844 test $ac_write_fail = 0 ||
20845 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
20848 # configure is writing to config.log, and then calls config.status.
20849 # config.status does its own redirection, appending to config.log.
20850 # Unfortunately, on DOS this fails, as config.log is still kept open
20851 # by configure, so config.status won't be able to write to it; its
20852 # output is simply discarded. So we exec the FD to /dev/null,
20853 # effectively closing config.log, so it can be properly (re)opened and
20854 # appended to by config.status. When coming back to configure, we
20855 # need to make the FD available again.
20856 if test "$no_create" != yes; then
20857 ac_cs_success=:
20858 ac_config_status_args=
20859 test "$silent" = yes &&
20860 ac_config_status_args="$ac_config_status_args --quiet"
20861 exec 5>/dev/null
20862 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
20863 exec 5>>config.log
20864 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
20865 # would make configure fail if this is the last instruction.
20866 $ac_cs_success || as_fn_exit $?
20868 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
20869 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
20870 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
20874 if test "$no_create" = "yes"
20875 then
20876 exit 0
20879 ac_save_IFS="$IFS"
20880 if test "x$wine_notices != "x; then
20881 echo >&6
20882 IFS="|"
20883 for msg in $wine_notices; do
20884 IFS="$ac_save_IFS"
20885 if test -n "$msg"; then
20886 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
20887 $as_echo "$as_me: $msg" >&6;}
20889 done
20891 IFS="|"
20892 for msg in $wine_warnings; do
20893 IFS="$ac_save_IFS"
20894 if test -n "$msg"; then
20895 echo >&2
20896 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
20897 $as_echo "$as_me: WARNING: $msg" >&2;}
20899 done
20900 IFS="$ac_save_IFS"
20902 echo "
20903 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
20904 " >&6