hhctrl.ocx: Handle Index tab sub-topics.
[wine/multimedia.git] / configure
blob740e95e2cb78401722030458664548a6c6a9d805
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for Wine 1.1.37.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10 # Inc.
13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ##
16 ## M4sh Initialization. ##
17 ## -------------------- ##
19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 emulate sh
23 NULLCMD=:
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25 # is contrary to our usage. Disable this feature.
26 alias -g '${1+"$@"}'='"$@"'
27 setopt NO_GLOB_SUBST
28 else
29 case `(set -o) 2>/dev/null` in #(
30 *posix*) :
31 set -o posix ;; #(
32 *) :
34 esac
38 as_nl='
40 export as_nl
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
46 # but without wasting forks for bash or zsh.
47 if test -z "$BASH_VERSION$ZSH_VERSION" \
48 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49 as_echo='print -r --'
50 as_echo_n='print -rn --'
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52 as_echo='printf %s\n'
53 as_echo_n='printf %s'
54 else
55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57 as_echo_n='/usr/ucb/echo -n'
58 else
59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 as_echo_n_body='eval
61 arg=$1;
62 case $arg in #(
63 *"$as_nl"*)
64 expr "X$arg" : "X\\(.*\\)$as_nl";
65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66 esac;
67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
69 export as_echo_n_body
70 as_echo_n='sh -c $as_echo_n_body as_echo'
72 export as_echo_body
73 as_echo='sh -c $as_echo_body as_echo'
76 # The user is always right.
77 if test "${PATH_SEPARATOR+set}" != set; then
78 PATH_SEPARATOR=:
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81 PATH_SEPARATOR=';'
86 # IFS
87 # We need space, tab and new line, in precisely that order. Quoting is
88 # there to prevent editors from complaining about space-tab.
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.)
91 IFS=" "" $as_nl"
93 # Find who we are. Look in the path if we contain no directory separator.
94 case $0 in #((
95 *[\\/]* ) as_myself=$0 ;;
96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 for as_dir in $PATH
99 IFS=$as_save_IFS
100 test -z "$as_dir" && as_dir=.
101 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102 done
103 IFS=$as_save_IFS
106 esac
107 # We did not find ourselves, most probably we were run as `sh COMMAND'
108 # in which case we are not to be found in the path.
109 if test "x$as_myself" = x; then
110 as_myself=$0
112 if test ! -f "$as_myself"; then
113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 exit 1
117 # Unset variables that we do not need and which cause bugs (e.g. in
118 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
119 # suppresses any "Segmentation fault" message there. '((' could
120 # trigger a bug in pdksh 5.2.14.
121 for as_var in BASH_ENV ENV MAIL MAILPATH
122 do eval test x\${$as_var+set} = xset \
123 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124 done
125 PS1='$ '
126 PS2='> '
127 PS4='+ '
129 # NLS nuisances.
130 LC_ALL=C
131 export LC_ALL
132 LANGUAGE=C
133 export LANGUAGE
135 # CDPATH.
136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138 if test "x$CONFIG_SHELL" = x; then
139 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140 emulate sh
141 NULLCMD=:
142 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143 # is contrary to our usage. Disable this feature.
144 alias -g '\${1+\"\$@\"}'='\"\$@\"'
145 setopt NO_GLOB_SUBST
146 else
147 case \`(set -o) 2>/dev/null\` in #(
148 *posix*) :
149 set -o posix ;; #(
150 *) :
152 esac
155 as_required="as_fn_return () { (exit \$1); }
156 as_fn_success () { as_fn_return 0; }
157 as_fn_failure () { as_fn_return 1; }
158 as_fn_ret_success () { return 0; }
159 as_fn_ret_failure () { return 1; }
161 exitcode=0
162 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168 else
169 exitcode=1; echo positional parameters were not saved.
171 test x\$exitcode = x0 || exit 1"
172 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176 test \$(( 1 + 1 )) = 2 || exit 1"
177 if (eval "$as_required") 2>/dev/null; then :
178 as_have_required=yes
179 else
180 as_have_required=no
182 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
184 else
185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
186 as_found=false
187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
189 IFS=$as_save_IFS
190 test -z "$as_dir" && as_dir=.
191 as_found=:
192 case $as_dir in #(
194 for as_base in sh bash ksh sh5; do
195 # Try only shells that exist, to save several forks.
196 as_shell=$as_dir/$as_base
197 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
198 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
199 CONFIG_SHELL=$as_shell as_have_required=yes
200 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
201 break 2
204 done;;
205 esac
206 as_found=false
207 done
208 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
209 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
210 CONFIG_SHELL=$SHELL as_have_required=yes
211 fi; }
212 IFS=$as_save_IFS
215 if test "x$CONFIG_SHELL" != x; then :
216 # We cannot yet assume a decent shell, so we have to provide a
217 # neutralization value for shells without unset; and this also
218 # works around shells that cannot unset nonexistent variables.
219 BASH_ENV=/dev/null
220 ENV=/dev/null
221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222 export CONFIG_SHELL
223 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
226 if test x$as_have_required = xno; then :
227 $as_echo "$0: This script requires a shell more modern than all"
228 $as_echo "$0: the shells that I found on your system."
229 if test x${ZSH_VERSION+set} = xset ; then
230 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
231 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
232 else
233 $as_echo "$0: Please tell bug-autoconf@gnu.org and
234 $0: wine-devel@winehq.org about your system, including any
235 $0: error possibly output before this message. Then install
236 $0: a modern shell, or manually run the script under such a
237 $0: shell if you do have one."
239 exit 1
243 SHELL=${CONFIG_SHELL-/bin/sh}
244 export SHELL
245 # Unset more variables known to interfere with behavior of common tools.
246 CLICOLOR_FORCE= GREP_OPTIONS=
247 unset CLICOLOR_FORCE GREP_OPTIONS
249 ## --------------------- ##
250 ## M4sh Shell Functions. ##
251 ## --------------------- ##
252 # as_fn_unset VAR
253 # ---------------
254 # Portably unset VAR.
255 as_fn_unset ()
257 { eval $1=; unset $1;}
259 as_unset=as_fn_unset
261 # as_fn_set_status STATUS
262 # -----------------------
263 # Set $? to STATUS, without forking.
264 as_fn_set_status ()
266 return $1
267 } # as_fn_set_status
269 # as_fn_exit STATUS
270 # -----------------
271 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
272 as_fn_exit ()
274 set +e
275 as_fn_set_status $1
276 exit $1
277 } # as_fn_exit
279 # as_fn_mkdir_p
280 # -------------
281 # Create "$as_dir" as a directory, including parents if necessary.
282 as_fn_mkdir_p ()
285 case $as_dir in #(
286 -*) as_dir=./$as_dir;;
287 esac
288 test -d "$as_dir" || eval $as_mkdir_p || {
289 as_dirs=
290 while :; do
291 case $as_dir in #(
292 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
293 *) as_qdir=$as_dir;;
294 esac
295 as_dirs="'$as_qdir' $as_dirs"
296 as_dir=`$as_dirname -- "$as_dir" ||
297 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
298 X"$as_dir" : 'X\(//\)[^/]' \| \
299 X"$as_dir" : 'X\(//\)$' \| \
300 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
301 $as_echo X"$as_dir" |
302 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
303 s//\1/
306 /^X\(\/\/\)[^/].*/{
307 s//\1/
310 /^X\(\/\/\)$/{
311 s//\1/
314 /^X\(\/\).*/{
315 s//\1/
318 s/.*/./; q'`
319 test -d "$as_dir" && break
320 done
321 test -z "$as_dirs" || eval "mkdir $as_dirs"
322 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
325 } # as_fn_mkdir_p
326 # as_fn_append VAR VALUE
327 # ----------------------
328 # Append the text in VALUE to the end of the definition contained in VAR. Take
329 # advantage of any shell optimizations that allow amortized linear growth over
330 # repeated appends, instead of the typical quadratic growth present in naive
331 # implementations.
332 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
333 eval 'as_fn_append ()
335 eval $1+=\$2
337 else
338 as_fn_append ()
340 eval $1=\$$1\$2
342 fi # as_fn_append
344 # as_fn_arith ARG...
345 # ------------------
346 # Perform arithmetic evaluation on the ARGs, and store the result in the
347 # global $as_val. Take advantage of shells that can avoid forks. The arguments
348 # must be portable across $(()) and expr.
349 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
350 eval 'as_fn_arith ()
352 as_val=$(( $* ))
354 else
355 as_fn_arith ()
357 as_val=`expr "$@" || test $? -eq 1`
359 fi # as_fn_arith
362 # as_fn_error ERROR [LINENO LOG_FD]
363 # ---------------------------------
364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366 # script with status $?, using 1 if that was 0.
367 as_fn_error ()
369 as_status=$?; test $as_status -eq 0 && as_status=1
370 if test "$3"; then
371 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
374 $as_echo "$as_me: error: $1" >&2
375 as_fn_exit $as_status
376 } # as_fn_error
378 if expr a : '\(a\)' >/dev/null 2>&1 &&
379 test "X`expr 00001 : '.*\(...\)'`" = X001; then
380 as_expr=expr
381 else
382 as_expr=false
385 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386 as_basename=basename
387 else
388 as_basename=false
391 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392 as_dirname=dirname
393 else
394 as_dirname=false
397 as_me=`$as_basename -- "$0" ||
398 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
399 X"$0" : 'X\(//\)$' \| \
400 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
401 $as_echo X/"$0" |
402 sed '/^.*\/\([^/][^/]*\)\/*$/{
403 s//\1/
406 /^X\/\(\/\/\)$/{
407 s//\1/
410 /^X\/\(\/\).*/{
411 s//\1/
414 s/.*/./; q'`
416 # Avoid depending upon Character Ranges.
417 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
418 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
419 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
420 as_cr_digits='0123456789'
421 as_cr_alnum=$as_cr_Letters$as_cr_digits
424 as_lineno_1=$LINENO as_lineno_1a=$LINENO
425 as_lineno_2=$LINENO as_lineno_2a=$LINENO
426 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
427 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
428 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
429 sed -n '
431 /[$]LINENO/=
432 ' <$as_myself |
433 sed '
434 s/[$]LINENO.*/&-/
435 t lineno
437 :lineno
439 :loop
440 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
441 t loop
442 s/-\n.*//
443 ' >$as_me.lineno &&
444 chmod +x "$as_me.lineno" ||
445 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
447 # Don't try to exec as it changes $[0], causing all sort of problems
448 # (the dirname of $[0] is not the place where we might find the
449 # original and so on. Autoconf is especially sensitive to this).
450 . "./$as_me.lineno"
451 # Exit status is that of the last command.
452 exit
455 ECHO_C= ECHO_N= ECHO_T=
456 case `echo -n x` in #(((((
457 -n*)
458 case `echo 'xy\c'` in
459 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
460 xy) ECHO_C='\c';;
461 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
462 ECHO_T=' ';;
463 esac;;
465 ECHO_N='-n';;
466 esac
468 rm -f conf$$ conf$$.exe conf$$.file
469 if test -d conf$$.dir; then
470 rm -f conf$$.dir/conf$$.file
471 else
472 rm -f conf$$.dir
473 mkdir conf$$.dir 2>/dev/null
475 if (echo >conf$$.file) 2>/dev/null; then
476 if ln -s conf$$.file conf$$ 2>/dev/null; then
477 as_ln_s='ln -s'
478 # ... but there are two gotchas:
479 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
480 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
481 # In both cases, we have to default to `cp -p'.
482 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
483 as_ln_s='cp -p'
484 elif ln conf$$.file conf$$ 2>/dev/null; then
485 as_ln_s=ln
486 else
487 as_ln_s='cp -p'
489 else
490 as_ln_s='cp -p'
492 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
493 rmdir conf$$.dir 2>/dev/null
495 if mkdir -p . 2>/dev/null; then
496 as_mkdir_p='mkdir -p "$as_dir"'
497 else
498 test -d ./-p && rmdir ./-p
499 as_mkdir_p=false
502 if test -x / >/dev/null 2>&1; then
503 as_test_x='test -x'
504 else
505 if ls -dL / >/dev/null 2>&1; then
506 as_ls_L_option=L
507 else
508 as_ls_L_option=
510 as_test_x='
511 eval sh -c '\''
512 if test -d "$1"; then
513 test -d "$1/.";
514 else
515 case $1 in #(
516 -*)set "./$1";;
517 esac;
518 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
519 ???[sx]*):;;*)false;;esac;fi
520 '\'' sh
523 as_executable_p=$as_test_x
525 # Sed expression to map a string onto a valid CPP name.
526 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
528 # Sed expression to map a string onto a valid variable name.
529 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
532 test -n "$DJDIR" || exec 7<&0 </dev/null
533 exec 6>&1
535 # Name of the host.
536 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
537 # so uname gets run too.
538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
541 # Initializations.
543 ac_default_prefix=/usr/local
544 ac_clean_files=
545 ac_config_libobj_dir=.
546 LIBOBJS=
547 cross_compiling=no
548 subdirs=
549 MFLAGS=
550 MAKEFLAGS=
552 # Identity of this package.
553 PACKAGE_NAME='Wine'
554 PACKAGE_TARNAME='wine'
555 PACKAGE_VERSION='1.1.37'
556 PACKAGE_STRING='Wine 1.1.37'
557 PACKAGE_BUGREPORT='wine-devel@winehq.org'
558 PACKAGE_URL='http://www.winehq.org'
560 ac_unique_file="server/atom.c"
561 # Factoring default headers for most tests.
562 ac_includes_default="\
563 #include <stdio.h>
564 #ifdef HAVE_SYS_TYPES_H
565 # include <sys/types.h>
566 #endif
567 #ifdef HAVE_SYS_STAT_H
568 # include <sys/stat.h>
569 #endif
570 #ifdef STDC_HEADERS
571 # include <stdlib.h>
572 # include <stddef.h>
573 #else
574 # ifdef HAVE_STDLIB_H
575 # include <stdlib.h>
576 # endif
577 #endif
578 #ifdef HAVE_STRING_H
579 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
580 # include <memory.h>
581 # endif
582 # include <string.h>
583 #endif
584 #ifdef HAVE_STRINGS_H
585 # include <strings.h>
586 #endif
587 #ifdef HAVE_INTTYPES_H
588 # include <inttypes.h>
589 #endif
590 #ifdef HAVE_STDINT_H
591 # include <stdint.h>
592 #endif
593 #ifdef HAVE_UNISTD_H
594 # include <unistd.h>
595 #endif"
597 ac_subst_vars='LTLIBOBJS
598 LIBOBJS
599 ALL_WINETEST_DEPENDS
600 ALL_PROGRAM_BIN_INSTALL_DIRS
601 ALL_PROGRAM_INSTALL_DIRS
602 ALL_PROGRAM_DIRS
603 ALL_TEST_DIRS
604 ALL_IMPORTLIB_RULES
605 ALL_IMPORT_LIBS
606 ALL_STATIC_LIBS
607 ALL_IMPLIB_DIRS
608 ALL_DLL_DIRS
609 ALL_TOP_DIRS
610 ALL_MAKEFILE_DEPENDS
611 ALL_MAKEFILES
612 ALL_MAKERULES
613 DEPENDENCIES
614 LDAPLIBS
615 LIBPOLL
616 LIBDL
617 EXTRA_BINARIES
618 MAIN_BINARY
619 SOCKETLIBS
620 CRTLIBS
621 TOOLSEXT
622 LDPATH
623 BUILTINFLAG
624 EXTRACFLAGS
625 LIBKSTAT
626 LIBMPG123
627 PNGINCL
628 FONTCONFIGINCL
629 CUPSINCL
630 AUDIOIOLIBS
631 ALSALIBS
632 ESDLIBS
633 ESDINCL
634 ESDCONFIG
635 ZLIB
636 FREETYPEINCL
637 FREETYPELIBS
638 ft_devel
639 LCMSLIBS
640 RESOLVLIBS
641 GPHOTO2INCL
642 GPHOTO2LIBS
643 gphoto2port_devel
644 gphoto2_devel
645 SANEINCL
646 sane_devel
647 GNUTLSINCL
648 HALINCL
649 XSLTINCL
650 XML2INCL
651 XML2LIBS
652 NASLIBS
653 X_EXTRA_LIBS
654 X_LIBS
655 X_PRE_LIBS
656 X_CFLAGS
657 XMKMF
658 LIBPTHREAD
659 CROSSTARGET
660 CROSSTEST
661 CROSSCC
662 CARBONLIB
663 LIBOPENAL
664 COREAUDIO
665 DISKARBITRATIONLIB
666 LDEXECFLAGS
667 IOKITLIB
668 COREFOUNDATIONLIB
669 SECURITYLIB
670 DLLWRAP
671 DLLTOOL
673 LDRPATH_LOCAL
674 LDRPATH_INSTALL
675 IMPLIBEXT
676 LIBEXT
677 LDDLLFLAGS
678 LDSHARED
679 DLLFLAGS
680 DLLEXT
682 OPENGL_LIBS
683 XLIB
684 PRELINK
685 ICOTOOL
686 RSVG
687 PKG_CONFIG
688 FONTFORGE
689 LINTFLAGS
690 LINT
691 INSTALL_DATA
692 INSTALL_SCRIPT
693 INSTALL_PROGRAM
694 LDCONFIG
695 EGREP
696 GREP
698 LN_S
699 STRIP
700 RANLIB
701 ARFLAGS
702 ac_ct_AR
704 BISON
705 FLEX
706 TOOLSDIR
707 WOW64_DISABLE
708 TARGETFLAGS
709 CPPBIN
710 ac_ct_CXX
711 CXXFLAGS
713 OBJEXT
714 EXEEXT
715 ac_ct_CC
716 CPPFLAGS
717 LDFLAGS
718 CFLAGS
720 SET_MAKE
721 host_os
722 host_vendor
723 host_cpu
724 host
725 build_os
726 build_vendor
727 build_cpu
728 build
729 MAINTAINER_MODE
730 target_alias
731 host_alias
732 build_alias
733 LIBS
734 ECHO_T
735 ECHO_N
736 ECHO_C
737 DEFS
738 mandir
739 localedir
740 libdir
741 psdir
742 pdfdir
743 dvidir
744 htmldir
745 infodir
746 docdir
747 oldincludedir
748 includedir
749 localstatedir
750 sharedstatedir
751 sysconfdir
752 datadir
753 datarootdir
754 libexecdir
755 sbindir
756 bindir
757 program_transform_name
758 prefix
759 exec_prefix
760 PACKAGE_URL
761 PACKAGE_BUGREPORT
762 PACKAGE_STRING
763 PACKAGE_VERSION
764 PACKAGE_TARNAME
765 PACKAGE_NAME
766 PATH_SEPARATOR
767 SHELL'
768 ac_subst_files='MAKE_RULES
769 MAKE_DLL_RULES
770 MAKE_IMPLIB_RULES
771 MAKE_TEST_RULES
772 MAKE_PROG_RULES'
773 ac_user_opts='
774 enable_option_checking
775 enable_win16
776 enable_win64
777 enable_tests
778 enable_maintainer_mode
779 with_alsa
780 with_audioio
781 with_capi
782 with_cms
783 with_coreaudio
784 with_cups
785 with_curses
786 with_esd
787 with_fontconfig
788 with_freetype
789 with_gphoto
790 with_glu
791 with_gnutls
792 with_gsm
793 with_hal
794 with_jack
795 with_jpeg
796 with_ldap
797 with_mpg123
798 with_nas
799 with_openal
800 with_opengl
801 with_openssl
802 with_oss
803 with_png
804 with_pthread
805 with_sane
806 with_xcomposite
807 with_xcursor
808 with_xinerama
809 with_xinput
810 with_xml
811 with_xrandr
812 with_xrender
813 with_xshape
814 with_xshm
815 with_xslt
816 with_xxf86vm
817 with_wine_tools
818 with_wine64
819 enable_largefile
820 with_x
822 ac_precious_vars='build_alias
823 host_alias
824 target_alias
826 CFLAGS
827 LDFLAGS
828 LIBS
829 CPPFLAGS
831 CXXFLAGS
834 XMKMF'
837 # Initialize some variables set by options.
838 ac_init_help=
839 ac_init_version=false
840 ac_unrecognized_opts=
841 ac_unrecognized_sep=
842 # The variables have the same names as the options, with
843 # dashes changed to underlines.
844 cache_file=/dev/null
845 exec_prefix=NONE
846 no_create=
847 no_recursion=
848 prefix=NONE
849 program_prefix=NONE
850 program_suffix=NONE
851 program_transform_name=s,x,x,
852 silent=
853 site=
854 srcdir=
855 verbose=
856 x_includes=NONE
857 x_libraries=NONE
859 # Installation directory options.
860 # These are left unexpanded so users can "make install exec_prefix=/foo"
861 # and all the variables that are supposed to be based on exec_prefix
862 # by default will actually change.
863 # Use braces instead of parens because sh, perl, etc. also accept them.
864 # (The list follows the same order as the GNU Coding Standards.)
865 bindir='${exec_prefix}/bin'
866 sbindir='${exec_prefix}/sbin'
867 libexecdir='${exec_prefix}/libexec'
868 datarootdir='${prefix}/share'
869 datadir='${datarootdir}'
870 sysconfdir='${prefix}/etc'
871 sharedstatedir='${prefix}/com'
872 localstatedir='${prefix}/var'
873 includedir='${prefix}/include'
874 oldincludedir='/usr/include'
875 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
876 infodir='${datarootdir}/info'
877 htmldir='${docdir}'
878 dvidir='${docdir}'
879 pdfdir='${docdir}'
880 psdir='${docdir}'
881 libdir='${exec_prefix}/lib'
882 localedir='${datarootdir}/locale'
883 mandir='${datarootdir}/man'
885 ac_prev=
886 ac_dashdash=
887 for ac_option
889 # If the previous option needs an argument, assign it.
890 if test -n "$ac_prev"; then
891 eval $ac_prev=\$ac_option
892 ac_prev=
893 continue
896 case $ac_option in
897 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
898 *) ac_optarg=yes ;;
899 esac
901 # Accept the important Cygnus configure options, so we can diagnose typos.
903 case $ac_dashdash$ac_option in
905 ac_dashdash=yes ;;
907 -bindir | --bindir | --bindi | --bind | --bin | --bi)
908 ac_prev=bindir ;;
909 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
910 bindir=$ac_optarg ;;
912 -build | --build | --buil | --bui | --bu)
913 ac_prev=build_alias ;;
914 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
915 build_alias=$ac_optarg ;;
917 -cache-file | --cache-file | --cache-fil | --cache-fi \
918 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
919 ac_prev=cache_file ;;
920 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
921 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
922 cache_file=$ac_optarg ;;
924 --config-cache | -C)
925 cache_file=config.cache ;;
927 -datadir | --datadir | --datadi | --datad)
928 ac_prev=datadir ;;
929 -datadir=* | --datadir=* | --datadi=* | --datad=*)
930 datadir=$ac_optarg ;;
932 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
933 | --dataroo | --dataro | --datar)
934 ac_prev=datarootdir ;;
935 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
936 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
937 datarootdir=$ac_optarg ;;
939 -disable-* | --disable-*)
940 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
941 # Reject names that are not valid shell variable names.
942 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
943 as_fn_error "invalid feature name: $ac_useropt"
944 ac_useropt_orig=$ac_useropt
945 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
946 case $ac_user_opts in
948 "enable_$ac_useropt"
949 "*) ;;
950 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
951 ac_unrecognized_sep=', ';;
952 esac
953 eval enable_$ac_useropt=no ;;
955 -docdir | --docdir | --docdi | --doc | --do)
956 ac_prev=docdir ;;
957 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
958 docdir=$ac_optarg ;;
960 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
961 ac_prev=dvidir ;;
962 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
963 dvidir=$ac_optarg ;;
965 -enable-* | --enable-*)
966 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
967 # Reject names that are not valid shell variable names.
968 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
969 as_fn_error "invalid feature name: $ac_useropt"
970 ac_useropt_orig=$ac_useropt
971 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
972 case $ac_user_opts in
974 "enable_$ac_useropt"
975 "*) ;;
976 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
977 ac_unrecognized_sep=', ';;
978 esac
979 eval enable_$ac_useropt=\$ac_optarg ;;
981 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
982 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
983 | --exec | --exe | --ex)
984 ac_prev=exec_prefix ;;
985 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
986 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
987 | --exec=* | --exe=* | --ex=*)
988 exec_prefix=$ac_optarg ;;
990 -gas | --gas | --ga | --g)
991 # Obsolete; use --with-gas.
992 with_gas=yes ;;
994 -help | --help | --hel | --he | -h)
995 ac_init_help=long ;;
996 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
997 ac_init_help=recursive ;;
998 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
999 ac_init_help=short ;;
1001 -host | --host | --hos | --ho)
1002 ac_prev=host_alias ;;
1003 -host=* | --host=* | --hos=* | --ho=*)
1004 host_alias=$ac_optarg ;;
1006 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1007 ac_prev=htmldir ;;
1008 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1009 | --ht=*)
1010 htmldir=$ac_optarg ;;
1012 -includedir | --includedir | --includedi | --included | --include \
1013 | --includ | --inclu | --incl | --inc)
1014 ac_prev=includedir ;;
1015 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1016 | --includ=* | --inclu=* | --incl=* | --inc=*)
1017 includedir=$ac_optarg ;;
1019 -infodir | --infodir | --infodi | --infod | --info | --inf)
1020 ac_prev=infodir ;;
1021 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1022 infodir=$ac_optarg ;;
1024 -libdir | --libdir | --libdi | --libd)
1025 ac_prev=libdir ;;
1026 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1027 libdir=$ac_optarg ;;
1029 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1030 | --libexe | --libex | --libe)
1031 ac_prev=libexecdir ;;
1032 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1033 | --libexe=* | --libex=* | --libe=*)
1034 libexecdir=$ac_optarg ;;
1036 -localedir | --localedir | --localedi | --localed | --locale)
1037 ac_prev=localedir ;;
1038 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1039 localedir=$ac_optarg ;;
1041 -localstatedir | --localstatedir | --localstatedi | --localstated \
1042 | --localstate | --localstat | --localsta | --localst | --locals)
1043 ac_prev=localstatedir ;;
1044 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1045 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1046 localstatedir=$ac_optarg ;;
1048 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1049 ac_prev=mandir ;;
1050 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1051 mandir=$ac_optarg ;;
1053 -nfp | --nfp | --nf)
1054 # Obsolete; use --without-fp.
1055 with_fp=no ;;
1057 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1058 | --no-cr | --no-c | -n)
1059 no_create=yes ;;
1061 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1062 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1063 no_recursion=yes ;;
1065 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1066 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1067 | --oldin | --oldi | --old | --ol | --o)
1068 ac_prev=oldincludedir ;;
1069 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1070 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1071 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1072 oldincludedir=$ac_optarg ;;
1074 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1075 ac_prev=prefix ;;
1076 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1077 prefix=$ac_optarg ;;
1079 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1080 | --program-pre | --program-pr | --program-p)
1081 ac_prev=program_prefix ;;
1082 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1083 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1084 program_prefix=$ac_optarg ;;
1086 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1087 | --program-suf | --program-su | --program-s)
1088 ac_prev=program_suffix ;;
1089 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1090 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1091 program_suffix=$ac_optarg ;;
1093 -program-transform-name | --program-transform-name \
1094 | --program-transform-nam | --program-transform-na \
1095 | --program-transform-n | --program-transform- \
1096 | --program-transform | --program-transfor \
1097 | --program-transfo | --program-transf \
1098 | --program-trans | --program-tran \
1099 | --progr-tra | --program-tr | --program-t)
1100 ac_prev=program_transform_name ;;
1101 -program-transform-name=* | --program-transform-name=* \
1102 | --program-transform-nam=* | --program-transform-na=* \
1103 | --program-transform-n=* | --program-transform-=* \
1104 | --program-transform=* | --program-transfor=* \
1105 | --program-transfo=* | --program-transf=* \
1106 | --program-trans=* | --program-tran=* \
1107 | --progr-tra=* | --program-tr=* | --program-t=*)
1108 program_transform_name=$ac_optarg ;;
1110 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1111 ac_prev=pdfdir ;;
1112 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1113 pdfdir=$ac_optarg ;;
1115 -psdir | --psdir | --psdi | --psd | --ps)
1116 ac_prev=psdir ;;
1117 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1118 psdir=$ac_optarg ;;
1120 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1121 | -silent | --silent | --silen | --sile | --sil)
1122 silent=yes ;;
1124 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1125 ac_prev=sbindir ;;
1126 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1127 | --sbi=* | --sb=*)
1128 sbindir=$ac_optarg ;;
1130 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1131 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1132 | --sharedst | --shareds | --shared | --share | --shar \
1133 | --sha | --sh)
1134 ac_prev=sharedstatedir ;;
1135 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1136 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1137 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1138 | --sha=* | --sh=*)
1139 sharedstatedir=$ac_optarg ;;
1141 -site | --site | --sit)
1142 ac_prev=site ;;
1143 -site=* | --site=* | --sit=*)
1144 site=$ac_optarg ;;
1146 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1147 ac_prev=srcdir ;;
1148 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1149 srcdir=$ac_optarg ;;
1151 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1152 | --syscon | --sysco | --sysc | --sys | --sy)
1153 ac_prev=sysconfdir ;;
1154 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1155 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1156 sysconfdir=$ac_optarg ;;
1158 -target | --target | --targe | --targ | --tar | --ta | --t)
1159 ac_prev=target_alias ;;
1160 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1161 target_alias=$ac_optarg ;;
1163 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1164 verbose=yes ;;
1166 -version | --version | --versio | --versi | --vers | -V)
1167 ac_init_version=: ;;
1169 -with-* | --with-*)
1170 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1171 # Reject names that are not valid shell variable names.
1172 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1173 as_fn_error "invalid package name: $ac_useropt"
1174 ac_useropt_orig=$ac_useropt
1175 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1176 case $ac_user_opts in
1178 "with_$ac_useropt"
1179 "*) ;;
1180 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1181 ac_unrecognized_sep=', ';;
1182 esac
1183 eval with_$ac_useropt=\$ac_optarg ;;
1185 -without-* | --without-*)
1186 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1187 # Reject names that are not valid shell variable names.
1188 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1189 as_fn_error "invalid package name: $ac_useropt"
1190 ac_useropt_orig=$ac_useropt
1191 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1192 case $ac_user_opts in
1194 "with_$ac_useropt"
1195 "*) ;;
1196 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1197 ac_unrecognized_sep=', ';;
1198 esac
1199 eval with_$ac_useropt=no ;;
1201 --x)
1202 # Obsolete; use --with-x.
1203 with_x=yes ;;
1205 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1206 | --x-incl | --x-inc | --x-in | --x-i)
1207 ac_prev=x_includes ;;
1208 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1209 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1210 x_includes=$ac_optarg ;;
1212 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1213 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1214 ac_prev=x_libraries ;;
1215 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1216 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1217 x_libraries=$ac_optarg ;;
1219 -*) as_fn_error "unrecognized option: \`$ac_option'
1220 Try \`$0 --help' for more information."
1223 *=*)
1224 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1225 # Reject names that are not valid shell variable names.
1226 case $ac_envvar in #(
1227 '' | [0-9]* | *[!_$as_cr_alnum]* )
1228 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1229 esac
1230 eval $ac_envvar=\$ac_optarg
1231 export $ac_envvar ;;
1234 # FIXME: should be removed in autoconf 3.0.
1235 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1236 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1237 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1238 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1241 esac
1242 done
1244 if test -n "$ac_prev"; then
1245 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1246 as_fn_error "missing argument to $ac_option"
1249 if test -n "$ac_unrecognized_opts"; then
1250 case $enable_option_checking in
1251 no) ;;
1252 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1253 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1254 esac
1257 # Check all directory arguments for consistency.
1258 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1259 datadir sysconfdir sharedstatedir localstatedir includedir \
1260 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1261 libdir localedir mandir
1263 eval ac_val=\$$ac_var
1264 # Remove trailing slashes.
1265 case $ac_val in
1266 */ )
1267 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1268 eval $ac_var=\$ac_val;;
1269 esac
1270 # Be sure to have absolute directory names.
1271 case $ac_val in
1272 [\\/$]* | ?:[\\/]* ) continue;;
1273 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1274 esac
1275 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1276 done
1278 # There might be people who depend on the old broken behavior: `$host'
1279 # used to hold the argument of --host etc.
1280 # FIXME: To remove some day.
1281 build=$build_alias
1282 host=$host_alias
1283 target=$target_alias
1285 # FIXME: To remove some day.
1286 if test "x$host_alias" != x; then
1287 if test "x$build_alias" = x; then
1288 cross_compiling=maybe
1289 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1290 If a cross compiler is detected then cross compile mode will be used." >&2
1291 elif test "x$build_alias" != "x$host_alias"; then
1292 cross_compiling=yes
1296 ac_tool_prefix=
1297 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1299 test "$silent" = yes && exec 6>/dev/null
1302 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1303 ac_ls_di=`ls -di .` &&
1304 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1305 as_fn_error "working directory cannot be determined"
1306 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1307 as_fn_error "pwd does not report name of working directory"
1310 # Find the source files, if location was not specified.
1311 if test -z "$srcdir"; then
1312 ac_srcdir_defaulted=yes
1313 # Try the directory containing this script, then the parent directory.
1314 ac_confdir=`$as_dirname -- "$as_myself" ||
1315 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1316 X"$as_myself" : 'X\(//\)[^/]' \| \
1317 X"$as_myself" : 'X\(//\)$' \| \
1318 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1319 $as_echo X"$as_myself" |
1320 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1321 s//\1/
1324 /^X\(\/\/\)[^/].*/{
1325 s//\1/
1328 /^X\(\/\/\)$/{
1329 s//\1/
1332 /^X\(\/\).*/{
1333 s//\1/
1336 s/.*/./; q'`
1337 srcdir=$ac_confdir
1338 if test ! -r "$srcdir/$ac_unique_file"; then
1339 srcdir=..
1341 else
1342 ac_srcdir_defaulted=no
1344 if test ! -r "$srcdir/$ac_unique_file"; then
1345 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1346 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1348 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1349 ac_abs_confdir=`(
1350 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1351 pwd)`
1352 # When building in place, set srcdir=.
1353 if test "$ac_abs_confdir" = "$ac_pwd"; then
1354 srcdir=.
1356 # Remove unnecessary trailing slashes from srcdir.
1357 # Double slashes in file names in object file debugging info
1358 # mess up M-x gdb in Emacs.
1359 case $srcdir in
1360 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1361 esac
1362 for ac_var in $ac_precious_vars; do
1363 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1364 eval ac_env_${ac_var}_value=\$${ac_var}
1365 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1366 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1367 done
1370 # Report the --help message.
1372 if test "$ac_init_help" = "long"; then
1373 # Omit some internal or obsolete options to make the list less imposing.
1374 # This message is too long to be a string in the A/UX 3.1 sh.
1375 cat <<_ACEOF
1376 \`configure' configures Wine 1.1.37 to adapt to many kinds of systems.
1378 Usage: $0 [OPTION]... [VAR=VALUE]...
1380 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1381 VAR=VALUE. See below for descriptions of some of the useful variables.
1383 Defaults for the options are specified in brackets.
1385 Configuration:
1386 -h, --help display this help and exit
1387 --help=short display options specific to this package
1388 --help=recursive display the short help of all the included packages
1389 -V, --version display version information and exit
1390 -q, --quiet, --silent do not print \`checking...' messages
1391 --cache-file=FILE cache test results in FILE [disabled]
1392 -C, --config-cache alias for \`--cache-file=config.cache'
1393 -n, --no-create do not create output files
1394 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1396 Installation directories:
1397 --prefix=PREFIX install architecture-independent files in PREFIX
1398 [$ac_default_prefix]
1399 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1400 [PREFIX]
1402 By default, \`make install' will install all the files in
1403 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1404 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1405 for instance \`--prefix=\$HOME'.
1407 For better control, use the options below.
1409 Fine tuning of the installation directories:
1410 --bindir=DIR user executables [EPREFIX/bin]
1411 --sbindir=DIR system admin executables [EPREFIX/sbin]
1412 --libexecdir=DIR program executables [EPREFIX/libexec]
1413 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1414 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1415 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1416 --libdir=DIR object code libraries [EPREFIX/lib]
1417 --includedir=DIR C header files [PREFIX/include]
1418 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1419 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1420 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1421 --infodir=DIR info documentation [DATAROOTDIR/info]
1422 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1423 --mandir=DIR man documentation [DATAROOTDIR/man]
1424 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1425 --htmldir=DIR html documentation [DOCDIR]
1426 --dvidir=DIR dvi documentation [DOCDIR]
1427 --pdfdir=DIR pdf documentation [DOCDIR]
1428 --psdir=DIR ps documentation [DOCDIR]
1429 _ACEOF
1431 cat <<\_ACEOF
1433 X features:
1434 --x-includes=DIR X include files are in DIR
1435 --x-libraries=DIR X library files are in DIR
1437 System types:
1438 --build=BUILD configure for building on BUILD [guessed]
1439 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1440 _ACEOF
1443 if test -n "$ac_init_help"; then
1444 case $ac_init_help in
1445 short | recursive ) echo "Configuration of Wine 1.1.37:";;
1446 esac
1447 cat <<\_ACEOF
1449 Optional Features:
1450 --disable-option-checking ignore unrecognized --enable/--with options
1451 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1452 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1453 --disable-win16 do not include Win16 support
1454 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1455 binaries)
1456 --disable-tests do not build the regression tests
1457 --enable-maintainer-mode
1458 enable maintainer-specific build rules
1459 --disable-largefile omit support for large files
1461 Optional Packages:
1462 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1463 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1464 --without-alsa do not use the Alsa sound support
1465 --without-audioio do not use the AudioIO sound support
1466 --without-capi do not use CAPI (ISDN support)
1467 --without-cms do not use CMS (color management support)
1468 --without-coreaudio do not use the CoreAudio sound support
1469 --without-cups do not use CUPS
1470 --without-curses do not use (n)curses
1471 --without-esd do not use the EsounD sound support
1472 --without-fontconfig do not use fontconfig
1473 --without-freetype do not use the FreeType library
1474 --without-gphoto do not use gphoto (Digital Camera support)
1475 --without-glu do not use the GLU library
1476 --without-gnutls do not use GnuTLS (schannel support)
1477 --without-gsm do not use libgsm (GSM 06.10 codec support)
1478 --without-hal do not use HAL (dynamic device support)
1479 --without-jack do not use the Jack sound support
1480 --without-jpeg do not use JPEG
1481 --without-ldap do not use LDAP
1482 --without-mpg123 do not use the mpg123 library
1483 --without-nas do not use the NAS sound support
1484 --without-openal do not use OpenAL
1485 --without-opengl do not use OpenGL
1486 --without-openssl do not use OpenSSL
1487 --without-oss do not use the OSS sound support
1488 --without-png do not use PNG
1489 --without-pthread do not use the pthread library
1490 --without-sane do not use SANE (scanner support)
1491 --without-xcomposite do not use the Xcomposite extension
1492 --without-xcursor do not use the Xcursor extension
1493 --without-xinerama do not use Xinerama (multi-monitor support)
1494 --without-xinput do not use the Xinput extension
1495 --without-xml do not use XML
1496 --without-xrandr do not use Xrandr (resolution changes)
1497 --without-xrender do not use the Xrender extension
1498 --without-xshape do not use the Xshape extension
1499 --without-xshm do not use XShm (shared memory extension)
1500 --without-xslt do not use XSLT
1501 --without-xxf86vm do not use XFree video mode extension
1502 --with-wine-tools=DIR use Wine tools from directory DIR
1503 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1504 --with-x use the X Window System
1506 Some influential environment variables:
1507 CC C compiler command
1508 CFLAGS C compiler flags
1509 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1510 nonstandard directory <lib dir>
1511 LIBS libraries to pass to the linker, e.g. -l<library>
1512 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1513 you have headers in a nonstandard directory <include dir>
1514 CXX C++ compiler command
1515 CXXFLAGS C++ compiler flags
1516 CPP C preprocessor
1517 XMKMF Path to xmkmf, Makefile generator for X Window System
1519 Use these variables to override the choices made by `configure' or to help
1520 it to find libraries and programs with nonstandard names/locations.
1522 Report bugs to <wine-devel@winehq.org>.
1523 Wine home page: <http://www.winehq.org>.
1524 _ACEOF
1525 ac_status=$?
1528 if test "$ac_init_help" = "recursive"; then
1529 # If there are subdirs, report their specific --help.
1530 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1531 test -d "$ac_dir" ||
1532 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1533 continue
1534 ac_builddir=.
1536 case "$ac_dir" in
1537 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1539 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1540 # A ".." for each directory in $ac_dir_suffix.
1541 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1542 case $ac_top_builddir_sub in
1543 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1544 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1545 esac ;;
1546 esac
1547 ac_abs_top_builddir=$ac_pwd
1548 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1549 # for backward compatibility:
1550 ac_top_builddir=$ac_top_build_prefix
1552 case $srcdir in
1553 .) # We are building in place.
1554 ac_srcdir=.
1555 ac_top_srcdir=$ac_top_builddir_sub
1556 ac_abs_top_srcdir=$ac_pwd ;;
1557 [\\/]* | ?:[\\/]* ) # Absolute name.
1558 ac_srcdir=$srcdir$ac_dir_suffix;
1559 ac_top_srcdir=$srcdir
1560 ac_abs_top_srcdir=$srcdir ;;
1561 *) # Relative name.
1562 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1563 ac_top_srcdir=$ac_top_build_prefix$srcdir
1564 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1565 esac
1566 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1568 cd "$ac_dir" || { ac_status=$?; continue; }
1569 # Check for guested configure.
1570 if test -f "$ac_srcdir/configure.gnu"; then
1571 echo &&
1572 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1573 elif test -f "$ac_srcdir/configure"; then
1574 echo &&
1575 $SHELL "$ac_srcdir/configure" --help=recursive
1576 else
1577 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1578 fi || ac_status=$?
1579 cd "$ac_pwd" || { ac_status=$?; break; }
1580 done
1583 test -n "$ac_init_help" && exit $ac_status
1584 if $ac_init_version; then
1585 cat <<\_ACEOF
1586 Wine configure 1.1.37
1587 generated by GNU Autoconf 2.65
1589 Copyright (C) 2009 Free Software Foundation, Inc.
1590 This configure script is free software; the Free Software Foundation
1591 gives unlimited permission to copy, distribute and modify it.
1592 _ACEOF
1593 exit
1596 ## ------------------------ ##
1597 ## Autoconf initialization. ##
1598 ## ------------------------ ##
1600 # ac_fn_c_try_compile LINENO
1601 # --------------------------
1602 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1603 ac_fn_c_try_compile ()
1605 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1606 rm -f conftest.$ac_objext
1607 if { { ac_try="$ac_compile"
1608 case "(($ac_try" in
1609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1610 *) ac_try_echo=$ac_try;;
1611 esac
1612 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1613 $as_echo "$ac_try_echo"; } >&5
1614 (eval "$ac_compile") 2>conftest.err
1615 ac_status=$?
1616 if test -s conftest.err; then
1617 grep -v '^ *+' conftest.err >conftest.er1
1618 cat conftest.er1 >&5
1619 mv -f conftest.er1 conftest.err
1621 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1622 test $ac_status = 0; } && {
1623 test -z "$ac_c_werror_flag" ||
1624 test ! -s conftest.err
1625 } && test -s conftest.$ac_objext; then :
1626 ac_retval=0
1627 else
1628 $as_echo "$as_me: failed program was:" >&5
1629 sed 's/^/| /' conftest.$ac_ext >&5
1631 ac_retval=1
1633 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1634 as_fn_set_status $ac_retval
1636 } # ac_fn_c_try_compile
1638 # ac_fn_cxx_try_compile LINENO
1639 # ----------------------------
1640 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1641 ac_fn_cxx_try_compile ()
1643 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1644 rm -f conftest.$ac_objext
1645 if { { ac_try="$ac_compile"
1646 case "(($ac_try" in
1647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1648 *) ac_try_echo=$ac_try;;
1649 esac
1650 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1651 $as_echo "$ac_try_echo"; } >&5
1652 (eval "$ac_compile") 2>conftest.err
1653 ac_status=$?
1654 if test -s conftest.err; then
1655 grep -v '^ *+' conftest.err >conftest.er1
1656 cat conftest.er1 >&5
1657 mv -f conftest.er1 conftest.err
1659 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1660 test $ac_status = 0; } && {
1661 test -z "$ac_cxx_werror_flag" ||
1662 test ! -s conftest.err
1663 } && test -s conftest.$ac_objext; then :
1664 ac_retval=0
1665 else
1666 $as_echo "$as_me: failed program was:" >&5
1667 sed 's/^/| /' conftest.$ac_ext >&5
1669 ac_retval=1
1671 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1672 as_fn_set_status $ac_retval
1674 } # ac_fn_cxx_try_compile
1676 # ac_fn_c_try_link LINENO
1677 # -----------------------
1678 # Try to link conftest.$ac_ext, and return whether this succeeded.
1679 ac_fn_c_try_link ()
1681 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1682 rm -f conftest.$ac_objext conftest$ac_exeext
1683 if { { ac_try="$ac_link"
1684 case "(($ac_try" in
1685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1686 *) ac_try_echo=$ac_try;;
1687 esac
1688 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1689 $as_echo "$ac_try_echo"; } >&5
1690 (eval "$ac_link") 2>conftest.err
1691 ac_status=$?
1692 if test -s conftest.err; then
1693 grep -v '^ *+' conftest.err >conftest.er1
1694 cat conftest.er1 >&5
1695 mv -f conftest.er1 conftest.err
1697 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1698 test $ac_status = 0; } && {
1699 test -z "$ac_c_werror_flag" ||
1700 test ! -s conftest.err
1701 } && test -s conftest$ac_exeext && {
1702 test "$cross_compiling" = yes ||
1703 $as_test_x conftest$ac_exeext
1704 }; then :
1705 ac_retval=0
1706 else
1707 $as_echo "$as_me: failed program was:" >&5
1708 sed 's/^/| /' conftest.$ac_ext >&5
1710 ac_retval=1
1712 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1713 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1714 # interfere with the next link command; also delete a directory that is
1715 # left behind by Apple's compiler. We do this before executing the actions.
1716 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1717 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1718 as_fn_set_status $ac_retval
1720 } # ac_fn_c_try_link
1722 # ac_fn_c_try_cpp LINENO
1723 # ----------------------
1724 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1725 ac_fn_c_try_cpp ()
1727 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1728 if { { ac_try="$ac_cpp conftest.$ac_ext"
1729 case "(($ac_try" in
1730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1731 *) ac_try_echo=$ac_try;;
1732 esac
1733 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1734 $as_echo "$ac_try_echo"; } >&5
1735 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1736 ac_status=$?
1737 if test -s conftest.err; then
1738 grep -v '^ *+' conftest.err >conftest.er1
1739 cat conftest.er1 >&5
1740 mv -f conftest.er1 conftest.err
1742 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1743 test $ac_status = 0; } >/dev/null && {
1744 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1745 test ! -s conftest.err
1746 }; then :
1747 ac_retval=0
1748 else
1749 $as_echo "$as_me: failed program was:" >&5
1750 sed 's/^/| /' conftest.$ac_ext >&5
1752 ac_retval=1
1754 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1755 as_fn_set_status $ac_retval
1757 } # ac_fn_c_try_cpp
1759 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1760 # -------------------------------------------------------
1761 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1762 # the include files in INCLUDES and setting the cache variable VAR
1763 # accordingly.
1764 ac_fn_c_check_header_mongrel ()
1766 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1767 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1769 $as_echo_n "checking for $2... " >&6; }
1770 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1771 $as_echo_n "(cached) " >&6
1773 eval ac_res=\$$3
1774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1775 $as_echo "$ac_res" >&6; }
1776 else
1777 # Is the header compilable?
1778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1779 $as_echo_n "checking $2 usability... " >&6; }
1780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1781 /* end confdefs.h. */
1783 #include <$2>
1784 _ACEOF
1785 if ac_fn_c_try_compile "$LINENO"; then :
1786 ac_header_compiler=yes
1787 else
1788 ac_header_compiler=no
1790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1792 $as_echo "$ac_header_compiler" >&6; }
1794 # Is the header present?
1795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1796 $as_echo_n "checking $2 presence... " >&6; }
1797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1798 /* end confdefs.h. */
1799 #include <$2>
1800 _ACEOF
1801 if ac_fn_c_try_cpp "$LINENO"; then :
1802 ac_header_preproc=yes
1803 else
1804 ac_header_preproc=no
1806 rm -f conftest.err conftest.$ac_ext
1807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1808 $as_echo "$ac_header_preproc" >&6; }
1810 # So? What about this header?
1811 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1812 yes:no: )
1813 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1814 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1815 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1816 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1818 no:yes:* )
1819 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1820 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1821 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1822 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1823 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1824 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1825 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1826 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1827 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1828 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1829 ( cat <<\_ASBOX
1830 ## ------------------------------------ ##
1831 ## Report this to wine-devel@winehq.org ##
1832 ## ------------------------------------ ##
1833 _ASBOX
1834 ) | sed "s/^/$as_me: WARNING: /" >&2
1836 esac
1837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1838 $as_echo_n "checking for $2... " >&6; }
1839 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1840 $as_echo_n "(cached) " >&6
1841 else
1842 eval "$3=\$ac_header_compiler"
1844 eval ac_res=\$$3
1845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1846 $as_echo "$ac_res" >&6; }
1848 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1850 } # ac_fn_c_check_header_mongrel
1852 # ac_fn_c_try_run LINENO
1853 # ----------------------
1854 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1855 # that executables *can* be run.
1856 ac_fn_c_try_run ()
1858 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1859 if { { ac_try="$ac_link"
1860 case "(($ac_try" in
1861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1862 *) ac_try_echo=$ac_try;;
1863 esac
1864 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1865 $as_echo "$ac_try_echo"; } >&5
1866 (eval "$ac_link") 2>&5
1867 ac_status=$?
1868 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1869 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1870 { { case "(($ac_try" in
1871 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1872 *) ac_try_echo=$ac_try;;
1873 esac
1874 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1875 $as_echo "$ac_try_echo"; } >&5
1876 (eval "$ac_try") 2>&5
1877 ac_status=$?
1878 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1879 test $ac_status = 0; }; }; then :
1880 ac_retval=0
1881 else
1882 $as_echo "$as_me: program exited with status $ac_status" >&5
1883 $as_echo "$as_me: failed program was:" >&5
1884 sed 's/^/| /' conftest.$ac_ext >&5
1886 ac_retval=$ac_status
1888 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1889 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1890 as_fn_set_status $ac_retval
1892 } # ac_fn_c_try_run
1894 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1895 # -------------------------------------------------------
1896 # Tests whether HEADER exists and can be compiled using the include files in
1897 # INCLUDES, setting the cache variable VAR accordingly.
1898 ac_fn_c_check_header_compile ()
1900 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1902 $as_echo_n "checking for $2... " >&6; }
1903 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1904 $as_echo_n "(cached) " >&6
1905 else
1906 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1907 /* end confdefs.h. */
1909 #include <$2>
1910 _ACEOF
1911 if ac_fn_c_try_compile "$LINENO"; then :
1912 eval "$3=yes"
1913 else
1914 eval "$3=no"
1916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1918 eval ac_res=\$$3
1919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1920 $as_echo "$ac_res" >&6; }
1921 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1923 } # ac_fn_c_check_header_compile
1925 # ac_fn_c_check_func LINENO FUNC VAR
1926 # ----------------------------------
1927 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1928 ac_fn_c_check_func ()
1930 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1932 $as_echo_n "checking for $2... " >&6; }
1933 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1934 $as_echo_n "(cached) " >&6
1935 else
1936 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1937 /* end confdefs.h. */
1938 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1939 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1940 #define $2 innocuous_$2
1942 /* System header to define __stub macros and hopefully few prototypes,
1943 which can conflict with char $2 (); below.
1944 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1945 <limits.h> exists even on freestanding compilers. */
1947 #ifdef __STDC__
1948 # include <limits.h>
1949 #else
1950 # include <assert.h>
1951 #endif
1953 #undef $2
1955 /* Override any GCC internal prototype to avoid an error.
1956 Use char because int might match the return type of a GCC
1957 builtin and then its argument prototype would still apply. */
1958 #ifdef __cplusplus
1959 extern "C"
1960 #endif
1961 char $2 ();
1962 /* The GNU C library defines this for functions which it implements
1963 to always fail with ENOSYS. Some functions are actually named
1964 something starting with __ and the normal name is an alias. */
1965 #if defined __stub_$2 || defined __stub___$2
1966 choke me
1967 #endif
1970 main ()
1972 return $2 ();
1974 return 0;
1976 _ACEOF
1977 if ac_fn_c_try_link "$LINENO"; then :
1978 eval "$3=yes"
1979 else
1980 eval "$3=no"
1982 rm -f core conftest.err conftest.$ac_objext \
1983 conftest$ac_exeext conftest.$ac_ext
1985 eval ac_res=\$$3
1986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1987 $as_echo "$ac_res" >&6; }
1988 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1990 } # ac_fn_c_check_func
1992 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1993 # ----------------------------------------------------
1994 # Tries to find if the field MEMBER exists in type AGGR, after including
1995 # INCLUDES, setting cache variable VAR accordingly.
1996 ac_fn_c_check_member ()
1998 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2000 $as_echo_n "checking for $2.$3... " >&6; }
2001 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2002 $as_echo_n "(cached) " >&6
2003 else
2004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2005 /* end confdefs.h. */
2008 main ()
2010 static $2 ac_aggr;
2011 if (ac_aggr.$3)
2012 return 0;
2014 return 0;
2016 _ACEOF
2017 if ac_fn_c_try_compile "$LINENO"; then :
2018 eval "$4=yes"
2019 else
2020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2021 /* end confdefs.h. */
2024 main ()
2026 static $2 ac_aggr;
2027 if (sizeof ac_aggr.$3)
2028 return 0;
2030 return 0;
2032 _ACEOF
2033 if ac_fn_c_try_compile "$LINENO"; then :
2034 eval "$4=yes"
2035 else
2036 eval "$4=no"
2038 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2042 eval ac_res=\$$4
2043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2044 $as_echo "$ac_res" >&6; }
2045 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2047 } # ac_fn_c_check_member
2049 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2050 # -------------------------------------------
2051 # Tests whether TYPE exists after having included INCLUDES, setting cache
2052 # variable VAR accordingly.
2053 ac_fn_c_check_type ()
2055 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2057 $as_echo_n "checking for $2... " >&6; }
2058 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2059 $as_echo_n "(cached) " >&6
2060 else
2061 eval "$3=no"
2062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2063 /* end confdefs.h. */
2066 main ()
2068 if (sizeof ($2))
2069 return 0;
2071 return 0;
2073 _ACEOF
2074 if ac_fn_c_try_compile "$LINENO"; then :
2075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2076 /* end confdefs.h. */
2079 main ()
2081 if (sizeof (($2)))
2082 return 0;
2084 return 0;
2086 _ACEOF
2087 if ac_fn_c_try_compile "$LINENO"; then :
2089 else
2090 eval "$3=yes"
2092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2096 eval ac_res=\$$3
2097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2098 $as_echo "$ac_res" >&6; }
2099 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2101 } # ac_fn_c_check_type
2102 cat >config.log <<_ACEOF
2103 This file contains any messages produced by compilers while
2104 running configure, to aid debugging if configure makes a mistake.
2106 It was created by Wine $as_me 1.1.37, which was
2107 generated by GNU Autoconf 2.65. Invocation command line was
2109 $ $0 $@
2111 _ACEOF
2112 exec 5>>config.log
2114 cat <<_ASUNAME
2115 ## --------- ##
2116 ## Platform. ##
2117 ## --------- ##
2119 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2120 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2121 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2122 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2123 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2125 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2126 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2128 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2129 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2130 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2131 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2132 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2133 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2134 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2136 _ASUNAME
2138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2139 for as_dir in $PATH
2141 IFS=$as_save_IFS
2142 test -z "$as_dir" && as_dir=.
2143 $as_echo "PATH: $as_dir"
2144 done
2145 IFS=$as_save_IFS
2147 } >&5
2149 cat >&5 <<_ACEOF
2152 ## ----------- ##
2153 ## Core tests. ##
2154 ## ----------- ##
2156 _ACEOF
2159 # Keep a trace of the command line.
2160 # Strip out --no-create and --no-recursion so they do not pile up.
2161 # Strip out --silent because we don't want to record it for future runs.
2162 # Also quote any args containing shell meta-characters.
2163 # Make two passes to allow for proper duplicate-argument suppression.
2164 ac_configure_args=
2165 ac_configure_args0=
2166 ac_configure_args1=
2167 ac_must_keep_next=false
2168 for ac_pass in 1 2
2170 for ac_arg
2172 case $ac_arg in
2173 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2174 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2175 | -silent | --silent | --silen | --sile | --sil)
2176 continue ;;
2177 *\'*)
2178 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2179 esac
2180 case $ac_pass in
2181 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2183 as_fn_append ac_configure_args1 " '$ac_arg'"
2184 if test $ac_must_keep_next = true; then
2185 ac_must_keep_next=false # Got value, back to normal.
2186 else
2187 case $ac_arg in
2188 *=* | --config-cache | -C | -disable-* | --disable-* \
2189 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2190 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2191 | -with-* | --with-* | -without-* | --without-* | --x)
2192 case "$ac_configure_args0 " in
2193 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2194 esac
2196 -* ) ac_must_keep_next=true ;;
2197 esac
2199 as_fn_append ac_configure_args " '$ac_arg'"
2201 esac
2202 done
2203 done
2204 { ac_configure_args0=; unset ac_configure_args0;}
2205 { ac_configure_args1=; unset ac_configure_args1;}
2207 # When interrupted or exit'd, cleanup temporary files, and complete
2208 # config.log. We remove comments because anyway the quotes in there
2209 # would cause problems or look ugly.
2210 # WARNING: Use '\'' to represent an apostrophe within the trap.
2211 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2212 trap 'exit_status=$?
2213 # Save into config.log some information that might help in debugging.
2215 echo
2217 cat <<\_ASBOX
2218 ## ---------------- ##
2219 ## Cache variables. ##
2220 ## ---------------- ##
2221 _ASBOX
2222 echo
2223 # The following way of writing the cache mishandles newlines in values,
2225 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2226 eval ac_val=\$$ac_var
2227 case $ac_val in #(
2228 *${as_nl}*)
2229 case $ac_var in #(
2230 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2231 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2232 esac
2233 case $ac_var in #(
2234 _ | IFS | as_nl) ;; #(
2235 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2236 *) { eval $ac_var=; unset $ac_var;} ;;
2237 esac ;;
2238 esac
2239 done
2240 (set) 2>&1 |
2241 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2242 *${as_nl}ac_space=\ *)
2243 sed -n \
2244 "s/'\''/'\''\\\\'\'''\''/g;
2245 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2246 ;; #(
2248 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2250 esac |
2251 sort
2253 echo
2255 cat <<\_ASBOX
2256 ## ----------------- ##
2257 ## Output variables. ##
2258 ## ----------------- ##
2259 _ASBOX
2260 echo
2261 for ac_var in $ac_subst_vars
2263 eval ac_val=\$$ac_var
2264 case $ac_val in
2265 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2266 esac
2267 $as_echo "$ac_var='\''$ac_val'\''"
2268 done | sort
2269 echo
2271 if test -n "$ac_subst_files"; then
2272 cat <<\_ASBOX
2273 ## ------------------- ##
2274 ## File substitutions. ##
2275 ## ------------------- ##
2276 _ASBOX
2277 echo
2278 for ac_var in $ac_subst_files
2280 eval ac_val=\$$ac_var
2281 case $ac_val in
2282 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2283 esac
2284 $as_echo "$ac_var='\''$ac_val'\''"
2285 done | sort
2286 echo
2289 if test -s confdefs.h; then
2290 cat <<\_ASBOX
2291 ## ----------- ##
2292 ## confdefs.h. ##
2293 ## ----------- ##
2294 _ASBOX
2295 echo
2296 cat confdefs.h
2297 echo
2299 test "$ac_signal" != 0 &&
2300 $as_echo "$as_me: caught signal $ac_signal"
2301 $as_echo "$as_me: exit $exit_status"
2302 } >&5
2303 rm -f core *.core core.conftest.* &&
2304 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2305 exit $exit_status
2307 for ac_signal in 1 2 13 15; do
2308 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2309 done
2310 ac_signal=0
2312 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2313 rm -f -r conftest* confdefs.h
2315 $as_echo "/* confdefs.h */" > confdefs.h
2317 # Predefined preprocessor variables.
2319 cat >>confdefs.h <<_ACEOF
2320 #define PACKAGE_NAME "$PACKAGE_NAME"
2321 _ACEOF
2323 cat >>confdefs.h <<_ACEOF
2324 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2325 _ACEOF
2327 cat >>confdefs.h <<_ACEOF
2328 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2329 _ACEOF
2331 cat >>confdefs.h <<_ACEOF
2332 #define PACKAGE_STRING "$PACKAGE_STRING"
2333 _ACEOF
2335 cat >>confdefs.h <<_ACEOF
2336 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2337 _ACEOF
2339 cat >>confdefs.h <<_ACEOF
2340 #define PACKAGE_URL "$PACKAGE_URL"
2341 _ACEOF
2344 # Let the site file select an alternate cache file if it wants to.
2345 # Prefer an explicitly selected file to automatically selected ones.
2346 ac_site_file1=NONE
2347 ac_site_file2=NONE
2348 if test -n "$CONFIG_SITE"; then
2349 ac_site_file1=$CONFIG_SITE
2350 elif test "x$prefix" != xNONE; then
2351 ac_site_file1=$prefix/share/config.site
2352 ac_site_file2=$prefix/etc/config.site
2353 else
2354 ac_site_file1=$ac_default_prefix/share/config.site
2355 ac_site_file2=$ac_default_prefix/etc/config.site
2357 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2359 test "x$ac_site_file" = xNONE && continue
2360 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2361 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2362 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2363 sed 's/^/| /' "$ac_site_file" >&5
2364 . "$ac_site_file"
2366 done
2368 if test -r "$cache_file"; then
2369 # Some versions of bash will fail to source /dev/null (special files
2370 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2371 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2372 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2373 $as_echo "$as_me: loading cache $cache_file" >&6;}
2374 case $cache_file in
2375 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2376 *) . "./$cache_file";;
2377 esac
2379 else
2380 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2381 $as_echo "$as_me: creating cache $cache_file" >&6;}
2382 >$cache_file
2385 # Check that the precious variables saved in the cache have kept the same
2386 # value.
2387 ac_cache_corrupted=false
2388 for ac_var in $ac_precious_vars; do
2389 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2390 eval ac_new_set=\$ac_env_${ac_var}_set
2391 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2392 eval ac_new_val=\$ac_env_${ac_var}_value
2393 case $ac_old_set,$ac_new_set in
2394 set,)
2395 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2396 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2397 ac_cache_corrupted=: ;;
2398 ,set)
2399 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2400 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2401 ac_cache_corrupted=: ;;
2402 ,);;
2404 if test "x$ac_old_val" != "x$ac_new_val"; then
2405 # differences in whitespace do not lead to failure.
2406 ac_old_val_w=`echo x $ac_old_val`
2407 ac_new_val_w=`echo x $ac_new_val`
2408 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2409 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2410 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2411 ac_cache_corrupted=:
2412 else
2413 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2414 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2415 eval $ac_var=\$ac_old_val
2417 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2418 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2419 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2420 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2421 fi;;
2422 esac
2423 # Pass precious variables to config.status.
2424 if test "$ac_new_set" = set; then
2425 case $ac_new_val in
2426 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2427 *) ac_arg=$ac_var=$ac_new_val ;;
2428 esac
2429 case " $ac_configure_args " in
2430 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2431 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2432 esac
2434 done
2435 if $ac_cache_corrupted; then
2436 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2437 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2438 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2439 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2440 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2442 ## -------------------- ##
2443 ## Main body of script. ##
2444 ## -------------------- ##
2446 ac_ext=c
2447 ac_cpp='$CPP $CPPFLAGS'
2448 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2449 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2450 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2454 ac_config_headers="$ac_config_headers include/config.h"
2456 ac_aux_dir=
2457 for ac_dir in tools "$srcdir"/tools; do
2458 for ac_t in install-sh install.sh shtool; do
2459 if test -f "$ac_dir/$ac_t"; then
2460 ac_aux_dir=$ac_dir
2461 ac_install_sh="$ac_aux_dir/$ac_t -c"
2462 break 2
2464 done
2465 done
2466 if test -z "$ac_aux_dir"; then
2467 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2470 # These three variables are undocumented and unsupported,
2471 # and are intended to be withdrawn in a future Autoconf release.
2472 # They can cause serious problems if a builder's source tree is in a directory
2473 # whose full name contains unusual characters.
2474 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2475 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2476 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2481 # Check whether --enable-win16 was given.
2482 if test "${enable_win16+set}" = set; then :
2483 enableval=$enable_win16;
2486 # Check whether --enable-win64 was given.
2487 if test "${enable_win64+set}" = set; then :
2488 enableval=$enable_win64;
2491 # Check whether --enable-tests was given.
2492 if test "${enable_tests+set}" = set; then :
2493 enableval=$enable_tests;
2496 # Check whether --enable-maintainer-mode was given.
2497 if test "${enable_maintainer_mode+set}" = set; then :
2498 enableval=$enable_maintainer_mode;
2499 else
2500 MAINTAINER_MODE=\#
2506 # Check whether --with-alsa was given.
2507 if test "${with_alsa+set}" = set; then :
2508 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2512 # Check whether --with-audioio was given.
2513 if test "${with_audioio+set}" = set; then :
2514 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2518 # Check whether --with-capi was given.
2519 if test "${with_capi+set}" = set; then :
2520 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2524 # Check whether --with-cms was given.
2525 if test "${with_cms+set}" = set; then :
2526 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2530 # Check whether --with-coreaudio was given.
2531 if test "${with_coreaudio+set}" = set; then :
2532 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2536 # Check whether --with-cups was given.
2537 if test "${with_cups+set}" = set; then :
2538 withval=$with_cups;
2542 # Check whether --with-curses was given.
2543 if test "${with_curses+set}" = set; then :
2544 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2548 # Check whether --with-esd was given.
2549 if test "${with_esd+set}" = set; then :
2550 withval=$with_esd;
2554 # Check whether --with-fontconfig was given.
2555 if test "${with_fontconfig+set}" = set; then :
2556 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2560 # Check whether --with-freetype was given.
2561 if test "${with_freetype+set}" = set; then :
2562 withval=$with_freetype;
2566 # Check whether --with-gphoto was given.
2567 if test "${with_gphoto+set}" = set; then :
2568 withval=$with_gphoto;
2572 # Check whether --with-glu was given.
2573 if test "${with_glu+set}" = set; then :
2574 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2578 # Check whether --with-gnutls was given.
2579 if test "${with_gnutls+set}" = set; then :
2580 withval=$with_gnutls;
2584 # Check whether --with-gsm was given.
2585 if test "${with_gsm+set}" = set; then :
2586 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2590 # Check whether --with-hal was given.
2591 if test "${with_hal+set}" = set; then :
2592 withval=$with_hal;
2596 # Check whether --with-jack was given.
2597 if test "${with_jack+set}" = set; then :
2598 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2602 # Check whether --with-jpeg was given.
2603 if test "${with_jpeg+set}" = set; then :
2604 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2608 # Check whether --with-ldap was given.
2609 if test "${with_ldap+set}" = set; then :
2610 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2614 # Check whether --with-mpg123 was given.
2615 if test "${with_mpg123+set}" = set; then :
2616 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2620 # Check whether --with-nas was given.
2621 if test "${with_nas+set}" = set; then :
2622 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2626 # Check whether --with-openal was given.
2627 if test "${with_openal+set}" = set; then :
2628 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2632 # Check whether --with-opengl was given.
2633 if test "${with_opengl+set}" = set; then :
2634 withval=$with_opengl;
2638 # Check whether --with-openssl was given.
2639 if test "${with_openssl+set}" = set; then :
2640 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2644 # Check whether --with-oss was given.
2645 if test "${with_oss+set}" = set; then :
2646 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
2650 # Check whether --with-png was given.
2651 if test "${with_png+set}" = set; then :
2652 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2656 # Check whether --with-pthread was given.
2657 if test "${with_pthread+set}" = set; then :
2658 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2662 # Check whether --with-sane was given.
2663 if test "${with_sane+set}" = set; then :
2664 withval=$with_sane;
2668 # Check whether --with-xcomposite was given.
2669 if test "${with_xcomposite+set}" = set; then :
2670 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2674 # Check whether --with-xcursor was given.
2675 if test "${with_xcursor+set}" = set; then :
2676 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2680 # Check whether --with-xinerama was given.
2681 if test "${with_xinerama+set}" = set; then :
2682 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2686 # Check whether --with-xinput was given.
2687 if test "${with_xinput+set}" = set; then :
2688 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2692 # Check whether --with-xml was given.
2693 if test "${with_xml+set}" = set; then :
2694 withval=$with_xml;
2698 # Check whether --with-xrandr was given.
2699 if test "${with_xrandr+set}" = set; then :
2700 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2704 # Check whether --with-xrender was given.
2705 if test "${with_xrender+set}" = set; then :
2706 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2710 # Check whether --with-xshape was given.
2711 if test "${with_xshape+set}" = set; then :
2712 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2716 # Check whether --with-xshm was given.
2717 if test "${with_xshm+set}" = set; then :
2718 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2722 # Check whether --with-xslt was given.
2723 if test "${with_xslt+set}" = set; then :
2724 withval=$with_xslt;
2728 # Check whether --with-xxf86vm was given.
2729 if test "${with_xxf86vm+set}" = set; then :
2730 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
2735 # Check whether --with-wine-tools was given.
2736 if test "${with_wine_tools+set}" = set; then :
2737 withval=$with_wine_tools;
2741 # Check whether --with-wine64 was given.
2742 if test "${with_wine64+set}" = set; then :
2743 withval=$with_wine64;
2747 # Make sure we can run config.sub.
2748 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2749 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2752 $as_echo_n "checking build system type... " >&6; }
2753 if test "${ac_cv_build+set}" = set; then :
2754 $as_echo_n "(cached) " >&6
2755 else
2756 ac_build_alias=$build_alias
2757 test "x$ac_build_alias" = x &&
2758 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2759 test "x$ac_build_alias" = x &&
2760 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2761 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2762 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2766 $as_echo "$ac_cv_build" >&6; }
2767 case $ac_cv_build in
2768 *-*-*) ;;
2769 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2770 esac
2771 build=$ac_cv_build
2772 ac_save_IFS=$IFS; IFS='-'
2773 set x $ac_cv_build
2774 shift
2775 build_cpu=$1
2776 build_vendor=$2
2777 shift; shift
2778 # Remember, the first character of IFS is used to create $*,
2779 # except with old shells:
2780 build_os=$*
2781 IFS=$ac_save_IFS
2782 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2786 $as_echo_n "checking host system type... " >&6; }
2787 if test "${ac_cv_host+set}" = set; then :
2788 $as_echo_n "(cached) " >&6
2789 else
2790 if test "x$host_alias" = x; then
2791 ac_cv_host=$ac_cv_build
2792 else
2793 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2794 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2799 $as_echo "$ac_cv_host" >&6; }
2800 case $ac_cv_host in
2801 *-*-*) ;;
2802 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2803 esac
2804 host=$ac_cv_host
2805 ac_save_IFS=$IFS; IFS='-'
2806 set x $ac_cv_host
2807 shift
2808 host_cpu=$1
2809 host_vendor=$2
2810 shift; shift
2811 # Remember, the first character of IFS is used to create $*,
2812 # except with old shells:
2813 host_os=$*
2814 IFS=$ac_save_IFS
2815 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2819 case "$srcdir" in
2820 .) ;;
2821 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2822 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2823 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2824 fi ;;
2825 esac
2828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2829 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2830 set x ${MAKE-make}
2831 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2832 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2833 $as_echo_n "(cached) " >&6
2834 else
2835 cat >conftest.make <<\_ACEOF
2836 SHELL = /bin/sh
2837 all:
2838 @echo '@@@%%%=$(MAKE)=@@@%%%'
2839 _ACEOF
2840 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2841 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2842 *@@@%%%=?*=@@@%%%*)
2843 eval ac_cv_prog_make_${ac_make}_set=yes;;
2845 eval ac_cv_prog_make_${ac_make}_set=no;;
2846 esac
2847 rm -f conftest.make
2849 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2851 $as_echo "yes" >&6; }
2852 SET_MAKE=
2853 else
2854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2855 $as_echo "no" >&6; }
2856 SET_MAKE="MAKE=${MAKE-make}"
2859 ac_ext=c
2860 ac_cpp='$CPP $CPPFLAGS'
2861 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2862 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2863 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2864 if test -n "$ac_tool_prefix"; then
2865 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2866 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2868 $as_echo_n "checking for $ac_word... " >&6; }
2869 if test "${ac_cv_prog_CC+set}" = set; then :
2870 $as_echo_n "(cached) " >&6
2871 else
2872 if test -n "$CC"; then
2873 ac_cv_prog_CC="$CC" # Let the user override the test.
2874 else
2875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2876 for as_dir in $PATH
2878 IFS=$as_save_IFS
2879 test -z "$as_dir" && as_dir=.
2880 for ac_exec_ext in '' $ac_executable_extensions; do
2881 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2882 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2884 break 2
2886 done
2887 done
2888 IFS=$as_save_IFS
2892 CC=$ac_cv_prog_CC
2893 if test -n "$CC"; then
2894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2895 $as_echo "$CC" >&6; }
2896 else
2897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2898 $as_echo "no" >&6; }
2903 if test -z "$ac_cv_prog_CC"; then
2904 ac_ct_CC=$CC
2905 # Extract the first word of "gcc", so it can be a program name with args.
2906 set dummy gcc; ac_word=$2
2907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2908 $as_echo_n "checking for $ac_word... " >&6; }
2909 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2910 $as_echo_n "(cached) " >&6
2911 else
2912 if test -n "$ac_ct_CC"; then
2913 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2914 else
2915 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2916 for as_dir in $PATH
2918 IFS=$as_save_IFS
2919 test -z "$as_dir" && as_dir=.
2920 for ac_exec_ext in '' $ac_executable_extensions; do
2921 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2922 ac_cv_prog_ac_ct_CC="gcc"
2923 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2924 break 2
2926 done
2927 done
2928 IFS=$as_save_IFS
2932 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2933 if test -n "$ac_ct_CC"; then
2934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2935 $as_echo "$ac_ct_CC" >&6; }
2936 else
2937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2938 $as_echo "no" >&6; }
2941 if test "x$ac_ct_CC" = x; then
2942 CC=""
2943 else
2944 case $cross_compiling:$ac_tool_warned in
2945 yes:)
2946 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2947 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2948 ac_tool_warned=yes ;;
2949 esac
2950 CC=$ac_ct_CC
2952 else
2953 CC="$ac_cv_prog_CC"
2956 if test -z "$CC"; then
2957 if test -n "$ac_tool_prefix"; then
2958 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2959 set dummy ${ac_tool_prefix}cc; ac_word=$2
2960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2961 $as_echo_n "checking for $ac_word... " >&6; }
2962 if test "${ac_cv_prog_CC+set}" = set; then :
2963 $as_echo_n "(cached) " >&6
2964 else
2965 if test -n "$CC"; then
2966 ac_cv_prog_CC="$CC" # Let the user override the test.
2967 else
2968 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2969 for as_dir in $PATH
2971 IFS=$as_save_IFS
2972 test -z "$as_dir" && as_dir=.
2973 for ac_exec_ext in '' $ac_executable_extensions; do
2974 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2975 ac_cv_prog_CC="${ac_tool_prefix}cc"
2976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2977 break 2
2979 done
2980 done
2981 IFS=$as_save_IFS
2985 CC=$ac_cv_prog_CC
2986 if test -n "$CC"; then
2987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2988 $as_echo "$CC" >&6; }
2989 else
2990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2991 $as_echo "no" >&6; }
2997 if test -z "$CC"; then
2998 # Extract the first word of "cc", so it can be a program name with args.
2999 set dummy cc; ac_word=$2
3000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3001 $as_echo_n "checking for $ac_word... " >&6; }
3002 if test "${ac_cv_prog_CC+set}" = set; then :
3003 $as_echo_n "(cached) " >&6
3004 else
3005 if test -n "$CC"; then
3006 ac_cv_prog_CC="$CC" # Let the user override the test.
3007 else
3008 ac_prog_rejected=no
3009 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3010 for as_dir in $PATH
3012 IFS=$as_save_IFS
3013 test -z "$as_dir" && as_dir=.
3014 for ac_exec_ext in '' $ac_executable_extensions; do
3015 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3016 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3017 ac_prog_rejected=yes
3018 continue
3020 ac_cv_prog_CC="cc"
3021 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3022 break 2
3024 done
3025 done
3026 IFS=$as_save_IFS
3028 if test $ac_prog_rejected = yes; then
3029 # We found a bogon in the path, so make sure we never use it.
3030 set dummy $ac_cv_prog_CC
3031 shift
3032 if test $# != 0; then
3033 # We chose a different compiler from the bogus one.
3034 # However, it has the same basename, so the bogon will be chosen
3035 # first if we set CC to just the basename; use the full file name.
3036 shift
3037 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3042 CC=$ac_cv_prog_CC
3043 if test -n "$CC"; then
3044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3045 $as_echo "$CC" >&6; }
3046 else
3047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3048 $as_echo "no" >&6; }
3053 if test -z "$CC"; then
3054 if test -n "$ac_tool_prefix"; then
3055 for ac_prog in cl.exe
3057 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3058 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3060 $as_echo_n "checking for $ac_word... " >&6; }
3061 if test "${ac_cv_prog_CC+set}" = set; then :
3062 $as_echo_n "(cached) " >&6
3063 else
3064 if test -n "$CC"; then
3065 ac_cv_prog_CC="$CC" # Let the user override the test.
3066 else
3067 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3068 for as_dir in $PATH
3070 IFS=$as_save_IFS
3071 test -z "$as_dir" && as_dir=.
3072 for ac_exec_ext in '' $ac_executable_extensions; do
3073 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3074 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3075 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3076 break 2
3078 done
3079 done
3080 IFS=$as_save_IFS
3084 CC=$ac_cv_prog_CC
3085 if test -n "$CC"; then
3086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3087 $as_echo "$CC" >&6; }
3088 else
3089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3090 $as_echo "no" >&6; }
3094 test -n "$CC" && break
3095 done
3097 if test -z "$CC"; then
3098 ac_ct_CC=$CC
3099 for ac_prog in cl.exe
3101 # Extract the first word of "$ac_prog", so it can be a program name with args.
3102 set dummy $ac_prog; ac_word=$2
3103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3104 $as_echo_n "checking for $ac_word... " >&6; }
3105 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3106 $as_echo_n "(cached) " >&6
3107 else
3108 if test -n "$ac_ct_CC"; then
3109 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3110 else
3111 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3112 for as_dir in $PATH
3114 IFS=$as_save_IFS
3115 test -z "$as_dir" && as_dir=.
3116 for ac_exec_ext in '' $ac_executable_extensions; do
3117 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3118 ac_cv_prog_ac_ct_CC="$ac_prog"
3119 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3120 break 2
3122 done
3123 done
3124 IFS=$as_save_IFS
3128 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3129 if test -n "$ac_ct_CC"; then
3130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3131 $as_echo "$ac_ct_CC" >&6; }
3132 else
3133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3134 $as_echo "no" >&6; }
3138 test -n "$ac_ct_CC" && break
3139 done
3141 if test "x$ac_ct_CC" = x; then
3142 CC=""
3143 else
3144 case $cross_compiling:$ac_tool_warned in
3145 yes:)
3146 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3147 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3148 ac_tool_warned=yes ;;
3149 esac
3150 CC=$ac_ct_CC
3157 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3158 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3159 as_fn_error "no acceptable C compiler found in \$PATH
3160 See \`config.log' for more details." "$LINENO" 5; }
3162 # Provide some information about the compiler.
3163 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3164 set X $ac_compile
3165 ac_compiler=$2
3166 for ac_option in --version -v -V -qversion; do
3167 { { ac_try="$ac_compiler $ac_option >&5"
3168 case "(($ac_try" in
3169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3170 *) ac_try_echo=$ac_try;;
3171 esac
3172 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3173 $as_echo "$ac_try_echo"; } >&5
3174 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3175 ac_status=$?
3176 if test -s conftest.err; then
3177 sed '10a\
3178 ... rest of stderr output deleted ...
3179 10q' conftest.err >conftest.er1
3180 cat conftest.er1 >&5
3182 rm -f conftest.er1 conftest.err
3183 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3184 test $ac_status = 0; }
3185 done
3187 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3188 /* end confdefs.h. */
3191 main ()
3195 return 0;
3197 _ACEOF
3198 ac_clean_files_save=$ac_clean_files
3199 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3200 # Try to create an executable without -o first, disregard a.out.
3201 # It will help us diagnose broken compilers, and finding out an intuition
3202 # of exeext.
3203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3204 $as_echo_n "checking whether the C compiler works... " >&6; }
3205 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3207 # The possible output files:
3208 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3210 ac_rmfiles=
3211 for ac_file in $ac_files
3213 case $ac_file in
3214 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3215 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3216 esac
3217 done
3218 rm -f $ac_rmfiles
3220 if { { ac_try="$ac_link_default"
3221 case "(($ac_try" in
3222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3223 *) ac_try_echo=$ac_try;;
3224 esac
3225 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3226 $as_echo "$ac_try_echo"; } >&5
3227 (eval "$ac_link_default") 2>&5
3228 ac_status=$?
3229 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3230 test $ac_status = 0; }; then :
3231 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3232 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3233 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3234 # so that the user can short-circuit this test for compilers unknown to
3235 # Autoconf.
3236 for ac_file in $ac_files ''
3238 test -f "$ac_file" || continue
3239 case $ac_file in
3240 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3242 [ab].out )
3243 # We found the default executable, but exeext='' is most
3244 # certainly right.
3245 break;;
3246 *.* )
3247 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3248 then :; else
3249 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3251 # We set ac_cv_exeext here because the later test for it is not
3252 # safe: cross compilers may not add the suffix if given an `-o'
3253 # argument, so we may need to know it at that point already.
3254 # Even if this section looks crufty: it has the advantage of
3255 # actually working.
3256 break;;
3258 break;;
3259 esac
3260 done
3261 test "$ac_cv_exeext" = no && ac_cv_exeext=
3263 else
3264 ac_file=''
3266 if test -z "$ac_file"; then :
3267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3268 $as_echo "no" >&6; }
3269 $as_echo "$as_me: failed program was:" >&5
3270 sed 's/^/| /' conftest.$ac_ext >&5
3272 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3273 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3274 { as_fn_set_status 77
3275 as_fn_error "C compiler cannot create executables
3276 See \`config.log' for more details." "$LINENO" 5; }; }
3277 else
3278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3279 $as_echo "yes" >&6; }
3281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3282 $as_echo_n "checking for C compiler default output file name... " >&6; }
3283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3284 $as_echo "$ac_file" >&6; }
3285 ac_exeext=$ac_cv_exeext
3287 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3288 ac_clean_files=$ac_clean_files_save
3289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3290 $as_echo_n "checking for suffix of executables... " >&6; }
3291 if { { ac_try="$ac_link"
3292 case "(($ac_try" in
3293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3294 *) ac_try_echo=$ac_try;;
3295 esac
3296 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3297 $as_echo "$ac_try_echo"; } >&5
3298 (eval "$ac_link") 2>&5
3299 ac_status=$?
3300 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3301 test $ac_status = 0; }; then :
3302 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3303 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3304 # work properly (i.e., refer to `conftest.exe'), while it won't with
3305 # `rm'.
3306 for ac_file in conftest.exe conftest conftest.*; do
3307 test -f "$ac_file" || continue
3308 case $ac_file in
3309 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3310 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3311 break;;
3312 * ) break;;
3313 esac
3314 done
3315 else
3316 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3317 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3318 as_fn_error "cannot compute suffix of executables: cannot compile and link
3319 See \`config.log' for more details." "$LINENO" 5; }
3321 rm -f conftest conftest$ac_cv_exeext
3322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3323 $as_echo "$ac_cv_exeext" >&6; }
3325 rm -f conftest.$ac_ext
3326 EXEEXT=$ac_cv_exeext
3327 ac_exeext=$EXEEXT
3328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3329 /* end confdefs.h. */
3330 #include <stdio.h>
3332 main ()
3334 FILE *f = fopen ("conftest.out", "w");
3335 return ferror (f) || fclose (f) != 0;
3338 return 0;
3340 _ACEOF
3341 ac_clean_files="$ac_clean_files conftest.out"
3342 # Check that the compiler produces executables we can run. If not, either
3343 # the compiler is broken, or we cross compile.
3344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3345 $as_echo_n "checking whether we are cross compiling... " >&6; }
3346 if test "$cross_compiling" != yes; then
3347 { { ac_try="$ac_link"
3348 case "(($ac_try" in
3349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3350 *) ac_try_echo=$ac_try;;
3351 esac
3352 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3353 $as_echo "$ac_try_echo"; } >&5
3354 (eval "$ac_link") 2>&5
3355 ac_status=$?
3356 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3357 test $ac_status = 0; }
3358 if { ac_try='./conftest$ac_cv_exeext'
3359 { { case "(($ac_try" in
3360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3361 *) ac_try_echo=$ac_try;;
3362 esac
3363 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3364 $as_echo "$ac_try_echo"; } >&5
3365 (eval "$ac_try") 2>&5
3366 ac_status=$?
3367 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3368 test $ac_status = 0; }; }; then
3369 cross_compiling=no
3370 else
3371 if test "$cross_compiling" = maybe; then
3372 cross_compiling=yes
3373 else
3374 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3375 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3376 as_fn_error "cannot run C compiled programs.
3377 If you meant to cross compile, use \`--host'.
3378 See \`config.log' for more details." "$LINENO" 5; }
3382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3383 $as_echo "$cross_compiling" >&6; }
3385 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3386 ac_clean_files=$ac_clean_files_save
3387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3388 $as_echo_n "checking for suffix of object files... " >&6; }
3389 if test "${ac_cv_objext+set}" = set; then :
3390 $as_echo_n "(cached) " >&6
3391 else
3392 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3393 /* end confdefs.h. */
3396 main ()
3400 return 0;
3402 _ACEOF
3403 rm -f conftest.o conftest.obj
3404 if { { ac_try="$ac_compile"
3405 case "(($ac_try" in
3406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3407 *) ac_try_echo=$ac_try;;
3408 esac
3409 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3410 $as_echo "$ac_try_echo"; } >&5
3411 (eval "$ac_compile") 2>&5
3412 ac_status=$?
3413 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3414 test $ac_status = 0; }; then :
3415 for ac_file in conftest.o conftest.obj conftest.*; do
3416 test -f "$ac_file" || continue;
3417 case $ac_file in
3418 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3419 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3420 break;;
3421 esac
3422 done
3423 else
3424 $as_echo "$as_me: failed program was:" >&5
3425 sed 's/^/| /' conftest.$ac_ext >&5
3427 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3428 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3429 as_fn_error "cannot compute suffix of object files: cannot compile
3430 See \`config.log' for more details." "$LINENO" 5; }
3432 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3435 $as_echo "$ac_cv_objext" >&6; }
3436 OBJEXT=$ac_cv_objext
3437 ac_objext=$OBJEXT
3438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3439 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3440 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3441 $as_echo_n "(cached) " >&6
3442 else
3443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3444 /* end confdefs.h. */
3447 main ()
3449 #ifndef __GNUC__
3450 choke me
3451 #endif
3454 return 0;
3456 _ACEOF
3457 if ac_fn_c_try_compile "$LINENO"; then :
3458 ac_compiler_gnu=yes
3459 else
3460 ac_compiler_gnu=no
3462 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3463 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3467 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3468 if test $ac_compiler_gnu = yes; then
3469 GCC=yes
3470 else
3471 GCC=
3473 ac_test_CFLAGS=${CFLAGS+set}
3474 ac_save_CFLAGS=$CFLAGS
3475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3476 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3477 if test "${ac_cv_prog_cc_g+set}" = set; then :
3478 $as_echo_n "(cached) " >&6
3479 else
3480 ac_save_c_werror_flag=$ac_c_werror_flag
3481 ac_c_werror_flag=yes
3482 ac_cv_prog_cc_g=no
3483 CFLAGS="-g"
3484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3485 /* end confdefs.h. */
3488 main ()
3492 return 0;
3494 _ACEOF
3495 if ac_fn_c_try_compile "$LINENO"; then :
3496 ac_cv_prog_cc_g=yes
3497 else
3498 CFLAGS=""
3499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3500 /* end confdefs.h. */
3503 main ()
3507 return 0;
3509 _ACEOF
3510 if ac_fn_c_try_compile "$LINENO"; then :
3512 else
3513 ac_c_werror_flag=$ac_save_c_werror_flag
3514 CFLAGS="-g"
3515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3516 /* end confdefs.h. */
3519 main ()
3523 return 0;
3525 _ACEOF
3526 if ac_fn_c_try_compile "$LINENO"; then :
3527 ac_cv_prog_cc_g=yes
3529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3531 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3533 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3534 ac_c_werror_flag=$ac_save_c_werror_flag
3536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3537 $as_echo "$ac_cv_prog_cc_g" >&6; }
3538 if test "$ac_test_CFLAGS" = set; then
3539 CFLAGS=$ac_save_CFLAGS
3540 elif test $ac_cv_prog_cc_g = yes; then
3541 if test "$GCC" = yes; then
3542 CFLAGS="-g -O2"
3543 else
3544 CFLAGS="-g"
3546 else
3547 if test "$GCC" = yes; then
3548 CFLAGS="-O2"
3549 else
3550 CFLAGS=
3553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3554 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3555 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3556 $as_echo_n "(cached) " >&6
3557 else
3558 ac_cv_prog_cc_c89=no
3559 ac_save_CC=$CC
3560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3561 /* end confdefs.h. */
3562 #include <stdarg.h>
3563 #include <stdio.h>
3564 #include <sys/types.h>
3565 #include <sys/stat.h>
3566 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3567 struct buf { int x; };
3568 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3569 static char *e (p, i)
3570 char **p;
3571 int i;
3573 return p[i];
3575 static char *f (char * (*g) (char **, int), char **p, ...)
3577 char *s;
3578 va_list v;
3579 va_start (v,p);
3580 s = g (p, va_arg (v,int));
3581 va_end (v);
3582 return s;
3585 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3586 function prototypes and stuff, but not '\xHH' hex character constants.
3587 These don't provoke an error unfortunately, instead are silently treated
3588 as 'x'. The following induces an error, until -std is added to get
3589 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3590 array size at least. It's necessary to write '\x00'==0 to get something
3591 that's true only with -std. */
3592 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3594 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3595 inside strings and character constants. */
3596 #define FOO(x) 'x'
3597 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3599 int test (int i, double x);
3600 struct s1 {int (*f) (int a);};
3601 struct s2 {int (*f) (double a);};
3602 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3603 int argc;
3604 char **argv;
3606 main ()
3608 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3610 return 0;
3612 _ACEOF
3613 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3614 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3616 CC="$ac_save_CC $ac_arg"
3617 if ac_fn_c_try_compile "$LINENO"; then :
3618 ac_cv_prog_cc_c89=$ac_arg
3620 rm -f core conftest.err conftest.$ac_objext
3621 test "x$ac_cv_prog_cc_c89" != "xno" && break
3622 done
3623 rm -f conftest.$ac_ext
3624 CC=$ac_save_CC
3627 # AC_CACHE_VAL
3628 case "x$ac_cv_prog_cc_c89" in
3630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3631 $as_echo "none needed" >&6; } ;;
3632 xno)
3633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3634 $as_echo "unsupported" >&6; } ;;
3636 CC="$CC $ac_cv_prog_cc_c89"
3637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3638 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3639 esac
3640 if test "x$ac_cv_prog_cc_c89" != xno; then :
3644 ac_ext=c
3645 ac_cpp='$CPP $CPPFLAGS'
3646 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3647 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3648 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3650 ac_ext=cpp
3651 ac_cpp='$CXXCPP $CPPFLAGS'
3652 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3653 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3654 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3655 if test -z "$CXX"; then
3656 if test -n "$CCC"; then
3657 CXX=$CCC
3658 else
3659 if test -n "$ac_tool_prefix"; then
3660 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3662 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3663 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3665 $as_echo_n "checking for $ac_word... " >&6; }
3666 if test "${ac_cv_prog_CXX+set}" = set; then :
3667 $as_echo_n "(cached) " >&6
3668 else
3669 if test -n "$CXX"; then
3670 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3671 else
3672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3673 for as_dir in $PATH
3675 IFS=$as_save_IFS
3676 test -z "$as_dir" && as_dir=.
3677 for ac_exec_ext in '' $ac_executable_extensions; do
3678 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3679 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3680 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3681 break 2
3683 done
3684 done
3685 IFS=$as_save_IFS
3689 CXX=$ac_cv_prog_CXX
3690 if test -n "$CXX"; then
3691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3692 $as_echo "$CXX" >&6; }
3693 else
3694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3695 $as_echo "no" >&6; }
3699 test -n "$CXX" && break
3700 done
3702 if test -z "$CXX"; then
3703 ac_ct_CXX=$CXX
3704 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3706 # Extract the first word of "$ac_prog", so it can be a program name with args.
3707 set dummy $ac_prog; ac_word=$2
3708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3709 $as_echo_n "checking for $ac_word... " >&6; }
3710 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3711 $as_echo_n "(cached) " >&6
3712 else
3713 if test -n "$ac_ct_CXX"; then
3714 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3715 else
3716 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3717 for as_dir in $PATH
3719 IFS=$as_save_IFS
3720 test -z "$as_dir" && as_dir=.
3721 for ac_exec_ext in '' $ac_executable_extensions; do
3722 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3723 ac_cv_prog_ac_ct_CXX="$ac_prog"
3724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3725 break 2
3727 done
3728 done
3729 IFS=$as_save_IFS
3733 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3734 if test -n "$ac_ct_CXX"; then
3735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3736 $as_echo "$ac_ct_CXX" >&6; }
3737 else
3738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3739 $as_echo "no" >&6; }
3743 test -n "$ac_ct_CXX" && break
3744 done
3746 if test "x$ac_ct_CXX" = x; then
3747 CXX="g++"
3748 else
3749 case $cross_compiling:$ac_tool_warned in
3750 yes:)
3751 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3752 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3753 ac_tool_warned=yes ;;
3754 esac
3755 CXX=$ac_ct_CXX
3761 # Provide some information about the compiler.
3762 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3763 set X $ac_compile
3764 ac_compiler=$2
3765 for ac_option in --version -v -V -qversion; do
3766 { { ac_try="$ac_compiler $ac_option >&5"
3767 case "(($ac_try" in
3768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3769 *) ac_try_echo=$ac_try;;
3770 esac
3771 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3772 $as_echo "$ac_try_echo"; } >&5
3773 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3774 ac_status=$?
3775 if test -s conftest.err; then
3776 sed '10a\
3777 ... rest of stderr output deleted ...
3778 10q' conftest.err >conftest.er1
3779 cat conftest.er1 >&5
3781 rm -f conftest.er1 conftest.err
3782 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3783 test $ac_status = 0; }
3784 done
3786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3787 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3788 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3789 $as_echo_n "(cached) " >&6
3790 else
3791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3792 /* end confdefs.h. */
3795 main ()
3797 #ifndef __GNUC__
3798 choke me
3799 #endif
3802 return 0;
3804 _ACEOF
3805 if ac_fn_cxx_try_compile "$LINENO"; then :
3806 ac_compiler_gnu=yes
3807 else
3808 ac_compiler_gnu=no
3810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3811 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3815 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3816 if test $ac_compiler_gnu = yes; then
3817 GXX=yes
3818 else
3819 GXX=
3821 ac_test_CXXFLAGS=${CXXFLAGS+set}
3822 ac_save_CXXFLAGS=$CXXFLAGS
3823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3824 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3825 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3826 $as_echo_n "(cached) " >&6
3827 else
3828 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3829 ac_cxx_werror_flag=yes
3830 ac_cv_prog_cxx_g=no
3831 CXXFLAGS="-g"
3832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3833 /* end confdefs.h. */
3836 main ()
3840 return 0;
3842 _ACEOF
3843 if ac_fn_cxx_try_compile "$LINENO"; then :
3844 ac_cv_prog_cxx_g=yes
3845 else
3846 CXXFLAGS=""
3847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3848 /* end confdefs.h. */
3851 main ()
3855 return 0;
3857 _ACEOF
3858 if ac_fn_cxx_try_compile "$LINENO"; then :
3860 else
3861 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3862 CXXFLAGS="-g"
3863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3864 /* end confdefs.h. */
3867 main ()
3871 return 0;
3873 _ACEOF
3874 if ac_fn_cxx_try_compile "$LINENO"; then :
3875 ac_cv_prog_cxx_g=yes
3877 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3879 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3881 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3882 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3885 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3886 if test "$ac_test_CXXFLAGS" = set; then
3887 CXXFLAGS=$ac_save_CXXFLAGS
3888 elif test $ac_cv_prog_cxx_g = yes; then
3889 if test "$GXX" = yes; then
3890 CXXFLAGS="-g -O2"
3891 else
3892 CXXFLAGS="-g"
3894 else
3895 if test "$GXX" = yes; then
3896 CXXFLAGS="-O2"
3897 else
3898 CXXFLAGS=
3901 ac_ext=c
3902 ac_cpp='$CPP $CPPFLAGS'
3903 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3904 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3905 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3907 if test -n "$ac_tool_prefix"; then
3908 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3909 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3911 $as_echo_n "checking for $ac_word... " >&6; }
3912 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3913 $as_echo_n "(cached) " >&6
3914 else
3915 if test -n "$CPPBIN"; then
3916 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3917 else
3918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3919 for as_dir in $PATH
3921 IFS=$as_save_IFS
3922 test -z "$as_dir" && as_dir=.
3923 for ac_exec_ext in '' $ac_executable_extensions; do
3924 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3925 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3926 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3927 break 2
3929 done
3930 done
3931 IFS=$as_save_IFS
3935 CPPBIN=$ac_cv_prog_CPPBIN
3936 if test -n "$CPPBIN"; then
3937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3938 $as_echo "$CPPBIN" >&6; }
3939 else
3940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3941 $as_echo "no" >&6; }
3946 if test -z "$ac_cv_prog_CPPBIN"; then
3947 ac_ct_CPPBIN=$CPPBIN
3948 # Extract the first word of "cpp", so it can be a program name with args.
3949 set dummy cpp; ac_word=$2
3950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3951 $as_echo_n "checking for $ac_word... " >&6; }
3952 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3953 $as_echo_n "(cached) " >&6
3954 else
3955 if test -n "$ac_ct_CPPBIN"; then
3956 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3957 else
3958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3959 for as_dir in $PATH
3961 IFS=$as_save_IFS
3962 test -z "$as_dir" && as_dir=.
3963 for ac_exec_ext in '' $ac_executable_extensions; do
3964 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3965 ac_cv_prog_ac_ct_CPPBIN="cpp"
3966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3967 break 2
3969 done
3970 done
3971 IFS=$as_save_IFS
3975 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3976 if test -n "$ac_ct_CPPBIN"; then
3977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3978 $as_echo "$ac_ct_CPPBIN" >&6; }
3979 else
3980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3981 $as_echo "no" >&6; }
3984 if test "x$ac_ct_CPPBIN" = x; then
3985 CPPBIN="cpp"
3986 else
3987 case $cross_compiling:$ac_tool_warned in
3988 yes:)
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3990 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3991 ac_tool_warned=yes ;;
3992 esac
3993 CPPBIN=$ac_ct_CPPBIN
3995 else
3996 CPPBIN="$ac_cv_prog_CPPBIN"
4000 cat >>confdefs.h <<_ACEOF
4001 #define EXEEXT "$ac_exeext"
4002 _ACEOF
4005 case $host in
4006 *-darwin*)
4007 if test "x$enable_win64" = "xyes"
4008 then
4009 CC="$CC -m64"
4010 CXX="$CXX -m64"
4011 LD="${LD:-ld} -arch x86_64"
4012 AS="${AS:-as} -arch x86_64"
4013 host_cpu="x86_64"
4014 notice_platform="64-bit "
4015 TARGETFLAGS="-m64"
4017 else
4018 CC="$CC -m32"
4019 CXX="$CXX -m32"
4020 LD="${LD:-ld} -arch i386"
4021 AS="${AS:-as} -arch i386"
4022 host_cpu="i386"
4023 notice_platform="32-bit "
4024 TARGETFLAGS="-m32"
4026 enable_win16=${enable_win16:-yes}
4029 x86_64*)
4030 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4031 then
4032 CC="$CC -m32"
4033 CXX="$CXX -m32"
4034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4035 $as_echo_n "checking whether $CC works... " >&6; }
4037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4038 /* end confdefs.h. */
4041 main ()
4045 return 0;
4047 _ACEOF
4048 if ac_fn_c_try_link "$LINENO"; then :
4049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4050 $as_echo "yes" >&6; }
4051 else
4052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4053 $as_echo "no" >&6; }
4054 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4056 rm -f core conftest.err conftest.$ac_objext \
4057 conftest$ac_exeext conftest.$ac_ext
4058 LD="${LD:-ld} -m elf_i386"
4059 AS="${AS:-as} --32"
4060 host_cpu="i386"
4061 notice_platform="32-bit "
4062 TARGETFLAGS="-m32"
4064 enable_win16=${enable_win16:-yes}
4065 else
4066 if test "x${GCC}" = "xyes"
4067 then
4068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4069 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4071 /* end confdefs.h. */
4072 #include <stdarg.h>
4074 main ()
4076 void func(__builtin_ms_va_list *args);
4078 return 0;
4080 _ACEOF
4081 if ac_fn_c_try_compile "$LINENO"; then :
4082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4083 $as_echo "yes" >&6; }
4084 else
4085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4086 $as_echo "no" >&6; }
4087 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4091 TARGETFLAGS="-m64"
4095 *-mingw32*|*-cygwin*)
4096 enable_win16=${enable_win16:-no}
4098 i[3456789]86*)
4099 enable_win16=${enable_win16:-yes}
4101 esac
4103 enable_win16=${enable_win16:-no}
4105 if test -n "$with_wine64"
4106 then
4107 if test "x$enable_win64" = "xyes"
4108 then
4109 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4110 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4112 WOW64_DISABLE=\#
4114 enable_fonts=${enable_fonts:-no}
4115 enable_include=${enable_include:-no}
4116 enable_server=${enable_server:-no}
4117 enable_tools=${enable_tools:-no}
4118 enable_wineboot=${enable_wineboot:-no}
4119 enable_winedbg=${enable_winedbg:-no}
4120 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4124 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4125 if test "${wine_cv_toolsdir+set}" = set; then :
4126 $as_echo_n "(cached) " >&6
4127 else
4128 wine_cv_toolsdir="$with_wine_tools"
4129 if test -z "$with_wine_tools"; then
4130 if test "$cross_compiling" = "yes"; then
4131 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4132 elif test -n "$with_wine64"; then
4133 wine_cv_toolsdir="$with_wine64"
4136 if test -z "$wine_cv_toolsdir"; then
4137 wine_cv_toolsdir="\$(TOPOBJDIR)"
4138 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4139 case "$wine_cv_toolsdir" in
4140 /*) ;;
4141 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4142 esac
4143 else
4144 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4148 $as_echo "$wine_cv_toolsdir" >&6; }
4149 TOOLSDIR=$wine_cv_toolsdir
4151 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4152 then
4153 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4157 for ac_prog in flex
4159 # Extract the first word of "$ac_prog", so it can be a program name with args.
4160 set dummy $ac_prog; ac_word=$2
4161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4162 $as_echo_n "checking for $ac_word... " >&6; }
4163 if test "${ac_cv_prog_FLEX+set}" = set; then :
4164 $as_echo_n "(cached) " >&6
4165 else
4166 if test -n "$FLEX"; then
4167 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4168 else
4169 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4170 for as_dir in $PATH
4172 IFS=$as_save_IFS
4173 test -z "$as_dir" && as_dir=.
4174 for ac_exec_ext in '' $ac_executable_extensions; do
4175 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4176 ac_cv_prog_FLEX="$ac_prog"
4177 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4178 break 2
4180 done
4181 done
4182 IFS=$as_save_IFS
4186 FLEX=$ac_cv_prog_FLEX
4187 if test -n "$FLEX"; then
4188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4189 $as_echo "$FLEX" >&6; }
4190 else
4191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4192 $as_echo "no" >&6; }
4196 test -n "$FLEX" && break
4197 done
4198 test -n "$FLEX" || FLEX="none"
4200 if test "$FLEX" = "none"
4201 then
4202 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4205 $as_echo_n "checking whether flex is recent enough... " >&6; }
4206 cat >conftest.l <<EOF
4207 %top{
4208 #include "prediluvian.h"
4212 if $FLEX -t conftest.l >/dev/null 2>&1
4213 then
4214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4215 $as_echo "yes" >&6; }
4216 else
4217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4218 $as_echo "no" >&6; }
4219 as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4222 for ac_prog in bison
4224 # Extract the first word of "$ac_prog", so it can be a program name with args.
4225 set dummy $ac_prog; ac_word=$2
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4227 $as_echo_n "checking for $ac_word... " >&6; }
4228 if test "${ac_cv_prog_BISON+set}" = set; then :
4229 $as_echo_n "(cached) " >&6
4230 else
4231 if test -n "$BISON"; then
4232 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4233 else
4234 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4235 for as_dir in $PATH
4237 IFS=$as_save_IFS
4238 test -z "$as_dir" && as_dir=.
4239 for ac_exec_ext in '' $ac_executable_extensions; do
4240 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4241 ac_cv_prog_BISON="$ac_prog"
4242 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4243 break 2
4245 done
4246 done
4247 IFS=$as_save_IFS
4251 BISON=$ac_cv_prog_BISON
4252 if test -n "$BISON"; then
4253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4254 $as_echo "$BISON" >&6; }
4255 else
4256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4257 $as_echo "no" >&6; }
4261 test -n "$BISON" && break
4262 done
4263 test -n "$BISON" || BISON="none"
4265 if test "$BISON" = "none"
4266 then
4267 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4270 if test -n "$ac_tool_prefix"; then
4271 for ac_prog in ar gar
4273 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4274 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4276 $as_echo_n "checking for $ac_word... " >&6; }
4277 if test "${ac_cv_prog_AR+set}" = set; then :
4278 $as_echo_n "(cached) " >&6
4279 else
4280 if test -n "$AR"; then
4281 ac_cv_prog_AR="$AR" # Let the user override the test.
4282 else
4283 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4284 for as_dir in $PATH
4286 IFS=$as_save_IFS
4287 test -z "$as_dir" && as_dir=.
4288 for ac_exec_ext in '' $ac_executable_extensions; do
4289 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4290 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4291 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4292 break 2
4294 done
4295 done
4296 IFS=$as_save_IFS
4300 AR=$ac_cv_prog_AR
4301 if test -n "$AR"; then
4302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4303 $as_echo "$AR" >&6; }
4304 else
4305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4306 $as_echo "no" >&6; }
4310 test -n "$AR" && break
4311 done
4313 if test -z "$AR"; then
4314 ac_ct_AR=$AR
4315 for ac_prog in ar gar
4317 # Extract the first word of "$ac_prog", so it can be a program name with args.
4318 set dummy $ac_prog; ac_word=$2
4319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4320 $as_echo_n "checking for $ac_word... " >&6; }
4321 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4322 $as_echo_n "(cached) " >&6
4323 else
4324 if test -n "$ac_ct_AR"; then
4325 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4326 else
4327 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4328 for as_dir in $PATH
4330 IFS=$as_save_IFS
4331 test -z "$as_dir" && as_dir=.
4332 for ac_exec_ext in '' $ac_executable_extensions; do
4333 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4334 ac_cv_prog_ac_ct_AR="$ac_prog"
4335 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4336 break 2
4338 done
4339 done
4340 IFS=$as_save_IFS
4344 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4345 if test -n "$ac_ct_AR"; then
4346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4347 $as_echo "$ac_ct_AR" >&6; }
4348 else
4349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4350 $as_echo "no" >&6; }
4354 test -n "$ac_ct_AR" && break
4355 done
4357 if test "x$ac_ct_AR" = x; then
4358 AR="ar"
4359 else
4360 case $cross_compiling:$ac_tool_warned in
4361 yes:)
4362 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4363 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4364 ac_tool_warned=yes ;;
4365 esac
4366 AR=$ac_ct_AR
4370 ARFLAGS=rc
4372 if test -n "$ac_tool_prefix"; then
4373 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4374 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4376 $as_echo_n "checking for $ac_word... " >&6; }
4377 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4378 $as_echo_n "(cached) " >&6
4379 else
4380 if test -n "$RANLIB"; then
4381 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4382 else
4383 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4384 for as_dir in $PATH
4386 IFS=$as_save_IFS
4387 test -z "$as_dir" && as_dir=.
4388 for ac_exec_ext in '' $ac_executable_extensions; do
4389 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4390 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4391 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4392 break 2
4394 done
4395 done
4396 IFS=$as_save_IFS
4400 RANLIB=$ac_cv_prog_RANLIB
4401 if test -n "$RANLIB"; then
4402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4403 $as_echo "$RANLIB" >&6; }
4404 else
4405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4406 $as_echo "no" >&6; }
4411 if test -z "$ac_cv_prog_RANLIB"; then
4412 ac_ct_RANLIB=$RANLIB
4413 # Extract the first word of "ranlib", so it can be a program name with args.
4414 set dummy ranlib; ac_word=$2
4415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4416 $as_echo_n "checking for $ac_word... " >&6; }
4417 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4418 $as_echo_n "(cached) " >&6
4419 else
4420 if test -n "$ac_ct_RANLIB"; then
4421 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4422 else
4423 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4424 for as_dir in $PATH
4426 IFS=$as_save_IFS
4427 test -z "$as_dir" && as_dir=.
4428 for ac_exec_ext in '' $ac_executable_extensions; do
4429 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4430 ac_cv_prog_ac_ct_RANLIB="ranlib"
4431 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4432 break 2
4434 done
4435 done
4436 IFS=$as_save_IFS
4440 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4441 if test -n "$ac_ct_RANLIB"; then
4442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4443 $as_echo "$ac_ct_RANLIB" >&6; }
4444 else
4445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4446 $as_echo "no" >&6; }
4449 if test "x$ac_ct_RANLIB" = x; then
4450 RANLIB=":"
4451 else
4452 case $cross_compiling:$ac_tool_warned in
4453 yes:)
4454 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4455 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4456 ac_tool_warned=yes ;;
4457 esac
4458 RANLIB=$ac_ct_RANLIB
4460 else
4461 RANLIB="$ac_cv_prog_RANLIB"
4464 if test -n "$ac_tool_prefix"; then
4465 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4466 set dummy ${ac_tool_prefix}strip; ac_word=$2
4467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4468 $as_echo_n "checking for $ac_word... " >&6; }
4469 if test "${ac_cv_prog_STRIP+set}" = set; then :
4470 $as_echo_n "(cached) " >&6
4471 else
4472 if test -n "$STRIP"; then
4473 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4474 else
4475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4476 for as_dir in $PATH
4478 IFS=$as_save_IFS
4479 test -z "$as_dir" && as_dir=.
4480 for ac_exec_ext in '' $ac_executable_extensions; do
4481 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4482 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4483 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4484 break 2
4486 done
4487 done
4488 IFS=$as_save_IFS
4492 STRIP=$ac_cv_prog_STRIP
4493 if test -n "$STRIP"; then
4494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4495 $as_echo "$STRIP" >&6; }
4496 else
4497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4498 $as_echo "no" >&6; }
4503 if test -z "$ac_cv_prog_STRIP"; then
4504 ac_ct_STRIP=$STRIP
4505 # Extract the first word of "strip", so it can be a program name with args.
4506 set dummy strip; ac_word=$2
4507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4508 $as_echo_n "checking for $ac_word... " >&6; }
4509 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4510 $as_echo_n "(cached) " >&6
4511 else
4512 if test -n "$ac_ct_STRIP"; then
4513 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4514 else
4515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4516 for as_dir in $PATH
4518 IFS=$as_save_IFS
4519 test -z "$as_dir" && as_dir=.
4520 for ac_exec_ext in '' $ac_executable_extensions; do
4521 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4522 ac_cv_prog_ac_ct_STRIP="strip"
4523 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4524 break 2
4526 done
4527 done
4528 IFS=$as_save_IFS
4532 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4533 if test -n "$ac_ct_STRIP"; then
4534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4535 $as_echo "$ac_ct_STRIP" >&6; }
4536 else
4537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4538 $as_echo "no" >&6; }
4541 if test "x$ac_ct_STRIP" = x; then
4542 STRIP="strip"
4543 else
4544 case $cross_compiling:$ac_tool_warned in
4545 yes:)
4546 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4547 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4548 ac_tool_warned=yes ;;
4549 esac
4550 STRIP=$ac_ct_STRIP
4552 else
4553 STRIP="$ac_cv_prog_STRIP"
4556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4557 $as_echo_n "checking whether ln -s works... " >&6; }
4558 LN_S=$as_ln_s
4559 if test "$LN_S" = "ln -s"; then
4560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4561 $as_echo "yes" >&6; }
4562 else
4563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4564 $as_echo "no, using $LN_S" >&6; }
4567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
4568 $as_echo_n "checking whether ln works... " >&6; }
4569 rm -f conf$$ conf$$.file
4570 echo >conf$$.file
4571 if ln conf$$.file conf$$ 2>/dev/null; then
4572 LN=ln
4574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4575 $as_echo "yes" >&6; }
4576 else
4577 LN="cp -p"
4579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
4580 $as_echo "no, using $LN" >&6; }
4582 rm -f conf$$ conf$$.file
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4584 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4585 if test "${ac_cv_path_GREP+set}" = set; then :
4586 $as_echo_n "(cached) " >&6
4587 else
4588 if test -z "$GREP"; then
4589 ac_path_GREP_found=false
4590 # Loop through the user's path and test for each of PROGNAME-LIST
4591 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4592 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4594 IFS=$as_save_IFS
4595 test -z "$as_dir" && as_dir=.
4596 for ac_prog in grep ggrep; do
4597 for ac_exec_ext in '' $ac_executable_extensions; do
4598 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4599 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4600 # Check for GNU ac_path_GREP and select it if it is found.
4601 # Check for GNU $ac_path_GREP
4602 case `"$ac_path_GREP" --version 2>&1` in
4603 *GNU*)
4604 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4606 ac_count=0
4607 $as_echo_n 0123456789 >"conftest.in"
4608 while :
4610 cat "conftest.in" "conftest.in" >"conftest.tmp"
4611 mv "conftest.tmp" "conftest.in"
4612 cp "conftest.in" "conftest.nl"
4613 $as_echo 'GREP' >> "conftest.nl"
4614 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4615 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4616 as_fn_arith $ac_count + 1 && ac_count=$as_val
4617 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4618 # Best one so far, save it but keep looking for a better one
4619 ac_cv_path_GREP="$ac_path_GREP"
4620 ac_path_GREP_max=$ac_count
4622 # 10*(2^10) chars as input seems more than enough
4623 test $ac_count -gt 10 && break
4624 done
4625 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4626 esac
4628 $ac_path_GREP_found && break 3
4629 done
4630 done
4631 done
4632 IFS=$as_save_IFS
4633 if test -z "$ac_cv_path_GREP"; then
4634 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4636 else
4637 ac_cv_path_GREP=$GREP
4641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4642 $as_echo "$ac_cv_path_GREP" >&6; }
4643 GREP="$ac_cv_path_GREP"
4646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4647 $as_echo_n "checking for egrep... " >&6; }
4648 if test "${ac_cv_path_EGREP+set}" = set; then :
4649 $as_echo_n "(cached) " >&6
4650 else
4651 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4652 then ac_cv_path_EGREP="$GREP -E"
4653 else
4654 if test -z "$EGREP"; then
4655 ac_path_EGREP_found=false
4656 # Loop through the user's path and test for each of PROGNAME-LIST
4657 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4658 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4660 IFS=$as_save_IFS
4661 test -z "$as_dir" && as_dir=.
4662 for ac_prog in egrep; do
4663 for ac_exec_ext in '' $ac_executable_extensions; do
4664 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4665 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4666 # Check for GNU ac_path_EGREP and select it if it is found.
4667 # Check for GNU $ac_path_EGREP
4668 case `"$ac_path_EGREP" --version 2>&1` in
4669 *GNU*)
4670 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4672 ac_count=0
4673 $as_echo_n 0123456789 >"conftest.in"
4674 while :
4676 cat "conftest.in" "conftest.in" >"conftest.tmp"
4677 mv "conftest.tmp" "conftest.in"
4678 cp "conftest.in" "conftest.nl"
4679 $as_echo 'EGREP' >> "conftest.nl"
4680 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4681 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4682 as_fn_arith $ac_count + 1 && ac_count=$as_val
4683 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4684 # Best one so far, save it but keep looking for a better one
4685 ac_cv_path_EGREP="$ac_path_EGREP"
4686 ac_path_EGREP_max=$ac_count
4688 # 10*(2^10) chars as input seems more than enough
4689 test $ac_count -gt 10 && break
4690 done
4691 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4692 esac
4694 $ac_path_EGREP_found && break 3
4695 done
4696 done
4697 done
4698 IFS=$as_save_IFS
4699 if test -z "$ac_cv_path_EGREP"; then
4700 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4702 else
4703 ac_cv_path_EGREP=$EGREP
4708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4709 $as_echo "$ac_cv_path_EGREP" >&6; }
4710 EGREP="$ac_cv_path_EGREP"
4713 # Extract the first word of "ldconfig", so it can be a program name with args.
4714 set dummy ldconfig; ac_word=$2
4715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4716 $as_echo_n "checking for $ac_word... " >&6; }
4717 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4718 $as_echo_n "(cached) " >&6
4719 else
4720 case $LDCONFIG in
4721 [\\/]* | ?:[\\/]*)
4722 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4726 for as_dir in /sbin /usr/sbin $PATH
4728 IFS=$as_save_IFS
4729 test -z "$as_dir" && as_dir=.
4730 for ac_exec_ext in '' $ac_executable_extensions; do
4731 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4732 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4734 break 2
4736 done
4737 done
4738 IFS=$as_save_IFS
4740 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4742 esac
4744 LDCONFIG=$ac_cv_path_LDCONFIG
4745 if test -n "$LDCONFIG"; then
4746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4747 $as_echo "$LDCONFIG" >&6; }
4748 else
4749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4750 $as_echo "no" >&6; }
4754 # Find a good install program. We prefer a C program (faster),
4755 # so one script is as good as another. But avoid the broken or
4756 # incompatible versions:
4757 # SysV /etc/install, /usr/sbin/install
4758 # SunOS /usr/etc/install
4759 # IRIX /sbin/install
4760 # AIX /bin/install
4761 # AmigaOS /C/install, which installs bootblocks on floppy discs
4762 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4763 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4764 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4765 # OS/2's system install, which has a completely different semantic
4766 # ./install, which can be erroneously created by make from ./install.sh.
4767 # Reject install programs that cannot install multiple files.
4768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4769 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4770 if test -z "$INSTALL"; then
4771 if test "${ac_cv_path_install+set}" = set; then :
4772 $as_echo_n "(cached) " >&6
4773 else
4774 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4775 for as_dir in $PATH
4777 IFS=$as_save_IFS
4778 test -z "$as_dir" && as_dir=.
4779 # Account for people who put trailing slashes in PATH elements.
4780 case $as_dir/ in #((
4781 ./ | .// | /[cC]/* | \
4782 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4783 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4784 /usr/ucb/* ) ;;
4786 # OSF1 and SCO ODT 3.0 have their own names for install.
4787 # Don't use installbsd from OSF since it installs stuff as root
4788 # by default.
4789 for ac_prog in ginstall scoinst install; do
4790 for ac_exec_ext in '' $ac_executable_extensions; do
4791 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4792 if test $ac_prog = install &&
4793 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4794 # AIX install. It has an incompatible calling convention.
4796 elif test $ac_prog = install &&
4797 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4798 # program-specific install script used by HP pwplus--don't use.
4800 else
4801 rm -rf conftest.one conftest.two conftest.dir
4802 echo one > conftest.one
4803 echo two > conftest.two
4804 mkdir conftest.dir
4805 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4806 test -s conftest.one && test -s conftest.two &&
4807 test -s conftest.dir/conftest.one &&
4808 test -s conftest.dir/conftest.two
4809 then
4810 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4811 break 3
4815 done
4816 done
4818 esac
4820 done
4821 IFS=$as_save_IFS
4823 rm -rf conftest.one conftest.two conftest.dir
4826 if test "${ac_cv_path_install+set}" = set; then
4827 INSTALL=$ac_cv_path_install
4828 else
4829 # As a last resort, use the slow shell script. Don't cache a
4830 # value for INSTALL within a source directory, because that will
4831 # break other packages using the cache if that directory is
4832 # removed, or if the value is a relative name.
4833 INSTALL=$ac_install_sh
4836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4837 $as_echo "$INSTALL" >&6; }
4839 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4840 # It thinks the first close brace ends the variable substitution.
4841 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4843 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4845 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4847 case "$INSTALL" in
4848 [\\/$]* | ?:[\\/]* ) ;;
4849 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4850 esac
4852 for ac_prog in lclint lint
4854 # Extract the first word of "$ac_prog", so it can be a program name with args.
4855 set dummy $ac_prog; ac_word=$2
4856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4857 $as_echo_n "checking for $ac_word... " >&6; }
4858 if test "${ac_cv_prog_LINT+set}" = set; then :
4859 $as_echo_n "(cached) " >&6
4860 else
4861 if test -n "$LINT"; then
4862 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4863 else
4864 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4865 for as_dir in $PATH
4867 IFS=$as_save_IFS
4868 test -z "$as_dir" && as_dir=.
4869 for ac_exec_ext in '' $ac_executable_extensions; do
4870 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4871 ac_cv_prog_LINT="$ac_prog"
4872 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4873 break 2
4875 done
4876 done
4877 IFS=$as_save_IFS
4881 LINT=$ac_cv_prog_LINT
4882 if test -n "$LINT"; then
4883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4884 $as_echo "$LINT" >&6; }
4885 else
4886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4887 $as_echo "no" >&6; }
4891 test -n "$LINT" && break
4892 done
4894 if test "$LINT" = "lint"
4895 then
4896 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4901 for ac_prog in fontforge
4903 # Extract the first word of "$ac_prog", so it can be a program name with args.
4904 set dummy $ac_prog; ac_word=$2
4905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4906 $as_echo_n "checking for $ac_word... " >&6; }
4907 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4908 $as_echo_n "(cached) " >&6
4909 else
4910 if test -n "$FONTFORGE"; then
4911 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4912 else
4913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4914 for as_dir in $PATH
4916 IFS=$as_save_IFS
4917 test -z "$as_dir" && as_dir=.
4918 for ac_exec_ext in '' $ac_executable_extensions; do
4919 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4920 ac_cv_prog_FONTFORGE="$ac_prog"
4921 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4922 break 2
4924 done
4925 done
4926 IFS=$as_save_IFS
4930 FONTFORGE=$ac_cv_prog_FONTFORGE
4931 if test -n "$FONTFORGE"; then
4932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4933 $as_echo "$FONTFORGE" >&6; }
4934 else
4935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4936 $as_echo "no" >&6; }
4940 test -n "$FONTFORGE" && break
4941 done
4942 test -n "$FONTFORGE" || FONTFORGE="false"
4944 for ac_prog in pkg-config
4946 # Extract the first word of "$ac_prog", so it can be a program name with args.
4947 set dummy $ac_prog; ac_word=$2
4948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4949 $as_echo_n "checking for $ac_word... " >&6; }
4950 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4951 $as_echo_n "(cached) " >&6
4952 else
4953 if test -n "$PKG_CONFIG"; then
4954 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4955 else
4956 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4957 for as_dir in $PATH
4959 IFS=$as_save_IFS
4960 test -z "$as_dir" && as_dir=.
4961 for ac_exec_ext in '' $ac_executable_extensions; do
4962 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4963 ac_cv_prog_PKG_CONFIG="$ac_prog"
4964 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4965 break 2
4967 done
4968 done
4969 IFS=$as_save_IFS
4973 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4974 if test -n "$PKG_CONFIG"; then
4975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4976 $as_echo "$PKG_CONFIG" >&6; }
4977 else
4978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4979 $as_echo "no" >&6; }
4983 test -n "$PKG_CONFIG" && break
4984 done
4985 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4987 for ac_prog in rsvg
4989 # Extract the first word of "$ac_prog", so it can be a program name with args.
4990 set dummy $ac_prog; ac_word=$2
4991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4992 $as_echo_n "checking for $ac_word... " >&6; }
4993 if test "${ac_cv_prog_RSVG+set}" = set; then :
4994 $as_echo_n "(cached) " >&6
4995 else
4996 if test -n "$RSVG"; then
4997 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4998 else
4999 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5000 for as_dir in $PATH
5002 IFS=$as_save_IFS
5003 test -z "$as_dir" && as_dir=.
5004 for ac_exec_ext in '' $ac_executable_extensions; do
5005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5006 ac_cv_prog_RSVG="$ac_prog"
5007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5008 break 2
5010 done
5011 done
5012 IFS=$as_save_IFS
5016 RSVG=$ac_cv_prog_RSVG
5017 if test -n "$RSVG"; then
5018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5019 $as_echo "$RSVG" >&6; }
5020 else
5021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5022 $as_echo "no" >&6; }
5026 test -n "$RSVG" && break
5027 done
5028 test -n "$RSVG" || RSVG="false"
5030 for ac_prog in icotool
5032 # Extract the first word of "$ac_prog", so it can be a program name with args.
5033 set dummy $ac_prog; ac_word=$2
5034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5035 $as_echo_n "checking for $ac_word... " >&6; }
5036 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5037 $as_echo_n "(cached) " >&6
5038 else
5039 if test -n "$ICOTOOL"; then
5040 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5041 else
5042 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5043 for as_dir in $PATH
5045 IFS=$as_save_IFS
5046 test -z "$as_dir" && as_dir=.
5047 for ac_exec_ext in '' $ac_executable_extensions; do
5048 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5049 ac_cv_prog_ICOTOOL="$ac_prog"
5050 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5051 break 2
5053 done
5054 done
5055 IFS=$as_save_IFS
5059 ICOTOOL=$ac_cv_prog_ICOTOOL
5060 if test -n "$ICOTOOL"; then
5061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5062 $as_echo "$ICOTOOL" >&6; }
5063 else
5064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5065 $as_echo "no" >&6; }
5069 test -n "$ICOTOOL" && break
5070 done
5071 test -n "$ICOTOOL" || ICOTOOL="false"
5074 if test "${enable_maintainer_mode+set}" = set
5075 then
5076 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5077 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5078 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5081 case $host_cpu in
5082 *i[3456789]86*)
5083 # Extract the first word of "prelink", so it can be a program name with args.
5084 set dummy prelink; ac_word=$2
5085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5086 $as_echo_n "checking for $ac_word... " >&6; }
5087 if test "${ac_cv_path_PRELINK+set}" = set; then :
5088 $as_echo_n "(cached) " >&6
5089 else
5090 case $PRELINK in
5091 [\\/]* | ?:[\\/]*)
5092 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5095 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5096 for as_dir in /sbin /usr/sbin $PATH
5098 IFS=$as_save_IFS
5099 test -z "$as_dir" && as_dir=.
5100 for ac_exec_ext in '' $ac_executable_extensions; do
5101 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5102 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5103 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5104 break 2
5106 done
5107 done
5108 IFS=$as_save_IFS
5110 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5112 esac
5114 PRELINK=$ac_cv_path_PRELINK
5115 if test -n "$PRELINK"; then
5116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5117 $as_echo "$PRELINK" >&6; }
5118 else
5119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5120 $as_echo "no" >&6; }
5125 esac
5128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5129 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5130 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5131 $as_echo_n "(cached) " >&6
5132 else
5133 ac_check_lib_save_LIBS=$LIBS
5134 LIBS="-li386 $LIBS"
5135 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5136 /* end confdefs.h. */
5138 /* Override any GCC internal prototype to avoid an error.
5139 Use char because int might match the return type of a GCC
5140 builtin and then its argument prototype would still apply. */
5141 #ifdef __cplusplus
5142 extern "C"
5143 #endif
5144 char i386_set_ldt ();
5146 main ()
5148 return i386_set_ldt ();
5150 return 0;
5152 _ACEOF
5153 if ac_fn_c_try_link "$LINENO"; then :
5154 ac_cv_lib_i386_i386_set_ldt=yes
5155 else
5156 ac_cv_lib_i386_i386_set_ldt=no
5158 rm -f core conftest.err conftest.$ac_objext \
5159 conftest$ac_exeext conftest.$ac_ext
5160 LIBS=$ac_check_lib_save_LIBS
5162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5163 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5164 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5165 cat >>confdefs.h <<_ACEOF
5166 #define HAVE_LIBI386 1
5167 _ACEOF
5169 LIBS="-li386 $LIBS"
5173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5174 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5175 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5176 $as_echo_n "(cached) " >&6
5177 else
5178 ac_check_lib_save_LIBS=$LIBS
5179 LIBS="-lossaudio $LIBS"
5180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5181 /* end confdefs.h. */
5183 /* Override any GCC internal prototype to avoid an error.
5184 Use char because int might match the return type of a GCC
5185 builtin and then its argument prototype would still apply. */
5186 #ifdef __cplusplus
5187 extern "C"
5188 #endif
5189 char _oss_ioctl ();
5191 main ()
5193 return _oss_ioctl ();
5195 return 0;
5197 _ACEOF
5198 if ac_fn_c_try_link "$LINENO"; then :
5199 ac_cv_lib_ossaudio__oss_ioctl=yes
5200 else
5201 ac_cv_lib_ossaudio__oss_ioctl=no
5203 rm -f core conftest.err conftest.$ac_objext \
5204 conftest$ac_exeext conftest.$ac_ext
5205 LIBS=$ac_check_lib_save_LIBS
5207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5208 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5209 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5210 cat >>confdefs.h <<_ACEOF
5211 #define HAVE_LIBOSSAUDIO 1
5212 _ACEOF
5214 LIBS="-lossaudio $LIBS"
5219 XLIB=""
5221 OPENGL_LIBS=""
5225 # Check whether --enable-largefile was given.
5226 if test "${enable_largefile+set}" = set; then :
5227 enableval=$enable_largefile;
5230 if test "$enable_largefile" != no; then
5232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5233 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5234 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5235 $as_echo_n "(cached) " >&6
5236 else
5237 ac_cv_sys_largefile_CC=no
5238 if test "$GCC" != yes; then
5239 ac_save_CC=$CC
5240 while :; do
5241 # IRIX 6.2 and later do not support large files by default,
5242 # so use the C compiler's -n32 option if that helps.
5243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5244 /* end confdefs.h. */
5245 #include <sys/types.h>
5246 /* Check that off_t can represent 2**63 - 1 correctly.
5247 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5248 since some C++ compilers masquerading as C compilers
5249 incorrectly reject 9223372036854775807. */
5250 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5251 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5252 && LARGE_OFF_T % 2147483647 == 1)
5253 ? 1 : -1];
5255 main ()
5259 return 0;
5261 _ACEOF
5262 if ac_fn_c_try_compile "$LINENO"; then :
5263 break
5265 rm -f core conftest.err conftest.$ac_objext
5266 CC="$CC -n32"
5267 if ac_fn_c_try_compile "$LINENO"; then :
5268 ac_cv_sys_largefile_CC=' -n32'; break
5270 rm -f core conftest.err conftest.$ac_objext
5271 break
5272 done
5273 CC=$ac_save_CC
5274 rm -f conftest.$ac_ext
5277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5278 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5279 if test "$ac_cv_sys_largefile_CC" != no; then
5280 CC=$CC$ac_cv_sys_largefile_CC
5283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5284 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5285 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5286 $as_echo_n "(cached) " >&6
5287 else
5288 while :; do
5289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5290 /* end confdefs.h. */
5291 #include <sys/types.h>
5292 /* Check that off_t can represent 2**63 - 1 correctly.
5293 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5294 since some C++ compilers masquerading as C compilers
5295 incorrectly reject 9223372036854775807. */
5296 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5297 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5298 && LARGE_OFF_T % 2147483647 == 1)
5299 ? 1 : -1];
5301 main ()
5305 return 0;
5307 _ACEOF
5308 if ac_fn_c_try_compile "$LINENO"; then :
5309 ac_cv_sys_file_offset_bits=no; break
5311 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5313 /* end confdefs.h. */
5314 #define _FILE_OFFSET_BITS 64
5315 #include <sys/types.h>
5316 /* Check that off_t can represent 2**63 - 1 correctly.
5317 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5318 since some C++ compilers masquerading as C compilers
5319 incorrectly reject 9223372036854775807. */
5320 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5321 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5322 && LARGE_OFF_T % 2147483647 == 1)
5323 ? 1 : -1];
5325 main ()
5329 return 0;
5331 _ACEOF
5332 if ac_fn_c_try_compile "$LINENO"; then :
5333 ac_cv_sys_file_offset_bits=64; break
5335 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5336 ac_cv_sys_file_offset_bits=unknown
5337 break
5338 done
5340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5341 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5342 case $ac_cv_sys_file_offset_bits in #(
5343 no | unknown) ;;
5345 cat >>confdefs.h <<_ACEOF
5346 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5347 _ACEOF
5349 esac
5350 rm -rf conftest*
5351 if test $ac_cv_sys_file_offset_bits = unknown; then
5352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5353 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5354 if test "${ac_cv_sys_large_files+set}" = set; then :
5355 $as_echo_n "(cached) " >&6
5356 else
5357 while :; do
5358 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5359 /* end confdefs.h. */
5360 #include <sys/types.h>
5361 /* Check that off_t can represent 2**63 - 1 correctly.
5362 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5363 since some C++ compilers masquerading as C compilers
5364 incorrectly reject 9223372036854775807. */
5365 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5366 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5367 && LARGE_OFF_T % 2147483647 == 1)
5368 ? 1 : -1];
5370 main ()
5374 return 0;
5376 _ACEOF
5377 if ac_fn_c_try_compile "$LINENO"; then :
5378 ac_cv_sys_large_files=no; break
5380 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5382 /* end confdefs.h. */
5383 #define _LARGE_FILES 1
5384 #include <sys/types.h>
5385 /* Check that off_t can represent 2**63 - 1 correctly.
5386 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5387 since some C++ compilers masquerading as C compilers
5388 incorrectly reject 9223372036854775807. */
5389 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5390 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5391 && LARGE_OFF_T % 2147483647 == 1)
5392 ? 1 : -1];
5394 main ()
5398 return 0;
5400 _ACEOF
5401 if ac_fn_c_try_compile "$LINENO"; then :
5402 ac_cv_sys_large_files=1; break
5404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5405 ac_cv_sys_large_files=unknown
5406 break
5407 done
5409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5410 $as_echo "$ac_cv_sys_large_files" >&6; }
5411 case $ac_cv_sys_large_files in #(
5412 no | unknown) ;;
5414 cat >>confdefs.h <<_ACEOF
5415 #define _LARGE_FILES $ac_cv_sys_large_files
5416 _ACEOF
5418 esac
5419 rm -rf conftest*
5424 ac_ext=c
5425 ac_cpp='$CPP $CPPFLAGS'
5426 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5427 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5428 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5430 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5431 # On Suns, sometimes $CPP names a directory.
5432 if test -n "$CPP" && test -d "$CPP"; then
5433 CPP=
5435 if test -z "$CPP"; then
5436 if test "${ac_cv_prog_CPP+set}" = set; then :
5437 $as_echo_n "(cached) " >&6
5438 else
5439 # Double quotes because CPP needs to be expanded
5440 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5442 ac_preproc_ok=false
5443 for ac_c_preproc_warn_flag in '' yes
5445 # Use a header file that comes with gcc, so configuring glibc
5446 # with a fresh cross-compiler works.
5447 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5448 # <limits.h> exists even on freestanding compilers.
5449 # On the NeXT, cc -E runs the code through the compiler's parser,
5450 # not just through cpp. "Syntax error" is here to catch this case.
5451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5452 /* end confdefs.h. */
5453 #ifdef __STDC__
5454 # include <limits.h>
5455 #else
5456 # include <assert.h>
5457 #endif
5458 Syntax error
5459 _ACEOF
5460 if ac_fn_c_try_cpp "$LINENO"; then :
5462 else
5463 # Broken: fails on valid input.
5464 continue
5466 rm -f conftest.err conftest.$ac_ext
5468 # OK, works on sane cases. Now check whether nonexistent headers
5469 # can be detected and how.
5470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5471 /* end confdefs.h. */
5472 #include <ac_nonexistent.h>
5473 _ACEOF
5474 if ac_fn_c_try_cpp "$LINENO"; then :
5475 # Broken: success on invalid input.
5476 continue
5477 else
5478 # Passes both tests.
5479 ac_preproc_ok=:
5480 break
5482 rm -f conftest.err conftest.$ac_ext
5484 done
5485 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5486 rm -f conftest.err conftest.$ac_ext
5487 if $ac_preproc_ok; then :
5488 break
5491 done
5492 ac_cv_prog_CPP=$CPP
5495 CPP=$ac_cv_prog_CPP
5496 else
5497 ac_cv_prog_CPP=$CPP
5499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5500 $as_echo "$CPP" >&6; }
5501 ac_preproc_ok=false
5502 for ac_c_preproc_warn_flag in '' yes
5504 # Use a header file that comes with gcc, so configuring glibc
5505 # with a fresh cross-compiler works.
5506 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5507 # <limits.h> exists even on freestanding compilers.
5508 # On the NeXT, cc -E runs the code through the compiler's parser,
5509 # not just through cpp. "Syntax error" is here to catch this case.
5510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5511 /* end confdefs.h. */
5512 #ifdef __STDC__
5513 # include <limits.h>
5514 #else
5515 # include <assert.h>
5516 #endif
5517 Syntax error
5518 _ACEOF
5519 if ac_fn_c_try_cpp "$LINENO"; then :
5521 else
5522 # Broken: fails on valid input.
5523 continue
5525 rm -f conftest.err conftest.$ac_ext
5527 # OK, works on sane cases. Now check whether nonexistent headers
5528 # can be detected and how.
5529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5530 /* end confdefs.h. */
5531 #include <ac_nonexistent.h>
5532 _ACEOF
5533 if ac_fn_c_try_cpp "$LINENO"; then :
5534 # Broken: success on invalid input.
5535 continue
5536 else
5537 # Passes both tests.
5538 ac_preproc_ok=:
5539 break
5541 rm -f conftest.err conftest.$ac_ext
5543 done
5544 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5545 rm -f conftest.err conftest.$ac_ext
5546 if $ac_preproc_ok; then :
5548 else
5549 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5550 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5551 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5552 See \`config.log' for more details." "$LINENO" 5; }
5555 ac_ext=c
5556 ac_cpp='$CPP $CPPFLAGS'
5557 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5558 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5559 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5563 $as_echo_n "checking for ANSI C header files... " >&6; }
5564 if test "${ac_cv_header_stdc+set}" = set; then :
5565 $as_echo_n "(cached) " >&6
5566 else
5567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5568 /* end confdefs.h. */
5569 #include <stdlib.h>
5570 #include <stdarg.h>
5571 #include <string.h>
5572 #include <float.h>
5575 main ()
5579 return 0;
5581 _ACEOF
5582 if ac_fn_c_try_compile "$LINENO"; then :
5583 ac_cv_header_stdc=yes
5584 else
5585 ac_cv_header_stdc=no
5587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5589 if test $ac_cv_header_stdc = yes; then
5590 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5592 /* end confdefs.h. */
5593 #include <string.h>
5595 _ACEOF
5596 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5597 $EGREP "memchr" >/dev/null 2>&1; then :
5599 else
5600 ac_cv_header_stdc=no
5602 rm -f conftest*
5606 if test $ac_cv_header_stdc = yes; then
5607 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5609 /* end confdefs.h. */
5610 #include <stdlib.h>
5612 _ACEOF
5613 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5614 $EGREP "free" >/dev/null 2>&1; then :
5616 else
5617 ac_cv_header_stdc=no
5619 rm -f conftest*
5623 if test $ac_cv_header_stdc = yes; then
5624 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5625 if test "$cross_compiling" = yes; then :
5627 else
5628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5629 /* end confdefs.h. */
5630 #include <ctype.h>
5631 #include <stdlib.h>
5632 #if ((' ' & 0x0FF) == 0x020)
5633 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5634 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5635 #else
5636 # define ISLOWER(c) \
5637 (('a' <= (c) && (c) <= 'i') \
5638 || ('j' <= (c) && (c) <= 'r') \
5639 || ('s' <= (c) && (c) <= 'z'))
5640 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5641 #endif
5643 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5645 main ()
5647 int i;
5648 for (i = 0; i < 256; i++)
5649 if (XOR (islower (i), ISLOWER (i))
5650 || toupper (i) != TOUPPER (i))
5651 return 2;
5652 return 0;
5654 _ACEOF
5655 if ac_fn_c_try_run "$LINENO"; then :
5657 else
5658 ac_cv_header_stdc=no
5660 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5661 conftest.$ac_objext conftest.beam conftest.$ac_ext
5666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5667 $as_echo "$ac_cv_header_stdc" >&6; }
5668 if test $ac_cv_header_stdc = yes; then
5670 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5674 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5675 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5676 inttypes.h stdint.h unistd.h
5677 do :
5678 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5679 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5681 eval as_val=\$$as_ac_Header
5682 if test "x$as_val" = x""yes; then :
5683 cat >>confdefs.h <<_ACEOF
5684 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5685 _ACEOF
5689 done
5692 for ac_header in \
5693 AL/al.h \
5694 AudioUnit/AudioUnit.h \
5695 Carbon/Carbon.h \
5696 CoreAudio/CoreAudio.h \
5697 DiskArbitration/DiskArbitration.h \
5698 IOKit/IOKitLib.h \
5699 IOKit/hid/IOHIDLib.h \
5700 OpenAL/al.h \
5701 alias.h \
5702 alsa/asoundlib.h \
5703 arpa/inet.h \
5704 arpa/nameser.h \
5705 asm/types.h \
5706 capi20.h \
5707 curses.h \
5708 direct.h \
5709 dirent.h \
5710 dlfcn.h \
5711 elf.h \
5712 float.h \
5713 fnmatch.h \
5714 fontconfig/fontconfig.h \
5715 getopt.h \
5716 grp.h \
5717 gsm.h \
5718 gsm/gsm.h \
5719 ieeefp.h \
5720 inet/mib2.h \
5721 io.h \
5722 jack/jack.h \
5723 jpeglib.h \
5724 kstat.h \
5725 lber.h \
5726 lcms.h \
5727 lcms/lcms.h \
5728 ldap.h \
5729 libaudioio.h \
5730 link.h \
5731 linux/cdrom.h \
5732 linux/compiler.h \
5733 linux/hdreg.h \
5734 linux/input.h \
5735 linux/ioctl.h \
5736 linux/joystick.h \
5737 linux/major.h \
5738 linux/param.h \
5739 linux/serial.h \
5740 linux/types.h \
5741 linux/ucdrom.h \
5742 mach-o/nlist.h \
5743 mach/mach.h \
5744 mach/machine.h \
5745 machine/cpu.h \
5746 machine/limits.h \
5747 machine/soundcard.h \
5748 mntent.h \
5749 mpg123.h \
5750 ncurses.h \
5751 netdb.h \
5752 netinet/in.h \
5753 netinet/in_systm.h \
5754 netinet/tcp.h \
5755 netinet/tcp_fsm.h \
5756 openssl/err.h \
5757 openssl/ssl.h \
5758 png.h \
5759 poll.h \
5760 port.h \
5761 process.h \
5762 pthread.h \
5763 pwd.h \
5764 regex.h \
5765 sched.h \
5766 scsi/scsi.h \
5767 scsi/scsi_ioctl.h \
5768 scsi/sg.h \
5769 soundcard.h \
5770 stdbool.h \
5771 stdint.h \
5772 strings.h \
5773 stropts.h \
5774 sys/asoundlib.h \
5775 sys/cdio.h \
5776 sys/elf32.h \
5777 sys/epoll.h \
5778 sys/errno.h \
5779 sys/event.h \
5780 sys/exec_elf.h \
5781 sys/filio.h \
5782 sys/inotify.h \
5783 sys/ioctl.h \
5784 sys/ipc.h \
5785 sys/limits.h \
5786 sys/link.h \
5787 sys/mman.h \
5788 sys/modem.h \
5789 sys/msg.h \
5790 sys/mtio.h \
5791 sys/param.h \
5792 sys/poll.h \
5793 sys/prctl.h \
5794 sys/protosw.h \
5795 sys/ptrace.h \
5796 sys/resource.h \
5797 sys/scsiio.h \
5798 sys/shm.h \
5799 sys/signal.h \
5800 sys/socket.h \
5801 sys/socketvar.h \
5802 sys/sockio.h \
5803 sys/soundcard.h \
5804 sys/statvfs.h \
5805 sys/strtio.h \
5806 sys/syscall.h \
5807 sys/tihdr.h \
5808 sys/time.h \
5809 sys/timeout.h \
5810 sys/times.h \
5811 sys/uio.h \
5812 sys/un.h \
5813 sys/utsname.h \
5814 sys/vm86.h \
5815 sys/wait.h \
5816 syscall.h \
5817 termios.h \
5818 unistd.h \
5819 utime.h \
5820 valgrind/memcheck.h \
5821 valgrind/valgrind.h \
5822 zlib.h
5824 do :
5825 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5826 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5827 eval as_val=\$$as_ac_Header
5828 if test "x$as_val" = x""yes; then :
5829 cat >>confdefs.h <<_ACEOF
5830 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5831 _ACEOF
5835 done
5837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5838 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5839 if test "${ac_cv_header_stat_broken+set}" = set; then :
5840 $as_echo_n "(cached) " >&6
5841 else
5842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5843 /* end confdefs.h. */
5844 #include <sys/types.h>
5845 #include <sys/stat.h>
5847 #if defined S_ISBLK && defined S_IFDIR
5848 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5849 #endif
5851 #if defined S_ISBLK && defined S_IFCHR
5852 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5853 #endif
5855 #if defined S_ISLNK && defined S_IFREG
5856 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5857 #endif
5859 #if defined S_ISSOCK && defined S_IFREG
5860 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5861 #endif
5863 _ACEOF
5864 if ac_fn_c_try_compile "$LINENO"; then :
5865 ac_cv_header_stat_broken=no
5866 else
5867 ac_cv_header_stat_broken=yes
5869 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5872 $as_echo "$ac_cv_header_stat_broken" >&6; }
5873 if test $ac_cv_header_stat_broken = yes; then
5875 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5881 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5882 do :
5883 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5884 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5885 #ifdef HAVE_SYS_PARAM_H
5886 # include <sys/param.h>
5887 #endif
5889 eval as_val=\$$as_ac_Header
5890 if test "x$as_val" = x""yes; then :
5891 cat >>confdefs.h <<_ACEOF
5892 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5893 _ACEOF
5897 done
5900 for ac_header in \
5901 netinet/ip.h \
5902 net/if.h \
5903 net/if_arp.h \
5904 net/if_dl.h \
5905 net/if_types.h \
5906 net/route.h \
5907 netinet/if_ether.h \
5908 netinet/if_inarp.h \
5909 netinet/in_pcb.h \
5910 netinet/ip_icmp.h \
5911 netinet/ip_var.h \
5912 netinet/udp.h \
5913 netipx/ipx.h \
5915 do :
5916 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5917 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5918 #ifdef HAVE_SYS_SOCKET_H
5919 # include <sys/socket.h>
5920 #endif
5921 #ifdef HAVE_SYS_SOCKETVAR_H
5922 # include <sys/socketvar.h>
5923 #endif
5924 #ifdef HAVE_NET_ROUTE_H
5925 # include <net/route.h>
5926 #endif
5927 #ifdef HAVE_NETINET_IN_H
5928 # include <netinet/in.h>
5929 #endif
5930 #ifdef HAVE_NETINET_IN_SYSTM_H
5931 # include <netinet/in_systm.h>
5932 #endif
5933 #ifdef HAVE_NET_IF_H
5934 # include <net/if.h>
5935 #endif
5936 #ifdef HAVE_NETINET_IP_H
5937 # include <netinet/ip.h>
5938 #endif
5940 eval as_val=\$$as_ac_Header
5941 if test "x$as_val" = x""yes; then :
5942 cat >>confdefs.h <<_ACEOF
5943 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5944 _ACEOF
5948 done
5951 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5952 do :
5953 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5954 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5955 #ifdef HAVE_ALIAS_H
5956 # include <alias.h>
5957 #endif
5958 #ifdef HAVE_SYS_SOCKET_H
5959 # include <sys/socket.h>
5960 #endif
5961 #ifdef HAVE_SYS_SOCKETVAR_H
5962 # include <sys/socketvar.h>
5963 #endif
5964 #ifdef HAVE_SYS_TIMEOUT_H
5965 # include <sys/timeout.h>
5966 #endif
5967 #ifdef HAVE_NETINET_IN_H
5968 # include <netinet/in.h>
5969 #endif
5970 #ifdef HAVE_NETINET_IN_SYSTM_H
5971 # include <netinet/in_systm.h>
5972 #endif
5973 #ifdef HAVE_NETINET_IP_H
5974 # include <netinet/ip.h>
5975 #endif
5976 #ifdef HAVE_NETINET_IP_VAR_H
5977 # include <netinet/ip_var.h>
5978 #endif
5979 #ifdef HAVE_NETINET_IP_ICMP_H
5980 # include <netinet/ip_icmp.h>
5981 #endif
5982 #ifdef HAVE_NETINET_UDP_H
5983 # include <netinet/udp.h>
5984 #endif
5985 #ifdef HAVE_NETINET_TCP_H
5986 # include <netinet/tcp.h>
5987 #endif
5988 #ifdef HAVE_NETINET_TCP_TIMER_H
5989 #include <netinet/tcp_timer.h>
5990 #endif
5992 eval as_val=\$$as_ac_Header
5993 if test "x$as_val" = x""yes; then :
5994 cat >>confdefs.h <<_ACEOF
5995 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5996 _ACEOF
6000 done
6003 for ac_header in linux/ipx.h linux/irda.h
6004 do :
6005 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6006 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6007 #ifdef HAVE_ASM_TYPES_H
6008 # include <asm/types.h>
6009 #endif
6010 #ifdef HAVE_SYS_SOCKET_H
6011 # include <sys/socket.h>
6012 #endif
6013 #ifdef HAVE_LINUX_TYPES_H
6014 # include <linux/types.h>
6015 #endif
6017 eval as_val=\$$as_ac_Header
6018 if test "x$as_val" = x""yes; then :
6019 cat >>confdefs.h <<_ACEOF
6020 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6021 _ACEOF
6025 done
6028 for ac_header in mach-o/dyld_images.h
6029 do :
6030 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6031 # include <stdbool.h>
6032 #endif
6033 #ifdef HAVE_STDINT_H
6034 # include <stdint.h>
6035 #endif
6037 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6038 cat >>confdefs.h <<_ACEOF
6039 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6040 _ACEOF
6044 done
6047 for ac_header in resolv.h
6048 do :
6049 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6050 #ifdef HAVE_SYS_SOCKET_H
6051 # include <sys/socket.h>
6052 #endif
6053 #ifdef HAVE_NETINET_IN_H
6054 # include <netinet/in.h>
6055 #endif
6056 #ifdef HAVE_ARPA_NAMESER_H
6057 # include <arpa/nameser.h>
6058 #endif
6060 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6061 cat >>confdefs.h <<_ACEOF
6062 #define HAVE_RESOLV_H 1
6063 _ACEOF
6067 done
6070 for ac_header in ucontext.h
6071 do :
6072 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6074 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6075 cat >>confdefs.h <<_ACEOF
6076 #define HAVE_UCONTEXT_H 1
6077 _ACEOF
6081 done
6084 for ac_header in sys/thr.h
6085 do :
6086 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6087 #ifdef HAVE_UCONTEXT_H
6088 #include <ucontext.h>
6089 #endif
6091 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6092 cat >>confdefs.h <<_ACEOF
6093 #define HAVE_SYS_THR_H 1
6094 _ACEOF
6098 done
6101 for ac_header in pthread_np.h
6102 do :
6103 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6104 #include <pthread.h>
6105 #endif
6107 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6108 cat >>confdefs.h <<_ACEOF
6109 #define HAVE_PTHREAD_NP_H 1
6110 _ACEOF
6114 done
6117 for ac_header in linux/videodev.h
6118 do :
6119 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6120 #include <sys/time.h>
6121 #endif
6122 #include <sys/types.h>
6123 #ifdef HAVE_ASM_TYPES_H
6124 #include <asm/types.h>
6125 #endif
6127 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6128 cat >>confdefs.h <<_ACEOF
6129 #define HAVE_LINUX_VIDEODEV_H 1
6130 _ACEOF
6134 done
6137 for ac_header in linux/capi.h
6138 do :
6139 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6141 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6142 cat >>confdefs.h <<_ACEOF
6143 #define HAVE_LINUX_CAPI_H 1
6144 _ACEOF
6148 done
6152 DLLEXT=""
6154 DLLFLAGS="-D_REENTRANT"
6156 LDSHARED=""
6158 LDDLLFLAGS=""
6160 LIBEXT="so"
6162 IMPLIBEXT="def"
6164 LDRPATH_INSTALL=""
6166 LDRPATH_LOCAL=""
6168 STATIC_IMPLIBEXT="def.a"
6169 # Extract the first word of "ldd", so it can be a program name with args.
6170 set dummy ldd; ac_word=$2
6171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6172 $as_echo_n "checking for $ac_word... " >&6; }
6173 if test "${ac_cv_path_LDD+set}" = set; then :
6174 $as_echo_n "(cached) " >&6
6175 else
6176 case $LDD in
6177 [\\/]* | ?:[\\/]*)
6178 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6182 as_dummy="/sbin:/usr/sbin:$PATH"
6183 for as_dir in $as_dummy
6185 IFS=$as_save_IFS
6186 test -z "$as_dir" && as_dir=.
6187 for ac_exec_ext in '' $ac_executable_extensions; do
6188 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6189 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6190 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6191 break 2
6193 done
6194 done
6195 IFS=$as_save_IFS
6197 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6199 esac
6201 LDD=$ac_cv_path_LDD
6202 if test -n "$LDD"; then
6203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6204 $as_echo "$LDD" >&6; }
6205 else
6206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6207 $as_echo "no" >&6; }
6212 case $host_os in
6213 cygwin*|mingw32*)
6214 if test -n "$ac_tool_prefix"; then
6215 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6216 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6218 $as_echo_n "checking for $ac_word... " >&6; }
6219 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6220 $as_echo_n "(cached) " >&6
6221 else
6222 if test -n "$DLLTOOL"; then
6223 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6224 else
6225 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6226 for as_dir in $PATH
6228 IFS=$as_save_IFS
6229 test -z "$as_dir" && as_dir=.
6230 for ac_exec_ext in '' $ac_executable_extensions; do
6231 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6232 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6233 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6234 break 2
6236 done
6237 done
6238 IFS=$as_save_IFS
6242 DLLTOOL=$ac_cv_prog_DLLTOOL
6243 if test -n "$DLLTOOL"; then
6244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6245 $as_echo "$DLLTOOL" >&6; }
6246 else
6247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6248 $as_echo "no" >&6; }
6253 if test -z "$ac_cv_prog_DLLTOOL"; then
6254 ac_ct_DLLTOOL=$DLLTOOL
6255 # Extract the first word of "dlltool", so it can be a program name with args.
6256 set dummy dlltool; ac_word=$2
6257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6258 $as_echo_n "checking for $ac_word... " >&6; }
6259 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6260 $as_echo_n "(cached) " >&6
6261 else
6262 if test -n "$ac_ct_DLLTOOL"; then
6263 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6264 else
6265 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6266 for as_dir in $PATH
6268 IFS=$as_save_IFS
6269 test -z "$as_dir" && as_dir=.
6270 for ac_exec_ext in '' $ac_executable_extensions; do
6271 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6272 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6273 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6274 break 2
6276 done
6277 done
6278 IFS=$as_save_IFS
6282 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6283 if test -n "$ac_ct_DLLTOOL"; then
6284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6285 $as_echo "$ac_ct_DLLTOOL" >&6; }
6286 else
6287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6288 $as_echo "no" >&6; }
6291 if test "x$ac_ct_DLLTOOL" = x; then
6292 DLLTOOL="false"
6293 else
6294 case $cross_compiling:$ac_tool_warned in
6295 yes:)
6296 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6297 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6298 ac_tool_warned=yes ;;
6299 esac
6300 DLLTOOL=$ac_ct_DLLTOOL
6302 else
6303 DLLTOOL="$ac_cv_prog_DLLTOOL"
6306 if test -n "$ac_tool_prefix"; then
6307 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6308 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6310 $as_echo_n "checking for $ac_word... " >&6; }
6311 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6312 $as_echo_n "(cached) " >&6
6313 else
6314 if test -n "$DLLWRAP"; then
6315 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6316 else
6317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6318 for as_dir in $PATH
6320 IFS=$as_save_IFS
6321 test -z "$as_dir" && as_dir=.
6322 for ac_exec_ext in '' $ac_executable_extensions; do
6323 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6324 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6325 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6326 break 2
6328 done
6329 done
6330 IFS=$as_save_IFS
6334 DLLWRAP=$ac_cv_prog_DLLWRAP
6335 if test -n "$DLLWRAP"; then
6336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6337 $as_echo "$DLLWRAP" >&6; }
6338 else
6339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6340 $as_echo "no" >&6; }
6345 if test -z "$ac_cv_prog_DLLWRAP"; then
6346 ac_ct_DLLWRAP=$DLLWRAP
6347 # Extract the first word of "dllwrap", so it can be a program name with args.
6348 set dummy dllwrap; ac_word=$2
6349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6350 $as_echo_n "checking for $ac_word... " >&6; }
6351 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6352 $as_echo_n "(cached) " >&6
6353 else
6354 if test -n "$ac_ct_DLLWRAP"; then
6355 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6356 else
6357 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6358 for as_dir in $PATH
6360 IFS=$as_save_IFS
6361 test -z "$as_dir" && as_dir=.
6362 for ac_exec_ext in '' $ac_executable_extensions; do
6363 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6364 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6365 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6366 break 2
6368 done
6369 done
6370 IFS=$as_save_IFS
6374 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6375 if test -n "$ac_ct_DLLWRAP"; then
6376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6377 $as_echo "$ac_ct_DLLWRAP" >&6; }
6378 else
6379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6380 $as_echo "no" >&6; }
6383 if test "x$ac_ct_DLLWRAP" = x; then
6384 DLLWRAP="false"
6385 else
6386 case $cross_compiling:$ac_tool_warned in
6387 yes:)
6388 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6389 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6390 ac_tool_warned=yes ;;
6391 esac
6392 DLLWRAP=$ac_ct_DLLWRAP
6394 else
6395 DLLWRAP="$ac_cv_prog_DLLWRAP"
6398 if test "$DLLWRAP" = "false"; then
6399 LIBEXT="a"
6400 else
6401 LIBEXT="dll"
6403 IMPLIBEXT="a"
6404 STATIC_IMPLIBEXT="a"
6405 enable_iphlpapi=${enable_iphlpapi:-no}
6406 enable_kernel32=${enable_kernel32:-no}
6407 enable_msvcrt=${enable_msvcrt:-no}
6408 enable_ntdll=${enable_ntdll:-no}
6409 enable_ws2_32=${enable_ws2_32:-no}
6410 enable_loader=${enable_loader:-no}
6411 enable_server=${enable_server:-no}
6412 with_x=${with_x:-no}
6413 with_pthread=${with_pthread:-no}
6415 darwin*|macosx*)
6416 DLLEXT=".so"
6417 LIBEXT="dylib"
6418 DLLFLAGS="$DLLFLAGS -fPIC"
6419 LDDLLFLAGS="-bundle -multiply_defined suppress"
6420 LIBWINE_LDFLAGS="-multiply_defined suppress"
6421 LDSHARED="\$(CC) -dynamiclib"
6422 STRIP="$STRIP -x"
6423 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6424 SECURITYLIB="-framework Security -framework CoreFoundation"
6426 COREFOUNDATIONLIB="-framework CoreFoundation"
6428 IOKITLIB="-framework IOKit -framework CoreFoundation"
6430 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6432 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6433 then
6434 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6437 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6438 then
6439 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6442 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6443 then
6444 LIBOPENAL="-framework OpenAL"
6446 ac_cv_lib_openal_alGetSource3i=yes
6448 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6449 then
6450 ac_save_LIBS="$LIBS"
6451 LIBS="$LIBS $IOKITLIB"
6452 for ac_func in IOHIDManagerCreate
6453 do :
6454 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6455 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6456 cat >>confdefs.h <<_ACEOF
6457 #define HAVE_IOHIDMANAGERCREATE 1
6458 _ACEOF
6461 done
6463 LIBS="$ac_save_LIBS"
6465 case $host_cpu in
6466 *powerpc*)
6467 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6468 esac
6469 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6470 then
6471 CARBONLIB="-framework Carbon"
6473 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6475 if test "x$enable_win16" = "xyes"
6476 then
6477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6478 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6479 if test "$cross_compiling" = yes; then :
6480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6481 $as_echo "cross-compiling, assuming yes" >&6; }
6482 else
6483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6484 /* end confdefs.h. */
6485 asm(".text\n"
6486 "bad:\tnop;nop\n"
6487 "good:\tnop;nop\n\t"
6488 ".globl _testfunc\n"
6489 "_testfunc:\tcallw good");
6490 extern void testfunc();
6492 main ()
6494 unsigned short *p = (unsigned short *)testfunc;
6495 return p[0] != 0xe866 || p[1] != 0xfffa
6497 return 0;
6499 _ACEOF
6500 if ac_fn_c_try_run "$LINENO"; then :
6501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6502 $as_echo "yes" >&6; }
6503 else
6504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6505 $as_echo "no" >&6; }
6506 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
6508 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6509 conftest.$ac_objext conftest.beam conftest.$ac_ext
6515 DLLFLAGS="$DLLFLAGS -fPIC"
6516 DLLEXT=".so"
6517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6518 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6519 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6520 $as_echo_n "(cached) " >&6
6521 else
6522 ac_wine_try_cflags_saved=$CFLAGS
6523 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6525 /* end confdefs.h. */
6526 void myfunc() {}
6527 _ACEOF
6528 if ac_fn_c_try_link "$LINENO"; then :
6529 ac_cv_c_dll_gnuelf="yes"
6530 else
6531 ac_cv_c_dll_gnuelf="no"
6533 rm -f core conftest.err conftest.$ac_objext \
6534 conftest$ac_exeext conftest.$ac_ext
6535 CFLAGS=$ac_wine_try_cflags_saved
6537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6538 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6539 if test "$ac_cv_c_dll_gnuelf" = "yes"
6540 then
6541 LDSHARED="\$(CC) -shared"
6542 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6544 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6545 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6546 $as_echo_n "(cached) " >&6
6547 else
6548 ac_wine_try_cflags_saved=$CFLAGS
6549 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6551 /* end confdefs.h. */
6552 int main(int argc, char *argv) { return 0; }
6553 _ACEOF
6554 if ac_fn_c_try_link "$LINENO"; then :
6555 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6556 else
6557 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6559 rm -f core conftest.err conftest.$ac_objext \
6560 conftest$ac_exeext conftest.$ac_ext
6561 CFLAGS=$ac_wine_try_cflags_saved
6563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6564 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6565 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6566 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6567 else
6568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6569 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6570 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6571 $as_echo_n "(cached) " >&6
6572 else
6573 ac_wine_try_cflags_saved=$CFLAGS
6574 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6576 /* end confdefs.h. */
6577 int main(int argc, char *argv) { return 0; }
6578 _ACEOF
6579 if ac_fn_c_try_link "$LINENO"; then :
6580 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6581 else
6582 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6584 rm -f core conftest.err conftest.$ac_objext \
6585 conftest$ac_exeext conftest.$ac_ext
6586 CFLAGS=$ac_wine_try_cflags_saved
6588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6589 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6590 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6591 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6596 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6597 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6598 $as_echo_n "(cached) " >&6
6599 else
6600 ac_wine_try_cflags_saved=$CFLAGS
6601 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6603 /* end confdefs.h. */
6604 int main(int argc, char *argv) { return 0; }
6605 _ACEOF
6606 if ac_fn_c_try_link "$LINENO"; then :
6607 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6608 else
6609 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6611 rm -f core conftest.err conftest.$ac_objext \
6612 conftest$ac_exeext conftest.$ac_ext
6613 CFLAGS=$ac_wine_try_cflags_saved
6615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6616 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6617 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6618 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6621 { $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
6622 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6623 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6624 $as_echo_n "(cached) " >&6
6625 else
6626 ac_wine_try_cflags_saved=$CFLAGS
6627 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6629 /* end confdefs.h. */
6630 int main(int argc, char *argv) { return 0; }
6631 _ACEOF
6632 if ac_fn_c_try_link "$LINENO"; then :
6633 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6634 else
6635 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6637 rm -f core conftest.err conftest.$ac_objext \
6638 conftest$ac_exeext conftest.$ac_ext
6639 CFLAGS=$ac_wine_try_cflags_saved
6641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6642 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6643 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6644 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6647 echo '{ global: *; };' >conftest.map
6648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6649 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6650 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6651 $as_echo_n "(cached) " >&6
6652 else
6653 ac_wine_try_cflags_saved=$CFLAGS
6654 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6656 /* end confdefs.h. */
6657 int main(int argc, char *argv) { return 0; }
6658 _ACEOF
6659 if ac_fn_c_try_link "$LINENO"; then :
6660 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6661 else
6662 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6664 rm -f core conftest.err conftest.$ac_objext \
6665 conftest$ac_exeext conftest.$ac_ext
6666 CFLAGS=$ac_wine_try_cflags_saved
6668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6669 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6670 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6671 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6673 rm -f conftest.map
6675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6676 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6677 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6678 $as_echo_n "(cached) " >&6
6679 else
6680 ac_wine_try_cflags_saved=$CFLAGS
6681 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6683 /* end confdefs.h. */
6684 int main(int argc, char *argv) { return 0; }
6685 _ACEOF
6686 if ac_fn_c_try_link "$LINENO"; then :
6687 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6688 else
6689 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6691 rm -f core conftest.err conftest.$ac_objext \
6692 conftest$ac_exeext conftest.$ac_ext
6693 CFLAGS=$ac_wine_try_cflags_saved
6695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6696 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6697 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6698 LDEXECFLAGS="-Wl,--export-dynamic"
6702 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6704 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6705 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6706 $as_echo_n "(cached) " >&6
6707 else
6708 ac_wine_try_cflags_saved=$CFLAGS
6709 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6711 /* end confdefs.h. */
6712 int main(int argc, char *argv) { return 0; }
6713 _ACEOF
6714 if ac_fn_c_try_link "$LINENO"; then :
6715 eval "$as_ac_var=yes"
6716 else
6717 eval "$as_ac_var=no"
6719 rm -f core conftest.err conftest.$ac_objext \
6720 conftest$ac_exeext conftest.$ac_ext
6721 CFLAGS=$ac_wine_try_cflags_saved
6723 eval ac_res=\$$as_ac_var
6724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6725 $as_echo "$ac_res" >&6; }
6726 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6727 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6728 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6729 else
6730 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6732 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6733 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6734 $as_echo_n "(cached) " >&6
6735 else
6736 ac_wine_try_cflags_saved=$CFLAGS
6737 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6739 /* end confdefs.h. */
6740 int main(int argc, char *argv) { return 0; }
6741 _ACEOF
6742 if ac_fn_c_try_link "$LINENO"; then :
6743 eval "$as_ac_var=yes"
6744 else
6745 eval "$as_ac_var=no"
6747 rm -f core conftest.err conftest.$ac_objext \
6748 conftest$ac_exeext conftest.$ac_ext
6749 CFLAGS=$ac_wine_try_cflags_saved
6751 eval ac_res=\$$as_ac_var
6752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6753 $as_echo "$ac_res" >&6; }
6754 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6755 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6756 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6761 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6762 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6763 $as_echo_n "(cached) " >&6
6764 else
6765 ac_wine_try_cflags_saved=$CFLAGS
6766 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6768 /* end confdefs.h. */
6769 int main(int argc, char *argv) { return 0; }
6770 _ACEOF
6771 if ac_fn_c_try_link "$LINENO"; then :
6772 ac_cv_cflags__Wl___enable_new_dtags=yes
6773 else
6774 ac_cv_cflags__Wl___enable_new_dtags=no
6776 rm -f core conftest.err conftest.$ac_objext \
6777 conftest$ac_exeext conftest.$ac_ext
6778 CFLAGS=$ac_wine_try_cflags_saved
6780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6781 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6782 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6783 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6786 case $host_cpu in
6787 *i[3456789]86* | x86_64)
6788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6789 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6790 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6791 $as_echo_n "(cached) " >&6
6792 else
6793 ac_wine_try_cflags_saved=$CFLAGS
6794 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6796 /* end confdefs.h. */
6797 int main(int argc, char *argv) { return 0; }
6798 _ACEOF
6799 if ac_fn_c_try_link "$LINENO"; then :
6800 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6801 else
6802 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6804 rm -f core conftest.err conftest.$ac_objext \
6805 conftest$ac_exeext conftest.$ac_ext
6806 CFLAGS=$ac_wine_try_cflags_saved
6808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6809 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6810 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6811 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6814 esac
6816 else
6817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6818 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6819 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6820 $as_echo_n "(cached) " >&6
6821 else
6822 ac_wine_try_cflags_saved=$CFLAGS
6823 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6825 /* end confdefs.h. */
6826 void myfunc() {}
6827 _ACEOF
6828 if ac_fn_c_try_link "$LINENO"; then :
6829 ac_cv_c_dll_unixware="yes"
6830 else
6831 ac_cv_c_dll_unixware="no"
6833 rm -f core conftest.err conftest.$ac_objext \
6834 conftest$ac_exeext conftest.$ac_ext
6835 CFLAGS=$ac_wine_try_cflags_saved
6837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6838 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6839 if test "$ac_cv_c_dll_unixware" = "yes"
6840 then
6841 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6842 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6844 else
6845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6846 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6847 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6848 $as_echo_n "(cached) " >&6
6849 else
6850 ac_wine_try_cflags_saved=$CFLAGS
6851 CFLAGS="$CFLAGS -shared"
6852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6853 /* end confdefs.h. */
6854 void myfunc() {}
6855 _ACEOF
6856 if ac_fn_c_try_link "$LINENO"; then :
6857 ac_cv_c_dll_hpux="yes"
6858 else
6859 ac_cv_c_dll_hpux="no"
6861 rm -f core conftest.err conftest.$ac_objext \
6862 conftest$ac_exeext conftest.$ac_ext
6863 CFLAGS=$ac_wine_try_cflags_saved
6865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6866 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6867 if test "$ac_cv_c_dll_hpux" = "yes"
6868 then
6869 LIBEXT="sl"
6870 DLLEXT=".sl"
6871 LDDLLFLAGS="-shared -fPIC"
6872 LDSHARED="\$(CC) -shared"
6877 esac
6879 enable_winequartz_drv=${enable_winequartz_drv:-no}
6881 if test "$LIBEXT" = "a"; then
6882 as_fn_error "could not find a way to build shared libraries.
6883 It is currently not possible to build Wine without shared library
6884 (.so) support to allow transparent switch between .so and .dll files.
6885 If you are using Linux, you will need a newer binutils.
6886 " "$LINENO" 5
6889 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6890 then
6891 case "$host_cpu" in
6892 i[3456789]86*)
6893 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 " ;;
6894 x86_64)
6895 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
6897 ac_prefix_list="" ;;
6898 esac
6899 for ac_prog in $ac_prefix_list
6901 # Extract the first word of "$ac_prog", so it can be a program name with args.
6902 set dummy $ac_prog; ac_word=$2
6903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6904 $as_echo_n "checking for $ac_word... " >&6; }
6905 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6906 $as_echo_n "(cached) " >&6
6907 else
6908 if test -n "$CROSSCC"; then
6909 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6910 else
6911 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6912 for as_dir in $PATH
6914 IFS=$as_save_IFS
6915 test -z "$as_dir" && as_dir=.
6916 for ac_exec_ext in '' $ac_executable_extensions; do
6917 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6918 ac_cv_prog_CROSSCC="$ac_prog"
6919 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6920 break 2
6922 done
6923 done
6924 IFS=$as_save_IFS
6928 CROSSCC=$ac_cv_prog_CROSSCC
6929 if test -n "$CROSSCC"; then
6930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6931 $as_echo "$CROSSCC" >&6; }
6932 else
6933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6934 $as_echo "no" >&6; }
6938 test -n "$CROSSCC" && break
6939 done
6940 test -n "$CROSSCC" || CROSSCC="false"
6942 if test "$CROSSCC" != "false"
6943 then
6944 CROSSTEST="\$(CROSSTEST)"
6946 set x $CROSSCC
6947 shift
6948 target=""
6949 while test $# -ge 1
6951 case "$1" in
6952 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6953 esac
6954 shift
6955 done
6956 if test -n "$target"
6957 then
6958 CROSSTARGET="$target"
6965 if test "$ac_cv_header_pthread_h" = "yes"
6966 then
6967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
6968 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6969 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
6970 $as_echo_n "(cached) " >&6
6971 else
6972 ac_check_lib_save_LIBS=$LIBS
6973 LIBS="-lpthread $LIBS"
6974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6975 /* end confdefs.h. */
6977 /* Override any GCC internal prototype to avoid an error.
6978 Use char because int might match the return type of a GCC
6979 builtin and then its argument prototype would still apply. */
6980 #ifdef __cplusplus
6981 extern "C"
6982 #endif
6983 char pthread_create ();
6985 main ()
6987 return pthread_create ();
6989 return 0;
6991 _ACEOF
6992 if ac_fn_c_try_link "$LINENO"; then :
6993 ac_cv_lib_pthread_pthread_create=yes
6994 else
6995 ac_cv_lib_pthread_pthread_create=no
6997 rm -f core conftest.err conftest.$ac_objext \
6998 conftest$ac_exeext conftest.$ac_ext
6999 LIBS=$ac_check_lib_save_LIBS
7001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7002 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7003 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7004 LIBPTHREAD="-lpthread"
7009 if test "x$LIBPTHREAD" = "x"; then :
7010 case "x$with_pthread" in
7011 xno) ;;
7012 *) as_fn_error "pthread ${notice_platform}development files not found.
7013 Wine cannot support threads without libpthread.
7014 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7015 esac
7019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7020 $as_echo_n "checking for X... " >&6; }
7023 # Check whether --with-x was given.
7024 if test "${with_x+set}" = set; then :
7025 withval=$with_x;
7028 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7029 if test "x$with_x" = xno; then
7030 # The user explicitly disabled X.
7031 have_x=disabled
7032 else
7033 case $x_includes,$x_libraries in #(
7034 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7035 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7036 $as_echo_n "(cached) " >&6
7037 else
7038 # One or both of the vars are not set, and there is no cached value.
7039 ac_x_includes=no ac_x_libraries=no
7040 rm -f -r conftest.dir
7041 if mkdir conftest.dir; then
7042 cd conftest.dir
7043 cat >Imakefile <<'_ACEOF'
7044 incroot:
7045 @echo incroot='${INCROOT}'
7046 usrlibdir:
7047 @echo usrlibdir='${USRLIBDIR}'
7048 libdir:
7049 @echo libdir='${LIBDIR}'
7050 _ACEOF
7051 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7052 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7053 for ac_var in incroot usrlibdir libdir; do
7054 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7055 done
7056 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7057 for ac_extension in a so sl dylib la dll; do
7058 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7059 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7060 ac_im_usrlibdir=$ac_im_libdir; break
7062 done
7063 # Screen out bogus values from the imake configuration. They are
7064 # bogus both because they are the default anyway, and because
7065 # using them would break gcc on systems where it needs fixed includes.
7066 case $ac_im_incroot in
7067 /usr/include) ac_x_includes= ;;
7068 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7069 esac
7070 case $ac_im_usrlibdir in
7071 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7072 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7073 esac
7075 cd ..
7076 rm -f -r conftest.dir
7079 # Standard set of common directories for X headers.
7080 # Check X11 before X11Rn because it is often a symlink to the current release.
7081 ac_x_header_dirs='
7082 /usr/X11/include
7083 /usr/X11R7/include
7084 /usr/X11R6/include
7085 /usr/X11R5/include
7086 /usr/X11R4/include
7088 /usr/include/X11
7089 /usr/include/X11R7
7090 /usr/include/X11R6
7091 /usr/include/X11R5
7092 /usr/include/X11R4
7094 /usr/local/X11/include
7095 /usr/local/X11R7/include
7096 /usr/local/X11R6/include
7097 /usr/local/X11R5/include
7098 /usr/local/X11R4/include
7100 /usr/local/include/X11
7101 /usr/local/include/X11R7
7102 /usr/local/include/X11R6
7103 /usr/local/include/X11R5
7104 /usr/local/include/X11R4
7106 /usr/X386/include
7107 /usr/x386/include
7108 /usr/XFree86/include/X11
7110 /usr/include
7111 /usr/local/include
7112 /usr/unsupported/include
7113 /usr/athena/include
7114 /usr/local/x11r5/include
7115 /usr/lpp/Xamples/include
7117 /usr/openwin/include
7118 /usr/openwin/share/include'
7120 if test "$ac_x_includes" = no; then
7121 # Guess where to find include files, by looking for Xlib.h.
7122 # First, try using that file with no special directory specified.
7123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7124 /* end confdefs.h. */
7125 #include <X11/Xlib.h>
7126 _ACEOF
7127 if ac_fn_c_try_cpp "$LINENO"; then :
7128 # We can compile using X headers with no special include directory.
7129 ac_x_includes=
7130 else
7131 for ac_dir in $ac_x_header_dirs; do
7132 if test -r "$ac_dir/X11/Xlib.h"; then
7133 ac_x_includes=$ac_dir
7134 break
7136 done
7138 rm -f conftest.err conftest.$ac_ext
7139 fi # $ac_x_includes = no
7141 if test "$ac_x_libraries" = no; then
7142 # Check for the libraries.
7143 # See if we find them without any special options.
7144 # Don't add to $LIBS permanently.
7145 ac_save_LIBS=$LIBS
7146 LIBS="-lX11 $LIBS"
7147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7148 /* end confdefs.h. */
7149 #include <X11/Xlib.h>
7151 main ()
7153 XrmInitialize ()
7155 return 0;
7157 _ACEOF
7158 if ac_fn_c_try_link "$LINENO"; then :
7159 LIBS=$ac_save_LIBS
7160 # We can link X programs with no special library path.
7161 ac_x_libraries=
7162 else
7163 LIBS=$ac_save_LIBS
7164 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7166 # Don't even attempt the hair of trying to link an X program!
7167 for ac_extension in a so sl dylib la dll; do
7168 if test -r "$ac_dir/libX11.$ac_extension"; then
7169 ac_x_libraries=$ac_dir
7170 break 2
7172 done
7173 done
7175 rm -f core conftest.err conftest.$ac_objext \
7176 conftest$ac_exeext conftest.$ac_ext
7177 fi # $ac_x_libraries = no
7179 case $ac_x_includes,$ac_x_libraries in #(
7180 no,* | *,no | *\'*)
7181 # Didn't find X, or a directory has "'" in its name.
7182 ac_cv_have_x="have_x=no";; #(
7184 # Record where we found X for the cache.
7185 ac_cv_have_x="have_x=yes\
7186 ac_x_includes='$ac_x_includes'\
7187 ac_x_libraries='$ac_x_libraries'"
7188 esac
7190 ;; #(
7191 *) have_x=yes;;
7192 esac
7193 eval "$ac_cv_have_x"
7194 fi # $with_x != no
7196 if test "$have_x" != yes; then
7197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7198 $as_echo "$have_x" >&6; }
7199 no_x=yes
7200 else
7201 # If each of the values was on the command line, it overrides each guess.
7202 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7203 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7204 # Update the cache value to reflect the command line values.
7205 ac_cv_have_x="have_x=yes\
7206 ac_x_includes='$x_includes'\
7207 ac_x_libraries='$x_libraries'"
7208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7209 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7212 if test "$no_x" = yes; then
7213 # Not all programs may use this symbol, but it does not hurt to define it.
7215 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7217 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7218 else
7219 if test -n "$x_includes"; then
7220 X_CFLAGS="$X_CFLAGS -I$x_includes"
7223 # It would also be nice to do this for all -L options, not just this one.
7224 if test -n "$x_libraries"; then
7225 X_LIBS="$X_LIBS -L$x_libraries"
7226 # For Solaris; some versions of Sun CC require a space after -R and
7227 # others require no space. Words are not sufficient . . . .
7228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7229 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7230 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7231 ac_xsave_c_werror_flag=$ac_c_werror_flag
7232 ac_c_werror_flag=yes
7233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7234 /* end confdefs.h. */
7237 main ()
7241 return 0;
7243 _ACEOF
7244 if ac_fn_c_try_link "$LINENO"; then :
7245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7246 $as_echo "no" >&6; }
7247 X_LIBS="$X_LIBS -R$x_libraries"
7248 else
7249 LIBS="$ac_xsave_LIBS -R $x_libraries"
7250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7251 /* end confdefs.h. */
7254 main ()
7258 return 0;
7260 _ACEOF
7261 if ac_fn_c_try_link "$LINENO"; then :
7262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7263 $as_echo "yes" >&6; }
7264 X_LIBS="$X_LIBS -R $x_libraries"
7265 else
7266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7267 $as_echo "neither works" >&6; }
7269 rm -f core conftest.err conftest.$ac_objext \
7270 conftest$ac_exeext conftest.$ac_ext
7272 rm -f core conftest.err conftest.$ac_objext \
7273 conftest$ac_exeext conftest.$ac_ext
7274 ac_c_werror_flag=$ac_xsave_c_werror_flag
7275 LIBS=$ac_xsave_LIBS
7278 # Check for system-dependent libraries X programs must link with.
7279 # Do this before checking for the system-independent R6 libraries
7280 # (-lICE), since we may need -lsocket or whatever for X linking.
7282 if test "$ISC" = yes; then
7283 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7284 else
7285 # Martyn Johnson says this is needed for Ultrix, if the X
7286 # libraries were built with DECnet support. And Karl Berry says
7287 # the Alpha needs dnet_stub (dnet does not exist).
7288 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7290 /* end confdefs.h. */
7292 /* Override any GCC internal prototype to avoid an error.
7293 Use char because int might match the return type of a GCC
7294 builtin and then its argument prototype would still apply. */
7295 #ifdef __cplusplus
7296 extern "C"
7297 #endif
7298 char XOpenDisplay ();
7300 main ()
7302 return XOpenDisplay ();
7304 return 0;
7306 _ACEOF
7307 if ac_fn_c_try_link "$LINENO"; then :
7309 else
7310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7311 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7312 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7313 $as_echo_n "(cached) " >&6
7314 else
7315 ac_check_lib_save_LIBS=$LIBS
7316 LIBS="-ldnet $LIBS"
7317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7318 /* end confdefs.h. */
7320 /* Override any GCC internal prototype to avoid an error.
7321 Use char because int might match the return type of a GCC
7322 builtin and then its argument prototype would still apply. */
7323 #ifdef __cplusplus
7324 extern "C"
7325 #endif
7326 char dnet_ntoa ();
7328 main ()
7330 return dnet_ntoa ();
7332 return 0;
7334 _ACEOF
7335 if ac_fn_c_try_link "$LINENO"; then :
7336 ac_cv_lib_dnet_dnet_ntoa=yes
7337 else
7338 ac_cv_lib_dnet_dnet_ntoa=no
7340 rm -f core conftest.err conftest.$ac_objext \
7341 conftest$ac_exeext conftest.$ac_ext
7342 LIBS=$ac_check_lib_save_LIBS
7344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7345 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7346 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7347 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7350 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7352 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7353 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7354 $as_echo_n "(cached) " >&6
7355 else
7356 ac_check_lib_save_LIBS=$LIBS
7357 LIBS="-ldnet_stub $LIBS"
7358 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7359 /* end confdefs.h. */
7361 /* Override any GCC internal prototype to avoid an error.
7362 Use char because int might match the return type of a GCC
7363 builtin and then its argument prototype would still apply. */
7364 #ifdef __cplusplus
7365 extern "C"
7366 #endif
7367 char dnet_ntoa ();
7369 main ()
7371 return dnet_ntoa ();
7373 return 0;
7375 _ACEOF
7376 if ac_fn_c_try_link "$LINENO"; then :
7377 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7378 else
7379 ac_cv_lib_dnet_stub_dnet_ntoa=no
7381 rm -f core conftest.err conftest.$ac_objext \
7382 conftest$ac_exeext conftest.$ac_ext
7383 LIBS=$ac_check_lib_save_LIBS
7385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7386 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7387 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7388 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7393 rm -f core conftest.err conftest.$ac_objext \
7394 conftest$ac_exeext conftest.$ac_ext
7395 LIBS="$ac_xsave_LIBS"
7397 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7398 # to get the SysV transport functions.
7399 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7400 # needs -lnsl.
7401 # The nsl library prevents programs from opening the X display
7402 # on Irix 5.2, according to T.E. Dickey.
7403 # The functions gethostbyname, getservbyname, and inet_addr are
7404 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7405 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7406 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7410 if test $ac_cv_func_gethostbyname = no; then
7411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7412 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7413 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7414 $as_echo_n "(cached) " >&6
7415 else
7416 ac_check_lib_save_LIBS=$LIBS
7417 LIBS="-lnsl $LIBS"
7418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7419 /* end confdefs.h. */
7421 /* Override any GCC internal prototype to avoid an error.
7422 Use char because int might match the return type of a GCC
7423 builtin and then its argument prototype would still apply. */
7424 #ifdef __cplusplus
7425 extern "C"
7426 #endif
7427 char gethostbyname ();
7429 main ()
7431 return gethostbyname ();
7433 return 0;
7435 _ACEOF
7436 if ac_fn_c_try_link "$LINENO"; then :
7437 ac_cv_lib_nsl_gethostbyname=yes
7438 else
7439 ac_cv_lib_nsl_gethostbyname=no
7441 rm -f core conftest.err conftest.$ac_objext \
7442 conftest$ac_exeext conftest.$ac_ext
7443 LIBS=$ac_check_lib_save_LIBS
7445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7446 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7447 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7448 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7451 if test $ac_cv_lib_nsl_gethostbyname = no; then
7452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7453 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7454 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7455 $as_echo_n "(cached) " >&6
7456 else
7457 ac_check_lib_save_LIBS=$LIBS
7458 LIBS="-lbsd $LIBS"
7459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7460 /* end confdefs.h. */
7462 /* Override any GCC internal prototype to avoid an error.
7463 Use char because int might match the return type of a GCC
7464 builtin and then its argument prototype would still apply. */
7465 #ifdef __cplusplus
7466 extern "C"
7467 #endif
7468 char gethostbyname ();
7470 main ()
7472 return gethostbyname ();
7474 return 0;
7476 _ACEOF
7477 if ac_fn_c_try_link "$LINENO"; then :
7478 ac_cv_lib_bsd_gethostbyname=yes
7479 else
7480 ac_cv_lib_bsd_gethostbyname=no
7482 rm -f core conftest.err conftest.$ac_objext \
7483 conftest$ac_exeext conftest.$ac_ext
7484 LIBS=$ac_check_lib_save_LIBS
7486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7487 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7488 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7489 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7495 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7496 # socket/setsockopt and other routines are undefined under SCO ODT
7497 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7498 # on later versions), says Simon Leinen: it contains gethostby*
7499 # variants that don't use the name server (or something). -lsocket
7500 # must be given before -lnsl if both are needed. We assume that
7501 # if connect needs -lnsl, so does gethostbyname.
7502 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7503 if test "x$ac_cv_func_connect" = x""yes; then :
7507 if test $ac_cv_func_connect = no; then
7508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7509 $as_echo_n "checking for connect in -lsocket... " >&6; }
7510 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7511 $as_echo_n "(cached) " >&6
7512 else
7513 ac_check_lib_save_LIBS=$LIBS
7514 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7516 /* end confdefs.h. */
7518 /* Override any GCC internal prototype to avoid an error.
7519 Use char because int might match the return type of a GCC
7520 builtin and then its argument prototype would still apply. */
7521 #ifdef __cplusplus
7522 extern "C"
7523 #endif
7524 char connect ();
7526 main ()
7528 return connect ();
7530 return 0;
7532 _ACEOF
7533 if ac_fn_c_try_link "$LINENO"; then :
7534 ac_cv_lib_socket_connect=yes
7535 else
7536 ac_cv_lib_socket_connect=no
7538 rm -f core conftest.err conftest.$ac_objext \
7539 conftest$ac_exeext conftest.$ac_ext
7540 LIBS=$ac_check_lib_save_LIBS
7542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7543 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7544 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7545 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7550 # Guillermo Gomez says -lposix is necessary on A/UX.
7551 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7552 if test "x$ac_cv_func_remove" = x""yes; then :
7556 if test $ac_cv_func_remove = no; then
7557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7558 $as_echo_n "checking for remove in -lposix... " >&6; }
7559 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7560 $as_echo_n "(cached) " >&6
7561 else
7562 ac_check_lib_save_LIBS=$LIBS
7563 LIBS="-lposix $LIBS"
7564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7565 /* end confdefs.h. */
7567 /* Override any GCC internal prototype to avoid an error.
7568 Use char because int might match the return type of a GCC
7569 builtin and then its argument prototype would still apply. */
7570 #ifdef __cplusplus
7571 extern "C"
7572 #endif
7573 char remove ();
7575 main ()
7577 return remove ();
7579 return 0;
7581 _ACEOF
7582 if ac_fn_c_try_link "$LINENO"; then :
7583 ac_cv_lib_posix_remove=yes
7584 else
7585 ac_cv_lib_posix_remove=no
7587 rm -f core conftest.err conftest.$ac_objext \
7588 conftest$ac_exeext conftest.$ac_ext
7589 LIBS=$ac_check_lib_save_LIBS
7591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7592 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7593 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7594 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7599 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7600 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7601 if test "x$ac_cv_func_shmat" = x""yes; then :
7605 if test $ac_cv_func_shmat = no; then
7606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7607 $as_echo_n "checking for shmat in -lipc... " >&6; }
7608 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7609 $as_echo_n "(cached) " >&6
7610 else
7611 ac_check_lib_save_LIBS=$LIBS
7612 LIBS="-lipc $LIBS"
7613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7614 /* end confdefs.h. */
7616 /* Override any GCC internal prototype to avoid an error.
7617 Use char because int might match the return type of a GCC
7618 builtin and then its argument prototype would still apply. */
7619 #ifdef __cplusplus
7620 extern "C"
7621 #endif
7622 char shmat ();
7624 main ()
7626 return shmat ();
7628 return 0;
7630 _ACEOF
7631 if ac_fn_c_try_link "$LINENO"; then :
7632 ac_cv_lib_ipc_shmat=yes
7633 else
7634 ac_cv_lib_ipc_shmat=no
7636 rm -f core conftest.err conftest.$ac_objext \
7637 conftest$ac_exeext conftest.$ac_ext
7638 LIBS=$ac_check_lib_save_LIBS
7640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7641 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7642 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7643 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7649 # Check for libraries that X11R6 Xt/Xaw programs need.
7650 ac_save_LDFLAGS=$LDFLAGS
7651 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7652 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7653 # check for ICE first), but we must link in the order -lSM -lICE or
7654 # we get undefined symbols. So assume we have SM if we have ICE.
7655 # These have to be linked with before -lX11, unlike the other
7656 # libraries we check for below, so use a different variable.
7657 # John Interrante, Karl Berry
7658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7659 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7660 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7661 $as_echo_n "(cached) " >&6
7662 else
7663 ac_check_lib_save_LIBS=$LIBS
7664 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7666 /* end confdefs.h. */
7668 /* Override any GCC internal prototype to avoid an error.
7669 Use char because int might match the return type of a GCC
7670 builtin and then its argument prototype would still apply. */
7671 #ifdef __cplusplus
7672 extern "C"
7673 #endif
7674 char IceConnectionNumber ();
7676 main ()
7678 return IceConnectionNumber ();
7680 return 0;
7682 _ACEOF
7683 if ac_fn_c_try_link "$LINENO"; then :
7684 ac_cv_lib_ICE_IceConnectionNumber=yes
7685 else
7686 ac_cv_lib_ICE_IceConnectionNumber=no
7688 rm -f core conftest.err conftest.$ac_objext \
7689 conftest$ac_exeext conftest.$ac_ext
7690 LIBS=$ac_check_lib_save_LIBS
7692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7693 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7694 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7695 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7698 LDFLAGS=$ac_save_LDFLAGS
7703 if test "$have_x" = "yes"
7704 then
7705 XLIB="-lX11"
7706 ac_save_CPPFLAGS="$CPPFLAGS"
7707 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7710 $as_echo_n "checking for -lX11... " >&6; }
7711 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7712 $as_echo_n "(cached) " >&6
7713 else
7714 ac_check_soname_save_LIBS=$LIBS
7715 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7717 /* end confdefs.h. */
7719 /* Override any GCC internal prototype to avoid an error.
7720 Use char because int might match the return type of a GCC
7721 builtin and then its argument prototype would still apply. */
7722 #ifdef __cplusplus
7723 extern "C"
7724 #endif
7725 char XCreateWindow ();
7727 main ()
7729 return XCreateWindow ();
7731 return 0;
7733 _ACEOF
7734 if ac_fn_c_try_link "$LINENO"; then :
7735 case "$LIBEXT" in
7736 dll) ;;
7737 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'` ;;
7738 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7739 esac
7741 rm -f core conftest.err conftest.$ac_objext \
7742 conftest$ac_exeext conftest.$ac_ext
7743 LIBS=$ac_check_soname_save_LIBS
7745 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7747 $as_echo "not found" >&6; }
7749 else
7750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7751 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7753 cat >>confdefs.h <<_ACEOF
7754 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7755 _ACEOF
7759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7760 $as_echo_n "checking for -lXext... " >&6; }
7761 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7762 $as_echo_n "(cached) " >&6
7763 else
7764 ac_check_soname_save_LIBS=$LIBS
7765 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7767 /* end confdefs.h. */
7769 /* Override any GCC internal prototype to avoid an error.
7770 Use char because int might match the return type of a GCC
7771 builtin and then its argument prototype would still apply. */
7772 #ifdef __cplusplus
7773 extern "C"
7774 #endif
7775 char XextCreateExtension ();
7777 main ()
7779 return XextCreateExtension ();
7781 return 0;
7783 _ACEOF
7784 if ac_fn_c_try_link "$LINENO"; then :
7785 case "$LIBEXT" in
7786 dll) ;;
7787 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'` ;;
7788 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7789 esac
7791 rm -f core conftest.err conftest.$ac_objext \
7792 conftest$ac_exeext conftest.$ac_ext
7793 LIBS=$ac_check_soname_save_LIBS
7795 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7797 $as_echo "not found" >&6; }
7799 else
7800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7801 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7803 cat >>confdefs.h <<_ACEOF
7804 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7805 _ACEOF
7807 XLIB="-lXext $XLIB"
7810 for ac_header in X11/Xlib.h \
7811 X11/XKBlib.h \
7812 X11/Xutil.h \
7813 X11/Xcursor/Xcursor.h \
7814 X11/extensions/shape.h \
7815 X11/extensions/XInput.h \
7816 X11/extensions/XShm.h \
7817 X11/extensions/Xcomposite.h \
7818 X11/extensions/Xinerama.h \
7819 X11/extensions/Xrandr.h \
7820 X11/extensions/Xrender.h \
7821 X11/extensions/xf86vmode.h \
7822 X11/extensions/xf86vmproto.h
7823 do :
7824 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7825 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7826 # include <X11/Xlib.h>
7827 #endif
7828 #ifdef HAVE_X11_XUTIL_H
7829 # include <X11/Xutil.h>
7830 #endif
7832 eval as_val=\$$as_ac_Header
7833 if test "x$as_val" = x""yes; then :
7834 cat >>confdefs.h <<_ACEOF
7835 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7836 _ACEOF
7840 done
7843 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7844 then
7845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7846 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7847 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7848 $as_echo_n "(cached) " >&6
7849 else
7850 ac_check_lib_save_LIBS=$LIBS
7851 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7853 /* end confdefs.h. */
7855 /* Override any GCC internal prototype to avoid an error.
7856 Use char because int might match the return type of a GCC
7857 builtin and then its argument prototype would still apply. */
7858 #ifdef __cplusplus
7859 extern "C"
7860 #endif
7861 char XkbQueryExtension ();
7863 main ()
7865 return XkbQueryExtension ();
7867 return 0;
7869 _ACEOF
7870 if ac_fn_c_try_link "$LINENO"; then :
7871 ac_cv_lib_X11_XkbQueryExtension=yes
7872 else
7873 ac_cv_lib_X11_XkbQueryExtension=no
7875 rm -f core conftest.err conftest.$ac_objext \
7876 conftest$ac_exeext conftest.$ac_ext
7877 LIBS=$ac_check_lib_save_LIBS
7879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7880 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7881 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7883 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7889 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7890 then
7891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7892 $as_echo_n "checking for -lXcursor... " >&6; }
7893 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7894 $as_echo_n "(cached) " >&6
7895 else
7896 ac_check_soname_save_LIBS=$LIBS
7897 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7898 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7899 /* end confdefs.h. */
7901 /* Override any GCC internal prototype to avoid an error.
7902 Use char because int might match the return type of a GCC
7903 builtin and then its argument prototype would still apply. */
7904 #ifdef __cplusplus
7905 extern "C"
7906 #endif
7907 char XcursorImageLoadCursor ();
7909 main ()
7911 return XcursorImageLoadCursor ();
7913 return 0;
7915 _ACEOF
7916 if ac_fn_c_try_link "$LINENO"; then :
7917 case "$LIBEXT" in
7918 dll) ;;
7919 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'` ;;
7920 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7921 esac
7923 rm -f core conftest.err conftest.$ac_objext \
7924 conftest$ac_exeext conftest.$ac_ext
7925 LIBS=$ac_check_soname_save_LIBS
7927 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7929 $as_echo "not found" >&6; }
7931 else
7932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7933 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7935 cat >>confdefs.h <<_ACEOF
7936 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7937 _ACEOF
7942 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7943 case "x$with_xcursor" in
7944 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7945 xno) ;;
7946 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7947 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7948 esac
7951 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7952 then
7953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7954 $as_echo_n "checking for -lXi... " >&6; }
7955 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7956 $as_echo_n "(cached) " >&6
7957 else
7958 ac_check_soname_save_LIBS=$LIBS
7959 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7961 /* end confdefs.h. */
7963 /* Override any GCC internal prototype to avoid an error.
7964 Use char because int might match the return type of a GCC
7965 builtin and then its argument prototype would still apply. */
7966 #ifdef __cplusplus
7967 extern "C"
7968 #endif
7969 char XOpenDevice ();
7971 main ()
7973 return XOpenDevice ();
7975 return 0;
7977 _ACEOF
7978 if ac_fn_c_try_link "$LINENO"; then :
7979 case "$LIBEXT" in
7980 dll) ;;
7981 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'` ;;
7982 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7983 esac
7985 rm -f core conftest.err conftest.$ac_objext \
7986 conftest$ac_exeext conftest.$ac_ext
7987 LIBS=$ac_check_soname_save_LIBS
7989 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7991 $as_echo "not found" >&6; }
7993 else
7994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
7995 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
7997 cat >>confdefs.h <<_ACEOF
7998 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
7999 _ACEOF
8004 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8005 case "x$with_xinput" in
8006 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8007 xno) ;;
8008 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8009 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8010 esac
8013 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8014 then
8015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8016 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8017 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8018 $as_echo_n "(cached) " >&6
8019 else
8020 ac_check_lib_save_LIBS=$LIBS
8021 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8023 /* end confdefs.h. */
8025 /* Override any GCC internal prototype to avoid an error.
8026 Use char because int might match the return type of a GCC
8027 builtin and then its argument prototype would still apply. */
8028 #ifdef __cplusplus
8029 extern "C"
8030 #endif
8031 char XShmQueryExtension ();
8033 main ()
8035 return XShmQueryExtension ();
8037 return 0;
8039 _ACEOF
8040 if ac_fn_c_try_link "$LINENO"; then :
8041 ac_cv_lib_Xext_XShmQueryExtension=yes
8042 else
8043 ac_cv_lib_Xext_XShmQueryExtension=no
8045 rm -f core conftest.err conftest.$ac_objext \
8046 conftest$ac_exeext conftest.$ac_ext
8047 LIBS=$ac_check_lib_save_LIBS
8049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8050 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8051 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8053 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8058 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8059 case "x$with_xshm" in
8060 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8061 xno) ;;
8062 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8063 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8064 esac
8067 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8068 then
8069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8070 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8071 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8072 $as_echo_n "(cached) " >&6
8073 else
8074 ac_check_lib_save_LIBS=$LIBS
8075 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8077 /* end confdefs.h. */
8079 /* Override any GCC internal prototype to avoid an error.
8080 Use char because int might match the return type of a GCC
8081 builtin and then its argument prototype would still apply. */
8082 #ifdef __cplusplus
8083 extern "C"
8084 #endif
8085 char XShapeQueryExtension ();
8087 main ()
8089 return XShapeQueryExtension ();
8091 return 0;
8093 _ACEOF
8094 if ac_fn_c_try_link "$LINENO"; then :
8095 ac_cv_lib_Xext_XShapeQueryExtension=yes
8096 else
8097 ac_cv_lib_Xext_XShapeQueryExtension=no
8099 rm -f core conftest.err conftest.$ac_objext \
8100 conftest$ac_exeext conftest.$ac_ext
8101 LIBS=$ac_check_lib_save_LIBS
8103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8104 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8105 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8107 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8112 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8113 case "x$with_xshape" in
8114 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8115 xno) ;;
8116 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8117 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8118 esac
8121 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8122 then
8123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8124 $as_echo_n "checking for -lXxf86vm... " >&6; }
8125 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8126 $as_echo_n "(cached) " >&6
8127 else
8128 ac_check_soname_save_LIBS=$LIBS
8129 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8130 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8131 /* end confdefs.h. */
8133 /* Override any GCC internal prototype to avoid an error.
8134 Use char because int might match the return type of a GCC
8135 builtin and then its argument prototype would still apply. */
8136 #ifdef __cplusplus
8137 extern "C"
8138 #endif
8139 char XF86VidModeQueryExtension ();
8141 main ()
8143 return XF86VidModeQueryExtension ();
8145 return 0;
8147 _ACEOF
8148 if ac_fn_c_try_link "$LINENO"; then :
8149 case "$LIBEXT" in
8150 dll) ;;
8151 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'` ;;
8152 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8153 esac
8155 rm -f core conftest.err conftest.$ac_objext \
8156 conftest$ac_exeext conftest.$ac_ext
8157 LIBS=$ac_check_soname_save_LIBS
8159 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8161 $as_echo "not found" >&6; }
8163 else
8164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8165 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8167 cat >>confdefs.h <<_ACEOF
8168 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8169 _ACEOF
8174 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8175 case "x$with_xxf86vm" in
8176 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8177 xno) ;;
8178 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8179 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8180 esac
8183 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"
8184 then
8185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8186 $as_echo_n "checking for -lXrender... " >&6; }
8187 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8188 $as_echo_n "(cached) " >&6
8189 else
8190 ac_check_soname_save_LIBS=$LIBS
8191 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8193 /* end confdefs.h. */
8195 /* Override any GCC internal prototype to avoid an error.
8196 Use char because int might match the return type of a GCC
8197 builtin and then its argument prototype would still apply. */
8198 #ifdef __cplusplus
8199 extern "C"
8200 #endif
8201 char XRenderQueryExtension ();
8203 main ()
8205 return XRenderQueryExtension ();
8207 return 0;
8209 _ACEOF
8210 if ac_fn_c_try_link "$LINENO"; then :
8211 case "$LIBEXT" in
8212 dll) ;;
8213 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'` ;;
8214 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8215 esac
8217 rm -f core conftest.err conftest.$ac_objext \
8218 conftest$ac_exeext conftest.$ac_ext
8219 LIBS=$ac_check_soname_save_LIBS
8221 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8223 $as_echo "not found" >&6; }
8225 else
8226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8227 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8229 cat >>confdefs.h <<_ACEOF
8230 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8231 _ACEOF
8233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8234 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8235 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8236 $as_echo_n "(cached) " >&6
8237 else
8238 ac_check_lib_save_LIBS=$LIBS
8239 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8241 /* end confdefs.h. */
8243 /* Override any GCC internal prototype to avoid an error.
8244 Use char because int might match the return type of a GCC
8245 builtin and then its argument prototype would still apply. */
8246 #ifdef __cplusplus
8247 extern "C"
8248 #endif
8249 char XRenderSetPictureTransform ();
8251 main ()
8253 return XRenderSetPictureTransform ();
8255 return 0;
8257 _ACEOF
8258 if ac_fn_c_try_link "$LINENO"; then :
8259 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8260 else
8261 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8263 rm -f core conftest.err conftest.$ac_objext \
8264 conftest$ac_exeext conftest.$ac_ext
8265 LIBS=$ac_check_lib_save_LIBS
8267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8268 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8269 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8271 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8278 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8279 case "x$with_xrender" in
8280 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8281 xno) ;;
8282 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8283 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8284 esac
8287 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8288 then
8289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8290 /* end confdefs.h. */
8291 #include <X11/Xlib.h>
8292 #include <X11/extensions/Xrandr.h>
8294 main ()
8296 static typeof(XRRSetScreenConfigAndRate) * func;
8298 return 0;
8300 _ACEOF
8301 if ac_fn_c_try_compile "$LINENO"; then :
8302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8303 $as_echo_n "checking for -lXrandr... " >&6; }
8304 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8305 $as_echo_n "(cached) " >&6
8306 else
8307 ac_check_soname_save_LIBS=$LIBS
8308 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8310 /* end confdefs.h. */
8312 /* Override any GCC internal prototype to avoid an error.
8313 Use char because int might match the return type of a GCC
8314 builtin and then its argument prototype would still apply. */
8315 #ifdef __cplusplus
8316 extern "C"
8317 #endif
8318 char XRRQueryExtension ();
8320 main ()
8322 return XRRQueryExtension ();
8324 return 0;
8326 _ACEOF
8327 if ac_fn_c_try_link "$LINENO"; then :
8328 case "$LIBEXT" in
8329 dll) ;;
8330 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'` ;;
8331 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8332 esac
8334 rm -f core conftest.err conftest.$ac_objext \
8335 conftest$ac_exeext conftest.$ac_ext
8336 LIBS=$ac_check_soname_save_LIBS
8338 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8340 $as_echo "not found" >&6; }
8342 else
8343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8344 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8346 cat >>confdefs.h <<_ACEOF
8347 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8348 _ACEOF
8353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8355 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8356 case "x$with_xrandr" in
8357 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8358 xno) ;;
8359 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8360 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8361 esac
8364 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8365 then
8366 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8367 /* end confdefs.h. */
8368 #include <X11/Xlib.h>
8369 #include <X11/extensions/Xinerama.h>
8371 main ()
8373 static typeof(XineramaQueryScreens) * func;
8375 return 0;
8377 _ACEOF
8378 if ac_fn_c_try_compile "$LINENO"; then :
8379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8380 $as_echo_n "checking for -lXinerama... " >&6; }
8381 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8382 $as_echo_n "(cached) " >&6
8383 else
8384 ac_check_soname_save_LIBS=$LIBS
8385 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8387 /* end confdefs.h. */
8389 /* Override any GCC internal prototype to avoid an error.
8390 Use char because int might match the return type of a GCC
8391 builtin and then its argument prototype would still apply. */
8392 #ifdef __cplusplus
8393 extern "C"
8394 #endif
8395 char XineramaQueryScreens ();
8397 main ()
8399 return XineramaQueryScreens ();
8401 return 0;
8403 _ACEOF
8404 if ac_fn_c_try_link "$LINENO"; then :
8405 case "$LIBEXT" in
8406 dll) ;;
8407 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'` ;;
8408 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8409 esac
8411 rm -f core conftest.err conftest.$ac_objext \
8412 conftest$ac_exeext conftest.$ac_ext
8413 LIBS=$ac_check_soname_save_LIBS
8415 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8417 $as_echo "not found" >&6; }
8419 else
8420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8421 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8423 cat >>confdefs.h <<_ACEOF
8424 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8425 _ACEOF
8430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8432 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8433 case "x$with_xinerama" in
8434 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8435 xno) ;;
8436 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8437 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8438 esac
8441 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8442 then
8443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8444 $as_echo_n "checking for -lXcomposite... " >&6; }
8445 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8446 $as_echo_n "(cached) " >&6
8447 else
8448 ac_check_soname_save_LIBS=$LIBS
8449 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8451 /* end confdefs.h. */
8453 /* Override any GCC internal prototype to avoid an error.
8454 Use char because int might match the return type of a GCC
8455 builtin and then its argument prototype would still apply. */
8456 #ifdef __cplusplus
8457 extern "C"
8458 #endif
8459 char XCompositeRedirectWindow ();
8461 main ()
8463 return XCompositeRedirectWindow ();
8465 return 0;
8467 _ACEOF
8468 if ac_fn_c_try_link "$LINENO"; then :
8469 case "$LIBEXT" in
8470 dll) ;;
8471 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'` ;;
8472 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8473 esac
8475 rm -f core conftest.err conftest.$ac_objext \
8476 conftest$ac_exeext conftest.$ac_ext
8477 LIBS=$ac_check_soname_save_LIBS
8479 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8481 $as_echo "not found" >&6; }
8483 else
8484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8485 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8487 cat >>confdefs.h <<_ACEOF
8488 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8489 _ACEOF
8494 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8495 case "x$with_xcomposite" in
8496 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8497 xno) ;;
8498 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8499 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8500 esac
8503 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8504 #include <X11/Xlib.h>
8505 #endif
8507 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8509 cat >>confdefs.h <<_ACEOF
8510 #define HAVE_XICCALLBACK_CALLBACK 1
8511 _ACEOF
8518 opengl_msg=""
8519 if test "x$with_opengl" != "xno"
8520 then
8521 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8522 do :
8523 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8524 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8525 # include <GL/glx.h>
8526 #endif
8528 eval as_val=\$$as_ac_Header
8529 if test "x$as_val" = x""yes; then :
8530 cat >>confdefs.h <<_ACEOF
8531 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8532 _ACEOF
8536 done
8538 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8539 then
8540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8541 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8542 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8543 $as_echo_n "(cached) " >&6
8544 else
8545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8546 /* end confdefs.h. */
8547 #include <GL/gl.h>
8549 main ()
8551 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8553 return 0;
8555 _ACEOF
8556 if ac_fn_c_try_compile "$LINENO"; then :
8557 wine_cv_opengl_header_version_OK="yes"
8558 else
8559 wine_cv_opengl_header_version_OK="no"
8561 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8564 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8566 if test "$wine_cv_opengl_header_version_OK" = "yes"
8567 then
8568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8569 $as_echo_n "checking for -lGL... " >&6; }
8570 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8571 $as_echo_n "(cached) " >&6
8572 else
8573 ac_check_soname_save_LIBS=$LIBS
8574 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8576 /* end confdefs.h. */
8578 /* Override any GCC internal prototype to avoid an error.
8579 Use char because int might match the return type of a GCC
8580 builtin and then its argument prototype would still apply. */
8581 #ifdef __cplusplus
8582 extern "C"
8583 #endif
8584 char glXCreateContext ();
8586 main ()
8588 return glXCreateContext ();
8590 return 0;
8592 _ACEOF
8593 if ac_fn_c_try_link "$LINENO"; then :
8594 case "$LIBEXT" in
8595 dll) ;;
8596 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'` ;;
8597 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8598 esac
8600 rm -f core conftest.err conftest.$ac_objext \
8601 conftest$ac_exeext conftest.$ac_ext
8602 LIBS=$ac_check_soname_save_LIBS
8604 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8606 $as_echo "not found" >&6; }
8607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8608 $as_echo_n "checking for -lGL... " >&6; }
8609 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8610 $as_echo_n "(cached) " >&6
8611 else
8612 ac_check_soname_save_LIBS=$LIBS
8613 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"
8614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8615 /* end confdefs.h. */
8617 /* Override any GCC internal prototype to avoid an error.
8618 Use char because int might match the return type of a GCC
8619 builtin and then its argument prototype would still apply. */
8620 #ifdef __cplusplus
8621 extern "C"
8622 #endif
8623 char glXCreateContext ();
8625 main ()
8627 return glXCreateContext ();
8629 return 0;
8631 _ACEOF
8632 if ac_fn_c_try_link "$LINENO"; then :
8633 case "$LIBEXT" in
8634 dll) ;;
8635 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'` ;;
8636 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8637 esac
8639 rm -f core conftest.err conftest.$ac_objext \
8640 conftest$ac_exeext conftest.$ac_ext
8641 LIBS=$ac_check_soname_save_LIBS
8643 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8645 $as_echo "not found" >&6; }
8646 if test -f /usr/X11R6/lib/libGL.a
8647 then
8648 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8649 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8650 else
8651 opengl_msg="No OpenGL library found on this system."
8653 else
8654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8655 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8657 cat >>confdefs.h <<_ACEOF
8658 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8659 _ACEOF
8661 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"
8663 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8666 else
8667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8668 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8670 cat >>confdefs.h <<_ACEOF
8671 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8672 _ACEOF
8674 OPENGL_LIBS="-lGL"
8676 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8679 if test "$ac_cv_header_GL_glu_h" = "yes"
8680 then
8681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8682 $as_echo_n "checking for -lGLU... " >&6; }
8683 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8684 $as_echo_n "(cached) " >&6
8685 else
8686 ac_check_soname_save_LIBS=$LIBS
8687 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8689 /* end confdefs.h. */
8691 /* Override any GCC internal prototype to avoid an error.
8692 Use char because int might match the return type of a GCC
8693 builtin and then its argument prototype would still apply. */
8694 #ifdef __cplusplus
8695 extern "C"
8696 #endif
8697 char gluLookAt ();
8699 main ()
8701 return gluLookAt ();
8703 return 0;
8705 _ACEOF
8706 if ac_fn_c_try_link "$LINENO"; then :
8707 case "$LIBEXT" in
8708 dll) ;;
8709 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'` ;;
8710 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8711 esac
8713 rm -f core conftest.err conftest.$ac_objext \
8714 conftest$ac_exeext conftest.$ac_ext
8715 LIBS=$ac_check_soname_save_LIBS
8717 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8719 $as_echo "not found" >&6; }
8721 else
8722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8723 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8725 cat >>confdefs.h <<_ACEOF
8726 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8727 _ACEOF
8732 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8733 case "x$with_glu" in
8734 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8735 xno) ;;
8736 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8737 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8738 esac
8740 else
8741 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8743 else
8744 opengl_msg="OpenGL development headers not found."
8746 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8747 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8748 else
8749 enable_opengl32=${enable_opengl32:-no}
8750 enable_glu32=${enable_glu32:-no}
8752 if test -n "$opengl_msg"; then :
8753 case "x$with_opengl" in
8754 x) wine_warnings="$wine_warnings|$opengl_msg
8755 OpenGL and Direct3D won't be supported." ;;
8756 xno) ;;
8757 *) as_fn_error "$opengl_msg
8758 OpenGL and Direct3D won't be supported.
8759 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8760 esac
8763 NASLIBS=""
8765 for ac_header in audio/audiolib.h
8766 do :
8767 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8768 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8769 cat >>confdefs.h <<_ACEOF
8770 #define HAVE_AUDIO_AUDIOLIB_H 1
8771 _ACEOF
8772 for ac_header in audio/soundlib.h
8773 do :
8774 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8776 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8777 cat >>confdefs.h <<_ACEOF
8778 #define HAVE_AUDIO_SOUNDLIB_H 1
8779 _ACEOF
8783 done
8785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8786 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8787 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8788 $as_echo_n "(cached) " >&6
8789 else
8790 ac_check_lib_save_LIBS=$LIBS
8791 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8793 /* end confdefs.h. */
8795 /* Override any GCC internal prototype to avoid an error.
8796 Use char because int might match the return type of a GCC
8797 builtin and then its argument prototype would still apply. */
8798 #ifdef __cplusplus
8799 extern "C"
8800 #endif
8801 char AuCreateFlow ();
8803 main ()
8805 return AuCreateFlow ();
8807 return 0;
8809 _ACEOF
8810 if ac_fn_c_try_link "$LINENO"; then :
8811 ac_cv_lib_audio_AuCreateFlow=yes
8812 else
8813 ac_cv_lib_audio_AuCreateFlow=no
8815 rm -f core conftest.err conftest.$ac_objext \
8816 conftest$ac_exeext conftest.$ac_ext
8817 LIBS=$ac_check_lib_save_LIBS
8819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8820 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8821 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8823 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8826 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8827 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8828 $as_echo_n "(cached) " >&6
8829 else
8830 ac_check_lib_save_LIBS=$LIBS
8831 LIBS="-lXau $X_LIBS $LIBS"
8832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8833 /* end confdefs.h. */
8835 /* Override any GCC internal prototype to avoid an error.
8836 Use char because int might match the return type of a GCC
8837 builtin and then its argument prototype would still apply. */
8838 #ifdef __cplusplus
8839 extern "C"
8840 #endif
8841 char XauGetBestAuthByAddr ();
8843 main ()
8845 return XauGetBestAuthByAddr ();
8847 return 0;
8849 _ACEOF
8850 if ac_fn_c_try_link "$LINENO"; then :
8851 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8852 else
8853 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8855 rm -f core conftest.err conftest.$ac_objext \
8856 conftest$ac_exeext conftest.$ac_ext
8857 LIBS=$ac_check_lib_save_LIBS
8859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8860 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8861 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8862 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8863 else
8864 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8872 done
8875 CPPFLAGS="$ac_save_CPPFLAGS"
8876 else
8877 XLIB=""
8878 X_CFLAGS=""
8879 X_LIBS=""
8880 enable_winex11_drv=${enable_winex11_drv:-no}
8881 enable_opengl32=${enable_opengl32:-no}
8882 enable_glu32=${enable_glu32:-no}
8884 if test "x$XLIB" = "x"; then :
8885 case "x$with_x" in
8886 xno) ;;
8887 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
8888 without X support, which probably isn't what you want. You will need to install
8889 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8890 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8891 esac
8895 XML2LIBS=""
8897 XML2INCL=""
8899 XSLTINCL=""
8901 if test "x$with_xml" != "xno"
8902 then
8903 ac_save_CPPFLAGS="$CPPFLAGS"
8904 if test "$PKG_CONFIG" != "false"
8905 then
8906 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8907 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8908 else
8909 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8910 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
8912 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8913 for ac_header in libxml/parser.h
8914 do :
8915 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8916 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8917 cat >>confdefs.h <<_ACEOF
8918 #define HAVE_LIBXML_PARSER_H 1
8919 _ACEOF
8920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8921 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8922 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8923 $as_echo_n "(cached) " >&6
8924 else
8925 ac_check_lib_save_LIBS=$LIBS
8926 LIBS="-lxml2 $ac_xml_libs $LIBS"
8927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8928 /* end confdefs.h. */
8930 /* Override any GCC internal prototype to avoid an error.
8931 Use char because int might match the return type of a GCC
8932 builtin and then its argument prototype would still apply. */
8933 #ifdef __cplusplus
8934 extern "C"
8935 #endif
8936 char xmlParseMemory ();
8938 main ()
8940 return xmlParseMemory ();
8942 return 0;
8944 _ACEOF
8945 if ac_fn_c_try_link "$LINENO"; then :
8946 ac_cv_lib_xml2_xmlParseMemory=yes
8947 else
8948 ac_cv_lib_xml2_xmlParseMemory=no
8950 rm -f core conftest.err conftest.$ac_objext \
8951 conftest$ac_exeext conftest.$ac_ext
8952 LIBS=$ac_check_lib_save_LIBS
8954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8955 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8956 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8958 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8960 XML2LIBS="$ac_xml_libs"
8961 XML2INCL="$ac_xml_cflags"
8964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8965 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8966 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8967 $as_echo_n "(cached) " >&6
8968 else
8969 ac_check_lib_save_LIBS=$LIBS
8970 LIBS="-lxml2 $ac_xml_libs $LIBS"
8971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8972 /* end confdefs.h. */
8974 /* Override any GCC internal prototype to avoid an error.
8975 Use char because int might match the return type of a GCC
8976 builtin and then its argument prototype would still apply. */
8977 #ifdef __cplusplus
8978 extern "C"
8979 #endif
8980 char xmlReadMemory ();
8982 main ()
8984 return xmlReadMemory ();
8986 return 0;
8988 _ACEOF
8989 if ac_fn_c_try_link "$LINENO"; then :
8990 ac_cv_lib_xml2_xmlReadMemory=yes
8991 else
8992 ac_cv_lib_xml2_xmlReadMemory=no
8994 rm -f core conftest.err conftest.$ac_objext \
8995 conftest$ac_exeext conftest.$ac_ext
8996 LIBS=$ac_check_lib_save_LIBS
8998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
8999 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9000 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9002 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9007 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9008 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9009 $as_echo_n "(cached) " >&6
9010 else
9011 ac_check_lib_save_LIBS=$LIBS
9012 LIBS="-lxml2 $ac_xml_libs $LIBS"
9013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9014 /* end confdefs.h. */
9016 /* Override any GCC internal prototype to avoid an error.
9017 Use char because int might match the return type of a GCC
9018 builtin and then its argument prototype would still apply. */
9019 #ifdef __cplusplus
9020 extern "C"
9021 #endif
9022 char xmlNewDocPI ();
9024 main ()
9026 return xmlNewDocPI ();
9028 return 0;
9030 _ACEOF
9031 if ac_fn_c_try_link "$LINENO"; then :
9032 ac_cv_lib_xml2_xmlNewDocPI=yes
9033 else
9034 ac_cv_lib_xml2_xmlNewDocPI=no
9036 rm -f core conftest.err conftest.$ac_objext \
9037 conftest$ac_exeext conftest.$ac_ext
9038 LIBS=$ac_check_lib_save_LIBS
9040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9041 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9042 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9044 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9051 done
9053 CPPFLAGS="$ac_save_CPPFLAGS"
9055 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9056 case "x$with_xml" in
9057 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9058 xno) ;;
9059 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9060 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9061 esac
9064 if test "x$with_xslt" != "xno"
9065 then
9066 if test "$PKG_CONFIG" != "false"
9067 then
9068 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9069 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9070 else
9071 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9072 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9074 ac_save_CPPFLAGS="$CPPFLAGS"
9075 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9076 for ac_header in libxslt/pattern.h libxslt/transform.h
9077 do :
9078 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9079 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9080 # include <libxslt/pattern.h>
9081 #endif
9083 eval as_val=\$$as_ac_Header
9084 if test "x$as_val" = x""yes; then :
9085 cat >>confdefs.h <<_ACEOF
9086 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9087 _ACEOF
9091 done
9093 CPPFLAGS="$ac_save_CPPFLAGS"
9094 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9095 then
9096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9097 $as_echo_n "checking for -lxslt... " >&6; }
9098 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9099 $as_echo_n "(cached) " >&6
9100 else
9101 ac_check_soname_save_LIBS=$LIBS
9102 LIBS="-lxslt $ac_xslt_libs $LIBS"
9103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9104 /* end confdefs.h. */
9106 /* Override any GCC internal prototype to avoid an error.
9107 Use char because int might match the return type of a GCC
9108 builtin and then its argument prototype would still apply. */
9109 #ifdef __cplusplus
9110 extern "C"
9111 #endif
9112 char xsltCompilePattern ();
9114 main ()
9116 return xsltCompilePattern ();
9118 return 0;
9120 _ACEOF
9121 if ac_fn_c_try_link "$LINENO"; then :
9122 case "$LIBEXT" in
9123 dll) ;;
9124 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'` ;;
9125 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9126 esac
9128 rm -f core conftest.err conftest.$ac_objext \
9129 conftest$ac_exeext conftest.$ac_ext
9130 LIBS=$ac_check_soname_save_LIBS
9132 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9134 $as_echo "not found" >&6; }
9136 else
9137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9138 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9140 cat >>confdefs.h <<_ACEOF
9141 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9142 _ACEOF
9144 XSLTINCL="$ac_xslt_cflags"
9148 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9149 case "x$with_xslt" in
9150 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9151 xno) ;;
9152 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9153 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9154 esac
9157 HALINCL=""
9159 if test "x$with_hal" != "xno"
9160 then
9161 ac_save_CPPFLAGS="$CPPFLAGS"
9162 if test "$PKG_CONFIG" != "false"
9163 then
9164 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9165 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9166 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9168 for ac_header in dbus/dbus.h hal/libhal.h
9169 do :
9170 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9171 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9172 eval as_val=\$$as_ac_Header
9173 if test "x$as_val" = x""yes; then :
9174 cat >>confdefs.h <<_ACEOF
9175 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9176 _ACEOF
9180 done
9182 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9183 then
9184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9185 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9186 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9187 $as_echo_n "(cached) " >&6
9188 else
9189 ac_check_lib_save_LIBS=$LIBS
9190 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9191 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9192 /* end confdefs.h. */
9194 /* Override any GCC internal prototype to avoid an error.
9195 Use char because int might match the return type of a GCC
9196 builtin and then its argument prototype would still apply. */
9197 #ifdef __cplusplus
9198 extern "C"
9199 #endif
9200 char dbus_connection_close ();
9202 main ()
9204 return dbus_connection_close ();
9206 return 0;
9208 _ACEOF
9209 if ac_fn_c_try_link "$LINENO"; then :
9210 ac_cv_lib_dbus_1_dbus_connection_close=yes
9211 else
9212 ac_cv_lib_dbus_1_dbus_connection_close=no
9214 rm -f core conftest.err conftest.$ac_objext \
9215 conftest$ac_exeext conftest.$ac_ext
9216 LIBS=$ac_check_lib_save_LIBS
9218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9219 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9220 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9222 $as_echo_n "checking for -lhal... " >&6; }
9223 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9224 $as_echo_n "(cached) " >&6
9225 else
9226 ac_check_soname_save_LIBS=$LIBS
9227 LIBS="-lhal $ac_hal_libs $LIBS"
9228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9229 /* end confdefs.h. */
9231 /* Override any GCC internal prototype to avoid an error.
9232 Use char because int might match the return type of a GCC
9233 builtin and then its argument prototype would still apply. */
9234 #ifdef __cplusplus
9235 extern "C"
9236 #endif
9237 char libhal_ctx_new ();
9239 main ()
9241 return libhal_ctx_new ();
9243 return 0;
9245 _ACEOF
9246 if ac_fn_c_try_link "$LINENO"; then :
9247 case "$LIBEXT" in
9248 dll) ;;
9249 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'` ;;
9250 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9251 esac
9253 rm -f core conftest.err conftest.$ac_objext \
9254 conftest$ac_exeext conftest.$ac_ext
9255 LIBS=$ac_check_soname_save_LIBS
9257 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9259 $as_echo "not found" >&6; }
9261 else
9262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9263 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9265 cat >>confdefs.h <<_ACEOF
9266 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9267 _ACEOF
9269 HALINCL="$ac_hal_cflags"
9274 CPPFLAGS="$ac_save_CPPFLAGS"
9276 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9277 case "x$with_hal" in
9278 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9279 xno) ;;
9280 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9281 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9282 esac
9285 if test "x$with_gnutls" != "xno"
9286 then
9287 ac_save_CPPFLAGS="$CPPFLAGS"
9288 if test "$PKG_CONFIG" != "false"
9289 then
9290 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9291 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9292 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9294 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9295 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9297 /* end confdefs.h. */
9298 #include <gnutls/gnutls.h>
9300 main ()
9302 typeof(gnutls_mac_get_key_size) *pfunc;
9304 return 0;
9306 _ACEOF
9307 if ac_fn_c_try_compile "$LINENO"; then :
9308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9309 $as_echo_n "checking for -lgnutls... " >&6; }
9310 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9311 $as_echo_n "(cached) " >&6
9312 else
9313 ac_check_soname_save_LIBS=$LIBS
9314 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9316 /* end confdefs.h. */
9318 /* Override any GCC internal prototype to avoid an error.
9319 Use char because int might match the return type of a GCC
9320 builtin and then its argument prototype would still apply. */
9321 #ifdef __cplusplus
9322 extern "C"
9323 #endif
9324 char gnutls_global_init ();
9326 main ()
9328 return gnutls_global_init ();
9330 return 0;
9332 _ACEOF
9333 if ac_fn_c_try_link "$LINENO"; then :
9334 case "$LIBEXT" in
9335 dll) ;;
9336 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'` ;;
9337 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9338 esac
9340 rm -f core conftest.err conftest.$ac_objext \
9341 conftest$ac_exeext conftest.$ac_ext
9342 LIBS=$ac_check_soname_save_LIBS
9344 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9346 $as_echo "not found" >&6; }
9348 else
9349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9350 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9352 cat >>confdefs.h <<_ACEOF
9353 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9354 _ACEOF
9356 GNUTLSINCL="$ac_gnutls_cflags"
9360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9364 CPPFLAGS="$ac_save_CPPFLAGS"
9366 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9367 case "x$with_gnutls" in
9368 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9369 xno) ;;
9370 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9371 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9372 esac
9375 CURSESLIBS=""
9376 if test "$ac_cv_header_ncurses_h" = "yes"
9377 then
9378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9379 $as_echo_n "checking for -lncurses... " >&6; }
9380 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9381 $as_echo_n "(cached) " >&6
9382 else
9383 ac_check_soname_save_LIBS=$LIBS
9384 LIBS="-lncurses $LIBS"
9385 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9386 /* end confdefs.h. */
9388 /* Override any GCC internal prototype to avoid an error.
9389 Use char because int might match the return type of a GCC
9390 builtin and then its argument prototype would still apply. */
9391 #ifdef __cplusplus
9392 extern "C"
9393 #endif
9394 char waddch ();
9396 main ()
9398 return waddch ();
9400 return 0;
9402 _ACEOF
9403 if ac_fn_c_try_link "$LINENO"; then :
9404 case "$LIBEXT" in
9405 dll) ;;
9406 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'` ;;
9407 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9408 esac
9410 rm -f core conftest.err conftest.$ac_objext \
9411 conftest$ac_exeext conftest.$ac_ext
9412 LIBS=$ac_check_soname_save_LIBS
9414 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9416 $as_echo "not found" >&6; }
9418 else
9419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9420 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9422 cat >>confdefs.h <<_ACEOF
9423 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9424 _ACEOF
9426 CURSESLIBS="-lncurses"
9428 elif test "$ac_cv_header_curses_h" = "yes"
9429 then
9430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9431 $as_echo_n "checking for -lcurses... " >&6; }
9432 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9433 $as_echo_n "(cached) " >&6
9434 else
9435 ac_check_soname_save_LIBS=$LIBS
9436 LIBS="-lcurses $LIBS"
9437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9438 /* end confdefs.h. */
9440 /* Override any GCC internal prototype to avoid an error.
9441 Use char because int might match the return type of a GCC
9442 builtin and then its argument prototype would still apply. */
9443 #ifdef __cplusplus
9444 extern "C"
9445 #endif
9446 char waddch ();
9448 main ()
9450 return waddch ();
9452 return 0;
9454 _ACEOF
9455 if ac_fn_c_try_link "$LINENO"; then :
9456 case "$LIBEXT" in
9457 dll) ;;
9458 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'` ;;
9459 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9460 esac
9462 rm -f core conftest.err conftest.$ac_objext \
9463 conftest$ac_exeext conftest.$ac_ext
9464 LIBS=$ac_check_soname_save_LIBS
9466 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9468 $as_echo "not found" >&6; }
9470 else
9471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9472 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9474 cat >>confdefs.h <<_ACEOF
9475 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9476 _ACEOF
9478 CURSESLIBS="-lcurses"
9481 ac_save_LIBS="$LIBS"
9482 LIBS="$LIBS $CURSESLIBS"
9483 for ac_func in mousemask
9484 do :
9485 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9486 if test "x$ac_cv_func_mousemask" = x""yes; then :
9487 cat >>confdefs.h <<_ACEOF
9488 #define HAVE_MOUSEMASK 1
9489 _ACEOF
9492 done
9494 LIBS="$ac_save_LIBS"
9495 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9496 case "x$with_curses" in
9497 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9498 xno) ;;
9499 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9500 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9501 esac
9504 if test "x$with_sane" != "xno"
9505 then
9506 ac_save_CPPFLAGS="$CPPFLAGS"
9507 # Extract the first word of "sane-config", so it can be a program name with args.
9508 set dummy sane-config; ac_word=$2
9509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9510 $as_echo_n "checking for $ac_word... " >&6; }
9511 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9512 $as_echo_n "(cached) " >&6
9513 else
9514 if test -n "$sane_devel"; then
9515 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9516 else
9517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9518 for as_dir in $PATH
9520 IFS=$as_save_IFS
9521 test -z "$as_dir" && as_dir=.
9522 for ac_exec_ext in '' $ac_executable_extensions; do
9523 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9524 ac_cv_prog_sane_devel="sane-config"
9525 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9526 break 2
9528 done
9529 done
9530 IFS=$as_save_IFS
9532 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9535 sane_devel=$ac_cv_prog_sane_devel
9536 if test -n "$sane_devel"; then
9537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9538 $as_echo "$sane_devel" >&6; }
9539 else
9540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9541 $as_echo "no" >&6; }
9545 if test "$sane_devel" != "no"
9546 then
9547 ac_sane_incl="`$sane_devel --cflags`"
9548 ac_sane_libs="`$sane_devel --ldflags`"
9549 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9551 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9552 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9554 $as_echo_n "checking for -lsane... " >&6; }
9555 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9556 $as_echo_n "(cached) " >&6
9557 else
9558 ac_check_soname_save_LIBS=$LIBS
9559 LIBS="-lsane $ac_sane_libs $LIBS"
9560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9561 /* end confdefs.h. */
9563 /* Override any GCC internal prototype to avoid an error.
9564 Use char because int might match the return type of a GCC
9565 builtin and then its argument prototype would still apply. */
9566 #ifdef __cplusplus
9567 extern "C"
9568 #endif
9569 char sane_init ();
9571 main ()
9573 return sane_init ();
9575 return 0;
9577 _ACEOF
9578 if ac_fn_c_try_link "$LINENO"; then :
9579 case "$LIBEXT" in
9580 dll) ;;
9581 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'` ;;
9582 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9583 esac
9585 rm -f core conftest.err conftest.$ac_objext \
9586 conftest$ac_exeext conftest.$ac_ext
9587 LIBS=$ac_check_soname_save_LIBS
9589 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9591 $as_echo "not found" >&6; }
9593 else
9594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9595 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9597 cat >>confdefs.h <<_ACEOF
9598 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9599 _ACEOF
9601 SANEINCL="$ac_sane_incl"
9607 CPPFLAGS="$ac_save_CPPFLAGS"
9609 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9610 case "x$with_sane" in
9611 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9612 xno) ;;
9613 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9614 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9615 esac
9618 if test "x$with_gphoto" != "xno"
9619 then
9620 ac_save_CPPFLAGS="$CPPFLAGS"
9621 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9622 set dummy gphoto2-config; ac_word=$2
9623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9624 $as_echo_n "checking for $ac_word... " >&6; }
9625 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9626 $as_echo_n "(cached) " >&6
9627 else
9628 if test -n "$gphoto2_devel"; then
9629 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9630 else
9631 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9632 for as_dir in $PATH
9634 IFS=$as_save_IFS
9635 test -z "$as_dir" && as_dir=.
9636 for ac_exec_ext in '' $ac_executable_extensions; do
9637 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9638 ac_cv_prog_gphoto2_devel="gphoto2-config"
9639 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9640 break 2
9642 done
9643 done
9644 IFS=$as_save_IFS
9646 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9649 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9650 if test -n "$gphoto2_devel"; then
9651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9652 $as_echo "$gphoto2_devel" >&6; }
9653 else
9654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9655 $as_echo "no" >&6; }
9659 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9660 set dummy gphoto2-port-config; ac_word=$2
9661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9662 $as_echo_n "checking for $ac_word... " >&6; }
9663 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9664 $as_echo_n "(cached) " >&6
9665 else
9666 if test -n "$gphoto2port_devel"; then
9667 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9668 else
9669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9670 for as_dir in $PATH
9672 IFS=$as_save_IFS
9673 test -z "$as_dir" && as_dir=.
9674 for ac_exec_ext in '' $ac_executable_extensions; do
9675 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9676 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9677 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9678 break 2
9680 done
9681 done
9682 IFS=$as_save_IFS
9684 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9687 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9688 if test -n "$gphoto2port_devel"; then
9689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9690 $as_echo "$gphoto2port_devel" >&6; }
9691 else
9692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9693 $as_echo "no" >&6; }
9697 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9698 then
9699 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9700 ac_gphoto2_libs=""
9701 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9703 case "$i" in
9704 -L/usr/lib|-L/usr/lib64) ;;
9705 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9706 esac
9707 done
9708 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9710 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9711 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9712 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9714 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9715 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9716 $as_echo_n "(cached) " >&6
9717 else
9718 ac_check_lib_save_LIBS=$LIBS
9719 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9721 /* end confdefs.h. */
9723 /* Override any GCC internal prototype to avoid an error.
9724 Use char because int might match the return type of a GCC
9725 builtin and then its argument prototype would still apply. */
9726 #ifdef __cplusplus
9727 extern "C"
9728 #endif
9729 char gp_camera_new ();
9731 main ()
9733 return gp_camera_new ();
9735 return 0;
9737 _ACEOF
9738 if ac_fn_c_try_link "$LINENO"; then :
9739 ac_cv_lib_gphoto2_gp_camera_new=yes
9740 else
9741 ac_cv_lib_gphoto2_gp_camera_new=no
9743 rm -f core conftest.err conftest.$ac_objext \
9744 conftest$ac_exeext conftest.$ac_ext
9745 LIBS=$ac_check_lib_save_LIBS
9747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9748 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9749 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9751 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9753 GPHOTO2LIBS="$ac_gphoto2_libs"
9755 GPHOTO2INCL="$ac_gphoto2_incl"
9762 CPPFLAGS="$ac_save_CPPFLAGS"
9764 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9765 case "x$with_gphoto" in
9766 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9767 xno) ;;
9768 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9769 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9770 esac
9774 RESOLVLIBS=""
9776 if test "$ac_cv_header_resolv_h" = "yes"
9777 then
9778 ac_save_LIBS="$LIBS"
9779 LIBS="$LIBS -lresolv"
9780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9781 /* end confdefs.h. */
9782 #ifdef HAVE_NETINET_IN_H
9783 #include <netinet/in.h>
9784 #endif
9785 #include <resolv.h>
9787 main ()
9789 res_init();
9791 return 0;
9793 _ACEOF
9794 if ac_fn_c_try_link "$LINENO"; then :
9796 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9798 RESOLVLIBS="-lresolv"
9800 rm -f core conftest.err conftest.$ac_objext \
9801 conftest$ac_exeext conftest.$ac_ext
9802 LIBS="$ac_save_LIBS"
9805 LCMSLIBS=""
9807 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9808 then
9809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9810 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9811 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9812 $as_echo_n "(cached) " >&6
9813 else
9814 ac_check_lib_save_LIBS=$LIBS
9815 LIBS="-llcms $LIBS"
9816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9817 /* end confdefs.h. */
9819 /* Override any GCC internal prototype to avoid an error.
9820 Use char because int might match the return type of a GCC
9821 builtin and then its argument prototype would still apply. */
9822 #ifdef __cplusplus
9823 extern "C"
9824 #endif
9825 char cmsOpenProfileFromFile ();
9827 main ()
9829 return cmsOpenProfileFromFile ();
9831 return 0;
9833 _ACEOF
9834 if ac_fn_c_try_link "$LINENO"; then :
9835 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9836 else
9837 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9839 rm -f core conftest.err conftest.$ac_objext \
9840 conftest$ac_exeext conftest.$ac_ext
9841 LIBS=$ac_check_lib_save_LIBS
9843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9844 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9845 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9847 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9849 LCMSLIBS="-llcms"
9853 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9854 case "x$with_cms" in
9855 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9856 xno) ;;
9857 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9858 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9859 esac
9862 if test "x$with_freetype" != "xno"
9863 then
9864 for ac_prog in freetype-config freetype2-config
9866 # Extract the first word of "$ac_prog", so it can be a program name with args.
9867 set dummy $ac_prog; ac_word=$2
9868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9869 $as_echo_n "checking for $ac_word... " >&6; }
9870 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9871 $as_echo_n "(cached) " >&6
9872 else
9873 if test -n "$ft_devel"; then
9874 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9875 else
9876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9877 for as_dir in $PATH
9879 IFS=$as_save_IFS
9880 test -z "$as_dir" && as_dir=.
9881 for ac_exec_ext in '' $ac_executable_extensions; do
9882 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9883 ac_cv_prog_ft_devel="$ac_prog"
9884 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9885 break 2
9887 done
9888 done
9889 IFS=$as_save_IFS
9893 ft_devel=$ac_cv_prog_ft_devel
9894 if test -n "$ft_devel"; then
9895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9896 $as_echo "$ft_devel" >&6; }
9897 else
9898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9899 $as_echo "no" >&6; }
9903 test -n "$ft_devel" && break
9904 done
9905 test -n "$ft_devel" || ft_devel="no"
9907 if test "$ft_devel" != "no"
9908 then
9909 ac_freetype_incl=`$ft_devel --cflags`
9910 ac_freetype_libs=`$ft_devel --libs`
9912 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
9913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
9914 $as_echo_n "checking for -lfreetype... " >&6; }
9915 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
9916 $as_echo_n "(cached) " >&6
9917 else
9918 ac_check_soname_save_LIBS=$LIBS
9919 LIBS="-lfreetype $ac_freetype_libs $LIBS"
9920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9921 /* end confdefs.h. */
9923 /* Override any GCC internal prototype to avoid an error.
9924 Use char because int might match the return type of a GCC
9925 builtin and then its argument prototype would still apply. */
9926 #ifdef __cplusplus
9927 extern "C"
9928 #endif
9929 char FT_Init_FreeType ();
9931 main ()
9933 return FT_Init_FreeType ();
9935 return 0;
9937 _ACEOF
9938 if ac_fn_c_try_link "$LINENO"; then :
9939 case "$LIBEXT" in
9940 dll) ;;
9941 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'` ;;
9942 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9943 esac
9945 rm -f core conftest.err conftest.$ac_objext \
9946 conftest$ac_exeext conftest.$ac_ext
9947 LIBS=$ac_check_soname_save_LIBS
9949 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
9950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9951 $as_echo "not found" >&6; }
9952 ft_lib=no
9953 else
9954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
9955 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
9957 cat >>confdefs.h <<_ACEOF
9958 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
9959 _ACEOF
9961 ft_lib=yes
9963 if test "$ft_lib" = "yes"
9964 then
9965 ac_save_CPPFLAGS="$CPPFLAGS"
9966 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
9967 for ac_header in ft2build.h \
9968 freetype/freetype.h \
9969 freetype/ftglyph.h \
9970 freetype/fttypes.h \
9971 freetype/tttables.h \
9972 freetype/ftsnames.h \
9973 freetype/ttnameid.h \
9974 freetype/ftoutln.h \
9975 freetype/ftwinfnt.h \
9976 freetype/ftmodapi.h \
9977 freetype/ftlcdfil.h \
9978 freetype/internal/sfnt.h
9979 do :
9980 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9981 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
9982 # include <ft2build.h>
9983 #endif
9985 eval as_val=\$$as_ac_Header
9986 if test "x$as_val" = x""yes; then :
9987 cat >>confdefs.h <<_ACEOF
9988 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9989 _ACEOF
9993 done
9995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9996 /* end confdefs.h. */
9997 #include <ft2build.h>
9998 #include <freetype/fttrigon.h>
9999 _ACEOF
10000 if ac_fn_c_try_cpp "$LINENO"; then :
10002 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10004 wine_cv_fttrigon=yes
10005 else
10006 wine_cv_fttrigon=no
10008 rm -f conftest.err conftest.$ac_ext
10009 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10011 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10013 cat >>confdefs.h <<_ACEOF
10014 #define HAVE_FT_TRUETYPEENGINETYPE 1
10015 _ACEOF
10020 ac_save_CFLAGS="$CFLAGS"
10021 CFLAGS="$CFLAGS $ac_freetype_libs"
10022 for ac_func in FT_Load_Sfnt_Table
10023 do :
10024 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10025 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10026 cat >>confdefs.h <<_ACEOF
10027 #define HAVE_FT_LOAD_SFNT_TABLE 1
10028 _ACEOF
10031 done
10033 CFLAGS="$ac_save_CFLAGS"
10034 CPPFLAGS="$ac_save_CPPFLAGS"
10035 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10036 then
10038 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10040 FREETYPELIBS="$ac_freetype_libs"
10042 FREETYPEINCL="$ac_freetype_incl"
10047 if test "x$FREETYPELIBS" = "x"; then :
10048 case "x$with_freetype" in
10049 xno) ;;
10050 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10051 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10052 esac
10054 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10057 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10058 if test "${ac_cv_c_ppdev+set}" = set; then :
10059 $as_echo_n "(cached) " >&6
10060 else
10061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10062 /* end confdefs.h. */
10063 #include <linux/ppdev.h>
10065 main ()
10067 ioctl (1,PPCLAIM,0)
10069 return 0;
10071 _ACEOF
10072 if ac_fn_c_try_compile "$LINENO"; then :
10073 ac_cv_c_ppdev="yes"
10074 else
10075 ac_cv_c_ppdev="no"
10077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10080 $as_echo "$ac_cv_c_ppdev" >&6; }
10081 if test "$ac_cv_c_ppdev" = "yes"
10082 then
10084 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10088 ac_wine_check_funcs_save_LIBS="$LIBS"
10089 LIBS="$LIBS $LIBPTHREAD"
10090 for ac_func in \
10091 pthread_attr_get_np \
10092 pthread_getattr_np \
10093 pthread_get_stackaddr_np \
10094 pthread_get_stacksize_np
10095 do :
10096 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10097 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10098 eval as_val=\$$as_ac_var
10099 if test "x$as_val" = x""yes; then :
10100 cat >>confdefs.h <<_ACEOF
10101 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10102 _ACEOF
10105 done
10107 LIBS="$ac_wine_check_funcs_save_LIBS"
10109 if test "$ac_cv_header_zlib_h" = "yes"
10110 then
10111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10112 $as_echo_n "checking for inflate in -lz... " >&6; }
10113 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10114 $as_echo_n "(cached) " >&6
10115 else
10116 ac_check_lib_save_LIBS=$LIBS
10117 LIBS="-lz $LIBS"
10118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10119 /* end confdefs.h. */
10121 /* Override any GCC internal prototype to avoid an error.
10122 Use char because int might match the return type of a GCC
10123 builtin and then its argument prototype would still apply. */
10124 #ifdef __cplusplus
10125 extern "C"
10126 #endif
10127 char inflate ();
10129 main ()
10131 return inflate ();
10133 return 0;
10135 _ACEOF
10136 if ac_fn_c_try_link "$LINENO"; then :
10137 ac_cv_lib_z_inflate=yes
10138 else
10139 ac_cv_lib_z_inflate=no
10141 rm -f core conftest.err conftest.$ac_objext \
10142 conftest$ac_exeext conftest.$ac_ext
10143 LIBS=$ac_check_lib_save_LIBS
10145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10146 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10147 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10149 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10151 ZLIB="-lz"
10157 if test "x$with_esd" != xno
10158 then
10159 save_CFLAGS="$CFLAGS"
10160 # Extract the first word of "esd-config", so it can be a program name with args.
10161 set dummy esd-config; ac_word=$2
10162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10163 $as_echo_n "checking for $ac_word... " >&6; }
10164 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10165 $as_echo_n "(cached) " >&6
10166 else
10167 case $ESDCONFIG in
10168 [\\/]* | ?:[\\/]*)
10169 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10172 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10173 for as_dir in $PATH
10175 IFS=$as_save_IFS
10176 test -z "$as_dir" && as_dir=.
10177 for ac_exec_ext in '' $ac_executable_extensions; do
10178 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10179 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10180 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10181 break 2
10183 done
10184 done
10185 IFS=$as_save_IFS
10187 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10189 esac
10191 ESDCONFIG=$ac_cv_path_ESDCONFIG
10192 if test -n "$ESDCONFIG"; then
10193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10194 $as_echo "$ESDCONFIG" >&6; }
10195 else
10196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10197 $as_echo "no" >&6; }
10201 if test "x$ESDCONFIG" != "xno"
10202 then
10203 ac_esd_incl=""
10204 for i in `$ESDCONFIG --cflags`
10206 case "$i" in
10207 -I*) ac_esd_incl="$ac_esd_incl $i";;
10208 esac
10209 done
10210 ac_esd_libs=`$ESDCONFIG --libs`
10211 CFLAGS="$CFLAGS $ac_esd_incl"
10213 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10214 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10215 if test "x$ac_cv_header_esd_h" = x""yes; then :
10216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10217 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10218 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10219 $as_echo_n "(cached) " >&6
10220 else
10221 ac_check_lib_save_LIBS=$LIBS
10222 LIBS="-lesd $ac_esd_libs $LIBS"
10223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10224 /* end confdefs.h. */
10226 /* Override any GCC internal prototype to avoid an error.
10227 Use char because int might match the return type of a GCC
10228 builtin and then its argument prototype would still apply. */
10229 #ifdef __cplusplus
10230 extern "C"
10231 #endif
10232 char esd_open_sound ();
10234 main ()
10236 return esd_open_sound ();
10238 return 0;
10240 _ACEOF
10241 if ac_fn_c_try_link "$LINENO"; then :
10242 ac_cv_lib_esd_esd_open_sound=yes
10243 else
10244 ac_cv_lib_esd_esd_open_sound=no
10246 rm -f core conftest.err conftest.$ac_objext \
10247 conftest$ac_exeext conftest.$ac_ext
10248 LIBS=$ac_check_lib_save_LIBS
10250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10251 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10252 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10253 ESDINCL="$ac_esd_incl"
10255 ESDLIBS="$ac_esd_libs"
10258 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10265 CFLAGS="$save_CFLAGS"
10268 ALSALIBS=""
10270 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10271 then
10272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10273 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10274 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10275 $as_echo_n "(cached) " >&6
10276 else
10277 ac_check_lib_save_LIBS=$LIBS
10278 LIBS="-lasound $LIBS"
10279 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10280 /* end confdefs.h. */
10282 /* Override any GCC internal prototype to avoid an error.
10283 Use char because int might match the return type of a GCC
10284 builtin and then its argument prototype would still apply. */
10285 #ifdef __cplusplus
10286 extern "C"
10287 #endif
10288 char snd_pcm_hw_params_get_access ();
10290 main ()
10292 return snd_pcm_hw_params_get_access ();
10294 return 0;
10296 _ACEOF
10297 if ac_fn_c_try_link "$LINENO"; then :
10298 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10299 else
10300 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10302 rm -f core conftest.err conftest.$ac_objext \
10303 conftest$ac_exeext conftest.$ac_ext
10304 LIBS=$ac_check_lib_save_LIBS
10306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10307 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10308 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10310 /* end confdefs.h. */
10311 #ifdef HAVE_ALSA_ASOUNDLIB_H
10312 #include <alsa/asoundlib.h>
10313 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10314 #include <sys/asoundlib.h>
10315 #endif
10317 main ()
10319 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10321 return 0;
10323 _ACEOF
10324 if ac_fn_c_try_compile "$LINENO"; then :
10326 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10328 ALSALIBS="-lasound"
10330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10335 AUDIOIOLIBS=""
10337 if test "$ac_cv_header_libaudioio_h" = "yes"
10338 then
10339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10340 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10341 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10342 $as_echo_n "(cached) " >&6
10343 else
10344 ac_check_lib_save_LIBS=$LIBS
10345 LIBS="-laudioio $LIBS"
10346 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10347 /* end confdefs.h. */
10349 /* Override any GCC internal prototype to avoid an error.
10350 Use char because int might match the return type of a GCC
10351 builtin and then its argument prototype would still apply. */
10352 #ifdef __cplusplus
10353 extern "C"
10354 #endif
10355 char AudioIOGetVersion ();
10357 main ()
10359 return AudioIOGetVersion ();
10361 return 0;
10363 _ACEOF
10364 if ac_fn_c_try_link "$LINENO"; then :
10365 ac_cv_lib_audioio_AudioIOGetVersion=yes
10366 else
10367 ac_cv_lib_audioio_AudioIOGetVersion=no
10369 rm -f core conftest.err conftest.$ac_objext \
10370 conftest$ac_exeext conftest.$ac_ext
10371 LIBS=$ac_check_lib_save_LIBS
10373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10374 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10375 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10376 AUDIOIOLIBS="-laudioio"
10378 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10385 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10386 then
10387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10388 $as_echo_n "checking for -lcapi20... " >&6; }
10389 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10390 $as_echo_n "(cached) " >&6
10391 else
10392 ac_check_soname_save_LIBS=$LIBS
10393 LIBS="-lcapi20 $LIBS"
10394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10395 /* end confdefs.h. */
10397 /* Override any GCC internal prototype to avoid an error.
10398 Use char because int might match the return type of a GCC
10399 builtin and then its argument prototype would still apply. */
10400 #ifdef __cplusplus
10401 extern "C"
10402 #endif
10403 char capi20_register ();
10405 main ()
10407 return capi20_register ();
10409 return 0;
10411 _ACEOF
10412 if ac_fn_c_try_link "$LINENO"; then :
10413 case "$LIBEXT" in
10414 dll) ;;
10415 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'` ;;
10416 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10417 esac
10419 rm -f core conftest.err conftest.$ac_objext \
10420 conftest$ac_exeext conftest.$ac_ext
10421 LIBS=$ac_check_soname_save_LIBS
10423 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10425 $as_echo "not found" >&6; }
10427 else
10428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10429 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10431 cat >>confdefs.h <<_ACEOF
10432 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10433 _ACEOF
10438 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10439 case "x$with_capi" in
10440 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10441 xno) ;;
10442 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10443 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10444 esac
10447 CUPSINCL=""
10449 if test "x$with_cups" != "xno"
10450 then
10451 ac_save_CPPFLAGS="$CPPFLAGS"
10452 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10453 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10454 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10455 for ac_header in cups/cups.h
10456 do :
10457 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10458 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10459 cat >>confdefs.h <<_ACEOF
10460 #define HAVE_CUPS_CUPS_H 1
10461 _ACEOF
10462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10463 $as_echo_n "checking for -lcups... " >&6; }
10464 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10465 $as_echo_n "(cached) " >&6
10466 else
10467 ac_check_soname_save_LIBS=$LIBS
10468 LIBS="-lcups $ac_cups_libs $LIBS"
10469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10470 /* end confdefs.h. */
10472 /* Override any GCC internal prototype to avoid an error.
10473 Use char because int might match the return type of a GCC
10474 builtin and then its argument prototype would still apply. */
10475 #ifdef __cplusplus
10476 extern "C"
10477 #endif
10478 char cupsGetDefault ();
10480 main ()
10482 return cupsGetDefault ();
10484 return 0;
10486 _ACEOF
10487 if ac_fn_c_try_link "$LINENO"; then :
10488 case "$LIBEXT" in
10489 dll) ;;
10490 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'` ;;
10491 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10492 esac
10494 rm -f core conftest.err conftest.$ac_objext \
10495 conftest$ac_exeext conftest.$ac_ext
10496 LIBS=$ac_check_soname_save_LIBS
10498 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10500 $as_echo "not found" >&6; }
10502 else
10503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10504 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10506 cat >>confdefs.h <<_ACEOF
10507 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10508 _ACEOF
10510 CUPSINCL="$ac_cups_cflags"
10514 done
10516 CPPFLAGS="$ac_save_CPPFLAGS"
10518 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10519 case "x$with_cups" in
10520 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10521 xno) ;;
10522 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10523 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10524 esac
10527 if test "$ac_cv_header_jack_jack_h" = "yes"
10528 then
10529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10530 $as_echo_n "checking for -ljack... " >&6; }
10531 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10532 $as_echo_n "(cached) " >&6
10533 else
10534 ac_check_soname_save_LIBS=$LIBS
10535 LIBS="-ljack $LIBS"
10536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10537 /* end confdefs.h. */
10539 /* Override any GCC internal prototype to avoid an error.
10540 Use char because int might match the return type of a GCC
10541 builtin and then its argument prototype would still apply. */
10542 #ifdef __cplusplus
10543 extern "C"
10544 #endif
10545 char jack_client_new ();
10547 main ()
10549 return jack_client_new ();
10551 return 0;
10553 _ACEOF
10554 if ac_fn_c_try_link "$LINENO"; then :
10555 case "$LIBEXT" in
10556 dll) ;;
10557 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'` ;;
10558 *) 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'` ;;
10559 esac
10561 rm -f core conftest.err conftest.$ac_objext \
10562 conftest$ac_exeext conftest.$ac_ext
10563 LIBS=$ac_check_soname_save_LIBS
10565 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10567 $as_echo "not found" >&6; }
10569 else
10570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10571 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10573 cat >>confdefs.h <<_ACEOF
10574 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10575 _ACEOF
10581 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10582 then
10583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10584 $as_echo_n "checking for -lfontconfig... " >&6; }
10585 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10586 $as_echo_n "(cached) " >&6
10587 else
10588 ac_check_soname_save_LIBS=$LIBS
10589 LIBS="-lfontconfig $LIBS"
10590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10591 /* end confdefs.h. */
10593 /* Override any GCC internal prototype to avoid an error.
10594 Use char because int might match the return type of a GCC
10595 builtin and then its argument prototype would still apply. */
10596 #ifdef __cplusplus
10597 extern "C"
10598 #endif
10599 char FcInit ();
10601 main ()
10603 return FcInit ();
10605 return 0;
10607 _ACEOF
10608 if ac_fn_c_try_link "$LINENO"; then :
10609 case "$LIBEXT" in
10610 dll) ;;
10611 dylib) ac_cv_lib_soname_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'` ;;
10612 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10613 esac
10615 rm -f core conftest.err conftest.$ac_objext \
10616 conftest$ac_exeext conftest.$ac_ext
10617 LIBS=$ac_check_soname_save_LIBS
10619 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10621 $as_echo "not found" >&6; }
10623 else
10624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10625 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10627 cat >>confdefs.h <<_ACEOF
10628 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10629 _ACEOF
10633 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10634 then
10635 ac_save_CPPFLAGS="$CPPFLAGS"
10636 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10637 $as_unset ac_cv_header_fontconfig_fontconfig_h
10638 for ac_header in fontconfig/fontconfig.h
10639 do :
10640 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10641 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10642 cat >>confdefs.h <<_ACEOF
10643 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10644 _ACEOF
10648 done
10650 CPPFLAGS="$ac_save_CPPFLAGS"
10651 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10652 then
10653 FONTCONFIGINCL="$X_CFLAGS"
10655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10656 $as_echo_n "checking for -lfontconfig... " >&6; }
10657 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10658 $as_echo_n "(cached) " >&6
10659 else
10660 ac_check_soname_save_LIBS=$LIBS
10661 LIBS="-lfontconfig $X_LIBS $LIBS"
10662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10663 /* end confdefs.h. */
10665 /* Override any GCC internal prototype to avoid an error.
10666 Use char because int might match the return type of a GCC
10667 builtin and then its argument prototype would still apply. */
10668 #ifdef __cplusplus
10669 extern "C"
10670 #endif
10671 char FcInit ();
10673 main ()
10675 return FcInit ();
10677 return 0;
10679 _ACEOF
10680 if ac_fn_c_try_link "$LINENO"; then :
10681 case "$LIBEXT" in
10682 dll) ;;
10683 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'` ;;
10684 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10685 esac
10687 rm -f core conftest.err conftest.$ac_objext \
10688 conftest$ac_exeext conftest.$ac_ext
10689 LIBS=$ac_check_soname_save_LIBS
10691 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10693 $as_echo "not found" >&6; }
10695 else
10696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10697 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10699 cat >>confdefs.h <<_ACEOF
10700 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10701 _ACEOF
10707 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10708 case "x$with_fontconfig" in
10709 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10710 xno) ;;
10711 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10712 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10713 esac
10716 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10717 then
10718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10719 $as_echo_n "checking for -lssl... " >&6; }
10720 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10721 $as_echo_n "(cached) " >&6
10722 else
10723 ac_check_soname_save_LIBS=$LIBS
10724 LIBS="-lssl $LIBS"
10725 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10726 /* end confdefs.h. */
10728 /* Override any GCC internal prototype to avoid an error.
10729 Use char because int might match the return type of a GCC
10730 builtin and then its argument prototype would still apply. */
10731 #ifdef __cplusplus
10732 extern "C"
10733 #endif
10734 char SSL_library_init ();
10736 main ()
10738 return SSL_library_init ();
10740 return 0;
10742 _ACEOF
10743 if ac_fn_c_try_link "$LINENO"; then :
10744 case "$LIBEXT" in
10745 dll) ;;
10746 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'` ;;
10747 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10748 esac
10750 rm -f core conftest.err conftest.$ac_objext \
10751 conftest$ac_exeext conftest.$ac_ext
10752 LIBS=$ac_check_soname_save_LIBS
10754 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10756 $as_echo "not found" >&6; }
10758 else
10759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10760 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10762 cat >>confdefs.h <<_ACEOF
10763 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10764 _ACEOF
10768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10769 $as_echo_n "checking for -lcrypto... " >&6; }
10770 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10771 $as_echo_n "(cached) " >&6
10772 else
10773 ac_check_soname_save_LIBS=$LIBS
10774 LIBS="-lcrypto $LIBS"
10775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10776 /* end confdefs.h. */
10778 /* Override any GCC internal prototype to avoid an error.
10779 Use char because int might match the return type of a GCC
10780 builtin and then its argument prototype would still apply. */
10781 #ifdef __cplusplus
10782 extern "C"
10783 #endif
10784 char BIO_new_socket ();
10786 main ()
10788 return BIO_new_socket ();
10790 return 0;
10792 _ACEOF
10793 if ac_fn_c_try_link "$LINENO"; then :
10794 case "$LIBEXT" in
10795 dll) ;;
10796 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'` ;;
10797 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10798 esac
10800 rm -f core conftest.err conftest.$ac_objext \
10801 conftest$ac_exeext conftest.$ac_ext
10802 LIBS=$ac_check_soname_save_LIBS
10804 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10806 $as_echo "not found" >&6; }
10808 else
10809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10810 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10812 cat >>confdefs.h <<_ACEOF
10813 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10814 _ACEOF
10819 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10820 case "x$with_openssl" in
10821 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10822 xno) ;;
10823 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10824 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10825 esac
10828 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10829 then
10830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10831 $as_echo_n "checking for -lgsm... " >&6; }
10832 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10833 $as_echo_n "(cached) " >&6
10834 else
10835 ac_check_soname_save_LIBS=$LIBS
10836 LIBS="-lgsm $LIBS"
10837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10838 /* end confdefs.h. */
10840 /* Override any GCC internal prototype to avoid an error.
10841 Use char because int might match the return type of a GCC
10842 builtin and then its argument prototype would still apply. */
10843 #ifdef __cplusplus
10844 extern "C"
10845 #endif
10846 char gsm_create ();
10848 main ()
10850 return gsm_create ();
10852 return 0;
10854 _ACEOF
10855 if ac_fn_c_try_link "$LINENO"; then :
10856 case "$LIBEXT" in
10857 dll) ;;
10858 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'` ;;
10859 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10860 esac
10862 rm -f core conftest.err conftest.$ac_objext \
10863 conftest$ac_exeext conftest.$ac_ext
10864 LIBS=$ac_check_soname_save_LIBS
10866 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10868 $as_echo "not found" >&6; }
10870 else
10871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10872 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10874 cat >>confdefs.h <<_ACEOF
10875 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10876 _ACEOF
10881 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10882 case "x$with_gsm" in
10883 x) wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10884 xno) ;;
10885 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10886 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
10887 esac
10890 if test "$ac_cv_header_jpeglib_h" = "yes"
10891 then
10892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10893 $as_echo_n "checking for -ljpeg... " >&6; }
10894 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10895 $as_echo_n "(cached) " >&6
10896 else
10897 ac_check_soname_save_LIBS=$LIBS
10898 LIBS="-ljpeg $LIBS"
10899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10900 /* end confdefs.h. */
10902 /* Override any GCC internal prototype to avoid an error.
10903 Use char because int might match the return type of a GCC
10904 builtin and then its argument prototype would still apply. */
10905 #ifdef __cplusplus
10906 extern "C"
10907 #endif
10908 char jpeg_start_decompress ();
10910 main ()
10912 return jpeg_start_decompress ();
10914 return 0;
10916 _ACEOF
10917 if ac_fn_c_try_link "$LINENO"; then :
10918 case "$LIBEXT" in
10919 dll) ;;
10920 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'` ;;
10921 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10922 esac
10924 rm -f core conftest.err conftest.$ac_objext \
10925 conftest$ac_exeext conftest.$ac_ext
10926 LIBS=$ac_check_soname_save_LIBS
10928 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10930 $as_echo "not found" >&6; }
10932 else
10933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
10934 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
10936 cat >>confdefs.h <<_ACEOF
10937 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
10938 _ACEOF
10943 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10944 case "x$with_jpeg" in
10945 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
10946 xno) ;;
10947 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
10948 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
10949 esac
10952 if test "$ac_cv_header_png_h" = "yes"
10953 then
10954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
10955 $as_echo_n "checking for -lpng... " >&6; }
10956 if test "${ac_cv_lib_soname_png+set}" = set; then :
10957 $as_echo_n "(cached) " >&6
10958 else
10959 ac_check_soname_save_LIBS=$LIBS
10960 LIBS="-lpng -lm -lz $LIBS"
10961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10962 /* end confdefs.h. */
10964 /* Override any GCC internal prototype to avoid an error.
10965 Use char because int might match the return type of a GCC
10966 builtin and then its argument prototype would still apply. */
10967 #ifdef __cplusplus
10968 extern "C"
10969 #endif
10970 char png_create_read_struct ();
10972 main ()
10974 return png_create_read_struct ();
10976 return 0;
10978 _ACEOF
10979 if ac_fn_c_try_link "$LINENO"; then :
10980 case "$LIBEXT" in
10981 dll) ;;
10982 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'` ;;
10983 *) 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'` ;;
10984 esac
10986 rm -f core conftest.err conftest.$ac_objext \
10987 conftest$ac_exeext conftest.$ac_ext
10988 LIBS=$ac_check_soname_save_LIBS
10990 if test "x$ac_cv_lib_soname_png" = "x"; then :
10991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10992 $as_echo "not found" >&6; }
10994 else
10995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
10996 $as_echo "$ac_cv_lib_soname_png" >&6; }
10998 cat >>confdefs.h <<_ACEOF
10999 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11000 _ACEOF
11004 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11005 then
11006 ac_save_CPPFLAGS="$CPPFLAGS"
11007 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11008 $as_unset ac_cv_header_png_h
11009 for ac_header in png.h
11010 do :
11011 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11012 if test "x$ac_cv_header_png_h" = x""yes; then :
11013 cat >>confdefs.h <<_ACEOF
11014 #define HAVE_PNG_H 1
11015 _ACEOF
11019 done
11021 CPPFLAGS="$ac_save_CPPFLAGS"
11022 if test "$ac_cv_header_png_h" = "yes"
11023 then
11024 PNGINCL="$X_CFLAGS"
11026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11027 $as_echo_n "checking for -lpng... " >&6; }
11028 if test "${ac_cv_lib_soname_png+set}" = set; then :
11029 $as_echo_n "(cached) " >&6
11030 else
11031 ac_check_soname_save_LIBS=$LIBS
11032 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11034 /* end confdefs.h. */
11036 /* Override any GCC internal prototype to avoid an error.
11037 Use char because int might match the return type of a GCC
11038 builtin and then its argument prototype would still apply. */
11039 #ifdef __cplusplus
11040 extern "C"
11041 #endif
11042 char png_create_read_struct ();
11044 main ()
11046 return png_create_read_struct ();
11048 return 0;
11050 _ACEOF
11051 if ac_fn_c_try_link "$LINENO"; then :
11052 case "$LIBEXT" in
11053 dll) ;;
11054 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'` ;;
11055 *) 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'` ;;
11056 esac
11058 rm -f core conftest.err conftest.$ac_objext \
11059 conftest$ac_exeext conftest.$ac_ext
11060 LIBS=$ac_check_soname_save_LIBS
11062 if test "x$ac_cv_lib_soname_png" = "x"; then :
11063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11064 $as_echo "not found" >&6; }
11066 else
11067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11068 $as_echo "$ac_cv_lib_soname_png" >&6; }
11070 cat >>confdefs.h <<_ACEOF
11071 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11072 _ACEOF
11078 if test "x$ac_cv_lib_soname_png" = "x"; then :
11079 case "x$with_png" in
11080 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11081 xno) ;;
11082 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11083 This is an error since --with-png was requested." "$LINENO" 5 ;;
11084 esac
11087 if test "$ac_cv_header_mpg123_h" = "yes"
11088 then
11089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11090 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11091 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11092 $as_echo_n "(cached) " >&6
11093 else
11094 ac_check_lib_save_LIBS=$LIBS
11095 LIBS="-lmpg123 $LIBS"
11096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11097 /* end confdefs.h. */
11099 /* Override any GCC internal prototype to avoid an error.
11100 Use char because int might match the return type of a GCC
11101 builtin and then its argument prototype would still apply. */
11102 #ifdef __cplusplus
11103 extern "C"
11104 #endif
11105 char mpg123_feed ();
11107 main ()
11109 return mpg123_feed ();
11111 return 0;
11113 _ACEOF
11114 if ac_fn_c_try_link "$LINENO"; then :
11115 ac_cv_lib_mpg123_mpg123_feed=yes
11116 else
11117 ac_cv_lib_mpg123_mpg123_feed=no
11119 rm -f core conftest.err conftest.$ac_objext \
11120 conftest$ac_exeext conftest.$ac_ext
11121 LIBS=$ac_check_lib_save_LIBS
11123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11124 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11125 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11126 LIBMPG123="-lmpg123"
11131 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
11132 case "x$with_mpg123" in
11133 x) wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11134 xno) ;;
11135 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11136 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11137 esac
11139 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11141 if test "$ac_cv_header_AL_al_h" = "yes"
11142 then
11143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11144 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11145 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11146 $as_echo_n "(cached) " >&6
11147 else
11148 ac_check_lib_save_LIBS=$LIBS
11149 LIBS="-lopenal $LIBS"
11150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11151 /* end confdefs.h. */
11153 /* Override any GCC internal prototype to avoid an error.
11154 Use char because int might match the return type of a GCC
11155 builtin and then its argument prototype would still apply. */
11156 #ifdef __cplusplus
11157 extern "C"
11158 #endif
11159 char alGetSource3i ();
11161 main ()
11163 return alGetSource3i ();
11165 return 0;
11167 _ACEOF
11168 if ac_fn_c_try_link "$LINENO"; then :
11169 ac_cv_lib_openal_alGetSource3i=yes
11170 else
11171 ac_cv_lib_openal_alGetSource3i=no
11173 rm -f core conftest.err conftest.$ac_objext \
11174 conftest$ac_exeext conftest.$ac_ext
11175 LIBS=$ac_check_lib_save_LIBS
11177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11178 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11179 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11180 LIBOPENAL="-lopenal"
11185 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11186 case "x$with_openal" in
11187 x) wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11188 xno) ;;
11189 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11190 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11191 esac
11193 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11195 if test "$ac_cv_header_kstat_h" = "yes"
11196 then
11197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11198 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11199 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11200 $as_echo_n "(cached) " >&6
11201 else
11202 ac_check_lib_save_LIBS=$LIBS
11203 LIBS="-lkstat $LIBS"
11204 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11205 /* end confdefs.h. */
11207 /* Override any GCC internal prototype to avoid an error.
11208 Use char because int might match the return type of a GCC
11209 builtin and then its argument prototype would still apply. */
11210 #ifdef __cplusplus
11211 extern "C"
11212 #endif
11213 char kstat_open ();
11215 main ()
11217 return kstat_open ();
11219 return 0;
11221 _ACEOF
11222 if ac_fn_c_try_link "$LINENO"; then :
11223 ac_cv_lib_kstat_kstat_open=yes
11224 else
11225 ac_cv_lib_kstat_kstat_open=no
11227 rm -f core conftest.err conftest.$ac_objext \
11228 conftest$ac_exeext conftest.$ac_ext
11229 LIBS=$ac_check_lib_save_LIBS
11231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11232 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11233 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11235 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11237 LIBKSTAT="-lkstat"
11243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11244 $as_echo_n "checking for -lodbc... " >&6; }
11245 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11246 $as_echo_n "(cached) " >&6
11247 else
11248 ac_check_soname_save_LIBS=$LIBS
11249 LIBS="-lodbc $LIBS"
11250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11251 /* end confdefs.h. */
11253 /* Override any GCC internal prototype to avoid an error.
11254 Use char because int might match the return type of a GCC
11255 builtin and then its argument prototype would still apply. */
11256 #ifdef __cplusplus
11257 extern "C"
11258 #endif
11259 char SQLConnect ();
11261 main ()
11263 return SQLConnect ();
11265 return 0;
11267 _ACEOF
11268 if ac_fn_c_try_link "$LINENO"; then :
11269 case "$LIBEXT" in
11270 dll) ;;
11271 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'` ;;
11272 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11273 esac
11275 rm -f core conftest.err conftest.$ac_objext \
11276 conftest$ac_exeext conftest.$ac_ext
11277 LIBS=$ac_check_soname_save_LIBS
11279 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11281 $as_echo "not found" >&6; }
11282 cat >>confdefs.h <<_ACEOF
11283 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11284 _ACEOF
11286 else
11287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11288 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11290 cat >>confdefs.h <<_ACEOF
11291 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11292 _ACEOF
11297 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11298 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11299 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11300 "$ac_cv_header_soundcard_h" != "yes" -a \
11301 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11302 then
11303 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
11307 EXTRACFLAGS=""
11309 if test "x${GCC}" = "xyes"
11310 then
11311 EXTRACFLAGS="-Wall -pipe"
11313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11314 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11315 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11316 $as_echo_n "(cached) " >&6
11317 else
11318 if test "$cross_compiling" = yes; then :
11319 ac_cv_c_gcc_strength_bug="yes"
11320 else
11321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11322 /* end confdefs.h. */
11323 int L[4] = {0,1,2,3};
11325 main ()
11327 static int Array[3];
11328 unsigned int B = 3;
11329 int i;
11330 for(i=0; i<B; i++) Array[i] = i - 3;
11331 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11332 L[i] = 4;
11333 return (Array[1] != -2 || L[2] != 3)
11335 return 0;
11337 _ACEOF
11338 if ac_fn_c_try_run "$LINENO"; then :
11339 ac_cv_c_gcc_strength_bug="no"
11340 else
11341 ac_cv_c_gcc_strength_bug="yes"
11343 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11344 conftest.$ac_objext conftest.beam conftest.$ac_ext
11348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11349 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11350 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11351 then
11352 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11356 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11357 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11358 $as_echo_n "(cached) " >&6
11359 else
11360 ac_wine_try_cflags_saved=$CFLAGS
11361 CFLAGS="$CFLAGS -fno-builtin"
11362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11363 /* end confdefs.h. */
11364 int main(int argc, char *argv) { return 0; }
11365 _ACEOF
11366 if ac_fn_c_try_link "$LINENO"; then :
11367 ac_cv_cflags__fno_builtin=yes
11368 else
11369 ac_cv_cflags__fno_builtin=no
11371 rm -f core conftest.err conftest.$ac_objext \
11372 conftest$ac_exeext conftest.$ac_ext
11373 CFLAGS=$ac_wine_try_cflags_saved
11375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11376 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11377 if test $ac_cv_cflags__fno_builtin = yes; then :
11378 BUILTINFLAG="-fno-builtin"
11381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11382 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11383 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11384 $as_echo_n "(cached) " >&6
11385 else
11386 ac_wine_try_cflags_saved=$CFLAGS
11387 CFLAGS="$CFLAGS -fno-strict-aliasing"
11388 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11389 /* end confdefs.h. */
11390 int main(int argc, char *argv) { return 0; }
11391 _ACEOF
11392 if ac_fn_c_try_link "$LINENO"; then :
11393 ac_cv_cflags__fno_strict_aliasing=yes
11394 else
11395 ac_cv_cflags__fno_strict_aliasing=no
11397 rm -f core conftest.err conftest.$ac_objext \
11398 conftest$ac_exeext conftest.$ac_ext
11399 CFLAGS=$ac_wine_try_cflags_saved
11401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11402 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11403 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11404 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11407 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11408 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11409 $as_echo_n "(cached) " >&6
11410 else
11411 ac_wine_try_cflags_saved=$CFLAGS
11412 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11414 /* end confdefs.h. */
11415 int main(int argc, char *argv) { return 0; }
11416 _ACEOF
11417 if ac_fn_c_try_link "$LINENO"; then :
11418 ac_cv_cflags__Wdeclaration_after_statement=yes
11419 else
11420 ac_cv_cflags__Wdeclaration_after_statement=no
11422 rm -f core conftest.err conftest.$ac_objext \
11423 conftest$ac_exeext conftest.$ac_ext
11424 CFLAGS=$ac_wine_try_cflags_saved
11426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11427 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11428 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11429 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11432 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11433 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11434 $as_echo_n "(cached) " >&6
11435 else
11436 ac_wine_try_cflags_saved=$CFLAGS
11437 CFLAGS="$CFLAGS -Wstrict-prototypes"
11438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11439 /* end confdefs.h. */
11440 int main(int argc, char *argv) { return 0; }
11441 _ACEOF
11442 if ac_fn_c_try_link "$LINENO"; then :
11443 ac_cv_cflags__Wstrict_prototypes=yes
11444 else
11445 ac_cv_cflags__Wstrict_prototypes=no
11447 rm -f core conftest.err conftest.$ac_objext \
11448 conftest$ac_exeext conftest.$ac_ext
11449 CFLAGS=$ac_wine_try_cflags_saved
11451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11452 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11453 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11454 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11457 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11458 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11459 $as_echo_n "(cached) " >&6
11460 else
11461 ac_wine_try_cflags_saved=$CFLAGS
11462 CFLAGS="$CFLAGS -Wtype-limits"
11463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11464 /* end confdefs.h. */
11465 int main(int argc, char *argv) { return 0; }
11466 _ACEOF
11467 if ac_fn_c_try_link "$LINENO"; then :
11468 ac_cv_cflags__Wtype_limits=yes
11469 else
11470 ac_cv_cflags__Wtype_limits=no
11472 rm -f core conftest.err conftest.$ac_objext \
11473 conftest$ac_exeext conftest.$ac_ext
11474 CFLAGS=$ac_wine_try_cflags_saved
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11477 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11478 if test $ac_cv_cflags__Wtype_limits = yes; then :
11479 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11482 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11483 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11484 $as_echo_n "(cached) " >&6
11485 else
11486 ac_wine_try_cflags_saved=$CFLAGS
11487 CFLAGS="$CFLAGS -Wwrite-strings"
11488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11489 /* end confdefs.h. */
11490 int main(int argc, char *argv) { return 0; }
11491 _ACEOF
11492 if ac_fn_c_try_link "$LINENO"; then :
11493 ac_cv_cflags__Wwrite_strings=yes
11494 else
11495 ac_cv_cflags__Wwrite_strings=no
11497 rm -f core conftest.err conftest.$ac_objext \
11498 conftest$ac_exeext conftest.$ac_ext
11499 CFLAGS=$ac_wine_try_cflags_saved
11501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11502 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11503 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11504 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11507 saved_CFLAGS="$CFLAGS"
11508 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11510 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11511 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11512 $as_echo_n "(cached) " >&6
11513 else
11514 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11515 /* end confdefs.h. */
11516 #include <string.h>
11518 main ()
11522 return 0;
11524 _ACEOF
11525 if ac_fn_c_try_compile "$LINENO"; then :
11526 ac_cv_c_string_h_warnings=no
11527 else
11528 ac_cv_c_string_h_warnings=yes
11530 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11533 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11534 CFLAGS="$saved_CFLAGS"
11535 if test "$ac_cv_c_string_h_warnings" = "no"
11536 then
11537 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11540 if test "${enable_maintainer_mode+set}" = set
11541 then
11542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11543 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11544 if test "${ac_cv_cflags__Werror+set}" = set; then :
11545 $as_echo_n "(cached) " >&6
11546 else
11547 ac_wine_try_cflags_saved=$CFLAGS
11548 CFLAGS="$CFLAGS -Werror"
11549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11550 /* end confdefs.h. */
11551 int main(int argc, char *argv) { return 0; }
11552 _ACEOF
11553 if ac_fn_c_try_link "$LINENO"; then :
11554 ac_cv_cflags__Werror=yes
11555 else
11556 ac_cv_cflags__Werror=no
11558 rm -f core conftest.err conftest.$ac_objext \
11559 conftest$ac_exeext conftest.$ac_ext
11560 CFLAGS=$ac_wine_try_cflags_saved
11562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11563 $as_echo "$ac_cv_cflags__Werror" >&6; }
11564 if test $ac_cv_cflags__Werror = yes; then :
11565 EXTRACFLAGS="$EXTRACFLAGS -Werror"
11569 saved_CFLAGS="$CFLAGS"
11570 CFLAGS="$CFLAGS -Werror"
11571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11572 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11573 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11574 $as_echo_n "(cached) " >&6
11575 else
11576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11577 /* end confdefs.h. */
11578 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11580 main ()
11584 return 0;
11586 _ACEOF
11587 if ac_fn_c_try_compile "$LINENO"; then :
11588 ac_cv_have_ms_hook_prologue="yes"
11589 else
11590 ac_cv_have_ms_hook_prologue="no"
11592 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11595 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11596 CFLAGS="$saved_CFLAGS"
11597 if test "$ac_cv_have_ms_hook_prologue" = "yes"
11598 then
11600 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11602 else
11603 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11610 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11611 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11612 $as_echo_n "(cached) " >&6
11613 else
11614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11615 /* end confdefs.h. */
11616 extern int ac_test;
11618 main ()
11620 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11622 return 0;
11624 _ACEOF
11625 if ac_fn_c_try_link "$LINENO"; then :
11626 ac_cv_c_extern_prefix="yes"
11627 else
11628 ac_cv_c_extern_prefix="no"
11630 rm -f core conftest.err conftest.$ac_objext \
11631 conftest$ac_exeext conftest.$ac_ext
11633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11634 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11636 case $host_cpu in
11637 *i[3456789]86*)
11638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11639 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11640 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11641 $as_echo_n "(cached) " >&6
11642 else
11643 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11644 /* end confdefs.h. */
11645 #ifndef _MSC_VER
11646 #define __stdcall __attribute__((__stdcall__))
11647 #endif
11648 int __stdcall ac_test(int i) { return i; }
11650 main ()
11652 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11654 return 0;
11656 _ACEOF
11657 if ac_fn_c_try_link "$LINENO"; then :
11658 ac_cv_c_stdcall_suffix="yes"
11659 else
11660 ac_cv_c_stdcall_suffix="no"
11662 rm -f core conftest.err conftest.$ac_objext \
11663 conftest$ac_exeext conftest.$ac_ext
11665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11666 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11667 *) ac_cv_c_stdcall_suffix="no" ;;
11668 esac
11671 if test "$ac_cv_c_extern_prefix" = "yes"
11672 then
11673 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11675 asm_name_prefix="_"
11676 else
11677 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11679 asm_name_prefix=""
11683 if test "$ac_cv_c_stdcall_suffix" = "yes"
11684 then
11685 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11687 else
11688 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11694 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11695 if test "${ac_cv_asm_func_def+set}" = set; then :
11696 $as_echo_n "(cached) " >&6
11697 else
11698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11699 /* end confdefs.h. */
11702 main ()
11704 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11706 return 0;
11708 _ACEOF
11709 if ac_fn_c_try_link "$LINENO"; then :
11710 ac_cv_asm_func_def=".def"
11711 else
11712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11713 /* end confdefs.h. */
11716 main ()
11718 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11720 return 0;
11722 _ACEOF
11723 if ac_fn_c_try_link "$LINENO"; then :
11724 ac_cv_asm_func_def=".type @function"
11725 else
11726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11727 /* end confdefs.h. */
11730 main ()
11732 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11734 return 0;
11736 _ACEOF
11737 if ac_fn_c_try_link "$LINENO"; then :
11738 ac_cv_asm_func_def=".type 2"
11739 else
11740 ac_cv_asm_func_def="unknown"
11742 rm -f core conftest.err conftest.$ac_objext \
11743 conftest$ac_exeext conftest.$ac_ext
11745 rm -f core conftest.err conftest.$ac_objext \
11746 conftest$ac_exeext conftest.$ac_ext
11748 rm -f core conftest.err conftest.$ac_objext \
11749 conftest$ac_exeext conftest.$ac_ext
11751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11752 $as_echo "$ac_cv_asm_func_def" >&6; }
11755 case "$ac_cv_asm_func_def" in
11756 ".def")
11757 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11759 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11760 ".type @function")
11761 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11763 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11764 ".type 2")
11765 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11767 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11769 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11771 asm_func_header="" ;;
11772 esac
11774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11775 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11776 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11777 $as_echo_n "(cached) " >&6
11778 else
11779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11780 /* end confdefs.h. */
11781 asm(".text\n\t.long 0");
11783 main ()
11787 return 0;
11789 _ACEOF
11790 if ac_fn_c_try_compile "$LINENO"; then :
11791 ac_cv_c_asm_outside_funcs="yes"
11792 else
11793 ac_cv_c_asm_outside_funcs="no"
11795 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11798 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11801 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11802 if test "${ac_cv_c_dot_previous+set}" = set; then :
11803 $as_echo_n "(cached) " >&6
11804 else
11805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11806 /* end confdefs.h. */
11809 main ()
11811 asm(".text\nac_test:\t.long 0\n\t.previous");
11813 return 0;
11815 _ACEOF
11816 if ac_fn_c_try_link "$LINENO"; then :
11817 ac_cv_c_dot_previous="yes"
11818 else
11819 ac_cv_c_dot_previous="no"
11821 rm -f core conftest.err conftest.$ac_objext \
11822 conftest$ac_exeext conftest.$ac_ext
11824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11825 $as_echo "$ac_cv_c_dot_previous" >&6; }
11827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11828 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11829 if test "${ac_cv_c_cfi_support+set}" = set; then :
11830 $as_echo_n "(cached) " >&6
11831 else
11832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11833 /* end confdefs.h. */
11834 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11836 main ()
11840 return 0;
11842 _ACEOF
11843 if ac_fn_c_try_compile "$LINENO"; then :
11844 ac_cv_c_cfi_support="yes"
11845 else
11846 ac_cv_c_cfi_support="no"
11848 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
11851 $as_echo "$ac_cv_c_cfi_support" >&6; }
11853 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
11854 asm_func_trailer=""
11855 if test "$ac_cv_c_dot_previous" = "yes"
11856 then
11857 asm_func_trailer="\\n\\t.previous"
11859 if test "$ac_cv_c_cfi_support" = "yes"
11860 then
11861 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
11862 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
11864 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
11866 else
11867 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
11871 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
11874 if test "$ac_cv_c_asm_outside_funcs" = "yes"
11875 then
11876 cat >>confdefs.h <<_ACEOF
11877 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
11878 _ACEOF
11880 else
11881 cat >>confdefs.h <<_ACEOF
11882 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
11883 _ACEOF
11887 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
11890 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
11894 LDPATH=""
11896 case $build_os in
11897 cygwin*|mingw32*)
11898 TOOLSEXT=".exe"
11900 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
11902 darwin*|macosx*)
11905 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
11907 esac
11909 case $host_os in
11910 mingw32*)
11911 CRTLIBS="-lmsvcrt"
11913 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
11916 esac
11918 MAIN_BINARY="wine"
11920 test -z "$with_wine64" || MAIN_BINARY="wine32"
11922 case $host_cpu in
11923 *i[3456789]86*)
11924 case $host_os in
11925 linux*)
11926 EXTRA_BINARIES="wine-preloader"
11928 esac
11930 esac
11933 ac_save_CFLAGS="$CFLAGS"
11934 CFLAGS="$CFLAGS $BUILTINFLAG"
11935 for ac_func in \
11936 _pclose \
11937 _popen \
11938 _snprintf \
11939 _spawnvp \
11940 _strdup \
11941 _stricmp \
11942 _strnicmp \
11943 _strtoi64 \
11944 _strtoui64 \
11945 _vsnprintf \
11946 asctime_r \
11947 chsize \
11948 dlopen \
11949 epoll_create \
11950 ffs \
11951 finite \
11952 fnmatch \
11953 fork \
11954 fpclass \
11955 fstatfs \
11956 fstatvfs \
11957 ftruncate \
11958 futimes \
11959 futimesat \
11960 getdirentries \
11961 getopt_long \
11962 getpagesize \
11963 getpwuid \
11964 gettid \
11965 gettimeofday \
11966 getuid \
11967 kqueue \
11968 lstat \
11969 memmove \
11970 mmap \
11971 pclose \
11972 pipe2 \
11973 poll \
11974 popen \
11975 port_create \
11976 prctl \
11977 pread \
11978 pwrite \
11979 readdir \
11980 readlink \
11981 sched_setaffinity \
11982 sched_yield \
11983 select \
11984 setproctitle \
11985 setrlimit \
11986 settimeofday \
11987 sigaltstack \
11988 sigprocmask \
11989 snprintf \
11990 spawnvp \
11991 statfs \
11992 statvfs \
11993 strcasecmp \
11994 strdup \
11995 strerror \
11996 strncasecmp \
11997 strtold \
11998 strtoll \
11999 strtoull \
12000 symlink \
12001 tcgetattr \
12002 thr_kill2 \
12003 timegm \
12004 usleep \
12005 vsnprintf \
12006 wait4 \
12007 waitpid \
12009 do :
12010 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12011 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12012 eval as_val=\$$as_ac_var
12013 if test "x$as_val" = x""yes; then :
12014 cat >>confdefs.h <<_ACEOF
12015 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12016 _ACEOF
12019 done
12021 CFLAGS="$ac_save_CFLAGS"
12023 if test "$ac_cv_func_dlopen" = no
12024 then
12025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12026 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12027 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12028 $as_echo_n "(cached) " >&6
12029 else
12030 ac_check_lib_save_LIBS=$LIBS
12031 LIBS="-ldl $LIBS"
12032 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12033 /* end confdefs.h. */
12035 /* Override any GCC internal prototype to avoid an error.
12036 Use char because int might match the return type of a GCC
12037 builtin and then its argument prototype would still apply. */
12038 #ifdef __cplusplus
12039 extern "C"
12040 #endif
12041 char dlopen ();
12043 main ()
12045 return dlopen ();
12047 return 0;
12049 _ACEOF
12050 if ac_fn_c_try_link "$LINENO"; then :
12051 ac_cv_lib_dl_dlopen=yes
12052 else
12053 ac_cv_lib_dl_dlopen=no
12055 rm -f core conftest.err conftest.$ac_objext \
12056 conftest$ac_exeext conftest.$ac_ext
12057 LIBS=$ac_check_lib_save_LIBS
12059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12060 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12061 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12062 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12063 LIBDL="-ldl"
12068 ac_wine_check_funcs_save_LIBS="$LIBS"
12069 LIBS="$LIBS $LIBDL"
12070 for ac_func in dladdr
12071 do :
12072 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12073 if test "x$ac_cv_func_dladdr" = x""yes; then :
12074 cat >>confdefs.h <<_ACEOF
12075 #define HAVE_DLADDR 1
12076 _ACEOF
12079 done
12081 LIBS="$ac_wine_check_funcs_save_LIBS"
12083 if test "$ac_cv_func_poll" = no
12084 then
12085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12086 $as_echo_n "checking for poll in -lpoll... " >&6; }
12087 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12088 $as_echo_n "(cached) " >&6
12089 else
12090 ac_check_lib_save_LIBS=$LIBS
12091 LIBS="-lpoll $LIBS"
12092 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12093 /* end confdefs.h. */
12095 /* Override any GCC internal prototype to avoid an error.
12096 Use char because int might match the return type of a GCC
12097 builtin and then its argument prototype would still apply. */
12098 #ifdef __cplusplus
12099 extern "C"
12100 #endif
12101 char poll ();
12103 main ()
12105 return poll ();
12107 return 0;
12109 _ACEOF
12110 if ac_fn_c_try_link "$LINENO"; then :
12111 ac_cv_lib_poll_poll=yes
12112 else
12113 ac_cv_lib_poll_poll=no
12115 rm -f core conftest.err conftest.$ac_objext \
12116 conftest$ac_exeext conftest.$ac_ext
12117 LIBS=$ac_check_lib_save_LIBS
12119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12120 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12121 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12122 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12123 LIBPOLL="-lpoll"
12129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12130 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12131 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12132 $as_echo_n "(cached) " >&6
12133 else
12134 ac_func_search_save_LIBS=$LIBS
12135 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12136 /* end confdefs.h. */
12138 /* Override any GCC internal prototype to avoid an error.
12139 Use char because int might match the return type of a GCC
12140 builtin and then its argument prototype would still apply. */
12141 #ifdef __cplusplus
12142 extern "C"
12143 #endif
12144 char gethostbyname ();
12146 main ()
12148 return gethostbyname ();
12150 return 0;
12152 _ACEOF
12153 for ac_lib in '' nsl; do
12154 if test -z "$ac_lib"; then
12155 ac_res="none required"
12156 else
12157 ac_res=-l$ac_lib
12158 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12160 if ac_fn_c_try_link "$LINENO"; then :
12161 ac_cv_search_gethostbyname=$ac_res
12163 rm -f core conftest.err conftest.$ac_objext \
12164 conftest$ac_exeext
12165 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12166 break
12168 done
12169 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12171 else
12172 ac_cv_search_gethostbyname=no
12174 rm conftest.$ac_ext
12175 LIBS=$ac_func_search_save_LIBS
12177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12178 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12179 ac_res=$ac_cv_search_gethostbyname
12180 if test "$ac_res" != no; then :
12181 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12187 $as_echo_n "checking for library containing connect... " >&6; }
12188 if test "${ac_cv_search_connect+set}" = set; then :
12189 $as_echo_n "(cached) " >&6
12190 else
12191 ac_func_search_save_LIBS=$LIBS
12192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12193 /* end confdefs.h. */
12195 /* Override any GCC internal prototype to avoid an error.
12196 Use char because int might match the return type of a GCC
12197 builtin and then its argument prototype would still apply. */
12198 #ifdef __cplusplus
12199 extern "C"
12200 #endif
12201 char connect ();
12203 main ()
12205 return connect ();
12207 return 0;
12209 _ACEOF
12210 for ac_lib in '' socket; do
12211 if test -z "$ac_lib"; then
12212 ac_res="none required"
12213 else
12214 ac_res=-l$ac_lib
12215 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12217 if ac_fn_c_try_link "$LINENO"; then :
12218 ac_cv_search_connect=$ac_res
12220 rm -f core conftest.err conftest.$ac_objext \
12221 conftest$ac_exeext
12222 if test "${ac_cv_search_connect+set}" = set; then :
12223 break
12225 done
12226 if test "${ac_cv_search_connect+set}" = set; then :
12228 else
12229 ac_cv_search_connect=no
12231 rm conftest.$ac_ext
12232 LIBS=$ac_func_search_save_LIBS
12234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12235 $as_echo "$ac_cv_search_connect" >&6; }
12236 ac_res=$ac_cv_search_connect
12237 if test "$ac_res" != no; then :
12238 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12244 $as_echo_n "checking for library containing inet_aton... " >&6; }
12245 if test "${ac_cv_search_inet_aton+set}" = set; then :
12246 $as_echo_n "(cached) " >&6
12247 else
12248 ac_func_search_save_LIBS=$LIBS
12249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12250 /* end confdefs.h. */
12252 /* Override any GCC internal prototype to avoid an error.
12253 Use char because int might match the return type of a GCC
12254 builtin and then its argument prototype would still apply. */
12255 #ifdef __cplusplus
12256 extern "C"
12257 #endif
12258 char inet_aton ();
12260 main ()
12262 return inet_aton ();
12264 return 0;
12266 _ACEOF
12267 for ac_lib in '' resolv; do
12268 if test -z "$ac_lib"; then
12269 ac_res="none required"
12270 else
12271 ac_res=-l$ac_lib
12272 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12274 if ac_fn_c_try_link "$LINENO"; then :
12275 ac_cv_search_inet_aton=$ac_res
12277 rm -f core conftest.err conftest.$ac_objext \
12278 conftest$ac_exeext
12279 if test "${ac_cv_search_inet_aton+set}" = set; then :
12280 break
12282 done
12283 if test "${ac_cv_search_inet_aton+set}" = set; then :
12285 else
12286 ac_cv_search_inet_aton=no
12288 rm conftest.$ac_ext
12289 LIBS=$ac_func_search_save_LIBS
12291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12292 $as_echo "$ac_cv_search_inet_aton" >&6; }
12293 ac_res=$ac_cv_search_inet_aton
12294 if test "$ac_res" != no; then :
12295 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12300 for ac_func in \
12301 getaddrinfo \
12302 getnameinfo \
12303 getnetbyname \
12304 getprotobyname \
12305 getprotobynumber \
12306 getservbyport \
12307 inet_network \
12308 inet_ntop \
12309 inet_pton \
12310 sendmsg \
12311 socketpair \
12313 do :
12314 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12315 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12316 eval as_val=\$$as_ac_var
12317 if test "x$as_val" = x""yes; then :
12318 cat >>confdefs.h <<_ACEOF
12319 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12320 _ACEOF
12323 done
12326 LDAPLIBS=""
12328 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12329 then
12330 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12332 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12334 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12335 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12336 $as_echo_n "(cached) " >&6
12337 else
12338 ac_check_lib_save_LIBS=$LIBS
12339 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12341 /* end confdefs.h. */
12343 /* Override any GCC internal prototype to avoid an error.
12344 Use char because int might match the return type of a GCC
12345 builtin and then its argument prototype would still apply. */
12346 #ifdef __cplusplus
12347 extern "C"
12348 #endif
12349 char ldap_initialize ();
12351 main ()
12353 return ldap_initialize ();
12355 return 0;
12357 _ACEOF
12358 if ac_fn_c_try_link "$LINENO"; then :
12359 ac_cv_lib_ldap_r_ldap_initialize=yes
12360 else
12361 ac_cv_lib_ldap_r_ldap_initialize=no
12363 rm -f core conftest.err conftest.$ac_objext \
12364 conftest$ac_exeext conftest.$ac_ext
12365 LIBS=$ac_check_lib_save_LIBS
12367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12368 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12369 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12371 $as_echo_n "checking for ber_init in -llber... " >&6; }
12372 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12373 $as_echo_n "(cached) " >&6
12374 else
12375 ac_check_lib_save_LIBS=$LIBS
12376 LIBS="-llber $LIBPTHREAD $LIBS"
12377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12378 /* end confdefs.h. */
12380 /* Override any GCC internal prototype to avoid an error.
12381 Use char because int might match the return type of a GCC
12382 builtin and then its argument prototype would still apply. */
12383 #ifdef __cplusplus
12384 extern "C"
12385 #endif
12386 char ber_init ();
12388 main ()
12390 return ber_init ();
12392 return 0;
12394 _ACEOF
12395 if ac_fn_c_try_link "$LINENO"; then :
12396 ac_cv_lib_lber_ber_init=yes
12397 else
12398 ac_cv_lib_lber_ber_init=no
12400 rm -f core conftest.err conftest.$ac_objext \
12401 conftest$ac_exeext conftest.$ac_ext
12402 LIBS=$ac_check_lib_save_LIBS
12404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12405 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12406 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12408 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12410 LDAPLIBS="-lldap_r -llber"
12417 ac_wine_check_funcs_save_LIBS="$LIBS"
12418 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12419 for ac_func in \
12420 ldap_count_references \
12421 ldap_first_reference \
12422 ldap_next_reference \
12423 ldap_parse_reference \
12424 ldap_parse_sort_control \
12425 ldap_parse_sortresponse_control \
12426 ldap_parse_vlv_control \
12427 ldap_parse_vlvresponse_control
12428 do :
12429 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12430 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12431 eval as_val=\$$as_ac_var
12432 if test "x$as_val" = x""yes; then :
12433 cat >>confdefs.h <<_ACEOF
12434 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12435 _ACEOF
12438 done
12440 LIBS="$ac_wine_check_funcs_save_LIBS"
12442 if test "x$LDAPLIBS" = "x"; then :
12443 case "x$with_ldap" in
12444 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12445 xno) ;;
12446 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12447 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12448 esac
12451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12452 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12453 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12454 $as_echo_n "(cached) " >&6
12455 else
12456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12457 /* end confdefs.h. */
12458 #include <sys/stat.h>
12460 main ()
12462 mkdir("foo");
12464 return 0;
12466 _ACEOF
12467 if ac_fn_c_try_compile "$LINENO"; then :
12468 wine_cv_one_arg_mkdir=yes
12469 else
12470 wine_cv_one_arg_mkdir=no
12472 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12475 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12476 if test "$wine_cv_one_arg_mkdir" = "yes"
12477 then
12479 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12485 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12486 if test "${ac_cv_c_const+set}" = set; then :
12487 $as_echo_n "(cached) " >&6
12488 else
12489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12490 /* end confdefs.h. */
12493 main ()
12495 /* FIXME: Include the comments suggested by Paul. */
12496 #ifndef __cplusplus
12497 /* Ultrix mips cc rejects this. */
12498 typedef int charset[2];
12499 const charset cs;
12500 /* SunOS 4.1.1 cc rejects this. */
12501 char const *const *pcpcc;
12502 char **ppc;
12503 /* NEC SVR4.0.2 mips cc rejects this. */
12504 struct point {int x, y;};
12505 static struct point const zero = {0,0};
12506 /* AIX XL C 1.02.0.0 rejects this.
12507 It does not let you subtract one const X* pointer from another in
12508 an arm of an if-expression whose if-part is not a constant
12509 expression */
12510 const char *g = "string";
12511 pcpcc = &g + (g ? g-g : 0);
12512 /* HPUX 7.0 cc rejects these. */
12513 ++pcpcc;
12514 ppc = (char**) pcpcc;
12515 pcpcc = (char const *const *) ppc;
12516 { /* SCO 3.2v4 cc rejects this. */
12517 char *t;
12518 char const *s = 0 ? (char *) 0 : (char const *) 0;
12520 *t++ = 0;
12521 if (s) return 0;
12523 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12524 int x[] = {25, 17};
12525 const int *foo = &x[0];
12526 ++foo;
12528 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12529 typedef const int *iptr;
12530 iptr p = 0;
12531 ++p;
12533 { /* AIX XL C 1.02.0.0 rejects this saying
12534 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12535 struct s { int j; const int *ap[3]; };
12536 struct s *b; b->j = 5;
12538 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12539 const int foo = 10;
12540 if (!foo) return 0;
12542 return !cs[0] && !zero.x;
12543 #endif
12546 return 0;
12548 _ACEOF
12549 if ac_fn_c_try_compile "$LINENO"; then :
12550 ac_cv_c_const=yes
12551 else
12552 ac_cv_c_const=no
12554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12557 $as_echo "$ac_cv_c_const" >&6; }
12558 if test $ac_cv_c_const = no; then
12560 $as_echo "#define const /**/" >>confdefs.h
12564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12565 $as_echo_n "checking for inline... " >&6; }
12566 if test "${ac_cv_c_inline+set}" = set; then :
12567 $as_echo_n "(cached) " >&6
12568 else
12569 ac_cv_c_inline=no
12570 for ac_kw in inline __inline__ __inline; do
12571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12572 /* end confdefs.h. */
12573 #ifndef __cplusplus
12574 typedef int foo_t;
12575 static $ac_kw foo_t static_foo () {return 0; }
12576 $ac_kw foo_t foo () {return 0; }
12577 #endif
12579 _ACEOF
12580 if ac_fn_c_try_compile "$LINENO"; then :
12581 ac_cv_c_inline=$ac_kw
12583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12584 test "$ac_cv_c_inline" != no && break
12585 done
12588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12589 $as_echo "$ac_cv_c_inline" >&6; }
12591 case $ac_cv_c_inline in
12592 inline | yes) ;;
12594 case $ac_cv_c_inline in
12595 no) ac_val=;;
12596 *) ac_val=$ac_cv_c_inline;;
12597 esac
12598 cat >>confdefs.h <<_ACEOF
12599 #ifndef __cplusplus
12600 #define inline $ac_val
12601 #endif
12602 _ACEOF
12604 esac
12606 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12607 if test "x$ac_cv_type_mode_t" = x""yes; then :
12609 cat >>confdefs.h <<_ACEOF
12610 #define HAVE_MODE_T 1
12611 _ACEOF
12615 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12616 if test "x$ac_cv_type_off_t" = x""yes; then :
12618 cat >>confdefs.h <<_ACEOF
12619 #define HAVE_OFF_T 1
12620 _ACEOF
12624 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12625 if test "x$ac_cv_type_pid_t" = x""yes; then :
12627 cat >>confdefs.h <<_ACEOF
12628 #define HAVE_PID_T 1
12629 _ACEOF
12633 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12634 if test "x$ac_cv_type_size_t" = x""yes; then :
12636 cat >>confdefs.h <<_ACEOF
12637 #define HAVE_SIZE_T 1
12638 _ACEOF
12642 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12643 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12645 cat >>confdefs.h <<_ACEOF
12646 #define HAVE_SSIZE_T 1
12647 _ACEOF
12651 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12652 if test "x$ac_cv_type_long_long" = x""yes; then :
12654 cat >>confdefs.h <<_ACEOF
12655 #define HAVE_LONG_LONG 1
12656 _ACEOF
12660 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12661 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12663 cat >>confdefs.h <<_ACEOF
12664 #define HAVE_FSBLKCNT_T 1
12665 _ACEOF
12669 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12670 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12672 cat >>confdefs.h <<_ACEOF
12673 #define HAVE_FSFILCNT_T 1
12674 _ACEOF
12679 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12680 #include <signal.h>
12682 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12684 cat >>confdefs.h <<_ACEOF
12685 #define HAVE_SIGSET_T 1
12686 _ACEOF
12691 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12693 if test "x$ac_cv_type_request_sense" = x""yes; then :
12695 cat >>confdefs.h <<_ACEOF
12696 #define HAVE_REQUEST_SENSE 1
12697 _ACEOF
12703 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12704 #ifdef HAVE_SYS_SOCKET_H
12705 #include <sys/socket.h>
12706 #endif
12707 #ifdef HAVE_SYS_SOCKETVAR_H
12708 #include <sys/socketvar.h>
12709 #endif
12710 #ifdef HAVE_NET_ROUTE_H
12711 #include <net/route.h>
12712 #endif
12713 #ifdef HAVE_NETINET_IN_H
12714 #include <netinet/in.h>
12715 #endif
12716 #ifdef HAVE_NETINET_IN_SYSTM_H
12717 #include <netinet/in_systm.h>
12718 #endif
12719 #ifdef HAVE_NETINET_IP_H
12720 #include <netinet/ip.h>
12721 #endif
12722 #ifdef HAVE_NETINET_IN_PCB_H
12723 #include <netinet/in_pcb.h>
12724 #endif
12726 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12728 cat >>confdefs.h <<_ACEOF
12729 #define HAVE_STRUCT_XINPGEN 1
12730 _ACEOF
12736 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12737 #include <linux/input.h>
12738 #endif
12740 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12742 cat >>confdefs.h <<_ACEOF
12743 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12744 _ACEOF
12750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12751 $as_echo_n "checking for sigaddset... " >&6; }
12752 if test "${wine_cv_have_sigaddset+set}" = set; then :
12753 $as_echo_n "(cached) " >&6
12754 else
12755 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12756 /* end confdefs.h. */
12757 #include <signal.h>
12759 main ()
12761 sigset_t set; sigaddset(&set,SIGTERM);
12763 return 0;
12765 _ACEOF
12766 if ac_fn_c_try_link "$LINENO"; then :
12767 wine_cv_have_sigaddset=yes
12768 else
12769 wine_cv_have_sigaddset=no
12771 rm -f core conftest.err conftest.$ac_objext \
12772 conftest$ac_exeext conftest.$ac_ext
12774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12775 $as_echo "$wine_cv_have_sigaddset" >&6; }
12776 if test "$wine_cv_have_sigaddset" = "yes"
12777 then
12779 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12785 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12786 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12787 $as_echo_n "(cached) " >&6
12788 else
12789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12790 /* end confdefs.h. */
12791 #include <netdb.h>
12793 main ()
12796 char *name=0;
12797 struct hostent he;
12798 struct hostent *result;
12799 char *buf=0;
12800 int bufsize=0;
12801 int res,errnr;
12802 char *addr=0;
12803 int addrlen=0;
12804 int addrtype=0;
12805 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12806 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12809 return 0;
12811 _ACEOF
12812 if ac_fn_c_try_link "$LINENO"; then :
12813 wine_cv_linux_gethostbyname_r_6=yes
12814 else
12815 wine_cv_linux_gethostbyname_r_6=no
12818 rm -f core conftest.err conftest.$ac_objext \
12819 conftest$ac_exeext conftest.$ac_ext
12822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12823 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12824 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12825 then
12827 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12831 if test "$ac_cv_header_linux_joystick_h" = "yes"
12832 then
12833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12834 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12835 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12836 $as_echo_n "(cached) " >&6
12837 else
12838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12839 /* end confdefs.h. */
12841 #include <sys/ioctl.h>
12842 #include <sys/types.h>
12843 #include <linux/joystick.h>
12845 struct js_event blub;
12846 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12847 #error "no 2.2 header"
12848 #endif
12851 main ()
12853 /*empty*/
12855 return 0;
12857 _ACEOF
12858 if ac_fn_c_try_compile "$LINENO"; then :
12859 wine_cv_linux_joystick_22_api=yes
12860 else
12861 wine_cv_linux_joystick_22_api=no
12863 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
12867 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
12868 if test "$wine_cv_linux_joystick_22_api" = "yes"
12869 then
12871 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
12877 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
12878 #ifdef HAVE_SYS_PARAM_H
12879 # include <sys/param.h>
12880 #endif
12881 #ifdef HAVE_SYS_MOUNT_H
12882 # include <sys/mount.h>
12883 #endif
12884 #ifdef HAVE_SYS_VFS_H
12885 # include <sys/vfs.h>
12886 #endif
12887 #ifdef HAVE_SYS_STATFS_H
12888 # include <sys/statfs.h>
12889 #endif
12891 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
12893 cat >>confdefs.h <<_ACEOF
12894 #define HAVE_STRUCT_STATFS_F_BFREE 1
12895 _ACEOF
12899 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
12900 #ifdef HAVE_SYS_PARAM_H
12901 # include <sys/param.h>
12902 #endif
12903 #ifdef HAVE_SYS_MOUNT_H
12904 # include <sys/mount.h>
12905 #endif
12906 #ifdef HAVE_SYS_VFS_H
12907 # include <sys/vfs.h>
12908 #endif
12909 #ifdef HAVE_SYS_STATFS_H
12910 # include <sys/statfs.h>
12911 #endif
12913 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
12915 cat >>confdefs.h <<_ACEOF
12916 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
12917 _ACEOF
12921 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
12922 #ifdef HAVE_SYS_PARAM_H
12923 # include <sys/param.h>
12924 #endif
12925 #ifdef HAVE_SYS_MOUNT_H
12926 # include <sys/mount.h>
12927 #endif
12928 #ifdef HAVE_SYS_VFS_H
12929 # include <sys/vfs.h>
12930 #endif
12931 #ifdef HAVE_SYS_STATFS_H
12932 # include <sys/statfs.h>
12933 #endif
12935 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
12937 cat >>confdefs.h <<_ACEOF
12938 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
12939 _ACEOF
12943 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
12944 #ifdef HAVE_SYS_PARAM_H
12945 # include <sys/param.h>
12946 #endif
12947 #ifdef HAVE_SYS_MOUNT_H
12948 # include <sys/mount.h>
12949 #endif
12950 #ifdef HAVE_SYS_VFS_H
12951 # include <sys/vfs.h>
12952 #endif
12953 #ifdef HAVE_SYS_STATFS_H
12954 # include <sys/statfs.h>
12955 #endif
12957 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
12959 cat >>confdefs.h <<_ACEOF
12960 #define HAVE_STRUCT_STATFS_F_FFREE 1
12961 _ACEOF
12965 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
12966 #ifdef HAVE_SYS_PARAM_H
12967 # include <sys/param.h>
12968 #endif
12969 #ifdef HAVE_SYS_MOUNT_H
12970 # include <sys/mount.h>
12971 #endif
12972 #ifdef HAVE_SYS_VFS_H
12973 # include <sys/vfs.h>
12974 #endif
12975 #ifdef HAVE_SYS_STATFS_H
12976 # include <sys/statfs.h>
12977 #endif
12979 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
12981 cat >>confdefs.h <<_ACEOF
12982 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
12983 _ACEOF
12987 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
12988 #ifdef HAVE_SYS_PARAM_H
12989 # include <sys/param.h>
12990 #endif
12991 #ifdef HAVE_SYS_MOUNT_H
12992 # include <sys/mount.h>
12993 #endif
12994 #ifdef HAVE_SYS_VFS_H
12995 # include <sys/vfs.h>
12996 #endif
12997 #ifdef HAVE_SYS_STATFS_H
12998 # include <sys/statfs.h>
12999 #endif
13001 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13003 cat >>confdefs.h <<_ACEOF
13004 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13005 _ACEOF
13011 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13012 #include <sys/statvfs.h>
13013 #endif
13015 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13017 cat >>confdefs.h <<_ACEOF
13018 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13019 _ACEOF
13025 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13026 #ifdef HAVE_SYS_SOCKET_H
13027 # include <sys/socket.h>
13028 #endif
13029 #ifdef HAVE_SYS_UN_H
13030 # include <sys/un.h>
13031 #endif
13033 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13035 cat >>confdefs.h <<_ACEOF
13036 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13037 _ACEOF
13041 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13042 #ifdef HAVE_SYS_SOCKET_H
13043 # include <sys/socket.h>
13044 #endif
13045 #ifdef HAVE_SYS_UN_H
13046 # include <sys/un.h>
13047 #endif
13049 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13051 cat >>confdefs.h <<_ACEOF
13052 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13053 _ACEOF
13057 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13058 #ifdef HAVE_SYS_SOCKET_H
13059 # include <sys/socket.h>
13060 #endif
13061 #ifdef HAVE_SYS_UN_H
13062 # include <sys/un.h>
13063 #endif
13065 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13067 cat >>confdefs.h <<_ACEOF
13068 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13069 _ACEOF
13075 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13076 #ifdef HAVE_SCSI_SG_H
13077 #include <scsi/sg.h>
13078 #endif
13080 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13082 cat >>confdefs.h <<_ACEOF
13083 #define HAVE_SCSIREQ_T_CMD 1
13084 _ACEOF
13088 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>
13089 #ifdef HAVE_SCSI_SG_H
13090 #include <scsi/sg.h>
13091 #endif
13093 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13095 cat >>confdefs.h <<_ACEOF
13096 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13097 _ACEOF
13103 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13105 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13107 cat >>confdefs.h <<_ACEOF
13108 #define HAVE_SIGINFO_T_SI_FD 1
13109 _ACEOF
13115 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13116 #ifdef HAVE_SYS_MTIO_H
13117 #include <sys/mtio.h>
13118 #endif
13120 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13122 cat >>confdefs.h <<_ACEOF
13123 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13124 _ACEOF
13128 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13129 #ifdef HAVE_SYS_MTIO_H
13130 #include <sys/mtio.h>
13131 #endif
13133 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13135 cat >>confdefs.h <<_ACEOF
13136 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13137 _ACEOF
13141 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13142 #ifdef HAVE_SYS_MTIO_H
13143 #include <sys/mtio.h>
13144 #endif
13146 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13148 cat >>confdefs.h <<_ACEOF
13149 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13150 _ACEOF
13156 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13157 #include <getopt.h>
13158 #endif
13160 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13162 cat >>confdefs.h <<_ACEOF
13163 #define HAVE_STRUCT_OPTION_NAME 1
13164 _ACEOF
13170 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13171 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13173 cat >>confdefs.h <<_ACEOF
13174 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13175 _ACEOF
13179 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13180 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13182 cat >>confdefs.h <<_ACEOF
13183 #define HAVE_STRUCT_STAT_ST_MTIM 1
13184 _ACEOF
13188 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13189 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13191 cat >>confdefs.h <<_ACEOF
13192 #define HAVE_STRUCT_STAT_ST_CTIM 1
13193 _ACEOF
13197 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13198 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13200 cat >>confdefs.h <<_ACEOF
13201 #define HAVE_STRUCT_STAT_ST_ATIM 1
13202 _ACEOF
13208 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
13209 #include <sys/types.h>
13210 #endif
13211 #ifdef HAVE_NETINET_IN_H
13212 #include <netinet/in.h>
13213 #endif
13215 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13217 cat >>confdefs.h <<_ACEOF
13218 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13219 _ACEOF
13225 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13226 #include <sys/types.h>
13227 #endif
13228 #ifdef HAVE_NETINET_IN_H
13229 # include <netinet/in.h>
13230 #endif
13231 #ifdef HAVE_ARPA_NAMESER_H
13232 # include <arpa/nameser.h>
13233 #endif
13235 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13237 cat >>confdefs.h <<_ACEOF
13238 #define HAVE_NS_MSG__MSG_PTR 1
13239 _ACEOF
13245 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13246 #include <sys/types.h>
13247 #endif
13248 #ifdef HAVE_ALIAS_H
13249 #include <alias.h>
13250 #endif
13251 #ifdef HAVE_SYS_SOCKET_H
13252 #include <sys/socket.h>
13253 #endif
13254 #ifdef HAVE_SYS_SOCKETVAR_H
13255 #include <sys/socketvar.h>
13256 #endif
13257 #ifdef HAVE_SYS_TIMEOUT_H
13258 #include <sys/timeout.h>
13259 #endif
13260 #ifdef HAVE_NETINET_IN_H
13261 #include <netinet/in.h>
13262 #endif
13263 #ifdef HAVE_NETINET_IN_SYSTM_H
13264 #include <netinet/in_systm.h>
13265 #endif
13266 #ifdef HAVE_NETINET_IP_H
13267 #include <netinet/ip.h>
13268 #endif
13269 #ifdef HAVE_NETINET_IP_VAR_H
13270 #include <netinet/ip_var.h>
13271 #endif
13272 #ifdef HAVE_NETINET_IP_ICMP_H
13273 #include <netinet/ip_icmp.h>
13274 #endif
13275 #ifdef HAVE_NETINET_ICMP_VAR
13276 #include <netinet/icmp_var.h>
13277 #endif
13279 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13281 cat >>confdefs.h <<_ACEOF
13282 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13283 _ACEOF
13289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13290 $as_echo_n "checking for timezone variable... " >&6; }
13291 if test "${ac_cv_have_timezone+set}" = set; then :
13292 $as_echo_n "(cached) " >&6
13293 else
13294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13295 /* end confdefs.h. */
13296 #include <time.h>
13298 main ()
13300 timezone = 1
13302 return 0;
13304 _ACEOF
13305 if ac_fn_c_try_link "$LINENO"; then :
13306 ac_cv_have_timezone="yes"
13307 else
13308 ac_cv_have_timezone="no"
13310 rm -f core conftest.err conftest.$ac_objext \
13311 conftest$ac_exeext conftest.$ac_ext
13313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13314 $as_echo "$ac_cv_have_timezone" >&6; }
13315 if test "$ac_cv_have_timezone" = "yes"
13316 then
13318 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13322 $as_echo_n "checking for daylight variable... " >&6; }
13323 if test "${ac_cv_have_daylight+set}" = set; then :
13324 $as_echo_n "(cached) " >&6
13325 else
13326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13327 /* end confdefs.h. */
13328 #include <time.h>
13330 main ()
13332 daylight = 1
13334 return 0;
13336 _ACEOF
13337 if ac_fn_c_try_link "$LINENO"; then :
13338 ac_cv_have_daylight="yes"
13339 else
13340 ac_cv_have_daylight="no"
13342 rm -f core conftest.err conftest.$ac_objext \
13343 conftest$ac_exeext conftest.$ac_ext
13345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13346 $as_echo "$ac_cv_have_daylight" >&6; }
13347 if test "$ac_cv_have_daylight" = "yes"
13348 then
13350 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13355 $as_echo_n "checking for isinf... " >&6; }
13356 if test "${ac_cv_have_isinf+set}" = set; then :
13357 $as_echo_n "(cached) " >&6
13358 else
13359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13360 /* end confdefs.h. */
13361 #include <math.h>
13363 main ()
13365 float f = 0.0; int i=isinf(f)
13367 return 0;
13369 _ACEOF
13370 if ac_fn_c_try_link "$LINENO"; then :
13371 ac_cv_have_isinf="yes"
13372 else
13373 ac_cv_have_isinf="no"
13375 rm -f core conftest.err conftest.$ac_objext \
13376 conftest$ac_exeext conftest.$ac_ext
13378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13379 $as_echo "$ac_cv_have_isinf" >&6; }
13380 if test "$ac_cv_have_isinf" = "yes"
13381 then
13383 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13388 $as_echo_n "checking for isnan... " >&6; }
13389 if test "${ac_cv_have_isnan+set}" = set; then :
13390 $as_echo_n "(cached) " >&6
13391 else
13392 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13393 /* end confdefs.h. */
13394 #include <math.h>
13396 main ()
13398 float f = 0.0; int i=isnan(f)
13400 return 0;
13402 _ACEOF
13403 if ac_fn_c_try_link "$LINENO"; then :
13404 ac_cv_have_isnan="yes"
13405 else
13406 ac_cv_have_isnan="no"
13408 rm -f core conftest.err conftest.$ac_objext \
13409 conftest$ac_exeext conftest.$ac_ext
13411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13412 $as_echo "$ac_cv_have_isnan" >&6; }
13413 if test "$ac_cv_have_isnan" = "yes"
13414 then
13416 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13421 case $host_cpu in
13422 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13423 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13424 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13425 $as_echo_n "(cached) " >&6
13426 else
13427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13428 /* end confdefs.h. */
13429 #ifndef __i386__
13431 #endif
13432 _ACEOF
13433 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13434 $EGREP "yes" >/dev/null 2>&1; then :
13435 ac_cv_cpp_def___i386__=yes
13436 else
13437 ac_cv_cpp_def___i386__=no
13439 rm -f conftest*
13442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13443 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13444 if test $ac_cv_cpp_def___i386__ = yes; then :
13445 CFLAGS="$CFLAGS -D__i386__"
13446 LINTFLAGS="$LINTFLAGS -D__i386__"
13447 fi ;;
13448 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13449 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13450 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13451 $as_echo_n "(cached) " >&6
13452 else
13453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13454 /* end confdefs.h. */
13455 #ifndef __x86_64__
13457 #endif
13458 _ACEOF
13459 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13460 $EGREP "yes" >/dev/null 2>&1; then :
13461 ac_cv_cpp_def___x86_64__=yes
13462 else
13463 ac_cv_cpp_def___x86_64__=no
13465 rm -f conftest*
13468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13469 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13470 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13471 CFLAGS="$CFLAGS -D__x86_64__"
13472 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13473 fi ;;
13474 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13475 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13476 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13477 $as_echo_n "(cached) " >&6
13478 else
13479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13480 /* end confdefs.h. */
13481 #ifndef __ALPHA__
13483 #endif
13484 _ACEOF
13485 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13486 $EGREP "yes" >/dev/null 2>&1; then :
13487 ac_cv_cpp_def___ALPHA__=yes
13488 else
13489 ac_cv_cpp_def___ALPHA__=no
13491 rm -f conftest*
13494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13495 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13496 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13497 CFLAGS="$CFLAGS -D__ALPHA__"
13498 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13499 fi ;;
13500 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13501 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13502 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13503 $as_echo_n "(cached) " >&6
13504 else
13505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13506 /* end confdefs.h. */
13507 #ifndef __sparc__
13509 #endif
13510 _ACEOF
13511 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13512 $EGREP "yes" >/dev/null 2>&1; then :
13513 ac_cv_cpp_def___sparc__=yes
13514 else
13515 ac_cv_cpp_def___sparc__=no
13517 rm -f conftest*
13520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13521 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13522 if test $ac_cv_cpp_def___sparc__ = yes; then :
13523 CFLAGS="$CFLAGS -D__sparc__"
13524 LINTFLAGS="$LINTFLAGS -D__sparc__"
13525 fi ;;
13526 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13527 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13528 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13529 $as_echo_n "(cached) " >&6
13530 else
13531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13532 /* end confdefs.h. */
13533 #ifndef __powerpc__
13535 #endif
13536 _ACEOF
13537 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13538 $EGREP "yes" >/dev/null 2>&1; then :
13539 ac_cv_cpp_def___powerpc__=yes
13540 else
13541 ac_cv_cpp_def___powerpc__=no
13543 rm -f conftest*
13546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13547 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13548 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13549 CFLAGS="$CFLAGS -D__powerpc__"
13550 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13551 fi ;;
13552 esac
13554 case $host_vendor in
13555 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13556 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13557 if test "${ac_cv_cpp_def___sun__+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 __sun__
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___sun__=yes
13569 else
13570 ac_cv_cpp_def___sun__=no
13572 rm -f conftest*
13575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13576 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13577 if test $ac_cv_cpp_def___sun__ = yes; then :
13578 CFLAGS="$CFLAGS -D__sun__"
13579 LINTFLAGS="$LINTFLAGS -D__sun__"
13580 fi ;;
13581 esac
13584 DEPENDENCIES="### Dependencies:
13586 .INIT: Makefile
13587 .BEGIN: Makefile
13588 .MAKEFILEDEPS:
13589 Makefile: dummy
13590 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13592 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
13593 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13594 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13595 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13596 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13599 ALL_MAKERULES=""
13601 ALL_MAKEFILES=""
13603 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13606 ALL_TOP_DIRS=""
13608 ALL_DLL_DIRS=""
13610 ALL_IMPLIB_DIRS=""
13612 ALL_STATIC_LIBS=""
13614 ALL_IMPORT_LIBS=""
13616 ALL_IMPORTLIB_RULES=""
13618 ALL_TEST_DIRS=""
13620 ALL_PROGRAM_DIRS=""
13622 ALL_PROGRAM_INSTALL_DIRS=""
13624 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13629 ac_config_commands="$ac_config_commands include/stamp-h"
13632 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13634 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13636 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13638 ac_config_commands="$ac_config_commands dlls/user32/resources"
13640 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13642 ac_config_commands="$ac_config_commands include/wine"
13645 ALL_MAKERULES="$ALL_MAKERULES \\
13646 Make.rules"
13647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13648 Make.rules: Make.rules.in"
13649 MAKE_RULES=Make.rules
13650 ac_config_files="$ac_config_files Make.rules"
13652 ALL_MAKERULES="$ALL_MAKERULES \\
13653 dlls/Makedll.rules"
13654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13655 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
13656 MAKE_DLL_RULES=dlls/Makedll.rules
13657 ac_config_files="$ac_config_files dlls/Makedll.rules"
13659 ALL_MAKERULES="$ALL_MAKERULES \\
13660 dlls/Makeimplib.rules"
13661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13662 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
13663 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13664 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13666 ALL_MAKERULES="$ALL_MAKERULES \\
13667 dlls/Maketest.rules"
13668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13669 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
13670 MAKE_TEST_RULES=dlls/Maketest.rules
13671 ac_config_files="$ac_config_files dlls/Maketest.rules"
13673 ALL_MAKERULES="$ALL_MAKERULES \\
13674 programs/Makeprog.rules"
13675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13676 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
13677 MAKE_PROG_RULES=programs/Makeprog.rules
13678 ac_config_files="$ac_config_files programs/Makeprog.rules"
13683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13684 Makefile: Makefile.in Make.rules"
13685 ac_config_files="$ac_config_files Makefile"
13687 ALL_MAKEFILES="$ALL_MAKEFILES \\
13688 dlls/Makefile"
13689 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13690 dlls"
13691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13692 dlls/Makefile: dlls/Makefile.in Make.rules"
13693 ac_config_files="$ac_config_files dlls/Makefile"
13695 ALL_MAKEFILES="$ALL_MAKEFILES \\
13696 dlls/acledit/Makefile"
13697 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13698 acledit"
13699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13700 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
13701 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13703 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13704 aclui/libaclui.$IMPLIBEXT"
13705 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13706 aclui/libaclui.def aclui/libaclui.a aclui/libaclui.cross.a: aclui/aclui.spec \$(WINEBUILD)
13707 @cd aclui && \$(MAKE) \`basename \$@\`"
13708 ALL_MAKEFILES="$ALL_MAKEFILES \\
13709 dlls/aclui/Makefile"
13710 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13711 aclui"
13712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13713 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
13714 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13716 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13717 activeds/libactiveds.$IMPLIBEXT"
13718 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13719 activeds/libactiveds.def activeds/libactiveds.a activeds/libactiveds.cross.a: activeds/activeds.spec \$(WINEBUILD)
13720 @cd activeds && \$(MAKE) \`basename \$@\`"
13721 ALL_MAKEFILES="$ALL_MAKEFILES \\
13722 dlls/activeds/Makefile"
13723 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13724 activeds"
13725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13726 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
13727 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13729 ALL_MAKEFILES="$ALL_MAKEFILES \\
13730 dlls/actxprxy/Makefile"
13731 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13732 actxprxy"
13733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13734 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
13735 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13737 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
13738 adsiid/libadsiid.a"
13739 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13740 adsiid/libadsiid.a: adsiid
13741 adsiid/libadsiid.cross.a: dummy
13742 @cd adsiid && \$(MAKE) libadsiid.cross.a"
13743 ALL_MAKEFILES="$ALL_MAKEFILES \\
13744 dlls/adsiid/Makefile"
13745 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
13746 adsiid"
13747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13748 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
13749 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13751 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13752 advapi32/libadvapi32.$IMPLIBEXT"
13753 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13754 advapi32/libadvapi32.def advapi32/libadvapi32.a advapi32/libadvapi32.cross.a: advapi32/advapi32.spec \$(WINEBUILD)
13755 @cd advapi32 && \$(MAKE) \`basename \$@\`"
13756 ALL_MAKEFILES="$ALL_MAKEFILES \\
13757 dlls/advapi32/Makefile"
13758 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13759 advapi32"
13760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13761 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
13762 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13764 ALL_MAKEFILES="$ALL_MAKEFILES \\
13765 dlls/advapi32/tests/Makefile"
13766 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13767 advapi32/tests"
13768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13769 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
13770 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13772 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13773 advpack/libadvpack.$IMPLIBEXT"
13774 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13775 advpack/libadvpack.def advpack/libadvpack.a advpack/libadvpack.cross.a: advpack/advpack.spec \$(WINEBUILD)
13776 @cd advpack && \$(MAKE) \`basename \$@\`"
13777 ALL_MAKEFILES="$ALL_MAKEFILES \\
13778 dlls/advpack/Makefile"
13779 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13780 advpack"
13781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13782 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
13783 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13785 ALL_MAKEFILES="$ALL_MAKEFILES \\
13786 dlls/advpack/tests/Makefile"
13787 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13788 advpack/tests"
13789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13790 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
13791 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13793 ALL_MAKEFILES="$ALL_MAKEFILES \\
13794 dlls/amstream/Makefile"
13795 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13796 amstream"
13797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13798 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
13799 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13801 ALL_MAKEFILES="$ALL_MAKEFILES \\
13802 dlls/amstream/tests/Makefile"
13803 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13804 amstream/tests"
13805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13806 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
13807 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13809 ALL_MAKEFILES="$ALL_MAKEFILES \\
13810 dlls/appwiz.cpl/Makefile"
13811 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13812 appwiz.cpl"
13813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13814 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
13815 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13817 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13818 atl/libatl.$IMPLIBEXT"
13819 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13820 atl/libatl.def atl/libatl.a atl/libatl.cross.a: atl/atl.spec \$(WINEBUILD)
13821 @cd atl && \$(MAKE) \`basename \$@\`"
13822 ALL_MAKEFILES="$ALL_MAKEFILES \\
13823 dlls/atl/Makefile"
13824 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13825 atl"
13826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13827 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
13828 ac_config_files="$ac_config_files dlls/atl/Makefile"
13830 ALL_MAKEFILES="$ALL_MAKEFILES \\
13831 dlls/authz/Makefile"
13832 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13833 authz"
13834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13835 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
13836 ac_config_files="$ac_config_files dlls/authz/Makefile"
13838 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13839 avicap32/libavicap32.$IMPLIBEXT"
13840 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13841 avicap32/libavicap32.def avicap32/libavicap32.a avicap32/libavicap32.cross.a: avicap32/avicap32.spec \$(WINEBUILD)
13842 @cd avicap32 && \$(MAKE) \`basename \$@\`"
13843 ALL_MAKEFILES="$ALL_MAKEFILES \\
13844 dlls/avicap32/Makefile"
13845 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13846 avicap32"
13847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13848 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
13849 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13851 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13852 avifil32/libavifil32.$IMPLIBEXT"
13853 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13854 avifil32/libavifil32.def avifil32/libavifil32.a avifil32/libavifil32.cross.a: avifil32/avifil32.spec \$(WINEBUILD)
13855 @cd avifil32 && \$(MAKE) \`basename \$@\`"
13856 ALL_MAKEFILES="$ALL_MAKEFILES \\
13857 dlls/avifil32/Makefile"
13858 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13859 avifil32"
13860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13861 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
13862 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13864 ALL_MAKEFILES="$ALL_MAKEFILES \\
13865 dlls/avifil32/tests/Makefile"
13866 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13867 avifil32/tests"
13868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13869 dlls/avifil32/tests/Makefile: dlls/avifil32/tests/Makefile.in dlls/Maketest.rules"
13870 ac_config_files="$ac_config_files dlls/avifil32/tests/Makefile"
13872 ALL_MAKEFILES="$ALL_MAKEFILES \\
13873 dlls/avifile.dll16/Makefile"
13874 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13875 avifile.dll16"
13876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13877 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
13878 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
13880 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13881 avrt/libavrt.$IMPLIBEXT"
13882 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13883 avrt/libavrt.def avrt/libavrt.a avrt/libavrt.cross.a: avrt/avrt.spec \$(WINEBUILD)
13884 @cd avrt && \$(MAKE) \`basename \$@\`"
13885 ALL_MAKEFILES="$ALL_MAKEFILES \\
13886 dlls/avrt/Makefile"
13887 test "x$enable_avrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13888 avrt"
13889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13890 dlls/avrt/Makefile: dlls/avrt/Makefile.in dlls/Makedll.rules"
13891 ac_config_files="$ac_config_files dlls/avrt/Makefile"
13893 ALL_MAKEFILES="$ALL_MAKEFILES \\
13894 dlls/bcrypt/Makefile"
13895 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13896 bcrypt"
13897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13898 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
13899 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
13901 ALL_MAKEFILES="$ALL_MAKEFILES \\
13902 dlls/browseui/Makefile"
13903 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13904 browseui"
13905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13906 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
13907 ac_config_files="$ac_config_files dlls/browseui/Makefile"
13909 ALL_MAKEFILES="$ALL_MAKEFILES \\
13910 dlls/browseui/tests/Makefile"
13911 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13912 browseui/tests"
13913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13914 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
13915 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
13917 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13918 cabinet/libcabinet.$IMPLIBEXT"
13919 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13920 cabinet/libcabinet.def cabinet/libcabinet.a cabinet/libcabinet.cross.a: cabinet/cabinet.spec \$(WINEBUILD)
13921 @cd cabinet && \$(MAKE) \`basename \$@\`"
13922 ALL_MAKEFILES="$ALL_MAKEFILES \\
13923 dlls/cabinet/Makefile"
13924 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13925 cabinet"
13926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13927 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
13928 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
13930 ALL_MAKEFILES="$ALL_MAKEFILES \\
13931 dlls/cabinet/tests/Makefile"
13932 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13933 cabinet/tests"
13934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13935 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
13936 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
13938 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13939 capi2032/libcapi2032.$IMPLIBEXT"
13940 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13941 capi2032/libcapi2032.def capi2032/libcapi2032.a capi2032/libcapi2032.cross.a: capi2032/capi2032.spec \$(WINEBUILD)
13942 @cd capi2032 && \$(MAKE) \`basename \$@\`"
13943 ALL_MAKEFILES="$ALL_MAKEFILES \\
13944 dlls/capi2032/Makefile"
13945 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13946 capi2032"
13947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13948 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
13949 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
13951 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13952 cards/libcards.$IMPLIBEXT"
13953 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13954 cards/libcards.def cards/libcards.a cards/libcards.cross.a: cards/cards.spec \$(WINEBUILD)
13955 @cd cards && \$(MAKE) \`basename \$@\`"
13956 ALL_MAKEFILES="$ALL_MAKEFILES \\
13957 dlls/cards/Makefile"
13958 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13959 cards"
13960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13961 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
13962 ac_config_files="$ac_config_files dlls/cards/Makefile"
13964 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13965 cfgmgr32/libcfgmgr32.$IMPLIBEXT"
13966 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13967 cfgmgr32/libcfgmgr32.def cfgmgr32/libcfgmgr32.a cfgmgr32/libcfgmgr32.cross.a: cfgmgr32/cfgmgr32.spec \$(WINEBUILD)
13968 @cd cfgmgr32 && \$(MAKE) \`basename \$@\`"
13969 ALL_MAKEFILES="$ALL_MAKEFILES \\
13970 dlls/cfgmgr32/Makefile"
13971 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13972 cfgmgr32"
13973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13974 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
13975 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
13977 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13978 clusapi/libclusapi.$IMPLIBEXT"
13979 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13980 clusapi/libclusapi.def clusapi/libclusapi.a clusapi/libclusapi.cross.a: clusapi/clusapi.spec \$(WINEBUILD)
13981 @cd clusapi && \$(MAKE) \`basename \$@\`"
13982 ALL_MAKEFILES="$ALL_MAKEFILES \\
13983 dlls/clusapi/Makefile"
13984 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13985 clusapi"
13986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13987 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
13988 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
13990 ALL_MAKEFILES="$ALL_MAKEFILES \\
13991 dlls/comcat/Makefile"
13992 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13993 comcat"
13994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13995 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
13996 ac_config_files="$ac_config_files dlls/comcat/Makefile"
13998 ALL_MAKEFILES="$ALL_MAKEFILES \\
13999 dlls/comcat/tests/Makefile"
14000 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14001 comcat/tests"
14002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14003 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
14004 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
14006 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14007 comctl32/libcomctl32.$IMPLIBEXT"
14008 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14009 comctl32/libcomctl32.def comctl32/libcomctl32.a comctl32/libcomctl32.cross.a: comctl32/comctl32.spec \$(WINEBUILD)
14010 @cd comctl32 && \$(MAKE) \`basename \$@\`"
14011 ALL_MAKEFILES="$ALL_MAKEFILES \\
14012 dlls/comctl32/Makefile"
14013 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14014 comctl32"
14015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14016 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
14017 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
14019 ALL_MAKEFILES="$ALL_MAKEFILES \\
14020 dlls/comctl32/tests/Makefile"
14021 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14022 comctl32/tests"
14023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14024 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
14025 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
14027 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14028 comdlg32/libcomdlg32.$IMPLIBEXT"
14029 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14030 comdlg32/libcomdlg32.def comdlg32/libcomdlg32.a comdlg32/libcomdlg32.cross.a: comdlg32/comdlg32.spec \$(WINEBUILD)
14031 @cd comdlg32 && \$(MAKE) \`basename \$@\`"
14032 ALL_MAKEFILES="$ALL_MAKEFILES \\
14033 dlls/comdlg32/Makefile"
14034 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14035 comdlg32"
14036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14037 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
14038 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
14040 ALL_MAKEFILES="$ALL_MAKEFILES \\
14041 dlls/comdlg32/tests/Makefile"
14042 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14043 comdlg32/tests"
14044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14045 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
14046 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
14048 ALL_MAKEFILES="$ALL_MAKEFILES \\
14049 dlls/comm.drv16/Makefile"
14050 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14051 comm.drv16"
14052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14053 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
14054 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
14056 ALL_MAKEFILES="$ALL_MAKEFILES \\
14057 dlls/commdlg.dll16/Makefile"
14058 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14059 commdlg.dll16"
14060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14061 dlls/commdlg.dll16/Makefile: dlls/commdlg.dll16/Makefile.in dlls/Makedll.rules"
14062 ac_config_files="$ac_config_files dlls/commdlg.dll16/Makefile"
14064 ALL_MAKEFILES="$ALL_MAKEFILES \\
14065 dlls/compobj.dll16/Makefile"
14066 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14067 compobj.dll16"
14068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14069 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
14070 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
14072 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14073 compstui/libcompstui.$IMPLIBEXT"
14074 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14075 compstui/libcompstui.def compstui/libcompstui.a compstui/libcompstui.cross.a: compstui/compstui.spec \$(WINEBUILD)
14076 @cd compstui && \$(MAKE) \`basename \$@\`"
14077 ALL_MAKEFILES="$ALL_MAKEFILES \\
14078 dlls/compstui/Makefile"
14079 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14080 compstui"
14081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14082 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
14083 ac_config_files="$ac_config_files dlls/compstui/Makefile"
14085 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14086 credui/libcredui.$IMPLIBEXT"
14087 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14088 credui/libcredui.def credui/libcredui.a credui/libcredui.cross.a: credui/credui.spec \$(WINEBUILD)
14089 @cd credui && \$(MAKE) \`basename \$@\`"
14090 ALL_MAKEFILES="$ALL_MAKEFILES \\
14091 dlls/credui/Makefile"
14092 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14093 credui"
14094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14095 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
14096 ac_config_files="$ac_config_files dlls/credui/Makefile"
14098 ALL_MAKEFILES="$ALL_MAKEFILES \\
14099 dlls/credui/tests/Makefile"
14100 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14101 credui/tests"
14102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14103 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
14104 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14106 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14107 crtdll/libcrtdll.$IMPLIBEXT"
14108 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14109 crtdll/libcrtdll.def crtdll/libcrtdll.a crtdll/libcrtdll.cross.a: crtdll/crtdll.spec \$(WINEBUILD)
14110 @cd crtdll && \$(MAKE) \`basename \$@\`"
14111 ALL_MAKEFILES="$ALL_MAKEFILES \\
14112 dlls/crtdll/Makefile"
14113 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14114 crtdll"
14115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14116 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
14117 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14119 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14120 crypt32/libcrypt32.$IMPLIBEXT"
14121 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14122 crypt32/libcrypt32.def crypt32/libcrypt32.a crypt32/libcrypt32.cross.a: crypt32/crypt32.spec \$(WINEBUILD)
14123 @cd crypt32 && \$(MAKE) \`basename \$@\`"
14124 ALL_MAKEFILES="$ALL_MAKEFILES \\
14125 dlls/crypt32/Makefile"
14126 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14127 crypt32"
14128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14129 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
14130 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14132 ALL_MAKEFILES="$ALL_MAKEFILES \\
14133 dlls/crypt32/tests/Makefile"
14134 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14135 crypt32/tests"
14136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14137 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
14138 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14140 ALL_MAKEFILES="$ALL_MAKEFILES \\
14141 dlls/cryptdlg/Makefile"
14142 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14143 cryptdlg"
14144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14145 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
14146 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14148 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14149 cryptdll/libcryptdll.$IMPLIBEXT"
14150 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14151 cryptdll/libcryptdll.def cryptdll/libcryptdll.a cryptdll/libcryptdll.cross.a: cryptdll/cryptdll.spec \$(WINEBUILD)
14152 @cd cryptdll && \$(MAKE) \`basename \$@\`"
14153 ALL_MAKEFILES="$ALL_MAKEFILES \\
14154 dlls/cryptdll/Makefile"
14155 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14156 cryptdll"
14157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14158 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
14159 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14161 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14162 cryptnet/libcryptnet.$IMPLIBEXT"
14163 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14164 cryptnet/libcryptnet.def cryptnet/libcryptnet.a cryptnet/libcryptnet.cross.a: cryptnet/cryptnet.spec \$(WINEBUILD)
14165 @cd cryptnet && \$(MAKE) \`basename \$@\`"
14166 ALL_MAKEFILES="$ALL_MAKEFILES \\
14167 dlls/cryptnet/Makefile"
14168 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14169 cryptnet"
14170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14171 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
14172 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14174 ALL_MAKEFILES="$ALL_MAKEFILES \\
14175 dlls/cryptnet/tests/Makefile"
14176 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14177 cryptnet/tests"
14178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14179 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
14180 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14182 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14183 cryptui/libcryptui.$IMPLIBEXT"
14184 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14185 cryptui/libcryptui.def cryptui/libcryptui.a cryptui/libcryptui.cross.a: cryptui/cryptui.spec \$(WINEBUILD)
14186 @cd cryptui && \$(MAKE) \`basename \$@\`"
14187 ALL_MAKEFILES="$ALL_MAKEFILES \\
14188 dlls/cryptui/Makefile"
14189 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14190 cryptui"
14191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14192 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
14193 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14195 ALL_MAKEFILES="$ALL_MAKEFILES \\
14196 dlls/cryptui/tests/Makefile"
14197 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14198 cryptui/tests"
14199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14200 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
14201 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14203 ALL_MAKEFILES="$ALL_MAKEFILES \\
14204 dlls/ctapi32/Makefile"
14205 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14206 ctapi32"
14207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14208 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
14209 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14211 ALL_MAKEFILES="$ALL_MAKEFILES \\
14212 dlls/ctl3d.dll16/Makefile"
14213 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14214 ctl3d.dll16"
14215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14216 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
14217 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14219 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14220 ctl3d32/libctl3d32.$IMPLIBEXT"
14221 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14222 ctl3d32/libctl3d32.def ctl3d32/libctl3d32.a ctl3d32/libctl3d32.cross.a: ctl3d32/ctl3d32.spec \$(WINEBUILD)
14223 @cd ctl3d32 && \$(MAKE) \`basename \$@\`"
14224 ALL_MAKEFILES="$ALL_MAKEFILES \\
14225 dlls/ctl3d32/Makefile"
14226 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14227 ctl3d32"
14228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14229 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
14230 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14232 ALL_MAKEFILES="$ALL_MAKEFILES \\
14233 dlls/ctl3dv2.dll16/Makefile"
14234 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14235 ctl3dv2.dll16"
14236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14237 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
14238 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14240 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14241 d3d10/libd3d10.$IMPLIBEXT"
14242 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14243 d3d10/libd3d10.def d3d10/libd3d10.a d3d10/libd3d10.cross.a: d3d10/d3d10.spec \$(WINEBUILD)
14244 @cd d3d10 && \$(MAKE) \`basename \$@\`"
14245 ALL_MAKEFILES="$ALL_MAKEFILES \\
14246 dlls/d3d10/Makefile"
14247 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14248 d3d10"
14249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14250 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
14251 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14253 ALL_MAKEFILES="$ALL_MAKEFILES \\
14254 dlls/d3d10/tests/Makefile"
14255 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14256 d3d10/tests"
14257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14258 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
14259 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14261 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14262 d3d10core/libd3d10core.$IMPLIBEXT"
14263 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14264 d3d10core/libd3d10core.def d3d10core/libd3d10core.a d3d10core/libd3d10core.cross.a: d3d10core/d3d10core.spec \$(WINEBUILD)
14265 @cd d3d10core && \$(MAKE) \`basename \$@\`"
14266 ALL_MAKEFILES="$ALL_MAKEFILES \\
14267 dlls/d3d10core/Makefile"
14268 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14269 d3d10core"
14270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14271 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
14272 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14274 ALL_MAKEFILES="$ALL_MAKEFILES \\
14275 dlls/d3d10core/tests/Makefile"
14276 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14277 d3d10core/tests"
14278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14279 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
14280 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14282 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14283 d3d8/libd3d8.$IMPLIBEXT"
14284 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14285 d3d8/libd3d8.def d3d8/libd3d8.a d3d8/libd3d8.cross.a: d3d8/d3d8.spec \$(WINEBUILD)
14286 @cd d3d8 && \$(MAKE) \`basename \$@\`"
14287 ALL_MAKEFILES="$ALL_MAKEFILES \\
14288 dlls/d3d8/Makefile"
14289 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14290 d3d8"
14291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14292 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
14293 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14295 ALL_MAKEFILES="$ALL_MAKEFILES \\
14296 dlls/d3d8/tests/Makefile"
14297 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14298 d3d8/tests"
14299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14300 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
14301 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14303 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14304 d3d9/libd3d9.$IMPLIBEXT"
14305 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14306 d3d9/libd3d9.def d3d9/libd3d9.a d3d9/libd3d9.cross.a: d3d9/d3d9.spec \$(WINEBUILD)
14307 @cd d3d9 && \$(MAKE) \`basename \$@\`"
14308 ALL_MAKEFILES="$ALL_MAKEFILES \\
14309 dlls/d3d9/Makefile"
14310 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14311 d3d9"
14312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14313 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
14314 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14316 ALL_MAKEFILES="$ALL_MAKEFILES \\
14317 dlls/d3d9/tests/Makefile"
14318 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14319 d3d9/tests"
14320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14321 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
14322 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14324 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14325 d3dim/libd3dim.$IMPLIBEXT"
14326 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14327 d3dim/libd3dim.def d3dim/libd3dim.a d3dim/libd3dim.cross.a: d3dim/d3dim.spec \$(WINEBUILD)
14328 @cd d3dim && \$(MAKE) \`basename \$@\`"
14329 ALL_MAKEFILES="$ALL_MAKEFILES \\
14330 dlls/d3dim/Makefile"
14331 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14332 d3dim"
14333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14334 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
14335 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14337 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14338 d3drm/libd3drm.$IMPLIBEXT"
14339 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14340 d3drm/libd3drm.def d3drm/libd3drm.a d3drm/libd3drm.cross.a: d3drm/d3drm.spec \$(WINEBUILD)
14341 @cd d3drm && \$(MAKE) \`basename \$@\`"
14342 ALL_MAKEFILES="$ALL_MAKEFILES \\
14343 dlls/d3drm/Makefile"
14344 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14345 d3drm"
14346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14347 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
14348 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14350 ALL_MAKEFILES="$ALL_MAKEFILES \\
14351 dlls/d3drm/tests/Makefile"
14352 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14353 d3drm/tests"
14354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14355 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
14356 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14358 ALL_MAKEFILES="$ALL_MAKEFILES \\
14359 dlls/d3dx9_24/Makefile"
14360 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14361 d3dx9_24"
14362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14363 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
14364 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14366 ALL_MAKEFILES="$ALL_MAKEFILES \\
14367 dlls/d3dx9_25/Makefile"
14368 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14369 d3dx9_25"
14370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14371 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
14372 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14374 ALL_MAKEFILES="$ALL_MAKEFILES \\
14375 dlls/d3dx9_26/Makefile"
14376 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14377 d3dx9_26"
14378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14379 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
14380 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14382 ALL_MAKEFILES="$ALL_MAKEFILES \\
14383 dlls/d3dx9_27/Makefile"
14384 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14385 d3dx9_27"
14386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14387 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
14388 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14390 ALL_MAKEFILES="$ALL_MAKEFILES \\
14391 dlls/d3dx9_28/Makefile"
14392 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14393 d3dx9_28"
14394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14395 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
14396 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14398 ALL_MAKEFILES="$ALL_MAKEFILES \\
14399 dlls/d3dx9_29/Makefile"
14400 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14401 d3dx9_29"
14402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14403 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
14404 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14406 ALL_MAKEFILES="$ALL_MAKEFILES \\
14407 dlls/d3dx9_30/Makefile"
14408 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14409 d3dx9_30"
14410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14411 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
14412 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14414 ALL_MAKEFILES="$ALL_MAKEFILES \\
14415 dlls/d3dx9_31/Makefile"
14416 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14417 d3dx9_31"
14418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14419 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
14420 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14422 ALL_MAKEFILES="$ALL_MAKEFILES \\
14423 dlls/d3dx9_32/Makefile"
14424 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14425 d3dx9_32"
14426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14427 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
14428 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14430 ALL_MAKEFILES="$ALL_MAKEFILES \\
14431 dlls/d3dx9_33/Makefile"
14432 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14433 d3dx9_33"
14434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14435 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
14436 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14438 ALL_MAKEFILES="$ALL_MAKEFILES \\
14439 dlls/d3dx9_34/Makefile"
14440 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14441 d3dx9_34"
14442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14443 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
14444 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14446 ALL_MAKEFILES="$ALL_MAKEFILES \\
14447 dlls/d3dx9_35/Makefile"
14448 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14449 d3dx9_35"
14450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14451 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
14452 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14454 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14455 d3dx9_36/libd3dx9.$IMPLIBEXT \\
14456 libd3dx9.$IMPLIBEXT"
14457 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14458 libd3dx9.a: d3dx9_36/libd3dx9.a
14459 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.a \$@
14460 libd3dx9.cross.a: d3dx9_36/libd3dx9.cross.a
14461 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.cross.a \$@
14462 libd3dx9.def: d3dx9_36/libd3dx9.def
14463 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.def \$@
14464 clean::
14465 \$(RM) libd3dx9.def
14466 d3dx9_36/libd3dx9.def d3dx9_36/libd3dx9.a d3dx9_36/libd3dx9.cross.a: d3dx9_36/d3dx9_36.spec \$(WINEBUILD)
14467 @cd d3dx9_36 && \$(MAKE) \`basename \$@\`"
14468 ALL_MAKEFILES="$ALL_MAKEFILES \\
14469 dlls/d3dx9_36/Makefile"
14470 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14471 d3dx9_36"
14472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14473 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
14474 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14476 ALL_MAKEFILES="$ALL_MAKEFILES \\
14477 dlls/d3dx9_36/tests/Makefile"
14478 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14479 d3dx9_36/tests"
14480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14481 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
14482 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14484 ALL_MAKEFILES="$ALL_MAKEFILES \\
14485 dlls/d3dx9_37/Makefile"
14486 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14487 d3dx9_37"
14488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14489 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
14490 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14492 ALL_MAKEFILES="$ALL_MAKEFILES \\
14493 dlls/d3dx9_38/Makefile"
14494 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14495 d3dx9_38"
14496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14497 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
14498 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14500 ALL_MAKEFILES="$ALL_MAKEFILES \\
14501 dlls/d3dx9_39/Makefile"
14502 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14503 d3dx9_39"
14504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14505 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
14506 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14508 ALL_MAKEFILES="$ALL_MAKEFILES \\
14509 dlls/d3dx9_40/Makefile"
14510 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14511 d3dx9_40"
14512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14513 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
14514 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14516 ALL_MAKEFILES="$ALL_MAKEFILES \\
14517 dlls/d3dx9_41/Makefile"
14518 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14519 d3dx9_41"
14520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14521 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
14522 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14524 ALL_MAKEFILES="$ALL_MAKEFILES \\
14525 dlls/d3dx9_42/Makefile"
14526 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14527 d3dx9_42"
14528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14529 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules"
14530 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
14532 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14533 d3dxof/libd3dxof.$IMPLIBEXT"
14534 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14535 d3dxof/libd3dxof.def d3dxof/libd3dxof.a d3dxof/libd3dxof.cross.a: d3dxof/d3dxof.spec \$(WINEBUILD)
14536 @cd d3dxof && \$(MAKE) \`basename \$@\`"
14537 ALL_MAKEFILES="$ALL_MAKEFILES \\
14538 dlls/d3dxof/Makefile"
14539 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14540 d3dxof"
14541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14542 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
14543 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14545 ALL_MAKEFILES="$ALL_MAKEFILES \\
14546 dlls/d3dxof/tests/Makefile"
14547 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14548 d3dxof/tests"
14549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14550 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
14551 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14553 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14554 dbghelp/libdbghelp.$IMPLIBEXT"
14555 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14556 dbghelp/libdbghelp.def dbghelp/libdbghelp.a dbghelp/libdbghelp.cross.a: dbghelp/dbghelp.spec \$(WINEBUILD)
14557 @cd dbghelp && \$(MAKE) \`basename \$@\`"
14558 ALL_MAKEFILES="$ALL_MAKEFILES \\
14559 dlls/dbghelp/Makefile"
14560 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14561 dbghelp"
14562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14563 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
14564 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14566 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14567 dciman32/libdciman32.$IMPLIBEXT"
14568 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14569 dciman32/libdciman32.def dciman32/libdciman32.a dciman32/libdciman32.cross.a: dciman32/dciman32.spec \$(WINEBUILD)
14570 @cd dciman32 && \$(MAKE) \`basename \$@\`"
14571 ALL_MAKEFILES="$ALL_MAKEFILES \\
14572 dlls/dciman32/Makefile"
14573 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14574 dciman32"
14575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14576 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
14577 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14579 ALL_MAKEFILES="$ALL_MAKEFILES \\
14580 dlls/ddeml.dll16/Makefile"
14581 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14582 ddeml.dll16"
14583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14584 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
14585 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14587 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14588 ddraw/libddraw.$IMPLIBEXT"
14589 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14590 ddraw/libddraw.def ddraw/libddraw.a ddraw/libddraw.cross.a: ddraw/ddraw.spec \$(WINEBUILD)
14591 @cd ddraw && \$(MAKE) \`basename \$@\`"
14592 ALL_MAKEFILES="$ALL_MAKEFILES \\
14593 dlls/ddraw/Makefile"
14594 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14595 ddraw"
14596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14597 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
14598 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14600 ALL_MAKEFILES="$ALL_MAKEFILES \\
14601 dlls/ddraw/tests/Makefile"
14602 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14603 ddraw/tests"
14604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14605 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
14606 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14608 ALL_MAKEFILES="$ALL_MAKEFILES \\
14609 dlls/ddrawex/Makefile"
14610 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14611 ddrawex"
14612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14613 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
14614 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14616 ALL_MAKEFILES="$ALL_MAKEFILES \\
14617 dlls/ddrawex/tests/Makefile"
14618 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14619 ddrawex/tests"
14620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14621 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
14622 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14624 ALL_MAKEFILES="$ALL_MAKEFILES \\
14625 dlls/devenum/Makefile"
14626 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14627 devenum"
14628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14629 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
14630 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14632 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14633 dinput/libdinput.$IMPLIBEXT \\
14634 dinput/libdinput.$STATIC_IMPLIBEXT"
14635 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14636 dinput/libdinput.def: dinput/dinput.spec \$(WINEBUILD)
14637 @cd dinput && \$(MAKE) \`basename \$@\`
14638 dinput/libdinput.$STATIC_IMPLIBEXT dinput/libdinput.cross.a: dummy
14639 @cd dinput && \$(MAKE) \`basename \$@\`"
14640 ALL_MAKEFILES="$ALL_MAKEFILES \\
14641 dlls/dinput/Makefile"
14642 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14643 dinput"
14644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14645 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
14646 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14648 ALL_MAKEFILES="$ALL_MAKEFILES \\
14649 dlls/dinput/tests/Makefile"
14650 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14651 dinput/tests"
14652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14653 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
14654 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14656 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14657 dinput8/libdinput8.$IMPLIBEXT"
14658 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14659 dinput8/libdinput8.def dinput8/libdinput8.a dinput8/libdinput8.cross.a: dinput8/dinput8.spec \$(WINEBUILD)
14660 @cd dinput8 && \$(MAKE) \`basename \$@\`"
14661 ALL_MAKEFILES="$ALL_MAKEFILES \\
14662 dlls/dinput8/Makefile"
14663 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14664 dinput8"
14665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14666 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
14667 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14669 ALL_MAKEFILES="$ALL_MAKEFILES \\
14670 dlls/dispdib.dll16/Makefile"
14671 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14672 dispdib.dll16"
14673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14674 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
14675 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14677 ALL_MAKEFILES="$ALL_MAKEFILES \\
14678 dlls/display.drv16/Makefile"
14679 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14680 display.drv16"
14681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14682 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
14683 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14685 ALL_MAKEFILES="$ALL_MAKEFILES \\
14686 dlls/dmband/Makefile"
14687 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14688 dmband"
14689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14690 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
14691 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14693 ALL_MAKEFILES="$ALL_MAKEFILES \\
14694 dlls/dmcompos/Makefile"
14695 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14696 dmcompos"
14697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14698 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
14699 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14701 ALL_MAKEFILES="$ALL_MAKEFILES \\
14702 dlls/dmime/Makefile"
14703 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14704 dmime"
14705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14706 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
14707 ac_config_files="$ac_config_files dlls/dmime/Makefile"
14709 ALL_MAKEFILES="$ALL_MAKEFILES \\
14710 dlls/dmloader/Makefile"
14711 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14712 dmloader"
14713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14714 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
14715 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14717 ALL_MAKEFILES="$ALL_MAKEFILES \\
14718 dlls/dmloader/tests/Makefile"
14719 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14720 dmloader/tests"
14721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14722 dlls/dmloader/tests/Makefile: dlls/dmloader/tests/Makefile.in dlls/Maketest.rules"
14723 ac_config_files="$ac_config_files dlls/dmloader/tests/Makefile"
14725 ALL_MAKEFILES="$ALL_MAKEFILES \\
14726 dlls/dmscript/Makefile"
14727 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14728 dmscript"
14729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14730 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
14731 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
14733 ALL_MAKEFILES="$ALL_MAKEFILES \\
14734 dlls/dmstyle/Makefile"
14735 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14736 dmstyle"
14737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14738 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
14739 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
14741 ALL_MAKEFILES="$ALL_MAKEFILES \\
14742 dlls/dmsynth/Makefile"
14743 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14744 dmsynth"
14745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14746 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
14747 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
14749 ALL_MAKEFILES="$ALL_MAKEFILES \\
14750 dlls/dmusic/Makefile"
14751 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14752 dmusic"
14753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14754 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
14755 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
14757 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14758 dmusic32/libdmusic32.$IMPLIBEXT"
14759 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14760 dmusic32/libdmusic32.def dmusic32/libdmusic32.a dmusic32/libdmusic32.cross.a: dmusic32/dmusic32.spec \$(WINEBUILD)
14761 @cd dmusic32 && \$(MAKE) \`basename \$@\`"
14762 ALL_MAKEFILES="$ALL_MAKEFILES \\
14763 dlls/dmusic32/Makefile"
14764 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14765 dmusic32"
14766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14767 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
14768 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
14770 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14771 dnsapi/libdnsapi.$IMPLIBEXT"
14772 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14773 dnsapi/libdnsapi.def dnsapi/libdnsapi.a dnsapi/libdnsapi.cross.a: dnsapi/dnsapi.spec \$(WINEBUILD)
14774 @cd dnsapi && \$(MAKE) \`basename \$@\`"
14775 ALL_MAKEFILES="$ALL_MAKEFILES \\
14776 dlls/dnsapi/Makefile"
14777 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14778 dnsapi"
14779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14780 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
14781 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
14783 ALL_MAKEFILES="$ALL_MAKEFILES \\
14784 dlls/dnsapi/tests/Makefile"
14785 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14786 dnsapi/tests"
14787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14788 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
14789 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
14791 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14792 dplay/libdplay.$IMPLIBEXT"
14793 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14794 dplay/libdplay.def dplay/libdplay.a dplay/libdplay.cross.a: dplay/dplay.spec \$(WINEBUILD)
14795 @cd dplay && \$(MAKE) \`basename \$@\`"
14796 ALL_MAKEFILES="$ALL_MAKEFILES \\
14797 dlls/dplay/Makefile"
14798 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14799 dplay"
14800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14801 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
14802 ac_config_files="$ac_config_files dlls/dplay/Makefile"
14804 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14805 dplayx/libdplayx.$IMPLIBEXT"
14806 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14807 dplayx/libdplayx.def dplayx/libdplayx.a dplayx/libdplayx.cross.a: dplayx/dplayx.spec \$(WINEBUILD)
14808 @cd dplayx && \$(MAKE) \`basename \$@\`"
14809 ALL_MAKEFILES="$ALL_MAKEFILES \\
14810 dlls/dplayx/Makefile"
14811 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14812 dplayx"
14813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14814 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
14815 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
14817 ALL_MAKEFILES="$ALL_MAKEFILES \\
14818 dlls/dplayx/tests/Makefile"
14819 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14820 dplayx/tests"
14821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14822 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
14823 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
14825 ALL_MAKEFILES="$ALL_MAKEFILES \\
14826 dlls/dpnaddr/Makefile"
14827 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14828 dpnaddr"
14829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14830 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
14831 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
14833 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14834 dpnet/libdpnet.$IMPLIBEXT"
14835 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14836 dpnet/libdpnet.def dpnet/libdpnet.a dpnet/libdpnet.cross.a: dpnet/dpnet.spec \$(WINEBUILD)
14837 @cd dpnet && \$(MAKE) \`basename \$@\`"
14838 ALL_MAKEFILES="$ALL_MAKEFILES \\
14839 dlls/dpnet/Makefile"
14840 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14841 dpnet"
14842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14843 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
14844 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
14846 ALL_MAKEFILES="$ALL_MAKEFILES \\
14847 dlls/dpnhpast/Makefile"
14848 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14849 dpnhpast"
14850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14851 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
14852 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
14854 ALL_MAKEFILES="$ALL_MAKEFILES \\
14855 dlls/dpnlobby/Makefile"
14856 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14857 dpnlobby"
14858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14859 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
14860 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
14862 ALL_MAKEFILES="$ALL_MAKEFILES \\
14863 dlls/dpwsockx/Makefile"
14864 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14865 dpwsockx"
14866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14867 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
14868 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
14870 ALL_MAKEFILES="$ALL_MAKEFILES \\
14871 dlls/drmclien/Makefile"
14872 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14873 drmclien"
14874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14875 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
14876 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
14878 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14879 dsound/libdsound.$IMPLIBEXT"
14880 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14881 dsound/libdsound.def dsound/libdsound.a dsound/libdsound.cross.a: dsound/dsound.spec \$(WINEBUILD)
14882 @cd dsound && \$(MAKE) \`basename \$@\`"
14883 ALL_MAKEFILES="$ALL_MAKEFILES \\
14884 dlls/dsound/Makefile"
14885 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14886 dsound"
14887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14888 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
14889 ac_config_files="$ac_config_files dlls/dsound/Makefile"
14891 ALL_MAKEFILES="$ALL_MAKEFILES \\
14892 dlls/dsound/tests/Makefile"
14893 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14894 dsound/tests"
14895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14896 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
14897 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
14899 ALL_MAKEFILES="$ALL_MAKEFILES \\
14900 dlls/dssenh/Makefile"
14901 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14902 dssenh"
14903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14904 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
14905 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
14907 ALL_MAKEFILES="$ALL_MAKEFILES \\
14908 dlls/dswave/Makefile"
14909 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14910 dswave"
14911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14912 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
14913 ac_config_files="$ac_config_files dlls/dswave/Makefile"
14915 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14916 dwmapi/libdwmapi.$IMPLIBEXT"
14917 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14918 dwmapi/libdwmapi.def dwmapi/libdwmapi.a dwmapi/libdwmapi.cross.a: dwmapi/dwmapi.spec \$(WINEBUILD)
14919 @cd dwmapi && \$(MAKE) \`basename \$@\`"
14920 ALL_MAKEFILES="$ALL_MAKEFILES \\
14921 dlls/dwmapi/Makefile"
14922 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14923 dwmapi"
14924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14925 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
14926 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
14928 ALL_MAKEFILES="$ALL_MAKEFILES \\
14929 dlls/dxdiagn/Makefile"
14930 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14931 dxdiagn"
14932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14933 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
14934 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
14936 ALL_MAKEFILES="$ALL_MAKEFILES \\
14937 dlls/dxdiagn/tests/Makefile"
14938 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14939 dxdiagn/tests"
14940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14941 dlls/dxdiagn/tests/Makefile: dlls/dxdiagn/tests/Makefile.in dlls/Maketest.rules"
14942 ac_config_files="$ac_config_files dlls/dxdiagn/tests/Makefile"
14944 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
14945 dxerr8/libdxerr8.a"
14946 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14947 dxerr8/libdxerr8.a: dxerr8
14948 dxerr8/libdxerr8.cross.a: dummy
14949 @cd dxerr8 && \$(MAKE) libdxerr8.cross.a"
14950 ALL_MAKEFILES="$ALL_MAKEFILES \\
14951 dlls/dxerr8/Makefile"
14952 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14953 dxerr8"
14954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14955 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
14956 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
14958 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
14959 dxerr9/libdxerr9.a"
14960 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14961 dxerr9/libdxerr9.a: dxerr9
14962 dxerr9/libdxerr9.cross.a: dummy
14963 @cd dxerr9 && \$(MAKE) libdxerr9.cross.a"
14964 ALL_MAKEFILES="$ALL_MAKEFILES \\
14965 dlls/dxerr9/Makefile"
14966 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14967 dxerr9"
14968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14969 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
14970 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
14972 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14973 dxgi/libdxgi.$IMPLIBEXT"
14974 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14975 dxgi/libdxgi.def dxgi/libdxgi.a dxgi/libdxgi.cross.a: dxgi/dxgi.spec \$(WINEBUILD)
14976 @cd dxgi && \$(MAKE) \`basename \$@\`"
14977 ALL_MAKEFILES="$ALL_MAKEFILES \\
14978 dlls/dxgi/Makefile"
14979 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14980 dxgi"
14981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14982 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
14983 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
14985 ALL_MAKEFILES="$ALL_MAKEFILES \\
14986 dlls/dxgi/tests/Makefile"
14987 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14988 dxgi/tests"
14989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14990 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
14991 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
14993 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
14994 dxguid/libdxguid.a"
14995 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14996 dxguid/libdxguid.a: dxguid
14997 dxguid/libdxguid.cross.a: dummy
14998 @cd dxguid && \$(MAKE) libdxguid.cross.a"
14999 ALL_MAKEFILES="$ALL_MAKEFILES \\
15000 dlls/dxguid/Makefile"
15001 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
15002 dxguid"
15003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15004 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
15005 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
15007 ALL_MAKEFILES="$ALL_MAKEFILES \\
15008 dlls/faultrep/Makefile"
15009 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15010 faultrep"
15011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15012 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
15013 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
15015 ALL_MAKEFILES="$ALL_MAKEFILES \\
15016 dlls/fltlib/Makefile"
15017 test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15018 fltlib"
15019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15020 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules"
15021 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
15023 ALL_MAKEFILES="$ALL_MAKEFILES \\
15024 dlls/fusion/Makefile"
15025 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15026 fusion"
15027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15028 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
15029 ac_config_files="$ac_config_files dlls/fusion/Makefile"
15031 ALL_MAKEFILES="$ALL_MAKEFILES \\
15032 dlls/fusion/tests/Makefile"
15033 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15034 fusion/tests"
15035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15036 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
15037 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
15039 ALL_MAKEFILES="$ALL_MAKEFILES \\
15040 dlls/fwpuclnt/Makefile"
15041 test "x$enable_fwpuclnt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15042 fwpuclnt"
15043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15044 dlls/fwpuclnt/Makefile: dlls/fwpuclnt/Makefile.in dlls/Makedll.rules"
15045 ac_config_files="$ac_config_files dlls/fwpuclnt/Makefile"
15047 ALL_MAKEFILES="$ALL_MAKEFILES \\
15048 dlls/gdi.exe16/Makefile"
15049 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15050 gdi.exe16"
15051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15052 dlls/gdi.exe16/Makefile: dlls/gdi.exe16/Makefile.in dlls/Makedll.rules"
15053 ac_config_files="$ac_config_files dlls/gdi.exe16/Makefile"
15055 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15056 gdi32/libgdi32.$IMPLIBEXT"
15057 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15058 gdi32/libgdi32.def gdi32/libgdi32.a gdi32/libgdi32.cross.a: gdi32/gdi32.spec \$(WINEBUILD)
15059 @cd gdi32 && \$(MAKE) \`basename \$@\`"
15060 ALL_MAKEFILES="$ALL_MAKEFILES \\
15061 dlls/gdi32/Makefile"
15062 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15063 gdi32"
15064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15065 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
15066 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
15068 ALL_MAKEFILES="$ALL_MAKEFILES \\
15069 dlls/gdi32/tests/Makefile"
15070 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15071 gdi32/tests"
15072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15073 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
15074 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
15076 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15077 gdiplus/libgdiplus.$IMPLIBEXT"
15078 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15079 gdiplus/libgdiplus.def gdiplus/libgdiplus.a gdiplus/libgdiplus.cross.a: gdiplus/gdiplus.spec \$(WINEBUILD)
15080 @cd gdiplus && \$(MAKE) \`basename \$@\`"
15081 ALL_MAKEFILES="$ALL_MAKEFILES \\
15082 dlls/gdiplus/Makefile"
15083 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15084 gdiplus"
15085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15086 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
15087 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
15089 ALL_MAKEFILES="$ALL_MAKEFILES \\
15090 dlls/gdiplus/tests/Makefile"
15091 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15092 gdiplus/tests"
15093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15094 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
15095 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
15097 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15098 glu32/libglu32.$IMPLIBEXT"
15099 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15100 glu32/libglu32.def glu32/libglu32.a glu32/libglu32.cross.a: glu32/glu32.spec \$(WINEBUILD)
15101 @cd glu32 && \$(MAKE) \`basename \$@\`"
15102 ALL_MAKEFILES="$ALL_MAKEFILES \\
15103 dlls/glu32/Makefile"
15104 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15105 glu32"
15106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15107 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
15108 ac_config_files="$ac_config_files dlls/glu32/Makefile"
15110 ALL_MAKEFILES="$ALL_MAKEFILES \\
15111 dlls/gphoto2.ds/Makefile"
15112 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15113 gphoto2.ds"
15114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15115 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
15116 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
15118 ALL_MAKEFILES="$ALL_MAKEFILES \\
15119 dlls/gpkcsp/Makefile"
15120 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15121 gpkcsp"
15122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15123 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
15124 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
15126 ALL_MAKEFILES="$ALL_MAKEFILES \\
15127 dlls/hal/Makefile"
15128 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15129 hal"
15130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15131 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
15132 ac_config_files="$ac_config_files dlls/hal/Makefile"
15134 ALL_MAKEFILES="$ALL_MAKEFILES \\
15135 dlls/hhctrl.ocx/Makefile"
15136 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15137 hhctrl.ocx"
15138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15139 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
15140 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
15142 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15143 hid/libhid.$IMPLIBEXT"
15144 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15145 hid/libhid.def hid/libhid.a hid/libhid.cross.a: hid/hid.spec \$(WINEBUILD)
15146 @cd hid && \$(MAKE) \`basename \$@\`"
15147 ALL_MAKEFILES="$ALL_MAKEFILES \\
15148 dlls/hid/Makefile"
15149 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15150 hid"
15151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15152 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
15153 ac_config_files="$ac_config_files dlls/hid/Makefile"
15155 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15156 hlink/libhlink.$IMPLIBEXT"
15157 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15158 hlink/libhlink.def hlink/libhlink.a hlink/libhlink.cross.a: hlink/hlink.spec \$(WINEBUILD)
15159 @cd hlink && \$(MAKE) \`basename \$@\`"
15160 ALL_MAKEFILES="$ALL_MAKEFILES \\
15161 dlls/hlink/Makefile"
15162 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15163 hlink"
15164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15165 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
15166 ac_config_files="$ac_config_files dlls/hlink/Makefile"
15168 ALL_MAKEFILES="$ALL_MAKEFILES \\
15169 dlls/hlink/tests/Makefile"
15170 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15171 hlink/tests"
15172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15173 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
15174 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
15176 ALL_MAKEFILES="$ALL_MAKEFILES \\
15177 dlls/hnetcfg/Makefile"
15178 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15179 hnetcfg"
15180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15181 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
15182 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
15184 ALL_MAKEFILES="$ALL_MAKEFILES \\
15185 dlls/httpapi/Makefile"
15186 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15187 httpapi"
15188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15189 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
15190 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
15192 ALL_MAKEFILES="$ALL_MAKEFILES \\
15193 dlls/iccvid/Makefile"
15194 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15195 iccvid"
15196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15197 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
15198 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
15200 ALL_MAKEFILES="$ALL_MAKEFILES \\
15201 dlls/icmp/Makefile"
15202 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15203 icmp"
15204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15205 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
15206 ac_config_files="$ac_config_files dlls/icmp/Makefile"
15208 ALL_MAKEFILES="$ALL_MAKEFILES \\
15209 dlls/ifsmgr.vxd/Makefile"
15210 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15211 ifsmgr.vxd"
15212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15213 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
15214 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
15216 ALL_MAKEFILES="$ALL_MAKEFILES \\
15217 dlls/imaadp32.acm/Makefile"
15218 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15219 imaadp32.acm"
15220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15221 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
15222 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
15224 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15225 imagehlp/libimagehlp.$IMPLIBEXT"
15226 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15227 imagehlp/libimagehlp.def imagehlp/libimagehlp.a imagehlp/libimagehlp.cross.a: imagehlp/imagehlp.spec \$(WINEBUILD)
15228 @cd imagehlp && \$(MAKE) \`basename \$@\`"
15229 ALL_MAKEFILES="$ALL_MAKEFILES \\
15230 dlls/imagehlp/Makefile"
15231 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15232 imagehlp"
15233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15234 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
15235 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
15237 ALL_MAKEFILES="$ALL_MAKEFILES \\
15238 dlls/imagehlp/tests/Makefile"
15239 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15240 imagehlp/tests"
15241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15242 dlls/imagehlp/tests/Makefile: dlls/imagehlp/tests/Makefile.in dlls/Maketest.rules"
15243 ac_config_files="$ac_config_files dlls/imagehlp/tests/Makefile"
15245 ALL_MAKEFILES="$ALL_MAKEFILES \\
15246 dlls/imm.dll16/Makefile"
15247 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15248 imm.dll16"
15249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15250 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
15251 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
15253 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15254 imm32/libimm32.$IMPLIBEXT"
15255 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15256 imm32/libimm32.def imm32/libimm32.a imm32/libimm32.cross.a: imm32/imm32.spec \$(WINEBUILD)
15257 @cd imm32 && \$(MAKE) \`basename \$@\`"
15258 ALL_MAKEFILES="$ALL_MAKEFILES \\
15259 dlls/imm32/Makefile"
15260 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15261 imm32"
15262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15263 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
15264 ac_config_files="$ac_config_files dlls/imm32/Makefile"
15266 ALL_MAKEFILES="$ALL_MAKEFILES \\
15267 dlls/imm32/tests/Makefile"
15268 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15269 imm32/tests"
15270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15271 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
15272 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
15274 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15275 inetcomm/libinetcomm.$IMPLIBEXT"
15276 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15277 inetcomm/libinetcomm.def inetcomm/libinetcomm.a inetcomm/libinetcomm.cross.a: inetcomm/inetcomm.spec \$(WINEBUILD)
15278 @cd inetcomm && \$(MAKE) \`basename \$@\`"
15279 ALL_MAKEFILES="$ALL_MAKEFILES \\
15280 dlls/inetcomm/Makefile"
15281 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15282 inetcomm"
15283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15284 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
15285 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
15287 ALL_MAKEFILES="$ALL_MAKEFILES \\
15288 dlls/inetcomm/tests/Makefile"
15289 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15290 inetcomm/tests"
15291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15292 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
15293 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
15295 ALL_MAKEFILES="$ALL_MAKEFILES \\
15296 dlls/inetmib1/Makefile"
15297 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15298 inetmib1"
15299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15300 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
15301 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
15303 ALL_MAKEFILES="$ALL_MAKEFILES \\
15304 dlls/inetmib1/tests/Makefile"
15305 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15306 inetmib1/tests"
15307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15308 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
15309 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
15311 ALL_MAKEFILES="$ALL_MAKEFILES \\
15312 dlls/infosoft/Makefile"
15313 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15314 infosoft"
15315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15316 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
15317 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
15319 ALL_MAKEFILES="$ALL_MAKEFILES \\
15320 dlls/infosoft/tests/Makefile"
15321 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15322 infosoft/tests"
15323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15324 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
15325 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
15327 ALL_MAKEFILES="$ALL_MAKEFILES \\
15328 dlls/initpki/Makefile"
15329 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15330 initpki"
15331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15332 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
15333 ac_config_files="$ac_config_files dlls/initpki/Makefile"
15335 ALL_MAKEFILES="$ALL_MAKEFILES \\
15336 dlls/inkobj/Makefile"
15337 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15338 inkobj"
15339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15340 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
15341 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
15343 ALL_MAKEFILES="$ALL_MAKEFILES \\
15344 dlls/inseng/Makefile"
15345 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15346 inseng"
15347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15348 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
15349 ac_config_files="$ac_config_files dlls/inseng/Makefile"
15351 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15352 iphlpapi/libiphlpapi.$IMPLIBEXT"
15353 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15354 iphlpapi/libiphlpapi.def iphlpapi/libiphlpapi.a iphlpapi/libiphlpapi.cross.a: iphlpapi/iphlpapi.spec \$(WINEBUILD)
15355 @cd iphlpapi && \$(MAKE) \`basename \$@\`"
15356 ALL_MAKEFILES="$ALL_MAKEFILES \\
15357 dlls/iphlpapi/Makefile"
15358 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15359 iphlpapi"
15360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15361 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
15362 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
15364 ALL_MAKEFILES="$ALL_MAKEFILES \\
15365 dlls/iphlpapi/tests/Makefile"
15366 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15367 iphlpapi/tests"
15368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15369 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
15370 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
15372 ALL_MAKEFILES="$ALL_MAKEFILES \\
15373 dlls/itircl/Makefile"
15374 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15375 itircl"
15376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15377 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
15378 ac_config_files="$ac_config_files dlls/itircl/Makefile"
15380 ALL_MAKEFILES="$ALL_MAKEFILES \\
15381 dlls/itss/Makefile"
15382 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15383 itss"
15384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15385 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
15386 ac_config_files="$ac_config_files dlls/itss/Makefile"
15388 ALL_MAKEFILES="$ALL_MAKEFILES \\
15389 dlls/itss/tests/Makefile"
15390 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15391 itss/tests"
15392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15393 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
15394 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
15396 ALL_MAKEFILES="$ALL_MAKEFILES \\
15397 dlls/jscript/Makefile"
15398 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15399 jscript"
15400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15401 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
15402 ac_config_files="$ac_config_files dlls/jscript/Makefile"
15404 ALL_MAKEFILES="$ALL_MAKEFILES \\
15405 dlls/jscript/tests/Makefile"
15406 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15407 jscript/tests"
15408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15409 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
15410 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
15412 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15413 kernel32/libkernel32.$IMPLIBEXT"
15414 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15415 kernel32/libkernel32.def kernel32/libkernel32.a kernel32/libkernel32.cross.a: kernel32/kernel32.spec \$(WINEBUILD)
15416 @cd kernel32 && \$(MAKE) \`basename \$@\`"
15417 ALL_MAKEFILES="$ALL_MAKEFILES \\
15418 dlls/kernel32/Makefile"
15419 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15420 kernel32"
15421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15422 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
15423 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
15425 ALL_MAKEFILES="$ALL_MAKEFILES \\
15426 dlls/kernel32/tests/Makefile"
15427 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15428 kernel32/tests"
15429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15430 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
15431 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
15433 ALL_MAKEFILES="$ALL_MAKEFILES \\
15434 dlls/keyboard.drv16/Makefile"
15435 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15436 keyboard.drv16"
15437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15438 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
15439 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
15441 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15442 krnl386.exe16/libkernel.$IMPLIBEXT \\
15443 libkernel.$IMPLIBEXT"
15444 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15445 libkernel.a: krnl386.exe16/libkernel.a
15446 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.a \$@
15447 libkernel.cross.a: krnl386.exe16/libkernel.cross.a
15448 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.cross.a \$@
15449 libkernel.def: krnl386.exe16/libkernel.def
15450 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.def \$@
15451 clean::
15452 \$(RM) libkernel.def
15453 krnl386.exe16/libkernel.def krnl386.exe16/libkernel.a krnl386.exe16/libkernel.cross.a: krnl386.exe16/krnl386.exe16.spec \$(WINEBUILD)
15454 @cd krnl386.exe16 && \$(MAKE) \`basename \$@\`"
15455 ALL_MAKEFILES="$ALL_MAKEFILES \\
15456 dlls/krnl386.exe16/Makefile"
15457 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15458 krnl386.exe16"
15459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15460 dlls/krnl386.exe16/Makefile: dlls/krnl386.exe16/Makefile.in dlls/Makedll.rules"
15461 ac_config_files="$ac_config_files dlls/krnl386.exe16/Makefile"
15463 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15464 loadperf/libloadperf.$IMPLIBEXT"
15465 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15466 loadperf/libloadperf.def loadperf/libloadperf.a loadperf/libloadperf.cross.a: loadperf/loadperf.spec \$(WINEBUILD)
15467 @cd loadperf && \$(MAKE) \`basename \$@\`"
15468 ALL_MAKEFILES="$ALL_MAKEFILES \\
15469 dlls/loadperf/Makefile"
15470 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15471 loadperf"
15472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15473 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
15474 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
15476 ALL_MAKEFILES="$ALL_MAKEFILES \\
15477 dlls/localspl/Makefile"
15478 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15479 localspl"
15480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15481 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
15482 ac_config_files="$ac_config_files dlls/localspl/Makefile"
15484 ALL_MAKEFILES="$ALL_MAKEFILES \\
15485 dlls/localspl/tests/Makefile"
15486 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15487 localspl/tests"
15488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15489 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
15490 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
15492 ALL_MAKEFILES="$ALL_MAKEFILES \\
15493 dlls/localui/Makefile"
15494 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15495 localui"
15496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15497 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
15498 ac_config_files="$ac_config_files dlls/localui/Makefile"
15500 ALL_MAKEFILES="$ALL_MAKEFILES \\
15501 dlls/localui/tests/Makefile"
15502 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15503 localui/tests"
15504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15505 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
15506 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
15508 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15509 lz32/liblz32.$IMPLIBEXT"
15510 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15511 lz32/liblz32.def lz32/liblz32.a lz32/liblz32.cross.a: lz32/lz32.spec \$(WINEBUILD)
15512 @cd lz32 && \$(MAKE) \`basename \$@\`"
15513 ALL_MAKEFILES="$ALL_MAKEFILES \\
15514 dlls/lz32/Makefile"
15515 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15516 lz32"
15517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15518 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
15519 ac_config_files="$ac_config_files dlls/lz32/Makefile"
15521 ALL_MAKEFILES="$ALL_MAKEFILES \\
15522 dlls/lz32/tests/Makefile"
15523 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15524 lz32/tests"
15525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15526 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
15527 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
15529 ALL_MAKEFILES="$ALL_MAKEFILES \\
15530 dlls/lzexpand.dll16/Makefile"
15531 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15532 lzexpand.dll16"
15533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15534 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
15535 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
15537 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15538 mapi32/libmapi32.$IMPLIBEXT"
15539 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15540 mapi32/libmapi32.def mapi32/libmapi32.a mapi32/libmapi32.cross.a: mapi32/mapi32.spec \$(WINEBUILD)
15541 @cd mapi32 && \$(MAKE) \`basename \$@\`"
15542 ALL_MAKEFILES="$ALL_MAKEFILES \\
15543 dlls/mapi32/Makefile"
15544 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15545 mapi32"
15546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15547 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
15548 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
15550 ALL_MAKEFILES="$ALL_MAKEFILES \\
15551 dlls/mapi32/tests/Makefile"
15552 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15553 mapi32/tests"
15554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15555 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
15556 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
15558 ALL_MAKEFILES="$ALL_MAKEFILES \\
15559 dlls/mapistub/Makefile"
15560 test "x$enable_mapistub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15561 mapistub"
15562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15563 dlls/mapistub/Makefile: dlls/mapistub/Makefile.in dlls/Makedll.rules"
15564 ac_config_files="$ac_config_files dlls/mapistub/Makefile"
15566 ALL_MAKEFILES="$ALL_MAKEFILES \\
15567 dlls/mciavi32/Makefile"
15568 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15569 mciavi32"
15570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15571 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
15572 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
15574 ALL_MAKEFILES="$ALL_MAKEFILES \\
15575 dlls/mcicda/Makefile"
15576 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15577 mcicda"
15578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15579 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
15580 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
15582 ALL_MAKEFILES="$ALL_MAKEFILES \\
15583 dlls/mciqtz32/Makefile"
15584 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15585 mciqtz32"
15586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15587 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
15588 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
15590 ALL_MAKEFILES="$ALL_MAKEFILES \\
15591 dlls/mciseq/Makefile"
15592 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15593 mciseq"
15594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15595 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
15596 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
15598 ALL_MAKEFILES="$ALL_MAKEFILES \\
15599 dlls/mciwave/Makefile"
15600 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15601 mciwave"
15602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15603 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
15604 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
15606 ALL_MAKEFILES="$ALL_MAKEFILES \\
15607 dlls/midimap/Makefile"
15608 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15609 midimap"
15610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15611 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
15612 ac_config_files="$ac_config_files dlls/midimap/Makefile"
15614 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15615 mlang/libmlang.$IMPLIBEXT"
15616 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15617 mlang/libmlang.def mlang/libmlang.a mlang/libmlang.cross.a: mlang/mlang.spec \$(WINEBUILD)
15618 @cd mlang && \$(MAKE) \`basename \$@\`"
15619 ALL_MAKEFILES="$ALL_MAKEFILES \\
15620 dlls/mlang/Makefile"
15621 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15622 mlang"
15623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15624 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
15625 ac_config_files="$ac_config_files dlls/mlang/Makefile"
15627 ALL_MAKEFILES="$ALL_MAKEFILES \\
15628 dlls/mlang/tests/Makefile"
15629 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15630 mlang/tests"
15631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15632 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
15633 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
15635 ALL_MAKEFILES="$ALL_MAKEFILES \\
15636 dlls/mmdevapi/Makefile"
15637 test "x$enable_mmdevapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15638 mmdevapi"
15639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15640 dlls/mmdevapi/Makefile: dlls/mmdevapi/Makefile.in dlls/Makedll.rules"
15641 ac_config_files="$ac_config_files dlls/mmdevapi/Makefile"
15643 ALL_MAKEFILES="$ALL_MAKEFILES \\
15644 dlls/mmdevapi/tests/Makefile"
15645 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15646 mmdevapi/tests"
15647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15648 dlls/mmdevapi/tests/Makefile: dlls/mmdevapi/tests/Makefile.in dlls/Maketest.rules"
15649 ac_config_files="$ac_config_files dlls/mmdevapi/tests/Makefile"
15651 ALL_MAKEFILES="$ALL_MAKEFILES \\
15652 dlls/mmdevldr.vxd/Makefile"
15653 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15654 mmdevldr.vxd"
15655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15656 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
15657 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
15659 ALL_MAKEFILES="$ALL_MAKEFILES \\
15660 dlls/mmsystem.dll16/Makefile"
15661 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15662 mmsystem.dll16"
15663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15664 dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules"
15665 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
15667 ALL_MAKEFILES="$ALL_MAKEFILES \\
15668 dlls/monodebg.vxd/Makefile"
15669 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15670 monodebg.vxd"
15671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15672 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
15673 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
15675 ALL_MAKEFILES="$ALL_MAKEFILES \\
15676 dlls/mountmgr.sys/Makefile"
15677 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15678 mountmgr.sys"
15679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15680 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
15681 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
15683 ALL_MAKEFILES="$ALL_MAKEFILES \\
15684 dlls/mouse.drv16/Makefile"
15685 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15686 mouse.drv16"
15687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15688 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
15689 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
15691 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15692 mpr/libmpr.$IMPLIBEXT"
15693 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15694 mpr/libmpr.def mpr/libmpr.a mpr/libmpr.cross.a: mpr/mpr.spec \$(WINEBUILD)
15695 @cd mpr && \$(MAKE) \`basename \$@\`"
15696 ALL_MAKEFILES="$ALL_MAKEFILES \\
15697 dlls/mpr/Makefile"
15698 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15699 mpr"
15700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15701 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
15702 ac_config_files="$ac_config_files dlls/mpr/Makefile"
15704 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15705 mprapi/libmprapi.$IMPLIBEXT"
15706 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15707 mprapi/libmprapi.def mprapi/libmprapi.a mprapi/libmprapi.cross.a: mprapi/mprapi.spec \$(WINEBUILD)
15708 @cd mprapi && \$(MAKE) \`basename \$@\`"
15709 ALL_MAKEFILES="$ALL_MAKEFILES \\
15710 dlls/mprapi/Makefile"
15711 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15712 mprapi"
15713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15714 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
15715 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
15717 ALL_MAKEFILES="$ALL_MAKEFILES \\
15718 dlls/msacm.dll16/Makefile"
15719 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15720 msacm.dll16"
15721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15722 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
15723 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
15725 ALL_MAKEFILES="$ALL_MAKEFILES \\
15726 dlls/msacm32.drv/Makefile"
15727 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15728 msacm32.drv"
15729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15730 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
15731 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
15733 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15734 msacm32/libmsacm32.$IMPLIBEXT"
15735 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15736 msacm32/libmsacm32.def msacm32/libmsacm32.a msacm32/libmsacm32.cross.a: msacm32/msacm32.spec \$(WINEBUILD)
15737 @cd msacm32 && \$(MAKE) \`basename \$@\`"
15738 ALL_MAKEFILES="$ALL_MAKEFILES \\
15739 dlls/msacm32/Makefile"
15740 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15741 msacm32"
15742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15743 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
15744 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
15746 ALL_MAKEFILES="$ALL_MAKEFILES \\
15747 dlls/msacm32/tests/Makefile"
15748 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15749 msacm32/tests"
15750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15751 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
15752 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
15754 ALL_MAKEFILES="$ALL_MAKEFILES \\
15755 dlls/msadp32.acm/Makefile"
15756 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15757 msadp32.acm"
15758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15759 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
15760 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
15762 ALL_MAKEFILES="$ALL_MAKEFILES \\
15763 dlls/mscat32/Makefile"
15764 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15765 mscat32"
15766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15767 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
15768 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
15770 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15771 mscms/libmscms.$IMPLIBEXT"
15772 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15773 mscms/libmscms.def mscms/libmscms.a mscms/libmscms.cross.a: mscms/mscms.spec \$(WINEBUILD)
15774 @cd mscms && \$(MAKE) \`basename \$@\`"
15775 ALL_MAKEFILES="$ALL_MAKEFILES \\
15776 dlls/mscms/Makefile"
15777 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15778 mscms"
15779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15780 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
15781 ac_config_files="$ac_config_files dlls/mscms/Makefile"
15783 ALL_MAKEFILES="$ALL_MAKEFILES \\
15784 dlls/mscms/tests/Makefile"
15785 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15786 mscms/tests"
15787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15788 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
15789 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
15791 ALL_MAKEFILES="$ALL_MAKEFILES \\
15792 dlls/mscoree/Makefile"
15793 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15794 mscoree"
15795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15796 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
15797 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
15799 ALL_MAKEFILES="$ALL_MAKEFILES \\
15800 dlls/msctf/Makefile"
15801 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15802 msctf"
15803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15804 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
15805 ac_config_files="$ac_config_files dlls/msctf/Makefile"
15807 ALL_MAKEFILES="$ALL_MAKEFILES \\
15808 dlls/msctf/tests/Makefile"
15809 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15810 msctf/tests"
15811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15812 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
15813 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
15815 ALL_MAKEFILES="$ALL_MAKEFILES \\
15816 dlls/msdaps/Makefile"
15817 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15818 msdaps"
15819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15820 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
15821 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
15823 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15824 msdmo/libmsdmo.$IMPLIBEXT"
15825 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15826 msdmo/libmsdmo.def msdmo/libmsdmo.a msdmo/libmsdmo.cross.a: msdmo/msdmo.spec \$(WINEBUILD)
15827 @cd msdmo && \$(MAKE) \`basename \$@\`"
15828 ALL_MAKEFILES="$ALL_MAKEFILES \\
15829 dlls/msdmo/Makefile"
15830 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15831 msdmo"
15832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15833 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
15834 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
15836 ALL_MAKEFILES="$ALL_MAKEFILES \\
15837 dlls/msftedit/Makefile"
15838 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15839 msftedit"
15840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15841 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
15842 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
15844 ALL_MAKEFILES="$ALL_MAKEFILES \\
15845 dlls/msg711.acm/Makefile"
15846 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15847 msg711.acm"
15848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15849 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
15850 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
15852 ALL_MAKEFILES="$ALL_MAKEFILES \\
15853 dlls/msgsm32.acm/Makefile"
15854 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15855 msgsm32.acm"
15856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15857 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
15858 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
15860 ALL_MAKEFILES="$ALL_MAKEFILES \\
15861 dlls/mshtml.tlb/Makefile"
15862 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15863 mshtml.tlb"
15864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15865 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
15866 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
15868 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15869 mshtml/libmshtml.$IMPLIBEXT"
15870 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15871 mshtml/libmshtml.def mshtml/libmshtml.a mshtml/libmshtml.cross.a: mshtml/mshtml.spec \$(WINEBUILD)
15872 @cd mshtml && \$(MAKE) \`basename \$@\`"
15873 ALL_MAKEFILES="$ALL_MAKEFILES \\
15874 dlls/mshtml/Makefile"
15875 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15876 mshtml"
15877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15878 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
15879 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
15881 ALL_MAKEFILES="$ALL_MAKEFILES \\
15882 dlls/mshtml/tests/Makefile"
15883 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15884 mshtml/tests"
15885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15886 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
15887 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
15889 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15890 msi/libmsi.$IMPLIBEXT"
15891 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15892 msi/libmsi.def msi/libmsi.a msi/libmsi.cross.a: msi/msi.spec \$(WINEBUILD)
15893 @cd msi && \$(MAKE) \`basename \$@\`"
15894 ALL_MAKEFILES="$ALL_MAKEFILES \\
15895 dlls/msi/Makefile"
15896 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15897 msi"
15898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15899 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
15900 ac_config_files="$ac_config_files dlls/msi/Makefile"
15902 ALL_MAKEFILES="$ALL_MAKEFILES \\
15903 dlls/msi/tests/Makefile"
15904 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15905 msi/tests"
15906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15907 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
15908 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
15910 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15911 msimg32/libmsimg32.$IMPLIBEXT"
15912 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15913 msimg32/libmsimg32.def msimg32/libmsimg32.a msimg32/libmsimg32.cross.a: msimg32/msimg32.spec \$(WINEBUILD)
15914 @cd msimg32 && \$(MAKE) \`basename \$@\`"
15915 ALL_MAKEFILES="$ALL_MAKEFILES \\
15916 dlls/msimg32/Makefile"
15917 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15918 msimg32"
15919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15920 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
15921 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
15923 ALL_MAKEFILES="$ALL_MAKEFILES \\
15924 dlls/msimtf/Makefile"
15925 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15926 msimtf"
15927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15928 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
15929 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
15931 ALL_MAKEFILES="$ALL_MAKEFILES \\
15932 dlls/msisip/Makefile"
15933 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15934 msisip"
15935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15936 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
15937 ac_config_files="$ac_config_files dlls/msisip/Makefile"
15939 ALL_MAKEFILES="$ALL_MAKEFILES \\
15940 dlls/msisys.ocx/Makefile"
15941 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15942 msisys.ocx"
15943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15944 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
15945 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
15947 ALL_MAKEFILES="$ALL_MAKEFILES \\
15948 dlls/msnet32/Makefile"
15949 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15950 msnet32"
15951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15952 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
15953 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
15955 ALL_MAKEFILES="$ALL_MAKEFILES \\
15956 dlls/msrle32/Makefile"
15957 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15958 msrle32"
15959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15960 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
15961 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
15963 ALL_MAKEFILES="$ALL_MAKEFILES \\
15964 dlls/mssign32/Makefile"
15965 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15966 mssign32"
15967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15968 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
15969 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
15971 ALL_MAKEFILES="$ALL_MAKEFILES \\
15972 dlls/mssip32/Makefile"
15973 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15974 mssip32"
15975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15976 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
15977 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
15979 ALL_MAKEFILES="$ALL_MAKEFILES \\
15980 dlls/mstask/Makefile"
15981 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15982 mstask"
15983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15984 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
15985 ac_config_files="$ac_config_files dlls/mstask/Makefile"
15987 ALL_MAKEFILES="$ALL_MAKEFILES \\
15988 dlls/mstask/tests/Makefile"
15989 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15990 mstask/tests"
15991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15992 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
15993 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
15995 ALL_MAKEFILES="$ALL_MAKEFILES \\
15996 dlls/msvcirt/Makefile"
15997 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15998 msvcirt"
15999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16000 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
16001 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
16003 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16004 msvcr71/libmsvcr71.$IMPLIBEXT"
16005 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16006 msvcr71/libmsvcr71.def msvcr71/libmsvcr71.a msvcr71/libmsvcr71.cross.a: msvcr71/msvcr71.spec \$(WINEBUILD)
16007 @cd msvcr71 && \$(MAKE) \`basename \$@\`"
16008 ALL_MAKEFILES="$ALL_MAKEFILES \\
16009 dlls/msvcr71/Makefile"
16010 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16011 msvcr71"
16012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16013 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
16014 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
16016 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16017 msvcrt/libmsvcrt.$IMPLIBEXT"
16018 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16019 msvcrt/libmsvcrt.def msvcrt/libmsvcrt.a msvcrt/libmsvcrt.cross.a: msvcrt/msvcrt.spec \$(WINEBUILD)
16020 @cd msvcrt && \$(MAKE) \`basename \$@\`"
16021 ALL_MAKEFILES="$ALL_MAKEFILES \\
16022 dlls/msvcrt/Makefile"
16023 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16024 msvcrt"
16025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16026 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
16027 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
16029 ALL_MAKEFILES="$ALL_MAKEFILES \\
16030 dlls/msvcrt/tests/Makefile"
16031 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16032 msvcrt/tests"
16033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16034 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
16035 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
16037 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16038 msvcrt20/libmsvcrt20.$IMPLIBEXT"
16039 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16040 msvcrt20/libmsvcrt20.def msvcrt20/libmsvcrt20.a msvcrt20/libmsvcrt20.cross.a: msvcrt20/msvcrt20.spec \$(WINEBUILD)
16041 @cd msvcrt20 && \$(MAKE) \`basename \$@\`"
16042 ALL_MAKEFILES="$ALL_MAKEFILES \\
16043 dlls/msvcrt20/Makefile"
16044 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16045 msvcrt20"
16046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16047 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
16048 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
16050 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16051 msvcrt40/libmsvcrt40.$IMPLIBEXT"
16052 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16053 msvcrt40/libmsvcrt40.def msvcrt40/libmsvcrt40.a msvcrt40/libmsvcrt40.cross.a: msvcrt40/msvcrt40.spec \$(WINEBUILD)
16054 @cd msvcrt40 && \$(MAKE) \`basename \$@\`"
16055 ALL_MAKEFILES="$ALL_MAKEFILES \\
16056 dlls/msvcrt40/Makefile"
16057 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16058 msvcrt40"
16059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16060 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
16061 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
16063 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16064 msvcrtd/libmsvcrtd.$IMPLIBEXT"
16065 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16066 msvcrtd/libmsvcrtd.def msvcrtd/libmsvcrtd.a msvcrtd/libmsvcrtd.cross.a: msvcrtd/msvcrtd.spec \$(WINEBUILD)
16067 @cd msvcrtd && \$(MAKE) \`basename \$@\`"
16068 ALL_MAKEFILES="$ALL_MAKEFILES \\
16069 dlls/msvcrtd/Makefile"
16070 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16071 msvcrtd"
16072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16073 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
16074 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
16076 ALL_MAKEFILES="$ALL_MAKEFILES \\
16077 dlls/msvcrtd/tests/Makefile"
16078 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16079 msvcrtd/tests"
16080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16081 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
16082 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
16084 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16085 msvfw32/libmsvfw32.$IMPLIBEXT"
16086 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16087 msvfw32/libmsvfw32.def msvfw32/libmsvfw32.a msvfw32/libmsvfw32.cross.a: msvfw32/msvfw32.spec \$(WINEBUILD)
16088 @cd msvfw32 && \$(MAKE) \`basename \$@\`"
16089 ALL_MAKEFILES="$ALL_MAKEFILES \\
16090 dlls/msvfw32/Makefile"
16091 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16092 msvfw32"
16093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16094 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
16095 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
16097 ALL_MAKEFILES="$ALL_MAKEFILES \\
16098 dlls/msvfw32/tests/Makefile"
16099 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16100 msvfw32/tests"
16101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16102 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
16103 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
16105 ALL_MAKEFILES="$ALL_MAKEFILES \\
16106 dlls/msvidc32/Makefile"
16107 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16108 msvidc32"
16109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16110 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
16111 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
16113 ALL_MAKEFILES="$ALL_MAKEFILES \\
16114 dlls/msvideo.dll16/Makefile"
16115 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16116 msvideo.dll16"
16117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16118 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
16119 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
16121 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16122 mswsock/libmswsock.$IMPLIBEXT"
16123 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16124 mswsock/libmswsock.def mswsock/libmswsock.a mswsock/libmswsock.cross.a: mswsock/mswsock.spec \$(WINEBUILD)
16125 @cd mswsock && \$(MAKE) \`basename \$@\`"
16126 ALL_MAKEFILES="$ALL_MAKEFILES \\
16127 dlls/mswsock/Makefile"
16128 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16129 mswsock"
16130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16131 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
16132 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
16134 ALL_MAKEFILES="$ALL_MAKEFILES \\
16135 dlls/msxml3/Makefile"
16136 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16137 msxml3"
16138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16139 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
16140 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
16142 ALL_MAKEFILES="$ALL_MAKEFILES \\
16143 dlls/msxml3/tests/Makefile"
16144 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16145 msxml3/tests"
16146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16147 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
16148 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
16150 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16151 nddeapi/libnddeapi.$IMPLIBEXT"
16152 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16153 nddeapi/libnddeapi.def nddeapi/libnddeapi.a nddeapi/libnddeapi.cross.a: nddeapi/nddeapi.spec \$(WINEBUILD)
16154 @cd nddeapi && \$(MAKE) \`basename \$@\`"
16155 ALL_MAKEFILES="$ALL_MAKEFILES \\
16156 dlls/nddeapi/Makefile"
16157 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16158 nddeapi"
16159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16160 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
16161 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
16163 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16164 netapi32/libnetapi32.$IMPLIBEXT"
16165 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16166 netapi32/libnetapi32.def netapi32/libnetapi32.a netapi32/libnetapi32.cross.a: netapi32/netapi32.spec \$(WINEBUILD)
16167 @cd netapi32 && \$(MAKE) \`basename \$@\`"
16168 ALL_MAKEFILES="$ALL_MAKEFILES \\
16169 dlls/netapi32/Makefile"
16170 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16171 netapi32"
16172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16173 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
16174 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
16176 ALL_MAKEFILES="$ALL_MAKEFILES \\
16177 dlls/netapi32/tests/Makefile"
16178 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16179 netapi32/tests"
16180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16181 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
16182 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
16184 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16185 newdev/libnewdev.$IMPLIBEXT"
16186 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16187 newdev/libnewdev.def newdev/libnewdev.a newdev/libnewdev.cross.a: newdev/newdev.spec \$(WINEBUILD)
16188 @cd newdev && \$(MAKE) \`basename \$@\`"
16189 ALL_MAKEFILES="$ALL_MAKEFILES \\
16190 dlls/newdev/Makefile"
16191 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16192 newdev"
16193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16194 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
16195 ac_config_files="$ac_config_files dlls/newdev/Makefile"
16197 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16198 ntdll/libntdll.$IMPLIBEXT"
16199 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16200 ntdll/libntdll.def ntdll/libntdll.a ntdll/libntdll.cross.a: ntdll/ntdll.spec \$(WINEBUILD)
16201 @cd ntdll && \$(MAKE) \`basename \$@\`"
16202 ALL_MAKEFILES="$ALL_MAKEFILES \\
16203 dlls/ntdll/Makefile"
16204 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16205 ntdll"
16206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16207 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
16208 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
16210 ALL_MAKEFILES="$ALL_MAKEFILES \\
16211 dlls/ntdll/tests/Makefile"
16212 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16213 ntdll/tests"
16214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16215 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
16216 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
16218 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16219 ntdsapi/libntdsapi.$IMPLIBEXT"
16220 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16221 ntdsapi/libntdsapi.def ntdsapi/libntdsapi.a ntdsapi/libntdsapi.cross.a: ntdsapi/ntdsapi.spec \$(WINEBUILD)
16222 @cd ntdsapi && \$(MAKE) \`basename \$@\`"
16223 ALL_MAKEFILES="$ALL_MAKEFILES \\
16224 dlls/ntdsapi/Makefile"
16225 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16226 ntdsapi"
16227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16228 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
16229 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
16231 ALL_MAKEFILES="$ALL_MAKEFILES \\
16232 dlls/ntdsapi/tests/Makefile"
16233 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16234 ntdsapi/tests"
16235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16236 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
16237 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
16239 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16240 ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT"
16241 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16242 ntoskrnl.exe/libntoskrnl.exe.def ntoskrnl.exe/libntoskrnl.exe.a ntoskrnl.exe/libntoskrnl.exe.cross.a: ntoskrnl.exe/ntoskrnl.exe.spec \$(WINEBUILD)
16243 @cd ntoskrnl.exe && \$(MAKE) \`basename \$@\`"
16244 ALL_MAKEFILES="$ALL_MAKEFILES \\
16245 dlls/ntoskrnl.exe/Makefile"
16246 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16247 ntoskrnl.exe"
16248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16249 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
16250 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
16252 ALL_MAKEFILES="$ALL_MAKEFILES \\
16253 dlls/ntprint/Makefile"
16254 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16255 ntprint"
16256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16257 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
16258 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
16260 ALL_MAKEFILES="$ALL_MAKEFILES \\
16261 dlls/ntprint/tests/Makefile"
16262 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16263 ntprint/tests"
16264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16265 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
16266 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
16268 ALL_MAKEFILES="$ALL_MAKEFILES \\
16269 dlls/objsel/Makefile"
16270 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16271 objsel"
16272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16273 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
16274 ac_config_files="$ac_config_files dlls/objsel/Makefile"
16276 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16277 odbc32/libodbc32.$IMPLIBEXT"
16278 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16279 odbc32/libodbc32.def odbc32/libodbc32.a odbc32/libodbc32.cross.a: odbc32/odbc32.spec \$(WINEBUILD)
16280 @cd odbc32 && \$(MAKE) \`basename \$@\`"
16281 ALL_MAKEFILES="$ALL_MAKEFILES \\
16282 dlls/odbc32/Makefile"
16283 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16284 odbc32"
16285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16286 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
16287 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
16289 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16290 odbccp32/libodbccp32.$IMPLIBEXT"
16291 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16292 odbccp32/libodbccp32.def odbccp32/libodbccp32.a odbccp32/libodbccp32.cross.a: odbccp32/odbccp32.spec \$(WINEBUILD)
16293 @cd odbccp32 && \$(MAKE) \`basename \$@\`"
16294 ALL_MAKEFILES="$ALL_MAKEFILES \\
16295 dlls/odbccp32/Makefile"
16296 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16297 odbccp32"
16298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16299 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
16300 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
16302 ALL_MAKEFILES="$ALL_MAKEFILES \\
16303 dlls/odbccp32/tests/Makefile"
16304 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16305 odbccp32/tests"
16306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16307 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
16308 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
16310 ALL_MAKEFILES="$ALL_MAKEFILES \\
16311 dlls/ole2.dll16/Makefile"
16312 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16313 ole2.dll16"
16314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16315 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
16316 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
16318 ALL_MAKEFILES="$ALL_MAKEFILES \\
16319 dlls/ole2conv.dll16/Makefile"
16320 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16321 ole2conv.dll16"
16322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16323 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
16324 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
16326 ALL_MAKEFILES="$ALL_MAKEFILES \\
16327 dlls/ole2disp.dll16/Makefile"
16328 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16329 ole2disp.dll16"
16330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16331 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
16332 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
16334 ALL_MAKEFILES="$ALL_MAKEFILES \\
16335 dlls/ole2nls.dll16/Makefile"
16336 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16337 ole2nls.dll16"
16338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16339 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
16340 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
16342 ALL_MAKEFILES="$ALL_MAKEFILES \\
16343 dlls/ole2prox.dll16/Makefile"
16344 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16345 ole2prox.dll16"
16346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16347 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
16348 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
16350 ALL_MAKEFILES="$ALL_MAKEFILES \\
16351 dlls/ole2thk.dll16/Makefile"
16352 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16353 ole2thk.dll16"
16354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16355 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
16356 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
16358 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16359 ole32/libole32.$IMPLIBEXT"
16360 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16361 ole32/libole32.def ole32/libole32.a ole32/libole32.cross.a: ole32/ole32.spec \$(WINEBUILD)
16362 @cd ole32 && \$(MAKE) \`basename \$@\`"
16363 ALL_MAKEFILES="$ALL_MAKEFILES \\
16364 dlls/ole32/Makefile"
16365 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16366 ole32"
16367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16368 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
16369 ac_config_files="$ac_config_files dlls/ole32/Makefile"
16371 ALL_MAKEFILES="$ALL_MAKEFILES \\
16372 dlls/ole32/tests/Makefile"
16373 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16374 ole32/tests"
16375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16376 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
16377 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
16379 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16380 oleacc/liboleacc.$IMPLIBEXT"
16381 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16382 oleacc/liboleacc.def oleacc/liboleacc.a oleacc/liboleacc.cross.a: oleacc/oleacc.spec \$(WINEBUILD)
16383 @cd oleacc && \$(MAKE) \`basename \$@\`"
16384 ALL_MAKEFILES="$ALL_MAKEFILES \\
16385 dlls/oleacc/Makefile"
16386 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16387 oleacc"
16388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16389 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
16390 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
16392 ALL_MAKEFILES="$ALL_MAKEFILES \\
16393 dlls/oleacc/tests/Makefile"
16394 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16395 oleacc/tests"
16396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16397 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
16398 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
16400 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16401 oleaut32/liboleaut32.$IMPLIBEXT"
16402 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16403 oleaut32/liboleaut32.def oleaut32/liboleaut32.a oleaut32/liboleaut32.cross.a: oleaut32/oleaut32.spec \$(WINEBUILD)
16404 @cd oleaut32 && \$(MAKE) \`basename \$@\`"
16405 ALL_MAKEFILES="$ALL_MAKEFILES \\
16406 dlls/oleaut32/Makefile"
16407 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16408 oleaut32"
16409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16410 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
16411 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
16413 ALL_MAKEFILES="$ALL_MAKEFILES \\
16414 dlls/oleaut32/tests/Makefile"
16415 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16416 oleaut32/tests"
16417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16418 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
16419 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
16421 ALL_MAKEFILES="$ALL_MAKEFILES \\
16422 dlls/olecli.dll16/Makefile"
16423 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16424 olecli.dll16"
16425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16426 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
16427 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
16429 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16430 olecli32/libolecli32.$IMPLIBEXT"
16431 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16432 olecli32/libolecli32.def olecli32/libolecli32.a olecli32/libolecli32.cross.a: olecli32/olecli32.spec \$(WINEBUILD)
16433 @cd olecli32 && \$(MAKE) \`basename \$@\`"
16434 ALL_MAKEFILES="$ALL_MAKEFILES \\
16435 dlls/olecli32/Makefile"
16436 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16437 olecli32"
16438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16439 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
16440 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
16442 ALL_MAKEFILES="$ALL_MAKEFILES \\
16443 dlls/oledb32/Makefile"
16444 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16445 oledb32"
16446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16447 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules"
16448 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
16450 ALL_MAKEFILES="$ALL_MAKEFILES \\
16451 dlls/oledb32/tests/Makefile"
16452 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16453 oledb32/tests"
16454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16455 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules"
16456 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
16458 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16459 oledlg/liboledlg.$IMPLIBEXT"
16460 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16461 oledlg/liboledlg.def oledlg/liboledlg.a oledlg/liboledlg.cross.a: oledlg/oledlg.spec \$(WINEBUILD)
16462 @cd oledlg && \$(MAKE) \`basename \$@\`"
16463 ALL_MAKEFILES="$ALL_MAKEFILES \\
16464 dlls/oledlg/Makefile"
16465 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16466 oledlg"
16467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16468 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
16469 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
16471 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16472 olepro32/libolepro32.$IMPLIBEXT"
16473 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16474 olepro32/libolepro32.def olepro32/libolepro32.a olepro32/libolepro32.cross.a: olepro32/olepro32.spec \$(WINEBUILD)
16475 @cd olepro32 && \$(MAKE) \`basename \$@\`"
16476 ALL_MAKEFILES="$ALL_MAKEFILES \\
16477 dlls/olepro32/Makefile"
16478 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16479 olepro32"
16480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16481 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
16482 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
16484 ALL_MAKEFILES="$ALL_MAKEFILES \\
16485 dlls/olesvr.dll16/Makefile"
16486 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16487 olesvr.dll16"
16488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16489 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
16490 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
16492 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16493 olesvr32/libolesvr32.$IMPLIBEXT"
16494 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16495 olesvr32/libolesvr32.def olesvr32/libolesvr32.a olesvr32/libolesvr32.cross.a: olesvr32/olesvr32.spec \$(WINEBUILD)
16496 @cd olesvr32 && \$(MAKE) \`basename \$@\`"
16497 ALL_MAKEFILES="$ALL_MAKEFILES \\
16498 dlls/olesvr32/Makefile"
16499 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16500 olesvr32"
16501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16502 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
16503 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
16505 ALL_MAKEFILES="$ALL_MAKEFILES \\
16506 dlls/olethk32/Makefile"
16507 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16508 olethk32"
16509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16510 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
16511 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
16513 ALL_MAKEFILES="$ALL_MAKEFILES \\
16514 dlls/openal32/Makefile"
16515 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16516 openal32"
16517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16518 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules"
16519 ac_config_files="$ac_config_files dlls/openal32/Makefile"
16521 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16522 opengl32/libopengl32.$IMPLIBEXT"
16523 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16524 opengl32/libopengl32.def opengl32/libopengl32.a opengl32/libopengl32.cross.a: opengl32/opengl32.spec \$(WINEBUILD)
16525 @cd opengl32 && \$(MAKE) \`basename \$@\`"
16526 ALL_MAKEFILES="$ALL_MAKEFILES \\
16527 dlls/opengl32/Makefile"
16528 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16529 opengl32"
16530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16531 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
16532 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
16534 ALL_MAKEFILES="$ALL_MAKEFILES \\
16535 dlls/opengl32/tests/Makefile"
16536 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16537 opengl32/tests"
16538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16539 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
16540 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
16542 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16543 pdh/libpdh.$IMPLIBEXT"
16544 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16545 pdh/libpdh.def pdh/libpdh.a pdh/libpdh.cross.a: pdh/pdh.spec \$(WINEBUILD)
16546 @cd pdh && \$(MAKE) \`basename \$@\`"
16547 ALL_MAKEFILES="$ALL_MAKEFILES \\
16548 dlls/pdh/Makefile"
16549 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16550 pdh"
16551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16552 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
16553 ac_config_files="$ac_config_files dlls/pdh/Makefile"
16555 ALL_MAKEFILES="$ALL_MAKEFILES \\
16556 dlls/pdh/tests/Makefile"
16557 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16558 pdh/tests"
16559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16560 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
16561 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
16563 ALL_MAKEFILES="$ALL_MAKEFILES \\
16564 dlls/pidgen/Makefile"
16565 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16566 pidgen"
16567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16568 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
16569 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
16571 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16572 powrprof/libpowrprof.$IMPLIBEXT"
16573 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16574 powrprof/libpowrprof.def powrprof/libpowrprof.a powrprof/libpowrprof.cross.a: powrprof/powrprof.spec \$(WINEBUILD)
16575 @cd powrprof && \$(MAKE) \`basename \$@\`"
16576 ALL_MAKEFILES="$ALL_MAKEFILES \\
16577 dlls/powrprof/Makefile"
16578 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16579 powrprof"
16580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16581 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
16582 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
16584 ALL_MAKEFILES="$ALL_MAKEFILES \\
16585 dlls/printui/Makefile"
16586 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16587 printui"
16588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16589 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
16590 ac_config_files="$ac_config_files dlls/printui/Makefile"
16592 ALL_MAKEFILES="$ALL_MAKEFILES \\
16593 dlls/propsys/Makefile"
16594 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16595 propsys"
16596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16597 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
16598 ac_config_files="$ac_config_files dlls/propsys/Makefile"
16600 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16601 psapi/libpsapi.$IMPLIBEXT"
16602 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16603 psapi/libpsapi.def psapi/libpsapi.a psapi/libpsapi.cross.a: psapi/psapi.spec \$(WINEBUILD)
16604 @cd psapi && \$(MAKE) \`basename \$@\`"
16605 ALL_MAKEFILES="$ALL_MAKEFILES \\
16606 dlls/psapi/Makefile"
16607 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16608 psapi"
16609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16610 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
16611 ac_config_files="$ac_config_files dlls/psapi/Makefile"
16613 ALL_MAKEFILES="$ALL_MAKEFILES \\
16614 dlls/psapi/tests/Makefile"
16615 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16616 psapi/tests"
16617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16618 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
16619 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
16621 ALL_MAKEFILES="$ALL_MAKEFILES \\
16622 dlls/pstorec/Makefile"
16623 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16624 pstorec"
16625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16626 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
16627 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
16629 ALL_MAKEFILES="$ALL_MAKEFILES \\
16630 dlls/qcap/Makefile"
16631 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16632 qcap"
16633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16634 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
16635 ac_config_files="$ac_config_files dlls/qcap/Makefile"
16637 ALL_MAKEFILES="$ALL_MAKEFILES \\
16638 dlls/qedit/Makefile"
16639 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16640 qedit"
16641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16642 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
16643 ac_config_files="$ac_config_files dlls/qedit/Makefile"
16645 ALL_MAKEFILES="$ALL_MAKEFILES \\
16646 dlls/qedit/tests/Makefile"
16647 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16648 qedit/tests"
16649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16650 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
16651 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
16653 ALL_MAKEFILES="$ALL_MAKEFILES \\
16654 dlls/qmgr/Makefile"
16655 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16656 qmgr"
16657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16658 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
16659 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
16661 ALL_MAKEFILES="$ALL_MAKEFILES \\
16662 dlls/qmgr/tests/Makefile"
16663 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16664 qmgr/tests"
16665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16666 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
16667 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
16669 ALL_MAKEFILES="$ALL_MAKEFILES \\
16670 dlls/qmgrprxy/Makefile"
16671 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16672 qmgrprxy"
16673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16674 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
16675 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
16677 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16678 quartz/libquartz.$IMPLIBEXT"
16679 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16680 quartz/libquartz.def quartz/libquartz.a quartz/libquartz.cross.a: quartz/quartz.spec \$(WINEBUILD)
16681 @cd quartz && \$(MAKE) \`basename \$@\`"
16682 ALL_MAKEFILES="$ALL_MAKEFILES \\
16683 dlls/quartz/Makefile"
16684 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16685 quartz"
16686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16687 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
16688 ac_config_files="$ac_config_files dlls/quartz/Makefile"
16690 ALL_MAKEFILES="$ALL_MAKEFILES \\
16691 dlls/quartz/tests/Makefile"
16692 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16693 quartz/tests"
16694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16695 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
16696 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
16698 ALL_MAKEFILES="$ALL_MAKEFILES \\
16699 dlls/query/Makefile"
16700 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16701 query"
16702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16703 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
16704 ac_config_files="$ac_config_files dlls/query/Makefile"
16706 ALL_MAKEFILES="$ALL_MAKEFILES \\
16707 dlls/rasapi16.dll16/Makefile"
16708 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16709 rasapi16.dll16"
16710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16711 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
16712 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
16714 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16715 rasapi32/librasapi32.$IMPLIBEXT"
16716 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16717 rasapi32/librasapi32.def rasapi32/librasapi32.a rasapi32/librasapi32.cross.a: rasapi32/rasapi32.spec \$(WINEBUILD)
16718 @cd rasapi32 && \$(MAKE) \`basename \$@\`"
16719 ALL_MAKEFILES="$ALL_MAKEFILES \\
16720 dlls/rasapi32/Makefile"
16721 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16722 rasapi32"
16723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16724 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
16725 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
16727 ALL_MAKEFILES="$ALL_MAKEFILES \\
16728 dlls/rasapi32/tests/Makefile"
16729 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16730 rasapi32/tests"
16731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16732 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
16733 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
16735 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16736 rasdlg/librasdlg.$IMPLIBEXT"
16737 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16738 rasdlg/librasdlg.def rasdlg/librasdlg.a rasdlg/librasdlg.cross.a: rasdlg/rasdlg.spec \$(WINEBUILD)
16739 @cd rasdlg && \$(MAKE) \`basename \$@\`"
16740 ALL_MAKEFILES="$ALL_MAKEFILES \\
16741 dlls/rasdlg/Makefile"
16742 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16743 rasdlg"
16744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16745 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
16746 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
16748 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16749 resutils/libresutils.$IMPLIBEXT"
16750 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16751 resutils/libresutils.def resutils/libresutils.a resutils/libresutils.cross.a: resutils/resutils.spec \$(WINEBUILD)
16752 @cd resutils && \$(MAKE) \`basename \$@\`"
16753 ALL_MAKEFILES="$ALL_MAKEFILES \\
16754 dlls/resutils/Makefile"
16755 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16756 resutils"
16757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16758 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
16759 ac_config_files="$ac_config_files dlls/resutils/Makefile"
16761 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16762 riched20/libriched20.$IMPLIBEXT"
16763 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16764 riched20/libriched20.def riched20/libriched20.a riched20/libriched20.cross.a: riched20/riched20.spec \$(WINEBUILD)
16765 @cd riched20 && \$(MAKE) \`basename \$@\`"
16766 ALL_MAKEFILES="$ALL_MAKEFILES \\
16767 dlls/riched20/Makefile"
16768 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16769 riched20"
16770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16771 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
16772 ac_config_files="$ac_config_files dlls/riched20/Makefile"
16774 ALL_MAKEFILES="$ALL_MAKEFILES \\
16775 dlls/riched20/tests/Makefile"
16776 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16777 riched20/tests"
16778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16779 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
16780 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
16782 ALL_MAKEFILES="$ALL_MAKEFILES \\
16783 dlls/riched32/Makefile"
16784 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16785 riched32"
16786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16787 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
16788 ac_config_files="$ac_config_files dlls/riched32/Makefile"
16790 ALL_MAKEFILES="$ALL_MAKEFILES \\
16791 dlls/riched32/tests/Makefile"
16792 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16793 riched32/tests"
16794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16795 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
16796 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
16798 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16799 rpcrt4/librpcrt4.$IMPLIBEXT"
16800 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16801 rpcrt4/librpcrt4.def rpcrt4/librpcrt4.a rpcrt4/librpcrt4.cross.a: rpcrt4/rpcrt4.spec \$(WINEBUILD)
16802 @cd rpcrt4 && \$(MAKE) \`basename \$@\`"
16803 ALL_MAKEFILES="$ALL_MAKEFILES \\
16804 dlls/rpcrt4/Makefile"
16805 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16806 rpcrt4"
16807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16808 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
16809 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
16811 ALL_MAKEFILES="$ALL_MAKEFILES \\
16812 dlls/rpcrt4/tests/Makefile"
16813 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16814 rpcrt4/tests"
16815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16816 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
16817 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
16819 ALL_MAKEFILES="$ALL_MAKEFILES \\
16820 dlls/rsabase/Makefile"
16821 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16822 rsabase"
16823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16824 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
16825 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
16827 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16828 rsaenh/librsaenh.$IMPLIBEXT"
16829 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16830 rsaenh/librsaenh.def rsaenh/librsaenh.a rsaenh/librsaenh.cross.a: rsaenh/rsaenh.spec \$(WINEBUILD)
16831 @cd rsaenh && \$(MAKE) \`basename \$@\`"
16832 ALL_MAKEFILES="$ALL_MAKEFILES \\
16833 dlls/rsaenh/Makefile"
16834 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16835 rsaenh"
16836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16837 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
16838 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
16840 ALL_MAKEFILES="$ALL_MAKEFILES \\
16841 dlls/rsaenh/tests/Makefile"
16842 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16843 rsaenh/tests"
16844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16845 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
16846 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
16848 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16849 rtutils/librtutils.$IMPLIBEXT"
16850 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16851 rtutils/librtutils.def rtutils/librtutils.a rtutils/librtutils.cross.a: rtutils/rtutils.spec \$(WINEBUILD)
16852 @cd rtutils && \$(MAKE) \`basename \$@\`"
16853 ALL_MAKEFILES="$ALL_MAKEFILES \\
16854 dlls/rtutils/Makefile"
16855 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16856 rtutils"
16857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16858 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
16859 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
16861 ALL_MAKEFILES="$ALL_MAKEFILES \\
16862 dlls/sane.ds/Makefile"
16863 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16864 sane.ds"
16865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16866 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
16867 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
16869 ALL_MAKEFILES="$ALL_MAKEFILES \\
16870 dlls/sccbase/Makefile"
16871 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16872 sccbase"
16873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16874 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
16875 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
16877 ALL_MAKEFILES="$ALL_MAKEFILES \\
16878 dlls/schannel/Makefile"
16879 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16880 schannel"
16881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16882 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
16883 ac_config_files="$ac_config_files dlls/schannel/Makefile"
16885 ALL_MAKEFILES="$ALL_MAKEFILES \\
16886 dlls/schannel/tests/Makefile"
16887 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16888 schannel/tests"
16889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16890 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
16891 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
16893 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16894 secur32/libsecur32.$IMPLIBEXT"
16895 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16896 secur32/libsecur32.def secur32/libsecur32.a secur32/libsecur32.cross.a: secur32/secur32.spec \$(WINEBUILD)
16897 @cd secur32 && \$(MAKE) \`basename \$@\`"
16898 ALL_MAKEFILES="$ALL_MAKEFILES \\
16899 dlls/secur32/Makefile"
16900 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16901 secur32"
16902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16903 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
16904 ac_config_files="$ac_config_files dlls/secur32/Makefile"
16906 ALL_MAKEFILES="$ALL_MAKEFILES \\
16907 dlls/secur32/tests/Makefile"
16908 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16909 secur32/tests"
16910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16911 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
16912 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
16914 ALL_MAKEFILES="$ALL_MAKEFILES \\
16915 dlls/security/Makefile"
16916 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16917 security"
16918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16919 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
16920 ac_config_files="$ac_config_files dlls/security/Makefile"
16922 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16923 sensapi/libsensapi.$IMPLIBEXT"
16924 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16925 sensapi/libsensapi.def sensapi/libsensapi.a sensapi/libsensapi.cross.a: sensapi/sensapi.spec \$(WINEBUILD)
16926 @cd sensapi && \$(MAKE) \`basename \$@\`"
16927 ALL_MAKEFILES="$ALL_MAKEFILES \\
16928 dlls/sensapi/Makefile"
16929 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16930 sensapi"
16931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16932 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
16933 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
16935 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16936 serialui/libserialui.$IMPLIBEXT"
16937 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16938 serialui/libserialui.def serialui/libserialui.a serialui/libserialui.cross.a: serialui/serialui.spec \$(WINEBUILD)
16939 @cd serialui && \$(MAKE) \`basename \$@\`"
16940 ALL_MAKEFILES="$ALL_MAKEFILES \\
16941 dlls/serialui/Makefile"
16942 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16943 serialui"
16944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16945 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
16946 ac_config_files="$ac_config_files dlls/serialui/Makefile"
16948 ALL_MAKEFILES="$ALL_MAKEFILES \\
16949 dlls/serialui/tests/Makefile"
16950 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16951 serialui/tests"
16952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16953 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
16954 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
16956 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16957 setupapi/libsetupapi.$IMPLIBEXT"
16958 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16959 setupapi/libsetupapi.def setupapi/libsetupapi.a setupapi/libsetupapi.cross.a: setupapi/setupapi.spec \$(WINEBUILD)
16960 @cd setupapi && \$(MAKE) \`basename \$@\`"
16961 ALL_MAKEFILES="$ALL_MAKEFILES \\
16962 dlls/setupapi/Makefile"
16963 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16964 setupapi"
16965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16966 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
16967 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
16969 ALL_MAKEFILES="$ALL_MAKEFILES \\
16970 dlls/setupapi/tests/Makefile"
16971 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16972 setupapi/tests"
16973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16974 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
16975 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
16977 ALL_MAKEFILES="$ALL_MAKEFILES \\
16978 dlls/setupx.dll16/Makefile"
16979 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16980 setupx.dll16"
16981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16982 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules"
16983 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
16985 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16986 sfc/libsfc.$IMPLIBEXT"
16987 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16988 sfc/libsfc.def sfc/libsfc.a sfc/libsfc.cross.a: sfc/sfc.spec \$(WINEBUILD)
16989 @cd sfc && \$(MAKE) \`basename \$@\`"
16990 ALL_MAKEFILES="$ALL_MAKEFILES \\
16991 dlls/sfc/Makefile"
16992 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16993 sfc"
16994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16995 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
16996 ac_config_files="$ac_config_files dlls/sfc/Makefile"
16998 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16999 sfc_os/libsfc_os.$IMPLIBEXT"
17000 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17001 sfc_os/libsfc_os.def sfc_os/libsfc_os.a sfc_os/libsfc_os.cross.a: sfc_os/sfc_os.spec \$(WINEBUILD)
17002 @cd sfc_os && \$(MAKE) \`basename \$@\`"
17003 ALL_MAKEFILES="$ALL_MAKEFILES \\
17004 dlls/sfc_os/Makefile"
17005 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17006 sfc_os"
17007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17008 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
17009 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
17011 ALL_MAKEFILES="$ALL_MAKEFILES \\
17012 dlls/shdoclc/Makefile"
17013 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17014 shdoclc"
17015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17016 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
17017 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
17019 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17020 shdocvw/libshdocvw.$IMPLIBEXT"
17021 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17022 shdocvw/libshdocvw.def shdocvw/libshdocvw.a shdocvw/libshdocvw.cross.a: shdocvw/shdocvw.spec \$(WINEBUILD)
17023 @cd shdocvw && \$(MAKE) \`basename \$@\`"
17024 ALL_MAKEFILES="$ALL_MAKEFILES \\
17025 dlls/shdocvw/Makefile"
17026 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17027 shdocvw"
17028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17029 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
17030 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
17032 ALL_MAKEFILES="$ALL_MAKEFILES \\
17033 dlls/shdocvw/tests/Makefile"
17034 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17035 shdocvw/tests"
17036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17037 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
17038 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
17040 ALL_MAKEFILES="$ALL_MAKEFILES \\
17041 dlls/shell.dll16/Makefile"
17042 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17043 shell.dll16"
17044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17045 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
17046 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
17048 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17049 shell32/libshell32.$IMPLIBEXT"
17050 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17051 shell32/libshell32.def shell32/libshell32.a shell32/libshell32.cross.a: shell32/shell32.spec \$(WINEBUILD)
17052 @cd shell32 && \$(MAKE) \`basename \$@\`"
17053 ALL_MAKEFILES="$ALL_MAKEFILES \\
17054 dlls/shell32/Makefile"
17055 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17056 shell32"
17057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17058 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
17059 ac_config_files="$ac_config_files dlls/shell32/Makefile"
17061 ALL_MAKEFILES="$ALL_MAKEFILES \\
17062 dlls/shell32/tests/Makefile"
17063 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17064 shell32/tests"
17065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17066 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
17067 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
17069 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17070 shfolder/libshfolder.$IMPLIBEXT"
17071 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17072 shfolder/libshfolder.def shfolder/libshfolder.a shfolder/libshfolder.cross.a: shfolder/shfolder.spec \$(WINEBUILD)
17073 @cd shfolder && \$(MAKE) \`basename \$@\`"
17074 ALL_MAKEFILES="$ALL_MAKEFILES \\
17075 dlls/shfolder/Makefile"
17076 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17077 shfolder"
17078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17079 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
17080 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
17082 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17083 shlwapi/libshlwapi.$IMPLIBEXT"
17084 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17085 shlwapi/libshlwapi.def shlwapi/libshlwapi.a shlwapi/libshlwapi.cross.a: shlwapi/shlwapi.spec \$(WINEBUILD)
17086 @cd shlwapi && \$(MAKE) \`basename \$@\`"
17087 ALL_MAKEFILES="$ALL_MAKEFILES \\
17088 dlls/shlwapi/Makefile"
17089 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17090 shlwapi"
17091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17092 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
17093 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
17095 ALL_MAKEFILES="$ALL_MAKEFILES \\
17096 dlls/shlwapi/tests/Makefile"
17097 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17098 shlwapi/tests"
17099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17100 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
17101 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
17103 ALL_MAKEFILES="$ALL_MAKEFILES \\
17104 dlls/slbcsp/Makefile"
17105 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17106 slbcsp"
17107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17108 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
17109 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
17111 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17112 slc/libslc.$IMPLIBEXT"
17113 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17114 slc/libslc.def slc/libslc.a slc/libslc.cross.a: slc/slc.spec \$(WINEBUILD)
17115 @cd slc && \$(MAKE) \`basename \$@\`"
17116 ALL_MAKEFILES="$ALL_MAKEFILES \\
17117 dlls/slc/Makefile"
17118 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17119 slc"
17120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17121 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
17122 ac_config_files="$ac_config_files dlls/slc/Makefile"
17124 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17125 snmpapi/libsnmpapi.$IMPLIBEXT"
17126 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17127 snmpapi/libsnmpapi.def snmpapi/libsnmpapi.a snmpapi/libsnmpapi.cross.a: snmpapi/snmpapi.spec \$(WINEBUILD)
17128 @cd snmpapi && \$(MAKE) \`basename \$@\`"
17129 ALL_MAKEFILES="$ALL_MAKEFILES \\
17130 dlls/snmpapi/Makefile"
17131 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17132 snmpapi"
17133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17134 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
17135 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
17137 ALL_MAKEFILES="$ALL_MAKEFILES \\
17138 dlls/snmpapi/tests/Makefile"
17139 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17140 snmpapi/tests"
17141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17142 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
17143 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
17145 ALL_MAKEFILES="$ALL_MAKEFILES \\
17146 dlls/softpub/Makefile"
17147 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17148 softpub"
17149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17150 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
17151 ac_config_files="$ac_config_files dlls/softpub/Makefile"
17153 ALL_MAKEFILES="$ALL_MAKEFILES \\
17154 dlls/sound.drv16/Makefile"
17155 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17156 sound.drv16"
17157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17158 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
17159 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
17161 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17162 spoolss/libspoolss.$IMPLIBEXT"
17163 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17164 spoolss/libspoolss.def spoolss/libspoolss.a spoolss/libspoolss.cross.a: spoolss/spoolss.spec \$(WINEBUILD)
17165 @cd spoolss && \$(MAKE) \`basename \$@\`"
17166 ALL_MAKEFILES="$ALL_MAKEFILES \\
17167 dlls/spoolss/Makefile"
17168 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17169 spoolss"
17170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17171 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
17172 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
17174 ALL_MAKEFILES="$ALL_MAKEFILES \\
17175 dlls/spoolss/tests/Makefile"
17176 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17177 spoolss/tests"
17178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17179 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
17180 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
17182 ALL_MAKEFILES="$ALL_MAKEFILES \\
17183 dlls/stdole2.tlb/Makefile"
17184 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17185 stdole2.tlb"
17186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17187 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
17188 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
17190 ALL_MAKEFILES="$ALL_MAKEFILES \\
17191 dlls/stdole32.tlb/Makefile"
17192 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17193 stdole32.tlb"
17194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17195 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
17196 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
17198 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17199 sti/libsti.$IMPLIBEXT"
17200 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17201 sti/libsti.def sti/libsti.a sti/libsti.cross.a: sti/sti.spec \$(WINEBUILD)
17202 @cd sti && \$(MAKE) \`basename \$@\`"
17203 ALL_MAKEFILES="$ALL_MAKEFILES \\
17204 dlls/sti/Makefile"
17205 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17206 sti"
17207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17208 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
17209 ac_config_files="$ac_config_files dlls/sti/Makefile"
17211 ALL_MAKEFILES="$ALL_MAKEFILES \\
17212 dlls/sti/tests/Makefile"
17213 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17214 sti/tests"
17215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17216 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules"
17217 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
17219 ALL_MAKEFILES="$ALL_MAKEFILES \\
17220 dlls/storage.dll16/Makefile"
17221 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17222 storage.dll16"
17223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17224 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
17225 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
17227 ALL_MAKEFILES="$ALL_MAKEFILES \\
17228 dlls/stress.dll16/Makefile"
17229 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17230 stress.dll16"
17231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17232 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
17233 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
17235 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
17236 strmiids/libstrmiids.a"
17237 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17238 strmiids/libstrmiids.a: strmiids
17239 strmiids/libstrmiids.cross.a: dummy
17240 @cd strmiids && \$(MAKE) libstrmiids.cross.a"
17241 ALL_MAKEFILES="$ALL_MAKEFILES \\
17242 dlls/strmiids/Makefile"
17243 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17244 strmiids"
17245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17246 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
17247 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
17249 ALL_MAKEFILES="$ALL_MAKEFILES \\
17250 dlls/svrapi/Makefile"
17251 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17252 svrapi"
17253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17254 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
17255 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
17257 ALL_MAKEFILES="$ALL_MAKEFILES \\
17258 dlls/sxs/Makefile"
17259 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17260 sxs"
17261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17262 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
17263 ac_config_files="$ac_config_files dlls/sxs/Makefile"
17265 ALL_MAKEFILES="$ALL_MAKEFILES \\
17266 dlls/system.drv16/Makefile"
17267 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17268 system.drv16"
17269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17270 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules"
17271 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
17273 ALL_MAKEFILES="$ALL_MAKEFILES \\
17274 dlls/t2embed/Makefile"
17275 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17276 t2embed"
17277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17278 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
17279 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
17281 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17282 tapi32/libtapi32.$IMPLIBEXT"
17283 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17284 tapi32/libtapi32.def tapi32/libtapi32.a tapi32/libtapi32.cross.a: tapi32/tapi32.spec \$(WINEBUILD)
17285 @cd tapi32 && \$(MAKE) \`basename \$@\`"
17286 ALL_MAKEFILES="$ALL_MAKEFILES \\
17287 dlls/tapi32/Makefile"
17288 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17289 tapi32"
17290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17291 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
17292 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
17294 ALL_MAKEFILES="$ALL_MAKEFILES \\
17295 dlls/toolhelp.dll16/Makefile"
17296 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17297 toolhelp.dll16"
17298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17299 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules"
17300 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
17302 ALL_MAKEFILES="$ALL_MAKEFILES \\
17303 dlls/traffic/Makefile"
17304 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17305 traffic"
17306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17307 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
17308 ac_config_files="$ac_config_files dlls/traffic/Makefile"
17310 ALL_MAKEFILES="$ALL_MAKEFILES \\
17311 dlls/twain.dll16/Makefile"
17312 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17313 twain.dll16"
17314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17315 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
17316 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
17318 ALL_MAKEFILES="$ALL_MAKEFILES \\
17319 dlls/twain_32/Makefile"
17320 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17321 twain_32"
17322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17323 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
17324 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
17326 ALL_MAKEFILES="$ALL_MAKEFILES \\
17327 dlls/twain_32/tests/Makefile"
17328 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17329 twain_32/tests"
17330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17331 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
17332 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
17334 ALL_MAKEFILES="$ALL_MAKEFILES \\
17335 dlls/typelib.dll16/Makefile"
17336 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17337 typelib.dll16"
17338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17339 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
17340 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
17342 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17343 unicows/libunicows.$IMPLIBEXT"
17344 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17345 unicows/libunicows.def unicows/libunicows.a unicows/libunicows.cross.a: unicows/unicows.spec \$(WINEBUILD)
17346 @cd unicows && \$(MAKE) \`basename \$@\`"
17347 ALL_MAKEFILES="$ALL_MAKEFILES \\
17348 dlls/unicows/Makefile"
17349 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17350 unicows"
17351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17352 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
17353 ac_config_files="$ac_config_files dlls/unicows/Makefile"
17355 ALL_MAKEFILES="$ALL_MAKEFILES \\
17356 dlls/updspapi/Makefile"
17357 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17358 updspapi"
17359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17360 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
17361 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
17363 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17364 url/liburl.$IMPLIBEXT"
17365 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17366 url/liburl.def url/liburl.a url/liburl.cross.a: url/url.spec \$(WINEBUILD)
17367 @cd url && \$(MAKE) \`basename \$@\`"
17368 ALL_MAKEFILES="$ALL_MAKEFILES \\
17369 dlls/url/Makefile"
17370 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17371 url"
17372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17373 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
17374 ac_config_files="$ac_config_files dlls/url/Makefile"
17376 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17377 urlmon/liburlmon.$IMPLIBEXT"
17378 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17379 urlmon/liburlmon.def urlmon/liburlmon.a urlmon/liburlmon.cross.a: urlmon/urlmon.spec \$(WINEBUILD)
17380 @cd urlmon && \$(MAKE) \`basename \$@\`"
17381 ALL_MAKEFILES="$ALL_MAKEFILES \\
17382 dlls/urlmon/Makefile"
17383 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17384 urlmon"
17385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17386 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
17387 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
17389 ALL_MAKEFILES="$ALL_MAKEFILES \\
17390 dlls/urlmon/tests/Makefile"
17391 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17392 urlmon/tests"
17393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17394 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
17395 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
17397 ALL_MAKEFILES="$ALL_MAKEFILES \\
17398 dlls/user.exe16/Makefile"
17399 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17400 user.exe16"
17401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17402 dlls/user.exe16/Makefile: dlls/user.exe16/Makefile.in dlls/Makedll.rules"
17403 ac_config_files="$ac_config_files dlls/user.exe16/Makefile"
17405 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17406 user32/libuser32.$IMPLIBEXT"
17407 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17408 user32/libuser32.def user32/libuser32.a user32/libuser32.cross.a: user32/user32.spec \$(WINEBUILD)
17409 @cd user32 && \$(MAKE) \`basename \$@\`"
17410 ALL_MAKEFILES="$ALL_MAKEFILES \\
17411 dlls/user32/Makefile"
17412 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17413 user32"
17414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17415 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
17416 ac_config_files="$ac_config_files dlls/user32/Makefile"
17418 ALL_MAKEFILES="$ALL_MAKEFILES \\
17419 dlls/user32/tests/Makefile"
17420 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17421 user32/tests"
17422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17423 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
17424 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
17426 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17427 userenv/libuserenv.$IMPLIBEXT"
17428 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17429 userenv/libuserenv.def userenv/libuserenv.a userenv/libuserenv.cross.a: userenv/userenv.spec \$(WINEBUILD)
17430 @cd userenv && \$(MAKE) \`basename \$@\`"
17431 ALL_MAKEFILES="$ALL_MAKEFILES \\
17432 dlls/userenv/Makefile"
17433 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17434 userenv"
17435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17436 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
17437 ac_config_files="$ac_config_files dlls/userenv/Makefile"
17439 ALL_MAKEFILES="$ALL_MAKEFILES \\
17440 dlls/userenv/tests/Makefile"
17441 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17442 userenv/tests"
17443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17444 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
17445 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
17447 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17448 usp10/libusp10.$IMPLIBEXT"
17449 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17450 usp10/libusp10.def usp10/libusp10.a usp10/libusp10.cross.a: usp10/usp10.spec \$(WINEBUILD)
17451 @cd usp10 && \$(MAKE) \`basename \$@\`"
17452 ALL_MAKEFILES="$ALL_MAKEFILES \\
17453 dlls/usp10/Makefile"
17454 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17455 usp10"
17456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17457 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
17458 ac_config_files="$ac_config_files dlls/usp10/Makefile"
17460 ALL_MAKEFILES="$ALL_MAKEFILES \\
17461 dlls/usp10/tests/Makefile"
17462 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17463 usp10/tests"
17464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17465 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
17466 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
17468 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
17469 uuid/libuuid.a"
17470 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17471 uuid/libuuid.a: uuid
17472 uuid/libuuid.cross.a: dummy
17473 @cd uuid && \$(MAKE) libuuid.cross.a"
17474 ALL_MAKEFILES="$ALL_MAKEFILES \\
17475 dlls/uuid/Makefile"
17476 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17477 uuid"
17478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17479 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
17480 ac_config_files="$ac_config_files dlls/uuid/Makefile"
17482 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17483 uxtheme/libuxtheme.$IMPLIBEXT"
17484 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17485 uxtheme/libuxtheme.def uxtheme/libuxtheme.a uxtheme/libuxtheme.cross.a: uxtheme/uxtheme.spec \$(WINEBUILD)
17486 @cd uxtheme && \$(MAKE) \`basename \$@\`"
17487 ALL_MAKEFILES="$ALL_MAKEFILES \\
17488 dlls/uxtheme/Makefile"
17489 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17490 uxtheme"
17491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17492 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
17493 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
17495 ALL_MAKEFILES="$ALL_MAKEFILES \\
17496 dlls/uxtheme/tests/Makefile"
17497 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17498 uxtheme/tests"
17499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17500 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
17501 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
17503 ALL_MAKEFILES="$ALL_MAKEFILES \\
17504 dlls/vdhcp.vxd/Makefile"
17505 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17506 vdhcp.vxd"
17507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17508 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
17509 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
17511 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17512 vdmdbg/libvdmdbg.$IMPLIBEXT"
17513 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17514 vdmdbg/libvdmdbg.def vdmdbg/libvdmdbg.a vdmdbg/libvdmdbg.cross.a: vdmdbg/vdmdbg.spec \$(WINEBUILD)
17515 @cd vdmdbg && \$(MAKE) \`basename \$@\`"
17516 ALL_MAKEFILES="$ALL_MAKEFILES \\
17517 dlls/vdmdbg/Makefile"
17518 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17519 vdmdbg"
17520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17521 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
17522 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
17524 ALL_MAKEFILES="$ALL_MAKEFILES \\
17525 dlls/ver.dll16/Makefile"
17526 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17527 ver.dll16"
17528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17529 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules"
17530 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
17532 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17533 version/libversion.$IMPLIBEXT"
17534 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17535 version/libversion.def version/libversion.a version/libversion.cross.a: version/version.spec \$(WINEBUILD)
17536 @cd version && \$(MAKE) \`basename \$@\`"
17537 ALL_MAKEFILES="$ALL_MAKEFILES \\
17538 dlls/version/Makefile"
17539 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17540 version"
17541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17542 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
17543 ac_config_files="$ac_config_files dlls/version/Makefile"
17545 ALL_MAKEFILES="$ALL_MAKEFILES \\
17546 dlls/version/tests/Makefile"
17547 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17548 version/tests"
17549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17550 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
17551 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
17553 ALL_MAKEFILES="$ALL_MAKEFILES \\
17554 dlls/vmm.vxd/Makefile"
17555 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17556 vmm.vxd"
17557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17558 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
17559 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
17561 ALL_MAKEFILES="$ALL_MAKEFILES \\
17562 dlls/vnbt.vxd/Makefile"
17563 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17564 vnbt.vxd"
17565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17566 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
17567 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
17569 ALL_MAKEFILES="$ALL_MAKEFILES \\
17570 dlls/vnetbios.vxd/Makefile"
17571 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17572 vnetbios.vxd"
17573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17574 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
17575 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
17577 ALL_MAKEFILES="$ALL_MAKEFILES \\
17578 dlls/vtdapi.vxd/Makefile"
17579 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17580 vtdapi.vxd"
17581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17582 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
17583 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
17585 ALL_MAKEFILES="$ALL_MAKEFILES \\
17586 dlls/vwin32.vxd/Makefile"
17587 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17588 vwin32.vxd"
17589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17590 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
17591 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
17593 ALL_MAKEFILES="$ALL_MAKEFILES \\
17594 dlls/w32skrnl/Makefile"
17595 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17596 w32skrnl"
17597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17598 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
17599 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
17601 ALL_MAKEFILES="$ALL_MAKEFILES \\
17602 dlls/w32sys.dll16/Makefile"
17603 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17604 w32sys.dll16"
17605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17606 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
17607 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
17609 ALL_MAKEFILES="$ALL_MAKEFILES \\
17610 dlls/wbemprox/Makefile"
17611 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17612 wbemprox"
17613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17614 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
17615 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
17617 ALL_MAKEFILES="$ALL_MAKEFILES \\
17618 dlls/wiaservc/Makefile"
17619 test "x$enable_wiaservc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17620 wiaservc"
17621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17622 dlls/wiaservc/Makefile: dlls/wiaservc/Makefile.in dlls/Makedll.rules"
17623 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
17625 ALL_MAKEFILES="$ALL_MAKEFILES \\
17626 dlls/win32s16.dll16/Makefile"
17627 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17628 win32s16.dll16"
17629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17630 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
17631 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
17633 ALL_MAKEFILES="$ALL_MAKEFILES \\
17634 dlls/win87em.dll16/Makefile"
17635 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17636 win87em.dll16"
17637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17638 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
17639 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
17641 ALL_MAKEFILES="$ALL_MAKEFILES \\
17642 dlls/winaspi.dll16/Makefile"
17643 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17644 winaspi.dll16"
17645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17646 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
17647 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
17649 ALL_MAKEFILES="$ALL_MAKEFILES \\
17650 dlls/windebug.dll16/Makefile"
17651 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17652 windebug.dll16"
17653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17654 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
17655 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
17657 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17658 windowscodecs/libwindowscodecs.$IMPLIBEXT"
17659 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17660 windowscodecs/libwindowscodecs.def windowscodecs/libwindowscodecs.a windowscodecs/libwindowscodecs.cross.a: windowscodecs/windowscodecs.spec \$(WINEBUILD)
17661 @cd windowscodecs && \$(MAKE) \`basename \$@\`"
17662 ALL_MAKEFILES="$ALL_MAKEFILES \\
17663 dlls/windowscodecs/Makefile"
17664 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17665 windowscodecs"
17666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17667 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
17668 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
17670 ALL_MAKEFILES="$ALL_MAKEFILES \\
17671 dlls/windowscodecs/tests/Makefile"
17672 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17673 windowscodecs/tests"
17674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17675 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
17676 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
17678 ALL_MAKEFILES="$ALL_MAKEFILES \\
17679 dlls/winealsa.drv/Makefile"
17680 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17681 winealsa.drv"
17682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17683 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
17684 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
17686 ALL_MAKEFILES="$ALL_MAKEFILES \\
17687 dlls/wineaudioio.drv/Makefile"
17688 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17689 wineaudioio.drv"
17690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17691 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
17692 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
17694 ALL_MAKEFILES="$ALL_MAKEFILES \\
17695 dlls/winecoreaudio.drv/Makefile"
17696 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17697 winecoreaudio.drv"
17698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17699 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
17700 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
17702 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
17703 winecrt0/libwinecrt0.a"
17704 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17705 winecrt0/libwinecrt0.a: winecrt0
17706 winecrt0/libwinecrt0.cross.a: dummy
17707 @cd winecrt0 && \$(MAKE) libwinecrt0.cross.a"
17708 ALL_MAKEFILES="$ALL_MAKEFILES \\
17709 dlls/winecrt0/Makefile"
17710 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17711 winecrt0"
17712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17713 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
17714 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
17716 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17717 wined3d/libwined3d.$IMPLIBEXT"
17718 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17719 wined3d/libwined3d.def wined3d/libwined3d.a wined3d/libwined3d.cross.a: wined3d/wined3d.spec \$(WINEBUILD)
17720 @cd wined3d && \$(MAKE) \`basename \$@\`"
17721 ALL_MAKEFILES="$ALL_MAKEFILES \\
17722 dlls/wined3d/Makefile"
17723 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17724 wined3d"
17725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17726 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
17727 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
17729 ALL_MAKEFILES="$ALL_MAKEFILES \\
17730 dlls/wineesd.drv/Makefile"
17731 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17732 wineesd.drv"
17733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17734 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
17735 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
17737 ALL_MAKEFILES="$ALL_MAKEFILES \\
17738 dlls/winejack.drv/Makefile"
17739 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17740 winejack.drv"
17741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17742 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
17743 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
17745 ALL_MAKEFILES="$ALL_MAKEFILES \\
17746 dlls/winejoystick.drv/Makefile"
17747 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17748 winejoystick.drv"
17749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17750 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
17751 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
17753 ALL_MAKEFILES="$ALL_MAKEFILES \\
17754 dlls/winemapi/Makefile"
17755 test "x$enable_winemapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17756 winemapi"
17757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17758 dlls/winemapi/Makefile: dlls/winemapi/Makefile.in dlls/Makedll.rules"
17759 ac_config_files="$ac_config_files dlls/winemapi/Makefile"
17761 ALL_MAKEFILES="$ALL_MAKEFILES \\
17762 dlls/winemp3.acm/Makefile"
17763 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17764 winemp3.acm"
17765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17766 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
17767 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
17769 ALL_MAKEFILES="$ALL_MAKEFILES \\
17770 dlls/winenas.drv/Makefile"
17771 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17772 winenas.drv"
17773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17774 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
17775 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
17777 ALL_MAKEFILES="$ALL_MAKEFILES \\
17778 dlls/wineoss.drv/Makefile"
17779 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17780 wineoss.drv"
17781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17782 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
17783 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
17785 ALL_MAKEFILES="$ALL_MAKEFILES \\
17786 dlls/wineps.drv/Makefile"
17787 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17788 wineps.drv"
17789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17790 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
17791 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
17793 ALL_MAKEFILES="$ALL_MAKEFILES \\
17794 dlls/wineps16.drv16/Makefile"
17795 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17796 wineps16.drv16"
17797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17798 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules"
17799 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
17801 ALL_MAKEFILES="$ALL_MAKEFILES \\
17802 dlls/winequartz.drv/Makefile"
17803 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17804 winequartz.drv"
17805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17806 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
17807 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
17809 ALL_MAKEFILES="$ALL_MAKEFILES \\
17810 dlls/winex11.drv/Makefile"
17811 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17812 winex11.drv"
17813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17814 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
17815 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
17817 ALL_MAKEFILES="$ALL_MAKEFILES \\
17818 dlls/wing.dll16/Makefile"
17819 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17820 wing.dll16"
17821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17822 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules"
17823 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
17825 ALL_MAKEFILES="$ALL_MAKEFILES \\
17826 dlls/wing32/Makefile"
17827 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17828 wing32"
17829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17830 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
17831 ac_config_files="$ac_config_files dlls/wing32/Makefile"
17833 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17834 winhttp/libwinhttp.$IMPLIBEXT"
17835 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17836 winhttp/libwinhttp.def winhttp/libwinhttp.a winhttp/libwinhttp.cross.a: winhttp/winhttp.spec \$(WINEBUILD)
17837 @cd winhttp && \$(MAKE) \`basename \$@\`"
17838 ALL_MAKEFILES="$ALL_MAKEFILES \\
17839 dlls/winhttp/Makefile"
17840 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17841 winhttp"
17842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17843 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
17844 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
17846 ALL_MAKEFILES="$ALL_MAKEFILES \\
17847 dlls/winhttp/tests/Makefile"
17848 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17849 winhttp/tests"
17850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17851 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
17852 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
17854 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17855 wininet/libwininet.$IMPLIBEXT"
17856 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17857 wininet/libwininet.def wininet/libwininet.a wininet/libwininet.cross.a: wininet/wininet.spec \$(WINEBUILD)
17858 @cd wininet && \$(MAKE) \`basename \$@\`"
17859 ALL_MAKEFILES="$ALL_MAKEFILES \\
17860 dlls/wininet/Makefile"
17861 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17862 wininet"
17863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17864 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
17865 ac_config_files="$ac_config_files dlls/wininet/Makefile"
17867 ALL_MAKEFILES="$ALL_MAKEFILES \\
17868 dlls/wininet/tests/Makefile"
17869 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17870 wininet/tests"
17871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17872 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
17873 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
17875 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17876 winmm/libwinmm.$IMPLIBEXT"
17877 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17878 winmm/libwinmm.def winmm/libwinmm.a winmm/libwinmm.cross.a: winmm/winmm.spec \$(WINEBUILD)
17879 @cd winmm && \$(MAKE) \`basename \$@\`"
17880 ALL_MAKEFILES="$ALL_MAKEFILES \\
17881 dlls/winmm/Makefile"
17882 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17883 winmm"
17884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17885 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
17886 ac_config_files="$ac_config_files dlls/winmm/Makefile"
17888 ALL_MAKEFILES="$ALL_MAKEFILES \\
17889 dlls/winmm/tests/Makefile"
17890 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17891 winmm/tests"
17892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17893 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
17894 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
17896 ALL_MAKEFILES="$ALL_MAKEFILES \\
17897 dlls/winnls.dll16/Makefile"
17898 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17899 winnls.dll16"
17900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17901 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
17902 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
17904 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17905 winnls32/libwinnls32.$IMPLIBEXT"
17906 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17907 winnls32/libwinnls32.def winnls32/libwinnls32.a winnls32/libwinnls32.cross.a: winnls32/winnls32.spec \$(WINEBUILD)
17908 @cd winnls32 && \$(MAKE) \`basename \$@\`"
17909 ALL_MAKEFILES="$ALL_MAKEFILES \\
17910 dlls/winnls32/Makefile"
17911 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17912 winnls32"
17913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17914 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
17915 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
17917 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17918 winscard/libwinscard.$IMPLIBEXT"
17919 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17920 winscard/libwinscard.def winscard/libwinscard.a winscard/libwinscard.cross.a: winscard/winscard.spec \$(WINEBUILD)
17921 @cd winscard && \$(MAKE) \`basename \$@\`"
17922 ALL_MAKEFILES="$ALL_MAKEFILES \\
17923 dlls/winscard/Makefile"
17924 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17925 winscard"
17926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17927 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
17928 ac_config_files="$ac_config_files dlls/winscard/Makefile"
17930 ALL_MAKEFILES="$ALL_MAKEFILES \\
17931 dlls/winsock.dll16/Makefile"
17932 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17933 winsock.dll16"
17934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17935 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules"
17936 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
17938 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17939 winspool.drv/libwinspool.$IMPLIBEXT \\
17940 libwinspool.$IMPLIBEXT"
17941 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17942 libwinspool.a: winspool.drv/libwinspool.a
17943 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.a \$@
17944 libwinspool.cross.a: winspool.drv/libwinspool.cross.a
17945 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.cross.a \$@
17946 libwinspool.def: winspool.drv/libwinspool.def
17947 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.def \$@
17948 clean::
17949 \$(RM) libwinspool.def
17950 winspool.drv/libwinspool.def winspool.drv/libwinspool.a winspool.drv/libwinspool.cross.a: winspool.drv/winspool.drv.spec \$(WINEBUILD)
17951 @cd winspool.drv && \$(MAKE) \`basename \$@\`"
17952 ALL_MAKEFILES="$ALL_MAKEFILES \\
17953 dlls/winspool.drv/Makefile"
17954 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17955 winspool.drv"
17956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17957 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
17958 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
17960 ALL_MAKEFILES="$ALL_MAKEFILES \\
17961 dlls/winspool.drv/tests/Makefile"
17962 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17963 winspool.drv/tests"
17964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17965 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
17966 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
17968 ALL_MAKEFILES="$ALL_MAKEFILES \\
17969 dlls/wintab.dll16/Makefile"
17970 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17971 wintab.dll16"
17972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17973 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
17974 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
17976 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17977 wintab32/libwintab32.$IMPLIBEXT"
17978 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17979 wintab32/libwintab32.def wintab32/libwintab32.a wintab32/libwintab32.cross.a: wintab32/wintab32.spec \$(WINEBUILD)
17980 @cd wintab32 && \$(MAKE) \`basename \$@\`"
17981 ALL_MAKEFILES="$ALL_MAKEFILES \\
17982 dlls/wintab32/Makefile"
17983 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17984 wintab32"
17985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17986 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
17987 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
17989 ALL_MAKEFILES="$ALL_MAKEFILES \\
17990 dlls/wintab32/tests/Makefile"
17991 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17992 wintab32/tests"
17993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17994 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
17995 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
17997 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17998 wintrust/libwintrust.$IMPLIBEXT"
17999 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18000 wintrust/libwintrust.def wintrust/libwintrust.a wintrust/libwintrust.cross.a: wintrust/wintrust.spec \$(WINEBUILD)
18001 @cd wintrust && \$(MAKE) \`basename \$@\`"
18002 ALL_MAKEFILES="$ALL_MAKEFILES \\
18003 dlls/wintrust/Makefile"
18004 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18005 wintrust"
18006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18007 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
18008 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
18010 ALL_MAKEFILES="$ALL_MAKEFILES \\
18011 dlls/wintrust/tests/Makefile"
18012 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18013 wintrust/tests"
18014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18015 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
18016 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
18018 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18019 wldap32/libwldap32.$IMPLIBEXT"
18020 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18021 wldap32/libwldap32.def wldap32/libwldap32.a wldap32/libwldap32.cross.a: wldap32/wldap32.spec \$(WINEBUILD)
18022 @cd wldap32 && \$(MAKE) \`basename \$@\`"
18023 ALL_MAKEFILES="$ALL_MAKEFILES \\
18024 dlls/wldap32/Makefile"
18025 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18026 wldap32"
18027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18028 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
18029 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
18031 ALL_MAKEFILES="$ALL_MAKEFILES \\
18032 dlls/wldap32/tests/Makefile"
18033 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18034 wldap32/tests"
18035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18036 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
18037 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
18039 ALL_MAKEFILES="$ALL_MAKEFILES \\
18040 dlls/wmi/Makefile"
18041 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18042 wmi"
18043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18044 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
18045 ac_config_files="$ac_config_files dlls/wmi/Makefile"
18047 ALL_MAKEFILES="$ALL_MAKEFILES \\
18048 dlls/wmiutils/Makefile"
18049 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18050 wmiutils"
18051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18052 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
18053 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
18055 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18056 wnaspi32/libwnaspi32.$IMPLIBEXT"
18057 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18058 wnaspi32/libwnaspi32.def wnaspi32/libwnaspi32.a wnaspi32/libwnaspi32.cross.a: wnaspi32/wnaspi32.spec \$(WINEBUILD)
18059 @cd wnaspi32 && \$(MAKE) \`basename \$@\`"
18060 ALL_MAKEFILES="$ALL_MAKEFILES \\
18061 dlls/wnaspi32/Makefile"
18062 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18063 wnaspi32"
18064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18065 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
18066 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
18068 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18069 wow32/libwow32.$IMPLIBEXT"
18070 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18071 wow32/libwow32.def wow32/libwow32.a wow32/libwow32.cross.a: wow32/wow32.spec \$(WINEBUILD)
18072 @cd wow32 && \$(MAKE) \`basename \$@\`"
18073 ALL_MAKEFILES="$ALL_MAKEFILES \\
18074 dlls/wow32/Makefile"
18075 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18076 wow32"
18077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18078 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
18079 ac_config_files="$ac_config_files dlls/wow32/Makefile"
18081 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18082 ws2_32/libws2_32.$IMPLIBEXT"
18083 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18084 ws2_32/libws2_32.def ws2_32/libws2_32.a ws2_32/libws2_32.cross.a: ws2_32/ws2_32.spec \$(WINEBUILD)
18085 @cd ws2_32 && \$(MAKE) \`basename \$@\`"
18086 ALL_MAKEFILES="$ALL_MAKEFILES \\
18087 dlls/ws2_32/Makefile"
18088 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18089 ws2_32"
18090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18091 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
18092 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
18094 ALL_MAKEFILES="$ALL_MAKEFILES \\
18095 dlls/ws2_32/tests/Makefile"
18096 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18097 ws2_32/tests"
18098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18099 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
18100 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
18102 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18103 wsock32/libwsock32.$IMPLIBEXT"
18104 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18105 wsock32/libwsock32.def wsock32/libwsock32.a wsock32/libwsock32.cross.a: wsock32/wsock32.spec \$(WINEBUILD)
18106 @cd wsock32 && \$(MAKE) \`basename \$@\`"
18107 ALL_MAKEFILES="$ALL_MAKEFILES \\
18108 dlls/wsock32/Makefile"
18109 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18110 wsock32"
18111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18112 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
18113 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
18115 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18116 wtsapi32/libwtsapi32.$IMPLIBEXT"
18117 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18118 wtsapi32/libwtsapi32.def wtsapi32/libwtsapi32.a wtsapi32/libwtsapi32.cross.a: wtsapi32/wtsapi32.spec \$(WINEBUILD)
18119 @cd wtsapi32 && \$(MAKE) \`basename \$@\`"
18120 ALL_MAKEFILES="$ALL_MAKEFILES \\
18121 dlls/wtsapi32/Makefile"
18122 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18123 wtsapi32"
18124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18125 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
18126 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
18128 ALL_MAKEFILES="$ALL_MAKEFILES \\
18129 dlls/wuapi/Makefile"
18130 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18131 wuapi"
18132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18133 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
18134 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
18136 ALL_MAKEFILES="$ALL_MAKEFILES \\
18137 dlls/wuaueng/Makefile"
18138 test "x$enable_wuaueng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18139 wuaueng"
18140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18141 dlls/wuaueng/Makefile: dlls/wuaueng/Makefile.in dlls/Makedll.rules"
18142 ac_config_files="$ac_config_files dlls/wuaueng/Makefile"
18144 ALL_MAKEFILES="$ALL_MAKEFILES \\
18145 dlls/xinput1_1/Makefile"
18146 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18147 xinput1_1"
18148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18149 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
18150 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
18152 ALL_MAKEFILES="$ALL_MAKEFILES \\
18153 dlls/xinput1_2/Makefile"
18154 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18155 xinput1_2"
18156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18157 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
18158 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
18160 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18161 xinput1_3/libxinput.$IMPLIBEXT \\
18162 libxinput.$IMPLIBEXT"
18163 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18164 libxinput.a: xinput1_3/libxinput.a
18165 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.a \$@
18166 libxinput.cross.a: xinput1_3/libxinput.cross.a
18167 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.cross.a \$@
18168 libxinput.def: xinput1_3/libxinput.def
18169 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.def \$@
18170 clean::
18171 \$(RM) libxinput.def
18172 xinput1_3/libxinput.def xinput1_3/libxinput.a xinput1_3/libxinput.cross.a: xinput1_3/xinput1_3.spec \$(WINEBUILD)
18173 @cd xinput1_3 && \$(MAKE) \`basename \$@\`"
18174 ALL_MAKEFILES="$ALL_MAKEFILES \\
18175 dlls/xinput1_3/Makefile"
18176 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18177 xinput1_3"
18178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18179 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
18180 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
18182 ALL_MAKEFILES="$ALL_MAKEFILES \\
18183 dlls/xinput1_3/tests/Makefile"
18184 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18185 xinput1_3/tests"
18186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18187 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
18188 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
18190 ALL_MAKEFILES="$ALL_MAKEFILES \\
18191 dlls/xinput9_1_0/Makefile"
18192 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18193 xinput9_1_0"
18194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18195 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
18196 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
18198 ALL_MAKEFILES="$ALL_MAKEFILES \\
18199 dlls/xmllite/Makefile"
18200 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18201 xmllite"
18202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18203 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
18204 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
18206 ALL_MAKEFILES="$ALL_MAKEFILES \\
18207 dlls/xmllite/tests/Makefile"
18208 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18209 xmllite/tests"
18210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18211 dlls/xmllite/tests/Makefile: dlls/xmllite/tests/Makefile.in dlls/Maketest.rules"
18212 ac_config_files="$ac_config_files dlls/xmllite/tests/Makefile"
18214 ALL_MAKEFILES="$ALL_MAKEFILES \\
18215 documentation/Makefile"
18216 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18217 documentation"
18218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18219 documentation/Makefile: documentation/Makefile.in Make.rules"
18220 ac_config_files="$ac_config_files documentation/Makefile"
18222 ALL_MAKEFILES="$ALL_MAKEFILES \\
18223 fonts/Makefile"
18224 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18225 fonts"
18226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18227 fonts/Makefile: fonts/Makefile.in Make.rules"
18228 ac_config_files="$ac_config_files fonts/Makefile"
18230 ALL_MAKEFILES="$ALL_MAKEFILES \\
18231 include/Makefile"
18232 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18233 include"
18234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18235 include/Makefile: include/Makefile.in Make.rules"
18236 ac_config_files="$ac_config_files include/Makefile"
18238 ALL_MAKEFILES="$ALL_MAKEFILES \\
18239 libs/Makefile"
18240 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18241 libs"
18242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18243 libs/Makefile: libs/Makefile.in Make.rules"
18244 ac_config_files="$ac_config_files libs/Makefile"
18246 ALL_MAKEFILES="$ALL_MAKEFILES \\
18247 libs/port/Makefile"
18249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18250 libs/port/Makefile: libs/port/Makefile.in Make.rules"
18251 ac_config_files="$ac_config_files libs/port/Makefile"
18253 ALL_MAKEFILES="$ALL_MAKEFILES \\
18254 libs/wine/Makefile"
18256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18257 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
18258 ac_config_files="$ac_config_files libs/wine/Makefile"
18260 ALL_MAKEFILES="$ALL_MAKEFILES \\
18261 libs/wpp/Makefile"
18263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18264 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
18265 ac_config_files="$ac_config_files libs/wpp/Makefile"
18267 ALL_MAKEFILES="$ALL_MAKEFILES \\
18268 loader/Makefile"
18269 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18270 loader"
18271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18272 loader/Makefile: loader/Makefile.in Make.rules"
18273 ac_config_files="$ac_config_files loader/Makefile"
18275 ALL_MAKEFILES="$ALL_MAKEFILES \\
18276 programs/Makefile"
18277 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18278 programs"
18279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18280 programs/Makefile: programs/Makefile.in Make.rules"
18281 ac_config_files="$ac_config_files programs/Makefile"
18283 ALL_MAKEFILES="$ALL_MAKEFILES \\
18284 programs/cacls/Makefile"
18285 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18286 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18287 cacls"
18288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18289 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
18290 ac_config_files="$ac_config_files programs/cacls/Makefile"
18292 ALL_MAKEFILES="$ALL_MAKEFILES \\
18293 programs/clock/Makefile"
18294 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18295 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18296 clock"
18297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18298 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
18299 ac_config_files="$ac_config_files programs/clock/Makefile"
18301 ALL_MAKEFILES="$ALL_MAKEFILES \\
18302 programs/cmd/Makefile"
18303 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18304 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18305 cmd"
18306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18307 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
18308 ac_config_files="$ac_config_files programs/cmd/Makefile"
18310 ALL_MAKEFILES="$ALL_MAKEFILES \\
18311 programs/cmdlgtst/Makefile"
18312 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18313 cmdlgtst"
18314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18315 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
18316 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
18318 ALL_MAKEFILES="$ALL_MAKEFILES \\
18319 programs/control/Makefile"
18320 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18321 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18322 control"
18323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18324 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
18325 ac_config_files="$ac_config_files programs/control/Makefile"
18327 ALL_MAKEFILES="$ALL_MAKEFILES \\
18328 programs/dxdiag/Makefile"
18329 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18330 dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18331 dxdiag"
18332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18333 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules"
18334 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
18336 ALL_MAKEFILES="$ALL_MAKEFILES \\
18337 programs/eject/Makefile"
18338 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18339 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18340 eject"
18341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18342 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
18343 ac_config_files="$ac_config_files programs/eject/Makefile"
18345 ALL_MAKEFILES="$ALL_MAKEFILES \\
18346 programs/expand/Makefile"
18347 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18348 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18349 expand"
18350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18351 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
18352 ac_config_files="$ac_config_files programs/expand/Makefile"
18354 ALL_MAKEFILES="$ALL_MAKEFILES \\
18355 programs/explorer/Makefile"
18356 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18357 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18358 explorer"
18359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18360 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
18361 ac_config_files="$ac_config_files programs/explorer/Makefile"
18363 ALL_MAKEFILES="$ALL_MAKEFILES \\
18364 programs/extrac32/Makefile"
18365 test "x$enable_extrac32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18366 extrac32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18367 extrac32"
18368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18369 programs/extrac32/Makefile: programs/extrac32/Makefile.in programs/Makeprog.rules"
18370 ac_config_files="$ac_config_files programs/extrac32/Makefile"
18372 ALL_MAKEFILES="$ALL_MAKEFILES \\
18373 programs/hh/Makefile"
18374 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18375 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18378 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
18379 ac_config_files="$ac_config_files programs/hh/Makefile"
18381 ALL_MAKEFILES="$ALL_MAKEFILES \\
18382 programs/icinfo/Makefile"
18383 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18384 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18385 icinfo"
18386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18387 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
18388 ac_config_files="$ac_config_files programs/icinfo/Makefile"
18390 ALL_MAKEFILES="$ALL_MAKEFILES \\
18391 programs/iexplore/Makefile"
18392 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18393 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18394 iexplore"
18395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18396 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
18397 ac_config_files="$ac_config_files programs/iexplore/Makefile"
18399 ALL_MAKEFILES="$ALL_MAKEFILES \\
18400 programs/lodctr/Makefile"
18401 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18402 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18403 lodctr"
18404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18405 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
18406 ac_config_files="$ac_config_files programs/lodctr/Makefile"
18408 ALL_MAKEFILES="$ALL_MAKEFILES \\
18409 programs/mshta/Makefile"
18410 test "x$enable_mshta" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18411 mshta" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18412 mshta"
18413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18414 programs/mshta/Makefile: programs/mshta/Makefile.in programs/Makeprog.rules"
18415 ac_config_files="$ac_config_files programs/mshta/Makefile"
18417 ALL_MAKEFILES="$ALL_MAKEFILES \\
18418 programs/msiexec/Makefile"
18419 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18420 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18421 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18422 msiexec"
18423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18424 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
18425 ac_config_files="$ac_config_files programs/msiexec/Makefile"
18427 ALL_MAKEFILES="$ALL_MAKEFILES \\
18428 programs/net/Makefile"
18429 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18430 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18431 net"
18432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18433 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
18434 ac_config_files="$ac_config_files programs/net/Makefile"
18436 ALL_MAKEFILES="$ALL_MAKEFILES \\
18437 programs/notepad/Makefile"
18438 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18439 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18440 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18441 notepad"
18442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18443 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
18444 ac_config_files="$ac_config_files programs/notepad/Makefile"
18446 ALL_MAKEFILES="$ALL_MAKEFILES \\
18447 programs/oleview/Makefile"
18448 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18449 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18450 oleview"
18451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18452 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
18453 ac_config_files="$ac_config_files programs/oleview/Makefile"
18455 ALL_MAKEFILES="$ALL_MAKEFILES \\
18456 programs/progman/Makefile"
18457 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18458 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18459 progman"
18460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18461 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
18462 ac_config_files="$ac_config_files programs/progman/Makefile"
18464 ALL_MAKEFILES="$ALL_MAKEFILES \\
18465 programs/reg/Makefile"
18466 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18467 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18468 reg"
18469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18470 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
18471 ac_config_files="$ac_config_files programs/reg/Makefile"
18473 ALL_MAKEFILES="$ALL_MAKEFILES \\
18474 programs/regedit/Makefile"
18475 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18476 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18477 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18478 regedit"
18479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18480 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
18481 ac_config_files="$ac_config_files programs/regedit/Makefile"
18483 ALL_MAKEFILES="$ALL_MAKEFILES \\
18484 programs/regsvr32/Makefile"
18485 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18486 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18487 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18488 regsvr32"
18489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18490 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
18491 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
18493 ALL_MAKEFILES="$ALL_MAKEFILES \\
18494 programs/rpcss/Makefile"
18495 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18496 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18497 rpcss"
18498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18499 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
18500 ac_config_files="$ac_config_files programs/rpcss/Makefile"
18502 ALL_MAKEFILES="$ALL_MAKEFILES \\
18503 programs/rundll32/Makefile"
18504 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18505 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18506 rundll32"
18507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18508 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
18509 ac_config_files="$ac_config_files programs/rundll32/Makefile"
18511 ALL_MAKEFILES="$ALL_MAKEFILES \\
18512 programs/secedit/Makefile"
18513 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18514 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18515 secedit"
18516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18517 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
18518 ac_config_files="$ac_config_files programs/secedit/Makefile"
18520 ALL_MAKEFILES="$ALL_MAKEFILES \\
18521 programs/services/Makefile"
18522 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18523 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18524 services"
18525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18526 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
18527 ac_config_files="$ac_config_files programs/services/Makefile"
18529 ALL_MAKEFILES="$ALL_MAKEFILES \\
18530 programs/spoolsv/Makefile"
18531 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18532 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18533 spoolsv"
18534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18535 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
18536 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
18538 ALL_MAKEFILES="$ALL_MAKEFILES \\
18539 programs/start/Makefile"
18540 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18541 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18542 start"
18543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18544 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
18545 ac_config_files="$ac_config_files programs/start/Makefile"
18547 ALL_MAKEFILES="$ALL_MAKEFILES \\
18548 programs/svchost/Makefile"
18549 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18550 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18551 svchost"
18552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18553 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
18554 ac_config_files="$ac_config_files programs/svchost/Makefile"
18556 ALL_MAKEFILES="$ALL_MAKEFILES \\
18557 programs/taskmgr/Makefile"
18558 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18559 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18560 taskmgr"
18561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18562 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
18563 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
18565 ALL_MAKEFILES="$ALL_MAKEFILES \\
18566 programs/termsv/Makefile"
18567 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18568 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18569 termsv"
18570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18571 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
18572 ac_config_files="$ac_config_files programs/termsv/Makefile"
18574 ALL_MAKEFILES="$ALL_MAKEFILES \\
18575 programs/uninstaller/Makefile"
18576 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18577 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18578 uninstaller"
18579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18580 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
18581 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
18583 ALL_MAKEFILES="$ALL_MAKEFILES \\
18584 programs/unlodctr/Makefile"
18585 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18586 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18587 unlodctr"
18588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18589 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
18590 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
18592 ALL_MAKEFILES="$ALL_MAKEFILES \\
18593 programs/view/Makefile"
18594 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18595 view"
18596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18597 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
18598 ac_config_files="$ac_config_files programs/view/Makefile"
18600 ALL_MAKEFILES="$ALL_MAKEFILES \\
18601 programs/wineboot/Makefile"
18602 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18603 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18604 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18605 wineboot"
18606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18607 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
18608 ac_config_files="$ac_config_files programs/wineboot/Makefile"
18610 ALL_MAKEFILES="$ALL_MAKEFILES \\
18611 programs/winebrowser/Makefile"
18612 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18613 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18614 winebrowser"
18615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18616 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
18617 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
18619 ALL_MAKEFILES="$ALL_MAKEFILES \\
18620 programs/winecfg/Makefile"
18621 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18622 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18623 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18624 winecfg"
18625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18626 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
18627 ac_config_files="$ac_config_files programs/winecfg/Makefile"
18629 ALL_MAKEFILES="$ALL_MAKEFILES \\
18630 programs/wineconsole/Makefile"
18631 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18632 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18633 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18634 wineconsole"
18635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18636 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
18637 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
18639 ALL_MAKEFILES="$ALL_MAKEFILES \\
18640 programs/winedbg/Makefile"
18641 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18642 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18643 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18644 winedbg"
18645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18646 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
18647 ac_config_files="$ac_config_files programs/winedbg/Makefile"
18649 ALL_MAKEFILES="$ALL_MAKEFILES \\
18650 programs/winedevice/Makefile"
18651 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18652 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18653 winedevice"
18654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18655 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
18656 ac_config_files="$ac_config_files programs/winedevice/Makefile"
18658 ALL_MAKEFILES="$ALL_MAKEFILES \\
18659 programs/winefile/Makefile"
18660 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18661 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18662 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18663 winefile"
18664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18665 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
18666 ac_config_files="$ac_config_files programs/winefile/Makefile"
18668 ALL_MAKEFILES="$ALL_MAKEFILES \\
18669 programs/winemenubuilder/Makefile"
18670 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18671 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18672 winemenubuilder"
18673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18674 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
18675 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
18677 ALL_MAKEFILES="$ALL_MAKEFILES \\
18678 programs/winemine/Makefile"
18679 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18680 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18681 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18682 winemine"
18683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18684 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
18685 ac_config_files="$ac_config_files programs/winemine/Makefile"
18687 ALL_MAKEFILES="$ALL_MAKEFILES \\
18688 programs/winepath/Makefile"
18689 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18690 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18691 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18692 winepath"
18693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18694 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
18695 ac_config_files="$ac_config_files programs/winepath/Makefile"
18697 ALL_MAKEFILES="$ALL_MAKEFILES \\
18698 programs/winetest/Makefile"
18699 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18700 winetest"
18701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18702 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
18703 ac_config_files="$ac_config_files programs/winetest/Makefile"
18705 ALL_MAKEFILES="$ALL_MAKEFILES \\
18706 programs/winevdm/Makefile"
18707 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18708 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18709 winevdm"
18710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18711 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
18712 ac_config_files="$ac_config_files programs/winevdm/Makefile"
18714 ALL_MAKEFILES="$ALL_MAKEFILES \\
18715 programs/winhelp.exe16/Makefile"
18716 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18717 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18718 winhelp.exe16"
18719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18720 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
18721 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
18723 ALL_MAKEFILES="$ALL_MAKEFILES \\
18724 programs/winhlp32/Makefile"
18725 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18726 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18727 winhlp32"
18728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18729 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
18730 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
18732 ALL_MAKEFILES="$ALL_MAKEFILES \\
18733 programs/winoldap.mod16/Makefile"
18734 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18735 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18736 winoldap.mod16"
18737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18738 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
18739 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
18741 ALL_MAKEFILES="$ALL_MAKEFILES \\
18742 programs/winver/Makefile"
18743 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18744 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18745 winver"
18746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18747 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
18748 ac_config_files="$ac_config_files programs/winver/Makefile"
18750 ALL_MAKEFILES="$ALL_MAKEFILES \\
18751 programs/wordpad/Makefile"
18752 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18753 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18754 wordpad"
18755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18756 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
18757 ac_config_files="$ac_config_files programs/wordpad/Makefile"
18759 ALL_MAKEFILES="$ALL_MAKEFILES \\
18760 programs/write/Makefile"
18761 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18762 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18763 write"
18764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18765 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
18766 ac_config_files="$ac_config_files programs/write/Makefile"
18768 ALL_MAKEFILES="$ALL_MAKEFILES \\
18769 programs/xcopy/Makefile"
18770 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18771 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18772 xcopy"
18773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18774 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
18775 ac_config_files="$ac_config_files programs/xcopy/Makefile"
18777 ALL_MAKEFILES="$ALL_MAKEFILES \\
18778 server/Makefile"
18779 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18780 server"
18781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18782 server/Makefile: server/Makefile.in Make.rules"
18783 ac_config_files="$ac_config_files server/Makefile"
18785 ALL_MAKEFILES="$ALL_MAKEFILES \\
18786 tools/Makefile"
18787 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18788 tools"
18789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18790 tools/Makefile: tools/Makefile.in Make.rules"
18791 ac_config_files="$ac_config_files tools/Makefile"
18793 ALL_MAKEFILES="$ALL_MAKEFILES \\
18794 tools/widl/Makefile"
18796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18797 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
18798 ac_config_files="$ac_config_files tools/widl/Makefile"
18800 ALL_MAKEFILES="$ALL_MAKEFILES \\
18801 tools/winebuild/Makefile"
18803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18804 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
18805 ac_config_files="$ac_config_files tools/winebuild/Makefile"
18807 ALL_MAKEFILES="$ALL_MAKEFILES \\
18808 tools/winedump/Makefile"
18810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18811 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
18812 ac_config_files="$ac_config_files tools/winedump/Makefile"
18814 ALL_MAKEFILES="$ALL_MAKEFILES \\
18815 tools/winegcc/Makefile"
18817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18818 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
18819 ac_config_files="$ac_config_files tools/winegcc/Makefile"
18821 ALL_MAKEFILES="$ALL_MAKEFILES \\
18822 tools/wmc/Makefile"
18824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18825 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
18826 ac_config_files="$ac_config_files tools/wmc/Makefile"
18828 ALL_MAKEFILES="$ALL_MAKEFILES \\
18829 tools/wrc/Makefile"
18831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18832 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
18833 ac_config_files="$ac_config_files tools/wrc/Makefile"
18837 ALL_WINETEST_DEPENDS="# Test binaries"
18839 for dir in $ALL_TEST_DIRS
18841 if test "$dir" != "\\"
18842 then
18843 testname=`expr $dir : '\(.*\)/tests'`_test
18844 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18846 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
18847 cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
18848 $testname.rc:
18849 echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18850 $testname.res: $testname.rc $testname.exe"
18852 done
18854 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
18856 cat >confcache <<\_ACEOF
18857 # This file is a shell script that caches the results of configure
18858 # tests run on this system so they can be shared between configure
18859 # scripts and configure runs, see configure's option --config-cache.
18860 # It is not useful on other systems. If it contains results you don't
18861 # want to keep, you may remove or edit it.
18863 # config.status only pays attention to the cache file if you give it
18864 # the --recheck option to rerun configure.
18866 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18867 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18868 # following values.
18870 _ACEOF
18872 # The following way of writing the cache mishandles newlines in values,
18873 # but we know of no workaround that is simple, portable, and efficient.
18874 # So, we kill variables containing newlines.
18875 # Ultrix sh set writes to stderr and can't be redirected directly,
18876 # and sets the high bit in the cache file unless we assign to the vars.
18878 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18879 eval ac_val=\$$ac_var
18880 case $ac_val in #(
18881 *${as_nl}*)
18882 case $ac_var in #(
18883 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18884 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18885 esac
18886 case $ac_var in #(
18887 _ | IFS | as_nl) ;; #(
18888 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18889 *) { eval $ac_var=; unset $ac_var;} ;;
18890 esac ;;
18891 esac
18892 done
18894 (set) 2>&1 |
18895 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18896 *${as_nl}ac_space=\ *)
18897 # `set' does not quote correctly, so add quotes: double-quote
18898 # substitution turns \\\\ into \\, and sed turns \\ into \.
18899 sed -n \
18900 "s/'/'\\\\''/g;
18901 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18902 ;; #(
18904 # `set' quotes correctly as required by POSIX, so do not add quotes.
18905 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18907 esac |
18908 sort
18910 sed '
18911 /^ac_cv_env_/b end
18912 t clear
18913 :clear
18914 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18915 t end
18916 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18917 :end' >>confcache
18918 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18919 if test -w "$cache_file"; then
18920 test "x$cache_file" != "x/dev/null" &&
18921 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18922 $as_echo "$as_me: updating cache $cache_file" >&6;}
18923 cat confcache >$cache_file
18924 else
18925 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18926 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18929 rm -f confcache
18931 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18932 # Let make expand exec_prefix.
18933 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18935 DEFS=-DHAVE_CONFIG_H
18937 ac_libobjs=
18938 ac_ltlibobjs=
18939 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18940 # 1. Remove the extension, and $U if already installed.
18941 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18942 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18943 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18944 # will be set to the directory where LIBOBJS objects are built.
18945 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18946 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18947 done
18948 LIBOBJS=$ac_libobjs
18950 LTLIBOBJS=$ac_ltlibobjs
18954 : ${CONFIG_STATUS=./config.status}
18955 ac_write_fail=0
18956 ac_clean_files_save=$ac_clean_files
18957 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18958 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18959 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18960 as_write_fail=0
18961 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18962 #! $SHELL
18963 # Generated by $as_me.
18964 # Run this file to recreate the current configuration.
18965 # Compiler output produced by configure, useful for debugging
18966 # configure, is in config.log if it exists.
18968 debug=false
18969 ac_cs_recheck=false
18970 ac_cs_silent=false
18972 SHELL=\${CONFIG_SHELL-$SHELL}
18973 export SHELL
18974 _ASEOF
18975 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18976 ## -------------------- ##
18977 ## M4sh Initialization. ##
18978 ## -------------------- ##
18980 # Be more Bourne compatible
18981 DUALCASE=1; export DUALCASE # for MKS sh
18982 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18983 emulate sh
18984 NULLCMD=:
18985 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18986 # is contrary to our usage. Disable this feature.
18987 alias -g '${1+"$@"}'='"$@"'
18988 setopt NO_GLOB_SUBST
18989 else
18990 case `(set -o) 2>/dev/null` in #(
18991 *posix*) :
18992 set -o posix ;; #(
18993 *) :
18995 esac
18999 as_nl='
19001 export as_nl
19002 # Printing a long string crashes Solaris 7 /usr/bin/printf.
19003 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
19004 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
19005 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
19006 # Prefer a ksh shell builtin over an external printf program on Solaris,
19007 # but without wasting forks for bash or zsh.
19008 if test -z "$BASH_VERSION$ZSH_VERSION" \
19009 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
19010 as_echo='print -r --'
19011 as_echo_n='print -rn --'
19012 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
19013 as_echo='printf %s\n'
19014 as_echo_n='printf %s'
19015 else
19016 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
19017 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
19018 as_echo_n='/usr/ucb/echo -n'
19019 else
19020 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
19021 as_echo_n_body='eval
19022 arg=$1;
19023 case $arg in #(
19024 *"$as_nl"*)
19025 expr "X$arg" : "X\\(.*\\)$as_nl";
19026 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
19027 esac;
19028 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
19030 export as_echo_n_body
19031 as_echo_n='sh -c $as_echo_n_body as_echo'
19033 export as_echo_body
19034 as_echo='sh -c $as_echo_body as_echo'
19037 # The user is always right.
19038 if test "${PATH_SEPARATOR+set}" != set; then
19039 PATH_SEPARATOR=:
19040 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
19041 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
19042 PATH_SEPARATOR=';'
19047 # IFS
19048 # We need space, tab and new line, in precisely that order. Quoting is
19049 # there to prevent editors from complaining about space-tab.
19050 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
19051 # splitting by setting IFS to empty value.)
19052 IFS=" "" $as_nl"
19054 # Find who we are. Look in the path if we contain no directory separator.
19055 case $0 in #((
19056 *[\\/]* ) as_myself=$0 ;;
19057 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19058 for as_dir in $PATH
19060 IFS=$as_save_IFS
19061 test -z "$as_dir" && as_dir=.
19062 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
19063 done
19064 IFS=$as_save_IFS
19067 esac
19068 # We did not find ourselves, most probably we were run as `sh COMMAND'
19069 # in which case we are not to be found in the path.
19070 if test "x$as_myself" = x; then
19071 as_myself=$0
19073 if test ! -f "$as_myself"; then
19074 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
19075 exit 1
19078 # Unset variables that we do not need and which cause bugs (e.g. in
19079 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
19080 # suppresses any "Segmentation fault" message there. '((' could
19081 # trigger a bug in pdksh 5.2.14.
19082 for as_var in BASH_ENV ENV MAIL MAILPATH
19083 do eval test x\${$as_var+set} = xset \
19084 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
19085 done
19086 PS1='$ '
19087 PS2='> '
19088 PS4='+ '
19090 # NLS nuisances.
19091 LC_ALL=C
19092 export LC_ALL
19093 LANGUAGE=C
19094 export LANGUAGE
19096 # CDPATH.
19097 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
19100 # as_fn_error ERROR [LINENO LOG_FD]
19101 # ---------------------------------
19102 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
19103 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
19104 # script with status $?, using 1 if that was 0.
19105 as_fn_error ()
19107 as_status=$?; test $as_status -eq 0 && as_status=1
19108 if test "$3"; then
19109 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
19110 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
19112 $as_echo "$as_me: error: $1" >&2
19113 as_fn_exit $as_status
19114 } # as_fn_error
19117 # as_fn_set_status STATUS
19118 # -----------------------
19119 # Set $? to STATUS, without forking.
19120 as_fn_set_status ()
19122 return $1
19123 } # as_fn_set_status
19125 # as_fn_exit STATUS
19126 # -----------------
19127 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
19128 as_fn_exit ()
19130 set +e
19131 as_fn_set_status $1
19132 exit $1
19133 } # as_fn_exit
19135 # as_fn_unset VAR
19136 # ---------------
19137 # Portably unset VAR.
19138 as_fn_unset ()
19140 { eval $1=; unset $1;}
19142 as_unset=as_fn_unset
19143 # as_fn_append VAR VALUE
19144 # ----------------------
19145 # Append the text in VALUE to the end of the definition contained in VAR. Take
19146 # advantage of any shell optimizations that allow amortized linear growth over
19147 # repeated appends, instead of the typical quadratic growth present in naive
19148 # implementations.
19149 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
19150 eval 'as_fn_append ()
19152 eval $1+=\$2
19154 else
19155 as_fn_append ()
19157 eval $1=\$$1\$2
19159 fi # as_fn_append
19161 # as_fn_arith ARG...
19162 # ------------------
19163 # Perform arithmetic evaluation on the ARGs, and store the result in the
19164 # global $as_val. Take advantage of shells that can avoid forks. The arguments
19165 # must be portable across $(()) and expr.
19166 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
19167 eval 'as_fn_arith ()
19169 as_val=$(( $* ))
19171 else
19172 as_fn_arith ()
19174 as_val=`expr "$@" || test $? -eq 1`
19176 fi # as_fn_arith
19179 if expr a : '\(a\)' >/dev/null 2>&1 &&
19180 test "X`expr 00001 : '.*\(...\)'`" = X001; then
19181 as_expr=expr
19182 else
19183 as_expr=false
19186 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
19187 as_basename=basename
19188 else
19189 as_basename=false
19192 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
19193 as_dirname=dirname
19194 else
19195 as_dirname=false
19198 as_me=`$as_basename -- "$0" ||
19199 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
19200 X"$0" : 'X\(//\)$' \| \
19201 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
19202 $as_echo X/"$0" |
19203 sed '/^.*\/\([^/][^/]*\)\/*$/{
19204 s//\1/
19207 /^X\/\(\/\/\)$/{
19208 s//\1/
19211 /^X\/\(\/\).*/{
19212 s//\1/
19215 s/.*/./; q'`
19217 # Avoid depending upon Character Ranges.
19218 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
19219 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
19220 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
19221 as_cr_digits='0123456789'
19222 as_cr_alnum=$as_cr_Letters$as_cr_digits
19224 ECHO_C= ECHO_N= ECHO_T=
19225 case `echo -n x` in #(((((
19226 -n*)
19227 case `echo 'xy\c'` in
19228 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
19229 xy) ECHO_C='\c';;
19230 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
19231 ECHO_T=' ';;
19232 esac;;
19234 ECHO_N='-n';;
19235 esac
19237 rm -f conf$$ conf$$.exe conf$$.file
19238 if test -d conf$$.dir; then
19239 rm -f conf$$.dir/conf$$.file
19240 else
19241 rm -f conf$$.dir
19242 mkdir conf$$.dir 2>/dev/null
19244 if (echo >conf$$.file) 2>/dev/null; then
19245 if ln -s conf$$.file conf$$ 2>/dev/null; then
19246 as_ln_s='ln -s'
19247 # ... but there are two gotchas:
19248 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
19249 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
19250 # In both cases, we have to default to `cp -p'.
19251 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
19252 as_ln_s='cp -p'
19253 elif ln conf$$.file conf$$ 2>/dev/null; then
19254 as_ln_s=ln
19255 else
19256 as_ln_s='cp -p'
19258 else
19259 as_ln_s='cp -p'
19261 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
19262 rmdir conf$$.dir 2>/dev/null
19265 # as_fn_mkdir_p
19266 # -------------
19267 # Create "$as_dir" as a directory, including parents if necessary.
19268 as_fn_mkdir_p ()
19271 case $as_dir in #(
19272 -*) as_dir=./$as_dir;;
19273 esac
19274 test -d "$as_dir" || eval $as_mkdir_p || {
19275 as_dirs=
19276 while :; do
19277 case $as_dir in #(
19278 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
19279 *) as_qdir=$as_dir;;
19280 esac
19281 as_dirs="'$as_qdir' $as_dirs"
19282 as_dir=`$as_dirname -- "$as_dir" ||
19283 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19284 X"$as_dir" : 'X\(//\)[^/]' \| \
19285 X"$as_dir" : 'X\(//\)$' \| \
19286 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
19287 $as_echo X"$as_dir" |
19288 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19289 s//\1/
19292 /^X\(\/\/\)[^/].*/{
19293 s//\1/
19296 /^X\(\/\/\)$/{
19297 s//\1/
19300 /^X\(\/\).*/{
19301 s//\1/
19304 s/.*/./; q'`
19305 test -d "$as_dir" && break
19306 done
19307 test -z "$as_dirs" || eval "mkdir $as_dirs"
19308 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
19311 } # as_fn_mkdir_p
19312 if mkdir -p . 2>/dev/null; then
19313 as_mkdir_p='mkdir -p "$as_dir"'
19314 else
19315 test -d ./-p && rmdir ./-p
19316 as_mkdir_p=false
19319 if test -x / >/dev/null 2>&1; then
19320 as_test_x='test -x'
19321 else
19322 if ls -dL / >/dev/null 2>&1; then
19323 as_ls_L_option=L
19324 else
19325 as_ls_L_option=
19327 as_test_x='
19328 eval sh -c '\''
19329 if test -d "$1"; then
19330 test -d "$1/.";
19331 else
19332 case $1 in #(
19333 -*)set "./$1";;
19334 esac;
19335 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
19336 ???[sx]*):;;*)false;;esac;fi
19337 '\'' sh
19340 as_executable_p=$as_test_x
19342 # Sed expression to map a string onto a valid CPP name.
19343 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
19345 # Sed expression to map a string onto a valid variable name.
19346 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
19349 exec 6>&1
19350 ## ----------------------------------- ##
19351 ## Main body of $CONFIG_STATUS script. ##
19352 ## ----------------------------------- ##
19353 _ASEOF
19354 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
19356 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19357 # Save the log message, to keep $0 and so on meaningful, and to
19358 # report actual input values of CONFIG_FILES etc. instead of their
19359 # values after options handling.
19360 ac_log="
19361 This file was extended by Wine $as_me 1.1.37, which was
19362 generated by GNU Autoconf 2.65. Invocation command line was
19364 CONFIG_FILES = $CONFIG_FILES
19365 CONFIG_HEADERS = $CONFIG_HEADERS
19366 CONFIG_LINKS = $CONFIG_LINKS
19367 CONFIG_COMMANDS = $CONFIG_COMMANDS
19368 $ $0 $@
19370 on `(hostname || uname -n) 2>/dev/null | sed 1q`
19373 _ACEOF
19375 case $ac_config_files in *"
19376 "*) set x $ac_config_files; shift; ac_config_files=$*;;
19377 esac
19379 case $ac_config_headers in *"
19380 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
19381 esac
19384 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19385 # Files that config.status was made for.
19386 config_files="$ac_config_files"
19387 config_headers="$ac_config_headers"
19388 config_commands="$ac_config_commands"
19390 _ACEOF
19392 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19393 ac_cs_usage="\
19394 \`$as_me' instantiates files and other configuration actions
19395 from templates according to the current configuration. Unless the files
19396 and actions are specified as TAGs, all are instantiated by default.
19398 Usage: $0 [OPTION]... [TAG]...
19400 -h, --help print this help, then exit
19401 -V, --version print version number and configuration settings, then exit
19402 --config print configuration, then exit
19403 -q, --quiet, --silent
19404 do not print progress messages
19405 -d, --debug don't remove temporary files
19406 --recheck update $as_me by reconfiguring in the same conditions
19407 --file=FILE[:TEMPLATE]
19408 instantiate the configuration file FILE
19409 --header=FILE[:TEMPLATE]
19410 instantiate the configuration header FILE
19412 Configuration files:
19413 $config_files
19415 Configuration headers:
19416 $config_headers
19418 Configuration commands:
19419 $config_commands
19421 Report bugs to <wine-devel@winehq.org>.
19422 Wine home page: <http://www.winehq.org>."
19424 _ACEOF
19425 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19426 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
19427 ac_cs_version="\\
19428 Wine config.status 1.1.37
19429 configured by $0, generated by GNU Autoconf 2.65,
19430 with options \\"\$ac_cs_config\\"
19432 Copyright (C) 2009 Free Software Foundation, Inc.
19433 This config.status script is free software; the Free Software Foundation
19434 gives unlimited permission to copy, distribute and modify it."
19436 ac_pwd='$ac_pwd'
19437 srcdir='$srcdir'
19438 INSTALL='$INSTALL'
19439 test -n "\$AWK" || AWK=awk
19440 _ACEOF
19442 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19443 # The default lists apply if the user does not specify any file.
19444 ac_need_defaults=:
19445 while test $# != 0
19447 case $1 in
19448 --*=*)
19449 ac_option=`expr "X$1" : 'X\([^=]*\)='`
19450 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
19451 ac_shift=:
19454 ac_option=$1
19455 ac_optarg=$2
19456 ac_shift=shift
19458 esac
19460 case $ac_option in
19461 # Handling of the options.
19462 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
19463 ac_cs_recheck=: ;;
19464 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
19465 $as_echo "$ac_cs_version"; exit ;;
19466 --config | --confi | --conf | --con | --co | --c )
19467 $as_echo "$ac_cs_config"; exit ;;
19468 --debug | --debu | --deb | --de | --d | -d )
19469 debug=: ;;
19470 --file | --fil | --fi | --f )
19471 $ac_shift
19472 case $ac_optarg in
19473 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19474 esac
19475 as_fn_append CONFIG_FILES " '$ac_optarg'"
19476 ac_need_defaults=false;;
19477 --header | --heade | --head | --hea )
19478 $ac_shift
19479 case $ac_optarg in
19480 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19481 esac
19482 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
19483 ac_need_defaults=false;;
19484 --he | --h)
19485 # Conflict between --help and --header
19486 as_fn_error "ambiguous option: \`$1'
19487 Try \`$0 --help' for more information.";;
19488 --help | --hel | -h )
19489 $as_echo "$ac_cs_usage"; exit ;;
19490 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
19491 | -silent | --silent | --silen | --sile | --sil | --si | --s)
19492 ac_cs_silent=: ;;
19494 # This is an error.
19495 -*) as_fn_error "unrecognized option: \`$1'
19496 Try \`$0 --help' for more information." ;;
19498 *) as_fn_append ac_config_targets " $1"
19499 ac_need_defaults=false ;;
19501 esac
19502 shift
19503 done
19505 ac_configure_extra_args=
19507 if $ac_cs_silent; then
19508 exec 6>/dev/null
19509 ac_configure_extra_args="$ac_configure_extra_args --silent"
19512 _ACEOF
19513 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19514 if \$ac_cs_recheck; then
19515 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19516 shift
19517 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19518 CONFIG_SHELL='$SHELL'
19519 export CONFIG_SHELL
19520 exec "\$@"
19523 _ACEOF
19524 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19525 exec 5>>config.log
19527 echo
19528 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19529 ## Running $as_me. ##
19530 _ASBOX
19531 $as_echo "$ac_log"
19532 } >&5
19534 _ACEOF
19535 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19536 _ACEOF
19538 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19540 # Handling of arguments.
19541 for ac_config_target in $ac_config_targets
19543 case $ac_config_target in
19544 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
19545 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
19546 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
19547 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
19548 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
19549 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
19550 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
19551 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
19552 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
19553 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
19554 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
19555 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
19556 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
19557 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
19558 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
19559 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
19560 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
19561 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
19562 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
19563 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
19564 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
19565 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
19566 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
19567 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
19568 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
19569 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
19570 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
19571 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
19572 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
19573 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
19574 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
19575 "dlls/avifil32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/tests/Makefile" ;;
19576 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
19577 "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
19578 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
19579 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
19580 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
19581 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
19582 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
19583 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
19584 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
19585 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
19586 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
19587 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
19588 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
19589 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
19590 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
19591 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
19592 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
19593 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
19594 "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
19595 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
19596 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
19597 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
19598 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
19599 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
19600 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
19601 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
19602 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
19603 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
19604 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
19605 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
19606 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
19607 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
19608 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
19609 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
19610 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
19611 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
19612 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
19613 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
19614 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
19615 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
19616 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
19617 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
19618 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
19619 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
19620 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
19621 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
19622 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
19623 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
19624 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
19625 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
19626 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
19627 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
19628 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
19629 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
19630 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
19631 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
19632 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
19633 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
19634 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
19635 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
19636 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
19637 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
19638 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
19639 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
19640 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
19641 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
19642 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
19643 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
19644 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
19645 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
19646 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
19647 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
19648 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
19649 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
19650 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
19651 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
19652 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
19653 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
19654 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
19655 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
19656 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
19657 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
19658 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
19659 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
19660 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
19661 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
19662 "dlls/dmloader/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/tests/Makefile" ;;
19663 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
19664 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
19665 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
19666 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
19667 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
19668 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
19669 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
19670 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
19671 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
19672 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
19673 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
19674 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
19675 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
19676 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
19677 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
19678 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
19679 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
19680 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
19681 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
19682 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
19683 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
19684 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
19685 "dlls/dxdiagn/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/tests/Makefile" ;;
19686 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
19687 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
19688 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
19689 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
19690 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
19691 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
19692 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
19693 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
19694 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
19695 "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
19696 "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
19697 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
19698 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
19699 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
19700 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
19701 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
19702 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
19703 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
19704 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
19705 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
19706 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
19707 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
19708 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
19709 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
19710 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
19711 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
19712 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
19713 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
19714 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
19715 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
19716 "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
19717 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
19718 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
19719 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
19720 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
19721 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
19722 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
19723 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
19724 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
19725 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
19726 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
19727 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
19728 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
19729 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
19730 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
19731 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
19732 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
19733 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
19734 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
19735 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
19736 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
19737 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
19738 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
19739 "dlls/krnl386.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/krnl386.exe16/Makefile" ;;
19740 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
19741 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
19742 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
19743 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
19744 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
19745 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
19746 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
19747 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
19748 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
19749 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
19750 "dlls/mapistub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapistub/Makefile" ;;
19751 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
19752 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
19753 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
19754 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
19755 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
19756 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
19757 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
19758 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
19759 "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
19760 "dlls/mmdevapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/tests/Makefile" ;;
19761 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
19762 "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
19763 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
19764 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
19765 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
19766 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
19767 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
19768 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
19769 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
19770 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
19771 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
19772 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
19773 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
19774 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
19775 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
19776 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
19777 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
19778 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
19779 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
19780 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
19781 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
19782 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
19783 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
19784 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
19785 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
19786 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
19787 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
19788 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
19789 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
19790 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
19791 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
19792 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
19793 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
19794 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
19795 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
19796 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
19797 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
19798 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
19799 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
19800 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
19801 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
19802 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
19803 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
19804 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
19805 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
19806 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
19807 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
19808 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
19809 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
19810 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
19811 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
19812 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
19813 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
19814 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
19815 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
19816 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
19817 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
19818 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
19819 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
19820 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
19821 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
19822 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
19823 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
19824 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
19825 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
19826 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
19827 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
19828 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
19829 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
19830 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
19831 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
19832 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
19833 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
19834 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
19835 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
19836 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
19837 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
19838 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
19839 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
19840 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
19841 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
19842 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
19843 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
19844 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
19845 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
19846 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
19847 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
19848 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
19849 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
19850 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
19851 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
19852 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
19853 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
19854 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
19855 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
19856 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
19857 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
19858 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
19859 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
19860 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
19861 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
19862 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
19863 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
19864 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
19865 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
19866 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
19867 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
19868 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
19869 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
19870 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
19871 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
19872 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
19873 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
19874 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
19875 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
19876 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
19877 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
19878 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
19879 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
19880 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
19881 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
19882 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
19883 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
19884 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
19885 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
19886 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
19887 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
19888 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
19889 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
19890 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
19891 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
19892 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
19893 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
19894 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
19895 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
19896 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
19897 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
19898 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
19899 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
19900 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
19901 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
19902 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
19903 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
19904 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
19905 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
19906 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
19907 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
19908 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
19909 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
19910 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
19911 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
19912 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
19913 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
19914 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
19915 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
19916 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
19917 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
19918 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
19919 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
19920 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
19921 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
19922 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
19923 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
19924 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
19925 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
19926 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
19927 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
19928 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
19929 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
19930 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
19931 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
19932 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
19933 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
19934 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
19935 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
19936 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
19937 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
19938 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
19939 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
19940 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
19941 "dlls/user.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user.exe16/Makefile" ;;
19942 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
19943 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
19944 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
19945 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
19946 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
19947 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
19948 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
19949 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
19950 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
19951 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
19952 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
19953 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
19954 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
19955 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
19956 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
19957 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
19958 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
19959 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
19960 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
19961 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
19962 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
19963 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
19964 "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
19965 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
19966 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
19967 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
19968 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
19969 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
19970 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
19971 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
19972 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
19973 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
19974 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
19975 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
19976 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
19977 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
19978 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
19979 "dlls/winemapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemapi/Makefile" ;;
19980 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
19981 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
19982 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
19983 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
19984 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
19985 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
19986 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
19987 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
19988 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
19989 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
19990 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
19991 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
19992 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
19993 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
19994 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
19995 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
19996 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
19997 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
19998 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
19999 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
20000 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
20001 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
20002 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
20003 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
20004 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
20005 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
20006 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
20007 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
20008 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
20009 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
20010 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
20011 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
20012 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
20013 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
20014 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
20015 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
20016 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
20017 "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
20018 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
20019 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
20020 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
20021 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
20022 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
20023 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
20024 "dlls/xmllite/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/tests/Makefile" ;;
20025 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
20026 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
20027 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
20028 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
20029 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
20030 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
20031 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
20032 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
20033 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
20034 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
20035 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
20036 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
20037 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
20038 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
20039 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
20040 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
20041 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
20042 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
20043 "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
20044 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
20045 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
20046 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
20047 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
20048 "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
20049 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
20050 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
20051 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
20052 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
20053 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
20054 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
20055 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
20056 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
20057 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
20058 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
20059 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
20060 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
20061 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
20062 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
20063 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
20064 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
20065 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
20066 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
20067 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
20068 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
20069 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
20070 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
20071 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
20072 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
20073 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
20074 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
20075 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
20076 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
20077 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
20078 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
20079 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
20080 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
20081 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
20082 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
20083 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
20084 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
20085 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
20086 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
20087 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
20088 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
20089 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
20090 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
20091 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
20092 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
20093 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
20094 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
20095 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
20097 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
20098 esac
20099 done
20102 # If the user did not use the arguments to specify the items to instantiate,
20103 # then the envvar interface is used. Set only those that are not.
20104 # We use the long form for the default assignment because of an extremely
20105 # bizarre bug on SunOS 4.1.3.
20106 if $ac_need_defaults; then
20107 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
20108 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
20109 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
20112 # Have a temporary directory for convenience. Make it in the build tree
20113 # simply because there is no reason against having it here, and in addition,
20114 # creating and moving files from /tmp can sometimes cause problems.
20115 # Hook for its removal unless debugging.
20116 # Note that there is a small window in which the directory will not be cleaned:
20117 # after its creation but before its name has been assigned to `$tmp'.
20118 $debug ||
20120 tmp=
20121 trap 'exit_status=$?
20122 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
20124 trap 'as_fn_exit 1' 1 2 13 15
20126 # Create a (secure) tmp directory for tmp files.
20129 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
20130 test -n "$tmp" && test -d "$tmp"
20131 } ||
20133 tmp=./conf$$-$RANDOM
20134 (umask 077 && mkdir "$tmp")
20135 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
20137 # Set up the scripts for CONFIG_FILES section.
20138 # No need to generate them if there are no CONFIG_FILES.
20139 # This happens for instance with `./config.status config.h'.
20140 if test -n "$CONFIG_FILES"; then
20142 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
20143 ac_cs_awk_getline=:
20144 ac_cs_awk_pipe_init=
20145 ac_cs_awk_read_file='
20146 while ((getline aline < (F[key])) > 0)
20147 print(aline)
20148 close(F[key])'
20149 ac_cs_awk_pipe_fini=
20150 else
20151 ac_cs_awk_getline=false
20152 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
20153 ac_cs_awk_read_file='
20154 print "|#_!!_#|"
20155 print "cat " F[key] " &&"
20156 '$ac_cs_awk_pipe_init
20157 # The final `:' finishes the AND list.
20158 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
20160 ac_cr=`echo X | tr X '\015'`
20161 # On cygwin, bash can eat \r inside `` if the user requested igncr.
20162 # But we know of no other shell where ac_cr would be empty at this
20163 # point, so we can use a bashism as a fallback.
20164 if test "x$ac_cr" = x; then
20165 eval ac_cr=\$\'\\r\'
20167 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
20168 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
20169 ac_cs_awk_cr='\r'
20170 else
20171 ac_cs_awk_cr=$ac_cr
20174 echo 'BEGIN {' >"$tmp/subs1.awk" &&
20175 _ACEOF
20177 # Create commands to substitute file output variables.
20179 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
20180 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
20181 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
20182 echo "_ACAWK" &&
20183 echo "_ACEOF"
20184 } >conf$$files.sh &&
20185 . ./conf$$files.sh ||
20186 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20187 rm -f conf$$files.sh
20190 echo "cat >conf$$subs.awk <<_ACEOF" &&
20191 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
20192 echo "_ACEOF"
20193 } >conf$$subs.sh ||
20194 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20195 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
20196 ac_delim='%!_!# '
20197 for ac_last_try in false false false false false :; do
20198 . ./conf$$subs.sh ||
20199 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20201 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
20202 if test $ac_delim_n = $ac_delim_num; then
20203 break
20204 elif $ac_last_try; then
20205 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20206 else
20207 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
20209 done
20210 rm -f conf$$subs.sh
20212 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20213 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
20214 _ACEOF
20215 sed -n '
20217 s/^/S["/; s/!.*/"]=/
20220 s/^[^!]*!//
20221 :repl
20222 t repl
20223 s/'"$ac_delim"'$//
20224 t delim
20227 s/\(.\{148\}\)..*/\1/
20228 t more1
20229 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
20232 b repl
20233 :more1
20234 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
20237 s/.\{148\}//
20238 t nl
20239 :delim
20241 s/\(.\{148\}\)..*/\1/
20242 t more2
20243 s/["\\]/\\&/g; s/^/"/; s/$/"/
20246 :more2
20247 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
20250 s/.\{148\}//
20251 t delim
20252 ' <conf$$subs.awk | sed '
20253 /^[^""]/{
20255 s/\n//
20257 ' >>$CONFIG_STATUS || ac_write_fail=1
20258 rm -f conf$$subs.awk
20259 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20260 _ACAWK
20261 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
20262 for (key in S) S_is_set[key] = 1
20263 FS = "\a"
20264 \$ac_cs_awk_pipe_init
20267 line = $ 0
20268 nfields = split(line, field, "@")
20269 substed = 0
20270 len = length(field[1])
20271 for (i = 2; i < nfields; i++) {
20272 key = field[i]
20273 keylen = length(key)
20274 if (S_is_set[key]) {
20275 value = S[key]
20276 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
20277 len += length(value) + length(field[++i])
20278 substed = 1
20279 } else
20280 len += 1 + keylen
20282 if (nfields == 3 && !substed) {
20283 key = field[2]
20284 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
20285 \$ac_cs_awk_read_file
20286 next
20289 print line
20291 \$ac_cs_awk_pipe_fini
20292 _ACAWK
20293 _ACEOF
20294 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20295 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
20296 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
20297 else
20299 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
20300 || as_fn_error "could not setup config files machinery" "$LINENO" 5
20301 _ACEOF
20303 # VPATH may cause trouble with some makes, so we remove $(srcdir),
20304 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
20305 # trailing colons and then remove the whole line if VPATH becomes empty
20306 # (actually we leave an empty line to preserve line numbers).
20307 if test "x$srcdir" = x.; then
20308 ac_vpsub='/^[ ]*VPATH[ ]*=/{
20309 s/:*\$(srcdir):*/:/
20310 s/:*\${srcdir}:*/:/
20311 s/:*@srcdir@:*/:/
20312 s/^\([^=]*=[ ]*\):*/\1/
20313 s/:*$//
20314 s/^[^=]*=[ ]*$//
20318 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20319 fi # test -n "$CONFIG_FILES"
20321 # Set up the scripts for CONFIG_HEADERS section.
20322 # No need to generate them if there are no CONFIG_HEADERS.
20323 # This happens for instance with `./config.status Makefile'.
20324 if test -n "$CONFIG_HEADERS"; then
20325 cat >"$tmp/defines.awk" <<\_ACAWK ||
20326 BEGIN {
20327 _ACEOF
20329 # Transform confdefs.h into an awk script `defines.awk', embedded as
20330 # here-document in config.status, that substitutes the proper values into
20331 # config.h.in to produce config.h.
20333 # Create a delimiter string that does not exist in confdefs.h, to ease
20334 # handling of long lines.
20335 ac_delim='%!_!# '
20336 for ac_last_try in false false :; do
20337 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
20338 if test -z "$ac_t"; then
20339 break
20340 elif $ac_last_try; then
20341 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
20342 else
20343 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
20345 done
20347 # For the awk script, D is an array of macro values keyed by name,
20348 # likewise P contains macro parameters if any. Preserve backslash
20349 # newline sequences.
20351 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
20352 sed -n '
20353 s/.\{148\}/&'"$ac_delim"'/g
20354 t rset
20355 :rset
20356 s/^[ ]*#[ ]*define[ ][ ]*/ /
20357 t def
20359 :def
20360 s/\\$//
20361 t bsnl
20362 s/["\\]/\\&/g
20363 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
20364 D["\1"]=" \3"/p
20365 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
20367 :bsnl
20368 s/["\\]/\\&/g
20369 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
20370 D["\1"]=" \3\\\\\\n"\\/p
20371 t cont
20372 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
20373 t cont
20375 :cont
20377 s/.\{148\}/&'"$ac_delim"'/g
20378 t clear
20379 :clear
20380 s/\\$//
20381 t bsnlc
20382 s/["\\]/\\&/g; s/^/"/; s/$/"/p
20384 :bsnlc
20385 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
20386 b cont
20387 ' <confdefs.h | sed '
20388 s/'"$ac_delim"'/"\\\
20389 "/g' >>$CONFIG_STATUS || ac_write_fail=1
20391 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20392 for (key in D) D_is_set[key] = 1
20393 FS = "\a"
20395 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
20396 line = \$ 0
20397 split(line, arg, " ")
20398 if (arg[1] == "#") {
20399 defundef = arg[2]
20400 mac1 = arg[3]
20401 } else {
20402 defundef = substr(arg[1], 2)
20403 mac1 = arg[2]
20405 split(mac1, mac2, "(") #)
20406 macro = mac2[1]
20407 prefix = substr(line, 1, index(line, defundef) - 1)
20408 if (D_is_set[macro]) {
20409 # Preserve the white space surrounding the "#".
20410 print prefix "define", macro P[macro] D[macro]
20411 next
20412 } else {
20413 # Replace #undef with comments. This is necessary, for example,
20414 # in the case of _POSIX_SOURCE, which is predefined and required
20415 # on some systems where configure will not decide to define it.
20416 if (defundef == "undef") {
20417 print "/*", prefix defundef, macro, "*/"
20418 next
20422 { print }
20423 _ACAWK
20424 _ACEOF
20425 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20426 as_fn_error "could not setup config headers machinery" "$LINENO" 5
20427 fi # test -n "$CONFIG_HEADERS"
20430 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
20431 shift
20432 for ac_tag
20434 case $ac_tag in
20435 :[FHLC]) ac_mode=$ac_tag; continue;;
20436 esac
20437 case $ac_mode$ac_tag in
20438 :[FHL]*:*);;
20439 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
20440 :[FH]-) ac_tag=-:-;;
20441 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
20442 esac
20443 ac_save_IFS=$IFS
20444 IFS=:
20445 set x $ac_tag
20446 IFS=$ac_save_IFS
20447 shift
20448 ac_file=$1
20449 shift
20451 case $ac_mode in
20452 :L) ac_source=$1;;
20453 :[FH])
20454 ac_file_inputs=
20455 for ac_f
20457 case $ac_f in
20458 -) ac_f="$tmp/stdin";;
20459 *) # Look for the file first in the build tree, then in the source tree
20460 # (if the path is not absolute). The absolute path cannot be DOS-style,
20461 # because $ac_f cannot contain `:'.
20462 test -f "$ac_f" ||
20463 case $ac_f in
20464 [\\/$]*) false;;
20465 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
20466 esac ||
20467 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
20468 esac
20469 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
20470 as_fn_append ac_file_inputs " '$ac_f'"
20471 done
20473 # Let's still pretend it is `configure' which instantiates (i.e., don't
20474 # use $as_me), people would be surprised to read:
20475 # /* config.h. Generated by config.status. */
20476 configure_input='Generated from '`
20477 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
20478 `' by configure.'
20479 if test x"$ac_file" != x-; then
20480 configure_input="$ac_file. $configure_input"
20481 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
20482 $as_echo "$as_me: creating $ac_file" >&6;}
20484 # Neutralize special characters interpreted by sed in replacement strings.
20485 case $configure_input in #(
20486 *\&* | *\|* | *\\* )
20487 ac_sed_conf_input=`$as_echo "$configure_input" |
20488 sed 's/[\\\\&|]/\\\\&/g'`;; #(
20489 *) ac_sed_conf_input=$configure_input;;
20490 esac
20492 case $ac_tag in
20493 *:-:* | *:-) cat >"$tmp/stdin" \
20494 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
20495 esac
20497 esac
20499 ac_dir=`$as_dirname -- "$ac_file" ||
20500 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20501 X"$ac_file" : 'X\(//\)[^/]' \| \
20502 X"$ac_file" : 'X\(//\)$' \| \
20503 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
20504 $as_echo X"$ac_file" |
20505 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20506 s//\1/
20509 /^X\(\/\/\)[^/].*/{
20510 s//\1/
20513 /^X\(\/\/\)$/{
20514 s//\1/
20517 /^X\(\/\).*/{
20518 s//\1/
20521 s/.*/./; q'`
20522 as_dir="$ac_dir"; as_fn_mkdir_p
20523 ac_builddir=.
20525 case "$ac_dir" in
20526 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
20528 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
20529 # A ".." for each directory in $ac_dir_suffix.
20530 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
20531 case $ac_top_builddir_sub in
20532 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
20533 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
20534 esac ;;
20535 esac
20536 ac_abs_top_builddir=$ac_pwd
20537 ac_abs_builddir=$ac_pwd$ac_dir_suffix
20538 # for backward compatibility:
20539 ac_top_builddir=$ac_top_build_prefix
20541 case $srcdir in
20542 .) # We are building in place.
20543 ac_srcdir=.
20544 ac_top_srcdir=$ac_top_builddir_sub
20545 ac_abs_top_srcdir=$ac_pwd ;;
20546 [\\/]* | ?:[\\/]* ) # Absolute name.
20547 ac_srcdir=$srcdir$ac_dir_suffix;
20548 ac_top_srcdir=$srcdir
20549 ac_abs_top_srcdir=$srcdir ;;
20550 *) # Relative name.
20551 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
20552 ac_top_srcdir=$ac_top_build_prefix$srcdir
20553 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
20554 esac
20555 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
20558 case $ac_mode in
20561 # CONFIG_FILE
20564 case $INSTALL in
20565 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
20566 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
20567 esac
20568 _ACEOF
20570 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20571 # If the template does not know about datarootdir, expand it.
20572 # FIXME: This hack should be removed a few years after 2.60.
20573 ac_datarootdir_hack=; ac_datarootdir_seen=
20574 ac_sed_dataroot='
20575 /datarootdir/ {
20579 /@datadir@/p
20580 /@docdir@/p
20581 /@infodir@/p
20582 /@localedir@/p
20583 /@mandir@/p'
20584 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
20585 *datarootdir*) ac_datarootdir_seen=yes;;
20586 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
20587 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
20588 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
20589 _ACEOF
20590 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20591 ac_datarootdir_hack='
20592 s&@datadir@&$datadir&g
20593 s&@docdir@&$docdir&g
20594 s&@infodir@&$infodir&g
20595 s&@localedir@&$localedir&g
20596 s&@mandir@&$mandir&g
20597 s&\\\${datarootdir}&$datarootdir&g' ;;
20598 esac
20599 _ACEOF
20601 # Neutralize VPATH when `$srcdir' = `.'.
20602 # Shell code in configure.ac might set extrasub.
20603 # FIXME: do we really want to maintain this feature?
20604 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20605 ac_sed_extra="$ac_vpsub
20606 $extrasub
20607 _ACEOF
20608 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20610 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
20611 s|@configure_input@|$ac_sed_conf_input|;t t
20612 s&@top_builddir@&$ac_top_builddir_sub&;t t
20613 s&@top_build_prefix@&$ac_top_build_prefix&;t t
20614 s&@srcdir@&$ac_srcdir&;t t
20615 s&@abs_srcdir@&$ac_abs_srcdir&;t t
20616 s&@top_srcdir@&$ac_top_srcdir&;t t
20617 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
20618 s&@builddir@&$ac_builddir&;t t
20619 s&@abs_builddir@&$ac_abs_builddir&;t t
20620 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
20621 s&@INSTALL@&$ac_INSTALL&;t t
20622 $ac_datarootdir_hack
20624 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
20625 if $ac_cs_awk_getline; then
20626 $AWK -f "$tmp/subs.awk"
20627 else
20628 $AWK -f "$tmp/subs.awk" | $SHELL
20629 fi >$tmp/out \
20630 || as_fn_error "could not create $ac_file" "$LINENO" 5
20632 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
20633 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
20634 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
20635 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
20636 which seems to be undefined. Please make sure it is defined." >&5
20637 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
20638 which seems to be undefined. Please make sure it is defined." >&2;}
20640 rm -f "$tmp/stdin"
20641 case $ac_file in
20642 -) cat "$tmp/out" && rm -f "$tmp/out";;
20643 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
20644 esac \
20645 || as_fn_error "could not create $ac_file" "$LINENO" 5
20649 # CONFIG_HEADER
20651 if test x"$ac_file" != x-; then
20653 $as_echo "/* $configure_input */" \
20654 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
20655 } >"$tmp/config.h" \
20656 || as_fn_error "could not create $ac_file" "$LINENO" 5
20657 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
20658 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
20659 $as_echo "$as_me: $ac_file is unchanged" >&6;}
20660 else
20661 rm -f "$ac_file"
20662 mv "$tmp/config.h" "$ac_file" \
20663 || as_fn_error "could not create $ac_file" "$LINENO" 5
20665 else
20666 $as_echo "/* $configure_input */" \
20667 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
20668 || as_fn_error "could not create -" "$LINENO" 5
20672 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
20673 $as_echo "$as_me: executing $ac_file commands" >&6;}
20675 esac
20678 case $ac_file$ac_mode in
20679 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
20680 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
20681 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
20682 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
20683 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
20684 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
20685 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
20686 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
20687 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
20688 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
20689 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
20690 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
20691 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
20693 esac
20694 done # for ac_tag
20697 as_fn_exit 0
20698 _ACEOF
20699 ac_clean_files=$ac_clean_files_save
20701 test $ac_write_fail = 0 ||
20702 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
20705 # configure is writing to config.log, and then calls config.status.
20706 # config.status does its own redirection, appending to config.log.
20707 # Unfortunately, on DOS this fails, as config.log is still kept open
20708 # by configure, so config.status won't be able to write to it; its
20709 # output is simply discarded. So we exec the FD to /dev/null,
20710 # effectively closing config.log, so it can be properly (re)opened and
20711 # appended to by config.status. When coming back to configure, we
20712 # need to make the FD available again.
20713 if test "$no_create" != yes; then
20714 ac_cs_success=:
20715 ac_config_status_args=
20716 test "$silent" = yes &&
20717 ac_config_status_args="$ac_config_status_args --quiet"
20718 exec 5>/dev/null
20719 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
20720 exec 5>>config.log
20721 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
20722 # would make configure fail if this is the last instruction.
20723 $ac_cs_success || as_fn_exit $?
20725 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
20726 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
20727 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
20731 if test "$no_create" = "yes"
20732 then
20733 exit 0
20736 ac_save_IFS="$IFS"
20737 if test "x$wine_notices != "x; then
20738 echo >&6
20739 IFS="|"
20740 for msg in $wine_notices; do
20741 IFS="$ac_save_IFS"
20742 if test -n "$msg"; then
20743 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
20744 $as_echo "$as_me: $msg" >&6;}
20746 done
20748 IFS="|"
20749 for msg in $wine_warnings; do
20750 IFS="$ac_save_IFS"
20751 if test -n "$msg"; then
20752 echo >&2
20753 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
20754 $as_echo "$as_me: WARNING: $msg" >&2;}
20756 done
20757 IFS="$ac_save_IFS"
20759 echo "
20760 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
20761 " >&6