makefiles: Generate the winetest rules from the WINE_CONFIG_TEST macro.
[wine/multimedia.git] / configure
blobd377f29283fd3ba60773bde6ad937f587a58ee72
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for Wine 1.1.38.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10 # Inc.
13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ##
16 ## M4sh Initialization. ##
17 ## -------------------- ##
19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 emulate sh
23 NULLCMD=:
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25 # is contrary to our usage. Disable this feature.
26 alias -g '${1+"$@"}'='"$@"'
27 setopt NO_GLOB_SUBST
28 else
29 case `(set -o) 2>/dev/null` in #(
30 *posix*) :
31 set -o posix ;; #(
32 *) :
34 esac
38 as_nl='
40 export as_nl
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
46 # but without wasting forks for bash or zsh.
47 if test -z "$BASH_VERSION$ZSH_VERSION" \
48 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49 as_echo='print -r --'
50 as_echo_n='print -rn --'
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52 as_echo='printf %s\n'
53 as_echo_n='printf %s'
54 else
55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57 as_echo_n='/usr/ucb/echo -n'
58 else
59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 as_echo_n_body='eval
61 arg=$1;
62 case $arg in #(
63 *"$as_nl"*)
64 expr "X$arg" : "X\\(.*\\)$as_nl";
65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66 esac;
67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
69 export as_echo_n_body
70 as_echo_n='sh -c $as_echo_n_body as_echo'
72 export as_echo_body
73 as_echo='sh -c $as_echo_body as_echo'
76 # The user is always right.
77 if test "${PATH_SEPARATOR+set}" != set; then
78 PATH_SEPARATOR=:
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81 PATH_SEPARATOR=';'
86 # IFS
87 # We need space, tab and new line, in precisely that order. Quoting is
88 # there to prevent editors from complaining about space-tab.
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.)
91 IFS=" "" $as_nl"
93 # Find who we are. Look in the path if we contain no directory separator.
94 case $0 in #((
95 *[\\/]* ) as_myself=$0 ;;
96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 for as_dir in $PATH
99 IFS=$as_save_IFS
100 test -z "$as_dir" && as_dir=.
101 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102 done
103 IFS=$as_save_IFS
106 esac
107 # We did not find ourselves, most probably we were run as `sh COMMAND'
108 # in which case we are not to be found in the path.
109 if test "x$as_myself" = x; then
110 as_myself=$0
112 if test ! -f "$as_myself"; then
113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 exit 1
117 # Unset variables that we do not need and which cause bugs (e.g. in
118 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
119 # suppresses any "Segmentation fault" message there. '((' could
120 # trigger a bug in pdksh 5.2.14.
121 for as_var in BASH_ENV ENV MAIL MAILPATH
122 do eval test x\${$as_var+set} = xset \
123 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124 done
125 PS1='$ '
126 PS2='> '
127 PS4='+ '
129 # NLS nuisances.
130 LC_ALL=C
131 export LC_ALL
132 LANGUAGE=C
133 export LANGUAGE
135 # CDPATH.
136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138 if test "x$CONFIG_SHELL" = x; then
139 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140 emulate sh
141 NULLCMD=:
142 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143 # is contrary to our usage. Disable this feature.
144 alias -g '\${1+\"\$@\"}'='\"\$@\"'
145 setopt NO_GLOB_SUBST
146 else
147 case \`(set -o) 2>/dev/null\` in #(
148 *posix*) :
149 set -o posix ;; #(
150 *) :
152 esac
155 as_required="as_fn_return () { (exit \$1); }
156 as_fn_success () { as_fn_return 0; }
157 as_fn_failure () { as_fn_return 1; }
158 as_fn_ret_success () { return 0; }
159 as_fn_ret_failure () { return 1; }
161 exitcode=0
162 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168 else
169 exitcode=1; echo positional parameters were not saved.
171 test x\$exitcode = x0 || exit 1"
172 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176 test \$(( 1 + 1 )) = 2 || exit 1"
177 if (eval "$as_required") 2>/dev/null; then :
178 as_have_required=yes
179 else
180 as_have_required=no
182 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
184 else
185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
186 as_found=false
187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
189 IFS=$as_save_IFS
190 test -z "$as_dir" && as_dir=.
191 as_found=:
192 case $as_dir in #(
194 for as_base in sh bash ksh sh5; do
195 # Try only shells that exist, to save several forks.
196 as_shell=$as_dir/$as_base
197 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
198 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
199 CONFIG_SHELL=$as_shell as_have_required=yes
200 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
201 break 2
204 done;;
205 esac
206 as_found=false
207 done
208 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
209 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
210 CONFIG_SHELL=$SHELL as_have_required=yes
211 fi; }
212 IFS=$as_save_IFS
215 if test "x$CONFIG_SHELL" != x; then :
216 # We cannot yet assume a decent shell, so we have to provide a
217 # neutralization value for shells without unset; and this also
218 # works around shells that cannot unset nonexistent variables.
219 BASH_ENV=/dev/null
220 ENV=/dev/null
221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222 export CONFIG_SHELL
223 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
226 if test x$as_have_required = xno; then :
227 $as_echo "$0: This script requires a shell more modern than all"
228 $as_echo "$0: the shells that I found on your system."
229 if test x${ZSH_VERSION+set} = xset ; then
230 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
231 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
232 else
233 $as_echo "$0: Please tell bug-autoconf@gnu.org and
234 $0: wine-devel@winehq.org about your system, including any
235 $0: error possibly output before this message. Then install
236 $0: a modern shell, or manually run the script under such a
237 $0: shell if you do have one."
239 exit 1
243 SHELL=${CONFIG_SHELL-/bin/sh}
244 export SHELL
245 # Unset more variables known to interfere with behavior of common tools.
246 CLICOLOR_FORCE= GREP_OPTIONS=
247 unset CLICOLOR_FORCE GREP_OPTIONS
249 ## --------------------- ##
250 ## M4sh Shell Functions. ##
251 ## --------------------- ##
252 # as_fn_unset VAR
253 # ---------------
254 # Portably unset VAR.
255 as_fn_unset ()
257 { eval $1=; unset $1;}
259 as_unset=as_fn_unset
261 # as_fn_set_status STATUS
262 # -----------------------
263 # Set $? to STATUS, without forking.
264 as_fn_set_status ()
266 return $1
267 } # as_fn_set_status
269 # as_fn_exit STATUS
270 # -----------------
271 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
272 as_fn_exit ()
274 set +e
275 as_fn_set_status $1
276 exit $1
277 } # as_fn_exit
279 # as_fn_mkdir_p
280 # -------------
281 # Create "$as_dir" as a directory, including parents if necessary.
282 as_fn_mkdir_p ()
285 case $as_dir in #(
286 -*) as_dir=./$as_dir;;
287 esac
288 test -d "$as_dir" || eval $as_mkdir_p || {
289 as_dirs=
290 while :; do
291 case $as_dir in #(
292 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
293 *) as_qdir=$as_dir;;
294 esac
295 as_dirs="'$as_qdir' $as_dirs"
296 as_dir=`$as_dirname -- "$as_dir" ||
297 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
298 X"$as_dir" : 'X\(//\)[^/]' \| \
299 X"$as_dir" : 'X\(//\)$' \| \
300 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
301 $as_echo X"$as_dir" |
302 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
303 s//\1/
306 /^X\(\/\/\)[^/].*/{
307 s//\1/
310 /^X\(\/\/\)$/{
311 s//\1/
314 /^X\(\/\).*/{
315 s//\1/
318 s/.*/./; q'`
319 test -d "$as_dir" && break
320 done
321 test -z "$as_dirs" || eval "mkdir $as_dirs"
322 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
325 } # as_fn_mkdir_p
326 # as_fn_append VAR VALUE
327 # ----------------------
328 # Append the text in VALUE to the end of the definition contained in VAR. Take
329 # advantage of any shell optimizations that allow amortized linear growth over
330 # repeated appends, instead of the typical quadratic growth present in naive
331 # implementations.
332 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
333 eval 'as_fn_append ()
335 eval $1+=\$2
337 else
338 as_fn_append ()
340 eval $1=\$$1\$2
342 fi # as_fn_append
344 # as_fn_arith ARG...
345 # ------------------
346 # Perform arithmetic evaluation on the ARGs, and store the result in the
347 # global $as_val. Take advantage of shells that can avoid forks. The arguments
348 # must be portable across $(()) and expr.
349 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
350 eval 'as_fn_arith ()
352 as_val=$(( $* ))
354 else
355 as_fn_arith ()
357 as_val=`expr "$@" || test $? -eq 1`
359 fi # as_fn_arith
362 # as_fn_error ERROR [LINENO LOG_FD]
363 # ---------------------------------
364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366 # script with status $?, using 1 if that was 0.
367 as_fn_error ()
369 as_status=$?; test $as_status -eq 0 && as_status=1
370 if test "$3"; then
371 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
374 $as_echo "$as_me: error: $1" >&2
375 as_fn_exit $as_status
376 } # as_fn_error
378 if expr a : '\(a\)' >/dev/null 2>&1 &&
379 test "X`expr 00001 : '.*\(...\)'`" = X001; then
380 as_expr=expr
381 else
382 as_expr=false
385 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386 as_basename=basename
387 else
388 as_basename=false
391 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392 as_dirname=dirname
393 else
394 as_dirname=false
397 as_me=`$as_basename -- "$0" ||
398 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
399 X"$0" : 'X\(//\)$' \| \
400 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
401 $as_echo X/"$0" |
402 sed '/^.*\/\([^/][^/]*\)\/*$/{
403 s//\1/
406 /^X\/\(\/\/\)$/{
407 s//\1/
410 /^X\/\(\/\).*/{
411 s//\1/
414 s/.*/./; q'`
416 # Avoid depending upon Character Ranges.
417 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
418 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
419 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
420 as_cr_digits='0123456789'
421 as_cr_alnum=$as_cr_Letters$as_cr_digits
424 as_lineno_1=$LINENO as_lineno_1a=$LINENO
425 as_lineno_2=$LINENO as_lineno_2a=$LINENO
426 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
427 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
428 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
429 sed -n '
431 /[$]LINENO/=
432 ' <$as_myself |
433 sed '
434 s/[$]LINENO.*/&-/
435 t lineno
437 :lineno
439 :loop
440 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
441 t loop
442 s/-\n.*//
443 ' >$as_me.lineno &&
444 chmod +x "$as_me.lineno" ||
445 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
447 # Don't try to exec as it changes $[0], causing all sort of problems
448 # (the dirname of $[0] is not the place where we might find the
449 # original and so on. Autoconf is especially sensitive to this).
450 . "./$as_me.lineno"
451 # Exit status is that of the last command.
452 exit
455 ECHO_C= ECHO_N= ECHO_T=
456 case `echo -n x` in #(((((
457 -n*)
458 case `echo 'xy\c'` in
459 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
460 xy) ECHO_C='\c';;
461 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
462 ECHO_T=' ';;
463 esac;;
465 ECHO_N='-n';;
466 esac
468 rm -f conf$$ conf$$.exe conf$$.file
469 if test -d conf$$.dir; then
470 rm -f conf$$.dir/conf$$.file
471 else
472 rm -f conf$$.dir
473 mkdir conf$$.dir 2>/dev/null
475 if (echo >conf$$.file) 2>/dev/null; then
476 if ln -s conf$$.file conf$$ 2>/dev/null; then
477 as_ln_s='ln -s'
478 # ... but there are two gotchas:
479 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
480 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
481 # In both cases, we have to default to `cp -p'.
482 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
483 as_ln_s='cp -p'
484 elif ln conf$$.file conf$$ 2>/dev/null; then
485 as_ln_s=ln
486 else
487 as_ln_s='cp -p'
489 else
490 as_ln_s='cp -p'
492 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
493 rmdir conf$$.dir 2>/dev/null
495 if mkdir -p . 2>/dev/null; then
496 as_mkdir_p='mkdir -p "$as_dir"'
497 else
498 test -d ./-p && rmdir ./-p
499 as_mkdir_p=false
502 if test -x / >/dev/null 2>&1; then
503 as_test_x='test -x'
504 else
505 if ls -dL / >/dev/null 2>&1; then
506 as_ls_L_option=L
507 else
508 as_ls_L_option=
510 as_test_x='
511 eval sh -c '\''
512 if test -d "$1"; then
513 test -d "$1/.";
514 else
515 case $1 in #(
516 -*)set "./$1";;
517 esac;
518 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
519 ???[sx]*):;;*)false;;esac;fi
520 '\'' sh
523 as_executable_p=$as_test_x
525 # Sed expression to map a string onto a valid CPP name.
526 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
528 # Sed expression to map a string onto a valid variable name.
529 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
532 test -n "$DJDIR" || exec 7<&0 </dev/null
533 exec 6>&1
535 # Name of the host.
536 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
537 # so uname gets run too.
538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
541 # Initializations.
543 ac_default_prefix=/usr/local
544 ac_clean_files=
545 ac_config_libobj_dir=.
546 LIBOBJS=
547 cross_compiling=no
548 subdirs=
549 MFLAGS=
550 MAKEFLAGS=
552 # Identity of this package.
553 PACKAGE_NAME='Wine'
554 PACKAGE_TARNAME='wine'
555 PACKAGE_VERSION='1.1.38'
556 PACKAGE_STRING='Wine 1.1.38'
557 PACKAGE_BUGREPORT='wine-devel@winehq.org'
558 PACKAGE_URL='http://www.winehq.org'
560 ac_unique_file="server/atom.c"
561 # Factoring default headers for most tests.
562 ac_includes_default="\
563 #include <stdio.h>
564 #ifdef HAVE_SYS_TYPES_H
565 # include <sys/types.h>
566 #endif
567 #ifdef HAVE_SYS_STAT_H
568 # include <sys/stat.h>
569 #endif
570 #ifdef STDC_HEADERS
571 # include <stdlib.h>
572 # include <stddef.h>
573 #else
574 # ifdef HAVE_STDLIB_H
575 # include <stdlib.h>
576 # endif
577 #endif
578 #ifdef HAVE_STRING_H
579 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
580 # include <memory.h>
581 # endif
582 # include <string.h>
583 #endif
584 #ifdef HAVE_STRINGS_H
585 # include <strings.h>
586 #endif
587 #ifdef HAVE_INTTYPES_H
588 # include <inttypes.h>
589 #endif
590 #ifdef HAVE_STDINT_H
591 # include <stdint.h>
592 #endif
593 #ifdef HAVE_UNISTD_H
594 # include <unistd.h>
595 #endif"
597 ac_subst_vars='LTLIBOBJS
598 LIBOBJS
599 ALL_PROGRAM_BIN_INSTALL_DIRS
600 ALL_PROGRAM_INSTALL_DIRS
601 ALL_PROGRAM_DIRS
602 ALL_TEST_DIRS
603 ALL_IMPORTLIB_RULES
604 ALL_IMPORT_LIBS
605 ALL_STATIC_LIBS
606 ALL_IMPLIB_DIRS
607 ALL_TOOL_DIRS
608 ALL_DLL_DIRS
609 ALL_TOP_DIRS
610 ALL_WINETEST_DEPENDS
611 ALL_MAKEFILE_DEPENDS
612 ALL_SYMLINKS
613 ALL_MAKEFILES
614 ALL_MAKERULES
615 DEPENDENCIES
616 LDAPLIBS
617 LIBPOLL
618 LIBDL
619 EXTRA_BINARIES
620 MAIN_BINARY
621 SOCKETLIBS
622 CRTLIBS
623 TOOLSEXT
624 LDPATH
625 BUILTINFLAG
626 EXTRACFLAGS
627 LIBKSTAT
628 LIBMPG123
629 PNGINCL
630 FONTCONFIGINCL
631 CUPSINCL
632 AUDIOIOLIBS
633 ALSALIBS
634 ESDLIBS
635 ESDINCL
636 ESDCONFIG
637 ZLIB
638 FREETYPEINCL
639 FREETYPELIBS
640 ft_devel
641 LCMSLIBS
642 RESOLVLIBS
643 GPHOTO2INCL
644 GPHOTO2LIBS
645 gphoto2port_devel
646 gphoto2_devel
647 SANEINCL
648 sane_devel
649 GNUTLSINCL
650 HALINCL
651 XSLTINCL
652 XML2INCL
653 XML2LIBS
654 NASLIBS
655 X_EXTRA_LIBS
656 X_LIBS
657 X_PRE_LIBS
658 X_CFLAGS
659 XMKMF
660 LIBPTHREAD
661 CROSSTARGET
662 CROSSTEST
663 CROSSCC
664 CARBONLIB
665 LIBOPENAL
666 COREAUDIO
667 DISKARBITRATIONLIB
668 LDEXECFLAGS
669 IOKITLIB
670 COREFOUNDATIONLIB
671 SECURITYLIB
672 DLLWRAP
673 DLLTOOL
675 LDRPATH_LOCAL
676 LDRPATH_INSTALL
677 IMPLIBEXT
678 LIBEXT
679 LDDLLFLAGS
680 LDSHARED
681 DLLFLAGS
682 DLLEXT
684 OPENGL_LIBS
685 XLIB
686 PRELINK
687 ICOTOOL
688 RSVG
689 PKG_CONFIG
690 FONTFORGE
691 LINTFLAGS
692 LINT
693 INSTALL_DATA
694 INSTALL_SCRIPT
695 INSTALL_PROGRAM
696 LDCONFIG
697 EGREP
698 GREP
699 LN_S
700 STRIP
701 RANLIB
702 ARFLAGS
703 ac_ct_AR
705 BISON
706 FLEX
707 TOOLSDIR
708 WOW64_DISABLE
709 TARGETFLAGS
710 CPPBIN
711 ac_ct_CXX
712 CXXFLAGS
714 OBJEXT
715 EXEEXT
716 ac_ct_CC
717 CPPFLAGS
718 LDFLAGS
719 CFLAGS
721 SET_MAKE
722 host_os
723 host_vendor
724 host_cpu
725 host
726 build_os
727 build_vendor
728 build_cpu
729 build
730 MAINTAINER_MODE
731 target_alias
732 host_alias
733 build_alias
734 LIBS
735 ECHO_T
736 ECHO_N
737 ECHO_C
738 DEFS
739 mandir
740 localedir
741 libdir
742 psdir
743 pdfdir
744 dvidir
745 htmldir
746 infodir
747 docdir
748 oldincludedir
749 includedir
750 localstatedir
751 sharedstatedir
752 sysconfdir
753 datadir
754 datarootdir
755 libexecdir
756 sbindir
757 bindir
758 program_transform_name
759 prefix
760 exec_prefix
761 PACKAGE_URL
762 PACKAGE_BUGREPORT
763 PACKAGE_STRING
764 PACKAGE_VERSION
765 PACKAGE_TARNAME
766 PACKAGE_NAME
767 PATH_SEPARATOR
768 SHELL'
769 ac_subst_files='MAKE_RULES
770 MAKE_DLL_RULES
771 MAKE_IMPLIB_RULES
772 MAKE_TEST_RULES
773 MAKE_PROG_RULES'
774 ac_user_opts='
775 enable_option_checking
776 enable_win16
777 enable_win64
778 enable_tests
779 enable_maintainer_mode
780 with_alsa
781 with_audioio
782 with_capi
783 with_cms
784 with_coreaudio
785 with_cups
786 with_curses
787 with_esd
788 with_fontconfig
789 with_freetype
790 with_gphoto
791 with_glu
792 with_gnutls
793 with_gsm
794 with_hal
795 with_jack
796 with_jpeg
797 with_ldap
798 with_mpg123
799 with_nas
800 with_openal
801 with_opengl
802 with_openssl
803 with_oss
804 with_png
805 with_pthread
806 with_sane
807 with_v4l
808 with_xcomposite
809 with_xcursor
810 with_xinerama
811 with_xinput
812 with_xml
813 with_xrandr
814 with_xrender
815 with_xshape
816 with_xshm
817 with_xslt
818 with_xxf86vm
819 with_wine_tools
820 with_wine64
821 enable_largefile
822 with_x
824 ac_precious_vars='build_alias
825 host_alias
826 target_alias
828 CFLAGS
829 LDFLAGS
830 LIBS
831 CPPFLAGS
833 CXXFLAGS
836 XMKMF'
839 # Initialize some variables set by options.
840 ac_init_help=
841 ac_init_version=false
842 ac_unrecognized_opts=
843 ac_unrecognized_sep=
844 # The variables have the same names as the options, with
845 # dashes changed to underlines.
846 cache_file=/dev/null
847 exec_prefix=NONE
848 no_create=
849 no_recursion=
850 prefix=NONE
851 program_prefix=NONE
852 program_suffix=NONE
853 program_transform_name=s,x,x,
854 silent=
855 site=
856 srcdir=
857 verbose=
858 x_includes=NONE
859 x_libraries=NONE
861 # Installation directory options.
862 # These are left unexpanded so users can "make install exec_prefix=/foo"
863 # and all the variables that are supposed to be based on exec_prefix
864 # by default will actually change.
865 # Use braces instead of parens because sh, perl, etc. also accept them.
866 # (The list follows the same order as the GNU Coding Standards.)
867 bindir='${exec_prefix}/bin'
868 sbindir='${exec_prefix}/sbin'
869 libexecdir='${exec_prefix}/libexec'
870 datarootdir='${prefix}/share'
871 datadir='${datarootdir}'
872 sysconfdir='${prefix}/etc'
873 sharedstatedir='${prefix}/com'
874 localstatedir='${prefix}/var'
875 includedir='${prefix}/include'
876 oldincludedir='/usr/include'
877 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
878 infodir='${datarootdir}/info'
879 htmldir='${docdir}'
880 dvidir='${docdir}'
881 pdfdir='${docdir}'
882 psdir='${docdir}'
883 libdir='${exec_prefix}/lib'
884 localedir='${datarootdir}/locale'
885 mandir='${datarootdir}/man'
887 ac_prev=
888 ac_dashdash=
889 for ac_option
891 # If the previous option needs an argument, assign it.
892 if test -n "$ac_prev"; then
893 eval $ac_prev=\$ac_option
894 ac_prev=
895 continue
898 case $ac_option in
899 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
900 *) ac_optarg=yes ;;
901 esac
903 # Accept the important Cygnus configure options, so we can diagnose typos.
905 case $ac_dashdash$ac_option in
907 ac_dashdash=yes ;;
909 -bindir | --bindir | --bindi | --bind | --bin | --bi)
910 ac_prev=bindir ;;
911 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
912 bindir=$ac_optarg ;;
914 -build | --build | --buil | --bui | --bu)
915 ac_prev=build_alias ;;
916 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
917 build_alias=$ac_optarg ;;
919 -cache-file | --cache-file | --cache-fil | --cache-fi \
920 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
921 ac_prev=cache_file ;;
922 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
923 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
924 cache_file=$ac_optarg ;;
926 --config-cache | -C)
927 cache_file=config.cache ;;
929 -datadir | --datadir | --datadi | --datad)
930 ac_prev=datadir ;;
931 -datadir=* | --datadir=* | --datadi=* | --datad=*)
932 datadir=$ac_optarg ;;
934 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
935 | --dataroo | --dataro | --datar)
936 ac_prev=datarootdir ;;
937 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
938 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
939 datarootdir=$ac_optarg ;;
941 -disable-* | --disable-*)
942 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
943 # Reject names that are not valid shell variable names.
944 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
945 as_fn_error "invalid feature name: $ac_useropt"
946 ac_useropt_orig=$ac_useropt
947 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
948 case $ac_user_opts in
950 "enable_$ac_useropt"
951 "*) ;;
952 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
953 ac_unrecognized_sep=', ';;
954 esac
955 eval enable_$ac_useropt=no ;;
957 -docdir | --docdir | --docdi | --doc | --do)
958 ac_prev=docdir ;;
959 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
960 docdir=$ac_optarg ;;
962 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
963 ac_prev=dvidir ;;
964 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
965 dvidir=$ac_optarg ;;
967 -enable-* | --enable-*)
968 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
969 # Reject names that are not valid shell variable names.
970 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
971 as_fn_error "invalid feature name: $ac_useropt"
972 ac_useropt_orig=$ac_useropt
973 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
974 case $ac_user_opts in
976 "enable_$ac_useropt"
977 "*) ;;
978 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
979 ac_unrecognized_sep=', ';;
980 esac
981 eval enable_$ac_useropt=\$ac_optarg ;;
983 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
984 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
985 | --exec | --exe | --ex)
986 ac_prev=exec_prefix ;;
987 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
988 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
989 | --exec=* | --exe=* | --ex=*)
990 exec_prefix=$ac_optarg ;;
992 -gas | --gas | --ga | --g)
993 # Obsolete; use --with-gas.
994 with_gas=yes ;;
996 -help | --help | --hel | --he | -h)
997 ac_init_help=long ;;
998 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
999 ac_init_help=recursive ;;
1000 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1001 ac_init_help=short ;;
1003 -host | --host | --hos | --ho)
1004 ac_prev=host_alias ;;
1005 -host=* | --host=* | --hos=* | --ho=*)
1006 host_alias=$ac_optarg ;;
1008 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1009 ac_prev=htmldir ;;
1010 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1011 | --ht=*)
1012 htmldir=$ac_optarg ;;
1014 -includedir | --includedir | --includedi | --included | --include \
1015 | --includ | --inclu | --incl | --inc)
1016 ac_prev=includedir ;;
1017 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1018 | --includ=* | --inclu=* | --incl=* | --inc=*)
1019 includedir=$ac_optarg ;;
1021 -infodir | --infodir | --infodi | --infod | --info | --inf)
1022 ac_prev=infodir ;;
1023 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1024 infodir=$ac_optarg ;;
1026 -libdir | --libdir | --libdi | --libd)
1027 ac_prev=libdir ;;
1028 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1029 libdir=$ac_optarg ;;
1031 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1032 | --libexe | --libex | --libe)
1033 ac_prev=libexecdir ;;
1034 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1035 | --libexe=* | --libex=* | --libe=*)
1036 libexecdir=$ac_optarg ;;
1038 -localedir | --localedir | --localedi | --localed | --locale)
1039 ac_prev=localedir ;;
1040 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1041 localedir=$ac_optarg ;;
1043 -localstatedir | --localstatedir | --localstatedi | --localstated \
1044 | --localstate | --localstat | --localsta | --localst | --locals)
1045 ac_prev=localstatedir ;;
1046 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1047 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1048 localstatedir=$ac_optarg ;;
1050 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1051 ac_prev=mandir ;;
1052 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1053 mandir=$ac_optarg ;;
1055 -nfp | --nfp | --nf)
1056 # Obsolete; use --without-fp.
1057 with_fp=no ;;
1059 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1060 | --no-cr | --no-c | -n)
1061 no_create=yes ;;
1063 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1064 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1065 no_recursion=yes ;;
1067 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1068 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1069 | --oldin | --oldi | --old | --ol | --o)
1070 ac_prev=oldincludedir ;;
1071 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1072 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1073 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1074 oldincludedir=$ac_optarg ;;
1076 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1077 ac_prev=prefix ;;
1078 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1079 prefix=$ac_optarg ;;
1081 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1082 | --program-pre | --program-pr | --program-p)
1083 ac_prev=program_prefix ;;
1084 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1085 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1086 program_prefix=$ac_optarg ;;
1088 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1089 | --program-suf | --program-su | --program-s)
1090 ac_prev=program_suffix ;;
1091 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1092 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1093 program_suffix=$ac_optarg ;;
1095 -program-transform-name | --program-transform-name \
1096 | --program-transform-nam | --program-transform-na \
1097 | --program-transform-n | --program-transform- \
1098 | --program-transform | --program-transfor \
1099 | --program-transfo | --program-transf \
1100 | --program-trans | --program-tran \
1101 | --progr-tra | --program-tr | --program-t)
1102 ac_prev=program_transform_name ;;
1103 -program-transform-name=* | --program-transform-name=* \
1104 | --program-transform-nam=* | --program-transform-na=* \
1105 | --program-transform-n=* | --program-transform-=* \
1106 | --program-transform=* | --program-transfor=* \
1107 | --program-transfo=* | --program-transf=* \
1108 | --program-trans=* | --program-tran=* \
1109 | --progr-tra=* | --program-tr=* | --program-t=*)
1110 program_transform_name=$ac_optarg ;;
1112 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1113 ac_prev=pdfdir ;;
1114 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1115 pdfdir=$ac_optarg ;;
1117 -psdir | --psdir | --psdi | --psd | --ps)
1118 ac_prev=psdir ;;
1119 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1120 psdir=$ac_optarg ;;
1122 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1123 | -silent | --silent | --silen | --sile | --sil)
1124 silent=yes ;;
1126 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1127 ac_prev=sbindir ;;
1128 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1129 | --sbi=* | --sb=*)
1130 sbindir=$ac_optarg ;;
1132 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1133 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1134 | --sharedst | --shareds | --shared | --share | --shar \
1135 | --sha | --sh)
1136 ac_prev=sharedstatedir ;;
1137 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1138 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1139 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1140 | --sha=* | --sh=*)
1141 sharedstatedir=$ac_optarg ;;
1143 -site | --site | --sit)
1144 ac_prev=site ;;
1145 -site=* | --site=* | --sit=*)
1146 site=$ac_optarg ;;
1148 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1149 ac_prev=srcdir ;;
1150 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1151 srcdir=$ac_optarg ;;
1153 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1154 | --syscon | --sysco | --sysc | --sys | --sy)
1155 ac_prev=sysconfdir ;;
1156 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1157 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1158 sysconfdir=$ac_optarg ;;
1160 -target | --target | --targe | --targ | --tar | --ta | --t)
1161 ac_prev=target_alias ;;
1162 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1163 target_alias=$ac_optarg ;;
1165 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1166 verbose=yes ;;
1168 -version | --version | --versio | --versi | --vers | -V)
1169 ac_init_version=: ;;
1171 -with-* | --with-*)
1172 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1173 # Reject names that are not valid shell variable names.
1174 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1175 as_fn_error "invalid package name: $ac_useropt"
1176 ac_useropt_orig=$ac_useropt
1177 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1178 case $ac_user_opts in
1180 "with_$ac_useropt"
1181 "*) ;;
1182 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1183 ac_unrecognized_sep=', ';;
1184 esac
1185 eval with_$ac_useropt=\$ac_optarg ;;
1187 -without-* | --without-*)
1188 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1189 # Reject names that are not valid shell variable names.
1190 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1191 as_fn_error "invalid package name: $ac_useropt"
1192 ac_useropt_orig=$ac_useropt
1193 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1194 case $ac_user_opts in
1196 "with_$ac_useropt"
1197 "*) ;;
1198 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1199 ac_unrecognized_sep=', ';;
1200 esac
1201 eval with_$ac_useropt=no ;;
1203 --x)
1204 # Obsolete; use --with-x.
1205 with_x=yes ;;
1207 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1208 | --x-incl | --x-inc | --x-in | --x-i)
1209 ac_prev=x_includes ;;
1210 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1211 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1212 x_includes=$ac_optarg ;;
1214 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1215 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1216 ac_prev=x_libraries ;;
1217 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1218 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1219 x_libraries=$ac_optarg ;;
1221 -*) as_fn_error "unrecognized option: \`$ac_option'
1222 Try \`$0 --help' for more information."
1225 *=*)
1226 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1227 # Reject names that are not valid shell variable names.
1228 case $ac_envvar in #(
1229 '' | [0-9]* | *[!_$as_cr_alnum]* )
1230 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1231 esac
1232 eval $ac_envvar=\$ac_optarg
1233 export $ac_envvar ;;
1236 # FIXME: should be removed in autoconf 3.0.
1237 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1238 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1239 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1240 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1243 esac
1244 done
1246 if test -n "$ac_prev"; then
1247 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1248 as_fn_error "missing argument to $ac_option"
1251 if test -n "$ac_unrecognized_opts"; then
1252 case $enable_option_checking in
1253 no) ;;
1254 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1255 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1256 esac
1259 # Check all directory arguments for consistency.
1260 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1261 datadir sysconfdir sharedstatedir localstatedir includedir \
1262 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1263 libdir localedir mandir
1265 eval ac_val=\$$ac_var
1266 # Remove trailing slashes.
1267 case $ac_val in
1268 */ )
1269 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1270 eval $ac_var=\$ac_val;;
1271 esac
1272 # Be sure to have absolute directory names.
1273 case $ac_val in
1274 [\\/$]* | ?:[\\/]* ) continue;;
1275 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1276 esac
1277 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1278 done
1280 # There might be people who depend on the old broken behavior: `$host'
1281 # used to hold the argument of --host etc.
1282 # FIXME: To remove some day.
1283 build=$build_alias
1284 host=$host_alias
1285 target=$target_alias
1287 # FIXME: To remove some day.
1288 if test "x$host_alias" != x; then
1289 if test "x$build_alias" = x; then
1290 cross_compiling=maybe
1291 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1292 If a cross compiler is detected then cross compile mode will be used." >&2
1293 elif test "x$build_alias" != "x$host_alias"; then
1294 cross_compiling=yes
1298 ac_tool_prefix=
1299 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1301 test "$silent" = yes && exec 6>/dev/null
1304 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1305 ac_ls_di=`ls -di .` &&
1306 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1307 as_fn_error "working directory cannot be determined"
1308 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1309 as_fn_error "pwd does not report name of working directory"
1312 # Find the source files, if location was not specified.
1313 if test -z "$srcdir"; then
1314 ac_srcdir_defaulted=yes
1315 # Try the directory containing this script, then the parent directory.
1316 ac_confdir=`$as_dirname -- "$as_myself" ||
1317 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1318 X"$as_myself" : 'X\(//\)[^/]' \| \
1319 X"$as_myself" : 'X\(//\)$' \| \
1320 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1321 $as_echo X"$as_myself" |
1322 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1323 s//\1/
1326 /^X\(\/\/\)[^/].*/{
1327 s//\1/
1330 /^X\(\/\/\)$/{
1331 s//\1/
1334 /^X\(\/\).*/{
1335 s//\1/
1338 s/.*/./; q'`
1339 srcdir=$ac_confdir
1340 if test ! -r "$srcdir/$ac_unique_file"; then
1341 srcdir=..
1343 else
1344 ac_srcdir_defaulted=no
1346 if test ! -r "$srcdir/$ac_unique_file"; then
1347 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1348 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1350 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1351 ac_abs_confdir=`(
1352 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1353 pwd)`
1354 # When building in place, set srcdir=.
1355 if test "$ac_abs_confdir" = "$ac_pwd"; then
1356 srcdir=.
1358 # Remove unnecessary trailing slashes from srcdir.
1359 # Double slashes in file names in object file debugging info
1360 # mess up M-x gdb in Emacs.
1361 case $srcdir in
1362 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1363 esac
1364 for ac_var in $ac_precious_vars; do
1365 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1366 eval ac_env_${ac_var}_value=\$${ac_var}
1367 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1368 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1369 done
1372 # Report the --help message.
1374 if test "$ac_init_help" = "long"; then
1375 # Omit some internal or obsolete options to make the list less imposing.
1376 # This message is too long to be a string in the A/UX 3.1 sh.
1377 cat <<_ACEOF
1378 \`configure' configures Wine 1.1.38 to adapt to many kinds of systems.
1380 Usage: $0 [OPTION]... [VAR=VALUE]...
1382 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1383 VAR=VALUE. See below for descriptions of some of the useful variables.
1385 Defaults for the options are specified in brackets.
1387 Configuration:
1388 -h, --help display this help and exit
1389 --help=short display options specific to this package
1390 --help=recursive display the short help of all the included packages
1391 -V, --version display version information and exit
1392 -q, --quiet, --silent do not print \`checking...' messages
1393 --cache-file=FILE cache test results in FILE [disabled]
1394 -C, --config-cache alias for \`--cache-file=config.cache'
1395 -n, --no-create do not create output files
1396 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1398 Installation directories:
1399 --prefix=PREFIX install architecture-independent files in PREFIX
1400 [$ac_default_prefix]
1401 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1402 [PREFIX]
1404 By default, \`make install' will install all the files in
1405 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1406 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1407 for instance \`--prefix=\$HOME'.
1409 For better control, use the options below.
1411 Fine tuning of the installation directories:
1412 --bindir=DIR user executables [EPREFIX/bin]
1413 --sbindir=DIR system admin executables [EPREFIX/sbin]
1414 --libexecdir=DIR program executables [EPREFIX/libexec]
1415 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1416 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1417 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1418 --libdir=DIR object code libraries [EPREFIX/lib]
1419 --includedir=DIR C header files [PREFIX/include]
1420 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1421 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1422 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1423 --infodir=DIR info documentation [DATAROOTDIR/info]
1424 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1425 --mandir=DIR man documentation [DATAROOTDIR/man]
1426 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1427 --htmldir=DIR html documentation [DOCDIR]
1428 --dvidir=DIR dvi documentation [DOCDIR]
1429 --pdfdir=DIR pdf documentation [DOCDIR]
1430 --psdir=DIR ps documentation [DOCDIR]
1431 _ACEOF
1433 cat <<\_ACEOF
1435 X features:
1436 --x-includes=DIR X include files are in DIR
1437 --x-libraries=DIR X library files are in DIR
1439 System types:
1440 --build=BUILD configure for building on BUILD [guessed]
1441 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1442 _ACEOF
1445 if test -n "$ac_init_help"; then
1446 case $ac_init_help in
1447 short | recursive ) echo "Configuration of Wine 1.1.38:";;
1448 esac
1449 cat <<\_ACEOF
1451 Optional Features:
1452 --disable-option-checking ignore unrecognized --enable/--with options
1453 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1454 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1455 --disable-win16 do not include Win16 support
1456 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1457 binaries)
1458 --disable-tests do not build the regression tests
1459 --enable-maintainer-mode
1460 enable maintainer-specific build rules
1461 --disable-largefile omit support for large files
1463 Optional Packages:
1464 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1465 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1466 --without-alsa do not use the Alsa sound support
1467 --without-audioio do not use the AudioIO sound support
1468 --without-capi do not use CAPI (ISDN support)
1469 --without-cms do not use CMS (color management support)
1470 --without-coreaudio do not use the CoreAudio sound support
1471 --without-cups do not use CUPS
1472 --without-curses do not use (n)curses
1473 --without-esd do not use the EsounD sound support
1474 --without-fontconfig do not use fontconfig
1475 --without-freetype do not use the FreeType library
1476 --without-gphoto do not use gphoto (Digital Camera support)
1477 --without-glu do not use the GLU library
1478 --without-gnutls do not use GnuTLS (schannel support)
1479 --without-gsm do not use libgsm (GSM 06.10 codec support)
1480 --without-hal do not use HAL (dynamic device support)
1481 --without-jack do not use the Jack sound support
1482 --without-jpeg do not use JPEG
1483 --without-ldap do not use LDAP
1484 --without-mpg123 do not use the mpg123 library
1485 --without-nas do not use the NAS sound support
1486 --without-openal do not use OpenAL
1487 --without-opengl do not use OpenGL
1488 --without-openssl do not use OpenSSL
1489 --without-oss do not use the OSS sound support
1490 --without-png do not use PNG
1491 --without-pthread do not use the pthread library
1492 --without-sane do not use SANE (scanner support)
1493 --without-v4l do not use v4l1 (v4l support)
1494 --without-xcomposite do not use the Xcomposite extension
1495 --without-xcursor do not use the Xcursor extension
1496 --without-xinerama do not use Xinerama (multi-monitor support)
1497 --without-xinput do not use the Xinput extension
1498 --without-xml do not use XML
1499 --without-xrandr do not use Xrandr (resolution changes)
1500 --without-xrender do not use the Xrender extension
1501 --without-xshape do not use the Xshape extension
1502 --without-xshm do not use XShm (shared memory extension)
1503 --without-xslt do not use XSLT
1504 --without-xxf86vm do not use XFree video mode extension
1505 --with-wine-tools=DIR use Wine tools from directory DIR
1506 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1507 --with-x use the X Window System
1509 Some influential environment variables:
1510 CC C compiler command
1511 CFLAGS C compiler flags
1512 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1513 nonstandard directory <lib dir>
1514 LIBS libraries to pass to the linker, e.g. -l<library>
1515 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1516 you have headers in a nonstandard directory <include dir>
1517 CXX C++ compiler command
1518 CXXFLAGS C++ compiler flags
1519 CPP C preprocessor
1520 XMKMF Path to xmkmf, Makefile generator for X Window System
1522 Use these variables to override the choices made by `configure' or to help
1523 it to find libraries and programs with nonstandard names/locations.
1525 Report bugs to <wine-devel@winehq.org>.
1526 Wine home page: <http://www.winehq.org>.
1527 _ACEOF
1528 ac_status=$?
1531 if test "$ac_init_help" = "recursive"; then
1532 # If there are subdirs, report their specific --help.
1533 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1534 test -d "$ac_dir" ||
1535 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1536 continue
1537 ac_builddir=.
1539 case "$ac_dir" in
1540 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1542 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1543 # A ".." for each directory in $ac_dir_suffix.
1544 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1545 case $ac_top_builddir_sub in
1546 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1547 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1548 esac ;;
1549 esac
1550 ac_abs_top_builddir=$ac_pwd
1551 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1552 # for backward compatibility:
1553 ac_top_builddir=$ac_top_build_prefix
1555 case $srcdir in
1556 .) # We are building in place.
1557 ac_srcdir=.
1558 ac_top_srcdir=$ac_top_builddir_sub
1559 ac_abs_top_srcdir=$ac_pwd ;;
1560 [\\/]* | ?:[\\/]* ) # Absolute name.
1561 ac_srcdir=$srcdir$ac_dir_suffix;
1562 ac_top_srcdir=$srcdir
1563 ac_abs_top_srcdir=$srcdir ;;
1564 *) # Relative name.
1565 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1566 ac_top_srcdir=$ac_top_build_prefix$srcdir
1567 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1568 esac
1569 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1571 cd "$ac_dir" || { ac_status=$?; continue; }
1572 # Check for guested configure.
1573 if test -f "$ac_srcdir/configure.gnu"; then
1574 echo &&
1575 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1576 elif test -f "$ac_srcdir/configure"; then
1577 echo &&
1578 $SHELL "$ac_srcdir/configure" --help=recursive
1579 else
1580 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1581 fi || ac_status=$?
1582 cd "$ac_pwd" || { ac_status=$?; break; }
1583 done
1586 test -n "$ac_init_help" && exit $ac_status
1587 if $ac_init_version; then
1588 cat <<\_ACEOF
1589 Wine configure 1.1.38
1590 generated by GNU Autoconf 2.65
1592 Copyright (C) 2009 Free Software Foundation, Inc.
1593 This configure script is free software; the Free Software Foundation
1594 gives unlimited permission to copy, distribute and modify it.
1595 _ACEOF
1596 exit
1599 ## ------------------------ ##
1600 ## Autoconf initialization. ##
1601 ## ------------------------ ##
1603 # ac_fn_c_try_compile LINENO
1604 # --------------------------
1605 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1606 ac_fn_c_try_compile ()
1608 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1609 rm -f conftest.$ac_objext
1610 if { { ac_try="$ac_compile"
1611 case "(($ac_try" in
1612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1613 *) ac_try_echo=$ac_try;;
1614 esac
1615 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1616 $as_echo "$ac_try_echo"; } >&5
1617 (eval "$ac_compile") 2>conftest.err
1618 ac_status=$?
1619 if test -s conftest.err; then
1620 grep -v '^ *+' conftest.err >conftest.er1
1621 cat conftest.er1 >&5
1622 mv -f conftest.er1 conftest.err
1624 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1625 test $ac_status = 0; } && {
1626 test -z "$ac_c_werror_flag" ||
1627 test ! -s conftest.err
1628 } && test -s conftest.$ac_objext; then :
1629 ac_retval=0
1630 else
1631 $as_echo "$as_me: failed program was:" >&5
1632 sed 's/^/| /' conftest.$ac_ext >&5
1634 ac_retval=1
1636 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1637 as_fn_set_status $ac_retval
1639 } # ac_fn_c_try_compile
1641 # ac_fn_cxx_try_compile LINENO
1642 # ----------------------------
1643 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1644 ac_fn_cxx_try_compile ()
1646 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1647 rm -f conftest.$ac_objext
1648 if { { ac_try="$ac_compile"
1649 case "(($ac_try" in
1650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1651 *) ac_try_echo=$ac_try;;
1652 esac
1653 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1654 $as_echo "$ac_try_echo"; } >&5
1655 (eval "$ac_compile") 2>conftest.err
1656 ac_status=$?
1657 if test -s conftest.err; then
1658 grep -v '^ *+' conftest.err >conftest.er1
1659 cat conftest.er1 >&5
1660 mv -f conftest.er1 conftest.err
1662 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1663 test $ac_status = 0; } && {
1664 test -z "$ac_cxx_werror_flag" ||
1665 test ! -s conftest.err
1666 } && test -s conftest.$ac_objext; then :
1667 ac_retval=0
1668 else
1669 $as_echo "$as_me: failed program was:" >&5
1670 sed 's/^/| /' conftest.$ac_ext >&5
1672 ac_retval=1
1674 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1675 as_fn_set_status $ac_retval
1677 } # ac_fn_cxx_try_compile
1679 # ac_fn_c_try_link LINENO
1680 # -----------------------
1681 # Try to link conftest.$ac_ext, and return whether this succeeded.
1682 ac_fn_c_try_link ()
1684 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1685 rm -f conftest.$ac_objext conftest$ac_exeext
1686 if { { ac_try="$ac_link"
1687 case "(($ac_try" in
1688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1689 *) ac_try_echo=$ac_try;;
1690 esac
1691 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1692 $as_echo "$ac_try_echo"; } >&5
1693 (eval "$ac_link") 2>conftest.err
1694 ac_status=$?
1695 if test -s conftest.err; then
1696 grep -v '^ *+' conftest.err >conftest.er1
1697 cat conftest.er1 >&5
1698 mv -f conftest.er1 conftest.err
1700 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1701 test $ac_status = 0; } && {
1702 test -z "$ac_c_werror_flag" ||
1703 test ! -s conftest.err
1704 } && test -s conftest$ac_exeext && {
1705 test "$cross_compiling" = yes ||
1706 $as_test_x conftest$ac_exeext
1707 }; then :
1708 ac_retval=0
1709 else
1710 $as_echo "$as_me: failed program was:" >&5
1711 sed 's/^/| /' conftest.$ac_ext >&5
1713 ac_retval=1
1715 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1716 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1717 # interfere with the next link command; also delete a directory that is
1718 # left behind by Apple's compiler. We do this before executing the actions.
1719 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1720 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1721 as_fn_set_status $ac_retval
1723 } # ac_fn_c_try_link
1725 # ac_fn_c_try_cpp LINENO
1726 # ----------------------
1727 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1728 ac_fn_c_try_cpp ()
1730 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1731 if { { ac_try="$ac_cpp conftest.$ac_ext"
1732 case "(($ac_try" in
1733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1734 *) ac_try_echo=$ac_try;;
1735 esac
1736 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1737 $as_echo "$ac_try_echo"; } >&5
1738 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1739 ac_status=$?
1740 if test -s conftest.err; then
1741 grep -v '^ *+' conftest.err >conftest.er1
1742 cat conftest.er1 >&5
1743 mv -f conftest.er1 conftest.err
1745 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1746 test $ac_status = 0; } >/dev/null && {
1747 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1748 test ! -s conftest.err
1749 }; then :
1750 ac_retval=0
1751 else
1752 $as_echo "$as_me: failed program was:" >&5
1753 sed 's/^/| /' conftest.$ac_ext >&5
1755 ac_retval=1
1757 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1758 as_fn_set_status $ac_retval
1760 } # ac_fn_c_try_cpp
1762 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1763 # -------------------------------------------------------
1764 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1765 # the include files in INCLUDES and setting the cache variable VAR
1766 # accordingly.
1767 ac_fn_c_check_header_mongrel ()
1769 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1770 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1772 $as_echo_n "checking for $2... " >&6; }
1773 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1774 $as_echo_n "(cached) " >&6
1776 eval ac_res=\$$3
1777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1778 $as_echo "$ac_res" >&6; }
1779 else
1780 # Is the header compilable?
1781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1782 $as_echo_n "checking $2 usability... " >&6; }
1783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1784 /* end confdefs.h. */
1786 #include <$2>
1787 _ACEOF
1788 if ac_fn_c_try_compile "$LINENO"; then :
1789 ac_header_compiler=yes
1790 else
1791 ac_header_compiler=no
1793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1795 $as_echo "$ac_header_compiler" >&6; }
1797 # Is the header present?
1798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1799 $as_echo_n "checking $2 presence... " >&6; }
1800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1801 /* end confdefs.h. */
1802 #include <$2>
1803 _ACEOF
1804 if ac_fn_c_try_cpp "$LINENO"; then :
1805 ac_header_preproc=yes
1806 else
1807 ac_header_preproc=no
1809 rm -f conftest.err conftest.$ac_ext
1810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1811 $as_echo "$ac_header_preproc" >&6; }
1813 # So? What about this header?
1814 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1815 yes:no: )
1816 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1817 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1818 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1819 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1821 no:yes:* )
1822 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1823 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1824 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1825 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1826 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1827 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1828 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1829 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1830 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1831 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1832 ( cat <<\_ASBOX
1833 ## ------------------------------------ ##
1834 ## Report this to wine-devel@winehq.org ##
1835 ## ------------------------------------ ##
1836 _ASBOX
1837 ) | sed "s/^/$as_me: WARNING: /" >&2
1839 esac
1840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1841 $as_echo_n "checking for $2... " >&6; }
1842 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1843 $as_echo_n "(cached) " >&6
1844 else
1845 eval "$3=\$ac_header_compiler"
1847 eval ac_res=\$$3
1848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1849 $as_echo "$ac_res" >&6; }
1851 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1853 } # ac_fn_c_check_header_mongrel
1855 # ac_fn_c_try_run LINENO
1856 # ----------------------
1857 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1858 # that executables *can* be run.
1859 ac_fn_c_try_run ()
1861 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1862 if { { ac_try="$ac_link"
1863 case "(($ac_try" in
1864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1865 *) ac_try_echo=$ac_try;;
1866 esac
1867 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1868 $as_echo "$ac_try_echo"; } >&5
1869 (eval "$ac_link") 2>&5
1870 ac_status=$?
1871 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1872 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1873 { { case "(($ac_try" in
1874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1875 *) ac_try_echo=$ac_try;;
1876 esac
1877 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1878 $as_echo "$ac_try_echo"; } >&5
1879 (eval "$ac_try") 2>&5
1880 ac_status=$?
1881 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1882 test $ac_status = 0; }; }; then :
1883 ac_retval=0
1884 else
1885 $as_echo "$as_me: program exited with status $ac_status" >&5
1886 $as_echo "$as_me: failed program was:" >&5
1887 sed 's/^/| /' conftest.$ac_ext >&5
1889 ac_retval=$ac_status
1891 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1892 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1893 as_fn_set_status $ac_retval
1895 } # ac_fn_c_try_run
1897 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1898 # -------------------------------------------------------
1899 # Tests whether HEADER exists and can be compiled using the include files in
1900 # INCLUDES, setting the cache variable VAR accordingly.
1901 ac_fn_c_check_header_compile ()
1903 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1905 $as_echo_n "checking for $2... " >&6; }
1906 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1907 $as_echo_n "(cached) " >&6
1908 else
1909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1910 /* end confdefs.h. */
1912 #include <$2>
1913 _ACEOF
1914 if ac_fn_c_try_compile "$LINENO"; then :
1915 eval "$3=yes"
1916 else
1917 eval "$3=no"
1919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1921 eval ac_res=\$$3
1922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1923 $as_echo "$ac_res" >&6; }
1924 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1926 } # ac_fn_c_check_header_compile
1928 # ac_fn_c_check_func LINENO FUNC VAR
1929 # ----------------------------------
1930 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1931 ac_fn_c_check_func ()
1933 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1935 $as_echo_n "checking for $2... " >&6; }
1936 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1937 $as_echo_n "(cached) " >&6
1938 else
1939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1940 /* end confdefs.h. */
1941 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1942 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1943 #define $2 innocuous_$2
1945 /* System header to define __stub macros and hopefully few prototypes,
1946 which can conflict with char $2 (); below.
1947 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1948 <limits.h> exists even on freestanding compilers. */
1950 #ifdef __STDC__
1951 # include <limits.h>
1952 #else
1953 # include <assert.h>
1954 #endif
1956 #undef $2
1958 /* Override any GCC internal prototype to avoid an error.
1959 Use char because int might match the return type of a GCC
1960 builtin and then its argument prototype would still apply. */
1961 #ifdef __cplusplus
1962 extern "C"
1963 #endif
1964 char $2 ();
1965 /* The GNU C library defines this for functions which it implements
1966 to always fail with ENOSYS. Some functions are actually named
1967 something starting with __ and the normal name is an alias. */
1968 #if defined __stub_$2 || defined __stub___$2
1969 choke me
1970 #endif
1973 main ()
1975 return $2 ();
1977 return 0;
1979 _ACEOF
1980 if ac_fn_c_try_link "$LINENO"; then :
1981 eval "$3=yes"
1982 else
1983 eval "$3=no"
1985 rm -f core conftest.err conftest.$ac_objext \
1986 conftest$ac_exeext conftest.$ac_ext
1988 eval ac_res=\$$3
1989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1990 $as_echo "$ac_res" >&6; }
1991 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1993 } # ac_fn_c_check_func
1995 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1996 # ----------------------------------------------------
1997 # Tries to find if the field MEMBER exists in type AGGR, after including
1998 # INCLUDES, setting cache variable VAR accordingly.
1999 ac_fn_c_check_member ()
2001 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2003 $as_echo_n "checking for $2.$3... " >&6; }
2004 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2005 $as_echo_n "(cached) " >&6
2006 else
2007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2008 /* end confdefs.h. */
2011 main ()
2013 static $2 ac_aggr;
2014 if (ac_aggr.$3)
2015 return 0;
2017 return 0;
2019 _ACEOF
2020 if ac_fn_c_try_compile "$LINENO"; then :
2021 eval "$4=yes"
2022 else
2023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2024 /* end confdefs.h. */
2027 main ()
2029 static $2 ac_aggr;
2030 if (sizeof ac_aggr.$3)
2031 return 0;
2033 return 0;
2035 _ACEOF
2036 if ac_fn_c_try_compile "$LINENO"; then :
2037 eval "$4=yes"
2038 else
2039 eval "$4=no"
2041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2045 eval ac_res=\$$4
2046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2047 $as_echo "$ac_res" >&6; }
2048 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2050 } # ac_fn_c_check_member
2052 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2053 # -------------------------------------------
2054 # Tests whether TYPE exists after having included INCLUDES, setting cache
2055 # variable VAR accordingly.
2056 ac_fn_c_check_type ()
2058 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2060 $as_echo_n "checking for $2... " >&6; }
2061 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2062 $as_echo_n "(cached) " >&6
2063 else
2064 eval "$3=no"
2065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2066 /* end confdefs.h. */
2069 main ()
2071 if (sizeof ($2))
2072 return 0;
2074 return 0;
2076 _ACEOF
2077 if ac_fn_c_try_compile "$LINENO"; then :
2078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2079 /* end confdefs.h. */
2082 main ()
2084 if (sizeof (($2)))
2085 return 0;
2087 return 0;
2089 _ACEOF
2090 if ac_fn_c_try_compile "$LINENO"; then :
2092 else
2093 eval "$3=yes"
2095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2099 eval ac_res=\$$3
2100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2101 $as_echo "$ac_res" >&6; }
2102 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2104 } # ac_fn_c_check_type
2105 cat >config.log <<_ACEOF
2106 This file contains any messages produced by compilers while
2107 running configure, to aid debugging if configure makes a mistake.
2109 It was created by Wine $as_me 1.1.38, which was
2110 generated by GNU Autoconf 2.65. Invocation command line was
2112 $ $0 $@
2114 _ACEOF
2115 exec 5>>config.log
2117 cat <<_ASUNAME
2118 ## --------- ##
2119 ## Platform. ##
2120 ## --------- ##
2122 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2123 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2124 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2125 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2126 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2128 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2129 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2131 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2132 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2133 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2134 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2135 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2136 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2137 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2139 _ASUNAME
2141 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2142 for as_dir in $PATH
2144 IFS=$as_save_IFS
2145 test -z "$as_dir" && as_dir=.
2146 $as_echo "PATH: $as_dir"
2147 done
2148 IFS=$as_save_IFS
2150 } >&5
2152 cat >&5 <<_ACEOF
2155 ## ----------- ##
2156 ## Core tests. ##
2157 ## ----------- ##
2159 _ACEOF
2162 # Keep a trace of the command line.
2163 # Strip out --no-create and --no-recursion so they do not pile up.
2164 # Strip out --silent because we don't want to record it for future runs.
2165 # Also quote any args containing shell meta-characters.
2166 # Make two passes to allow for proper duplicate-argument suppression.
2167 ac_configure_args=
2168 ac_configure_args0=
2169 ac_configure_args1=
2170 ac_must_keep_next=false
2171 for ac_pass in 1 2
2173 for ac_arg
2175 case $ac_arg in
2176 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2177 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2178 | -silent | --silent | --silen | --sile | --sil)
2179 continue ;;
2180 *\'*)
2181 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2182 esac
2183 case $ac_pass in
2184 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2186 as_fn_append ac_configure_args1 " '$ac_arg'"
2187 if test $ac_must_keep_next = true; then
2188 ac_must_keep_next=false # Got value, back to normal.
2189 else
2190 case $ac_arg in
2191 *=* | --config-cache | -C | -disable-* | --disable-* \
2192 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2193 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2194 | -with-* | --with-* | -without-* | --without-* | --x)
2195 case "$ac_configure_args0 " in
2196 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2197 esac
2199 -* ) ac_must_keep_next=true ;;
2200 esac
2202 as_fn_append ac_configure_args " '$ac_arg'"
2204 esac
2205 done
2206 done
2207 { ac_configure_args0=; unset ac_configure_args0;}
2208 { ac_configure_args1=; unset ac_configure_args1;}
2210 # When interrupted or exit'd, cleanup temporary files, and complete
2211 # config.log. We remove comments because anyway the quotes in there
2212 # would cause problems or look ugly.
2213 # WARNING: Use '\'' to represent an apostrophe within the trap.
2214 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2215 trap 'exit_status=$?
2216 # Save into config.log some information that might help in debugging.
2218 echo
2220 cat <<\_ASBOX
2221 ## ---------------- ##
2222 ## Cache variables. ##
2223 ## ---------------- ##
2224 _ASBOX
2225 echo
2226 # The following way of writing the cache mishandles newlines in values,
2228 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2229 eval ac_val=\$$ac_var
2230 case $ac_val in #(
2231 *${as_nl}*)
2232 case $ac_var in #(
2233 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2234 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2235 esac
2236 case $ac_var in #(
2237 _ | IFS | as_nl) ;; #(
2238 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2239 *) { eval $ac_var=; unset $ac_var;} ;;
2240 esac ;;
2241 esac
2242 done
2243 (set) 2>&1 |
2244 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2245 *${as_nl}ac_space=\ *)
2246 sed -n \
2247 "s/'\''/'\''\\\\'\'''\''/g;
2248 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2249 ;; #(
2251 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2253 esac |
2254 sort
2256 echo
2258 cat <<\_ASBOX
2259 ## ----------------- ##
2260 ## Output variables. ##
2261 ## ----------------- ##
2262 _ASBOX
2263 echo
2264 for ac_var in $ac_subst_vars
2266 eval ac_val=\$$ac_var
2267 case $ac_val in
2268 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2269 esac
2270 $as_echo "$ac_var='\''$ac_val'\''"
2271 done | sort
2272 echo
2274 if test -n "$ac_subst_files"; then
2275 cat <<\_ASBOX
2276 ## ------------------- ##
2277 ## File substitutions. ##
2278 ## ------------------- ##
2279 _ASBOX
2280 echo
2281 for ac_var in $ac_subst_files
2283 eval ac_val=\$$ac_var
2284 case $ac_val in
2285 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2286 esac
2287 $as_echo "$ac_var='\''$ac_val'\''"
2288 done | sort
2289 echo
2292 if test -s confdefs.h; then
2293 cat <<\_ASBOX
2294 ## ----------- ##
2295 ## confdefs.h. ##
2296 ## ----------- ##
2297 _ASBOX
2298 echo
2299 cat confdefs.h
2300 echo
2302 test "$ac_signal" != 0 &&
2303 $as_echo "$as_me: caught signal $ac_signal"
2304 $as_echo "$as_me: exit $exit_status"
2305 } >&5
2306 rm -f core *.core core.conftest.* &&
2307 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2308 exit $exit_status
2310 for ac_signal in 1 2 13 15; do
2311 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2312 done
2313 ac_signal=0
2315 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2316 rm -f -r conftest* confdefs.h
2318 $as_echo "/* confdefs.h */" > confdefs.h
2320 # Predefined preprocessor variables.
2322 cat >>confdefs.h <<_ACEOF
2323 #define PACKAGE_NAME "$PACKAGE_NAME"
2324 _ACEOF
2326 cat >>confdefs.h <<_ACEOF
2327 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2328 _ACEOF
2330 cat >>confdefs.h <<_ACEOF
2331 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2332 _ACEOF
2334 cat >>confdefs.h <<_ACEOF
2335 #define PACKAGE_STRING "$PACKAGE_STRING"
2336 _ACEOF
2338 cat >>confdefs.h <<_ACEOF
2339 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2340 _ACEOF
2342 cat >>confdefs.h <<_ACEOF
2343 #define PACKAGE_URL "$PACKAGE_URL"
2344 _ACEOF
2347 # Let the site file select an alternate cache file if it wants to.
2348 # Prefer an explicitly selected file to automatically selected ones.
2349 ac_site_file1=NONE
2350 ac_site_file2=NONE
2351 if test -n "$CONFIG_SITE"; then
2352 ac_site_file1=$CONFIG_SITE
2353 elif test "x$prefix" != xNONE; then
2354 ac_site_file1=$prefix/share/config.site
2355 ac_site_file2=$prefix/etc/config.site
2356 else
2357 ac_site_file1=$ac_default_prefix/share/config.site
2358 ac_site_file2=$ac_default_prefix/etc/config.site
2360 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2362 test "x$ac_site_file" = xNONE && continue
2363 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2364 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2365 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2366 sed 's/^/| /' "$ac_site_file" >&5
2367 . "$ac_site_file"
2369 done
2371 if test -r "$cache_file"; then
2372 # Some versions of bash will fail to source /dev/null (special files
2373 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2374 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2375 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2376 $as_echo "$as_me: loading cache $cache_file" >&6;}
2377 case $cache_file in
2378 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2379 *) . "./$cache_file";;
2380 esac
2382 else
2383 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2384 $as_echo "$as_me: creating cache $cache_file" >&6;}
2385 >$cache_file
2388 # Check that the precious variables saved in the cache have kept the same
2389 # value.
2390 ac_cache_corrupted=false
2391 for ac_var in $ac_precious_vars; do
2392 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2393 eval ac_new_set=\$ac_env_${ac_var}_set
2394 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2395 eval ac_new_val=\$ac_env_${ac_var}_value
2396 case $ac_old_set,$ac_new_set in
2397 set,)
2398 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2399 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2400 ac_cache_corrupted=: ;;
2401 ,set)
2402 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2403 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2404 ac_cache_corrupted=: ;;
2405 ,);;
2407 if test "x$ac_old_val" != "x$ac_new_val"; then
2408 # differences in whitespace do not lead to failure.
2409 ac_old_val_w=`echo x $ac_old_val`
2410 ac_new_val_w=`echo x $ac_new_val`
2411 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2412 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2413 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2414 ac_cache_corrupted=:
2415 else
2416 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2417 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2418 eval $ac_var=\$ac_old_val
2420 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2421 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2422 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2423 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2424 fi;;
2425 esac
2426 # Pass precious variables to config.status.
2427 if test "$ac_new_set" = set; then
2428 case $ac_new_val in
2429 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2430 *) ac_arg=$ac_var=$ac_new_val ;;
2431 esac
2432 case " $ac_configure_args " in
2433 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2434 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2435 esac
2437 done
2438 if $ac_cache_corrupted; then
2439 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2440 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2441 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2442 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2443 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2445 ## -------------------- ##
2446 ## Main body of script. ##
2447 ## -------------------- ##
2449 ac_ext=c
2450 ac_cpp='$CPP $CPPFLAGS'
2451 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2452 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2453 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2457 ac_config_headers="$ac_config_headers include/config.h"
2459 ac_aux_dir=
2460 for ac_dir in tools "$srcdir"/tools; do
2461 for ac_t in install-sh install.sh shtool; do
2462 if test -f "$ac_dir/$ac_t"; then
2463 ac_aux_dir=$ac_dir
2464 ac_install_sh="$ac_aux_dir/$ac_t -c"
2465 break 2
2467 done
2468 done
2469 if test -z "$ac_aux_dir"; then
2470 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2473 # These three variables are undocumented and unsupported,
2474 # and are intended to be withdrawn in a future Autoconf release.
2475 # They can cause serious problems if a builder's source tree is in a directory
2476 # whose full name contains unusual characters.
2477 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2478 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2479 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2484 # Check whether --enable-win16 was given.
2485 if test "${enable_win16+set}" = set; then :
2486 enableval=$enable_win16;
2489 # Check whether --enable-win64 was given.
2490 if test "${enable_win64+set}" = set; then :
2491 enableval=$enable_win64;
2494 # Check whether --enable-tests was given.
2495 if test "${enable_tests+set}" = set; then :
2496 enableval=$enable_tests;
2499 # Check whether --enable-maintainer-mode was given.
2500 if test "${enable_maintainer_mode+set}" = set; then :
2501 enableval=$enable_maintainer_mode;
2502 else
2503 MAINTAINER_MODE=\#
2509 # Check whether --with-alsa was given.
2510 if test "${with_alsa+set}" = set; then :
2511 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2515 # Check whether --with-audioio was given.
2516 if test "${with_audioio+set}" = set; then :
2517 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2521 # Check whether --with-capi was given.
2522 if test "${with_capi+set}" = set; then :
2523 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2527 # Check whether --with-cms was given.
2528 if test "${with_cms+set}" = set; then :
2529 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2533 # Check whether --with-coreaudio was given.
2534 if test "${with_coreaudio+set}" = set; then :
2535 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2539 # Check whether --with-cups was given.
2540 if test "${with_cups+set}" = set; then :
2541 withval=$with_cups;
2545 # Check whether --with-curses was given.
2546 if test "${with_curses+set}" = set; then :
2547 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2551 # Check whether --with-esd was given.
2552 if test "${with_esd+set}" = set; then :
2553 withval=$with_esd;
2557 # Check whether --with-fontconfig was given.
2558 if test "${with_fontconfig+set}" = set; then :
2559 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2563 # Check whether --with-freetype was given.
2564 if test "${with_freetype+set}" = set; then :
2565 withval=$with_freetype;
2569 # Check whether --with-gphoto was given.
2570 if test "${with_gphoto+set}" = set; then :
2571 withval=$with_gphoto;
2575 # Check whether --with-glu was given.
2576 if test "${with_glu+set}" = set; then :
2577 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2581 # Check whether --with-gnutls was given.
2582 if test "${with_gnutls+set}" = set; then :
2583 withval=$with_gnutls;
2587 # Check whether --with-gsm was given.
2588 if test "${with_gsm+set}" = set; then :
2589 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2593 # Check whether --with-hal was given.
2594 if test "${with_hal+set}" = set; then :
2595 withval=$with_hal;
2599 # Check whether --with-jack was given.
2600 if test "${with_jack+set}" = set; then :
2601 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2605 # Check whether --with-jpeg was given.
2606 if test "${with_jpeg+set}" = set; then :
2607 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2611 # Check whether --with-ldap was given.
2612 if test "${with_ldap+set}" = set; then :
2613 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2617 # Check whether --with-mpg123 was given.
2618 if test "${with_mpg123+set}" = set; then :
2619 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2623 # Check whether --with-nas was given.
2624 if test "${with_nas+set}" = set; then :
2625 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2629 # Check whether --with-openal was given.
2630 if test "${with_openal+set}" = set; then :
2631 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2635 # Check whether --with-opengl was given.
2636 if test "${with_opengl+set}" = set; then :
2637 withval=$with_opengl;
2641 # Check whether --with-openssl was given.
2642 if test "${with_openssl+set}" = set; then :
2643 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2647 # Check whether --with-oss was given.
2648 if test "${with_oss+set}" = set; then :
2649 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2653 # Check whether --with-png was given.
2654 if test "${with_png+set}" = set; then :
2655 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2659 # Check whether --with-pthread was given.
2660 if test "${with_pthread+set}" = set; then :
2661 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2665 # Check whether --with-sane was given.
2666 if test "${with_sane+set}" = set; then :
2667 withval=$with_sane;
2671 # Check whether --with-v4l was given.
2672 if test "${with_v4l+set}" = set; then :
2673 withval=$with_v4l;
2677 # Check whether --with-xcomposite was given.
2678 if test "${with_xcomposite+set}" = set; then :
2679 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2683 # Check whether --with-xcursor was given.
2684 if test "${with_xcursor+set}" = set; then :
2685 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2689 # Check whether --with-xinerama was given.
2690 if test "${with_xinerama+set}" = set; then :
2691 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2695 # Check whether --with-xinput was given.
2696 if test "${with_xinput+set}" = set; then :
2697 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2701 # Check whether --with-xml was given.
2702 if test "${with_xml+set}" = set; then :
2703 withval=$with_xml;
2707 # Check whether --with-xrandr was given.
2708 if test "${with_xrandr+set}" = set; then :
2709 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2713 # Check whether --with-xrender was given.
2714 if test "${with_xrender+set}" = set; then :
2715 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2719 # Check whether --with-xshape was given.
2720 if test "${with_xshape+set}" = set; then :
2721 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2725 # Check whether --with-xshm was given.
2726 if test "${with_xshm+set}" = set; then :
2727 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2731 # Check whether --with-xslt was given.
2732 if test "${with_xslt+set}" = set; then :
2733 withval=$with_xslt;
2737 # Check whether --with-xxf86vm was given.
2738 if test "${with_xxf86vm+set}" = set; then :
2739 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; ac_cv_header_X11_extensions_xf86vmproto_h=no; fi
2744 # Check whether --with-wine-tools was given.
2745 if test "${with_wine_tools+set}" = set; then :
2746 withval=$with_wine_tools;
2750 # Check whether --with-wine64 was given.
2751 if test "${with_wine64+set}" = set; then :
2752 withval=$with_wine64;
2756 # Make sure we can run config.sub.
2757 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2758 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2761 $as_echo_n "checking build system type... " >&6; }
2762 if test "${ac_cv_build+set}" = set; then :
2763 $as_echo_n "(cached) " >&6
2764 else
2765 ac_build_alias=$build_alias
2766 test "x$ac_build_alias" = x &&
2767 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2768 test "x$ac_build_alias" = x &&
2769 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2770 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2771 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2775 $as_echo "$ac_cv_build" >&6; }
2776 case $ac_cv_build in
2777 *-*-*) ;;
2778 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2779 esac
2780 build=$ac_cv_build
2781 ac_save_IFS=$IFS; IFS='-'
2782 set x $ac_cv_build
2783 shift
2784 build_cpu=$1
2785 build_vendor=$2
2786 shift; shift
2787 # Remember, the first character of IFS is used to create $*,
2788 # except with old shells:
2789 build_os=$*
2790 IFS=$ac_save_IFS
2791 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2795 $as_echo_n "checking host system type... " >&6; }
2796 if test "${ac_cv_host+set}" = set; then :
2797 $as_echo_n "(cached) " >&6
2798 else
2799 if test "x$host_alias" = x; then
2800 ac_cv_host=$ac_cv_build
2801 else
2802 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2803 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2808 $as_echo "$ac_cv_host" >&6; }
2809 case $ac_cv_host in
2810 *-*-*) ;;
2811 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2812 esac
2813 host=$ac_cv_host
2814 ac_save_IFS=$IFS; IFS='-'
2815 set x $ac_cv_host
2816 shift
2817 host_cpu=$1
2818 host_vendor=$2
2819 shift; shift
2820 # Remember, the first character of IFS is used to create $*,
2821 # except with old shells:
2822 host_os=$*
2823 IFS=$ac_save_IFS
2824 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2828 case "$srcdir" in
2829 .) ;;
2830 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2831 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2832 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2833 fi ;;
2834 esac
2837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2838 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2839 set x ${MAKE-make}
2840 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2841 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2842 $as_echo_n "(cached) " >&6
2843 else
2844 cat >conftest.make <<\_ACEOF
2845 SHELL = /bin/sh
2846 all:
2847 @echo '@@@%%%=$(MAKE)=@@@%%%'
2848 _ACEOF
2849 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2850 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2851 *@@@%%%=?*=@@@%%%*)
2852 eval ac_cv_prog_make_${ac_make}_set=yes;;
2854 eval ac_cv_prog_make_${ac_make}_set=no;;
2855 esac
2856 rm -f conftest.make
2858 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2860 $as_echo "yes" >&6; }
2861 SET_MAKE=
2862 else
2863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2864 $as_echo "no" >&6; }
2865 SET_MAKE="MAKE=${MAKE-make}"
2868 ac_ext=c
2869 ac_cpp='$CPP $CPPFLAGS'
2870 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2871 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2872 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2873 if test -n "$ac_tool_prefix"; then
2874 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2875 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2877 $as_echo_n "checking for $ac_word... " >&6; }
2878 if test "${ac_cv_prog_CC+set}" = set; then :
2879 $as_echo_n "(cached) " >&6
2880 else
2881 if test -n "$CC"; then
2882 ac_cv_prog_CC="$CC" # Let the user override the test.
2883 else
2884 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2885 for as_dir in $PATH
2887 IFS=$as_save_IFS
2888 test -z "$as_dir" && as_dir=.
2889 for ac_exec_ext in '' $ac_executable_extensions; do
2890 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2891 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2892 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2893 break 2
2895 done
2896 done
2897 IFS=$as_save_IFS
2901 CC=$ac_cv_prog_CC
2902 if test -n "$CC"; then
2903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2904 $as_echo "$CC" >&6; }
2905 else
2906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2907 $as_echo "no" >&6; }
2912 if test -z "$ac_cv_prog_CC"; then
2913 ac_ct_CC=$CC
2914 # Extract the first word of "gcc", so it can be a program name with args.
2915 set dummy gcc; ac_word=$2
2916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2917 $as_echo_n "checking for $ac_word... " >&6; }
2918 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2919 $as_echo_n "(cached) " >&6
2920 else
2921 if test -n "$ac_ct_CC"; then
2922 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2923 else
2924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2925 for as_dir in $PATH
2927 IFS=$as_save_IFS
2928 test -z "$as_dir" && as_dir=.
2929 for ac_exec_ext in '' $ac_executable_extensions; do
2930 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2931 ac_cv_prog_ac_ct_CC="gcc"
2932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2933 break 2
2935 done
2936 done
2937 IFS=$as_save_IFS
2941 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2942 if test -n "$ac_ct_CC"; then
2943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2944 $as_echo "$ac_ct_CC" >&6; }
2945 else
2946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2947 $as_echo "no" >&6; }
2950 if test "x$ac_ct_CC" = x; then
2951 CC=""
2952 else
2953 case $cross_compiling:$ac_tool_warned in
2954 yes:)
2955 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2956 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2957 ac_tool_warned=yes ;;
2958 esac
2959 CC=$ac_ct_CC
2961 else
2962 CC="$ac_cv_prog_CC"
2965 if test -z "$CC"; then
2966 if test -n "$ac_tool_prefix"; then
2967 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2968 set dummy ${ac_tool_prefix}cc; ac_word=$2
2969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2970 $as_echo_n "checking for $ac_word... " >&6; }
2971 if test "${ac_cv_prog_CC+set}" = set; then :
2972 $as_echo_n "(cached) " >&6
2973 else
2974 if test -n "$CC"; then
2975 ac_cv_prog_CC="$CC" # Let the user override the test.
2976 else
2977 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2978 for as_dir in $PATH
2980 IFS=$as_save_IFS
2981 test -z "$as_dir" && as_dir=.
2982 for ac_exec_ext in '' $ac_executable_extensions; do
2983 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2984 ac_cv_prog_CC="${ac_tool_prefix}cc"
2985 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2986 break 2
2988 done
2989 done
2990 IFS=$as_save_IFS
2994 CC=$ac_cv_prog_CC
2995 if test -n "$CC"; then
2996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2997 $as_echo "$CC" >&6; }
2998 else
2999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3000 $as_echo "no" >&6; }
3006 if test -z "$CC"; then
3007 # Extract the first word of "cc", so it can be a program name with args.
3008 set dummy cc; ac_word=$2
3009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3010 $as_echo_n "checking for $ac_word... " >&6; }
3011 if test "${ac_cv_prog_CC+set}" = set; then :
3012 $as_echo_n "(cached) " >&6
3013 else
3014 if test -n "$CC"; then
3015 ac_cv_prog_CC="$CC" # Let the user override the test.
3016 else
3017 ac_prog_rejected=no
3018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3019 for as_dir in $PATH
3021 IFS=$as_save_IFS
3022 test -z "$as_dir" && as_dir=.
3023 for ac_exec_ext in '' $ac_executable_extensions; do
3024 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3025 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3026 ac_prog_rejected=yes
3027 continue
3029 ac_cv_prog_CC="cc"
3030 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3031 break 2
3033 done
3034 done
3035 IFS=$as_save_IFS
3037 if test $ac_prog_rejected = yes; then
3038 # We found a bogon in the path, so make sure we never use it.
3039 set dummy $ac_cv_prog_CC
3040 shift
3041 if test $# != 0; then
3042 # We chose a different compiler from the bogus one.
3043 # However, it has the same basename, so the bogon will be chosen
3044 # first if we set CC to just the basename; use the full file name.
3045 shift
3046 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3051 CC=$ac_cv_prog_CC
3052 if test -n "$CC"; then
3053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3054 $as_echo "$CC" >&6; }
3055 else
3056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3057 $as_echo "no" >&6; }
3062 if test -z "$CC"; then
3063 if test -n "$ac_tool_prefix"; then
3064 for ac_prog in cl.exe
3066 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3067 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3069 $as_echo_n "checking for $ac_word... " >&6; }
3070 if test "${ac_cv_prog_CC+set}" = set; then :
3071 $as_echo_n "(cached) " >&6
3072 else
3073 if test -n "$CC"; then
3074 ac_cv_prog_CC="$CC" # Let the user override the test.
3075 else
3076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3077 for as_dir in $PATH
3079 IFS=$as_save_IFS
3080 test -z "$as_dir" && as_dir=.
3081 for ac_exec_ext in '' $ac_executable_extensions; do
3082 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3083 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3084 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3085 break 2
3087 done
3088 done
3089 IFS=$as_save_IFS
3093 CC=$ac_cv_prog_CC
3094 if test -n "$CC"; then
3095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3096 $as_echo "$CC" >&6; }
3097 else
3098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3099 $as_echo "no" >&6; }
3103 test -n "$CC" && break
3104 done
3106 if test -z "$CC"; then
3107 ac_ct_CC=$CC
3108 for ac_prog in cl.exe
3110 # Extract the first word of "$ac_prog", so it can be a program name with args.
3111 set dummy $ac_prog; ac_word=$2
3112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3113 $as_echo_n "checking for $ac_word... " >&6; }
3114 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3115 $as_echo_n "(cached) " >&6
3116 else
3117 if test -n "$ac_ct_CC"; then
3118 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3119 else
3120 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3121 for as_dir in $PATH
3123 IFS=$as_save_IFS
3124 test -z "$as_dir" && as_dir=.
3125 for ac_exec_ext in '' $ac_executable_extensions; do
3126 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3127 ac_cv_prog_ac_ct_CC="$ac_prog"
3128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3129 break 2
3131 done
3132 done
3133 IFS=$as_save_IFS
3137 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3138 if test -n "$ac_ct_CC"; then
3139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3140 $as_echo "$ac_ct_CC" >&6; }
3141 else
3142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3143 $as_echo "no" >&6; }
3147 test -n "$ac_ct_CC" && break
3148 done
3150 if test "x$ac_ct_CC" = x; then
3151 CC=""
3152 else
3153 case $cross_compiling:$ac_tool_warned in
3154 yes:)
3155 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3156 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3157 ac_tool_warned=yes ;;
3158 esac
3159 CC=$ac_ct_CC
3166 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3167 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3168 as_fn_error "no acceptable C compiler found in \$PATH
3169 See \`config.log' for more details." "$LINENO" 5; }
3171 # Provide some information about the compiler.
3172 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3173 set X $ac_compile
3174 ac_compiler=$2
3175 for ac_option in --version -v -V -qversion; do
3176 { { ac_try="$ac_compiler $ac_option >&5"
3177 case "(($ac_try" in
3178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3179 *) ac_try_echo=$ac_try;;
3180 esac
3181 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3182 $as_echo "$ac_try_echo"; } >&5
3183 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3184 ac_status=$?
3185 if test -s conftest.err; then
3186 sed '10a\
3187 ... rest of stderr output deleted ...
3188 10q' conftest.err >conftest.er1
3189 cat conftest.er1 >&5
3191 rm -f conftest.er1 conftest.err
3192 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3193 test $ac_status = 0; }
3194 done
3196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3197 /* end confdefs.h. */
3200 main ()
3204 return 0;
3206 _ACEOF
3207 ac_clean_files_save=$ac_clean_files
3208 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3209 # Try to create an executable without -o first, disregard a.out.
3210 # It will help us diagnose broken compilers, and finding out an intuition
3211 # of exeext.
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3213 $as_echo_n "checking whether the C compiler works... " >&6; }
3214 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3216 # The possible output files:
3217 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3219 ac_rmfiles=
3220 for ac_file in $ac_files
3222 case $ac_file in
3223 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3224 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3225 esac
3226 done
3227 rm -f $ac_rmfiles
3229 if { { ac_try="$ac_link_default"
3230 case "(($ac_try" in
3231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3232 *) ac_try_echo=$ac_try;;
3233 esac
3234 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3235 $as_echo "$ac_try_echo"; } >&5
3236 (eval "$ac_link_default") 2>&5
3237 ac_status=$?
3238 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3239 test $ac_status = 0; }; then :
3240 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3241 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3242 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3243 # so that the user can short-circuit this test for compilers unknown to
3244 # Autoconf.
3245 for ac_file in $ac_files ''
3247 test -f "$ac_file" || continue
3248 case $ac_file in
3249 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3251 [ab].out )
3252 # We found the default executable, but exeext='' is most
3253 # certainly right.
3254 break;;
3255 *.* )
3256 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3257 then :; else
3258 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3260 # We set ac_cv_exeext here because the later test for it is not
3261 # safe: cross compilers may not add the suffix if given an `-o'
3262 # argument, so we may need to know it at that point already.
3263 # Even if this section looks crufty: it has the advantage of
3264 # actually working.
3265 break;;
3267 break;;
3268 esac
3269 done
3270 test "$ac_cv_exeext" = no && ac_cv_exeext=
3272 else
3273 ac_file=''
3275 if test -z "$ac_file"; then :
3276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3277 $as_echo "no" >&6; }
3278 $as_echo "$as_me: failed program was:" >&5
3279 sed 's/^/| /' conftest.$ac_ext >&5
3281 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3282 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3283 { as_fn_set_status 77
3284 as_fn_error "C compiler cannot create executables
3285 See \`config.log' for more details." "$LINENO" 5; }; }
3286 else
3287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3288 $as_echo "yes" >&6; }
3290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3291 $as_echo_n "checking for C compiler default output file name... " >&6; }
3292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3293 $as_echo "$ac_file" >&6; }
3294 ac_exeext=$ac_cv_exeext
3296 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3297 ac_clean_files=$ac_clean_files_save
3298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3299 $as_echo_n "checking for suffix of executables... " >&6; }
3300 if { { ac_try="$ac_link"
3301 case "(($ac_try" in
3302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3303 *) ac_try_echo=$ac_try;;
3304 esac
3305 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3306 $as_echo "$ac_try_echo"; } >&5
3307 (eval "$ac_link") 2>&5
3308 ac_status=$?
3309 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3310 test $ac_status = 0; }; then :
3311 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3312 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3313 # work properly (i.e., refer to `conftest.exe'), while it won't with
3314 # `rm'.
3315 for ac_file in conftest.exe conftest conftest.*; do
3316 test -f "$ac_file" || continue
3317 case $ac_file in
3318 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3319 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3320 break;;
3321 * ) break;;
3322 esac
3323 done
3324 else
3325 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3326 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3327 as_fn_error "cannot compute suffix of executables: cannot compile and link
3328 See \`config.log' for more details." "$LINENO" 5; }
3330 rm -f conftest conftest$ac_cv_exeext
3331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3332 $as_echo "$ac_cv_exeext" >&6; }
3334 rm -f conftest.$ac_ext
3335 EXEEXT=$ac_cv_exeext
3336 ac_exeext=$EXEEXT
3337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3338 /* end confdefs.h. */
3339 #include <stdio.h>
3341 main ()
3343 FILE *f = fopen ("conftest.out", "w");
3344 return ferror (f) || fclose (f) != 0;
3347 return 0;
3349 _ACEOF
3350 ac_clean_files="$ac_clean_files conftest.out"
3351 # Check that the compiler produces executables we can run. If not, either
3352 # the compiler is broken, or we cross compile.
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3354 $as_echo_n "checking whether we are cross compiling... " >&6; }
3355 if test "$cross_compiling" != yes; then
3356 { { ac_try="$ac_link"
3357 case "(($ac_try" in
3358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3359 *) ac_try_echo=$ac_try;;
3360 esac
3361 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3362 $as_echo "$ac_try_echo"; } >&5
3363 (eval "$ac_link") 2>&5
3364 ac_status=$?
3365 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3366 test $ac_status = 0; }
3367 if { ac_try='./conftest$ac_cv_exeext'
3368 { { case "(($ac_try" in
3369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3370 *) ac_try_echo=$ac_try;;
3371 esac
3372 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3373 $as_echo "$ac_try_echo"; } >&5
3374 (eval "$ac_try") 2>&5
3375 ac_status=$?
3376 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3377 test $ac_status = 0; }; }; then
3378 cross_compiling=no
3379 else
3380 if test "$cross_compiling" = maybe; then
3381 cross_compiling=yes
3382 else
3383 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3384 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3385 as_fn_error "cannot run C compiled programs.
3386 If you meant to cross compile, use \`--host'.
3387 See \`config.log' for more details." "$LINENO" 5; }
3391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3392 $as_echo "$cross_compiling" >&6; }
3394 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3395 ac_clean_files=$ac_clean_files_save
3396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3397 $as_echo_n "checking for suffix of object files... " >&6; }
3398 if test "${ac_cv_objext+set}" = set; then :
3399 $as_echo_n "(cached) " >&6
3400 else
3401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3402 /* end confdefs.h. */
3405 main ()
3409 return 0;
3411 _ACEOF
3412 rm -f conftest.o conftest.obj
3413 if { { ac_try="$ac_compile"
3414 case "(($ac_try" in
3415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3416 *) ac_try_echo=$ac_try;;
3417 esac
3418 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3419 $as_echo "$ac_try_echo"; } >&5
3420 (eval "$ac_compile") 2>&5
3421 ac_status=$?
3422 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3423 test $ac_status = 0; }; then :
3424 for ac_file in conftest.o conftest.obj conftest.*; do
3425 test -f "$ac_file" || continue;
3426 case $ac_file in
3427 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3428 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3429 break;;
3430 esac
3431 done
3432 else
3433 $as_echo "$as_me: failed program was:" >&5
3434 sed 's/^/| /' conftest.$ac_ext >&5
3436 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3437 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3438 as_fn_error "cannot compute suffix of object files: cannot compile
3439 See \`config.log' for more details." "$LINENO" 5; }
3441 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3444 $as_echo "$ac_cv_objext" >&6; }
3445 OBJEXT=$ac_cv_objext
3446 ac_objext=$OBJEXT
3447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3448 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3449 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3450 $as_echo_n "(cached) " >&6
3451 else
3452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3453 /* end confdefs.h. */
3456 main ()
3458 #ifndef __GNUC__
3459 choke me
3460 #endif
3463 return 0;
3465 _ACEOF
3466 if ac_fn_c_try_compile "$LINENO"; then :
3467 ac_compiler_gnu=yes
3468 else
3469 ac_compiler_gnu=no
3471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3472 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3476 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3477 if test $ac_compiler_gnu = yes; then
3478 GCC=yes
3479 else
3480 GCC=
3482 ac_test_CFLAGS=${CFLAGS+set}
3483 ac_save_CFLAGS=$CFLAGS
3484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3485 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3486 if test "${ac_cv_prog_cc_g+set}" = set; then :
3487 $as_echo_n "(cached) " >&6
3488 else
3489 ac_save_c_werror_flag=$ac_c_werror_flag
3490 ac_c_werror_flag=yes
3491 ac_cv_prog_cc_g=no
3492 CFLAGS="-g"
3493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3494 /* end confdefs.h. */
3497 main ()
3501 return 0;
3503 _ACEOF
3504 if ac_fn_c_try_compile "$LINENO"; then :
3505 ac_cv_prog_cc_g=yes
3506 else
3507 CFLAGS=""
3508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3509 /* end confdefs.h. */
3512 main ()
3516 return 0;
3518 _ACEOF
3519 if ac_fn_c_try_compile "$LINENO"; then :
3521 else
3522 ac_c_werror_flag=$ac_save_c_werror_flag
3523 CFLAGS="-g"
3524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3525 /* end confdefs.h. */
3528 main ()
3532 return 0;
3534 _ACEOF
3535 if ac_fn_c_try_compile "$LINENO"; then :
3536 ac_cv_prog_cc_g=yes
3538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3543 ac_c_werror_flag=$ac_save_c_werror_flag
3545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3546 $as_echo "$ac_cv_prog_cc_g" >&6; }
3547 if test "$ac_test_CFLAGS" = set; then
3548 CFLAGS=$ac_save_CFLAGS
3549 elif test $ac_cv_prog_cc_g = yes; then
3550 if test "$GCC" = yes; then
3551 CFLAGS="-g -O2"
3552 else
3553 CFLAGS="-g"
3555 else
3556 if test "$GCC" = yes; then
3557 CFLAGS="-O2"
3558 else
3559 CFLAGS=
3562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3563 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3564 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3565 $as_echo_n "(cached) " >&6
3566 else
3567 ac_cv_prog_cc_c89=no
3568 ac_save_CC=$CC
3569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3570 /* end confdefs.h. */
3571 #include <stdarg.h>
3572 #include <stdio.h>
3573 #include <sys/types.h>
3574 #include <sys/stat.h>
3575 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3576 struct buf { int x; };
3577 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3578 static char *e (p, i)
3579 char **p;
3580 int i;
3582 return p[i];
3584 static char *f (char * (*g) (char **, int), char **p, ...)
3586 char *s;
3587 va_list v;
3588 va_start (v,p);
3589 s = g (p, va_arg (v,int));
3590 va_end (v);
3591 return s;
3594 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3595 function prototypes and stuff, but not '\xHH' hex character constants.
3596 These don't provoke an error unfortunately, instead are silently treated
3597 as 'x'. The following induces an error, until -std is added to get
3598 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3599 array size at least. It's necessary to write '\x00'==0 to get something
3600 that's true only with -std. */
3601 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3603 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3604 inside strings and character constants. */
3605 #define FOO(x) 'x'
3606 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3608 int test (int i, double x);
3609 struct s1 {int (*f) (int a);};
3610 struct s2 {int (*f) (double a);};
3611 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3612 int argc;
3613 char **argv;
3615 main ()
3617 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3619 return 0;
3621 _ACEOF
3622 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3623 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3625 CC="$ac_save_CC $ac_arg"
3626 if ac_fn_c_try_compile "$LINENO"; then :
3627 ac_cv_prog_cc_c89=$ac_arg
3629 rm -f core conftest.err conftest.$ac_objext
3630 test "x$ac_cv_prog_cc_c89" != "xno" && break
3631 done
3632 rm -f conftest.$ac_ext
3633 CC=$ac_save_CC
3636 # AC_CACHE_VAL
3637 case "x$ac_cv_prog_cc_c89" in
3639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3640 $as_echo "none needed" >&6; } ;;
3641 xno)
3642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3643 $as_echo "unsupported" >&6; } ;;
3645 CC="$CC $ac_cv_prog_cc_c89"
3646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3647 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3648 esac
3649 if test "x$ac_cv_prog_cc_c89" != xno; then :
3653 ac_ext=c
3654 ac_cpp='$CPP $CPPFLAGS'
3655 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3656 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3657 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3659 ac_ext=cpp
3660 ac_cpp='$CXXCPP $CPPFLAGS'
3661 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3662 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3663 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3664 if test -z "$CXX"; then
3665 if test -n "$CCC"; then
3666 CXX=$CCC
3667 else
3668 if test -n "$ac_tool_prefix"; then
3669 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3671 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3672 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3674 $as_echo_n "checking for $ac_word... " >&6; }
3675 if test "${ac_cv_prog_CXX+set}" = set; then :
3676 $as_echo_n "(cached) " >&6
3677 else
3678 if test -n "$CXX"; then
3679 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3680 else
3681 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3682 for as_dir in $PATH
3684 IFS=$as_save_IFS
3685 test -z "$as_dir" && as_dir=.
3686 for ac_exec_ext in '' $ac_executable_extensions; do
3687 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3688 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3689 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3690 break 2
3692 done
3693 done
3694 IFS=$as_save_IFS
3698 CXX=$ac_cv_prog_CXX
3699 if test -n "$CXX"; then
3700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3701 $as_echo "$CXX" >&6; }
3702 else
3703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3704 $as_echo "no" >&6; }
3708 test -n "$CXX" && break
3709 done
3711 if test -z "$CXX"; then
3712 ac_ct_CXX=$CXX
3713 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3715 # Extract the first word of "$ac_prog", so it can be a program name with args.
3716 set dummy $ac_prog; ac_word=$2
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3718 $as_echo_n "checking for $ac_word... " >&6; }
3719 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3720 $as_echo_n "(cached) " >&6
3721 else
3722 if test -n "$ac_ct_CXX"; then
3723 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3724 else
3725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3726 for as_dir in $PATH
3728 IFS=$as_save_IFS
3729 test -z "$as_dir" && as_dir=.
3730 for ac_exec_ext in '' $ac_executable_extensions; do
3731 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3732 ac_cv_prog_ac_ct_CXX="$ac_prog"
3733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3734 break 2
3736 done
3737 done
3738 IFS=$as_save_IFS
3742 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3743 if test -n "$ac_ct_CXX"; then
3744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3745 $as_echo "$ac_ct_CXX" >&6; }
3746 else
3747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3748 $as_echo "no" >&6; }
3752 test -n "$ac_ct_CXX" && break
3753 done
3755 if test "x$ac_ct_CXX" = x; then
3756 CXX="g++"
3757 else
3758 case $cross_compiling:$ac_tool_warned in
3759 yes:)
3760 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3761 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3762 ac_tool_warned=yes ;;
3763 esac
3764 CXX=$ac_ct_CXX
3770 # Provide some information about the compiler.
3771 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3772 set X $ac_compile
3773 ac_compiler=$2
3774 for ac_option in --version -v -V -qversion; do
3775 { { ac_try="$ac_compiler $ac_option >&5"
3776 case "(($ac_try" in
3777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3778 *) ac_try_echo=$ac_try;;
3779 esac
3780 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3781 $as_echo "$ac_try_echo"; } >&5
3782 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3783 ac_status=$?
3784 if test -s conftest.err; then
3785 sed '10a\
3786 ... rest of stderr output deleted ...
3787 10q' conftest.err >conftest.er1
3788 cat conftest.er1 >&5
3790 rm -f conftest.er1 conftest.err
3791 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3792 test $ac_status = 0; }
3793 done
3795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3796 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3797 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3798 $as_echo_n "(cached) " >&6
3799 else
3800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3801 /* end confdefs.h. */
3804 main ()
3806 #ifndef __GNUC__
3807 choke me
3808 #endif
3811 return 0;
3813 _ACEOF
3814 if ac_fn_cxx_try_compile "$LINENO"; then :
3815 ac_compiler_gnu=yes
3816 else
3817 ac_compiler_gnu=no
3819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3820 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3824 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3825 if test $ac_compiler_gnu = yes; then
3826 GXX=yes
3827 else
3828 GXX=
3830 ac_test_CXXFLAGS=${CXXFLAGS+set}
3831 ac_save_CXXFLAGS=$CXXFLAGS
3832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3833 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3834 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3835 $as_echo_n "(cached) " >&6
3836 else
3837 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3838 ac_cxx_werror_flag=yes
3839 ac_cv_prog_cxx_g=no
3840 CXXFLAGS="-g"
3841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3842 /* end confdefs.h. */
3845 main ()
3849 return 0;
3851 _ACEOF
3852 if ac_fn_cxx_try_compile "$LINENO"; then :
3853 ac_cv_prog_cxx_g=yes
3854 else
3855 CXXFLAGS=""
3856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3857 /* end confdefs.h. */
3860 main ()
3864 return 0;
3866 _ACEOF
3867 if ac_fn_cxx_try_compile "$LINENO"; then :
3869 else
3870 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3871 CXXFLAGS="-g"
3872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3873 /* end confdefs.h. */
3876 main ()
3880 return 0;
3882 _ACEOF
3883 if ac_fn_cxx_try_compile "$LINENO"; then :
3884 ac_cv_prog_cxx_g=yes
3886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3891 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3894 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3895 if test "$ac_test_CXXFLAGS" = set; then
3896 CXXFLAGS=$ac_save_CXXFLAGS
3897 elif test $ac_cv_prog_cxx_g = yes; then
3898 if test "$GXX" = yes; then
3899 CXXFLAGS="-g -O2"
3900 else
3901 CXXFLAGS="-g"
3903 else
3904 if test "$GXX" = yes; then
3905 CXXFLAGS="-O2"
3906 else
3907 CXXFLAGS=
3910 ac_ext=c
3911 ac_cpp='$CPP $CPPFLAGS'
3912 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3913 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3914 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3916 if test -n "$ac_tool_prefix"; then
3917 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3918 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3920 $as_echo_n "checking for $ac_word... " >&6; }
3921 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3922 $as_echo_n "(cached) " >&6
3923 else
3924 if test -n "$CPPBIN"; then
3925 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3926 else
3927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3928 for as_dir in $PATH
3930 IFS=$as_save_IFS
3931 test -z "$as_dir" && as_dir=.
3932 for ac_exec_ext in '' $ac_executable_extensions; do
3933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3934 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3936 break 2
3938 done
3939 done
3940 IFS=$as_save_IFS
3944 CPPBIN=$ac_cv_prog_CPPBIN
3945 if test -n "$CPPBIN"; then
3946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3947 $as_echo "$CPPBIN" >&6; }
3948 else
3949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3950 $as_echo "no" >&6; }
3955 if test -z "$ac_cv_prog_CPPBIN"; then
3956 ac_ct_CPPBIN=$CPPBIN
3957 # Extract the first word of "cpp", so it can be a program name with args.
3958 set dummy cpp; ac_word=$2
3959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3960 $as_echo_n "checking for $ac_word... " >&6; }
3961 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3962 $as_echo_n "(cached) " >&6
3963 else
3964 if test -n "$ac_ct_CPPBIN"; then
3965 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3966 else
3967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3968 for as_dir in $PATH
3970 IFS=$as_save_IFS
3971 test -z "$as_dir" && as_dir=.
3972 for ac_exec_ext in '' $ac_executable_extensions; do
3973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3974 ac_cv_prog_ac_ct_CPPBIN="cpp"
3975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3976 break 2
3978 done
3979 done
3980 IFS=$as_save_IFS
3984 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3985 if test -n "$ac_ct_CPPBIN"; then
3986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3987 $as_echo "$ac_ct_CPPBIN" >&6; }
3988 else
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3990 $as_echo "no" >&6; }
3993 if test "x$ac_ct_CPPBIN" = x; then
3994 CPPBIN="cpp"
3995 else
3996 case $cross_compiling:$ac_tool_warned in
3997 yes:)
3998 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3999 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4000 ac_tool_warned=yes ;;
4001 esac
4002 CPPBIN=$ac_ct_CPPBIN
4004 else
4005 CPPBIN="$ac_cv_prog_CPPBIN"
4009 cat >>confdefs.h <<_ACEOF
4010 #define EXEEXT "$ac_exeext"
4011 _ACEOF
4014 case $host in
4015 *-darwin*)
4016 if test "x$enable_win64" = "xyes"
4017 then
4018 CC="$CC -m64"
4019 CXX="$CXX -m64"
4020 LD="${LD:-ld} -arch x86_64"
4021 AS="${AS:-as} -arch x86_64"
4022 host_cpu="x86_64"
4023 notice_platform="64-bit "
4024 TARGETFLAGS="-m64"
4026 else
4027 CC="$CC -m32"
4028 CXX="$CXX -m32"
4029 LD="${LD:-ld} -arch i386"
4030 AS="${AS:-as} -arch i386"
4031 host_cpu="i386"
4032 notice_platform="32-bit "
4033 TARGETFLAGS="-m32"
4035 enable_win16=${enable_win16:-yes}
4038 x86_64*)
4039 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4040 then
4041 CC="$CC -m32"
4042 CXX="$CXX -m32"
4043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4044 $as_echo_n "checking whether $CC works... " >&6; }
4046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4047 /* end confdefs.h. */
4050 main ()
4054 return 0;
4056 _ACEOF
4057 if ac_fn_c_try_link "$LINENO"; then :
4058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4059 $as_echo "yes" >&6; }
4060 else
4061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4062 $as_echo "no" >&6; }
4063 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4065 rm -f core conftest.err conftest.$ac_objext \
4066 conftest$ac_exeext conftest.$ac_ext
4067 LD="${LD:-ld} -m elf_i386"
4068 AS="${AS:-as} --32"
4069 host_cpu="i386"
4070 notice_platform="32-bit "
4071 TARGETFLAGS="-m32"
4073 enable_win16=${enable_win16:-yes}
4074 else
4075 if test "x${GCC}" = "xyes"
4076 then
4077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4078 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4080 /* end confdefs.h. */
4081 #include <stdarg.h>
4083 main ()
4085 void func(__builtin_ms_va_list *args);
4087 return 0;
4089 _ACEOF
4090 if ac_fn_c_try_compile "$LINENO"; then :
4091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4092 $as_echo "yes" >&6; }
4093 else
4094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4095 $as_echo "no" >&6; }
4096 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4100 TARGETFLAGS="-m64"
4104 *-mingw32*|*-cygwin*)
4105 enable_win16=${enable_win16:-no}
4107 i[3456789]86*)
4108 enable_win16=${enable_win16:-yes}
4110 esac
4112 enable_win16=${enable_win16:-no}
4114 if test -n "$with_wine64"
4115 then
4116 if test "x$enable_win64" = "xyes"
4117 then
4118 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4119 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4121 WOW64_DISABLE=\#
4123 enable_fonts=${enable_fonts:-no}
4124 enable_include=${enable_include:-no}
4125 enable_server=${enable_server:-no}
4126 enable_tools=${enable_tools:-no}
4127 enable_wineboot=${enable_wineboot:-no}
4128 enable_winedbg=${enable_winedbg:-no}
4129 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4133 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4134 if test "${wine_cv_toolsdir+set}" = set; then :
4135 $as_echo_n "(cached) " >&6
4136 else
4137 wine_cv_toolsdir="$with_wine_tools"
4138 if test -z "$with_wine_tools"; then
4139 if test "$cross_compiling" = "yes"; then
4140 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4141 elif test -n "$with_wine64"; then
4142 wine_cv_toolsdir="$with_wine64"
4145 if test -z "$wine_cv_toolsdir"; then
4146 wine_cv_toolsdir="\$(TOPOBJDIR)"
4147 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4148 case "$wine_cv_toolsdir" in
4149 /*) ;;
4150 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4151 esac
4152 else
4153 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4157 $as_echo "$wine_cv_toolsdir" >&6; }
4158 TOOLSDIR=$wine_cv_toolsdir
4160 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4161 then
4162 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4166 for ac_prog in flex
4168 # Extract the first word of "$ac_prog", so it can be a program name with args.
4169 set dummy $ac_prog; ac_word=$2
4170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4171 $as_echo_n "checking for $ac_word... " >&6; }
4172 if test "${ac_cv_prog_FLEX+set}" = set; then :
4173 $as_echo_n "(cached) " >&6
4174 else
4175 if test -n "$FLEX"; then
4176 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4177 else
4178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4179 for as_dir in $PATH
4181 IFS=$as_save_IFS
4182 test -z "$as_dir" && as_dir=.
4183 for ac_exec_ext in '' $ac_executable_extensions; do
4184 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4185 ac_cv_prog_FLEX="$ac_prog"
4186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4187 break 2
4189 done
4190 done
4191 IFS=$as_save_IFS
4195 FLEX=$ac_cv_prog_FLEX
4196 if test -n "$FLEX"; then
4197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4198 $as_echo "$FLEX" >&6; }
4199 else
4200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4201 $as_echo "no" >&6; }
4205 test -n "$FLEX" && break
4206 done
4207 test -n "$FLEX" || FLEX="none"
4209 if test "$FLEX" = "none"
4210 then
4211 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4214 $as_echo_n "checking whether flex is recent enough... " >&6; }
4215 cat >conftest.l <<EOF
4216 %top{
4217 #include "prediluvian.h"
4221 if $FLEX -t conftest.l >/dev/null 2>&1
4222 then
4223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4224 $as_echo "yes" >&6; }
4225 else
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4227 $as_echo "no" >&6; }
4228 as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4231 for ac_prog in bison
4233 # Extract the first word of "$ac_prog", so it can be a program name with args.
4234 set dummy $ac_prog; ac_word=$2
4235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4236 $as_echo_n "checking for $ac_word... " >&6; }
4237 if test "${ac_cv_prog_BISON+set}" = set; then :
4238 $as_echo_n "(cached) " >&6
4239 else
4240 if test -n "$BISON"; then
4241 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4242 else
4243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4244 for as_dir in $PATH
4246 IFS=$as_save_IFS
4247 test -z "$as_dir" && as_dir=.
4248 for ac_exec_ext in '' $ac_executable_extensions; do
4249 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4250 ac_cv_prog_BISON="$ac_prog"
4251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4252 break 2
4254 done
4255 done
4256 IFS=$as_save_IFS
4260 BISON=$ac_cv_prog_BISON
4261 if test -n "$BISON"; then
4262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4263 $as_echo "$BISON" >&6; }
4264 else
4265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4266 $as_echo "no" >&6; }
4270 test -n "$BISON" && break
4271 done
4272 test -n "$BISON" || BISON="none"
4274 if test "$BISON" = "none"
4275 then
4276 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4279 if test -n "$ac_tool_prefix"; then
4280 for ac_prog in ar gar
4282 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4283 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4285 $as_echo_n "checking for $ac_word... " >&6; }
4286 if test "${ac_cv_prog_AR+set}" = set; then :
4287 $as_echo_n "(cached) " >&6
4288 else
4289 if test -n "$AR"; then
4290 ac_cv_prog_AR="$AR" # Let the user override the test.
4291 else
4292 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4293 for as_dir in $PATH
4295 IFS=$as_save_IFS
4296 test -z "$as_dir" && as_dir=.
4297 for ac_exec_ext in '' $ac_executable_extensions; do
4298 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4299 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4300 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4301 break 2
4303 done
4304 done
4305 IFS=$as_save_IFS
4309 AR=$ac_cv_prog_AR
4310 if test -n "$AR"; then
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4312 $as_echo "$AR" >&6; }
4313 else
4314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4315 $as_echo "no" >&6; }
4319 test -n "$AR" && break
4320 done
4322 if test -z "$AR"; then
4323 ac_ct_AR=$AR
4324 for ac_prog in ar gar
4326 # Extract the first word of "$ac_prog", so it can be a program name with args.
4327 set dummy $ac_prog; ac_word=$2
4328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4329 $as_echo_n "checking for $ac_word... " >&6; }
4330 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4331 $as_echo_n "(cached) " >&6
4332 else
4333 if test -n "$ac_ct_AR"; then
4334 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4335 else
4336 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4337 for as_dir in $PATH
4339 IFS=$as_save_IFS
4340 test -z "$as_dir" && as_dir=.
4341 for ac_exec_ext in '' $ac_executable_extensions; do
4342 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4343 ac_cv_prog_ac_ct_AR="$ac_prog"
4344 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4345 break 2
4347 done
4348 done
4349 IFS=$as_save_IFS
4353 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4354 if test -n "$ac_ct_AR"; then
4355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4356 $as_echo "$ac_ct_AR" >&6; }
4357 else
4358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4359 $as_echo "no" >&6; }
4363 test -n "$ac_ct_AR" && break
4364 done
4366 if test "x$ac_ct_AR" = x; then
4367 AR="ar"
4368 else
4369 case $cross_compiling:$ac_tool_warned in
4370 yes:)
4371 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4372 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4373 ac_tool_warned=yes ;;
4374 esac
4375 AR=$ac_ct_AR
4379 ARFLAGS=rc
4381 if test -n "$ac_tool_prefix"; then
4382 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4383 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4385 $as_echo_n "checking for $ac_word... " >&6; }
4386 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4387 $as_echo_n "(cached) " >&6
4388 else
4389 if test -n "$RANLIB"; then
4390 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4391 else
4392 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4393 for as_dir in $PATH
4395 IFS=$as_save_IFS
4396 test -z "$as_dir" && as_dir=.
4397 for ac_exec_ext in '' $ac_executable_extensions; do
4398 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4399 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4400 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4401 break 2
4403 done
4404 done
4405 IFS=$as_save_IFS
4409 RANLIB=$ac_cv_prog_RANLIB
4410 if test -n "$RANLIB"; then
4411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4412 $as_echo "$RANLIB" >&6; }
4413 else
4414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4415 $as_echo "no" >&6; }
4420 if test -z "$ac_cv_prog_RANLIB"; then
4421 ac_ct_RANLIB=$RANLIB
4422 # Extract the first word of "ranlib", so it can be a program name with args.
4423 set dummy ranlib; ac_word=$2
4424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4425 $as_echo_n "checking for $ac_word... " >&6; }
4426 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4427 $as_echo_n "(cached) " >&6
4428 else
4429 if test -n "$ac_ct_RANLIB"; then
4430 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4431 else
4432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4433 for as_dir in $PATH
4435 IFS=$as_save_IFS
4436 test -z "$as_dir" && as_dir=.
4437 for ac_exec_ext in '' $ac_executable_extensions; do
4438 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4439 ac_cv_prog_ac_ct_RANLIB="ranlib"
4440 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4441 break 2
4443 done
4444 done
4445 IFS=$as_save_IFS
4449 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4450 if test -n "$ac_ct_RANLIB"; then
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4452 $as_echo "$ac_ct_RANLIB" >&6; }
4453 else
4454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4455 $as_echo "no" >&6; }
4458 if test "x$ac_ct_RANLIB" = x; then
4459 RANLIB=":"
4460 else
4461 case $cross_compiling:$ac_tool_warned in
4462 yes:)
4463 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4464 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4465 ac_tool_warned=yes ;;
4466 esac
4467 RANLIB=$ac_ct_RANLIB
4469 else
4470 RANLIB="$ac_cv_prog_RANLIB"
4473 if test -n "$ac_tool_prefix"; then
4474 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4475 set dummy ${ac_tool_prefix}strip; ac_word=$2
4476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4477 $as_echo_n "checking for $ac_word... " >&6; }
4478 if test "${ac_cv_prog_STRIP+set}" = set; then :
4479 $as_echo_n "(cached) " >&6
4480 else
4481 if test -n "$STRIP"; then
4482 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4483 else
4484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4485 for as_dir in $PATH
4487 IFS=$as_save_IFS
4488 test -z "$as_dir" && as_dir=.
4489 for ac_exec_ext in '' $ac_executable_extensions; do
4490 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4491 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4492 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4493 break 2
4495 done
4496 done
4497 IFS=$as_save_IFS
4501 STRIP=$ac_cv_prog_STRIP
4502 if test -n "$STRIP"; then
4503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4504 $as_echo "$STRIP" >&6; }
4505 else
4506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4507 $as_echo "no" >&6; }
4512 if test -z "$ac_cv_prog_STRIP"; then
4513 ac_ct_STRIP=$STRIP
4514 # Extract the first word of "strip", so it can be a program name with args.
4515 set dummy strip; ac_word=$2
4516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4517 $as_echo_n "checking for $ac_word... " >&6; }
4518 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4519 $as_echo_n "(cached) " >&6
4520 else
4521 if test -n "$ac_ct_STRIP"; then
4522 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4523 else
4524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4525 for as_dir in $PATH
4527 IFS=$as_save_IFS
4528 test -z "$as_dir" && as_dir=.
4529 for ac_exec_ext in '' $ac_executable_extensions; do
4530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4531 ac_cv_prog_ac_ct_STRIP="strip"
4532 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4533 break 2
4535 done
4536 done
4537 IFS=$as_save_IFS
4541 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4542 if test -n "$ac_ct_STRIP"; then
4543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4544 $as_echo "$ac_ct_STRIP" >&6; }
4545 else
4546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4547 $as_echo "no" >&6; }
4550 if test "x$ac_ct_STRIP" = x; then
4551 STRIP="strip"
4552 else
4553 case $cross_compiling:$ac_tool_warned in
4554 yes:)
4555 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4556 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4557 ac_tool_warned=yes ;;
4558 esac
4559 STRIP=$ac_ct_STRIP
4561 else
4562 STRIP="$ac_cv_prog_STRIP"
4565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4566 $as_echo_n "checking whether ln -s works... " >&6; }
4567 LN_S=$as_ln_s
4568 if test "$LN_S" = "ln -s"; then
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4570 $as_echo "yes" >&6; }
4571 else
4572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4573 $as_echo "no, using $LN_S" >&6; }
4576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4577 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4578 if test "${ac_cv_path_GREP+set}" = set; then :
4579 $as_echo_n "(cached) " >&6
4580 else
4581 if test -z "$GREP"; then
4582 ac_path_GREP_found=false
4583 # Loop through the user's path and test for each of PROGNAME-LIST
4584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4585 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4587 IFS=$as_save_IFS
4588 test -z "$as_dir" && as_dir=.
4589 for ac_prog in grep ggrep; do
4590 for ac_exec_ext in '' $ac_executable_extensions; do
4591 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4592 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4593 # Check for GNU ac_path_GREP and select it if it is found.
4594 # Check for GNU $ac_path_GREP
4595 case `"$ac_path_GREP" --version 2>&1` in
4596 *GNU*)
4597 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4599 ac_count=0
4600 $as_echo_n 0123456789 >"conftest.in"
4601 while :
4603 cat "conftest.in" "conftest.in" >"conftest.tmp"
4604 mv "conftest.tmp" "conftest.in"
4605 cp "conftest.in" "conftest.nl"
4606 $as_echo 'GREP' >> "conftest.nl"
4607 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4608 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4609 as_fn_arith $ac_count + 1 && ac_count=$as_val
4610 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4611 # Best one so far, save it but keep looking for a better one
4612 ac_cv_path_GREP="$ac_path_GREP"
4613 ac_path_GREP_max=$ac_count
4615 # 10*(2^10) chars as input seems more than enough
4616 test $ac_count -gt 10 && break
4617 done
4618 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4619 esac
4621 $ac_path_GREP_found && break 3
4622 done
4623 done
4624 done
4625 IFS=$as_save_IFS
4626 if test -z "$ac_cv_path_GREP"; then
4627 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4629 else
4630 ac_cv_path_GREP=$GREP
4634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4635 $as_echo "$ac_cv_path_GREP" >&6; }
4636 GREP="$ac_cv_path_GREP"
4639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4640 $as_echo_n "checking for egrep... " >&6; }
4641 if test "${ac_cv_path_EGREP+set}" = set; then :
4642 $as_echo_n "(cached) " >&6
4643 else
4644 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4645 then ac_cv_path_EGREP="$GREP -E"
4646 else
4647 if test -z "$EGREP"; then
4648 ac_path_EGREP_found=false
4649 # Loop through the user's path and test for each of PROGNAME-LIST
4650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4651 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4653 IFS=$as_save_IFS
4654 test -z "$as_dir" && as_dir=.
4655 for ac_prog in egrep; do
4656 for ac_exec_ext in '' $ac_executable_extensions; do
4657 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4658 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4659 # Check for GNU ac_path_EGREP and select it if it is found.
4660 # Check for GNU $ac_path_EGREP
4661 case `"$ac_path_EGREP" --version 2>&1` in
4662 *GNU*)
4663 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4665 ac_count=0
4666 $as_echo_n 0123456789 >"conftest.in"
4667 while :
4669 cat "conftest.in" "conftest.in" >"conftest.tmp"
4670 mv "conftest.tmp" "conftest.in"
4671 cp "conftest.in" "conftest.nl"
4672 $as_echo 'EGREP' >> "conftest.nl"
4673 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4674 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4675 as_fn_arith $ac_count + 1 && ac_count=$as_val
4676 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4677 # Best one so far, save it but keep looking for a better one
4678 ac_cv_path_EGREP="$ac_path_EGREP"
4679 ac_path_EGREP_max=$ac_count
4681 # 10*(2^10) chars as input seems more than enough
4682 test $ac_count -gt 10 && break
4683 done
4684 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4685 esac
4687 $ac_path_EGREP_found && break 3
4688 done
4689 done
4690 done
4691 IFS=$as_save_IFS
4692 if test -z "$ac_cv_path_EGREP"; then
4693 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4695 else
4696 ac_cv_path_EGREP=$EGREP
4701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4702 $as_echo "$ac_cv_path_EGREP" >&6; }
4703 EGREP="$ac_cv_path_EGREP"
4706 # Extract the first word of "ldconfig", so it can be a program name with args.
4707 set dummy ldconfig; ac_word=$2
4708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4709 $as_echo_n "checking for $ac_word... " >&6; }
4710 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4711 $as_echo_n "(cached) " >&6
4712 else
4713 case $LDCONFIG in
4714 [\\/]* | ?:[\\/]*)
4715 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4719 for as_dir in /sbin /usr/sbin $PATH
4721 IFS=$as_save_IFS
4722 test -z "$as_dir" && as_dir=.
4723 for ac_exec_ext in '' $ac_executable_extensions; do
4724 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4725 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4726 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4727 break 2
4729 done
4730 done
4731 IFS=$as_save_IFS
4733 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4735 esac
4737 LDCONFIG=$ac_cv_path_LDCONFIG
4738 if test -n "$LDCONFIG"; then
4739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4740 $as_echo "$LDCONFIG" >&6; }
4741 else
4742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4743 $as_echo "no" >&6; }
4747 # Find a good install program. We prefer a C program (faster),
4748 # so one script is as good as another. But avoid the broken or
4749 # incompatible versions:
4750 # SysV /etc/install, /usr/sbin/install
4751 # SunOS /usr/etc/install
4752 # IRIX /sbin/install
4753 # AIX /bin/install
4754 # AmigaOS /C/install, which installs bootblocks on floppy discs
4755 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4756 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4757 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4758 # OS/2's system install, which has a completely different semantic
4759 # ./install, which can be erroneously created by make from ./install.sh.
4760 # Reject install programs that cannot install multiple files.
4761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4762 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4763 if test -z "$INSTALL"; then
4764 if test "${ac_cv_path_install+set}" = set; then :
4765 $as_echo_n "(cached) " >&6
4766 else
4767 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4768 for as_dir in $PATH
4770 IFS=$as_save_IFS
4771 test -z "$as_dir" && as_dir=.
4772 # Account for people who put trailing slashes in PATH elements.
4773 case $as_dir/ in #((
4774 ./ | .// | /[cC]/* | \
4775 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4776 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4777 /usr/ucb/* ) ;;
4779 # OSF1 and SCO ODT 3.0 have their own names for install.
4780 # Don't use installbsd from OSF since it installs stuff as root
4781 # by default.
4782 for ac_prog in ginstall scoinst install; do
4783 for ac_exec_ext in '' $ac_executable_extensions; do
4784 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4785 if test $ac_prog = install &&
4786 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4787 # AIX install. It has an incompatible calling convention.
4789 elif test $ac_prog = install &&
4790 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4791 # program-specific install script used by HP pwplus--don't use.
4793 else
4794 rm -rf conftest.one conftest.two conftest.dir
4795 echo one > conftest.one
4796 echo two > conftest.two
4797 mkdir conftest.dir
4798 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4799 test -s conftest.one && test -s conftest.two &&
4800 test -s conftest.dir/conftest.one &&
4801 test -s conftest.dir/conftest.two
4802 then
4803 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4804 break 3
4808 done
4809 done
4811 esac
4813 done
4814 IFS=$as_save_IFS
4816 rm -rf conftest.one conftest.two conftest.dir
4819 if test "${ac_cv_path_install+set}" = set; then
4820 INSTALL=$ac_cv_path_install
4821 else
4822 # As a last resort, use the slow shell script. Don't cache a
4823 # value for INSTALL within a source directory, because that will
4824 # break other packages using the cache if that directory is
4825 # removed, or if the value is a relative name.
4826 INSTALL=$ac_install_sh
4829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4830 $as_echo "$INSTALL" >&6; }
4832 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4833 # It thinks the first close brace ends the variable substitution.
4834 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4836 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4838 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4840 case "$INSTALL" in
4841 [\\/$]* | ?:[\\/]* ) ;;
4842 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4843 esac
4845 for ac_prog in lclint lint
4847 # Extract the first word of "$ac_prog", so it can be a program name with args.
4848 set dummy $ac_prog; ac_word=$2
4849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4850 $as_echo_n "checking for $ac_word... " >&6; }
4851 if test "${ac_cv_prog_LINT+set}" = set; then :
4852 $as_echo_n "(cached) " >&6
4853 else
4854 if test -n "$LINT"; then
4855 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4856 else
4857 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4858 for as_dir in $PATH
4860 IFS=$as_save_IFS
4861 test -z "$as_dir" && as_dir=.
4862 for ac_exec_ext in '' $ac_executable_extensions; do
4863 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4864 ac_cv_prog_LINT="$ac_prog"
4865 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4866 break 2
4868 done
4869 done
4870 IFS=$as_save_IFS
4874 LINT=$ac_cv_prog_LINT
4875 if test -n "$LINT"; then
4876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4877 $as_echo "$LINT" >&6; }
4878 else
4879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4880 $as_echo "no" >&6; }
4884 test -n "$LINT" && break
4885 done
4887 if test "$LINT" = "lint"
4888 then
4889 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4894 for ac_prog in fontforge
4896 # Extract the first word of "$ac_prog", so it can be a program name with args.
4897 set dummy $ac_prog; ac_word=$2
4898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4899 $as_echo_n "checking for $ac_word... " >&6; }
4900 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4901 $as_echo_n "(cached) " >&6
4902 else
4903 if test -n "$FONTFORGE"; then
4904 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4905 else
4906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4907 for as_dir in $PATH
4909 IFS=$as_save_IFS
4910 test -z "$as_dir" && as_dir=.
4911 for ac_exec_ext in '' $ac_executable_extensions; do
4912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4913 ac_cv_prog_FONTFORGE="$ac_prog"
4914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4915 break 2
4917 done
4918 done
4919 IFS=$as_save_IFS
4923 FONTFORGE=$ac_cv_prog_FONTFORGE
4924 if test -n "$FONTFORGE"; then
4925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4926 $as_echo "$FONTFORGE" >&6; }
4927 else
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4929 $as_echo "no" >&6; }
4933 test -n "$FONTFORGE" && break
4934 done
4935 test -n "$FONTFORGE" || FONTFORGE="false"
4937 for ac_prog in pkg-config
4939 # Extract the first word of "$ac_prog", so it can be a program name with args.
4940 set dummy $ac_prog; ac_word=$2
4941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4942 $as_echo_n "checking for $ac_word... " >&6; }
4943 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4944 $as_echo_n "(cached) " >&6
4945 else
4946 if test -n "$PKG_CONFIG"; then
4947 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4948 else
4949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4950 for as_dir in $PATH
4952 IFS=$as_save_IFS
4953 test -z "$as_dir" && as_dir=.
4954 for ac_exec_ext in '' $ac_executable_extensions; do
4955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4956 ac_cv_prog_PKG_CONFIG="$ac_prog"
4957 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4958 break 2
4960 done
4961 done
4962 IFS=$as_save_IFS
4966 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4967 if test -n "$PKG_CONFIG"; then
4968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4969 $as_echo "$PKG_CONFIG" >&6; }
4970 else
4971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4972 $as_echo "no" >&6; }
4976 test -n "$PKG_CONFIG" && break
4977 done
4978 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4980 for ac_prog in rsvg
4982 # Extract the first word of "$ac_prog", so it can be a program name with args.
4983 set dummy $ac_prog; ac_word=$2
4984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4985 $as_echo_n "checking for $ac_word... " >&6; }
4986 if test "${ac_cv_prog_RSVG+set}" = set; then :
4987 $as_echo_n "(cached) " >&6
4988 else
4989 if test -n "$RSVG"; then
4990 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4991 else
4992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4993 for as_dir in $PATH
4995 IFS=$as_save_IFS
4996 test -z "$as_dir" && as_dir=.
4997 for ac_exec_ext in '' $ac_executable_extensions; do
4998 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4999 ac_cv_prog_RSVG="$ac_prog"
5000 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5001 break 2
5003 done
5004 done
5005 IFS=$as_save_IFS
5009 RSVG=$ac_cv_prog_RSVG
5010 if test -n "$RSVG"; then
5011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5012 $as_echo "$RSVG" >&6; }
5013 else
5014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5015 $as_echo "no" >&6; }
5019 test -n "$RSVG" && break
5020 done
5021 test -n "$RSVG" || RSVG="false"
5023 for ac_prog in icotool
5025 # Extract the first word of "$ac_prog", so it can be a program name with args.
5026 set dummy $ac_prog; ac_word=$2
5027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5028 $as_echo_n "checking for $ac_word... " >&6; }
5029 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5030 $as_echo_n "(cached) " >&6
5031 else
5032 if test -n "$ICOTOOL"; then
5033 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5034 else
5035 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5036 for as_dir in $PATH
5038 IFS=$as_save_IFS
5039 test -z "$as_dir" && as_dir=.
5040 for ac_exec_ext in '' $ac_executable_extensions; do
5041 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5042 ac_cv_prog_ICOTOOL="$ac_prog"
5043 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5044 break 2
5046 done
5047 done
5048 IFS=$as_save_IFS
5052 ICOTOOL=$ac_cv_prog_ICOTOOL
5053 if test -n "$ICOTOOL"; then
5054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5055 $as_echo "$ICOTOOL" >&6; }
5056 else
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5058 $as_echo "no" >&6; }
5062 test -n "$ICOTOOL" && break
5063 done
5064 test -n "$ICOTOOL" || ICOTOOL="false"
5067 if test "${enable_maintainer_mode+set}" = set
5068 then
5069 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5070 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5071 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5074 case $host_cpu in
5075 *i[3456789]86*)
5076 # Extract the first word of "prelink", so it can be a program name with args.
5077 set dummy prelink; ac_word=$2
5078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5079 $as_echo_n "checking for $ac_word... " >&6; }
5080 if test "${ac_cv_path_PRELINK+set}" = set; then :
5081 $as_echo_n "(cached) " >&6
5082 else
5083 case $PRELINK in
5084 [\\/]* | ?:[\\/]*)
5085 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5088 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5089 for as_dir in /sbin /usr/sbin $PATH
5091 IFS=$as_save_IFS
5092 test -z "$as_dir" && as_dir=.
5093 for ac_exec_ext in '' $ac_executable_extensions; do
5094 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5095 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5096 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5097 break 2
5099 done
5100 done
5101 IFS=$as_save_IFS
5103 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5105 esac
5107 PRELINK=$ac_cv_path_PRELINK
5108 if test -n "$PRELINK"; then
5109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5110 $as_echo "$PRELINK" >&6; }
5111 else
5112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5113 $as_echo "no" >&6; }
5118 esac
5121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5122 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5123 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5124 $as_echo_n "(cached) " >&6
5125 else
5126 ac_check_lib_save_LIBS=$LIBS
5127 LIBS="-li386 $LIBS"
5128 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5129 /* end confdefs.h. */
5131 /* Override any GCC internal prototype to avoid an error.
5132 Use char because int might match the return type of a GCC
5133 builtin and then its argument prototype would still apply. */
5134 #ifdef __cplusplus
5135 extern "C"
5136 #endif
5137 char i386_set_ldt ();
5139 main ()
5141 return i386_set_ldt ();
5143 return 0;
5145 _ACEOF
5146 if ac_fn_c_try_link "$LINENO"; then :
5147 ac_cv_lib_i386_i386_set_ldt=yes
5148 else
5149 ac_cv_lib_i386_i386_set_ldt=no
5151 rm -f core conftest.err conftest.$ac_objext \
5152 conftest$ac_exeext conftest.$ac_ext
5153 LIBS=$ac_check_lib_save_LIBS
5155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5156 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5157 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5158 cat >>confdefs.h <<_ACEOF
5159 #define HAVE_LIBI386 1
5160 _ACEOF
5162 LIBS="-li386 $LIBS"
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5167 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5168 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5169 $as_echo_n "(cached) " >&6
5170 else
5171 ac_check_lib_save_LIBS=$LIBS
5172 LIBS="-lossaudio $LIBS"
5173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5174 /* end confdefs.h. */
5176 /* Override any GCC internal prototype to avoid an error.
5177 Use char because int might match the return type of a GCC
5178 builtin and then its argument prototype would still apply. */
5179 #ifdef __cplusplus
5180 extern "C"
5181 #endif
5182 char _oss_ioctl ();
5184 main ()
5186 return _oss_ioctl ();
5188 return 0;
5190 _ACEOF
5191 if ac_fn_c_try_link "$LINENO"; then :
5192 ac_cv_lib_ossaudio__oss_ioctl=yes
5193 else
5194 ac_cv_lib_ossaudio__oss_ioctl=no
5196 rm -f core conftest.err conftest.$ac_objext \
5197 conftest$ac_exeext conftest.$ac_ext
5198 LIBS=$ac_check_lib_save_LIBS
5200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5201 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5202 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5203 cat >>confdefs.h <<_ACEOF
5204 #define HAVE_LIBOSSAUDIO 1
5205 _ACEOF
5207 LIBS="-lossaudio $LIBS"
5212 XLIB=""
5214 OPENGL_LIBS=""
5218 # Check whether --enable-largefile was given.
5219 if test "${enable_largefile+set}" = set; then :
5220 enableval=$enable_largefile;
5223 if test "$enable_largefile" != no; then
5225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5226 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5227 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5228 $as_echo_n "(cached) " >&6
5229 else
5230 ac_cv_sys_largefile_CC=no
5231 if test "$GCC" != yes; then
5232 ac_save_CC=$CC
5233 while :; do
5234 # IRIX 6.2 and later do not support large files by default,
5235 # so use the C compiler's -n32 option if that helps.
5236 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5237 /* end confdefs.h. */
5238 #include <sys/types.h>
5239 /* Check that off_t can represent 2**63 - 1 correctly.
5240 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5241 since some C++ compilers masquerading as C compilers
5242 incorrectly reject 9223372036854775807. */
5243 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5244 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5245 && LARGE_OFF_T % 2147483647 == 1)
5246 ? 1 : -1];
5248 main ()
5252 return 0;
5254 _ACEOF
5255 if ac_fn_c_try_compile "$LINENO"; then :
5256 break
5258 rm -f core conftest.err conftest.$ac_objext
5259 CC="$CC -n32"
5260 if ac_fn_c_try_compile "$LINENO"; then :
5261 ac_cv_sys_largefile_CC=' -n32'; break
5263 rm -f core conftest.err conftest.$ac_objext
5264 break
5265 done
5266 CC=$ac_save_CC
5267 rm -f conftest.$ac_ext
5270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5271 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5272 if test "$ac_cv_sys_largefile_CC" != no; then
5273 CC=$CC$ac_cv_sys_largefile_CC
5276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5277 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5278 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5279 $as_echo_n "(cached) " >&6
5280 else
5281 while :; do
5282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5283 /* end confdefs.h. */
5284 #include <sys/types.h>
5285 /* Check that off_t can represent 2**63 - 1 correctly.
5286 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5287 since some C++ compilers masquerading as C compilers
5288 incorrectly reject 9223372036854775807. */
5289 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5290 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5291 && LARGE_OFF_T % 2147483647 == 1)
5292 ? 1 : -1];
5294 main ()
5298 return 0;
5300 _ACEOF
5301 if ac_fn_c_try_compile "$LINENO"; then :
5302 ac_cv_sys_file_offset_bits=no; break
5304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5306 /* end confdefs.h. */
5307 #define _FILE_OFFSET_BITS 64
5308 #include <sys/types.h>
5309 /* Check that off_t can represent 2**63 - 1 correctly.
5310 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5311 since some C++ compilers masquerading as C compilers
5312 incorrectly reject 9223372036854775807. */
5313 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5314 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5315 && LARGE_OFF_T % 2147483647 == 1)
5316 ? 1 : -1];
5318 main ()
5322 return 0;
5324 _ACEOF
5325 if ac_fn_c_try_compile "$LINENO"; then :
5326 ac_cv_sys_file_offset_bits=64; break
5328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5329 ac_cv_sys_file_offset_bits=unknown
5330 break
5331 done
5333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5334 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5335 case $ac_cv_sys_file_offset_bits in #(
5336 no | unknown) ;;
5338 cat >>confdefs.h <<_ACEOF
5339 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5340 _ACEOF
5342 esac
5343 rm -rf conftest*
5344 if test $ac_cv_sys_file_offset_bits = unknown; then
5345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5346 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5347 if test "${ac_cv_sys_large_files+set}" = set; then :
5348 $as_echo_n "(cached) " >&6
5349 else
5350 while :; do
5351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5352 /* end confdefs.h. */
5353 #include <sys/types.h>
5354 /* Check that off_t can represent 2**63 - 1 correctly.
5355 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5356 since some C++ compilers masquerading as C compilers
5357 incorrectly reject 9223372036854775807. */
5358 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5359 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5360 && LARGE_OFF_T % 2147483647 == 1)
5361 ? 1 : -1];
5363 main ()
5367 return 0;
5369 _ACEOF
5370 if ac_fn_c_try_compile "$LINENO"; then :
5371 ac_cv_sys_large_files=no; break
5373 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5375 /* end confdefs.h. */
5376 #define _LARGE_FILES 1
5377 #include <sys/types.h>
5378 /* Check that off_t can represent 2**63 - 1 correctly.
5379 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5380 since some C++ compilers masquerading as C compilers
5381 incorrectly reject 9223372036854775807. */
5382 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5383 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5384 && LARGE_OFF_T % 2147483647 == 1)
5385 ? 1 : -1];
5387 main ()
5391 return 0;
5393 _ACEOF
5394 if ac_fn_c_try_compile "$LINENO"; then :
5395 ac_cv_sys_large_files=1; break
5397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5398 ac_cv_sys_large_files=unknown
5399 break
5400 done
5402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5403 $as_echo "$ac_cv_sys_large_files" >&6; }
5404 case $ac_cv_sys_large_files in #(
5405 no | unknown) ;;
5407 cat >>confdefs.h <<_ACEOF
5408 #define _LARGE_FILES $ac_cv_sys_large_files
5409 _ACEOF
5411 esac
5412 rm -rf conftest*
5417 ac_ext=c
5418 ac_cpp='$CPP $CPPFLAGS'
5419 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5420 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5421 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5423 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5424 # On Suns, sometimes $CPP names a directory.
5425 if test -n "$CPP" && test -d "$CPP"; then
5426 CPP=
5428 if test -z "$CPP"; then
5429 if test "${ac_cv_prog_CPP+set}" = set; then :
5430 $as_echo_n "(cached) " >&6
5431 else
5432 # Double quotes because CPP needs to be expanded
5433 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5435 ac_preproc_ok=false
5436 for ac_c_preproc_warn_flag in '' yes
5438 # Use a header file that comes with gcc, so configuring glibc
5439 # with a fresh cross-compiler works.
5440 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5441 # <limits.h> exists even on freestanding compilers.
5442 # On the NeXT, cc -E runs the code through the compiler's parser,
5443 # not just through cpp. "Syntax error" is here to catch this case.
5444 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5445 /* end confdefs.h. */
5446 #ifdef __STDC__
5447 # include <limits.h>
5448 #else
5449 # include <assert.h>
5450 #endif
5451 Syntax error
5452 _ACEOF
5453 if ac_fn_c_try_cpp "$LINENO"; then :
5455 else
5456 # Broken: fails on valid input.
5457 continue
5459 rm -f conftest.err conftest.$ac_ext
5461 # OK, works on sane cases. Now check whether nonexistent headers
5462 # can be detected and how.
5463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464 /* end confdefs.h. */
5465 #include <ac_nonexistent.h>
5466 _ACEOF
5467 if ac_fn_c_try_cpp "$LINENO"; then :
5468 # Broken: success on invalid input.
5469 continue
5470 else
5471 # Passes both tests.
5472 ac_preproc_ok=:
5473 break
5475 rm -f conftest.err conftest.$ac_ext
5477 done
5478 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5479 rm -f conftest.err conftest.$ac_ext
5480 if $ac_preproc_ok; then :
5481 break
5484 done
5485 ac_cv_prog_CPP=$CPP
5488 CPP=$ac_cv_prog_CPP
5489 else
5490 ac_cv_prog_CPP=$CPP
5492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5493 $as_echo "$CPP" >&6; }
5494 ac_preproc_ok=false
5495 for ac_c_preproc_warn_flag in '' yes
5497 # Use a header file that comes with gcc, so configuring glibc
5498 # with a fresh cross-compiler works.
5499 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5500 # <limits.h> exists even on freestanding compilers.
5501 # On the NeXT, cc -E runs the code through the compiler's parser,
5502 # not just through cpp. "Syntax error" is here to catch this case.
5503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5504 /* end confdefs.h. */
5505 #ifdef __STDC__
5506 # include <limits.h>
5507 #else
5508 # include <assert.h>
5509 #endif
5510 Syntax error
5511 _ACEOF
5512 if ac_fn_c_try_cpp "$LINENO"; then :
5514 else
5515 # Broken: fails on valid input.
5516 continue
5518 rm -f conftest.err conftest.$ac_ext
5520 # OK, works on sane cases. Now check whether nonexistent headers
5521 # can be detected and how.
5522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5523 /* end confdefs.h. */
5524 #include <ac_nonexistent.h>
5525 _ACEOF
5526 if ac_fn_c_try_cpp "$LINENO"; then :
5527 # Broken: success on invalid input.
5528 continue
5529 else
5530 # Passes both tests.
5531 ac_preproc_ok=:
5532 break
5534 rm -f conftest.err conftest.$ac_ext
5536 done
5537 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5538 rm -f conftest.err conftest.$ac_ext
5539 if $ac_preproc_ok; then :
5541 else
5542 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5543 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5544 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5545 See \`config.log' for more details." "$LINENO" 5; }
5548 ac_ext=c
5549 ac_cpp='$CPP $CPPFLAGS'
5550 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5551 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5552 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5556 $as_echo_n "checking for ANSI C header files... " >&6; }
5557 if test "${ac_cv_header_stdc+set}" = set; then :
5558 $as_echo_n "(cached) " >&6
5559 else
5560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5561 /* end confdefs.h. */
5562 #include <stdlib.h>
5563 #include <stdarg.h>
5564 #include <string.h>
5565 #include <float.h>
5568 main ()
5572 return 0;
5574 _ACEOF
5575 if ac_fn_c_try_compile "$LINENO"; then :
5576 ac_cv_header_stdc=yes
5577 else
5578 ac_cv_header_stdc=no
5580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5582 if test $ac_cv_header_stdc = yes; then
5583 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5585 /* end confdefs.h. */
5586 #include <string.h>
5588 _ACEOF
5589 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5590 $EGREP "memchr" >/dev/null 2>&1; then :
5592 else
5593 ac_cv_header_stdc=no
5595 rm -f conftest*
5599 if test $ac_cv_header_stdc = yes; then
5600 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5602 /* end confdefs.h. */
5603 #include <stdlib.h>
5605 _ACEOF
5606 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5607 $EGREP "free" >/dev/null 2>&1; then :
5609 else
5610 ac_cv_header_stdc=no
5612 rm -f conftest*
5616 if test $ac_cv_header_stdc = yes; then
5617 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5618 if test "$cross_compiling" = yes; then :
5620 else
5621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5622 /* end confdefs.h. */
5623 #include <ctype.h>
5624 #include <stdlib.h>
5625 #if ((' ' & 0x0FF) == 0x020)
5626 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5627 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5628 #else
5629 # define ISLOWER(c) \
5630 (('a' <= (c) && (c) <= 'i') \
5631 || ('j' <= (c) && (c) <= 'r') \
5632 || ('s' <= (c) && (c) <= 'z'))
5633 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5634 #endif
5636 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5638 main ()
5640 int i;
5641 for (i = 0; i < 256; i++)
5642 if (XOR (islower (i), ISLOWER (i))
5643 || toupper (i) != TOUPPER (i))
5644 return 2;
5645 return 0;
5647 _ACEOF
5648 if ac_fn_c_try_run "$LINENO"; then :
5650 else
5651 ac_cv_header_stdc=no
5653 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5654 conftest.$ac_objext conftest.beam conftest.$ac_ext
5659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5660 $as_echo "$ac_cv_header_stdc" >&6; }
5661 if test $ac_cv_header_stdc = yes; then
5663 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5667 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5668 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5669 inttypes.h stdint.h unistd.h
5670 do :
5671 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5672 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5674 eval as_val=\$$as_ac_Header
5675 if test "x$as_val" = x""yes; then :
5676 cat >>confdefs.h <<_ACEOF
5677 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5678 _ACEOF
5682 done
5685 for ac_header in \
5686 AL/al.h \
5687 AudioUnit/AudioUnit.h \
5688 Carbon/Carbon.h \
5689 CoreAudio/CoreAudio.h \
5690 DiskArbitration/DiskArbitration.h \
5691 IOKit/IOKitLib.h \
5692 IOKit/hid/IOHIDLib.h \
5693 OpenAL/al.h \
5694 alias.h \
5695 alsa/asoundlib.h \
5696 arpa/inet.h \
5697 arpa/nameser.h \
5698 asm/types.h \
5699 capi20.h \
5700 curses.h \
5701 direct.h \
5702 dirent.h \
5703 dlfcn.h \
5704 elf.h \
5705 float.h \
5706 fnmatch.h \
5707 fontconfig/fontconfig.h \
5708 getopt.h \
5709 grp.h \
5710 gsm.h \
5711 gsm/gsm.h \
5712 ieeefp.h \
5713 inet/mib2.h \
5714 io.h \
5715 jack/jack.h \
5716 jpeglib.h \
5717 kstat.h \
5718 lber.h \
5719 lcms.h \
5720 lcms/lcms.h \
5721 ldap.h \
5722 libaudioio.h \
5723 link.h \
5724 linux/cdrom.h \
5725 linux/compiler.h \
5726 linux/hdreg.h \
5727 linux/input.h \
5728 linux/ioctl.h \
5729 linux/joystick.h \
5730 linux/major.h \
5731 linux/param.h \
5732 linux/serial.h \
5733 linux/types.h \
5734 linux/ucdrom.h \
5735 mach-o/nlist.h \
5736 mach/mach.h \
5737 mach/machine.h \
5738 machine/cpu.h \
5739 machine/limits.h \
5740 machine/soundcard.h \
5741 mntent.h \
5742 mpg123.h \
5743 ncurses.h \
5744 netdb.h \
5745 netinet/in.h \
5746 netinet/in_systm.h \
5747 netinet/tcp.h \
5748 netinet/tcp_fsm.h \
5749 openssl/err.h \
5750 openssl/ssl.h \
5751 png.h \
5752 poll.h \
5753 port.h \
5754 process.h \
5755 pthread.h \
5756 pwd.h \
5757 regex.h \
5758 sched.h \
5759 scsi/scsi.h \
5760 scsi/scsi_ioctl.h \
5761 scsi/sg.h \
5762 soundcard.h \
5763 stdbool.h \
5764 stdint.h \
5765 strings.h \
5766 stropts.h \
5767 sys/asoundlib.h \
5768 sys/cdio.h \
5769 sys/elf32.h \
5770 sys/epoll.h \
5771 sys/errno.h \
5772 sys/event.h \
5773 sys/exec_elf.h \
5774 sys/filio.h \
5775 sys/inotify.h \
5776 sys/ioctl.h \
5777 sys/ipc.h \
5778 sys/limits.h \
5779 sys/link.h \
5780 sys/mman.h \
5781 sys/modem.h \
5782 sys/msg.h \
5783 sys/mtio.h \
5784 sys/param.h \
5785 sys/poll.h \
5786 sys/prctl.h \
5787 sys/protosw.h \
5788 sys/ptrace.h \
5789 sys/resource.h \
5790 sys/scsiio.h \
5791 sys/shm.h \
5792 sys/signal.h \
5793 sys/socket.h \
5794 sys/socketvar.h \
5795 sys/sockio.h \
5796 sys/soundcard.h \
5797 sys/statvfs.h \
5798 sys/strtio.h \
5799 sys/syscall.h \
5800 sys/tihdr.h \
5801 sys/time.h \
5802 sys/timeout.h \
5803 sys/times.h \
5804 sys/uio.h \
5805 sys/un.h \
5806 sys/utsname.h \
5807 sys/vm86.h \
5808 sys/wait.h \
5809 syscall.h \
5810 termios.h \
5811 unistd.h \
5812 utime.h \
5813 valgrind/memcheck.h \
5814 valgrind/valgrind.h \
5815 zlib.h
5817 do :
5818 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5819 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5820 eval as_val=\$$as_ac_Header
5821 if test "x$as_val" = x""yes; then :
5822 cat >>confdefs.h <<_ACEOF
5823 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5824 _ACEOF
5828 done
5830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5831 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5832 if test "${ac_cv_header_stat_broken+set}" = set; then :
5833 $as_echo_n "(cached) " >&6
5834 else
5835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5836 /* end confdefs.h. */
5837 #include <sys/types.h>
5838 #include <sys/stat.h>
5840 #if defined S_ISBLK && defined S_IFDIR
5841 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5842 #endif
5844 #if defined S_ISBLK && defined S_IFCHR
5845 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5846 #endif
5848 #if defined S_ISLNK && defined S_IFREG
5849 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5850 #endif
5852 #if defined S_ISSOCK && defined S_IFREG
5853 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5854 #endif
5856 _ACEOF
5857 if ac_fn_c_try_compile "$LINENO"; then :
5858 ac_cv_header_stat_broken=no
5859 else
5860 ac_cv_header_stat_broken=yes
5862 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5865 $as_echo "$ac_cv_header_stat_broken" >&6; }
5866 if test $ac_cv_header_stat_broken = yes; then
5868 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5874 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5875 do :
5876 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5877 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5878 #ifdef HAVE_SYS_PARAM_H
5879 # include <sys/param.h>
5880 #endif
5882 eval as_val=\$$as_ac_Header
5883 if test "x$as_val" = x""yes; then :
5884 cat >>confdefs.h <<_ACEOF
5885 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5886 _ACEOF
5890 done
5893 for ac_header in \
5894 netinet/ip.h \
5895 net/if.h \
5896 net/if_arp.h \
5897 net/if_dl.h \
5898 net/if_types.h \
5899 net/route.h \
5900 netinet/if_ether.h \
5901 netinet/if_inarp.h \
5902 netinet/in_pcb.h \
5903 netinet/ip_icmp.h \
5904 netinet/ip_var.h \
5905 netinet/udp.h \
5906 netipx/ipx.h \
5908 do :
5909 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5910 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5911 #ifdef HAVE_SYS_SOCKET_H
5912 # include <sys/socket.h>
5913 #endif
5914 #ifdef HAVE_SYS_SOCKETVAR_H
5915 # include <sys/socketvar.h>
5916 #endif
5917 #ifdef HAVE_NET_ROUTE_H
5918 # include <net/route.h>
5919 #endif
5920 #ifdef HAVE_NETINET_IN_H
5921 # include <netinet/in.h>
5922 #endif
5923 #ifdef HAVE_NETINET_IN_SYSTM_H
5924 # include <netinet/in_systm.h>
5925 #endif
5926 #ifdef HAVE_NET_IF_H
5927 # include <net/if.h>
5928 #endif
5929 #ifdef HAVE_NETINET_IP_H
5930 # include <netinet/ip.h>
5931 #endif
5933 eval as_val=\$$as_ac_Header
5934 if test "x$as_val" = x""yes; then :
5935 cat >>confdefs.h <<_ACEOF
5936 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5937 _ACEOF
5941 done
5944 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5945 do :
5946 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5947 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5948 #ifdef HAVE_ALIAS_H
5949 # include <alias.h>
5950 #endif
5951 #ifdef HAVE_SYS_SOCKET_H
5952 # include <sys/socket.h>
5953 #endif
5954 #ifdef HAVE_SYS_SOCKETVAR_H
5955 # include <sys/socketvar.h>
5956 #endif
5957 #ifdef HAVE_SYS_TIMEOUT_H
5958 # include <sys/timeout.h>
5959 #endif
5960 #ifdef HAVE_NETINET_IN_H
5961 # include <netinet/in.h>
5962 #endif
5963 #ifdef HAVE_NETINET_IN_SYSTM_H
5964 # include <netinet/in_systm.h>
5965 #endif
5966 #ifdef HAVE_NETINET_IP_H
5967 # include <netinet/ip.h>
5968 #endif
5969 #ifdef HAVE_NETINET_IP_VAR_H
5970 # include <netinet/ip_var.h>
5971 #endif
5972 #ifdef HAVE_NETINET_IP_ICMP_H
5973 # include <netinet/ip_icmp.h>
5974 #endif
5975 #ifdef HAVE_NETINET_UDP_H
5976 # include <netinet/udp.h>
5977 #endif
5978 #ifdef HAVE_NETINET_TCP_H
5979 # include <netinet/tcp.h>
5980 #endif
5981 #ifdef HAVE_NETINET_TCP_TIMER_H
5982 #include <netinet/tcp_timer.h>
5983 #endif
5985 eval as_val=\$$as_ac_Header
5986 if test "x$as_val" = x""yes; then :
5987 cat >>confdefs.h <<_ACEOF
5988 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5989 _ACEOF
5993 done
5996 for ac_header in linux/ipx.h linux/irda.h
5997 do :
5998 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5999 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6000 #ifdef HAVE_ASM_TYPES_H
6001 # include <asm/types.h>
6002 #endif
6003 #ifdef HAVE_SYS_SOCKET_H
6004 # include <sys/socket.h>
6005 #endif
6006 #ifdef HAVE_LINUX_TYPES_H
6007 # include <linux/types.h>
6008 #endif
6010 eval as_val=\$$as_ac_Header
6011 if test "x$as_val" = x""yes; then :
6012 cat >>confdefs.h <<_ACEOF
6013 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6014 _ACEOF
6018 done
6021 for ac_header in mach-o/dyld_images.h
6022 do :
6023 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6024 # include <stdbool.h>
6025 #endif
6026 #ifdef HAVE_STDINT_H
6027 # include <stdint.h>
6028 #endif
6030 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6031 cat >>confdefs.h <<_ACEOF
6032 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6033 _ACEOF
6037 done
6040 for ac_header in resolv.h
6041 do :
6042 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6043 #ifdef HAVE_SYS_SOCKET_H
6044 # include <sys/socket.h>
6045 #endif
6046 #ifdef HAVE_NETINET_IN_H
6047 # include <netinet/in.h>
6048 #endif
6049 #ifdef HAVE_ARPA_NAMESER_H
6050 # include <arpa/nameser.h>
6051 #endif
6053 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6054 cat >>confdefs.h <<_ACEOF
6055 #define HAVE_RESOLV_H 1
6056 _ACEOF
6060 done
6063 for ac_header in ucontext.h
6064 do :
6065 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6067 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6068 cat >>confdefs.h <<_ACEOF
6069 #define HAVE_UCONTEXT_H 1
6070 _ACEOF
6074 done
6077 for ac_header in sys/thr.h
6078 do :
6079 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6080 #ifdef HAVE_UCONTEXT_H
6081 #include <ucontext.h>
6082 #endif
6084 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6085 cat >>confdefs.h <<_ACEOF
6086 #define HAVE_SYS_THR_H 1
6087 _ACEOF
6091 done
6094 for ac_header in pthread_np.h
6095 do :
6096 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6097 #include <pthread.h>
6098 #endif
6100 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6101 cat >>confdefs.h <<_ACEOF
6102 #define HAVE_PTHREAD_NP_H 1
6103 _ACEOF
6107 done
6110 for ac_header in linux/videodev.h
6111 do :
6112 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6113 #include <sys/time.h>
6114 #endif
6115 #include <sys/types.h>
6116 #ifdef HAVE_ASM_TYPES_H
6117 #include <asm/types.h>
6118 #endif
6120 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6121 cat >>confdefs.h <<_ACEOF
6122 #define HAVE_LINUX_VIDEODEV_H 1
6123 _ACEOF
6127 done
6130 for ac_header in linux/capi.h
6131 do :
6132 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6134 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6135 cat >>confdefs.h <<_ACEOF
6136 #define HAVE_LINUX_CAPI_H 1
6137 _ACEOF
6141 done
6145 DLLEXT=""
6147 DLLFLAGS="-D_REENTRANT"
6149 LDSHARED=""
6151 LDDLLFLAGS=""
6153 LIBEXT="so"
6155 IMPLIBEXT="def"
6157 LDRPATH_INSTALL=""
6159 LDRPATH_LOCAL=""
6161 STATIC_IMPLIBEXT="def.a"
6162 # Extract the first word of "ldd", so it can be a program name with args.
6163 set dummy ldd; ac_word=$2
6164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6165 $as_echo_n "checking for $ac_word... " >&6; }
6166 if test "${ac_cv_path_LDD+set}" = set; then :
6167 $as_echo_n "(cached) " >&6
6168 else
6169 case $LDD in
6170 [\\/]* | ?:[\\/]*)
6171 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6175 as_dummy="/sbin:/usr/sbin:$PATH"
6176 for as_dir in $as_dummy
6178 IFS=$as_save_IFS
6179 test -z "$as_dir" && as_dir=.
6180 for ac_exec_ext in '' $ac_executable_extensions; do
6181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6182 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6184 break 2
6186 done
6187 done
6188 IFS=$as_save_IFS
6190 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6192 esac
6194 LDD=$ac_cv_path_LDD
6195 if test -n "$LDD"; then
6196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6197 $as_echo "$LDD" >&6; }
6198 else
6199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6200 $as_echo "no" >&6; }
6205 case $host_os in
6206 cygwin*|mingw32*)
6207 if test -n "$ac_tool_prefix"; then
6208 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6209 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6211 $as_echo_n "checking for $ac_word... " >&6; }
6212 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6213 $as_echo_n "(cached) " >&6
6214 else
6215 if test -n "$DLLTOOL"; then
6216 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6217 else
6218 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6219 for as_dir in $PATH
6221 IFS=$as_save_IFS
6222 test -z "$as_dir" && as_dir=.
6223 for ac_exec_ext in '' $ac_executable_extensions; do
6224 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6225 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6226 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6227 break 2
6229 done
6230 done
6231 IFS=$as_save_IFS
6235 DLLTOOL=$ac_cv_prog_DLLTOOL
6236 if test -n "$DLLTOOL"; then
6237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6238 $as_echo "$DLLTOOL" >&6; }
6239 else
6240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6241 $as_echo "no" >&6; }
6246 if test -z "$ac_cv_prog_DLLTOOL"; then
6247 ac_ct_DLLTOOL=$DLLTOOL
6248 # Extract the first word of "dlltool", so it can be a program name with args.
6249 set dummy dlltool; ac_word=$2
6250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6251 $as_echo_n "checking for $ac_word... " >&6; }
6252 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6253 $as_echo_n "(cached) " >&6
6254 else
6255 if test -n "$ac_ct_DLLTOOL"; then
6256 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6257 else
6258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6259 for as_dir in $PATH
6261 IFS=$as_save_IFS
6262 test -z "$as_dir" && as_dir=.
6263 for ac_exec_ext in '' $ac_executable_extensions; do
6264 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6265 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6266 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6267 break 2
6269 done
6270 done
6271 IFS=$as_save_IFS
6275 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6276 if test -n "$ac_ct_DLLTOOL"; then
6277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6278 $as_echo "$ac_ct_DLLTOOL" >&6; }
6279 else
6280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6281 $as_echo "no" >&6; }
6284 if test "x$ac_ct_DLLTOOL" = x; then
6285 DLLTOOL="false"
6286 else
6287 case $cross_compiling:$ac_tool_warned in
6288 yes:)
6289 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6290 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6291 ac_tool_warned=yes ;;
6292 esac
6293 DLLTOOL=$ac_ct_DLLTOOL
6295 else
6296 DLLTOOL="$ac_cv_prog_DLLTOOL"
6299 if test -n "$ac_tool_prefix"; then
6300 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6301 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6303 $as_echo_n "checking for $ac_word... " >&6; }
6304 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6305 $as_echo_n "(cached) " >&6
6306 else
6307 if test -n "$DLLWRAP"; then
6308 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6309 else
6310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6311 for as_dir in $PATH
6313 IFS=$as_save_IFS
6314 test -z "$as_dir" && as_dir=.
6315 for ac_exec_ext in '' $ac_executable_extensions; do
6316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6317 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6319 break 2
6321 done
6322 done
6323 IFS=$as_save_IFS
6327 DLLWRAP=$ac_cv_prog_DLLWRAP
6328 if test -n "$DLLWRAP"; then
6329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6330 $as_echo "$DLLWRAP" >&6; }
6331 else
6332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6333 $as_echo "no" >&6; }
6338 if test -z "$ac_cv_prog_DLLWRAP"; then
6339 ac_ct_DLLWRAP=$DLLWRAP
6340 # Extract the first word of "dllwrap", so it can be a program name with args.
6341 set dummy dllwrap; ac_word=$2
6342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6343 $as_echo_n "checking for $ac_word... " >&6; }
6344 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6345 $as_echo_n "(cached) " >&6
6346 else
6347 if test -n "$ac_ct_DLLWRAP"; then
6348 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6349 else
6350 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6351 for as_dir in $PATH
6353 IFS=$as_save_IFS
6354 test -z "$as_dir" && as_dir=.
6355 for ac_exec_ext in '' $ac_executable_extensions; do
6356 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6357 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6358 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6359 break 2
6361 done
6362 done
6363 IFS=$as_save_IFS
6367 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6368 if test -n "$ac_ct_DLLWRAP"; then
6369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6370 $as_echo "$ac_ct_DLLWRAP" >&6; }
6371 else
6372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6373 $as_echo "no" >&6; }
6376 if test "x$ac_ct_DLLWRAP" = x; then
6377 DLLWRAP="false"
6378 else
6379 case $cross_compiling:$ac_tool_warned in
6380 yes:)
6381 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6382 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6383 ac_tool_warned=yes ;;
6384 esac
6385 DLLWRAP=$ac_ct_DLLWRAP
6387 else
6388 DLLWRAP="$ac_cv_prog_DLLWRAP"
6391 if test "$DLLWRAP" = "false"; then
6392 LIBEXT="a"
6393 else
6394 LIBEXT="dll"
6396 IMPLIBEXT="a"
6397 STATIC_IMPLIBEXT="a"
6398 enable_iphlpapi=${enable_iphlpapi:-no}
6399 enable_kernel32=${enable_kernel32:-no}
6400 enable_msvcrt=${enable_msvcrt:-no}
6401 enable_ntdll=${enable_ntdll:-no}
6402 enable_ws2_32=${enable_ws2_32:-no}
6403 enable_loader=${enable_loader:-no}
6404 enable_server=${enable_server:-no}
6405 with_x=${with_x:-no}
6406 with_pthread=${with_pthread:-no}
6408 darwin*|macosx*)
6409 DLLEXT=".so"
6410 LIBEXT="dylib"
6411 DLLFLAGS="$DLLFLAGS -fPIC"
6412 LDDLLFLAGS="-bundle -multiply_defined suppress"
6413 LIBWINE_LDFLAGS="-multiply_defined suppress"
6414 LDSHARED="\$(CC) -dynamiclib"
6415 STRIP="$STRIP -x"
6416 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6417 SECURITYLIB="-framework Security -framework CoreFoundation"
6419 COREFOUNDATIONLIB="-framework CoreFoundation"
6421 IOKITLIB="-framework IOKit -framework CoreFoundation"
6423 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6425 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6426 then
6427 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6430 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6431 then
6432 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6435 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6436 then
6437 LIBOPENAL="-framework OpenAL"
6439 ac_cv_lib_openal_alGetSource3i=yes
6441 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6442 then
6443 ac_save_LIBS="$LIBS"
6444 LIBS="$LIBS $IOKITLIB"
6445 for ac_func in IOHIDManagerCreate
6446 do :
6447 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6448 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6449 cat >>confdefs.h <<_ACEOF
6450 #define HAVE_IOHIDMANAGERCREATE 1
6451 _ACEOF
6454 done
6456 LIBS="$ac_save_LIBS"
6458 case $host_cpu in
6459 *powerpc*)
6460 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6461 esac
6462 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6463 then
6464 CARBONLIB="-framework Carbon"
6466 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6468 if test "x$enable_win16" = "xyes"
6469 then
6470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6471 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6472 if test "$cross_compiling" = yes; then :
6473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6474 $as_echo "cross-compiling, assuming yes" >&6; }
6475 else
6476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6477 /* end confdefs.h. */
6478 asm(".text\n"
6479 "bad:\tnop;nop\n"
6480 "good:\tnop;nop\n\t"
6481 ".globl _testfunc\n"
6482 "_testfunc:\tcallw good");
6483 extern void testfunc();
6485 main ()
6487 unsigned short *p = (unsigned short *)testfunc;
6488 return p[0] != 0xe866 || p[1] != 0xfffa
6490 return 0;
6492 _ACEOF
6493 if ac_fn_c_try_run "$LINENO"; then :
6494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6495 $as_echo "yes" >&6; }
6496 else
6497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6498 $as_echo "no" >&6; }
6499 as_fn_error "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." "$LINENO" 5
6501 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6502 conftest.$ac_objext conftest.beam conftest.$ac_ext
6508 DLLFLAGS="$DLLFLAGS -fPIC"
6509 DLLEXT=".so"
6510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6511 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6512 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6513 $as_echo_n "(cached) " >&6
6514 else
6515 ac_wine_try_cflags_saved=$CFLAGS
6516 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6518 /* end confdefs.h. */
6519 void myfunc() {}
6520 _ACEOF
6521 if ac_fn_c_try_link "$LINENO"; then :
6522 ac_cv_c_dll_gnuelf="yes"
6523 else
6524 ac_cv_c_dll_gnuelf="no"
6526 rm -f core conftest.err conftest.$ac_objext \
6527 conftest$ac_exeext conftest.$ac_ext
6528 CFLAGS=$ac_wine_try_cflags_saved
6530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6531 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6532 if test "$ac_cv_c_dll_gnuelf" = "yes"
6533 then
6534 LDSHARED="\$(CC) -shared"
6535 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6537 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6538 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6539 $as_echo_n "(cached) " >&6
6540 else
6541 ac_wine_try_cflags_saved=$CFLAGS
6542 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6544 /* end confdefs.h. */
6545 int main(int argc, char *argv) { return 0; }
6546 _ACEOF
6547 if ac_fn_c_try_link "$LINENO"; then :
6548 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6549 else
6550 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6552 rm -f core conftest.err conftest.$ac_objext \
6553 conftest$ac_exeext conftest.$ac_ext
6554 CFLAGS=$ac_wine_try_cflags_saved
6556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6557 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6558 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6559 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6560 else
6561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6562 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6563 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6564 $as_echo_n "(cached) " >&6
6565 else
6566 ac_wine_try_cflags_saved=$CFLAGS
6567 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6569 /* end confdefs.h. */
6570 int main(int argc, char *argv) { return 0; }
6571 _ACEOF
6572 if ac_fn_c_try_link "$LINENO"; then :
6573 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6574 else
6575 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6577 rm -f core conftest.err conftest.$ac_objext \
6578 conftest$ac_exeext conftest.$ac_ext
6579 CFLAGS=$ac_wine_try_cflags_saved
6581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6582 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6583 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6584 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6589 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6590 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6591 $as_echo_n "(cached) " >&6
6592 else
6593 ac_wine_try_cflags_saved=$CFLAGS
6594 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6596 /* end confdefs.h. */
6597 int main(int argc, char *argv) { return 0; }
6598 _ACEOF
6599 if ac_fn_c_try_link "$LINENO"; then :
6600 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6601 else
6602 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6604 rm -f core conftest.err conftest.$ac_objext \
6605 conftest$ac_exeext conftest.$ac_ext
6606 CFLAGS=$ac_wine_try_cflags_saved
6608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6609 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6610 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6611 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
6615 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6616 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6617 $as_echo_n "(cached) " >&6
6618 else
6619 ac_wine_try_cflags_saved=$CFLAGS
6620 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6622 /* end confdefs.h. */
6623 int main(int argc, char *argv) { return 0; }
6624 _ACEOF
6625 if ac_fn_c_try_link "$LINENO"; then :
6626 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6627 else
6628 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6630 rm -f core conftest.err conftest.$ac_objext \
6631 conftest$ac_exeext conftest.$ac_ext
6632 CFLAGS=$ac_wine_try_cflags_saved
6634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6635 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6636 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6637 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6640 echo '{ global: *; };' >conftest.map
6641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6642 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6643 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6644 $as_echo_n "(cached) " >&6
6645 else
6646 ac_wine_try_cflags_saved=$CFLAGS
6647 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6649 /* end confdefs.h. */
6650 int main(int argc, char *argv) { return 0; }
6651 _ACEOF
6652 if ac_fn_c_try_link "$LINENO"; then :
6653 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6654 else
6655 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6657 rm -f core conftest.err conftest.$ac_objext \
6658 conftest$ac_exeext conftest.$ac_ext
6659 CFLAGS=$ac_wine_try_cflags_saved
6661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6662 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6663 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6664 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6666 rm -f conftest.map
6668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6669 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6670 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6671 $as_echo_n "(cached) " >&6
6672 else
6673 ac_wine_try_cflags_saved=$CFLAGS
6674 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6676 /* end confdefs.h. */
6677 int main(int argc, char *argv) { return 0; }
6678 _ACEOF
6679 if ac_fn_c_try_link "$LINENO"; then :
6680 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6681 else
6682 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6684 rm -f core conftest.err conftest.$ac_objext \
6685 conftest$ac_exeext conftest.$ac_ext
6686 CFLAGS=$ac_wine_try_cflags_saved
6688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6689 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6690 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6691 LDEXECFLAGS="-Wl,--export-dynamic"
6695 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6697 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6698 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6699 $as_echo_n "(cached) " >&6
6700 else
6701 ac_wine_try_cflags_saved=$CFLAGS
6702 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6704 /* end confdefs.h. */
6705 int main(int argc, char *argv) { return 0; }
6706 _ACEOF
6707 if ac_fn_c_try_link "$LINENO"; then :
6708 eval "$as_ac_var=yes"
6709 else
6710 eval "$as_ac_var=no"
6712 rm -f core conftest.err conftest.$ac_objext \
6713 conftest$ac_exeext conftest.$ac_ext
6714 CFLAGS=$ac_wine_try_cflags_saved
6716 eval ac_res=\$$as_ac_var
6717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6718 $as_echo "$ac_res" >&6; }
6719 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6720 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6721 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6722 else
6723 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6725 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6726 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6727 $as_echo_n "(cached) " >&6
6728 else
6729 ac_wine_try_cflags_saved=$CFLAGS
6730 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6732 /* end confdefs.h. */
6733 int main(int argc, char *argv) { return 0; }
6734 _ACEOF
6735 if ac_fn_c_try_link "$LINENO"; then :
6736 eval "$as_ac_var=yes"
6737 else
6738 eval "$as_ac_var=no"
6740 rm -f core conftest.err conftest.$ac_objext \
6741 conftest$ac_exeext conftest.$ac_ext
6742 CFLAGS=$ac_wine_try_cflags_saved
6744 eval ac_res=\$$as_ac_var
6745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6746 $as_echo "$ac_res" >&6; }
6747 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6748 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6749 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6754 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6755 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6756 $as_echo_n "(cached) " >&6
6757 else
6758 ac_wine_try_cflags_saved=$CFLAGS
6759 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6761 /* end confdefs.h. */
6762 int main(int argc, char *argv) { return 0; }
6763 _ACEOF
6764 if ac_fn_c_try_link "$LINENO"; then :
6765 ac_cv_cflags__Wl___enable_new_dtags=yes
6766 else
6767 ac_cv_cflags__Wl___enable_new_dtags=no
6769 rm -f core conftest.err conftest.$ac_objext \
6770 conftest$ac_exeext conftest.$ac_ext
6771 CFLAGS=$ac_wine_try_cflags_saved
6773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6774 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6775 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6776 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6779 case $host_cpu in
6780 *i[3456789]86* | x86_64)
6781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6782 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6783 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6784 $as_echo_n "(cached) " >&6
6785 else
6786 ac_wine_try_cflags_saved=$CFLAGS
6787 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6789 /* end confdefs.h. */
6790 int main(int argc, char *argv) { return 0; }
6791 _ACEOF
6792 if ac_fn_c_try_link "$LINENO"; then :
6793 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6794 else
6795 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6797 rm -f core conftest.err conftest.$ac_objext \
6798 conftest$ac_exeext conftest.$ac_ext
6799 CFLAGS=$ac_wine_try_cflags_saved
6801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6802 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6803 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6804 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6807 esac
6809 else
6810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6811 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6812 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6813 $as_echo_n "(cached) " >&6
6814 else
6815 ac_wine_try_cflags_saved=$CFLAGS
6816 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6818 /* end confdefs.h. */
6819 void myfunc() {}
6820 _ACEOF
6821 if ac_fn_c_try_link "$LINENO"; then :
6822 ac_cv_c_dll_unixware="yes"
6823 else
6824 ac_cv_c_dll_unixware="no"
6826 rm -f core conftest.err conftest.$ac_objext \
6827 conftest$ac_exeext conftest.$ac_ext
6828 CFLAGS=$ac_wine_try_cflags_saved
6830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6831 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6832 if test "$ac_cv_c_dll_unixware" = "yes"
6833 then
6834 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6835 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6837 else
6838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6839 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6840 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6841 $as_echo_n "(cached) " >&6
6842 else
6843 ac_wine_try_cflags_saved=$CFLAGS
6844 CFLAGS="$CFLAGS -shared"
6845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6846 /* end confdefs.h. */
6847 void myfunc() {}
6848 _ACEOF
6849 if ac_fn_c_try_link "$LINENO"; then :
6850 ac_cv_c_dll_hpux="yes"
6851 else
6852 ac_cv_c_dll_hpux="no"
6854 rm -f core conftest.err conftest.$ac_objext \
6855 conftest$ac_exeext conftest.$ac_ext
6856 CFLAGS=$ac_wine_try_cflags_saved
6858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6859 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6860 if test "$ac_cv_c_dll_hpux" = "yes"
6861 then
6862 LIBEXT="sl"
6863 DLLEXT=".sl"
6864 LDDLLFLAGS="-shared -fPIC"
6865 LDSHARED="\$(CC) -shared"
6870 esac
6872 enable_winequartz_drv=${enable_winequartz_drv:-no}
6874 if test "$LIBEXT" = "a"; then
6875 as_fn_error "could not find a way to build shared libraries.
6876 It is currently not possible to build Wine without shared library
6877 (.so) support to allow transparent switch between .so and .dll files.
6878 If you are using Linux, you will need a newer binutils.
6879 " "$LINENO" 5
6882 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6883 then
6884 case "$host_cpu" in
6885 i[3456789]86*)
6886 ac_prefix_list="i686-pc-mingw32-gcc i586-pc-mingw32-gcc i486-pc-mingw32-gcc i386-pc-mingw32-gcc i686-mingw32msvc-gcc i586-mingw32msvc-gcc i486-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc " ;;
6887 x86_64)
6888 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
6890 ac_prefix_list="" ;;
6891 esac
6892 for ac_prog in $ac_prefix_list
6894 # Extract the first word of "$ac_prog", so it can be a program name with args.
6895 set dummy $ac_prog; ac_word=$2
6896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6897 $as_echo_n "checking for $ac_word... " >&6; }
6898 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6899 $as_echo_n "(cached) " >&6
6900 else
6901 if test -n "$CROSSCC"; then
6902 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6903 else
6904 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6905 for as_dir in $PATH
6907 IFS=$as_save_IFS
6908 test -z "$as_dir" && as_dir=.
6909 for ac_exec_ext in '' $ac_executable_extensions; do
6910 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6911 ac_cv_prog_CROSSCC="$ac_prog"
6912 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6913 break 2
6915 done
6916 done
6917 IFS=$as_save_IFS
6921 CROSSCC=$ac_cv_prog_CROSSCC
6922 if test -n "$CROSSCC"; then
6923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6924 $as_echo "$CROSSCC" >&6; }
6925 else
6926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6927 $as_echo "no" >&6; }
6931 test -n "$CROSSCC" && break
6932 done
6933 test -n "$CROSSCC" || CROSSCC="false"
6935 if test "$CROSSCC" != "false"
6936 then
6937 CROSSTEST="\$(CROSSTEST)"
6939 set x $CROSSCC
6940 shift
6941 target=""
6942 while test $# -ge 1
6944 case "$1" in
6945 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6946 esac
6947 shift
6948 done
6949 if test -n "$target"
6950 then
6951 CROSSTARGET="$target"
6958 if test "$ac_cv_header_pthread_h" = "yes"
6959 then
6960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
6961 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6962 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
6963 $as_echo_n "(cached) " >&6
6964 else
6965 ac_check_lib_save_LIBS=$LIBS
6966 LIBS="-lpthread $LIBS"
6967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6968 /* end confdefs.h. */
6970 /* Override any GCC internal prototype to avoid an error.
6971 Use char because int might match the return type of a GCC
6972 builtin and then its argument prototype would still apply. */
6973 #ifdef __cplusplus
6974 extern "C"
6975 #endif
6976 char pthread_create ();
6978 main ()
6980 return pthread_create ();
6982 return 0;
6984 _ACEOF
6985 if ac_fn_c_try_link "$LINENO"; then :
6986 ac_cv_lib_pthread_pthread_create=yes
6987 else
6988 ac_cv_lib_pthread_pthread_create=no
6990 rm -f core conftest.err conftest.$ac_objext \
6991 conftest$ac_exeext conftest.$ac_ext
6992 LIBS=$ac_check_lib_save_LIBS
6994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
6995 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
6996 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
6997 LIBPTHREAD="-lpthread"
7002 if test "x$LIBPTHREAD" = "x"; then :
7003 case "x$with_pthread" in
7004 xno) ;;
7005 *) as_fn_error "pthread ${notice_platform}development files not found.
7006 Wine cannot support threads without libpthread.
7007 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7008 esac
7012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7013 $as_echo_n "checking for X... " >&6; }
7016 # Check whether --with-x was given.
7017 if test "${with_x+set}" = set; then :
7018 withval=$with_x;
7021 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7022 if test "x$with_x" = xno; then
7023 # The user explicitly disabled X.
7024 have_x=disabled
7025 else
7026 case $x_includes,$x_libraries in #(
7027 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7028 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7029 $as_echo_n "(cached) " >&6
7030 else
7031 # One or both of the vars are not set, and there is no cached value.
7032 ac_x_includes=no ac_x_libraries=no
7033 rm -f -r conftest.dir
7034 if mkdir conftest.dir; then
7035 cd conftest.dir
7036 cat >Imakefile <<'_ACEOF'
7037 incroot:
7038 @echo incroot='${INCROOT}'
7039 usrlibdir:
7040 @echo usrlibdir='${USRLIBDIR}'
7041 libdir:
7042 @echo libdir='${LIBDIR}'
7043 _ACEOF
7044 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7045 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7046 for ac_var in incroot usrlibdir libdir; do
7047 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7048 done
7049 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7050 for ac_extension in a so sl dylib la dll; do
7051 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7052 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7053 ac_im_usrlibdir=$ac_im_libdir; break
7055 done
7056 # Screen out bogus values from the imake configuration. They are
7057 # bogus both because they are the default anyway, and because
7058 # using them would break gcc on systems where it needs fixed includes.
7059 case $ac_im_incroot in
7060 /usr/include) ac_x_includes= ;;
7061 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7062 esac
7063 case $ac_im_usrlibdir in
7064 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7065 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7066 esac
7068 cd ..
7069 rm -f -r conftest.dir
7072 # Standard set of common directories for X headers.
7073 # Check X11 before X11Rn because it is often a symlink to the current release.
7074 ac_x_header_dirs='
7075 /usr/X11/include
7076 /usr/X11R7/include
7077 /usr/X11R6/include
7078 /usr/X11R5/include
7079 /usr/X11R4/include
7081 /usr/include/X11
7082 /usr/include/X11R7
7083 /usr/include/X11R6
7084 /usr/include/X11R5
7085 /usr/include/X11R4
7087 /usr/local/X11/include
7088 /usr/local/X11R7/include
7089 /usr/local/X11R6/include
7090 /usr/local/X11R5/include
7091 /usr/local/X11R4/include
7093 /usr/local/include/X11
7094 /usr/local/include/X11R7
7095 /usr/local/include/X11R6
7096 /usr/local/include/X11R5
7097 /usr/local/include/X11R4
7099 /usr/X386/include
7100 /usr/x386/include
7101 /usr/XFree86/include/X11
7103 /usr/include
7104 /usr/local/include
7105 /usr/unsupported/include
7106 /usr/athena/include
7107 /usr/local/x11r5/include
7108 /usr/lpp/Xamples/include
7110 /usr/openwin/include
7111 /usr/openwin/share/include'
7113 if test "$ac_x_includes" = no; then
7114 # Guess where to find include files, by looking for Xlib.h.
7115 # First, try using that file with no special directory specified.
7116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7117 /* end confdefs.h. */
7118 #include <X11/Xlib.h>
7119 _ACEOF
7120 if ac_fn_c_try_cpp "$LINENO"; then :
7121 # We can compile using X headers with no special include directory.
7122 ac_x_includes=
7123 else
7124 for ac_dir in $ac_x_header_dirs; do
7125 if test -r "$ac_dir/X11/Xlib.h"; then
7126 ac_x_includes=$ac_dir
7127 break
7129 done
7131 rm -f conftest.err conftest.$ac_ext
7132 fi # $ac_x_includes = no
7134 if test "$ac_x_libraries" = no; then
7135 # Check for the libraries.
7136 # See if we find them without any special options.
7137 # Don't add to $LIBS permanently.
7138 ac_save_LIBS=$LIBS
7139 LIBS="-lX11 $LIBS"
7140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7141 /* end confdefs.h. */
7142 #include <X11/Xlib.h>
7144 main ()
7146 XrmInitialize ()
7148 return 0;
7150 _ACEOF
7151 if ac_fn_c_try_link "$LINENO"; then :
7152 LIBS=$ac_save_LIBS
7153 # We can link X programs with no special library path.
7154 ac_x_libraries=
7155 else
7156 LIBS=$ac_save_LIBS
7157 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7159 # Don't even attempt the hair of trying to link an X program!
7160 for ac_extension in a so sl dylib la dll; do
7161 if test -r "$ac_dir/libX11.$ac_extension"; then
7162 ac_x_libraries=$ac_dir
7163 break 2
7165 done
7166 done
7168 rm -f core conftest.err conftest.$ac_objext \
7169 conftest$ac_exeext conftest.$ac_ext
7170 fi # $ac_x_libraries = no
7172 case $ac_x_includes,$ac_x_libraries in #(
7173 no,* | *,no | *\'*)
7174 # Didn't find X, or a directory has "'" in its name.
7175 ac_cv_have_x="have_x=no";; #(
7177 # Record where we found X for the cache.
7178 ac_cv_have_x="have_x=yes\
7179 ac_x_includes='$ac_x_includes'\
7180 ac_x_libraries='$ac_x_libraries'"
7181 esac
7183 ;; #(
7184 *) have_x=yes;;
7185 esac
7186 eval "$ac_cv_have_x"
7187 fi # $with_x != no
7189 if test "$have_x" != yes; then
7190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7191 $as_echo "$have_x" >&6; }
7192 no_x=yes
7193 else
7194 # If each of the values was on the command line, it overrides each guess.
7195 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7196 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7197 # Update the cache value to reflect the command line values.
7198 ac_cv_have_x="have_x=yes\
7199 ac_x_includes='$x_includes'\
7200 ac_x_libraries='$x_libraries'"
7201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7202 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7205 if test "$no_x" = yes; then
7206 # Not all programs may use this symbol, but it does not hurt to define it.
7208 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7210 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7211 else
7212 if test -n "$x_includes"; then
7213 X_CFLAGS="$X_CFLAGS -I$x_includes"
7216 # It would also be nice to do this for all -L options, not just this one.
7217 if test -n "$x_libraries"; then
7218 X_LIBS="$X_LIBS -L$x_libraries"
7219 # For Solaris; some versions of Sun CC require a space after -R and
7220 # others require no space. Words are not sufficient . . . .
7221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7222 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7223 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7224 ac_xsave_c_werror_flag=$ac_c_werror_flag
7225 ac_c_werror_flag=yes
7226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7227 /* end confdefs.h. */
7230 main ()
7234 return 0;
7236 _ACEOF
7237 if ac_fn_c_try_link "$LINENO"; then :
7238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7239 $as_echo "no" >&6; }
7240 X_LIBS="$X_LIBS -R$x_libraries"
7241 else
7242 LIBS="$ac_xsave_LIBS -R $x_libraries"
7243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7244 /* end confdefs.h. */
7247 main ()
7251 return 0;
7253 _ACEOF
7254 if ac_fn_c_try_link "$LINENO"; then :
7255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7256 $as_echo "yes" >&6; }
7257 X_LIBS="$X_LIBS -R $x_libraries"
7258 else
7259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7260 $as_echo "neither works" >&6; }
7262 rm -f core conftest.err conftest.$ac_objext \
7263 conftest$ac_exeext conftest.$ac_ext
7265 rm -f core conftest.err conftest.$ac_objext \
7266 conftest$ac_exeext conftest.$ac_ext
7267 ac_c_werror_flag=$ac_xsave_c_werror_flag
7268 LIBS=$ac_xsave_LIBS
7271 # Check for system-dependent libraries X programs must link with.
7272 # Do this before checking for the system-independent R6 libraries
7273 # (-lICE), since we may need -lsocket or whatever for X linking.
7275 if test "$ISC" = yes; then
7276 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7277 else
7278 # Martyn Johnson says this is needed for Ultrix, if the X
7279 # libraries were built with DECnet support. And Karl Berry says
7280 # the Alpha needs dnet_stub (dnet does not exist).
7281 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7283 /* end confdefs.h. */
7285 /* Override any GCC internal prototype to avoid an error.
7286 Use char because int might match the return type of a GCC
7287 builtin and then its argument prototype would still apply. */
7288 #ifdef __cplusplus
7289 extern "C"
7290 #endif
7291 char XOpenDisplay ();
7293 main ()
7295 return XOpenDisplay ();
7297 return 0;
7299 _ACEOF
7300 if ac_fn_c_try_link "$LINENO"; then :
7302 else
7303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7304 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7305 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7306 $as_echo_n "(cached) " >&6
7307 else
7308 ac_check_lib_save_LIBS=$LIBS
7309 LIBS="-ldnet $LIBS"
7310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7311 /* end confdefs.h. */
7313 /* Override any GCC internal prototype to avoid an error.
7314 Use char because int might match the return type of a GCC
7315 builtin and then its argument prototype would still apply. */
7316 #ifdef __cplusplus
7317 extern "C"
7318 #endif
7319 char dnet_ntoa ();
7321 main ()
7323 return dnet_ntoa ();
7325 return 0;
7327 _ACEOF
7328 if ac_fn_c_try_link "$LINENO"; then :
7329 ac_cv_lib_dnet_dnet_ntoa=yes
7330 else
7331 ac_cv_lib_dnet_dnet_ntoa=no
7333 rm -f core conftest.err conftest.$ac_objext \
7334 conftest$ac_exeext conftest.$ac_ext
7335 LIBS=$ac_check_lib_save_LIBS
7337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7338 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7339 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7340 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7343 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7345 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7346 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7347 $as_echo_n "(cached) " >&6
7348 else
7349 ac_check_lib_save_LIBS=$LIBS
7350 LIBS="-ldnet_stub $LIBS"
7351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7352 /* end confdefs.h. */
7354 /* Override any GCC internal prototype to avoid an error.
7355 Use char because int might match the return type of a GCC
7356 builtin and then its argument prototype would still apply. */
7357 #ifdef __cplusplus
7358 extern "C"
7359 #endif
7360 char dnet_ntoa ();
7362 main ()
7364 return dnet_ntoa ();
7366 return 0;
7368 _ACEOF
7369 if ac_fn_c_try_link "$LINENO"; then :
7370 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7371 else
7372 ac_cv_lib_dnet_stub_dnet_ntoa=no
7374 rm -f core conftest.err conftest.$ac_objext \
7375 conftest$ac_exeext conftest.$ac_ext
7376 LIBS=$ac_check_lib_save_LIBS
7378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7379 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7380 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7381 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7386 rm -f core conftest.err conftest.$ac_objext \
7387 conftest$ac_exeext conftest.$ac_ext
7388 LIBS="$ac_xsave_LIBS"
7390 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7391 # to get the SysV transport functions.
7392 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7393 # needs -lnsl.
7394 # The nsl library prevents programs from opening the X display
7395 # on Irix 5.2, according to T.E. Dickey.
7396 # The functions gethostbyname, getservbyname, and inet_addr are
7397 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7398 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7399 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7403 if test $ac_cv_func_gethostbyname = no; then
7404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7405 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7406 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7407 $as_echo_n "(cached) " >&6
7408 else
7409 ac_check_lib_save_LIBS=$LIBS
7410 LIBS="-lnsl $LIBS"
7411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7412 /* end confdefs.h. */
7414 /* Override any GCC internal prototype to avoid an error.
7415 Use char because int might match the return type of a GCC
7416 builtin and then its argument prototype would still apply. */
7417 #ifdef __cplusplus
7418 extern "C"
7419 #endif
7420 char gethostbyname ();
7422 main ()
7424 return gethostbyname ();
7426 return 0;
7428 _ACEOF
7429 if ac_fn_c_try_link "$LINENO"; then :
7430 ac_cv_lib_nsl_gethostbyname=yes
7431 else
7432 ac_cv_lib_nsl_gethostbyname=no
7434 rm -f core conftest.err conftest.$ac_objext \
7435 conftest$ac_exeext conftest.$ac_ext
7436 LIBS=$ac_check_lib_save_LIBS
7438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7439 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7440 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7441 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7444 if test $ac_cv_lib_nsl_gethostbyname = no; then
7445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7446 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7447 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7448 $as_echo_n "(cached) " >&6
7449 else
7450 ac_check_lib_save_LIBS=$LIBS
7451 LIBS="-lbsd $LIBS"
7452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7453 /* end confdefs.h. */
7455 /* Override any GCC internal prototype to avoid an error.
7456 Use char because int might match the return type of a GCC
7457 builtin and then its argument prototype would still apply. */
7458 #ifdef __cplusplus
7459 extern "C"
7460 #endif
7461 char gethostbyname ();
7463 main ()
7465 return gethostbyname ();
7467 return 0;
7469 _ACEOF
7470 if ac_fn_c_try_link "$LINENO"; then :
7471 ac_cv_lib_bsd_gethostbyname=yes
7472 else
7473 ac_cv_lib_bsd_gethostbyname=no
7475 rm -f core conftest.err conftest.$ac_objext \
7476 conftest$ac_exeext conftest.$ac_ext
7477 LIBS=$ac_check_lib_save_LIBS
7479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7480 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7481 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7482 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7488 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7489 # socket/setsockopt and other routines are undefined under SCO ODT
7490 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7491 # on later versions), says Simon Leinen: it contains gethostby*
7492 # variants that don't use the name server (or something). -lsocket
7493 # must be given before -lnsl if both are needed. We assume that
7494 # if connect needs -lnsl, so does gethostbyname.
7495 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7496 if test "x$ac_cv_func_connect" = x""yes; then :
7500 if test $ac_cv_func_connect = no; then
7501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7502 $as_echo_n "checking for connect in -lsocket... " >&6; }
7503 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7504 $as_echo_n "(cached) " >&6
7505 else
7506 ac_check_lib_save_LIBS=$LIBS
7507 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7509 /* end confdefs.h. */
7511 /* Override any GCC internal prototype to avoid an error.
7512 Use char because int might match the return type of a GCC
7513 builtin and then its argument prototype would still apply. */
7514 #ifdef __cplusplus
7515 extern "C"
7516 #endif
7517 char connect ();
7519 main ()
7521 return connect ();
7523 return 0;
7525 _ACEOF
7526 if ac_fn_c_try_link "$LINENO"; then :
7527 ac_cv_lib_socket_connect=yes
7528 else
7529 ac_cv_lib_socket_connect=no
7531 rm -f core conftest.err conftest.$ac_objext \
7532 conftest$ac_exeext conftest.$ac_ext
7533 LIBS=$ac_check_lib_save_LIBS
7535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7536 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7537 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7538 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7543 # Guillermo Gomez says -lposix is necessary on A/UX.
7544 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7545 if test "x$ac_cv_func_remove" = x""yes; then :
7549 if test $ac_cv_func_remove = no; then
7550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7551 $as_echo_n "checking for remove in -lposix... " >&6; }
7552 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7553 $as_echo_n "(cached) " >&6
7554 else
7555 ac_check_lib_save_LIBS=$LIBS
7556 LIBS="-lposix $LIBS"
7557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7558 /* end confdefs.h. */
7560 /* Override any GCC internal prototype to avoid an error.
7561 Use char because int might match the return type of a GCC
7562 builtin and then its argument prototype would still apply. */
7563 #ifdef __cplusplus
7564 extern "C"
7565 #endif
7566 char remove ();
7568 main ()
7570 return remove ();
7572 return 0;
7574 _ACEOF
7575 if ac_fn_c_try_link "$LINENO"; then :
7576 ac_cv_lib_posix_remove=yes
7577 else
7578 ac_cv_lib_posix_remove=no
7580 rm -f core conftest.err conftest.$ac_objext \
7581 conftest$ac_exeext conftest.$ac_ext
7582 LIBS=$ac_check_lib_save_LIBS
7584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7585 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7586 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7587 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7592 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7593 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7594 if test "x$ac_cv_func_shmat" = x""yes; then :
7598 if test $ac_cv_func_shmat = no; then
7599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7600 $as_echo_n "checking for shmat in -lipc... " >&6; }
7601 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7602 $as_echo_n "(cached) " >&6
7603 else
7604 ac_check_lib_save_LIBS=$LIBS
7605 LIBS="-lipc $LIBS"
7606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7607 /* end confdefs.h. */
7609 /* Override any GCC internal prototype to avoid an error.
7610 Use char because int might match the return type of a GCC
7611 builtin and then its argument prototype would still apply. */
7612 #ifdef __cplusplus
7613 extern "C"
7614 #endif
7615 char shmat ();
7617 main ()
7619 return shmat ();
7621 return 0;
7623 _ACEOF
7624 if ac_fn_c_try_link "$LINENO"; then :
7625 ac_cv_lib_ipc_shmat=yes
7626 else
7627 ac_cv_lib_ipc_shmat=no
7629 rm -f core conftest.err conftest.$ac_objext \
7630 conftest$ac_exeext conftest.$ac_ext
7631 LIBS=$ac_check_lib_save_LIBS
7633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7634 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7635 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7636 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7642 # Check for libraries that X11R6 Xt/Xaw programs need.
7643 ac_save_LDFLAGS=$LDFLAGS
7644 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7645 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7646 # check for ICE first), but we must link in the order -lSM -lICE or
7647 # we get undefined symbols. So assume we have SM if we have ICE.
7648 # These have to be linked with before -lX11, unlike the other
7649 # libraries we check for below, so use a different variable.
7650 # John Interrante, Karl Berry
7651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7652 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7653 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7654 $as_echo_n "(cached) " >&6
7655 else
7656 ac_check_lib_save_LIBS=$LIBS
7657 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7659 /* end confdefs.h. */
7661 /* Override any GCC internal prototype to avoid an error.
7662 Use char because int might match the return type of a GCC
7663 builtin and then its argument prototype would still apply. */
7664 #ifdef __cplusplus
7665 extern "C"
7666 #endif
7667 char IceConnectionNumber ();
7669 main ()
7671 return IceConnectionNumber ();
7673 return 0;
7675 _ACEOF
7676 if ac_fn_c_try_link "$LINENO"; then :
7677 ac_cv_lib_ICE_IceConnectionNumber=yes
7678 else
7679 ac_cv_lib_ICE_IceConnectionNumber=no
7681 rm -f core conftest.err conftest.$ac_objext \
7682 conftest$ac_exeext conftest.$ac_ext
7683 LIBS=$ac_check_lib_save_LIBS
7685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7686 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7687 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7688 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7691 LDFLAGS=$ac_save_LDFLAGS
7696 if test "$have_x" = "yes"
7697 then
7698 XLIB="-lX11"
7699 ac_save_CPPFLAGS="$CPPFLAGS"
7700 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7703 $as_echo_n "checking for -lX11... " >&6; }
7704 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7705 $as_echo_n "(cached) " >&6
7706 else
7707 ac_check_soname_save_LIBS=$LIBS
7708 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7710 /* end confdefs.h. */
7712 /* Override any GCC internal prototype to avoid an error.
7713 Use char because int might match the return type of a GCC
7714 builtin and then its argument prototype would still apply. */
7715 #ifdef __cplusplus
7716 extern "C"
7717 #endif
7718 char XCreateWindow ();
7720 main ()
7722 return XCreateWindow ();
7724 return 0;
7726 _ACEOF
7727 if ac_fn_c_try_link "$LINENO"; then :
7728 case "$LIBEXT" in
7729 dll) ;;
7730 dylib) ac_cv_lib_soname_X11=`otool -L conftest$ac_exeext | grep "libX11\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libX11\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7731 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7732 esac
7734 rm -f core conftest.err conftest.$ac_objext \
7735 conftest$ac_exeext conftest.$ac_ext
7736 LIBS=$ac_check_soname_save_LIBS
7738 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7740 $as_echo "not found" >&6; }
7742 else
7743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7744 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7746 cat >>confdefs.h <<_ACEOF
7747 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7748 _ACEOF
7752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7753 $as_echo_n "checking for -lXext... " >&6; }
7754 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7755 $as_echo_n "(cached) " >&6
7756 else
7757 ac_check_soname_save_LIBS=$LIBS
7758 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7760 /* end confdefs.h. */
7762 /* Override any GCC internal prototype to avoid an error.
7763 Use char because int might match the return type of a GCC
7764 builtin and then its argument prototype would still apply. */
7765 #ifdef __cplusplus
7766 extern "C"
7767 #endif
7768 char XextCreateExtension ();
7770 main ()
7772 return XextCreateExtension ();
7774 return 0;
7776 _ACEOF
7777 if ac_fn_c_try_link "$LINENO"; then :
7778 case "$LIBEXT" in
7779 dll) ;;
7780 dylib) ac_cv_lib_soname_Xext=`otool -L conftest$ac_exeext | grep "libXext\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXext\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7781 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7782 esac
7784 rm -f core conftest.err conftest.$ac_objext \
7785 conftest$ac_exeext conftest.$ac_ext
7786 LIBS=$ac_check_soname_save_LIBS
7788 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7790 $as_echo "not found" >&6; }
7792 else
7793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7794 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7796 cat >>confdefs.h <<_ACEOF
7797 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7798 _ACEOF
7800 XLIB="-lXext $XLIB"
7803 for ac_header in X11/Xlib.h \
7804 X11/XKBlib.h \
7805 X11/Xutil.h \
7806 X11/Xcursor/Xcursor.h \
7807 X11/extensions/shape.h \
7808 X11/extensions/XInput.h \
7809 X11/extensions/XShm.h \
7810 X11/extensions/Xcomposite.h \
7811 X11/extensions/Xinerama.h \
7812 X11/extensions/Xrandr.h \
7813 X11/extensions/Xrender.h \
7814 X11/extensions/xf86vmode.h \
7815 X11/extensions/xf86vmproto.h
7816 do :
7817 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7818 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7819 # include <X11/Xlib.h>
7820 #endif
7821 #ifdef HAVE_X11_XUTIL_H
7822 # include <X11/Xutil.h>
7823 #endif
7825 eval as_val=\$$as_ac_Header
7826 if test "x$as_val" = x""yes; then :
7827 cat >>confdefs.h <<_ACEOF
7828 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7829 _ACEOF
7833 done
7836 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7837 then
7838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7839 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7840 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7841 $as_echo_n "(cached) " >&6
7842 else
7843 ac_check_lib_save_LIBS=$LIBS
7844 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7846 /* end confdefs.h. */
7848 /* Override any GCC internal prototype to avoid an error.
7849 Use char because int might match the return type of a GCC
7850 builtin and then its argument prototype would still apply. */
7851 #ifdef __cplusplus
7852 extern "C"
7853 #endif
7854 char XkbQueryExtension ();
7856 main ()
7858 return XkbQueryExtension ();
7860 return 0;
7862 _ACEOF
7863 if ac_fn_c_try_link "$LINENO"; then :
7864 ac_cv_lib_X11_XkbQueryExtension=yes
7865 else
7866 ac_cv_lib_X11_XkbQueryExtension=no
7868 rm -f core conftest.err conftest.$ac_objext \
7869 conftest$ac_exeext conftest.$ac_ext
7870 LIBS=$ac_check_lib_save_LIBS
7872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7873 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7874 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7876 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7882 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7883 then
7884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7885 $as_echo_n "checking for -lXcursor... " >&6; }
7886 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7887 $as_echo_n "(cached) " >&6
7888 else
7889 ac_check_soname_save_LIBS=$LIBS
7890 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7892 /* end confdefs.h. */
7894 /* Override any GCC internal prototype to avoid an error.
7895 Use char because int might match the return type of a GCC
7896 builtin and then its argument prototype would still apply. */
7897 #ifdef __cplusplus
7898 extern "C"
7899 #endif
7900 char XcursorImageLoadCursor ();
7902 main ()
7904 return XcursorImageLoadCursor ();
7906 return 0;
7908 _ACEOF
7909 if ac_fn_c_try_link "$LINENO"; then :
7910 case "$LIBEXT" in
7911 dll) ;;
7912 dylib) ac_cv_lib_soname_Xcursor=`otool -L conftest$ac_exeext | grep "libXcursor\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcursor\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7913 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7914 esac
7916 rm -f core conftest.err conftest.$ac_objext \
7917 conftest$ac_exeext conftest.$ac_ext
7918 LIBS=$ac_check_soname_save_LIBS
7920 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7922 $as_echo "not found" >&6; }
7924 else
7925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7926 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7928 cat >>confdefs.h <<_ACEOF
7929 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7930 _ACEOF
7935 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7936 case "x$with_xcursor" in
7937 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7938 xno) ;;
7939 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7940 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7941 esac
7944 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7945 then
7946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7947 $as_echo_n "checking for -lXi... " >&6; }
7948 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7949 $as_echo_n "(cached) " >&6
7950 else
7951 ac_check_soname_save_LIBS=$LIBS
7952 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7954 /* end confdefs.h. */
7956 /* Override any GCC internal prototype to avoid an error.
7957 Use char because int might match the return type of a GCC
7958 builtin and then its argument prototype would still apply. */
7959 #ifdef __cplusplus
7960 extern "C"
7961 #endif
7962 char XOpenDevice ();
7964 main ()
7966 return XOpenDevice ();
7968 return 0;
7970 _ACEOF
7971 if ac_fn_c_try_link "$LINENO"; then :
7972 case "$LIBEXT" in
7973 dll) ;;
7974 dylib) ac_cv_lib_soname_Xi=`otool -L conftest$ac_exeext | grep "libXi\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXi\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7975 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7976 esac
7978 rm -f core conftest.err conftest.$ac_objext \
7979 conftest$ac_exeext conftest.$ac_ext
7980 LIBS=$ac_check_soname_save_LIBS
7982 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7984 $as_echo "not found" >&6; }
7986 else
7987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
7988 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
7990 cat >>confdefs.h <<_ACEOF
7991 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
7992 _ACEOF
7997 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7998 case "x$with_xinput" in
7999 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8000 xno) ;;
8001 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8002 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8003 esac
8006 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8007 then
8008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8009 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8010 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8011 $as_echo_n "(cached) " >&6
8012 else
8013 ac_check_lib_save_LIBS=$LIBS
8014 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8016 /* end confdefs.h. */
8018 /* Override any GCC internal prototype to avoid an error.
8019 Use char because int might match the return type of a GCC
8020 builtin and then its argument prototype would still apply. */
8021 #ifdef __cplusplus
8022 extern "C"
8023 #endif
8024 char XShmQueryExtension ();
8026 main ()
8028 return XShmQueryExtension ();
8030 return 0;
8032 _ACEOF
8033 if ac_fn_c_try_link "$LINENO"; then :
8034 ac_cv_lib_Xext_XShmQueryExtension=yes
8035 else
8036 ac_cv_lib_Xext_XShmQueryExtension=no
8038 rm -f core conftest.err conftest.$ac_objext \
8039 conftest$ac_exeext conftest.$ac_ext
8040 LIBS=$ac_check_lib_save_LIBS
8042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8043 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8044 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8046 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8051 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8052 case "x$with_xshm" in
8053 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8054 xno) ;;
8055 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8056 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8057 esac
8060 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8061 then
8062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8063 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8064 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8065 $as_echo_n "(cached) " >&6
8066 else
8067 ac_check_lib_save_LIBS=$LIBS
8068 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8070 /* end confdefs.h. */
8072 /* Override any GCC internal prototype to avoid an error.
8073 Use char because int might match the return type of a GCC
8074 builtin and then its argument prototype would still apply. */
8075 #ifdef __cplusplus
8076 extern "C"
8077 #endif
8078 char XShapeQueryExtension ();
8080 main ()
8082 return XShapeQueryExtension ();
8084 return 0;
8086 _ACEOF
8087 if ac_fn_c_try_link "$LINENO"; then :
8088 ac_cv_lib_Xext_XShapeQueryExtension=yes
8089 else
8090 ac_cv_lib_Xext_XShapeQueryExtension=no
8092 rm -f core conftest.err conftest.$ac_objext \
8093 conftest$ac_exeext conftest.$ac_ext
8094 LIBS=$ac_check_lib_save_LIBS
8096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8097 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8098 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8100 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8105 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8106 case "x$with_xshape" in
8107 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8108 xno) ;;
8109 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8110 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8111 esac
8114 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8115 then
8116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8117 $as_echo_n "checking for -lXxf86vm... " >&6; }
8118 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8119 $as_echo_n "(cached) " >&6
8120 else
8121 ac_check_soname_save_LIBS=$LIBS
8122 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8124 /* end confdefs.h. */
8126 /* Override any GCC internal prototype to avoid an error.
8127 Use char because int might match the return type of a GCC
8128 builtin and then its argument prototype would still apply. */
8129 #ifdef __cplusplus
8130 extern "C"
8131 #endif
8132 char XF86VidModeQueryExtension ();
8134 main ()
8136 return XF86VidModeQueryExtension ();
8138 return 0;
8140 _ACEOF
8141 if ac_fn_c_try_link "$LINENO"; then :
8142 case "$LIBEXT" in
8143 dll) ;;
8144 dylib) ac_cv_lib_soname_Xxf86vm=`otool -L conftest$ac_exeext | grep "libXxf86vm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXxf86vm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8145 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8146 esac
8148 rm -f core conftest.err conftest.$ac_objext \
8149 conftest$ac_exeext conftest.$ac_ext
8150 LIBS=$ac_check_soname_save_LIBS
8152 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8154 $as_echo "not found" >&6; }
8156 else
8157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8158 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8160 cat >>confdefs.h <<_ACEOF
8161 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8162 _ACEOF
8167 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8168 case "x$with_xxf86vm" in
8169 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8170 xno) ;;
8171 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8172 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8173 esac
8176 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x" -a "x$ac_cv_lib_soname_Xext" != "x"
8177 then
8178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8179 $as_echo_n "checking for -lXrender... " >&6; }
8180 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8181 $as_echo_n "(cached) " >&6
8182 else
8183 ac_check_soname_save_LIBS=$LIBS
8184 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8185 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8186 /* end confdefs.h. */
8188 /* Override any GCC internal prototype to avoid an error.
8189 Use char because int might match the return type of a GCC
8190 builtin and then its argument prototype would still apply. */
8191 #ifdef __cplusplus
8192 extern "C"
8193 #endif
8194 char XRenderQueryExtension ();
8196 main ()
8198 return XRenderQueryExtension ();
8200 return 0;
8202 _ACEOF
8203 if ac_fn_c_try_link "$LINENO"; then :
8204 case "$LIBEXT" in
8205 dll) ;;
8206 dylib) ac_cv_lib_soname_Xrender=`otool -L conftest$ac_exeext | grep "libXrender\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrender\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8207 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8208 esac
8210 rm -f core conftest.err conftest.$ac_objext \
8211 conftest$ac_exeext conftest.$ac_ext
8212 LIBS=$ac_check_soname_save_LIBS
8214 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8216 $as_echo "not found" >&6; }
8218 else
8219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8220 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8222 cat >>confdefs.h <<_ACEOF
8223 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8224 _ACEOF
8226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8227 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8228 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8229 $as_echo_n "(cached) " >&6
8230 else
8231 ac_check_lib_save_LIBS=$LIBS
8232 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8234 /* end confdefs.h. */
8236 /* Override any GCC internal prototype to avoid an error.
8237 Use char because int might match the return type of a GCC
8238 builtin and then its argument prototype would still apply. */
8239 #ifdef __cplusplus
8240 extern "C"
8241 #endif
8242 char XRenderSetPictureTransform ();
8244 main ()
8246 return XRenderSetPictureTransform ();
8248 return 0;
8250 _ACEOF
8251 if ac_fn_c_try_link "$LINENO"; then :
8252 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8253 else
8254 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8256 rm -f core conftest.err conftest.$ac_objext \
8257 conftest$ac_exeext conftest.$ac_ext
8258 LIBS=$ac_check_lib_save_LIBS
8260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8261 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8262 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8264 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8271 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8272 case "x$with_xrender" in
8273 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8274 xno) ;;
8275 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8276 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8277 esac
8280 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8281 then
8282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8283 /* end confdefs.h. */
8284 #include <X11/Xlib.h>
8285 #include <X11/extensions/Xrandr.h>
8287 main ()
8289 static typeof(XRRSetScreenConfigAndRate) * func;
8291 return 0;
8293 _ACEOF
8294 if ac_fn_c_try_compile "$LINENO"; then :
8295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8296 $as_echo_n "checking for -lXrandr... " >&6; }
8297 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8298 $as_echo_n "(cached) " >&6
8299 else
8300 ac_check_soname_save_LIBS=$LIBS
8301 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8302 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8303 /* end confdefs.h. */
8305 /* Override any GCC internal prototype to avoid an error.
8306 Use char because int might match the return type of a GCC
8307 builtin and then its argument prototype would still apply. */
8308 #ifdef __cplusplus
8309 extern "C"
8310 #endif
8311 char XRRQueryExtension ();
8313 main ()
8315 return XRRQueryExtension ();
8317 return 0;
8319 _ACEOF
8320 if ac_fn_c_try_link "$LINENO"; then :
8321 case "$LIBEXT" in
8322 dll) ;;
8323 dylib) ac_cv_lib_soname_Xrandr=`otool -L conftest$ac_exeext | grep "libXrandr\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrandr\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8324 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8325 esac
8327 rm -f core conftest.err conftest.$ac_objext \
8328 conftest$ac_exeext conftest.$ac_ext
8329 LIBS=$ac_check_soname_save_LIBS
8331 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8333 $as_echo "not found" >&6; }
8335 else
8336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8337 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8339 cat >>confdefs.h <<_ACEOF
8340 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8341 _ACEOF
8346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8348 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8349 case "x$with_xrandr" in
8350 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8351 xno) ;;
8352 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8353 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8354 esac
8357 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8358 then
8359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8360 /* end confdefs.h. */
8361 #include <X11/Xlib.h>
8362 #include <X11/extensions/Xinerama.h>
8364 main ()
8366 static typeof(XineramaQueryScreens) * func;
8368 return 0;
8370 _ACEOF
8371 if ac_fn_c_try_compile "$LINENO"; then :
8372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8373 $as_echo_n "checking for -lXinerama... " >&6; }
8374 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8375 $as_echo_n "(cached) " >&6
8376 else
8377 ac_check_soname_save_LIBS=$LIBS
8378 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8380 /* end confdefs.h. */
8382 /* Override any GCC internal prototype to avoid an error.
8383 Use char because int might match the return type of a GCC
8384 builtin and then its argument prototype would still apply. */
8385 #ifdef __cplusplus
8386 extern "C"
8387 #endif
8388 char XineramaQueryScreens ();
8390 main ()
8392 return XineramaQueryScreens ();
8394 return 0;
8396 _ACEOF
8397 if ac_fn_c_try_link "$LINENO"; then :
8398 case "$LIBEXT" in
8399 dll) ;;
8400 dylib) ac_cv_lib_soname_Xinerama=`otool -L conftest$ac_exeext | grep "libXinerama\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXinerama\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8401 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8402 esac
8404 rm -f core conftest.err conftest.$ac_objext \
8405 conftest$ac_exeext conftest.$ac_ext
8406 LIBS=$ac_check_soname_save_LIBS
8408 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8410 $as_echo "not found" >&6; }
8412 else
8413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8414 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8416 cat >>confdefs.h <<_ACEOF
8417 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8418 _ACEOF
8423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8425 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8426 case "x$with_xinerama" in
8427 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8428 xno) ;;
8429 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8430 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8431 esac
8434 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8435 then
8436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8437 $as_echo_n "checking for -lXcomposite... " >&6; }
8438 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8439 $as_echo_n "(cached) " >&6
8440 else
8441 ac_check_soname_save_LIBS=$LIBS
8442 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8444 /* end confdefs.h. */
8446 /* Override any GCC internal prototype to avoid an error.
8447 Use char because int might match the return type of a GCC
8448 builtin and then its argument prototype would still apply. */
8449 #ifdef __cplusplus
8450 extern "C"
8451 #endif
8452 char XCompositeRedirectWindow ();
8454 main ()
8456 return XCompositeRedirectWindow ();
8458 return 0;
8460 _ACEOF
8461 if ac_fn_c_try_link "$LINENO"; then :
8462 case "$LIBEXT" in
8463 dll) ;;
8464 dylib) ac_cv_lib_soname_Xcomposite=`otool -L conftest$ac_exeext | grep "libXcomposite\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcomposite\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8465 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8466 esac
8468 rm -f core conftest.err conftest.$ac_objext \
8469 conftest$ac_exeext conftest.$ac_ext
8470 LIBS=$ac_check_soname_save_LIBS
8472 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8474 $as_echo "not found" >&6; }
8476 else
8477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8478 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8480 cat >>confdefs.h <<_ACEOF
8481 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8482 _ACEOF
8487 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8488 case "x$with_xcomposite" in
8489 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8490 xno) ;;
8491 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8492 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8493 esac
8496 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8497 #include <X11/Xlib.h>
8498 #endif
8500 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8502 cat >>confdefs.h <<_ACEOF
8503 #define HAVE_XICCALLBACK_CALLBACK 1
8504 _ACEOF
8511 opengl_msg=""
8512 if test "x$with_opengl" != "xno"
8513 then
8514 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8515 do :
8516 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8517 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8518 # include <GL/glx.h>
8519 #endif
8521 eval as_val=\$$as_ac_Header
8522 if test "x$as_val" = x""yes; then :
8523 cat >>confdefs.h <<_ACEOF
8524 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8525 _ACEOF
8529 done
8531 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8532 then
8533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8534 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8535 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8536 $as_echo_n "(cached) " >&6
8537 else
8538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8539 /* end confdefs.h. */
8540 #include <GL/gl.h>
8542 main ()
8544 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8546 return 0;
8548 _ACEOF
8549 if ac_fn_c_try_compile "$LINENO"; then :
8550 wine_cv_opengl_header_version_OK="yes"
8551 else
8552 wine_cv_opengl_header_version_OK="no"
8554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8557 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8559 if test "$wine_cv_opengl_header_version_OK" = "yes"
8560 then
8561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8562 $as_echo_n "checking for -lGL... " >&6; }
8563 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8564 $as_echo_n "(cached) " >&6
8565 else
8566 ac_check_soname_save_LIBS=$LIBS
8567 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8569 /* end confdefs.h. */
8571 /* Override any GCC internal prototype to avoid an error.
8572 Use char because int might match the return type of a GCC
8573 builtin and then its argument prototype would still apply. */
8574 #ifdef __cplusplus
8575 extern "C"
8576 #endif
8577 char glXCreateContext ();
8579 main ()
8581 return glXCreateContext ();
8583 return 0;
8585 _ACEOF
8586 if ac_fn_c_try_link "$LINENO"; then :
8587 case "$LIBEXT" in
8588 dll) ;;
8589 dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8590 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8591 esac
8593 rm -f core conftest.err conftest.$ac_objext \
8594 conftest$ac_exeext conftest.$ac_ext
8595 LIBS=$ac_check_soname_save_LIBS
8597 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8599 $as_echo "not found" >&6; }
8600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8601 $as_echo_n "checking for -lGL... " >&6; }
8602 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8603 $as_echo_n "(cached) " >&6
8604 else
8605 ac_check_soname_save_LIBS=$LIBS
8606 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib $LIBS"
8607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8608 /* end confdefs.h. */
8610 /* Override any GCC internal prototype to avoid an error.
8611 Use char because int might match the return type of a GCC
8612 builtin and then its argument prototype would still apply. */
8613 #ifdef __cplusplus
8614 extern "C"
8615 #endif
8616 char glXCreateContext ();
8618 main ()
8620 return glXCreateContext ();
8622 return 0;
8624 _ACEOF
8625 if ac_fn_c_try_link "$LINENO"; then :
8626 case "$LIBEXT" in
8627 dll) ;;
8628 dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8629 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8630 esac
8632 rm -f core conftest.err conftest.$ac_objext \
8633 conftest$ac_exeext conftest.$ac_ext
8634 LIBS=$ac_check_soname_save_LIBS
8636 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8638 $as_echo "not found" >&6; }
8639 if test -f /usr/X11R6/lib/libGL.a
8640 then
8641 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8642 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8643 else
8644 opengl_msg="No OpenGL library found on this system."
8646 else
8647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8648 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8650 cat >>confdefs.h <<_ACEOF
8651 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8652 _ACEOF
8654 OPENGL_LIBS="-Xlinker -dylib_file -Xlinker /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lGL"
8656 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8659 else
8660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8661 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8663 cat >>confdefs.h <<_ACEOF
8664 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8665 _ACEOF
8667 OPENGL_LIBS="-lGL"
8669 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8672 if test "$ac_cv_header_GL_glu_h" = "yes"
8673 then
8674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8675 $as_echo_n "checking for -lGLU... " >&6; }
8676 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8677 $as_echo_n "(cached) " >&6
8678 else
8679 ac_check_soname_save_LIBS=$LIBS
8680 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8682 /* end confdefs.h. */
8684 /* Override any GCC internal prototype to avoid an error.
8685 Use char because int might match the return type of a GCC
8686 builtin and then its argument prototype would still apply. */
8687 #ifdef __cplusplus
8688 extern "C"
8689 #endif
8690 char gluLookAt ();
8692 main ()
8694 return gluLookAt ();
8696 return 0;
8698 _ACEOF
8699 if ac_fn_c_try_link "$LINENO"; then :
8700 case "$LIBEXT" in
8701 dll) ;;
8702 dylib) ac_cv_lib_soname_GLU=`otool -L conftest$ac_exeext | grep "libGLU\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGLU\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8703 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8704 esac
8706 rm -f core conftest.err conftest.$ac_objext \
8707 conftest$ac_exeext conftest.$ac_ext
8708 LIBS=$ac_check_soname_save_LIBS
8710 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8712 $as_echo "not found" >&6; }
8714 else
8715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8716 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8718 cat >>confdefs.h <<_ACEOF
8719 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8720 _ACEOF
8725 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8726 case "x$with_glu" in
8727 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8728 xno) ;;
8729 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8730 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8731 esac
8733 else
8734 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8736 else
8737 opengl_msg="OpenGL development headers not found."
8739 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8740 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8741 else
8742 enable_opengl32=${enable_opengl32:-no}
8743 enable_glu32=${enable_glu32:-no}
8745 if test -n "$opengl_msg"; then :
8746 case "x$with_opengl" in
8747 x) wine_warnings="$wine_warnings|$opengl_msg
8748 OpenGL and Direct3D won't be supported." ;;
8749 xno) ;;
8750 *) as_fn_error "$opengl_msg
8751 OpenGL and Direct3D won't be supported.
8752 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8753 esac
8756 NASLIBS=""
8758 for ac_header in audio/audiolib.h
8759 do :
8760 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8761 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8762 cat >>confdefs.h <<_ACEOF
8763 #define HAVE_AUDIO_AUDIOLIB_H 1
8764 _ACEOF
8765 for ac_header in audio/soundlib.h
8766 do :
8767 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8769 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8770 cat >>confdefs.h <<_ACEOF
8771 #define HAVE_AUDIO_SOUNDLIB_H 1
8772 _ACEOF
8776 done
8778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8779 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8780 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8781 $as_echo_n "(cached) " >&6
8782 else
8783 ac_check_lib_save_LIBS=$LIBS
8784 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8786 /* end confdefs.h. */
8788 /* Override any GCC internal prototype to avoid an error.
8789 Use char because int might match the return type of a GCC
8790 builtin and then its argument prototype would still apply. */
8791 #ifdef __cplusplus
8792 extern "C"
8793 #endif
8794 char AuCreateFlow ();
8796 main ()
8798 return AuCreateFlow ();
8800 return 0;
8802 _ACEOF
8803 if ac_fn_c_try_link "$LINENO"; then :
8804 ac_cv_lib_audio_AuCreateFlow=yes
8805 else
8806 ac_cv_lib_audio_AuCreateFlow=no
8808 rm -f core conftest.err conftest.$ac_objext \
8809 conftest$ac_exeext conftest.$ac_ext
8810 LIBS=$ac_check_lib_save_LIBS
8812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8813 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8814 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8816 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8819 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8820 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8821 $as_echo_n "(cached) " >&6
8822 else
8823 ac_check_lib_save_LIBS=$LIBS
8824 LIBS="-lXau $X_LIBS $LIBS"
8825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8826 /* end confdefs.h. */
8828 /* Override any GCC internal prototype to avoid an error.
8829 Use char because int might match the return type of a GCC
8830 builtin and then its argument prototype would still apply. */
8831 #ifdef __cplusplus
8832 extern "C"
8833 #endif
8834 char XauGetBestAuthByAddr ();
8836 main ()
8838 return XauGetBestAuthByAddr ();
8840 return 0;
8842 _ACEOF
8843 if ac_fn_c_try_link "$LINENO"; then :
8844 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8845 else
8846 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8848 rm -f core conftest.err conftest.$ac_objext \
8849 conftest$ac_exeext conftest.$ac_ext
8850 LIBS=$ac_check_lib_save_LIBS
8852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8853 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8854 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8855 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8856 else
8857 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8865 done
8868 CPPFLAGS="$ac_save_CPPFLAGS"
8869 else
8870 XLIB=""
8871 X_CFLAGS=""
8872 X_LIBS=""
8873 enable_winex11_drv=${enable_winex11_drv:-no}
8874 enable_opengl32=${enable_opengl32:-no}
8875 enable_glu32=${enable_glu32:-no}
8877 if test "x$XLIB" = "x"; then :
8878 case "x$with_x" in
8879 xno) ;;
8880 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
8881 without X support, which probably isn't what you want. You will need to install
8882 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8883 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8884 esac
8888 XML2LIBS=""
8890 XML2INCL=""
8892 XSLTINCL=""
8894 if test "x$with_xml" != "xno"
8895 then
8896 ac_save_CPPFLAGS="$CPPFLAGS"
8897 if test "$PKG_CONFIG" != "false"
8898 then
8899 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8900 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8901 else
8902 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8903 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
8905 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8906 for ac_header in libxml/parser.h
8907 do :
8908 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8909 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8910 cat >>confdefs.h <<_ACEOF
8911 #define HAVE_LIBXML_PARSER_H 1
8912 _ACEOF
8913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8914 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8915 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8916 $as_echo_n "(cached) " >&6
8917 else
8918 ac_check_lib_save_LIBS=$LIBS
8919 LIBS="-lxml2 $ac_xml_libs $LIBS"
8920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8921 /* end confdefs.h. */
8923 /* Override any GCC internal prototype to avoid an error.
8924 Use char because int might match the return type of a GCC
8925 builtin and then its argument prototype would still apply. */
8926 #ifdef __cplusplus
8927 extern "C"
8928 #endif
8929 char xmlParseMemory ();
8931 main ()
8933 return xmlParseMemory ();
8935 return 0;
8937 _ACEOF
8938 if ac_fn_c_try_link "$LINENO"; then :
8939 ac_cv_lib_xml2_xmlParseMemory=yes
8940 else
8941 ac_cv_lib_xml2_xmlParseMemory=no
8943 rm -f core conftest.err conftest.$ac_objext \
8944 conftest$ac_exeext conftest.$ac_ext
8945 LIBS=$ac_check_lib_save_LIBS
8947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8948 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8949 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8951 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8953 XML2LIBS="$ac_xml_libs"
8954 XML2INCL="$ac_xml_cflags"
8957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8958 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8959 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8960 $as_echo_n "(cached) " >&6
8961 else
8962 ac_check_lib_save_LIBS=$LIBS
8963 LIBS="-lxml2 $ac_xml_libs $LIBS"
8964 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8965 /* end confdefs.h. */
8967 /* Override any GCC internal prototype to avoid an error.
8968 Use char because int might match the return type of a GCC
8969 builtin and then its argument prototype would still apply. */
8970 #ifdef __cplusplus
8971 extern "C"
8972 #endif
8973 char xmlReadMemory ();
8975 main ()
8977 return xmlReadMemory ();
8979 return 0;
8981 _ACEOF
8982 if ac_fn_c_try_link "$LINENO"; then :
8983 ac_cv_lib_xml2_xmlReadMemory=yes
8984 else
8985 ac_cv_lib_xml2_xmlReadMemory=no
8987 rm -f core conftest.err conftest.$ac_objext \
8988 conftest$ac_exeext conftest.$ac_ext
8989 LIBS=$ac_check_lib_save_LIBS
8991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
8992 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
8993 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
8995 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
8999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9000 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9001 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9002 $as_echo_n "(cached) " >&6
9003 else
9004 ac_check_lib_save_LIBS=$LIBS
9005 LIBS="-lxml2 $ac_xml_libs $LIBS"
9006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9007 /* end confdefs.h. */
9009 /* Override any GCC internal prototype to avoid an error.
9010 Use char because int might match the return type of a GCC
9011 builtin and then its argument prototype would still apply. */
9012 #ifdef __cplusplus
9013 extern "C"
9014 #endif
9015 char xmlNewDocPI ();
9017 main ()
9019 return xmlNewDocPI ();
9021 return 0;
9023 _ACEOF
9024 if ac_fn_c_try_link "$LINENO"; then :
9025 ac_cv_lib_xml2_xmlNewDocPI=yes
9026 else
9027 ac_cv_lib_xml2_xmlNewDocPI=no
9029 rm -f core conftest.err conftest.$ac_objext \
9030 conftest$ac_exeext conftest.$ac_ext
9031 LIBS=$ac_check_lib_save_LIBS
9033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9034 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9035 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9037 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9044 done
9046 CPPFLAGS="$ac_save_CPPFLAGS"
9048 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9049 case "x$with_xml" in
9050 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9051 xno) ;;
9052 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9053 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9054 esac
9057 if test "x$with_xslt" != "xno"
9058 then
9059 if test "$PKG_CONFIG" != "false"
9060 then
9061 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9062 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9063 else
9064 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9065 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9067 ac_save_CPPFLAGS="$CPPFLAGS"
9068 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9069 for ac_header in libxslt/pattern.h libxslt/transform.h
9070 do :
9071 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9072 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9073 # include <libxslt/pattern.h>
9074 #endif
9076 eval as_val=\$$as_ac_Header
9077 if test "x$as_val" = x""yes; then :
9078 cat >>confdefs.h <<_ACEOF
9079 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9080 _ACEOF
9084 done
9086 CPPFLAGS="$ac_save_CPPFLAGS"
9087 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9088 then
9089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9090 $as_echo_n "checking for -lxslt... " >&6; }
9091 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9092 $as_echo_n "(cached) " >&6
9093 else
9094 ac_check_soname_save_LIBS=$LIBS
9095 LIBS="-lxslt $ac_xslt_libs $LIBS"
9096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9097 /* end confdefs.h. */
9099 /* Override any GCC internal prototype to avoid an error.
9100 Use char because int might match the return type of a GCC
9101 builtin and then its argument prototype would still apply. */
9102 #ifdef __cplusplus
9103 extern "C"
9104 #endif
9105 char xsltCompilePattern ();
9107 main ()
9109 return xsltCompilePattern ();
9111 return 0;
9113 _ACEOF
9114 if ac_fn_c_try_link "$LINENO"; then :
9115 case "$LIBEXT" in
9116 dll) ;;
9117 dylib) ac_cv_lib_soname_xslt=`otool -L conftest$ac_exeext | grep "libxslt\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libxslt\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9118 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9119 esac
9121 rm -f core conftest.err conftest.$ac_objext \
9122 conftest$ac_exeext conftest.$ac_ext
9123 LIBS=$ac_check_soname_save_LIBS
9125 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9127 $as_echo "not found" >&6; }
9129 else
9130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9131 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9133 cat >>confdefs.h <<_ACEOF
9134 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9135 _ACEOF
9137 XSLTINCL="$ac_xslt_cflags"
9141 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9142 case "x$with_xslt" in
9143 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9144 xno) ;;
9145 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9146 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9147 esac
9150 HALINCL=""
9152 if test "x$with_hal" != "xno"
9153 then
9154 ac_save_CPPFLAGS="$CPPFLAGS"
9155 if test "$PKG_CONFIG" != "false"
9156 then
9157 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9158 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9159 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9161 for ac_header in dbus/dbus.h hal/libhal.h
9162 do :
9163 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9164 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9165 eval as_val=\$$as_ac_Header
9166 if test "x$as_val" = x""yes; then :
9167 cat >>confdefs.h <<_ACEOF
9168 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9169 _ACEOF
9173 done
9175 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9176 then
9177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9178 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9179 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9180 $as_echo_n "(cached) " >&6
9181 else
9182 ac_check_lib_save_LIBS=$LIBS
9183 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9185 /* end confdefs.h. */
9187 /* Override any GCC internal prototype to avoid an error.
9188 Use char because int might match the return type of a GCC
9189 builtin and then its argument prototype would still apply. */
9190 #ifdef __cplusplus
9191 extern "C"
9192 #endif
9193 char dbus_connection_close ();
9195 main ()
9197 return dbus_connection_close ();
9199 return 0;
9201 _ACEOF
9202 if ac_fn_c_try_link "$LINENO"; then :
9203 ac_cv_lib_dbus_1_dbus_connection_close=yes
9204 else
9205 ac_cv_lib_dbus_1_dbus_connection_close=no
9207 rm -f core conftest.err conftest.$ac_objext \
9208 conftest$ac_exeext conftest.$ac_ext
9209 LIBS=$ac_check_lib_save_LIBS
9211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9212 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9213 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9215 $as_echo_n "checking for -lhal... " >&6; }
9216 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9217 $as_echo_n "(cached) " >&6
9218 else
9219 ac_check_soname_save_LIBS=$LIBS
9220 LIBS="-lhal $ac_hal_libs $LIBS"
9221 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9222 /* end confdefs.h. */
9224 /* Override any GCC internal prototype to avoid an error.
9225 Use char because int might match the return type of a GCC
9226 builtin and then its argument prototype would still apply. */
9227 #ifdef __cplusplus
9228 extern "C"
9229 #endif
9230 char libhal_ctx_new ();
9232 main ()
9234 return libhal_ctx_new ();
9236 return 0;
9238 _ACEOF
9239 if ac_fn_c_try_link "$LINENO"; then :
9240 case "$LIBEXT" in
9241 dll) ;;
9242 dylib) ac_cv_lib_soname_hal=`otool -L conftest$ac_exeext | grep "libhal\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libhal\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9243 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9244 esac
9246 rm -f core conftest.err conftest.$ac_objext \
9247 conftest$ac_exeext conftest.$ac_ext
9248 LIBS=$ac_check_soname_save_LIBS
9250 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9252 $as_echo "not found" >&6; }
9254 else
9255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9256 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9258 cat >>confdefs.h <<_ACEOF
9259 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9260 _ACEOF
9262 HALINCL="$ac_hal_cflags"
9267 CPPFLAGS="$ac_save_CPPFLAGS"
9269 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9270 case "x$with_hal" in
9271 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9272 xno) ;;
9273 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9274 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9275 esac
9278 if test "x$with_gnutls" != "xno"
9279 then
9280 ac_save_CPPFLAGS="$CPPFLAGS"
9281 if test "$PKG_CONFIG" != "false"
9282 then
9283 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9284 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9285 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9287 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9288 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9290 /* end confdefs.h. */
9291 #include <gnutls/gnutls.h>
9293 main ()
9295 typeof(gnutls_mac_get_key_size) *pfunc;
9297 return 0;
9299 _ACEOF
9300 if ac_fn_c_try_compile "$LINENO"; then :
9301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9302 $as_echo_n "checking for -lgnutls... " >&6; }
9303 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9304 $as_echo_n "(cached) " >&6
9305 else
9306 ac_check_soname_save_LIBS=$LIBS
9307 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9309 /* end confdefs.h. */
9311 /* Override any GCC internal prototype to avoid an error.
9312 Use char because int might match the return type of a GCC
9313 builtin and then its argument prototype would still apply. */
9314 #ifdef __cplusplus
9315 extern "C"
9316 #endif
9317 char gnutls_global_init ();
9319 main ()
9321 return gnutls_global_init ();
9323 return 0;
9325 _ACEOF
9326 if ac_fn_c_try_link "$LINENO"; then :
9327 case "$LIBEXT" in
9328 dll) ;;
9329 dylib) ac_cv_lib_soname_gnutls=`otool -L conftest$ac_exeext | grep "libgnutls\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9330 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9331 esac
9333 rm -f core conftest.err conftest.$ac_objext \
9334 conftest$ac_exeext conftest.$ac_ext
9335 LIBS=$ac_check_soname_save_LIBS
9337 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9339 $as_echo "not found" >&6; }
9341 else
9342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9343 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9345 cat >>confdefs.h <<_ACEOF
9346 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9347 _ACEOF
9349 GNUTLSINCL="$ac_gnutls_cflags"
9353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9357 CPPFLAGS="$ac_save_CPPFLAGS"
9359 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9360 case "x$with_gnutls" in
9361 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9362 xno) ;;
9363 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9364 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9365 esac
9368 CURSESLIBS=""
9369 if test "$ac_cv_header_ncurses_h" = "yes"
9370 then
9371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9372 $as_echo_n "checking for -lncurses... " >&6; }
9373 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9374 $as_echo_n "(cached) " >&6
9375 else
9376 ac_check_soname_save_LIBS=$LIBS
9377 LIBS="-lncurses $LIBS"
9378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9379 /* end confdefs.h. */
9381 /* Override any GCC internal prototype to avoid an error.
9382 Use char because int might match the return type of a GCC
9383 builtin and then its argument prototype would still apply. */
9384 #ifdef __cplusplus
9385 extern "C"
9386 #endif
9387 char waddch ();
9389 main ()
9391 return waddch ();
9393 return 0;
9395 _ACEOF
9396 if ac_fn_c_try_link "$LINENO"; then :
9397 case "$LIBEXT" in
9398 dll) ;;
9399 dylib) ac_cv_lib_soname_ncurses=`otool -L conftest$ac_exeext | grep "libncurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libncurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9400 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9401 esac
9403 rm -f core conftest.err conftest.$ac_objext \
9404 conftest$ac_exeext conftest.$ac_ext
9405 LIBS=$ac_check_soname_save_LIBS
9407 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9409 $as_echo "not found" >&6; }
9411 else
9412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9413 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9415 cat >>confdefs.h <<_ACEOF
9416 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9417 _ACEOF
9419 CURSESLIBS="-lncurses"
9421 elif test "$ac_cv_header_curses_h" = "yes"
9422 then
9423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9424 $as_echo_n "checking for -lcurses... " >&6; }
9425 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9426 $as_echo_n "(cached) " >&6
9427 else
9428 ac_check_soname_save_LIBS=$LIBS
9429 LIBS="-lcurses $LIBS"
9430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9431 /* end confdefs.h. */
9433 /* Override any GCC internal prototype to avoid an error.
9434 Use char because int might match the return type of a GCC
9435 builtin and then its argument prototype would still apply. */
9436 #ifdef __cplusplus
9437 extern "C"
9438 #endif
9439 char waddch ();
9441 main ()
9443 return waddch ();
9445 return 0;
9447 _ACEOF
9448 if ac_fn_c_try_link "$LINENO"; then :
9449 case "$LIBEXT" in
9450 dll) ;;
9451 dylib) ac_cv_lib_soname_curses=`otool -L conftest$ac_exeext | grep "libcurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9452 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9453 esac
9455 rm -f core conftest.err conftest.$ac_objext \
9456 conftest$ac_exeext conftest.$ac_ext
9457 LIBS=$ac_check_soname_save_LIBS
9459 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9461 $as_echo "not found" >&6; }
9463 else
9464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9465 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9467 cat >>confdefs.h <<_ACEOF
9468 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9469 _ACEOF
9471 CURSESLIBS="-lcurses"
9474 ac_save_LIBS="$LIBS"
9475 LIBS="$LIBS $CURSESLIBS"
9476 for ac_func in mousemask
9477 do :
9478 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9479 if test "x$ac_cv_func_mousemask" = x""yes; then :
9480 cat >>confdefs.h <<_ACEOF
9481 #define HAVE_MOUSEMASK 1
9482 _ACEOF
9485 done
9487 LIBS="$ac_save_LIBS"
9488 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9489 case "x$with_curses" in
9490 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9491 xno) ;;
9492 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9493 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9494 esac
9497 if test "x$with_sane" != "xno"
9498 then
9499 ac_save_CPPFLAGS="$CPPFLAGS"
9500 # Extract the first word of "sane-config", so it can be a program name with args.
9501 set dummy sane-config; ac_word=$2
9502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9503 $as_echo_n "checking for $ac_word... " >&6; }
9504 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9505 $as_echo_n "(cached) " >&6
9506 else
9507 if test -n "$sane_devel"; then
9508 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9509 else
9510 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9511 for as_dir in $PATH
9513 IFS=$as_save_IFS
9514 test -z "$as_dir" && as_dir=.
9515 for ac_exec_ext in '' $ac_executable_extensions; do
9516 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9517 ac_cv_prog_sane_devel="sane-config"
9518 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9519 break 2
9521 done
9522 done
9523 IFS=$as_save_IFS
9525 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9528 sane_devel=$ac_cv_prog_sane_devel
9529 if test -n "$sane_devel"; then
9530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9531 $as_echo "$sane_devel" >&6; }
9532 else
9533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9534 $as_echo "no" >&6; }
9538 if test "$sane_devel" != "no"
9539 then
9540 ac_sane_incl="`$sane_devel --cflags`"
9541 ac_sane_libs="`$sane_devel --ldflags`"
9542 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9544 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9545 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9547 $as_echo_n "checking for -lsane... " >&6; }
9548 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9549 $as_echo_n "(cached) " >&6
9550 else
9551 ac_check_soname_save_LIBS=$LIBS
9552 LIBS="-lsane $ac_sane_libs $LIBS"
9553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9554 /* end confdefs.h. */
9556 /* Override any GCC internal prototype to avoid an error.
9557 Use char because int might match the return type of a GCC
9558 builtin and then its argument prototype would still apply. */
9559 #ifdef __cplusplus
9560 extern "C"
9561 #endif
9562 char sane_init ();
9564 main ()
9566 return sane_init ();
9568 return 0;
9570 _ACEOF
9571 if ac_fn_c_try_link "$LINENO"; then :
9572 case "$LIBEXT" in
9573 dll) ;;
9574 dylib) ac_cv_lib_soname_sane=`otool -L conftest$ac_exeext | grep "libsane\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libsane\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9575 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9576 esac
9578 rm -f core conftest.err conftest.$ac_objext \
9579 conftest$ac_exeext conftest.$ac_ext
9580 LIBS=$ac_check_soname_save_LIBS
9582 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9584 $as_echo "not found" >&6; }
9586 else
9587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9588 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9590 cat >>confdefs.h <<_ACEOF
9591 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9592 _ACEOF
9594 SANEINCL="$ac_sane_incl"
9600 CPPFLAGS="$ac_save_CPPFLAGS"
9602 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9603 case "x$with_sane" in
9604 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9605 xno) ;;
9606 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9607 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9608 esac
9611 if test "x$with_v4l" != "xno"
9612 then
9613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9614 $as_echo_n "checking for -lv4l1... " >&6; }
9615 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9616 $as_echo_n "(cached) " >&6
9617 else
9618 ac_check_soname_save_LIBS=$LIBS
9619 LIBS="-lv4l1 $LIBS"
9620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9621 /* end confdefs.h. */
9623 /* Override any GCC internal prototype to avoid an error.
9624 Use char because int might match the return type of a GCC
9625 builtin and then its argument prototype would still apply. */
9626 #ifdef __cplusplus
9627 extern "C"
9628 #endif
9629 char v4l1_open ();
9631 main ()
9633 return v4l1_open ();
9635 return 0;
9637 _ACEOF
9638 if ac_fn_c_try_link "$LINENO"; then :
9639 case "$LIBEXT" in
9640 dll) ;;
9641 dylib) ac_cv_lib_soname_v4l1=`otool -L conftest$ac_exeext | grep "libv4l1\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libv4l1\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9642 *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9643 esac
9645 rm -f core conftest.err conftest.$ac_objext \
9646 conftest$ac_exeext conftest.$ac_ext
9647 LIBS=$ac_check_soname_save_LIBS
9649 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9651 $as_echo "not found" >&6; }
9653 else
9654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9655 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9657 cat >>confdefs.h <<_ACEOF
9658 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9659 _ACEOF
9664 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9665 case "x$with_v4l" in
9666 x) wine_notices="$wine_notices|libv4l ${notice_platform}development files not found." ;;
9667 xno) ;;
9668 *) as_fn_error "libv4l ${notice_platform}development files not found.
9669 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9670 esac
9673 if test "x$with_gphoto" != "xno"
9674 then
9675 ac_save_CPPFLAGS="$CPPFLAGS"
9676 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9677 set dummy gphoto2-config; ac_word=$2
9678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9679 $as_echo_n "checking for $ac_word... " >&6; }
9680 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9681 $as_echo_n "(cached) " >&6
9682 else
9683 if test -n "$gphoto2_devel"; then
9684 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9685 else
9686 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9687 for as_dir in $PATH
9689 IFS=$as_save_IFS
9690 test -z "$as_dir" && as_dir=.
9691 for ac_exec_ext in '' $ac_executable_extensions; do
9692 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9693 ac_cv_prog_gphoto2_devel="gphoto2-config"
9694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9695 break 2
9697 done
9698 done
9699 IFS=$as_save_IFS
9701 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9704 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9705 if test -n "$gphoto2_devel"; then
9706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9707 $as_echo "$gphoto2_devel" >&6; }
9708 else
9709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9710 $as_echo "no" >&6; }
9714 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9715 set dummy gphoto2-port-config; ac_word=$2
9716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9717 $as_echo_n "checking for $ac_word... " >&6; }
9718 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9719 $as_echo_n "(cached) " >&6
9720 else
9721 if test -n "$gphoto2port_devel"; then
9722 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9723 else
9724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9725 for as_dir in $PATH
9727 IFS=$as_save_IFS
9728 test -z "$as_dir" && as_dir=.
9729 for ac_exec_ext in '' $ac_executable_extensions; do
9730 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9731 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9733 break 2
9735 done
9736 done
9737 IFS=$as_save_IFS
9739 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9742 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9743 if test -n "$gphoto2port_devel"; then
9744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9745 $as_echo "$gphoto2port_devel" >&6; }
9746 else
9747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9748 $as_echo "no" >&6; }
9752 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9753 then
9754 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9755 ac_gphoto2_libs=""
9756 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9758 case "$i" in
9759 -L/usr/lib|-L/usr/lib64) ;;
9760 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9761 esac
9762 done
9763 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9765 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9766 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9767 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9769 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9770 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9771 $as_echo_n "(cached) " >&6
9772 else
9773 ac_check_lib_save_LIBS=$LIBS
9774 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9776 /* end confdefs.h. */
9778 /* Override any GCC internal prototype to avoid an error.
9779 Use char because int might match the return type of a GCC
9780 builtin and then its argument prototype would still apply. */
9781 #ifdef __cplusplus
9782 extern "C"
9783 #endif
9784 char gp_camera_new ();
9786 main ()
9788 return gp_camera_new ();
9790 return 0;
9792 _ACEOF
9793 if ac_fn_c_try_link "$LINENO"; then :
9794 ac_cv_lib_gphoto2_gp_camera_new=yes
9795 else
9796 ac_cv_lib_gphoto2_gp_camera_new=no
9798 rm -f core conftest.err conftest.$ac_objext \
9799 conftest$ac_exeext conftest.$ac_ext
9800 LIBS=$ac_check_lib_save_LIBS
9802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9803 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9804 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9806 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9808 GPHOTO2LIBS="$ac_gphoto2_libs"
9810 GPHOTO2INCL="$ac_gphoto2_incl"
9817 CPPFLAGS="$ac_save_CPPFLAGS"
9819 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9820 case "x$with_gphoto" in
9821 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9822 xno) ;;
9823 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9824 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9825 esac
9829 RESOLVLIBS=""
9831 if test "$ac_cv_header_resolv_h" = "yes"
9832 then
9833 ac_save_LIBS="$LIBS"
9834 LIBS="$LIBS -lresolv"
9835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9836 /* end confdefs.h. */
9837 #ifdef HAVE_NETINET_IN_H
9838 #include <netinet/in.h>
9839 #endif
9840 #include <resolv.h>
9842 main ()
9844 res_init();
9846 return 0;
9848 _ACEOF
9849 if ac_fn_c_try_link "$LINENO"; then :
9851 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9853 RESOLVLIBS="-lresolv"
9855 rm -f core conftest.err conftest.$ac_objext \
9856 conftest$ac_exeext conftest.$ac_ext
9857 LIBS="$ac_save_LIBS"
9860 LCMSLIBS=""
9862 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9863 then
9864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9865 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9866 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9867 $as_echo_n "(cached) " >&6
9868 else
9869 ac_check_lib_save_LIBS=$LIBS
9870 LIBS="-llcms $LIBS"
9871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9872 /* end confdefs.h. */
9874 /* Override any GCC internal prototype to avoid an error.
9875 Use char because int might match the return type of a GCC
9876 builtin and then its argument prototype would still apply. */
9877 #ifdef __cplusplus
9878 extern "C"
9879 #endif
9880 char cmsOpenProfileFromFile ();
9882 main ()
9884 return cmsOpenProfileFromFile ();
9886 return 0;
9888 _ACEOF
9889 if ac_fn_c_try_link "$LINENO"; then :
9890 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9891 else
9892 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9894 rm -f core conftest.err conftest.$ac_objext \
9895 conftest$ac_exeext conftest.$ac_ext
9896 LIBS=$ac_check_lib_save_LIBS
9898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9899 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9900 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9902 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9904 LCMSLIBS="-llcms"
9908 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9909 case "x$with_cms" in
9910 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9911 xno) ;;
9912 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9913 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9914 esac
9917 if test "x$with_freetype" != "xno"
9918 then
9919 for ac_prog in freetype-config freetype2-config
9921 # Extract the first word of "$ac_prog", so it can be a program name with args.
9922 set dummy $ac_prog; ac_word=$2
9923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9924 $as_echo_n "checking for $ac_word... " >&6; }
9925 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9926 $as_echo_n "(cached) " >&6
9927 else
9928 if test -n "$ft_devel"; then
9929 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9930 else
9931 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9932 for as_dir in $PATH
9934 IFS=$as_save_IFS
9935 test -z "$as_dir" && as_dir=.
9936 for ac_exec_ext in '' $ac_executable_extensions; do
9937 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9938 ac_cv_prog_ft_devel="$ac_prog"
9939 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9940 break 2
9942 done
9943 done
9944 IFS=$as_save_IFS
9948 ft_devel=$ac_cv_prog_ft_devel
9949 if test -n "$ft_devel"; then
9950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9951 $as_echo "$ft_devel" >&6; }
9952 else
9953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9954 $as_echo "no" >&6; }
9958 test -n "$ft_devel" && break
9959 done
9960 test -n "$ft_devel" || ft_devel="no"
9962 if test "$ft_devel" != "no"
9963 then
9964 ac_freetype_incl=`$ft_devel --cflags`
9965 ac_freetype_libs=`$ft_devel --libs`
9967 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
9968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
9969 $as_echo_n "checking for -lfreetype... " >&6; }
9970 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
9971 $as_echo_n "(cached) " >&6
9972 else
9973 ac_check_soname_save_LIBS=$LIBS
9974 LIBS="-lfreetype $ac_freetype_libs $LIBS"
9975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9976 /* end confdefs.h. */
9978 /* Override any GCC internal prototype to avoid an error.
9979 Use char because int might match the return type of a GCC
9980 builtin and then its argument prototype would still apply. */
9981 #ifdef __cplusplus
9982 extern "C"
9983 #endif
9984 char FT_Init_FreeType ();
9986 main ()
9988 return FT_Init_FreeType ();
9990 return 0;
9992 _ACEOF
9993 if ac_fn_c_try_link "$LINENO"; then :
9994 case "$LIBEXT" in
9995 dll) ;;
9996 dylib) ac_cv_lib_soname_freetype=`otool -L conftest$ac_exeext | grep "libfreetype\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfreetype\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9997 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9998 esac
10000 rm -f core conftest.err conftest.$ac_objext \
10001 conftest$ac_exeext conftest.$ac_ext
10002 LIBS=$ac_check_soname_save_LIBS
10004 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10006 $as_echo "not found" >&6; }
10007 ft_lib=no
10008 else
10009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10010 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10012 cat >>confdefs.h <<_ACEOF
10013 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10014 _ACEOF
10016 ft_lib=yes
10018 if test "$ft_lib" = "yes"
10019 then
10020 ac_save_CPPFLAGS="$CPPFLAGS"
10021 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10022 for ac_header in ft2build.h \
10023 freetype/freetype.h \
10024 freetype/ftglyph.h \
10025 freetype/fttypes.h \
10026 freetype/tttables.h \
10027 freetype/ftsnames.h \
10028 freetype/ttnameid.h \
10029 freetype/ftoutln.h \
10030 freetype/ftwinfnt.h \
10031 freetype/ftmodapi.h \
10032 freetype/ftlcdfil.h \
10033 freetype/internal/sfnt.h
10034 do :
10035 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10036 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10037 # include <ft2build.h>
10038 #endif
10040 eval as_val=\$$as_ac_Header
10041 if test "x$as_val" = x""yes; then :
10042 cat >>confdefs.h <<_ACEOF
10043 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10044 _ACEOF
10048 done
10050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10051 /* end confdefs.h. */
10052 #include <ft2build.h>
10053 #include <freetype/fttrigon.h>
10054 _ACEOF
10055 if ac_fn_c_try_cpp "$LINENO"; then :
10057 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10059 wine_cv_fttrigon=yes
10060 else
10061 wine_cv_fttrigon=no
10063 rm -f conftest.err conftest.$ac_ext
10064 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10066 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10068 cat >>confdefs.h <<_ACEOF
10069 #define HAVE_FT_TRUETYPEENGINETYPE 1
10070 _ACEOF
10075 ac_save_CFLAGS="$CFLAGS"
10076 CFLAGS="$CFLAGS $ac_freetype_libs"
10077 for ac_func in FT_Load_Sfnt_Table
10078 do :
10079 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10080 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10081 cat >>confdefs.h <<_ACEOF
10082 #define HAVE_FT_LOAD_SFNT_TABLE 1
10083 _ACEOF
10086 done
10088 CFLAGS="$ac_save_CFLAGS"
10089 CPPFLAGS="$ac_save_CPPFLAGS"
10090 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10091 then
10093 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10095 FREETYPELIBS="$ac_freetype_libs"
10097 FREETYPEINCL="$ac_freetype_incl"
10102 if test "x$FREETYPELIBS" = "x"; then :
10103 case "x$with_freetype" in
10104 xno) ;;
10105 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10106 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10107 esac
10109 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10112 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10113 if test "${ac_cv_c_ppdev+set}" = set; then :
10114 $as_echo_n "(cached) " >&6
10115 else
10116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10117 /* end confdefs.h. */
10118 #include <linux/ppdev.h>
10120 main ()
10122 ioctl (1,PPCLAIM,0)
10124 return 0;
10126 _ACEOF
10127 if ac_fn_c_try_compile "$LINENO"; then :
10128 ac_cv_c_ppdev="yes"
10129 else
10130 ac_cv_c_ppdev="no"
10132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10135 $as_echo "$ac_cv_c_ppdev" >&6; }
10136 if test "$ac_cv_c_ppdev" = "yes"
10137 then
10139 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10143 ac_wine_check_funcs_save_LIBS="$LIBS"
10144 LIBS="$LIBS $LIBPTHREAD"
10145 for ac_func in \
10146 pthread_attr_get_np \
10147 pthread_getattr_np \
10148 pthread_get_stackaddr_np \
10149 pthread_get_stacksize_np
10150 do :
10151 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10152 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10153 eval as_val=\$$as_ac_var
10154 if test "x$as_val" = x""yes; then :
10155 cat >>confdefs.h <<_ACEOF
10156 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10157 _ACEOF
10160 done
10162 LIBS="$ac_wine_check_funcs_save_LIBS"
10164 if test "$ac_cv_header_zlib_h" = "yes"
10165 then
10166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10167 $as_echo_n "checking for inflate in -lz... " >&6; }
10168 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10169 $as_echo_n "(cached) " >&6
10170 else
10171 ac_check_lib_save_LIBS=$LIBS
10172 LIBS="-lz $LIBS"
10173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10174 /* end confdefs.h. */
10176 /* Override any GCC internal prototype to avoid an error.
10177 Use char because int might match the return type of a GCC
10178 builtin and then its argument prototype would still apply. */
10179 #ifdef __cplusplus
10180 extern "C"
10181 #endif
10182 char inflate ();
10184 main ()
10186 return inflate ();
10188 return 0;
10190 _ACEOF
10191 if ac_fn_c_try_link "$LINENO"; then :
10192 ac_cv_lib_z_inflate=yes
10193 else
10194 ac_cv_lib_z_inflate=no
10196 rm -f core conftest.err conftest.$ac_objext \
10197 conftest$ac_exeext conftest.$ac_ext
10198 LIBS=$ac_check_lib_save_LIBS
10200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10201 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10202 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10204 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10206 ZLIB="-lz"
10212 if test "x$with_esd" != xno
10213 then
10214 save_CFLAGS="$CFLAGS"
10215 # Extract the first word of "esd-config", so it can be a program name with args.
10216 set dummy esd-config; ac_word=$2
10217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10218 $as_echo_n "checking for $ac_word... " >&6; }
10219 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10220 $as_echo_n "(cached) " >&6
10221 else
10222 case $ESDCONFIG in
10223 [\\/]* | ?:[\\/]*)
10224 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10227 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10228 for as_dir in $PATH
10230 IFS=$as_save_IFS
10231 test -z "$as_dir" && as_dir=.
10232 for ac_exec_ext in '' $ac_executable_extensions; do
10233 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10234 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10235 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10236 break 2
10238 done
10239 done
10240 IFS=$as_save_IFS
10242 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10244 esac
10246 ESDCONFIG=$ac_cv_path_ESDCONFIG
10247 if test -n "$ESDCONFIG"; then
10248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10249 $as_echo "$ESDCONFIG" >&6; }
10250 else
10251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10252 $as_echo "no" >&6; }
10256 if test "x$ESDCONFIG" != "xno"
10257 then
10258 ac_esd_incl=""
10259 for i in `$ESDCONFIG --cflags`
10261 case "$i" in
10262 -I*) ac_esd_incl="$ac_esd_incl $i";;
10263 esac
10264 done
10265 ac_esd_libs=`$ESDCONFIG --libs`
10266 CFLAGS="$CFLAGS $ac_esd_incl"
10268 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10269 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10270 if test "x$ac_cv_header_esd_h" = x""yes; then :
10271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10272 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10273 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10274 $as_echo_n "(cached) " >&6
10275 else
10276 ac_check_lib_save_LIBS=$LIBS
10277 LIBS="-lesd $ac_esd_libs $LIBS"
10278 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10279 /* end confdefs.h. */
10281 /* Override any GCC internal prototype to avoid an error.
10282 Use char because int might match the return type of a GCC
10283 builtin and then its argument prototype would still apply. */
10284 #ifdef __cplusplus
10285 extern "C"
10286 #endif
10287 char esd_open_sound ();
10289 main ()
10291 return esd_open_sound ();
10293 return 0;
10295 _ACEOF
10296 if ac_fn_c_try_link "$LINENO"; then :
10297 ac_cv_lib_esd_esd_open_sound=yes
10298 else
10299 ac_cv_lib_esd_esd_open_sound=no
10301 rm -f core conftest.err conftest.$ac_objext \
10302 conftest$ac_exeext conftest.$ac_ext
10303 LIBS=$ac_check_lib_save_LIBS
10305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10306 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10307 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10308 ESDINCL="$ac_esd_incl"
10310 ESDLIBS="$ac_esd_libs"
10313 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10320 CFLAGS="$save_CFLAGS"
10323 ALSALIBS=""
10325 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10326 then
10327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10328 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10329 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10330 $as_echo_n "(cached) " >&6
10331 else
10332 ac_check_lib_save_LIBS=$LIBS
10333 LIBS="-lasound $LIBS"
10334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10335 /* end confdefs.h. */
10337 /* Override any GCC internal prototype to avoid an error.
10338 Use char because int might match the return type of a GCC
10339 builtin and then its argument prototype would still apply. */
10340 #ifdef __cplusplus
10341 extern "C"
10342 #endif
10343 char snd_pcm_hw_params_get_access ();
10345 main ()
10347 return snd_pcm_hw_params_get_access ();
10349 return 0;
10351 _ACEOF
10352 if ac_fn_c_try_link "$LINENO"; then :
10353 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10354 else
10355 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10357 rm -f core conftest.err conftest.$ac_objext \
10358 conftest$ac_exeext conftest.$ac_ext
10359 LIBS=$ac_check_lib_save_LIBS
10361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10362 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10363 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10365 /* end confdefs.h. */
10366 #ifdef HAVE_ALSA_ASOUNDLIB_H
10367 #include <alsa/asoundlib.h>
10368 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10369 #include <sys/asoundlib.h>
10370 #endif
10372 main ()
10374 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10376 return 0;
10378 _ACEOF
10379 if ac_fn_c_try_compile "$LINENO"; then :
10381 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10383 ALSALIBS="-lasound"
10385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10390 AUDIOIOLIBS=""
10392 if test "$ac_cv_header_libaudioio_h" = "yes"
10393 then
10394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10395 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10396 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10397 $as_echo_n "(cached) " >&6
10398 else
10399 ac_check_lib_save_LIBS=$LIBS
10400 LIBS="-laudioio $LIBS"
10401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10402 /* end confdefs.h. */
10404 /* Override any GCC internal prototype to avoid an error.
10405 Use char because int might match the return type of a GCC
10406 builtin and then its argument prototype would still apply. */
10407 #ifdef __cplusplus
10408 extern "C"
10409 #endif
10410 char AudioIOGetVersion ();
10412 main ()
10414 return AudioIOGetVersion ();
10416 return 0;
10418 _ACEOF
10419 if ac_fn_c_try_link "$LINENO"; then :
10420 ac_cv_lib_audioio_AudioIOGetVersion=yes
10421 else
10422 ac_cv_lib_audioio_AudioIOGetVersion=no
10424 rm -f core conftest.err conftest.$ac_objext \
10425 conftest$ac_exeext conftest.$ac_ext
10426 LIBS=$ac_check_lib_save_LIBS
10428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10429 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10430 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10431 AUDIOIOLIBS="-laudioio"
10433 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10440 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10441 then
10442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10443 $as_echo_n "checking for -lcapi20... " >&6; }
10444 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10445 $as_echo_n "(cached) " >&6
10446 else
10447 ac_check_soname_save_LIBS=$LIBS
10448 LIBS="-lcapi20 $LIBS"
10449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10450 /* end confdefs.h. */
10452 /* Override any GCC internal prototype to avoid an error.
10453 Use char because int might match the return type of a GCC
10454 builtin and then its argument prototype would still apply. */
10455 #ifdef __cplusplus
10456 extern "C"
10457 #endif
10458 char capi20_register ();
10460 main ()
10462 return capi20_register ();
10464 return 0;
10466 _ACEOF
10467 if ac_fn_c_try_link "$LINENO"; then :
10468 case "$LIBEXT" in
10469 dll) ;;
10470 dylib) ac_cv_lib_soname_capi20=`otool -L conftest$ac_exeext | grep "libcapi20\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcapi20\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10471 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10472 esac
10474 rm -f core conftest.err conftest.$ac_objext \
10475 conftest$ac_exeext conftest.$ac_ext
10476 LIBS=$ac_check_soname_save_LIBS
10478 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10480 $as_echo "not found" >&6; }
10482 else
10483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10484 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10486 cat >>confdefs.h <<_ACEOF
10487 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10488 _ACEOF
10493 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10494 case "x$with_capi" in
10495 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10496 xno) ;;
10497 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10498 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10499 esac
10502 CUPSINCL=""
10504 if test "x$with_cups" != "xno"
10505 then
10506 ac_save_CPPFLAGS="$CPPFLAGS"
10507 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10508 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10509 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10510 for ac_header in cups/cups.h
10511 do :
10512 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10513 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10514 cat >>confdefs.h <<_ACEOF
10515 #define HAVE_CUPS_CUPS_H 1
10516 _ACEOF
10517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10518 $as_echo_n "checking for -lcups... " >&6; }
10519 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10520 $as_echo_n "(cached) " >&6
10521 else
10522 ac_check_soname_save_LIBS=$LIBS
10523 LIBS="-lcups $ac_cups_libs $LIBS"
10524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10525 /* end confdefs.h. */
10527 /* Override any GCC internal prototype to avoid an error.
10528 Use char because int might match the return type of a GCC
10529 builtin and then its argument prototype would still apply. */
10530 #ifdef __cplusplus
10531 extern "C"
10532 #endif
10533 char cupsGetDefault ();
10535 main ()
10537 return cupsGetDefault ();
10539 return 0;
10541 _ACEOF
10542 if ac_fn_c_try_link "$LINENO"; then :
10543 case "$LIBEXT" in
10544 dll) ;;
10545 dylib) ac_cv_lib_soname_cups=`otool -L conftest$ac_exeext | grep "libcups\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcups\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10546 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10547 esac
10549 rm -f core conftest.err conftest.$ac_objext \
10550 conftest$ac_exeext conftest.$ac_ext
10551 LIBS=$ac_check_soname_save_LIBS
10553 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10555 $as_echo "not found" >&6; }
10557 else
10558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10559 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10561 cat >>confdefs.h <<_ACEOF
10562 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10563 _ACEOF
10565 CUPSINCL="$ac_cups_cflags"
10569 done
10571 CPPFLAGS="$ac_save_CPPFLAGS"
10573 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10574 case "x$with_cups" in
10575 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10576 xno) ;;
10577 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10578 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10579 esac
10582 if test "$ac_cv_header_jack_jack_h" = "yes"
10583 then
10584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10585 $as_echo_n "checking for -ljack... " >&6; }
10586 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10587 $as_echo_n "(cached) " >&6
10588 else
10589 ac_check_soname_save_LIBS=$LIBS
10590 LIBS="-ljack $LIBS"
10591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10592 /* end confdefs.h. */
10594 /* Override any GCC internal prototype to avoid an error.
10595 Use char because int might match the return type of a GCC
10596 builtin and then its argument prototype would still apply. */
10597 #ifdef __cplusplus
10598 extern "C"
10599 #endif
10600 char jack_client_new ();
10602 main ()
10604 return jack_client_new ();
10606 return 0;
10608 _ACEOF
10609 if ac_fn_c_try_link "$LINENO"; then :
10610 case "$LIBEXT" in
10611 dll) ;;
10612 dylib) ac_cv_lib_soname_jack=`otool -L conftest$ac_exeext | grep "libjack-*[0-9.]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjack-*[0-9.]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10613 *) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjack-*[0-9.]*\\.$LIBEXT" | sed -e "s/^.*\(libjack-*[0-9.]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10614 esac
10616 rm -f core conftest.err conftest.$ac_objext \
10617 conftest$ac_exeext conftest.$ac_ext
10618 LIBS=$ac_check_soname_save_LIBS
10620 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10622 $as_echo "not found" >&6; }
10624 else
10625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10626 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10628 cat >>confdefs.h <<_ACEOF
10629 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10630 _ACEOF
10636 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10637 then
10638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10639 $as_echo_n "checking for -lfontconfig... " >&6; }
10640 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10641 $as_echo_n "(cached) " >&6
10642 else
10643 ac_check_soname_save_LIBS=$LIBS
10644 LIBS="-lfontconfig $LIBS"
10645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10646 /* end confdefs.h. */
10648 /* Override any GCC internal prototype to avoid an error.
10649 Use char because int might match the return type of a GCC
10650 builtin and then its argument prototype would still apply. */
10651 #ifdef __cplusplus
10652 extern "C"
10653 #endif
10654 char FcInit ();
10656 main ()
10658 return FcInit ();
10660 return 0;
10662 _ACEOF
10663 if ac_fn_c_try_link "$LINENO"; then :
10664 case "$LIBEXT" in
10665 dll) ;;
10666 dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10667 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10668 esac
10670 rm -f core conftest.err conftest.$ac_objext \
10671 conftest$ac_exeext conftest.$ac_ext
10672 LIBS=$ac_check_soname_save_LIBS
10674 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10676 $as_echo "not found" >&6; }
10678 else
10679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10680 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10682 cat >>confdefs.h <<_ACEOF
10683 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10684 _ACEOF
10688 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10689 then
10690 ac_save_CPPFLAGS="$CPPFLAGS"
10691 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10692 $as_unset ac_cv_header_fontconfig_fontconfig_h
10693 for ac_header in fontconfig/fontconfig.h
10694 do :
10695 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10696 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10697 cat >>confdefs.h <<_ACEOF
10698 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10699 _ACEOF
10703 done
10705 CPPFLAGS="$ac_save_CPPFLAGS"
10706 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10707 then
10708 FONTCONFIGINCL="$X_CFLAGS"
10710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10711 $as_echo_n "checking for -lfontconfig... " >&6; }
10712 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10713 $as_echo_n "(cached) " >&6
10714 else
10715 ac_check_soname_save_LIBS=$LIBS
10716 LIBS="-lfontconfig $X_LIBS $LIBS"
10717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10718 /* end confdefs.h. */
10720 /* Override any GCC internal prototype to avoid an error.
10721 Use char because int might match the return type of a GCC
10722 builtin and then its argument prototype would still apply. */
10723 #ifdef __cplusplus
10724 extern "C"
10725 #endif
10726 char FcInit ();
10728 main ()
10730 return FcInit ();
10732 return 0;
10734 _ACEOF
10735 if ac_fn_c_try_link "$LINENO"; then :
10736 case "$LIBEXT" in
10737 dll) ;;
10738 dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10739 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10740 esac
10742 rm -f core conftest.err conftest.$ac_objext \
10743 conftest$ac_exeext conftest.$ac_ext
10744 LIBS=$ac_check_soname_save_LIBS
10746 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10748 $as_echo "not found" >&6; }
10750 else
10751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10752 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10754 cat >>confdefs.h <<_ACEOF
10755 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10756 _ACEOF
10762 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10763 case "x$with_fontconfig" in
10764 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10765 xno) ;;
10766 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10767 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10768 esac
10771 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10772 then
10773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10774 $as_echo_n "checking for -lssl... " >&6; }
10775 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10776 $as_echo_n "(cached) " >&6
10777 else
10778 ac_check_soname_save_LIBS=$LIBS
10779 LIBS="-lssl $LIBS"
10780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10781 /* end confdefs.h. */
10783 /* Override any GCC internal prototype to avoid an error.
10784 Use char because int might match the return type of a GCC
10785 builtin and then its argument prototype would still apply. */
10786 #ifdef __cplusplus
10787 extern "C"
10788 #endif
10789 char SSL_library_init ();
10791 main ()
10793 return SSL_library_init ();
10795 return 0;
10797 _ACEOF
10798 if ac_fn_c_try_link "$LINENO"; then :
10799 case "$LIBEXT" in
10800 dll) ;;
10801 dylib) ac_cv_lib_soname_ssl=`otool -L conftest$ac_exeext | grep "libssl\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libssl\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10802 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10803 esac
10805 rm -f core conftest.err conftest.$ac_objext \
10806 conftest$ac_exeext conftest.$ac_ext
10807 LIBS=$ac_check_soname_save_LIBS
10809 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10811 $as_echo "not found" >&6; }
10813 else
10814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10815 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10817 cat >>confdefs.h <<_ACEOF
10818 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10819 _ACEOF
10823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10824 $as_echo_n "checking for -lcrypto... " >&6; }
10825 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10826 $as_echo_n "(cached) " >&6
10827 else
10828 ac_check_soname_save_LIBS=$LIBS
10829 LIBS="-lcrypto $LIBS"
10830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10831 /* end confdefs.h. */
10833 /* Override any GCC internal prototype to avoid an error.
10834 Use char because int might match the return type of a GCC
10835 builtin and then its argument prototype would still apply. */
10836 #ifdef __cplusplus
10837 extern "C"
10838 #endif
10839 char BIO_new_socket ();
10841 main ()
10843 return BIO_new_socket ();
10845 return 0;
10847 _ACEOF
10848 if ac_fn_c_try_link "$LINENO"; then :
10849 case "$LIBEXT" in
10850 dll) ;;
10851 dylib) ac_cv_lib_soname_crypto=`otool -L conftest$ac_exeext | grep "libcrypto\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcrypto\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10852 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10853 esac
10855 rm -f core conftest.err conftest.$ac_objext \
10856 conftest$ac_exeext conftest.$ac_ext
10857 LIBS=$ac_check_soname_save_LIBS
10859 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10861 $as_echo "not found" >&6; }
10863 else
10864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10865 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10867 cat >>confdefs.h <<_ACEOF
10868 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10869 _ACEOF
10874 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10875 case "x$with_openssl" in
10876 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10877 xno) ;;
10878 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10879 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10880 esac
10883 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10884 then
10885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10886 $as_echo_n "checking for -lgsm... " >&6; }
10887 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10888 $as_echo_n "(cached) " >&6
10889 else
10890 ac_check_soname_save_LIBS=$LIBS
10891 LIBS="-lgsm $LIBS"
10892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10893 /* end confdefs.h. */
10895 /* Override any GCC internal prototype to avoid an error.
10896 Use char because int might match the return type of a GCC
10897 builtin and then its argument prototype would still apply. */
10898 #ifdef __cplusplus
10899 extern "C"
10900 #endif
10901 char gsm_create ();
10903 main ()
10905 return gsm_create ();
10907 return 0;
10909 _ACEOF
10910 if ac_fn_c_try_link "$LINENO"; then :
10911 case "$LIBEXT" in
10912 dll) ;;
10913 dylib) ac_cv_lib_soname_gsm=`otool -L conftest$ac_exeext | grep "libgsm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgsm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10914 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10915 esac
10917 rm -f core conftest.err conftest.$ac_objext \
10918 conftest$ac_exeext conftest.$ac_ext
10919 LIBS=$ac_check_soname_save_LIBS
10921 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10923 $as_echo "not found" >&6; }
10925 else
10926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10927 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10929 cat >>confdefs.h <<_ACEOF
10930 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10931 _ACEOF
10936 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10937 case "x$with_gsm" in
10938 x) wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10939 xno) ;;
10940 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10941 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
10942 esac
10945 if test "$ac_cv_header_jpeglib_h" = "yes"
10946 then
10947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10948 $as_echo_n "checking for -ljpeg... " >&6; }
10949 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10950 $as_echo_n "(cached) " >&6
10951 else
10952 ac_check_soname_save_LIBS=$LIBS
10953 LIBS="-ljpeg $LIBS"
10954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10955 /* end confdefs.h. */
10957 /* Override any GCC internal prototype to avoid an error.
10958 Use char because int might match the return type of a GCC
10959 builtin and then its argument prototype would still apply. */
10960 #ifdef __cplusplus
10961 extern "C"
10962 #endif
10963 char jpeg_start_decompress ();
10965 main ()
10967 return jpeg_start_decompress ();
10969 return 0;
10971 _ACEOF
10972 if ac_fn_c_try_link "$LINENO"; then :
10973 case "$LIBEXT" in
10974 dll) ;;
10975 dylib) ac_cv_lib_soname_jpeg=`otool -L conftest$ac_exeext | grep "libjpeg\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjpeg\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10976 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10977 esac
10979 rm -f core conftest.err conftest.$ac_objext \
10980 conftest$ac_exeext conftest.$ac_ext
10981 LIBS=$ac_check_soname_save_LIBS
10983 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10985 $as_echo "not found" >&6; }
10987 else
10988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
10989 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
10991 cat >>confdefs.h <<_ACEOF
10992 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
10993 _ACEOF
10998 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10999 case "x$with_jpeg" in
11000 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11001 xno) ;;
11002 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11003 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11004 esac
11007 if test "$ac_cv_header_png_h" = "yes"
11008 then
11009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11010 $as_echo_n "checking for -lpng... " >&6; }
11011 if test "${ac_cv_lib_soname_png+set}" = set; then :
11012 $as_echo_n "(cached) " >&6
11013 else
11014 ac_check_soname_save_LIBS=$LIBS
11015 LIBS="-lpng -lm -lz $LIBS"
11016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11017 /* end confdefs.h. */
11019 /* Override any GCC internal prototype to avoid an error.
11020 Use char because int might match the return type of a GCC
11021 builtin and then its argument prototype would still apply. */
11022 #ifdef __cplusplus
11023 extern "C"
11024 #endif
11025 char png_create_read_struct ();
11027 main ()
11029 return png_create_read_struct ();
11031 return 0;
11033 _ACEOF
11034 if ac_fn_c_try_link "$LINENO"; then :
11035 case "$LIBEXT" in
11036 dll) ;;
11037 dylib) ac_cv_lib_soname_png=`otool -L conftest$ac_exeext | grep "libpng[0-9]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libpng[0-9]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11038 *) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11039 esac
11041 rm -f core conftest.err conftest.$ac_objext \
11042 conftest$ac_exeext conftest.$ac_ext
11043 LIBS=$ac_check_soname_save_LIBS
11045 if test "x$ac_cv_lib_soname_png" = "x"; then :
11046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11047 $as_echo "not found" >&6; }
11049 else
11050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11051 $as_echo "$ac_cv_lib_soname_png" >&6; }
11053 cat >>confdefs.h <<_ACEOF
11054 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11055 _ACEOF
11059 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11060 then
11061 ac_save_CPPFLAGS="$CPPFLAGS"
11062 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11063 $as_unset ac_cv_header_png_h
11064 for ac_header in png.h
11065 do :
11066 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11067 if test "x$ac_cv_header_png_h" = x""yes; then :
11068 cat >>confdefs.h <<_ACEOF
11069 #define HAVE_PNG_H 1
11070 _ACEOF
11074 done
11076 CPPFLAGS="$ac_save_CPPFLAGS"
11077 if test "$ac_cv_header_png_h" = "yes"
11078 then
11079 PNGINCL="$X_CFLAGS"
11081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11082 $as_echo_n "checking for -lpng... " >&6; }
11083 if test "${ac_cv_lib_soname_png+set}" = set; then :
11084 $as_echo_n "(cached) " >&6
11085 else
11086 ac_check_soname_save_LIBS=$LIBS
11087 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11089 /* end confdefs.h. */
11091 /* Override any GCC internal prototype to avoid an error.
11092 Use char because int might match the return type of a GCC
11093 builtin and then its argument prototype would still apply. */
11094 #ifdef __cplusplus
11095 extern "C"
11096 #endif
11097 char png_create_read_struct ();
11099 main ()
11101 return png_create_read_struct ();
11103 return 0;
11105 _ACEOF
11106 if ac_fn_c_try_link "$LINENO"; then :
11107 case "$LIBEXT" in
11108 dll) ;;
11109 dylib) ac_cv_lib_soname_png=`otool -L conftest$ac_exeext | grep "libpng[0-9]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libpng[0-9]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11110 *) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11111 esac
11113 rm -f core conftest.err conftest.$ac_objext \
11114 conftest$ac_exeext conftest.$ac_ext
11115 LIBS=$ac_check_soname_save_LIBS
11117 if test "x$ac_cv_lib_soname_png" = "x"; then :
11118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11119 $as_echo "not found" >&6; }
11121 else
11122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11123 $as_echo "$ac_cv_lib_soname_png" >&6; }
11125 cat >>confdefs.h <<_ACEOF
11126 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11127 _ACEOF
11133 if test "x$ac_cv_lib_soname_png" = "x"; then :
11134 case "x$with_png" in
11135 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11136 xno) ;;
11137 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11138 This is an error since --with-png was requested." "$LINENO" 5 ;;
11139 esac
11142 if test "$ac_cv_header_mpg123_h" = "yes"
11143 then
11144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11145 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11146 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11147 $as_echo_n "(cached) " >&6
11148 else
11149 ac_check_lib_save_LIBS=$LIBS
11150 LIBS="-lmpg123 $LIBS"
11151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11152 /* end confdefs.h. */
11154 /* Override any GCC internal prototype to avoid an error.
11155 Use char because int might match the return type of a GCC
11156 builtin and then its argument prototype would still apply. */
11157 #ifdef __cplusplus
11158 extern "C"
11159 #endif
11160 char mpg123_feed ();
11162 main ()
11164 return mpg123_feed ();
11166 return 0;
11168 _ACEOF
11169 if ac_fn_c_try_link "$LINENO"; then :
11170 ac_cv_lib_mpg123_mpg123_feed=yes
11171 else
11172 ac_cv_lib_mpg123_mpg123_feed=no
11174 rm -f core conftest.err conftest.$ac_objext \
11175 conftest$ac_exeext conftest.$ac_ext
11176 LIBS=$ac_check_lib_save_LIBS
11178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11179 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11180 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11181 LIBMPG123="-lmpg123"
11186 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
11187 case "x$with_mpg123" in
11188 x) wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11189 xno) ;;
11190 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11191 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11192 esac
11194 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11196 if test "$ac_cv_header_AL_al_h" = "yes"
11197 then
11198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11199 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11200 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11201 $as_echo_n "(cached) " >&6
11202 else
11203 ac_check_lib_save_LIBS=$LIBS
11204 LIBS="-lopenal $LIBS"
11205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11206 /* end confdefs.h. */
11208 /* Override any GCC internal prototype to avoid an error.
11209 Use char because int might match the return type of a GCC
11210 builtin and then its argument prototype would still apply. */
11211 #ifdef __cplusplus
11212 extern "C"
11213 #endif
11214 char alGetSource3i ();
11216 main ()
11218 return alGetSource3i ();
11220 return 0;
11222 _ACEOF
11223 if ac_fn_c_try_link "$LINENO"; then :
11224 ac_cv_lib_openal_alGetSource3i=yes
11225 else
11226 ac_cv_lib_openal_alGetSource3i=no
11228 rm -f core conftest.err conftest.$ac_objext \
11229 conftest$ac_exeext conftest.$ac_ext
11230 LIBS=$ac_check_lib_save_LIBS
11232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11233 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11234 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11235 LIBOPENAL="-lopenal"
11240 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11241 case "x$with_openal" in
11242 x) wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11243 xno) ;;
11244 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11245 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11246 esac
11248 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11250 if test "$ac_cv_header_kstat_h" = "yes"
11251 then
11252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11253 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11254 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11255 $as_echo_n "(cached) " >&6
11256 else
11257 ac_check_lib_save_LIBS=$LIBS
11258 LIBS="-lkstat $LIBS"
11259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11260 /* end confdefs.h. */
11262 /* Override any GCC internal prototype to avoid an error.
11263 Use char because int might match the return type of a GCC
11264 builtin and then its argument prototype would still apply. */
11265 #ifdef __cplusplus
11266 extern "C"
11267 #endif
11268 char kstat_open ();
11270 main ()
11272 return kstat_open ();
11274 return 0;
11276 _ACEOF
11277 if ac_fn_c_try_link "$LINENO"; then :
11278 ac_cv_lib_kstat_kstat_open=yes
11279 else
11280 ac_cv_lib_kstat_kstat_open=no
11282 rm -f core conftest.err conftest.$ac_objext \
11283 conftest$ac_exeext conftest.$ac_ext
11284 LIBS=$ac_check_lib_save_LIBS
11286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11287 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11288 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11290 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11292 LIBKSTAT="-lkstat"
11298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11299 $as_echo_n "checking for -lodbc... " >&6; }
11300 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11301 $as_echo_n "(cached) " >&6
11302 else
11303 ac_check_soname_save_LIBS=$LIBS
11304 LIBS="-lodbc $LIBS"
11305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11306 /* end confdefs.h. */
11308 /* Override any GCC internal prototype to avoid an error.
11309 Use char because int might match the return type of a GCC
11310 builtin and then its argument prototype would still apply. */
11311 #ifdef __cplusplus
11312 extern "C"
11313 #endif
11314 char SQLConnect ();
11316 main ()
11318 return SQLConnect ();
11320 return 0;
11322 _ACEOF
11323 if ac_fn_c_try_link "$LINENO"; then :
11324 case "$LIBEXT" in
11325 dll) ;;
11326 dylib) ac_cv_lib_soname_odbc=`otool -L conftest$ac_exeext | grep "libodbc\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libodbc\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11327 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11328 esac
11330 rm -f core conftest.err conftest.$ac_objext \
11331 conftest$ac_exeext conftest.$ac_ext
11332 LIBS=$ac_check_soname_save_LIBS
11334 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11336 $as_echo "not found" >&6; }
11337 cat >>confdefs.h <<_ACEOF
11338 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11339 _ACEOF
11341 else
11342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11343 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11345 cat >>confdefs.h <<_ACEOF
11346 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11347 _ACEOF
11352 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11353 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11354 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11355 "$ac_cv_header_soundcard_h" != "yes" -a \
11356 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11357 then
11358 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
11362 EXTRACFLAGS=""
11364 if test "x${GCC}" = "xyes"
11365 then
11366 EXTRACFLAGS="-Wall -pipe"
11368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11369 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11370 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11371 $as_echo_n "(cached) " >&6
11372 else
11373 if test "$cross_compiling" = yes; then :
11374 ac_cv_c_gcc_strength_bug="yes"
11375 else
11376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11377 /* end confdefs.h. */
11378 int L[4] = {0,1,2,3};
11380 main ()
11382 static int Array[3];
11383 unsigned int B = 3;
11384 int i;
11385 for(i=0; i<B; i++) Array[i] = i - 3;
11386 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11387 L[i] = 4;
11388 return (Array[1] != -2 || L[2] != 3)
11390 return 0;
11392 _ACEOF
11393 if ac_fn_c_try_run "$LINENO"; then :
11394 ac_cv_c_gcc_strength_bug="no"
11395 else
11396 ac_cv_c_gcc_strength_bug="yes"
11398 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11399 conftest.$ac_objext conftest.beam conftest.$ac_ext
11403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11404 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11405 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11406 then
11407 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11411 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11412 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11413 $as_echo_n "(cached) " >&6
11414 else
11415 ac_wine_try_cflags_saved=$CFLAGS
11416 CFLAGS="$CFLAGS -fno-builtin"
11417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11418 /* end confdefs.h. */
11419 int main(int argc, char *argv) { return 0; }
11420 _ACEOF
11421 if ac_fn_c_try_link "$LINENO"; then :
11422 ac_cv_cflags__fno_builtin=yes
11423 else
11424 ac_cv_cflags__fno_builtin=no
11426 rm -f core conftest.err conftest.$ac_objext \
11427 conftest$ac_exeext conftest.$ac_ext
11428 CFLAGS=$ac_wine_try_cflags_saved
11430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11431 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11432 if test $ac_cv_cflags__fno_builtin = yes; then :
11433 BUILTINFLAG="-fno-builtin"
11436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11437 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11438 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11439 $as_echo_n "(cached) " >&6
11440 else
11441 ac_wine_try_cflags_saved=$CFLAGS
11442 CFLAGS="$CFLAGS -fno-strict-aliasing"
11443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11444 /* end confdefs.h. */
11445 int main(int argc, char *argv) { return 0; }
11446 _ACEOF
11447 if ac_fn_c_try_link "$LINENO"; then :
11448 ac_cv_cflags__fno_strict_aliasing=yes
11449 else
11450 ac_cv_cflags__fno_strict_aliasing=no
11452 rm -f core conftest.err conftest.$ac_objext \
11453 conftest$ac_exeext conftest.$ac_ext
11454 CFLAGS=$ac_wine_try_cflags_saved
11456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11457 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11458 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11459 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11462 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11463 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11464 $as_echo_n "(cached) " >&6
11465 else
11466 ac_wine_try_cflags_saved=$CFLAGS
11467 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11469 /* end confdefs.h. */
11470 int main(int argc, char *argv) { return 0; }
11471 _ACEOF
11472 if ac_fn_c_try_link "$LINENO"; then :
11473 ac_cv_cflags__Wdeclaration_after_statement=yes
11474 else
11475 ac_cv_cflags__Wdeclaration_after_statement=no
11477 rm -f core conftest.err conftest.$ac_objext \
11478 conftest$ac_exeext conftest.$ac_ext
11479 CFLAGS=$ac_wine_try_cflags_saved
11481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11482 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11483 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11484 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11487 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11488 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11489 $as_echo_n "(cached) " >&6
11490 else
11491 ac_wine_try_cflags_saved=$CFLAGS
11492 CFLAGS="$CFLAGS -Wstrict-prototypes"
11493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11494 /* end confdefs.h. */
11495 int main(int argc, char *argv) { return 0; }
11496 _ACEOF
11497 if ac_fn_c_try_link "$LINENO"; then :
11498 ac_cv_cflags__Wstrict_prototypes=yes
11499 else
11500 ac_cv_cflags__Wstrict_prototypes=no
11502 rm -f core conftest.err conftest.$ac_objext \
11503 conftest$ac_exeext conftest.$ac_ext
11504 CFLAGS=$ac_wine_try_cflags_saved
11506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11507 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11508 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11509 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11512 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11513 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11514 $as_echo_n "(cached) " >&6
11515 else
11516 ac_wine_try_cflags_saved=$CFLAGS
11517 CFLAGS="$CFLAGS -Wtype-limits"
11518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11519 /* end confdefs.h. */
11520 int main(int argc, char *argv) { return 0; }
11521 _ACEOF
11522 if ac_fn_c_try_link "$LINENO"; then :
11523 ac_cv_cflags__Wtype_limits=yes
11524 else
11525 ac_cv_cflags__Wtype_limits=no
11527 rm -f core conftest.err conftest.$ac_objext \
11528 conftest$ac_exeext conftest.$ac_ext
11529 CFLAGS=$ac_wine_try_cflags_saved
11531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11532 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11533 if test $ac_cv_cflags__Wtype_limits = yes; then :
11534 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11537 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11538 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11539 $as_echo_n "(cached) " >&6
11540 else
11541 ac_wine_try_cflags_saved=$CFLAGS
11542 CFLAGS="$CFLAGS -Wwrite-strings"
11543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11544 /* end confdefs.h. */
11545 int main(int argc, char *argv) { return 0; }
11546 _ACEOF
11547 if ac_fn_c_try_link "$LINENO"; then :
11548 ac_cv_cflags__Wwrite_strings=yes
11549 else
11550 ac_cv_cflags__Wwrite_strings=no
11552 rm -f core conftest.err conftest.$ac_objext \
11553 conftest$ac_exeext conftest.$ac_ext
11554 CFLAGS=$ac_wine_try_cflags_saved
11556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11557 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11558 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11559 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11562 saved_CFLAGS="$CFLAGS"
11563 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11565 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11566 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11567 $as_echo_n "(cached) " >&6
11568 else
11569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11570 /* end confdefs.h. */
11571 #include <string.h>
11573 main ()
11577 return 0;
11579 _ACEOF
11580 if ac_fn_c_try_compile "$LINENO"; then :
11581 ac_cv_c_string_h_warnings=no
11582 else
11583 ac_cv_c_string_h_warnings=yes
11585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11588 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11589 CFLAGS="$saved_CFLAGS"
11590 if test "$ac_cv_c_string_h_warnings" = "no"
11591 then
11592 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11595 if test "${enable_maintainer_mode+set}" = set
11596 then
11597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11598 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11599 if test "${ac_cv_cflags__Werror+set}" = set; then :
11600 $as_echo_n "(cached) " >&6
11601 else
11602 ac_wine_try_cflags_saved=$CFLAGS
11603 CFLAGS="$CFLAGS -Werror"
11604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11605 /* end confdefs.h. */
11606 int main(int argc, char *argv) { return 0; }
11607 _ACEOF
11608 if ac_fn_c_try_link "$LINENO"; then :
11609 ac_cv_cflags__Werror=yes
11610 else
11611 ac_cv_cflags__Werror=no
11613 rm -f core conftest.err conftest.$ac_objext \
11614 conftest$ac_exeext conftest.$ac_ext
11615 CFLAGS=$ac_wine_try_cflags_saved
11617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11618 $as_echo "$ac_cv_cflags__Werror" >&6; }
11619 if test $ac_cv_cflags__Werror = yes; then :
11620 EXTRACFLAGS="$EXTRACFLAGS -Werror"
11624 saved_CFLAGS="$CFLAGS"
11625 CFLAGS="$CFLAGS -Werror"
11626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11627 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11628 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11629 $as_echo_n "(cached) " >&6
11630 else
11631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11632 /* end confdefs.h. */
11633 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11635 main ()
11639 return 0;
11641 _ACEOF
11642 if ac_fn_c_try_compile "$LINENO"; then :
11643 ac_cv_have_ms_hook_prologue="yes"
11644 else
11645 ac_cv_have_ms_hook_prologue="no"
11647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11650 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11651 CFLAGS="$saved_CFLAGS"
11652 if test "$ac_cv_have_ms_hook_prologue" = "yes"
11653 then
11655 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11657 else
11658 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11665 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11666 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11667 $as_echo_n "(cached) " >&6
11668 else
11669 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11670 /* end confdefs.h. */
11671 extern int ac_test;
11673 main ()
11675 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11677 return 0;
11679 _ACEOF
11680 if ac_fn_c_try_link "$LINENO"; then :
11681 ac_cv_c_extern_prefix="yes"
11682 else
11683 ac_cv_c_extern_prefix="no"
11685 rm -f core conftest.err conftest.$ac_objext \
11686 conftest$ac_exeext conftest.$ac_ext
11688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11689 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11691 case $host_cpu in
11692 *i[3456789]86*)
11693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11694 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11695 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11696 $as_echo_n "(cached) " >&6
11697 else
11698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11699 /* end confdefs.h. */
11700 #ifndef _MSC_VER
11701 #define __stdcall __attribute__((__stdcall__))
11702 #endif
11703 int __stdcall ac_test(int i) { return i; }
11705 main ()
11707 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11709 return 0;
11711 _ACEOF
11712 if ac_fn_c_try_link "$LINENO"; then :
11713 ac_cv_c_stdcall_suffix="yes"
11714 else
11715 ac_cv_c_stdcall_suffix="no"
11717 rm -f core conftest.err conftest.$ac_objext \
11718 conftest$ac_exeext conftest.$ac_ext
11720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11721 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11722 *) ac_cv_c_stdcall_suffix="no" ;;
11723 esac
11726 if test "$ac_cv_c_extern_prefix" = "yes"
11727 then
11728 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11730 asm_name_prefix="_"
11731 else
11732 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11734 asm_name_prefix=""
11738 if test "$ac_cv_c_stdcall_suffix" = "yes"
11739 then
11740 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11742 else
11743 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11749 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11750 if test "${ac_cv_asm_func_def+set}" = set; then :
11751 $as_echo_n "(cached) " >&6
11752 else
11753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11754 /* end confdefs.h. */
11757 main ()
11759 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11761 return 0;
11763 _ACEOF
11764 if ac_fn_c_try_link "$LINENO"; then :
11765 ac_cv_asm_func_def=".def"
11766 else
11767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11768 /* end confdefs.h. */
11771 main ()
11773 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11775 return 0;
11777 _ACEOF
11778 if ac_fn_c_try_link "$LINENO"; then :
11779 ac_cv_asm_func_def=".type @function"
11780 else
11781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11782 /* end confdefs.h. */
11785 main ()
11787 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11789 return 0;
11791 _ACEOF
11792 if ac_fn_c_try_link "$LINENO"; then :
11793 ac_cv_asm_func_def=".type 2"
11794 else
11795 ac_cv_asm_func_def="unknown"
11797 rm -f core conftest.err conftest.$ac_objext \
11798 conftest$ac_exeext conftest.$ac_ext
11800 rm -f core conftest.err conftest.$ac_objext \
11801 conftest$ac_exeext conftest.$ac_ext
11803 rm -f core conftest.err conftest.$ac_objext \
11804 conftest$ac_exeext conftest.$ac_ext
11806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11807 $as_echo "$ac_cv_asm_func_def" >&6; }
11810 case "$ac_cv_asm_func_def" in
11811 ".def")
11812 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11814 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11815 ".type @function")
11816 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11818 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11819 ".type 2")
11820 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11822 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11824 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11826 asm_func_header="" ;;
11827 esac
11829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11830 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11831 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11832 $as_echo_n "(cached) " >&6
11833 else
11834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11835 /* end confdefs.h. */
11836 asm(".text\n\t.long 0");
11838 main ()
11842 return 0;
11844 _ACEOF
11845 if ac_fn_c_try_compile "$LINENO"; then :
11846 ac_cv_c_asm_outside_funcs="yes"
11847 else
11848 ac_cv_c_asm_outside_funcs="no"
11850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11853 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11856 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11857 if test "${ac_cv_c_dot_previous+set}" = set; then :
11858 $as_echo_n "(cached) " >&6
11859 else
11860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11861 /* end confdefs.h. */
11864 main ()
11866 asm(".text\nac_test:\t.long 0\n\t.previous");
11868 return 0;
11870 _ACEOF
11871 if ac_fn_c_try_link "$LINENO"; then :
11872 ac_cv_c_dot_previous="yes"
11873 else
11874 ac_cv_c_dot_previous="no"
11876 rm -f core conftest.err conftest.$ac_objext \
11877 conftest$ac_exeext conftest.$ac_ext
11879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11880 $as_echo "$ac_cv_c_dot_previous" >&6; }
11882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11883 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11884 if test "${ac_cv_c_cfi_support+set}" = set; then :
11885 $as_echo_n "(cached) " >&6
11886 else
11887 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11888 /* end confdefs.h. */
11889 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11891 main ()
11895 return 0;
11897 _ACEOF
11898 if ac_fn_c_try_compile "$LINENO"; then :
11899 ac_cv_c_cfi_support="yes"
11900 else
11901 ac_cv_c_cfi_support="no"
11903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
11906 $as_echo "$ac_cv_c_cfi_support" >&6; }
11908 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
11909 asm_func_trailer=""
11910 if test "$ac_cv_c_dot_previous" = "yes"
11911 then
11912 asm_func_trailer="\\n\\t.previous"
11914 if test "$ac_cv_c_cfi_support" = "yes"
11915 then
11916 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
11917 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
11919 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
11921 else
11922 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
11926 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
11929 if test "$ac_cv_c_asm_outside_funcs" = "yes"
11930 then
11931 cat >>confdefs.h <<_ACEOF
11932 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
11933 _ACEOF
11935 else
11936 cat >>confdefs.h <<_ACEOF
11937 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
11938 _ACEOF
11942 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
11945 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
11949 LDPATH=""
11951 case $build_os in
11952 cygwin*|mingw32*)
11953 TOOLSEXT=".exe"
11955 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
11957 darwin*|macosx*)
11960 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
11962 esac
11964 case $host_os in
11965 mingw32*)
11966 CRTLIBS="-lmsvcrt"
11968 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
11971 esac
11973 MAIN_BINARY="wine"
11975 test -z "$with_wine64" || MAIN_BINARY="wine32"
11977 case $host_cpu in
11978 *i[3456789]86*)
11979 case $host_os in
11980 linux*)
11981 EXTRA_BINARIES="wine-preloader"
11983 esac
11985 esac
11988 ac_save_CFLAGS="$CFLAGS"
11989 CFLAGS="$CFLAGS $BUILTINFLAG"
11990 for ac_func in \
11991 _pclose \
11992 _popen \
11993 _snprintf \
11994 _spawnvp \
11995 _strdup \
11996 _stricmp \
11997 _strnicmp \
11998 _strtoi64 \
11999 _strtoui64 \
12000 _vsnprintf \
12001 asctime_r \
12002 chsize \
12003 dlopen \
12004 epoll_create \
12005 ffs \
12006 finite \
12007 fnmatch \
12008 fork \
12009 fpclass \
12010 fstatfs \
12011 fstatvfs \
12012 ftruncate \
12013 futimes \
12014 futimesat \
12015 getdirentries \
12016 getopt_long \
12017 getpagesize \
12018 getpwuid \
12019 gettid \
12020 gettimeofday \
12021 getuid \
12022 kqueue \
12023 lstat \
12024 memmove \
12025 mmap \
12026 pclose \
12027 pipe2 \
12028 poll \
12029 popen \
12030 port_create \
12031 prctl \
12032 pread \
12033 pwrite \
12034 readdir \
12035 readlink \
12036 sched_setaffinity \
12037 sched_yield \
12038 select \
12039 setproctitle \
12040 setrlimit \
12041 settimeofday \
12042 sigaltstack \
12043 sigprocmask \
12044 snprintf \
12045 spawnvp \
12046 statfs \
12047 statvfs \
12048 strcasecmp \
12049 strdup \
12050 strerror \
12051 strncasecmp \
12052 strtold \
12053 strtoll \
12054 strtoull \
12055 symlink \
12056 tcgetattr \
12057 thr_kill2 \
12058 timegm \
12059 usleep \
12060 vsnprintf \
12061 wait4 \
12062 waitpid \
12064 do :
12065 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12066 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12067 eval as_val=\$$as_ac_var
12068 if test "x$as_val" = x""yes; then :
12069 cat >>confdefs.h <<_ACEOF
12070 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12071 _ACEOF
12074 done
12076 CFLAGS="$ac_save_CFLAGS"
12078 if test "$ac_cv_func_dlopen" = no
12079 then
12080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12081 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12082 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12083 $as_echo_n "(cached) " >&6
12084 else
12085 ac_check_lib_save_LIBS=$LIBS
12086 LIBS="-ldl $LIBS"
12087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12088 /* end confdefs.h. */
12090 /* Override any GCC internal prototype to avoid an error.
12091 Use char because int might match the return type of a GCC
12092 builtin and then its argument prototype would still apply. */
12093 #ifdef __cplusplus
12094 extern "C"
12095 #endif
12096 char dlopen ();
12098 main ()
12100 return dlopen ();
12102 return 0;
12104 _ACEOF
12105 if ac_fn_c_try_link "$LINENO"; then :
12106 ac_cv_lib_dl_dlopen=yes
12107 else
12108 ac_cv_lib_dl_dlopen=no
12110 rm -f core conftest.err conftest.$ac_objext \
12111 conftest$ac_exeext conftest.$ac_ext
12112 LIBS=$ac_check_lib_save_LIBS
12114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12115 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12116 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12117 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12118 LIBDL="-ldl"
12123 ac_wine_check_funcs_save_LIBS="$LIBS"
12124 LIBS="$LIBS $LIBDL"
12125 for ac_func in dladdr
12126 do :
12127 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12128 if test "x$ac_cv_func_dladdr" = x""yes; then :
12129 cat >>confdefs.h <<_ACEOF
12130 #define HAVE_DLADDR 1
12131 _ACEOF
12134 done
12136 LIBS="$ac_wine_check_funcs_save_LIBS"
12138 if test "$ac_cv_func_poll" = no
12139 then
12140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12141 $as_echo_n "checking for poll in -lpoll... " >&6; }
12142 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12143 $as_echo_n "(cached) " >&6
12144 else
12145 ac_check_lib_save_LIBS=$LIBS
12146 LIBS="-lpoll $LIBS"
12147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12148 /* end confdefs.h. */
12150 /* Override any GCC internal prototype to avoid an error.
12151 Use char because int might match the return type of a GCC
12152 builtin and then its argument prototype would still apply. */
12153 #ifdef __cplusplus
12154 extern "C"
12155 #endif
12156 char poll ();
12158 main ()
12160 return poll ();
12162 return 0;
12164 _ACEOF
12165 if ac_fn_c_try_link "$LINENO"; then :
12166 ac_cv_lib_poll_poll=yes
12167 else
12168 ac_cv_lib_poll_poll=no
12170 rm -f core conftest.err conftest.$ac_objext \
12171 conftest$ac_exeext conftest.$ac_ext
12172 LIBS=$ac_check_lib_save_LIBS
12174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12175 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12176 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12177 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12178 LIBPOLL="-lpoll"
12184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12185 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12186 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12187 $as_echo_n "(cached) " >&6
12188 else
12189 ac_func_search_save_LIBS=$LIBS
12190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12191 /* end confdefs.h. */
12193 /* Override any GCC internal prototype to avoid an error.
12194 Use char because int might match the return type of a GCC
12195 builtin and then its argument prototype would still apply. */
12196 #ifdef __cplusplus
12197 extern "C"
12198 #endif
12199 char gethostbyname ();
12201 main ()
12203 return gethostbyname ();
12205 return 0;
12207 _ACEOF
12208 for ac_lib in '' nsl; do
12209 if test -z "$ac_lib"; then
12210 ac_res="none required"
12211 else
12212 ac_res=-l$ac_lib
12213 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12215 if ac_fn_c_try_link "$LINENO"; then :
12216 ac_cv_search_gethostbyname=$ac_res
12218 rm -f core conftest.err conftest.$ac_objext \
12219 conftest$ac_exeext
12220 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12221 break
12223 done
12224 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12226 else
12227 ac_cv_search_gethostbyname=no
12229 rm conftest.$ac_ext
12230 LIBS=$ac_func_search_save_LIBS
12232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12233 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12234 ac_res=$ac_cv_search_gethostbyname
12235 if test "$ac_res" != no; then :
12236 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12242 $as_echo_n "checking for library containing connect... " >&6; }
12243 if test "${ac_cv_search_connect+set}" = set; then :
12244 $as_echo_n "(cached) " >&6
12245 else
12246 ac_func_search_save_LIBS=$LIBS
12247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12248 /* end confdefs.h. */
12250 /* Override any GCC internal prototype to avoid an error.
12251 Use char because int might match the return type of a GCC
12252 builtin and then its argument prototype would still apply. */
12253 #ifdef __cplusplus
12254 extern "C"
12255 #endif
12256 char connect ();
12258 main ()
12260 return connect ();
12262 return 0;
12264 _ACEOF
12265 for ac_lib in '' socket; do
12266 if test -z "$ac_lib"; then
12267 ac_res="none required"
12268 else
12269 ac_res=-l$ac_lib
12270 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12272 if ac_fn_c_try_link "$LINENO"; then :
12273 ac_cv_search_connect=$ac_res
12275 rm -f core conftest.err conftest.$ac_objext \
12276 conftest$ac_exeext
12277 if test "${ac_cv_search_connect+set}" = set; then :
12278 break
12280 done
12281 if test "${ac_cv_search_connect+set}" = set; then :
12283 else
12284 ac_cv_search_connect=no
12286 rm conftest.$ac_ext
12287 LIBS=$ac_func_search_save_LIBS
12289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12290 $as_echo "$ac_cv_search_connect" >&6; }
12291 ac_res=$ac_cv_search_connect
12292 if test "$ac_res" != no; then :
12293 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12299 $as_echo_n "checking for library containing inet_aton... " >&6; }
12300 if test "${ac_cv_search_inet_aton+set}" = set; then :
12301 $as_echo_n "(cached) " >&6
12302 else
12303 ac_func_search_save_LIBS=$LIBS
12304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12305 /* end confdefs.h. */
12307 /* Override any GCC internal prototype to avoid an error.
12308 Use char because int might match the return type of a GCC
12309 builtin and then its argument prototype would still apply. */
12310 #ifdef __cplusplus
12311 extern "C"
12312 #endif
12313 char inet_aton ();
12315 main ()
12317 return inet_aton ();
12319 return 0;
12321 _ACEOF
12322 for ac_lib in '' resolv; do
12323 if test -z "$ac_lib"; then
12324 ac_res="none required"
12325 else
12326 ac_res=-l$ac_lib
12327 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12329 if ac_fn_c_try_link "$LINENO"; then :
12330 ac_cv_search_inet_aton=$ac_res
12332 rm -f core conftest.err conftest.$ac_objext \
12333 conftest$ac_exeext
12334 if test "${ac_cv_search_inet_aton+set}" = set; then :
12335 break
12337 done
12338 if test "${ac_cv_search_inet_aton+set}" = set; then :
12340 else
12341 ac_cv_search_inet_aton=no
12343 rm conftest.$ac_ext
12344 LIBS=$ac_func_search_save_LIBS
12346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12347 $as_echo "$ac_cv_search_inet_aton" >&6; }
12348 ac_res=$ac_cv_search_inet_aton
12349 if test "$ac_res" != no; then :
12350 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12355 for ac_func in \
12356 getaddrinfo \
12357 getnameinfo \
12358 getnetbyname \
12359 getprotobyname \
12360 getprotobynumber \
12361 getservbyport \
12362 inet_network \
12363 inet_ntop \
12364 inet_pton \
12365 sendmsg \
12366 socketpair \
12368 do :
12369 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12370 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12371 eval as_val=\$$as_ac_var
12372 if test "x$as_val" = x""yes; then :
12373 cat >>confdefs.h <<_ACEOF
12374 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12375 _ACEOF
12378 done
12381 LDAPLIBS=""
12383 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12384 then
12385 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12387 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12389 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12390 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12391 $as_echo_n "(cached) " >&6
12392 else
12393 ac_check_lib_save_LIBS=$LIBS
12394 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12396 /* end confdefs.h. */
12398 /* Override any GCC internal prototype to avoid an error.
12399 Use char because int might match the return type of a GCC
12400 builtin and then its argument prototype would still apply. */
12401 #ifdef __cplusplus
12402 extern "C"
12403 #endif
12404 char ldap_initialize ();
12406 main ()
12408 return ldap_initialize ();
12410 return 0;
12412 _ACEOF
12413 if ac_fn_c_try_link "$LINENO"; then :
12414 ac_cv_lib_ldap_r_ldap_initialize=yes
12415 else
12416 ac_cv_lib_ldap_r_ldap_initialize=no
12418 rm -f core conftest.err conftest.$ac_objext \
12419 conftest$ac_exeext conftest.$ac_ext
12420 LIBS=$ac_check_lib_save_LIBS
12422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12423 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12424 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12426 $as_echo_n "checking for ber_init in -llber... " >&6; }
12427 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12428 $as_echo_n "(cached) " >&6
12429 else
12430 ac_check_lib_save_LIBS=$LIBS
12431 LIBS="-llber $LIBPTHREAD $LIBS"
12432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12433 /* end confdefs.h. */
12435 /* Override any GCC internal prototype to avoid an error.
12436 Use char because int might match the return type of a GCC
12437 builtin and then its argument prototype would still apply. */
12438 #ifdef __cplusplus
12439 extern "C"
12440 #endif
12441 char ber_init ();
12443 main ()
12445 return ber_init ();
12447 return 0;
12449 _ACEOF
12450 if ac_fn_c_try_link "$LINENO"; then :
12451 ac_cv_lib_lber_ber_init=yes
12452 else
12453 ac_cv_lib_lber_ber_init=no
12455 rm -f core conftest.err conftest.$ac_objext \
12456 conftest$ac_exeext conftest.$ac_ext
12457 LIBS=$ac_check_lib_save_LIBS
12459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12460 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12461 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12463 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12465 LDAPLIBS="-lldap_r -llber"
12472 ac_wine_check_funcs_save_LIBS="$LIBS"
12473 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12474 for ac_func in \
12475 ldap_count_references \
12476 ldap_first_reference \
12477 ldap_next_reference \
12478 ldap_parse_reference \
12479 ldap_parse_sort_control \
12480 ldap_parse_sortresponse_control \
12481 ldap_parse_vlv_control \
12482 ldap_parse_vlvresponse_control
12483 do :
12484 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12485 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12486 eval as_val=\$$as_ac_var
12487 if test "x$as_val" = x""yes; then :
12488 cat >>confdefs.h <<_ACEOF
12489 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12490 _ACEOF
12493 done
12495 LIBS="$ac_wine_check_funcs_save_LIBS"
12497 if test "x$LDAPLIBS" = "x"; then :
12498 case "x$with_ldap" in
12499 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12500 xno) ;;
12501 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12502 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12503 esac
12506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12507 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12508 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12509 $as_echo_n "(cached) " >&6
12510 else
12511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12512 /* end confdefs.h. */
12513 #include <sys/stat.h>
12515 main ()
12517 mkdir("foo");
12519 return 0;
12521 _ACEOF
12522 if ac_fn_c_try_compile "$LINENO"; then :
12523 wine_cv_one_arg_mkdir=yes
12524 else
12525 wine_cv_one_arg_mkdir=no
12527 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12530 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12531 if test "$wine_cv_one_arg_mkdir" = "yes"
12532 then
12534 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12540 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12541 if test "${ac_cv_c_const+set}" = set; then :
12542 $as_echo_n "(cached) " >&6
12543 else
12544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12545 /* end confdefs.h. */
12548 main ()
12550 /* FIXME: Include the comments suggested by Paul. */
12551 #ifndef __cplusplus
12552 /* Ultrix mips cc rejects this. */
12553 typedef int charset[2];
12554 const charset cs;
12555 /* SunOS 4.1.1 cc rejects this. */
12556 char const *const *pcpcc;
12557 char **ppc;
12558 /* NEC SVR4.0.2 mips cc rejects this. */
12559 struct point {int x, y;};
12560 static struct point const zero = {0,0};
12561 /* AIX XL C 1.02.0.0 rejects this.
12562 It does not let you subtract one const X* pointer from another in
12563 an arm of an if-expression whose if-part is not a constant
12564 expression */
12565 const char *g = "string";
12566 pcpcc = &g + (g ? g-g : 0);
12567 /* HPUX 7.0 cc rejects these. */
12568 ++pcpcc;
12569 ppc = (char**) pcpcc;
12570 pcpcc = (char const *const *) ppc;
12571 { /* SCO 3.2v4 cc rejects this. */
12572 char *t;
12573 char const *s = 0 ? (char *) 0 : (char const *) 0;
12575 *t++ = 0;
12576 if (s) return 0;
12578 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12579 int x[] = {25, 17};
12580 const int *foo = &x[0];
12581 ++foo;
12583 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12584 typedef const int *iptr;
12585 iptr p = 0;
12586 ++p;
12588 { /* AIX XL C 1.02.0.0 rejects this saying
12589 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12590 struct s { int j; const int *ap[3]; };
12591 struct s *b; b->j = 5;
12593 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12594 const int foo = 10;
12595 if (!foo) return 0;
12597 return !cs[0] && !zero.x;
12598 #endif
12601 return 0;
12603 _ACEOF
12604 if ac_fn_c_try_compile "$LINENO"; then :
12605 ac_cv_c_const=yes
12606 else
12607 ac_cv_c_const=no
12609 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12612 $as_echo "$ac_cv_c_const" >&6; }
12613 if test $ac_cv_c_const = no; then
12615 $as_echo "#define const /**/" >>confdefs.h
12619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12620 $as_echo_n "checking for inline... " >&6; }
12621 if test "${ac_cv_c_inline+set}" = set; then :
12622 $as_echo_n "(cached) " >&6
12623 else
12624 ac_cv_c_inline=no
12625 for ac_kw in inline __inline__ __inline; do
12626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12627 /* end confdefs.h. */
12628 #ifndef __cplusplus
12629 typedef int foo_t;
12630 static $ac_kw foo_t static_foo () {return 0; }
12631 $ac_kw foo_t foo () {return 0; }
12632 #endif
12634 _ACEOF
12635 if ac_fn_c_try_compile "$LINENO"; then :
12636 ac_cv_c_inline=$ac_kw
12638 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12639 test "$ac_cv_c_inline" != no && break
12640 done
12643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12644 $as_echo "$ac_cv_c_inline" >&6; }
12646 case $ac_cv_c_inline in
12647 inline | yes) ;;
12649 case $ac_cv_c_inline in
12650 no) ac_val=;;
12651 *) ac_val=$ac_cv_c_inline;;
12652 esac
12653 cat >>confdefs.h <<_ACEOF
12654 #ifndef __cplusplus
12655 #define inline $ac_val
12656 #endif
12657 _ACEOF
12659 esac
12661 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12662 if test "x$ac_cv_type_mode_t" = x""yes; then :
12664 cat >>confdefs.h <<_ACEOF
12665 #define HAVE_MODE_T 1
12666 _ACEOF
12670 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12671 if test "x$ac_cv_type_off_t" = x""yes; then :
12673 cat >>confdefs.h <<_ACEOF
12674 #define HAVE_OFF_T 1
12675 _ACEOF
12679 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12680 if test "x$ac_cv_type_pid_t" = x""yes; then :
12682 cat >>confdefs.h <<_ACEOF
12683 #define HAVE_PID_T 1
12684 _ACEOF
12688 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12689 if test "x$ac_cv_type_size_t" = x""yes; then :
12691 cat >>confdefs.h <<_ACEOF
12692 #define HAVE_SIZE_T 1
12693 _ACEOF
12697 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12698 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12700 cat >>confdefs.h <<_ACEOF
12701 #define HAVE_SSIZE_T 1
12702 _ACEOF
12706 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12707 if test "x$ac_cv_type_long_long" = x""yes; then :
12709 cat >>confdefs.h <<_ACEOF
12710 #define HAVE_LONG_LONG 1
12711 _ACEOF
12715 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12716 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12718 cat >>confdefs.h <<_ACEOF
12719 #define HAVE_FSBLKCNT_T 1
12720 _ACEOF
12724 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12725 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12727 cat >>confdefs.h <<_ACEOF
12728 #define HAVE_FSFILCNT_T 1
12729 _ACEOF
12734 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12735 #include <signal.h>
12737 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12739 cat >>confdefs.h <<_ACEOF
12740 #define HAVE_SIGSET_T 1
12741 _ACEOF
12746 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12748 if test "x$ac_cv_type_request_sense" = x""yes; then :
12750 cat >>confdefs.h <<_ACEOF
12751 #define HAVE_REQUEST_SENSE 1
12752 _ACEOF
12758 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12759 #ifdef HAVE_SYS_SOCKET_H
12760 #include <sys/socket.h>
12761 #endif
12762 #ifdef HAVE_SYS_SOCKETVAR_H
12763 #include <sys/socketvar.h>
12764 #endif
12765 #ifdef HAVE_NET_ROUTE_H
12766 #include <net/route.h>
12767 #endif
12768 #ifdef HAVE_NETINET_IN_H
12769 #include <netinet/in.h>
12770 #endif
12771 #ifdef HAVE_NETINET_IN_SYSTM_H
12772 #include <netinet/in_systm.h>
12773 #endif
12774 #ifdef HAVE_NETINET_IP_H
12775 #include <netinet/ip.h>
12776 #endif
12777 #ifdef HAVE_NETINET_IN_PCB_H
12778 #include <netinet/in_pcb.h>
12779 #endif
12781 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12783 cat >>confdefs.h <<_ACEOF
12784 #define HAVE_STRUCT_XINPGEN 1
12785 _ACEOF
12791 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12792 #include <linux/input.h>
12793 #endif
12795 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12797 cat >>confdefs.h <<_ACEOF
12798 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12799 _ACEOF
12805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12806 $as_echo_n "checking for sigaddset... " >&6; }
12807 if test "${wine_cv_have_sigaddset+set}" = set; then :
12808 $as_echo_n "(cached) " >&6
12809 else
12810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12811 /* end confdefs.h. */
12812 #include <signal.h>
12814 main ()
12816 sigset_t set; sigaddset(&set,SIGTERM);
12818 return 0;
12820 _ACEOF
12821 if ac_fn_c_try_link "$LINENO"; then :
12822 wine_cv_have_sigaddset=yes
12823 else
12824 wine_cv_have_sigaddset=no
12826 rm -f core conftest.err conftest.$ac_objext \
12827 conftest$ac_exeext conftest.$ac_ext
12829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12830 $as_echo "$wine_cv_have_sigaddset" >&6; }
12831 if test "$wine_cv_have_sigaddset" = "yes"
12832 then
12834 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12840 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12841 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12842 $as_echo_n "(cached) " >&6
12843 else
12844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12845 /* end confdefs.h. */
12846 #include <netdb.h>
12848 main ()
12851 char *name=0;
12852 struct hostent he;
12853 struct hostent *result;
12854 char *buf=0;
12855 int bufsize=0;
12856 int res,errnr;
12857 char *addr=0;
12858 int addrlen=0;
12859 int addrtype=0;
12860 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12861 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12864 return 0;
12866 _ACEOF
12867 if ac_fn_c_try_link "$LINENO"; then :
12868 wine_cv_linux_gethostbyname_r_6=yes
12869 else
12870 wine_cv_linux_gethostbyname_r_6=no
12873 rm -f core conftest.err conftest.$ac_objext \
12874 conftest$ac_exeext conftest.$ac_ext
12877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12878 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12879 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12880 then
12882 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12886 if test "$ac_cv_header_linux_joystick_h" = "yes"
12887 then
12888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12889 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12890 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12891 $as_echo_n "(cached) " >&6
12892 else
12893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12894 /* end confdefs.h. */
12896 #include <sys/ioctl.h>
12897 #include <sys/types.h>
12898 #include <linux/joystick.h>
12900 struct js_event blub;
12901 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12902 #error "no 2.2 header"
12903 #endif
12906 main ()
12908 /*empty*/
12910 return 0;
12912 _ACEOF
12913 if ac_fn_c_try_compile "$LINENO"; then :
12914 wine_cv_linux_joystick_22_api=yes
12915 else
12916 wine_cv_linux_joystick_22_api=no
12918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
12922 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
12923 if test "$wine_cv_linux_joystick_22_api" = "yes"
12924 then
12926 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
12932 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
12933 #ifdef HAVE_SYS_PARAM_H
12934 # include <sys/param.h>
12935 #endif
12936 #ifdef HAVE_SYS_MOUNT_H
12937 # include <sys/mount.h>
12938 #endif
12939 #ifdef HAVE_SYS_VFS_H
12940 # include <sys/vfs.h>
12941 #endif
12942 #ifdef HAVE_SYS_STATFS_H
12943 # include <sys/statfs.h>
12944 #endif
12946 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
12948 cat >>confdefs.h <<_ACEOF
12949 #define HAVE_STRUCT_STATFS_F_BFREE 1
12950 _ACEOF
12954 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
12955 #ifdef HAVE_SYS_PARAM_H
12956 # include <sys/param.h>
12957 #endif
12958 #ifdef HAVE_SYS_MOUNT_H
12959 # include <sys/mount.h>
12960 #endif
12961 #ifdef HAVE_SYS_VFS_H
12962 # include <sys/vfs.h>
12963 #endif
12964 #ifdef HAVE_SYS_STATFS_H
12965 # include <sys/statfs.h>
12966 #endif
12968 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
12970 cat >>confdefs.h <<_ACEOF
12971 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
12972 _ACEOF
12976 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
12977 #ifdef HAVE_SYS_PARAM_H
12978 # include <sys/param.h>
12979 #endif
12980 #ifdef HAVE_SYS_MOUNT_H
12981 # include <sys/mount.h>
12982 #endif
12983 #ifdef HAVE_SYS_VFS_H
12984 # include <sys/vfs.h>
12985 #endif
12986 #ifdef HAVE_SYS_STATFS_H
12987 # include <sys/statfs.h>
12988 #endif
12990 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
12992 cat >>confdefs.h <<_ACEOF
12993 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
12994 _ACEOF
12998 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
12999 #ifdef HAVE_SYS_PARAM_H
13000 # include <sys/param.h>
13001 #endif
13002 #ifdef HAVE_SYS_MOUNT_H
13003 # include <sys/mount.h>
13004 #endif
13005 #ifdef HAVE_SYS_VFS_H
13006 # include <sys/vfs.h>
13007 #endif
13008 #ifdef HAVE_SYS_STATFS_H
13009 # include <sys/statfs.h>
13010 #endif
13012 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13014 cat >>confdefs.h <<_ACEOF
13015 #define HAVE_STRUCT_STATFS_F_FFREE 1
13016 _ACEOF
13020 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13021 #ifdef HAVE_SYS_PARAM_H
13022 # include <sys/param.h>
13023 #endif
13024 #ifdef HAVE_SYS_MOUNT_H
13025 # include <sys/mount.h>
13026 #endif
13027 #ifdef HAVE_SYS_VFS_H
13028 # include <sys/vfs.h>
13029 #endif
13030 #ifdef HAVE_SYS_STATFS_H
13031 # include <sys/statfs.h>
13032 #endif
13034 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13036 cat >>confdefs.h <<_ACEOF
13037 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13038 _ACEOF
13042 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13043 #ifdef HAVE_SYS_PARAM_H
13044 # include <sys/param.h>
13045 #endif
13046 #ifdef HAVE_SYS_MOUNT_H
13047 # include <sys/mount.h>
13048 #endif
13049 #ifdef HAVE_SYS_VFS_H
13050 # include <sys/vfs.h>
13051 #endif
13052 #ifdef HAVE_SYS_STATFS_H
13053 # include <sys/statfs.h>
13054 #endif
13056 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13058 cat >>confdefs.h <<_ACEOF
13059 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13060 _ACEOF
13066 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13067 #include <sys/statvfs.h>
13068 #endif
13070 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13072 cat >>confdefs.h <<_ACEOF
13073 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13074 _ACEOF
13080 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13081 #ifdef HAVE_SYS_SOCKET_H
13082 # include <sys/socket.h>
13083 #endif
13084 #ifdef HAVE_SYS_UN_H
13085 # include <sys/un.h>
13086 #endif
13088 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13090 cat >>confdefs.h <<_ACEOF
13091 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13092 _ACEOF
13096 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13097 #ifdef HAVE_SYS_SOCKET_H
13098 # include <sys/socket.h>
13099 #endif
13100 #ifdef HAVE_SYS_UN_H
13101 # include <sys/un.h>
13102 #endif
13104 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13106 cat >>confdefs.h <<_ACEOF
13107 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13108 _ACEOF
13112 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13113 #ifdef HAVE_SYS_SOCKET_H
13114 # include <sys/socket.h>
13115 #endif
13116 #ifdef HAVE_SYS_UN_H
13117 # include <sys/un.h>
13118 #endif
13120 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13122 cat >>confdefs.h <<_ACEOF
13123 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13124 _ACEOF
13130 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13131 #ifdef HAVE_SCSI_SG_H
13132 #include <scsi/sg.h>
13133 #endif
13135 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13137 cat >>confdefs.h <<_ACEOF
13138 #define HAVE_SCSIREQ_T_CMD 1
13139 _ACEOF
13143 ac_fn_c_check_member "$LINENO" "sg_io_hdr_t" "interface_id" "ac_cv_member_sg_io_hdr_t_interface_id" "#include <sys/types.h>
13144 #ifdef HAVE_SCSI_SG_H
13145 #include <scsi/sg.h>
13146 #endif
13148 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13150 cat >>confdefs.h <<_ACEOF
13151 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13152 _ACEOF
13158 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13160 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13162 cat >>confdefs.h <<_ACEOF
13163 #define HAVE_SIGINFO_T_SI_FD 1
13164 _ACEOF
13170 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13171 #ifdef HAVE_SYS_MTIO_H
13172 #include <sys/mtio.h>
13173 #endif
13175 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13177 cat >>confdefs.h <<_ACEOF
13178 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13179 _ACEOF
13183 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13184 #ifdef HAVE_SYS_MTIO_H
13185 #include <sys/mtio.h>
13186 #endif
13188 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13190 cat >>confdefs.h <<_ACEOF
13191 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13192 _ACEOF
13196 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13197 #ifdef HAVE_SYS_MTIO_H
13198 #include <sys/mtio.h>
13199 #endif
13201 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13203 cat >>confdefs.h <<_ACEOF
13204 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13205 _ACEOF
13211 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13212 #include <getopt.h>
13213 #endif
13215 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13217 cat >>confdefs.h <<_ACEOF
13218 #define HAVE_STRUCT_OPTION_NAME 1
13219 _ACEOF
13225 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13226 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13228 cat >>confdefs.h <<_ACEOF
13229 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13230 _ACEOF
13234 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13235 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13237 cat >>confdefs.h <<_ACEOF
13238 #define HAVE_STRUCT_STAT_ST_MTIM 1
13239 _ACEOF
13243 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13244 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13246 cat >>confdefs.h <<_ACEOF
13247 #define HAVE_STRUCT_STAT_ST_CTIM 1
13248 _ACEOF
13252 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13253 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13255 cat >>confdefs.h <<_ACEOF
13256 #define HAVE_STRUCT_STAT_ST_ATIM 1
13257 _ACEOF
13263 ac_fn_c_check_member "$LINENO" "struct sockaddr_in6" "sin6_scope_id" "ac_cv_member_struct_sockaddr_in6_sin6_scope_id" "#ifdef HAVE_SYS_TYPES_H
13264 #include <sys/types.h>
13265 #endif
13266 #ifdef HAVE_NETINET_IN_H
13267 #include <netinet/in.h>
13268 #endif
13270 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13272 cat >>confdefs.h <<_ACEOF
13273 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13274 _ACEOF
13280 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13281 #include <sys/types.h>
13282 #endif
13283 #ifdef HAVE_NETINET_IN_H
13284 # include <netinet/in.h>
13285 #endif
13286 #ifdef HAVE_ARPA_NAMESER_H
13287 # include <arpa/nameser.h>
13288 #endif
13290 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13292 cat >>confdefs.h <<_ACEOF
13293 #define HAVE_NS_MSG__MSG_PTR 1
13294 _ACEOF
13300 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13301 #include <sys/types.h>
13302 #endif
13303 #ifdef HAVE_ALIAS_H
13304 #include <alias.h>
13305 #endif
13306 #ifdef HAVE_SYS_SOCKET_H
13307 #include <sys/socket.h>
13308 #endif
13309 #ifdef HAVE_SYS_SOCKETVAR_H
13310 #include <sys/socketvar.h>
13311 #endif
13312 #ifdef HAVE_SYS_TIMEOUT_H
13313 #include <sys/timeout.h>
13314 #endif
13315 #ifdef HAVE_NETINET_IN_H
13316 #include <netinet/in.h>
13317 #endif
13318 #ifdef HAVE_NETINET_IN_SYSTM_H
13319 #include <netinet/in_systm.h>
13320 #endif
13321 #ifdef HAVE_NETINET_IP_H
13322 #include <netinet/ip.h>
13323 #endif
13324 #ifdef HAVE_NETINET_IP_VAR_H
13325 #include <netinet/ip_var.h>
13326 #endif
13327 #ifdef HAVE_NETINET_IP_ICMP_H
13328 #include <netinet/ip_icmp.h>
13329 #endif
13330 #ifdef HAVE_NETINET_ICMP_VAR
13331 #include <netinet/icmp_var.h>
13332 #endif
13334 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13336 cat >>confdefs.h <<_ACEOF
13337 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13338 _ACEOF
13344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13345 $as_echo_n "checking for timezone variable... " >&6; }
13346 if test "${ac_cv_have_timezone+set}" = set; then :
13347 $as_echo_n "(cached) " >&6
13348 else
13349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13350 /* end confdefs.h. */
13351 #include <time.h>
13353 main ()
13355 timezone = 1
13357 return 0;
13359 _ACEOF
13360 if ac_fn_c_try_link "$LINENO"; then :
13361 ac_cv_have_timezone="yes"
13362 else
13363 ac_cv_have_timezone="no"
13365 rm -f core conftest.err conftest.$ac_objext \
13366 conftest$ac_exeext conftest.$ac_ext
13368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13369 $as_echo "$ac_cv_have_timezone" >&6; }
13370 if test "$ac_cv_have_timezone" = "yes"
13371 then
13373 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13377 $as_echo_n "checking for daylight variable... " >&6; }
13378 if test "${ac_cv_have_daylight+set}" = set; then :
13379 $as_echo_n "(cached) " >&6
13380 else
13381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13382 /* end confdefs.h. */
13383 #include <time.h>
13385 main ()
13387 daylight = 1
13389 return 0;
13391 _ACEOF
13392 if ac_fn_c_try_link "$LINENO"; then :
13393 ac_cv_have_daylight="yes"
13394 else
13395 ac_cv_have_daylight="no"
13397 rm -f core conftest.err conftest.$ac_objext \
13398 conftest$ac_exeext conftest.$ac_ext
13400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13401 $as_echo "$ac_cv_have_daylight" >&6; }
13402 if test "$ac_cv_have_daylight" = "yes"
13403 then
13405 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13410 $as_echo_n "checking for isinf... " >&6; }
13411 if test "${ac_cv_have_isinf+set}" = set; then :
13412 $as_echo_n "(cached) " >&6
13413 else
13414 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13415 /* end confdefs.h. */
13416 #include <math.h>
13418 main ()
13420 float f = 0.0; int i=isinf(f)
13422 return 0;
13424 _ACEOF
13425 if ac_fn_c_try_link "$LINENO"; then :
13426 ac_cv_have_isinf="yes"
13427 else
13428 ac_cv_have_isinf="no"
13430 rm -f core conftest.err conftest.$ac_objext \
13431 conftest$ac_exeext conftest.$ac_ext
13433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13434 $as_echo "$ac_cv_have_isinf" >&6; }
13435 if test "$ac_cv_have_isinf" = "yes"
13436 then
13438 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13443 $as_echo_n "checking for isnan... " >&6; }
13444 if test "${ac_cv_have_isnan+set}" = set; then :
13445 $as_echo_n "(cached) " >&6
13446 else
13447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13448 /* end confdefs.h. */
13449 #include <math.h>
13451 main ()
13453 float f = 0.0; int i=isnan(f)
13455 return 0;
13457 _ACEOF
13458 if ac_fn_c_try_link "$LINENO"; then :
13459 ac_cv_have_isnan="yes"
13460 else
13461 ac_cv_have_isnan="no"
13463 rm -f core conftest.err conftest.$ac_objext \
13464 conftest$ac_exeext conftest.$ac_ext
13466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13467 $as_echo "$ac_cv_have_isnan" >&6; }
13468 if test "$ac_cv_have_isnan" = "yes"
13469 then
13471 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13476 case $host_cpu in
13477 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13478 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13479 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13480 $as_echo_n "(cached) " >&6
13481 else
13482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13483 /* end confdefs.h. */
13484 #ifndef __i386__
13486 #endif
13487 _ACEOF
13488 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13489 $EGREP "yes" >/dev/null 2>&1; then :
13490 ac_cv_cpp_def___i386__=yes
13491 else
13492 ac_cv_cpp_def___i386__=no
13494 rm -f conftest*
13497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13498 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13499 if test $ac_cv_cpp_def___i386__ = yes; then :
13500 CFLAGS="$CFLAGS -D__i386__"
13501 LINTFLAGS="$LINTFLAGS -D__i386__"
13502 fi ;;
13503 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13504 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13505 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13506 $as_echo_n "(cached) " >&6
13507 else
13508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13509 /* end confdefs.h. */
13510 #ifndef __x86_64__
13512 #endif
13513 _ACEOF
13514 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13515 $EGREP "yes" >/dev/null 2>&1; then :
13516 ac_cv_cpp_def___x86_64__=yes
13517 else
13518 ac_cv_cpp_def___x86_64__=no
13520 rm -f conftest*
13523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13524 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13525 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13526 CFLAGS="$CFLAGS -D__x86_64__"
13527 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13528 fi ;;
13529 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13530 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13531 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13532 $as_echo_n "(cached) " >&6
13533 else
13534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13535 /* end confdefs.h. */
13536 #ifndef __ALPHA__
13538 #endif
13539 _ACEOF
13540 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13541 $EGREP "yes" >/dev/null 2>&1; then :
13542 ac_cv_cpp_def___ALPHA__=yes
13543 else
13544 ac_cv_cpp_def___ALPHA__=no
13546 rm -f conftest*
13549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13550 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13551 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13552 CFLAGS="$CFLAGS -D__ALPHA__"
13553 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13554 fi ;;
13555 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13556 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13557 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13558 $as_echo_n "(cached) " >&6
13559 else
13560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13561 /* end confdefs.h. */
13562 #ifndef __sparc__
13564 #endif
13565 _ACEOF
13566 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13567 $EGREP "yes" >/dev/null 2>&1; then :
13568 ac_cv_cpp_def___sparc__=yes
13569 else
13570 ac_cv_cpp_def___sparc__=no
13572 rm -f conftest*
13575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13576 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13577 if test $ac_cv_cpp_def___sparc__ = yes; then :
13578 CFLAGS="$CFLAGS -D__sparc__"
13579 LINTFLAGS="$LINTFLAGS -D__sparc__"
13580 fi ;;
13581 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13582 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13583 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13584 $as_echo_n "(cached) " >&6
13585 else
13586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13587 /* end confdefs.h. */
13588 #ifndef __powerpc__
13590 #endif
13591 _ACEOF
13592 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13593 $EGREP "yes" >/dev/null 2>&1; then :
13594 ac_cv_cpp_def___powerpc__=yes
13595 else
13596 ac_cv_cpp_def___powerpc__=no
13598 rm -f conftest*
13601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13602 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13603 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13604 CFLAGS="$CFLAGS -D__powerpc__"
13605 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13606 fi ;;
13607 esac
13609 case $host_vendor in
13610 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13611 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13612 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13613 $as_echo_n "(cached) " >&6
13614 else
13615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13616 /* end confdefs.h. */
13617 #ifndef __sun__
13619 #endif
13620 _ACEOF
13621 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13622 $EGREP "yes" >/dev/null 2>&1; then :
13623 ac_cv_cpp_def___sun__=yes
13624 else
13625 ac_cv_cpp_def___sun__=no
13627 rm -f conftest*
13630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13631 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13632 if test $ac_cv_cpp_def___sun__ = yes; then :
13633 CFLAGS="$CFLAGS -D__sun__"
13634 LINTFLAGS="$LINTFLAGS -D__sun__"
13635 fi ;;
13636 esac
13639 DEPENDENCIES="### Dependencies:
13641 .INIT: Makefile
13642 .BEGIN: Makefile
13643 .MAKEFILEDEPS:
13644 Makefile: dummy
13645 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13647 \$(OBJS) \$(CROSSOBJS): \$(IDL_GEN_HEADERS) \$(BISON_SRCS:.y=.tab.h)
13648 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13649 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13650 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13651 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13654 ALL_MAKERULES=""
13656 ALL_MAKEFILES=""
13658 ALL_SYMLINKS=""
13660 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13662 ALL_WINETEST_DEPENDS="# Test binaries"
13665 ALL_TOP_DIRS=""
13667 ALL_DLL_DIRS=""
13669 ALL_TOOL_DIRS=""
13671 ALL_IMPLIB_DIRS=""
13673 ALL_STATIC_LIBS=""
13675 ALL_IMPORT_LIBS=""
13677 ALL_IMPORTLIB_RULES=""
13679 ALL_TEST_DIRS=""
13681 ALL_PROGRAM_DIRS=""
13683 ALL_PROGRAM_INSTALL_DIRS=""
13685 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13690 ac_config_commands="$ac_config_commands include/stamp-h"
13693 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
13694 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13695 dlls/wineps.drv/generic.ppd"
13696 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
13697 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13698 fonts/marlett.ttf"
13699 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
13700 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13701 fonts/symbol.ttf"
13702 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
13703 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13704 fonts/tahoma.ttf"
13705 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
13706 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13707 fonts/tahomabd.ttf"
13708 ac_config_links="$ac_config_links wine:tools/winewrapper"
13709 ALL_SYMLINKS="$ALL_SYMLINKS \\
13710 wine"
13712 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13714 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13716 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13718 ac_config_commands="$ac_config_commands dlls/user32/resources"
13720 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13722 ac_config_commands="$ac_config_commands include/wine"
13725 ALL_MAKERULES="$ALL_MAKERULES \\
13726 Make.rules"
13727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13728 Make.rules: Make.rules.in config.status"
13729 MAKE_RULES=Make.rules
13730 ac_config_files="$ac_config_files Make.rules"
13732 ALL_MAKERULES="$ALL_MAKERULES \\
13733 dlls/Makedll.rules"
13734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13735 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules config.status"
13736 MAKE_DLL_RULES=dlls/Makedll.rules
13737 ac_config_files="$ac_config_files dlls/Makedll.rules"
13739 ALL_MAKERULES="$ALL_MAKERULES \\
13740 dlls/Makeimplib.rules"
13741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13742 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules config.status"
13743 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13744 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13746 ALL_MAKERULES="$ALL_MAKERULES \\
13747 dlls/Maketest.rules"
13748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13749 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules config.status"
13750 MAKE_TEST_RULES=dlls/Maketest.rules
13751 ac_config_files="$ac_config_files dlls/Maketest.rules"
13753 ALL_MAKERULES="$ALL_MAKERULES \\
13754 programs/Makeprog.rules"
13755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13756 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules config.status"
13757 MAKE_PROG_RULES=programs/Makeprog.rules
13758 ac_config_files="$ac_config_files programs/Makeprog.rules"
13763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13764 Makefile: Makefile.in Make.rules config.status"
13765 ac_config_files="$ac_config_files Makefile"
13767 ALL_MAKEFILES="$ALL_MAKEFILES \\
13768 dlls/Makefile"
13769 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13770 dlls"
13771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13772 \$(RECURSE_TARGETS:%=dlls/%) dlls: dlls/Makefile \$(MAKEDEP)
13773 dlls/Makefile: dlls/Makefile.in Make.rules config.status"
13774 ac_config_files="$ac_config_files dlls/Makefile"
13776 ALL_MAKEFILES="$ALL_MAKEFILES \\
13777 dlls/acledit/Makefile"
13778 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13779 acledit"
13780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13781 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules config.status"
13782 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13784 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13785 aclui/libaclui.$IMPLIBEXT"
13786 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13787 aclui/libaclui.def aclui/libaclui.a aclui/libaclui.cross.a: aclui/aclui.spec \$(WINEBUILD)
13788 @cd aclui && \$(MAKE) \`basename \$@\`"
13789 ALL_MAKEFILES="$ALL_MAKEFILES \\
13790 dlls/aclui/Makefile"
13791 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13792 aclui"
13793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13794 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules config.status"
13795 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13797 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13798 activeds/libactiveds.$IMPLIBEXT"
13799 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13800 activeds/libactiveds.def activeds/libactiveds.a activeds/libactiveds.cross.a: activeds/activeds.spec \$(WINEBUILD)
13801 @cd activeds && \$(MAKE) \`basename \$@\`"
13802 ALL_MAKEFILES="$ALL_MAKEFILES \\
13803 dlls/activeds/Makefile"
13804 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13805 activeds"
13806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13807 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules config.status"
13808 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13810 ALL_MAKEFILES="$ALL_MAKEFILES \\
13811 dlls/actxprxy/Makefile"
13812 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13813 actxprxy"
13814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13815 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules config.status"
13816 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13818 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
13819 adsiid/libadsiid.a"
13820 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13821 adsiid/libadsiid.a: adsiid
13822 adsiid/libadsiid.cross.a: dummy
13823 @cd adsiid && \$(MAKE) libadsiid.cross.a"
13824 ALL_MAKEFILES="$ALL_MAKEFILES \\
13825 dlls/adsiid/Makefile"
13826 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
13827 adsiid"
13828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13829 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules config.status"
13830 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13832 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13833 advapi32/libadvapi32.$IMPLIBEXT"
13834 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13835 advapi32/libadvapi32.def advapi32/libadvapi32.a advapi32/libadvapi32.cross.a: advapi32/advapi32.spec \$(WINEBUILD)
13836 @cd advapi32 && \$(MAKE) \`basename \$@\`"
13837 ALL_MAKEFILES="$ALL_MAKEFILES \\
13838 dlls/advapi32/Makefile"
13839 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13840 advapi32"
13841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13842 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules config.status"
13843 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13845 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
13846 advapi32_test.exe: \$(TOPOBJDIR)/dlls/advapi32/tests/advapi32_test.exe$DLLEXT
13847 cp \$(TOPOBJDIR)/dlls/advapi32/tests/advapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13848 advapi32_test.rc:
13849 echo \"advapi32_test.exe TESTRES \\\"advapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13850 advapi32_test.res: advapi32_test.rc advapi32_test.exe"
13851 ALL_MAKEFILES="$ALL_MAKEFILES \\
13852 dlls/advapi32/tests/Makefile"
13853 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13854 advapi32/tests"
13855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13856 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules config.status"
13857 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13859 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13860 advpack/libadvpack.$IMPLIBEXT"
13861 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13862 advpack/libadvpack.def advpack/libadvpack.a advpack/libadvpack.cross.a: advpack/advpack.spec \$(WINEBUILD)
13863 @cd advpack && \$(MAKE) \`basename \$@\`"
13864 ALL_MAKEFILES="$ALL_MAKEFILES \\
13865 dlls/advpack/Makefile"
13866 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13867 advpack"
13868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13869 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules config.status"
13870 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13872 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
13873 advpack_test.exe: \$(TOPOBJDIR)/dlls/advpack/tests/advpack_test.exe$DLLEXT
13874 cp \$(TOPOBJDIR)/dlls/advpack/tests/advpack_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13875 advpack_test.rc:
13876 echo \"advpack_test.exe TESTRES \\\"advpack_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13877 advpack_test.res: advpack_test.rc advpack_test.exe"
13878 ALL_MAKEFILES="$ALL_MAKEFILES \\
13879 dlls/advpack/tests/Makefile"
13880 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13881 advpack/tests"
13882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13883 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules config.status"
13884 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13886 ALL_MAKEFILES="$ALL_MAKEFILES \\
13887 dlls/amstream/Makefile"
13888 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13889 amstream"
13890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13891 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules config.status"
13892 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13894 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
13895 amstream_test.exe: \$(TOPOBJDIR)/dlls/amstream/tests/amstream_test.exe$DLLEXT
13896 cp \$(TOPOBJDIR)/dlls/amstream/tests/amstream_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13897 amstream_test.rc:
13898 echo \"amstream_test.exe TESTRES \\\"amstream_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13899 amstream_test.res: amstream_test.rc amstream_test.exe"
13900 ALL_MAKEFILES="$ALL_MAKEFILES \\
13901 dlls/amstream/tests/Makefile"
13902 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13903 amstream/tests"
13904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13905 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules config.status"
13906 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13908 ALL_MAKEFILES="$ALL_MAKEFILES \\
13909 dlls/appwiz.cpl/Makefile"
13910 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13911 appwiz.cpl"
13912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13913 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules config.status"
13914 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13916 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13917 atl/libatl.$IMPLIBEXT"
13918 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13919 atl/libatl.def atl/libatl.a atl/libatl.cross.a: atl/atl.spec \$(WINEBUILD)
13920 @cd atl && \$(MAKE) \`basename \$@\`"
13921 ALL_MAKEFILES="$ALL_MAKEFILES \\
13922 dlls/atl/Makefile"
13923 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13924 atl"
13925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13926 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules config.status"
13927 ac_config_files="$ac_config_files dlls/atl/Makefile"
13929 ALL_MAKEFILES="$ALL_MAKEFILES \\
13930 dlls/authz/Makefile"
13931 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13932 authz"
13933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13934 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules config.status"
13935 ac_config_files="$ac_config_files dlls/authz/Makefile"
13937 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13938 avicap32/libavicap32.$IMPLIBEXT"
13939 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13940 avicap32/libavicap32.def avicap32/libavicap32.a avicap32/libavicap32.cross.a: avicap32/avicap32.spec \$(WINEBUILD)
13941 @cd avicap32 && \$(MAKE) \`basename \$@\`"
13942 ALL_MAKEFILES="$ALL_MAKEFILES \\
13943 dlls/avicap32/Makefile"
13944 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13945 avicap32"
13946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13947 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules config.status"
13948 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13950 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13951 avifil32/libavifil32.$IMPLIBEXT"
13952 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13953 avifil32/libavifil32.def avifil32/libavifil32.a avifil32/libavifil32.cross.a: avifil32/avifil32.spec \$(WINEBUILD)
13954 @cd avifil32 && \$(MAKE) \`basename \$@\`"
13955 ALL_MAKEFILES="$ALL_MAKEFILES \\
13956 dlls/avifil32/Makefile"
13957 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13958 avifil32"
13959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13960 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules config.status"
13961 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13963 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
13964 avifil32_test.exe: \$(TOPOBJDIR)/dlls/avifil32/tests/avifil32_test.exe$DLLEXT
13965 cp \$(TOPOBJDIR)/dlls/avifil32/tests/avifil32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13966 avifil32_test.rc:
13967 echo \"avifil32_test.exe TESTRES \\\"avifil32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13968 avifil32_test.res: avifil32_test.rc avifil32_test.exe"
13969 ALL_MAKEFILES="$ALL_MAKEFILES \\
13970 dlls/avifil32/tests/Makefile"
13971 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13972 avifil32/tests"
13973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13974 dlls/avifil32/tests/Makefile: dlls/avifil32/tests/Makefile.in dlls/Maketest.rules config.status"
13975 ac_config_files="$ac_config_files dlls/avifil32/tests/Makefile"
13977 ALL_MAKEFILES="$ALL_MAKEFILES \\
13978 dlls/avifile.dll16/Makefile"
13979 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13980 avifile.dll16"
13981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13982 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules config.status"
13983 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
13985 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13986 avrt/libavrt.$IMPLIBEXT"
13987 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13988 avrt/libavrt.def avrt/libavrt.a avrt/libavrt.cross.a: avrt/avrt.spec \$(WINEBUILD)
13989 @cd avrt && \$(MAKE) \`basename \$@\`"
13990 ALL_MAKEFILES="$ALL_MAKEFILES \\
13991 dlls/avrt/Makefile"
13992 test "x$enable_avrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13993 avrt"
13994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13995 dlls/avrt/Makefile: dlls/avrt/Makefile.in dlls/Makedll.rules config.status"
13996 ac_config_files="$ac_config_files dlls/avrt/Makefile"
13998 ALL_MAKEFILES="$ALL_MAKEFILES \\
13999 dlls/bcrypt/Makefile"
14000 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14001 bcrypt"
14002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14003 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules config.status"
14004 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
14006 ALL_MAKEFILES="$ALL_MAKEFILES \\
14007 dlls/browseui/Makefile"
14008 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14009 browseui"
14010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14011 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules config.status"
14012 ac_config_files="$ac_config_files dlls/browseui/Makefile"
14014 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14015 browseui_test.exe: \$(TOPOBJDIR)/dlls/browseui/tests/browseui_test.exe$DLLEXT
14016 cp \$(TOPOBJDIR)/dlls/browseui/tests/browseui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14017 browseui_test.rc:
14018 echo \"browseui_test.exe TESTRES \\\"browseui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14019 browseui_test.res: browseui_test.rc browseui_test.exe"
14020 ALL_MAKEFILES="$ALL_MAKEFILES \\
14021 dlls/browseui/tests/Makefile"
14022 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14023 browseui/tests"
14024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14025 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules config.status"
14026 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
14028 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14029 cabinet/libcabinet.$IMPLIBEXT"
14030 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14031 cabinet/libcabinet.def cabinet/libcabinet.a cabinet/libcabinet.cross.a: cabinet/cabinet.spec \$(WINEBUILD)
14032 @cd cabinet && \$(MAKE) \`basename \$@\`"
14033 ALL_MAKEFILES="$ALL_MAKEFILES \\
14034 dlls/cabinet/Makefile"
14035 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14036 cabinet"
14037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14038 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules config.status"
14039 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
14041 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14042 cabinet_test.exe: \$(TOPOBJDIR)/dlls/cabinet/tests/cabinet_test.exe$DLLEXT
14043 cp \$(TOPOBJDIR)/dlls/cabinet/tests/cabinet_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14044 cabinet_test.rc:
14045 echo \"cabinet_test.exe TESTRES \\\"cabinet_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14046 cabinet_test.res: cabinet_test.rc cabinet_test.exe"
14047 ALL_MAKEFILES="$ALL_MAKEFILES \\
14048 dlls/cabinet/tests/Makefile"
14049 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14050 cabinet/tests"
14051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14052 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules config.status"
14053 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
14055 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14056 capi2032/libcapi2032.$IMPLIBEXT"
14057 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14058 capi2032/libcapi2032.def capi2032/libcapi2032.a capi2032/libcapi2032.cross.a: capi2032/capi2032.spec \$(WINEBUILD)
14059 @cd capi2032 && \$(MAKE) \`basename \$@\`"
14060 ALL_MAKEFILES="$ALL_MAKEFILES \\
14061 dlls/capi2032/Makefile"
14062 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14063 capi2032"
14064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14065 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules config.status"
14066 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
14068 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14069 cards/libcards.$IMPLIBEXT"
14070 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14071 cards/libcards.def cards/libcards.a cards/libcards.cross.a: cards/cards.spec \$(WINEBUILD)
14072 @cd cards && \$(MAKE) \`basename \$@\`"
14073 ALL_MAKEFILES="$ALL_MAKEFILES \\
14074 dlls/cards/Makefile"
14075 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14076 cards"
14077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14078 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules config.status"
14079 ac_config_files="$ac_config_files dlls/cards/Makefile"
14081 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14082 cfgmgr32/libcfgmgr32.$IMPLIBEXT"
14083 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14084 cfgmgr32/libcfgmgr32.def cfgmgr32/libcfgmgr32.a cfgmgr32/libcfgmgr32.cross.a: cfgmgr32/cfgmgr32.spec \$(WINEBUILD)
14085 @cd cfgmgr32 && \$(MAKE) \`basename \$@\`"
14086 ALL_MAKEFILES="$ALL_MAKEFILES \\
14087 dlls/cfgmgr32/Makefile"
14088 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14089 cfgmgr32"
14090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14091 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules config.status"
14092 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
14094 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14095 clusapi/libclusapi.$IMPLIBEXT"
14096 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14097 clusapi/libclusapi.def clusapi/libclusapi.a clusapi/libclusapi.cross.a: clusapi/clusapi.spec \$(WINEBUILD)
14098 @cd clusapi && \$(MAKE) \`basename \$@\`"
14099 ALL_MAKEFILES="$ALL_MAKEFILES \\
14100 dlls/clusapi/Makefile"
14101 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14102 clusapi"
14103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14104 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules config.status"
14105 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
14107 ALL_MAKEFILES="$ALL_MAKEFILES \\
14108 dlls/comcat/Makefile"
14109 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14110 comcat"
14111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14112 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules config.status"
14113 ac_config_files="$ac_config_files dlls/comcat/Makefile"
14115 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14116 comcat_test.exe: \$(TOPOBJDIR)/dlls/comcat/tests/comcat_test.exe$DLLEXT
14117 cp \$(TOPOBJDIR)/dlls/comcat/tests/comcat_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14118 comcat_test.rc:
14119 echo \"comcat_test.exe TESTRES \\\"comcat_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14120 comcat_test.res: comcat_test.rc comcat_test.exe"
14121 ALL_MAKEFILES="$ALL_MAKEFILES \\
14122 dlls/comcat/tests/Makefile"
14123 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14124 comcat/tests"
14125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14126 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules config.status"
14127 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
14129 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14130 comctl32/libcomctl32.$IMPLIBEXT"
14131 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14132 comctl32/libcomctl32.def comctl32/libcomctl32.a comctl32/libcomctl32.cross.a: comctl32/comctl32.spec \$(WINEBUILD)
14133 @cd comctl32 && \$(MAKE) \`basename \$@\`"
14134 ALL_MAKEFILES="$ALL_MAKEFILES \\
14135 dlls/comctl32/Makefile"
14136 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14137 comctl32"
14138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14139 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules config.status"
14140 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
14142 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14143 comctl32_test.exe: \$(TOPOBJDIR)/dlls/comctl32/tests/comctl32_test.exe$DLLEXT
14144 cp \$(TOPOBJDIR)/dlls/comctl32/tests/comctl32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14145 comctl32_test.rc:
14146 echo \"comctl32_test.exe TESTRES \\\"comctl32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14147 comctl32_test.res: comctl32_test.rc comctl32_test.exe"
14148 ALL_MAKEFILES="$ALL_MAKEFILES \\
14149 dlls/comctl32/tests/Makefile"
14150 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14151 comctl32/tests"
14152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14153 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules config.status"
14154 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
14156 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14157 comdlg32/libcomdlg32.$IMPLIBEXT"
14158 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14159 comdlg32/libcomdlg32.def comdlg32/libcomdlg32.a comdlg32/libcomdlg32.cross.a: comdlg32/comdlg32.spec \$(WINEBUILD)
14160 @cd comdlg32 && \$(MAKE) \`basename \$@\`"
14161 ALL_MAKEFILES="$ALL_MAKEFILES \\
14162 dlls/comdlg32/Makefile"
14163 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14164 comdlg32"
14165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14166 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules config.status"
14167 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
14169 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14170 comdlg32_test.exe: \$(TOPOBJDIR)/dlls/comdlg32/tests/comdlg32_test.exe$DLLEXT
14171 cp \$(TOPOBJDIR)/dlls/comdlg32/tests/comdlg32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14172 comdlg32_test.rc:
14173 echo \"comdlg32_test.exe TESTRES \\\"comdlg32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14174 comdlg32_test.res: comdlg32_test.rc comdlg32_test.exe"
14175 ALL_MAKEFILES="$ALL_MAKEFILES \\
14176 dlls/comdlg32/tests/Makefile"
14177 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14178 comdlg32/tests"
14179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14180 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules config.status"
14181 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
14183 ALL_MAKEFILES="$ALL_MAKEFILES \\
14184 dlls/comm.drv16/Makefile"
14185 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14186 comm.drv16"
14187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14188 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules config.status"
14189 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
14191 ALL_MAKEFILES="$ALL_MAKEFILES \\
14192 dlls/commdlg.dll16/Makefile"
14193 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14194 commdlg.dll16"
14195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14196 dlls/commdlg.dll16/Makefile: dlls/commdlg.dll16/Makefile.in dlls/Makedll.rules config.status"
14197 ac_config_files="$ac_config_files dlls/commdlg.dll16/Makefile"
14199 ALL_MAKEFILES="$ALL_MAKEFILES \\
14200 dlls/compobj.dll16/Makefile"
14201 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14202 compobj.dll16"
14203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14204 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules config.status"
14205 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
14207 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14208 compstui/libcompstui.$IMPLIBEXT"
14209 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14210 compstui/libcompstui.def compstui/libcompstui.a compstui/libcompstui.cross.a: compstui/compstui.spec \$(WINEBUILD)
14211 @cd compstui && \$(MAKE) \`basename \$@\`"
14212 ALL_MAKEFILES="$ALL_MAKEFILES \\
14213 dlls/compstui/Makefile"
14214 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14215 compstui"
14216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14217 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules config.status"
14218 ac_config_files="$ac_config_files dlls/compstui/Makefile"
14220 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14221 credui/libcredui.$IMPLIBEXT"
14222 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14223 credui/libcredui.def credui/libcredui.a credui/libcredui.cross.a: credui/credui.spec \$(WINEBUILD)
14224 @cd credui && \$(MAKE) \`basename \$@\`"
14225 ALL_MAKEFILES="$ALL_MAKEFILES \\
14226 dlls/credui/Makefile"
14227 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14228 credui"
14229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14230 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules config.status"
14231 ac_config_files="$ac_config_files dlls/credui/Makefile"
14233 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14234 credui_test.exe: \$(TOPOBJDIR)/dlls/credui/tests/credui_test.exe$DLLEXT
14235 cp \$(TOPOBJDIR)/dlls/credui/tests/credui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14236 credui_test.rc:
14237 echo \"credui_test.exe TESTRES \\\"credui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14238 credui_test.res: credui_test.rc credui_test.exe"
14239 ALL_MAKEFILES="$ALL_MAKEFILES \\
14240 dlls/credui/tests/Makefile"
14241 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14242 credui/tests"
14243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14244 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules config.status"
14245 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14247 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14248 crtdll/libcrtdll.$IMPLIBEXT"
14249 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14250 crtdll/libcrtdll.def crtdll/libcrtdll.a crtdll/libcrtdll.cross.a: crtdll/crtdll.spec \$(WINEBUILD)
14251 @cd crtdll && \$(MAKE) \`basename \$@\`"
14252 ALL_MAKEFILES="$ALL_MAKEFILES \\
14253 dlls/crtdll/Makefile"
14254 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14255 crtdll"
14256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14257 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules config.status"
14258 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14260 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14261 crypt32/libcrypt32.$IMPLIBEXT"
14262 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14263 crypt32/libcrypt32.def crypt32/libcrypt32.a crypt32/libcrypt32.cross.a: crypt32/crypt32.spec \$(WINEBUILD)
14264 @cd crypt32 && \$(MAKE) \`basename \$@\`"
14265 ALL_MAKEFILES="$ALL_MAKEFILES \\
14266 dlls/crypt32/Makefile"
14267 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14268 crypt32"
14269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14270 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules config.status"
14271 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14273 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14274 crypt32_test.exe: \$(TOPOBJDIR)/dlls/crypt32/tests/crypt32_test.exe$DLLEXT
14275 cp \$(TOPOBJDIR)/dlls/crypt32/tests/crypt32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14276 crypt32_test.rc:
14277 echo \"crypt32_test.exe TESTRES \\\"crypt32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14278 crypt32_test.res: crypt32_test.rc crypt32_test.exe"
14279 ALL_MAKEFILES="$ALL_MAKEFILES \\
14280 dlls/crypt32/tests/Makefile"
14281 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14282 crypt32/tests"
14283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14284 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules config.status"
14285 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14287 ALL_MAKEFILES="$ALL_MAKEFILES \\
14288 dlls/cryptdlg/Makefile"
14289 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14290 cryptdlg"
14291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14292 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules config.status"
14293 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14295 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14296 cryptdll/libcryptdll.$IMPLIBEXT"
14297 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14298 cryptdll/libcryptdll.def cryptdll/libcryptdll.a cryptdll/libcryptdll.cross.a: cryptdll/cryptdll.spec \$(WINEBUILD)
14299 @cd cryptdll && \$(MAKE) \`basename \$@\`"
14300 ALL_MAKEFILES="$ALL_MAKEFILES \\
14301 dlls/cryptdll/Makefile"
14302 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14303 cryptdll"
14304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14305 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules config.status"
14306 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14308 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14309 cryptnet/libcryptnet.$IMPLIBEXT"
14310 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14311 cryptnet/libcryptnet.def cryptnet/libcryptnet.a cryptnet/libcryptnet.cross.a: cryptnet/cryptnet.spec \$(WINEBUILD)
14312 @cd cryptnet && \$(MAKE) \`basename \$@\`"
14313 ALL_MAKEFILES="$ALL_MAKEFILES \\
14314 dlls/cryptnet/Makefile"
14315 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14316 cryptnet"
14317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14318 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules config.status"
14319 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14321 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14322 cryptnet_test.exe: \$(TOPOBJDIR)/dlls/cryptnet/tests/cryptnet_test.exe$DLLEXT
14323 cp \$(TOPOBJDIR)/dlls/cryptnet/tests/cryptnet_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14324 cryptnet_test.rc:
14325 echo \"cryptnet_test.exe TESTRES \\\"cryptnet_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14326 cryptnet_test.res: cryptnet_test.rc cryptnet_test.exe"
14327 ALL_MAKEFILES="$ALL_MAKEFILES \\
14328 dlls/cryptnet/tests/Makefile"
14329 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14330 cryptnet/tests"
14331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14332 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules config.status"
14333 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14335 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14336 cryptui/libcryptui.$IMPLIBEXT"
14337 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14338 cryptui/libcryptui.def cryptui/libcryptui.a cryptui/libcryptui.cross.a: cryptui/cryptui.spec \$(WINEBUILD)
14339 @cd cryptui && \$(MAKE) \`basename \$@\`"
14340 ALL_MAKEFILES="$ALL_MAKEFILES \\
14341 dlls/cryptui/Makefile"
14342 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14343 cryptui"
14344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14345 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules config.status"
14346 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14348 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14349 cryptui_test.exe: \$(TOPOBJDIR)/dlls/cryptui/tests/cryptui_test.exe$DLLEXT
14350 cp \$(TOPOBJDIR)/dlls/cryptui/tests/cryptui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14351 cryptui_test.rc:
14352 echo \"cryptui_test.exe TESTRES \\\"cryptui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14353 cryptui_test.res: cryptui_test.rc cryptui_test.exe"
14354 ALL_MAKEFILES="$ALL_MAKEFILES \\
14355 dlls/cryptui/tests/Makefile"
14356 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14357 cryptui/tests"
14358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14359 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules config.status"
14360 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14362 ALL_MAKEFILES="$ALL_MAKEFILES \\
14363 dlls/ctapi32/Makefile"
14364 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14365 ctapi32"
14366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14367 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules config.status"
14368 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14370 ALL_MAKEFILES="$ALL_MAKEFILES \\
14371 dlls/ctl3d.dll16/Makefile"
14372 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14373 ctl3d.dll16"
14374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14375 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules config.status"
14376 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14378 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14379 ctl3d32/libctl3d32.$IMPLIBEXT"
14380 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14381 ctl3d32/libctl3d32.def ctl3d32/libctl3d32.a ctl3d32/libctl3d32.cross.a: ctl3d32/ctl3d32.spec \$(WINEBUILD)
14382 @cd ctl3d32 && \$(MAKE) \`basename \$@\`"
14383 ALL_MAKEFILES="$ALL_MAKEFILES \\
14384 dlls/ctl3d32/Makefile"
14385 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14386 ctl3d32"
14387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14388 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules config.status"
14389 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14391 ALL_MAKEFILES="$ALL_MAKEFILES \\
14392 dlls/ctl3dv2.dll16/Makefile"
14393 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14394 ctl3dv2.dll16"
14395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14396 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules config.status"
14397 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14399 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14400 d3d10/libd3d10.$IMPLIBEXT"
14401 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14402 d3d10/libd3d10.def d3d10/libd3d10.a d3d10/libd3d10.cross.a: d3d10/d3d10.spec \$(WINEBUILD)
14403 @cd d3d10 && \$(MAKE) \`basename \$@\`"
14404 ALL_MAKEFILES="$ALL_MAKEFILES \\
14405 dlls/d3d10/Makefile"
14406 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14407 d3d10"
14408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14409 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules config.status"
14410 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14412 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14413 d3d10_test.exe: \$(TOPOBJDIR)/dlls/d3d10/tests/d3d10_test.exe$DLLEXT
14414 cp \$(TOPOBJDIR)/dlls/d3d10/tests/d3d10_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14415 d3d10_test.rc:
14416 echo \"d3d10_test.exe TESTRES \\\"d3d10_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14417 d3d10_test.res: d3d10_test.rc d3d10_test.exe"
14418 ALL_MAKEFILES="$ALL_MAKEFILES \\
14419 dlls/d3d10/tests/Makefile"
14420 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14421 d3d10/tests"
14422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14423 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules config.status"
14424 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14426 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14427 d3d10core/libd3d10core.$IMPLIBEXT"
14428 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14429 d3d10core/libd3d10core.def d3d10core/libd3d10core.a d3d10core/libd3d10core.cross.a: d3d10core/d3d10core.spec \$(WINEBUILD)
14430 @cd d3d10core && \$(MAKE) \`basename \$@\`"
14431 ALL_MAKEFILES="$ALL_MAKEFILES \\
14432 dlls/d3d10core/Makefile"
14433 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14434 d3d10core"
14435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14436 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules config.status"
14437 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14439 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14440 d3d10core_test.exe: \$(TOPOBJDIR)/dlls/d3d10core/tests/d3d10core_test.exe$DLLEXT
14441 cp \$(TOPOBJDIR)/dlls/d3d10core/tests/d3d10core_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14442 d3d10core_test.rc:
14443 echo \"d3d10core_test.exe TESTRES \\\"d3d10core_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14444 d3d10core_test.res: d3d10core_test.rc d3d10core_test.exe"
14445 ALL_MAKEFILES="$ALL_MAKEFILES \\
14446 dlls/d3d10core/tests/Makefile"
14447 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14448 d3d10core/tests"
14449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14450 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules config.status"
14451 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14453 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14454 d3d8/libd3d8.$IMPLIBEXT"
14455 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14456 d3d8/libd3d8.def d3d8/libd3d8.a d3d8/libd3d8.cross.a: d3d8/d3d8.spec \$(WINEBUILD)
14457 @cd d3d8 && \$(MAKE) \`basename \$@\`"
14458 ALL_MAKEFILES="$ALL_MAKEFILES \\
14459 dlls/d3d8/Makefile"
14460 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14461 d3d8"
14462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14463 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules config.status"
14464 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14466 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14467 d3d8_test.exe: \$(TOPOBJDIR)/dlls/d3d8/tests/d3d8_test.exe$DLLEXT
14468 cp \$(TOPOBJDIR)/dlls/d3d8/tests/d3d8_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14469 d3d8_test.rc:
14470 echo \"d3d8_test.exe TESTRES \\\"d3d8_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14471 d3d8_test.res: d3d8_test.rc d3d8_test.exe"
14472 ALL_MAKEFILES="$ALL_MAKEFILES \\
14473 dlls/d3d8/tests/Makefile"
14474 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14475 d3d8/tests"
14476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14477 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules config.status"
14478 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14480 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14481 d3d9/libd3d9.$IMPLIBEXT"
14482 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14483 d3d9/libd3d9.def d3d9/libd3d9.a d3d9/libd3d9.cross.a: d3d9/d3d9.spec \$(WINEBUILD)
14484 @cd d3d9 && \$(MAKE) \`basename \$@\`"
14485 ALL_MAKEFILES="$ALL_MAKEFILES \\
14486 dlls/d3d9/Makefile"
14487 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14488 d3d9"
14489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14490 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules config.status"
14491 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14493 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14494 d3d9_test.exe: \$(TOPOBJDIR)/dlls/d3d9/tests/d3d9_test.exe$DLLEXT
14495 cp \$(TOPOBJDIR)/dlls/d3d9/tests/d3d9_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14496 d3d9_test.rc:
14497 echo \"d3d9_test.exe TESTRES \\\"d3d9_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14498 d3d9_test.res: d3d9_test.rc d3d9_test.exe"
14499 ALL_MAKEFILES="$ALL_MAKEFILES \\
14500 dlls/d3d9/tests/Makefile"
14501 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14502 d3d9/tests"
14503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14504 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules config.status"
14505 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14507 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14508 d3dim/libd3dim.$IMPLIBEXT"
14509 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14510 d3dim/libd3dim.def d3dim/libd3dim.a d3dim/libd3dim.cross.a: d3dim/d3dim.spec \$(WINEBUILD)
14511 @cd d3dim && \$(MAKE) \`basename \$@\`"
14512 ALL_MAKEFILES="$ALL_MAKEFILES \\
14513 dlls/d3dim/Makefile"
14514 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14515 d3dim"
14516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14517 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules config.status"
14518 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14520 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14521 d3drm/libd3drm.$IMPLIBEXT"
14522 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14523 d3drm/libd3drm.def d3drm/libd3drm.a d3drm/libd3drm.cross.a: d3drm/d3drm.spec \$(WINEBUILD)
14524 @cd d3drm && \$(MAKE) \`basename \$@\`"
14525 ALL_MAKEFILES="$ALL_MAKEFILES \\
14526 dlls/d3drm/Makefile"
14527 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14528 d3drm"
14529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14530 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules config.status"
14531 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14533 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14534 d3drm_test.exe: \$(TOPOBJDIR)/dlls/d3drm/tests/d3drm_test.exe$DLLEXT
14535 cp \$(TOPOBJDIR)/dlls/d3drm/tests/d3drm_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14536 d3drm_test.rc:
14537 echo \"d3drm_test.exe TESTRES \\\"d3drm_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14538 d3drm_test.res: d3drm_test.rc d3drm_test.exe"
14539 ALL_MAKEFILES="$ALL_MAKEFILES \\
14540 dlls/d3drm/tests/Makefile"
14541 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14542 d3drm/tests"
14543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14544 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules config.status"
14545 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14547 ALL_MAKEFILES="$ALL_MAKEFILES \\
14548 dlls/d3dx9_24/Makefile"
14549 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14550 d3dx9_24"
14551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14552 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules config.status"
14553 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14555 ALL_MAKEFILES="$ALL_MAKEFILES \\
14556 dlls/d3dx9_25/Makefile"
14557 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14558 d3dx9_25"
14559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14560 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules config.status"
14561 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14563 ALL_MAKEFILES="$ALL_MAKEFILES \\
14564 dlls/d3dx9_26/Makefile"
14565 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14566 d3dx9_26"
14567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14568 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules config.status"
14569 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14571 ALL_MAKEFILES="$ALL_MAKEFILES \\
14572 dlls/d3dx9_27/Makefile"
14573 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14574 d3dx9_27"
14575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14576 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules config.status"
14577 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14579 ALL_MAKEFILES="$ALL_MAKEFILES \\
14580 dlls/d3dx9_28/Makefile"
14581 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14582 d3dx9_28"
14583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14584 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules config.status"
14585 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14587 ALL_MAKEFILES="$ALL_MAKEFILES \\
14588 dlls/d3dx9_29/Makefile"
14589 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14590 d3dx9_29"
14591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14592 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules config.status"
14593 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14595 ALL_MAKEFILES="$ALL_MAKEFILES \\
14596 dlls/d3dx9_30/Makefile"
14597 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14598 d3dx9_30"
14599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14600 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules config.status"
14601 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14603 ALL_MAKEFILES="$ALL_MAKEFILES \\
14604 dlls/d3dx9_31/Makefile"
14605 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14606 d3dx9_31"
14607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14608 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules config.status"
14609 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14611 ALL_MAKEFILES="$ALL_MAKEFILES \\
14612 dlls/d3dx9_32/Makefile"
14613 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14614 d3dx9_32"
14615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14616 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules config.status"
14617 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14619 ALL_MAKEFILES="$ALL_MAKEFILES \\
14620 dlls/d3dx9_33/Makefile"
14621 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14622 d3dx9_33"
14623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14624 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules config.status"
14625 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14627 ALL_MAKEFILES="$ALL_MAKEFILES \\
14628 dlls/d3dx9_34/Makefile"
14629 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14630 d3dx9_34"
14631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14632 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules config.status"
14633 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14635 ALL_MAKEFILES="$ALL_MAKEFILES \\
14636 dlls/d3dx9_35/Makefile"
14637 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14638 d3dx9_35"
14639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14640 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules config.status"
14641 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14643 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14644 d3dx9_36/libd3dx9.$IMPLIBEXT \\
14645 libd3dx9.$IMPLIBEXT"
14646 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14647 libd3dx9.a: d3dx9_36/libd3dx9.a
14648 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.a \$@
14649 libd3dx9.cross.a: d3dx9_36/libd3dx9.cross.a
14650 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.cross.a \$@
14651 libd3dx9.def: d3dx9_36/libd3dx9.def
14652 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.def \$@
14653 clean::
14654 \$(RM) libd3dx9.def
14655 d3dx9_36/libd3dx9.def d3dx9_36/libd3dx9.a d3dx9_36/libd3dx9.cross.a: d3dx9_36/d3dx9_36.spec \$(WINEBUILD)
14656 @cd d3dx9_36 && \$(MAKE) \`basename \$@\`"
14657 ALL_MAKEFILES="$ALL_MAKEFILES \\
14658 dlls/d3dx9_36/Makefile"
14659 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14660 d3dx9_36"
14661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14662 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules config.status"
14663 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14665 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14666 d3dx9_36_test.exe: \$(TOPOBJDIR)/dlls/d3dx9_36/tests/d3dx9_36_test.exe$DLLEXT
14667 cp \$(TOPOBJDIR)/dlls/d3dx9_36/tests/d3dx9_36_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14668 d3dx9_36_test.rc:
14669 echo \"d3dx9_36_test.exe TESTRES \\\"d3dx9_36_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14670 d3dx9_36_test.res: d3dx9_36_test.rc d3dx9_36_test.exe"
14671 ALL_MAKEFILES="$ALL_MAKEFILES \\
14672 dlls/d3dx9_36/tests/Makefile"
14673 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14674 d3dx9_36/tests"
14675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14676 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules config.status"
14677 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14679 ALL_MAKEFILES="$ALL_MAKEFILES \\
14680 dlls/d3dx9_37/Makefile"
14681 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14682 d3dx9_37"
14683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14684 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules config.status"
14685 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14687 ALL_MAKEFILES="$ALL_MAKEFILES \\
14688 dlls/d3dx9_38/Makefile"
14689 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14690 d3dx9_38"
14691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14692 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules config.status"
14693 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14695 ALL_MAKEFILES="$ALL_MAKEFILES \\
14696 dlls/d3dx9_39/Makefile"
14697 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14698 d3dx9_39"
14699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14700 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules config.status"
14701 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14703 ALL_MAKEFILES="$ALL_MAKEFILES \\
14704 dlls/d3dx9_40/Makefile"
14705 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14706 d3dx9_40"
14707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14708 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules config.status"
14709 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14711 ALL_MAKEFILES="$ALL_MAKEFILES \\
14712 dlls/d3dx9_41/Makefile"
14713 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14714 d3dx9_41"
14715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14716 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules config.status"
14717 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14719 ALL_MAKEFILES="$ALL_MAKEFILES \\
14720 dlls/d3dx9_42/Makefile"
14721 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14722 d3dx9_42"
14723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14724 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules config.status"
14725 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
14727 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14728 d3dxof/libd3dxof.$IMPLIBEXT"
14729 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14730 d3dxof/libd3dxof.def d3dxof/libd3dxof.a d3dxof/libd3dxof.cross.a: d3dxof/d3dxof.spec \$(WINEBUILD)
14731 @cd d3dxof && \$(MAKE) \`basename \$@\`"
14732 ALL_MAKEFILES="$ALL_MAKEFILES \\
14733 dlls/d3dxof/Makefile"
14734 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14735 d3dxof"
14736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14737 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules config.status"
14738 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14740 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14741 d3dxof_test.exe: \$(TOPOBJDIR)/dlls/d3dxof/tests/d3dxof_test.exe$DLLEXT
14742 cp \$(TOPOBJDIR)/dlls/d3dxof/tests/d3dxof_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14743 d3dxof_test.rc:
14744 echo \"d3dxof_test.exe TESTRES \\\"d3dxof_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14745 d3dxof_test.res: d3dxof_test.rc d3dxof_test.exe"
14746 ALL_MAKEFILES="$ALL_MAKEFILES \\
14747 dlls/d3dxof/tests/Makefile"
14748 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14749 d3dxof/tests"
14750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14751 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules config.status"
14752 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14754 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14755 dbghelp/libdbghelp.$IMPLIBEXT"
14756 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14757 dbghelp/libdbghelp.def dbghelp/libdbghelp.a dbghelp/libdbghelp.cross.a: dbghelp/dbghelp.spec \$(WINEBUILD)
14758 @cd dbghelp && \$(MAKE) \`basename \$@\`"
14759 ALL_MAKEFILES="$ALL_MAKEFILES \\
14760 dlls/dbghelp/Makefile"
14761 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14762 dbghelp"
14763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14764 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules config.status"
14765 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14767 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14768 dciman32/libdciman32.$IMPLIBEXT"
14769 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14770 dciman32/libdciman32.def dciman32/libdciman32.a dciman32/libdciman32.cross.a: dciman32/dciman32.spec \$(WINEBUILD)
14771 @cd dciman32 && \$(MAKE) \`basename \$@\`"
14772 ALL_MAKEFILES="$ALL_MAKEFILES \\
14773 dlls/dciman32/Makefile"
14774 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14775 dciman32"
14776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14777 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules config.status"
14778 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14780 ALL_MAKEFILES="$ALL_MAKEFILES \\
14781 dlls/ddeml.dll16/Makefile"
14782 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14783 ddeml.dll16"
14784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14785 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules config.status"
14786 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14788 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14789 ddraw/libddraw.$IMPLIBEXT"
14790 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14791 ddraw/libddraw.def ddraw/libddraw.a ddraw/libddraw.cross.a: ddraw/ddraw.spec \$(WINEBUILD)
14792 @cd ddraw && \$(MAKE) \`basename \$@\`"
14793 ALL_MAKEFILES="$ALL_MAKEFILES \\
14794 dlls/ddraw/Makefile"
14795 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14796 ddraw"
14797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14798 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules config.status"
14799 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14801 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14802 ddraw_test.exe: \$(TOPOBJDIR)/dlls/ddraw/tests/ddraw_test.exe$DLLEXT
14803 cp \$(TOPOBJDIR)/dlls/ddraw/tests/ddraw_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14804 ddraw_test.rc:
14805 echo \"ddraw_test.exe TESTRES \\\"ddraw_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14806 ddraw_test.res: ddraw_test.rc ddraw_test.exe"
14807 ALL_MAKEFILES="$ALL_MAKEFILES \\
14808 dlls/ddraw/tests/Makefile"
14809 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14810 ddraw/tests"
14811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14812 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules config.status"
14813 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14815 ALL_MAKEFILES="$ALL_MAKEFILES \\
14816 dlls/ddrawex/Makefile"
14817 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14818 ddrawex"
14819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14820 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules config.status"
14821 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14823 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14824 ddrawex_test.exe: \$(TOPOBJDIR)/dlls/ddrawex/tests/ddrawex_test.exe$DLLEXT
14825 cp \$(TOPOBJDIR)/dlls/ddrawex/tests/ddrawex_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14826 ddrawex_test.rc:
14827 echo \"ddrawex_test.exe TESTRES \\\"ddrawex_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14828 ddrawex_test.res: ddrawex_test.rc ddrawex_test.exe"
14829 ALL_MAKEFILES="$ALL_MAKEFILES \\
14830 dlls/ddrawex/tests/Makefile"
14831 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14832 ddrawex/tests"
14833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14834 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules config.status"
14835 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14837 ALL_MAKEFILES="$ALL_MAKEFILES \\
14838 dlls/devenum/Makefile"
14839 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14840 devenum"
14841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14842 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules config.status"
14843 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14845 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14846 dinput/libdinput.$IMPLIBEXT \\
14847 dinput/libdinput.$STATIC_IMPLIBEXT"
14848 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14849 dinput/libdinput.def: dinput/dinput.spec \$(WINEBUILD)
14850 @cd dinput && \$(MAKE) \`basename \$@\`
14851 dinput/libdinput.$STATIC_IMPLIBEXT dinput/libdinput.cross.a: dummy
14852 @cd dinput && \$(MAKE) \`basename \$@\`"
14853 ALL_MAKEFILES="$ALL_MAKEFILES \\
14854 dlls/dinput/Makefile"
14855 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14856 dinput"
14857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14858 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules config.status"
14859 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14861 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14862 dinput_test.exe: \$(TOPOBJDIR)/dlls/dinput/tests/dinput_test.exe$DLLEXT
14863 cp \$(TOPOBJDIR)/dlls/dinput/tests/dinput_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14864 dinput_test.rc:
14865 echo \"dinput_test.exe TESTRES \\\"dinput_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14866 dinput_test.res: dinput_test.rc dinput_test.exe"
14867 ALL_MAKEFILES="$ALL_MAKEFILES \\
14868 dlls/dinput/tests/Makefile"
14869 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14870 dinput/tests"
14871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14872 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules config.status"
14873 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14875 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14876 dinput8/libdinput8.$IMPLIBEXT"
14877 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14878 dinput8/libdinput8.def dinput8/libdinput8.a dinput8/libdinput8.cross.a: dinput8/dinput8.spec \$(WINEBUILD)
14879 @cd dinput8 && \$(MAKE) \`basename \$@\`"
14880 ALL_MAKEFILES="$ALL_MAKEFILES \\
14881 dlls/dinput8/Makefile"
14882 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14883 dinput8"
14884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14885 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules config.status"
14886 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14888 ALL_MAKEFILES="$ALL_MAKEFILES \\
14889 dlls/dispdib.dll16/Makefile"
14890 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14891 dispdib.dll16"
14892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14893 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules config.status"
14894 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14896 ALL_MAKEFILES="$ALL_MAKEFILES \\
14897 dlls/display.drv16/Makefile"
14898 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14899 display.drv16"
14900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14901 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules config.status"
14902 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14904 ALL_MAKEFILES="$ALL_MAKEFILES \\
14905 dlls/dmband/Makefile"
14906 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14907 dmband"
14908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14909 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules config.status"
14910 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14912 ALL_MAKEFILES="$ALL_MAKEFILES \\
14913 dlls/dmcompos/Makefile"
14914 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14915 dmcompos"
14916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14917 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules config.status"
14918 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14920 ALL_MAKEFILES="$ALL_MAKEFILES \\
14921 dlls/dmime/Makefile"
14922 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14923 dmime"
14924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14925 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules config.status"
14926 ac_config_files="$ac_config_files dlls/dmime/Makefile"
14928 ALL_MAKEFILES="$ALL_MAKEFILES \\
14929 dlls/dmloader/Makefile"
14930 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14931 dmloader"
14932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14933 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules config.status"
14934 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14936 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14937 dmloader_test.exe: \$(TOPOBJDIR)/dlls/dmloader/tests/dmloader_test.exe$DLLEXT
14938 cp \$(TOPOBJDIR)/dlls/dmloader/tests/dmloader_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14939 dmloader_test.rc:
14940 echo \"dmloader_test.exe TESTRES \\\"dmloader_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14941 dmloader_test.res: dmloader_test.rc dmloader_test.exe"
14942 ALL_MAKEFILES="$ALL_MAKEFILES \\
14943 dlls/dmloader/tests/Makefile"
14944 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14945 dmloader/tests"
14946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14947 dlls/dmloader/tests/Makefile: dlls/dmloader/tests/Makefile.in dlls/Maketest.rules config.status"
14948 ac_config_files="$ac_config_files dlls/dmloader/tests/Makefile"
14950 ALL_MAKEFILES="$ALL_MAKEFILES \\
14951 dlls/dmscript/Makefile"
14952 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14953 dmscript"
14954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14955 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules config.status"
14956 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
14958 ALL_MAKEFILES="$ALL_MAKEFILES \\
14959 dlls/dmstyle/Makefile"
14960 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14961 dmstyle"
14962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14963 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules config.status"
14964 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
14966 ALL_MAKEFILES="$ALL_MAKEFILES \\
14967 dlls/dmsynth/Makefile"
14968 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14969 dmsynth"
14970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14971 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules config.status"
14972 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
14974 ALL_MAKEFILES="$ALL_MAKEFILES \\
14975 dlls/dmusic/Makefile"
14976 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14977 dmusic"
14978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14979 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules config.status"
14980 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
14982 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14983 dmusic32/libdmusic32.$IMPLIBEXT"
14984 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14985 dmusic32/libdmusic32.def dmusic32/libdmusic32.a dmusic32/libdmusic32.cross.a: dmusic32/dmusic32.spec \$(WINEBUILD)
14986 @cd dmusic32 && \$(MAKE) \`basename \$@\`"
14987 ALL_MAKEFILES="$ALL_MAKEFILES \\
14988 dlls/dmusic32/Makefile"
14989 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14990 dmusic32"
14991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14992 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules config.status"
14993 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
14995 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14996 dnsapi/libdnsapi.$IMPLIBEXT"
14997 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14998 dnsapi/libdnsapi.def dnsapi/libdnsapi.a dnsapi/libdnsapi.cross.a: dnsapi/dnsapi.spec \$(WINEBUILD)
14999 @cd dnsapi && \$(MAKE) \`basename \$@\`"
15000 ALL_MAKEFILES="$ALL_MAKEFILES \\
15001 dlls/dnsapi/Makefile"
15002 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15003 dnsapi"
15004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15005 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules config.status"
15006 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
15008 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15009 dnsapi_test.exe: \$(TOPOBJDIR)/dlls/dnsapi/tests/dnsapi_test.exe$DLLEXT
15010 cp \$(TOPOBJDIR)/dlls/dnsapi/tests/dnsapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15011 dnsapi_test.rc:
15012 echo \"dnsapi_test.exe TESTRES \\\"dnsapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15013 dnsapi_test.res: dnsapi_test.rc dnsapi_test.exe"
15014 ALL_MAKEFILES="$ALL_MAKEFILES \\
15015 dlls/dnsapi/tests/Makefile"
15016 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15017 dnsapi/tests"
15018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15019 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules config.status"
15020 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
15022 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15023 dplay/libdplay.$IMPLIBEXT"
15024 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15025 dplay/libdplay.def dplay/libdplay.a dplay/libdplay.cross.a: dplay/dplay.spec \$(WINEBUILD)
15026 @cd dplay && \$(MAKE) \`basename \$@\`"
15027 ALL_MAKEFILES="$ALL_MAKEFILES \\
15028 dlls/dplay/Makefile"
15029 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15030 dplay"
15031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15032 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules config.status"
15033 ac_config_files="$ac_config_files dlls/dplay/Makefile"
15035 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15036 dplayx/libdplayx.$IMPLIBEXT"
15037 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15038 dplayx/libdplayx.def dplayx/libdplayx.a dplayx/libdplayx.cross.a: dplayx/dplayx.spec \$(WINEBUILD)
15039 @cd dplayx && \$(MAKE) \`basename \$@\`"
15040 ALL_MAKEFILES="$ALL_MAKEFILES \\
15041 dlls/dplayx/Makefile"
15042 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15043 dplayx"
15044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15045 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules config.status"
15046 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
15048 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15049 dplayx_test.exe: \$(TOPOBJDIR)/dlls/dplayx/tests/dplayx_test.exe$DLLEXT
15050 cp \$(TOPOBJDIR)/dlls/dplayx/tests/dplayx_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15051 dplayx_test.rc:
15052 echo \"dplayx_test.exe TESTRES \\\"dplayx_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15053 dplayx_test.res: dplayx_test.rc dplayx_test.exe"
15054 ALL_MAKEFILES="$ALL_MAKEFILES \\
15055 dlls/dplayx/tests/Makefile"
15056 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15057 dplayx/tests"
15058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15059 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules config.status"
15060 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
15062 ALL_MAKEFILES="$ALL_MAKEFILES \\
15063 dlls/dpnaddr/Makefile"
15064 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15065 dpnaddr"
15066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15067 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules config.status"
15068 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
15070 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15071 dpnet/libdpnet.$IMPLIBEXT"
15072 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15073 dpnet/libdpnet.def dpnet/libdpnet.a dpnet/libdpnet.cross.a: dpnet/dpnet.spec \$(WINEBUILD)
15074 @cd dpnet && \$(MAKE) \`basename \$@\`"
15075 ALL_MAKEFILES="$ALL_MAKEFILES \\
15076 dlls/dpnet/Makefile"
15077 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15078 dpnet"
15079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15080 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules config.status"
15081 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
15083 ALL_MAKEFILES="$ALL_MAKEFILES \\
15084 dlls/dpnhpast/Makefile"
15085 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15086 dpnhpast"
15087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15088 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules config.status"
15089 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
15091 ALL_MAKEFILES="$ALL_MAKEFILES \\
15092 dlls/dpnlobby/Makefile"
15093 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15094 dpnlobby"
15095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15096 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules config.status"
15097 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
15099 ALL_MAKEFILES="$ALL_MAKEFILES \\
15100 dlls/dpwsockx/Makefile"
15101 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15102 dpwsockx"
15103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15104 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules config.status"
15105 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
15107 ALL_MAKEFILES="$ALL_MAKEFILES \\
15108 dlls/drmclien/Makefile"
15109 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15110 drmclien"
15111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15112 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules config.status"
15113 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
15115 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15116 dsound/libdsound.$IMPLIBEXT"
15117 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15118 dsound/libdsound.def dsound/libdsound.a dsound/libdsound.cross.a: dsound/dsound.spec \$(WINEBUILD)
15119 @cd dsound && \$(MAKE) \`basename \$@\`"
15120 ALL_MAKEFILES="$ALL_MAKEFILES \\
15121 dlls/dsound/Makefile"
15122 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15123 dsound"
15124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15125 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules config.status"
15126 ac_config_files="$ac_config_files dlls/dsound/Makefile"
15128 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15129 dsound_test.exe: \$(TOPOBJDIR)/dlls/dsound/tests/dsound_test.exe$DLLEXT
15130 cp \$(TOPOBJDIR)/dlls/dsound/tests/dsound_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15131 dsound_test.rc:
15132 echo \"dsound_test.exe TESTRES \\\"dsound_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15133 dsound_test.res: dsound_test.rc dsound_test.exe"
15134 ALL_MAKEFILES="$ALL_MAKEFILES \\
15135 dlls/dsound/tests/Makefile"
15136 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15137 dsound/tests"
15138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15139 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules config.status"
15140 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
15142 ALL_MAKEFILES="$ALL_MAKEFILES \\
15143 dlls/dssenh/Makefile"
15144 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15145 dssenh"
15146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15147 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules config.status"
15148 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
15150 ALL_MAKEFILES="$ALL_MAKEFILES \\
15151 dlls/dswave/Makefile"
15152 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15153 dswave"
15154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15155 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules config.status"
15156 ac_config_files="$ac_config_files dlls/dswave/Makefile"
15158 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15159 dwmapi/libdwmapi.$IMPLIBEXT"
15160 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15161 dwmapi/libdwmapi.def dwmapi/libdwmapi.a dwmapi/libdwmapi.cross.a: dwmapi/dwmapi.spec \$(WINEBUILD)
15162 @cd dwmapi && \$(MAKE) \`basename \$@\`"
15163 ALL_MAKEFILES="$ALL_MAKEFILES \\
15164 dlls/dwmapi/Makefile"
15165 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15166 dwmapi"
15167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15168 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules config.status"
15169 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
15171 ALL_MAKEFILES="$ALL_MAKEFILES \\
15172 dlls/dxdiagn/Makefile"
15173 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15174 dxdiagn"
15175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15176 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules config.status"
15177 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
15179 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15180 dxdiagn_test.exe: \$(TOPOBJDIR)/dlls/dxdiagn/tests/dxdiagn_test.exe$DLLEXT
15181 cp \$(TOPOBJDIR)/dlls/dxdiagn/tests/dxdiagn_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15182 dxdiagn_test.rc:
15183 echo \"dxdiagn_test.exe TESTRES \\\"dxdiagn_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15184 dxdiagn_test.res: dxdiagn_test.rc dxdiagn_test.exe"
15185 ALL_MAKEFILES="$ALL_MAKEFILES \\
15186 dlls/dxdiagn/tests/Makefile"
15187 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15188 dxdiagn/tests"
15189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15190 dlls/dxdiagn/tests/Makefile: dlls/dxdiagn/tests/Makefile.in dlls/Maketest.rules config.status"
15191 ac_config_files="$ac_config_files dlls/dxdiagn/tests/Makefile"
15193 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15194 dxerr8/libdxerr8.a"
15195 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15196 dxerr8/libdxerr8.a: dxerr8
15197 dxerr8/libdxerr8.cross.a: dummy
15198 @cd dxerr8 && \$(MAKE) libdxerr8.cross.a"
15199 ALL_MAKEFILES="$ALL_MAKEFILES \\
15200 dlls/dxerr8/Makefile"
15201 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
15202 dxerr8"
15203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15204 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules config.status"
15205 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
15207 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15208 dxerr9/libdxerr9.a"
15209 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15210 dxerr9/libdxerr9.a: dxerr9
15211 dxerr9/libdxerr9.cross.a: dummy
15212 @cd dxerr9 && \$(MAKE) libdxerr9.cross.a"
15213 ALL_MAKEFILES="$ALL_MAKEFILES \\
15214 dlls/dxerr9/Makefile"
15215 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
15216 dxerr9"
15217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15218 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules config.status"
15219 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
15221 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15222 dxgi/libdxgi.$IMPLIBEXT"
15223 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15224 dxgi/libdxgi.def dxgi/libdxgi.a dxgi/libdxgi.cross.a: dxgi/dxgi.spec \$(WINEBUILD)
15225 @cd dxgi && \$(MAKE) \`basename \$@\`"
15226 ALL_MAKEFILES="$ALL_MAKEFILES \\
15227 dlls/dxgi/Makefile"
15228 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15229 dxgi"
15230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15231 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules config.status"
15232 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
15234 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15235 dxgi_test.exe: \$(TOPOBJDIR)/dlls/dxgi/tests/dxgi_test.exe$DLLEXT
15236 cp \$(TOPOBJDIR)/dlls/dxgi/tests/dxgi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15237 dxgi_test.rc:
15238 echo \"dxgi_test.exe TESTRES \\\"dxgi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15239 dxgi_test.res: dxgi_test.rc dxgi_test.exe"
15240 ALL_MAKEFILES="$ALL_MAKEFILES \\
15241 dlls/dxgi/tests/Makefile"
15242 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15243 dxgi/tests"
15244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15245 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules config.status"
15246 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
15248 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15249 dxguid/libdxguid.a"
15250 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15251 dxguid/libdxguid.a: dxguid
15252 dxguid/libdxguid.cross.a: dummy
15253 @cd dxguid && \$(MAKE) libdxguid.cross.a"
15254 ALL_MAKEFILES="$ALL_MAKEFILES \\
15255 dlls/dxguid/Makefile"
15256 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
15257 dxguid"
15258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15259 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules config.status"
15260 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
15262 ALL_MAKEFILES="$ALL_MAKEFILES \\
15263 dlls/faultrep/Makefile"
15264 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15265 faultrep"
15266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15267 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules config.status"
15268 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
15270 ALL_MAKEFILES="$ALL_MAKEFILES \\
15271 dlls/fltlib/Makefile"
15272 test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15273 fltlib"
15274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15275 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules config.status"
15276 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
15278 ALL_MAKEFILES="$ALL_MAKEFILES \\
15279 dlls/fusion/Makefile"
15280 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15281 fusion"
15282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15283 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules config.status"
15284 ac_config_files="$ac_config_files dlls/fusion/Makefile"
15286 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15287 fusion_test.exe: \$(TOPOBJDIR)/dlls/fusion/tests/fusion_test.exe$DLLEXT
15288 cp \$(TOPOBJDIR)/dlls/fusion/tests/fusion_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15289 fusion_test.rc:
15290 echo \"fusion_test.exe TESTRES \\\"fusion_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15291 fusion_test.res: fusion_test.rc fusion_test.exe"
15292 ALL_MAKEFILES="$ALL_MAKEFILES \\
15293 dlls/fusion/tests/Makefile"
15294 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15295 fusion/tests"
15296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15297 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules config.status"
15298 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
15300 ALL_MAKEFILES="$ALL_MAKEFILES \\
15301 dlls/fwpuclnt/Makefile"
15302 test "x$enable_fwpuclnt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15303 fwpuclnt"
15304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15305 dlls/fwpuclnt/Makefile: dlls/fwpuclnt/Makefile.in dlls/Makedll.rules config.status"
15306 ac_config_files="$ac_config_files dlls/fwpuclnt/Makefile"
15308 ALL_MAKEFILES="$ALL_MAKEFILES \\
15309 dlls/gdi.exe16/Makefile"
15310 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15311 gdi.exe16"
15312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15313 dlls/gdi.exe16/Makefile: dlls/gdi.exe16/Makefile.in dlls/Makedll.rules config.status"
15314 ac_config_files="$ac_config_files dlls/gdi.exe16/Makefile"
15316 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15317 gdi32/libgdi32.$IMPLIBEXT"
15318 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15319 gdi32/libgdi32.def gdi32/libgdi32.a gdi32/libgdi32.cross.a: gdi32/gdi32.spec \$(WINEBUILD)
15320 @cd gdi32 && \$(MAKE) \`basename \$@\`"
15321 ALL_MAKEFILES="$ALL_MAKEFILES \\
15322 dlls/gdi32/Makefile"
15323 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15324 gdi32"
15325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15326 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules config.status"
15327 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
15329 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15330 gdi32_test.exe: \$(TOPOBJDIR)/dlls/gdi32/tests/gdi32_test.exe$DLLEXT
15331 cp \$(TOPOBJDIR)/dlls/gdi32/tests/gdi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15332 gdi32_test.rc:
15333 echo \"gdi32_test.exe TESTRES \\\"gdi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15334 gdi32_test.res: gdi32_test.rc gdi32_test.exe"
15335 ALL_MAKEFILES="$ALL_MAKEFILES \\
15336 dlls/gdi32/tests/Makefile"
15337 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15338 gdi32/tests"
15339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15340 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules config.status"
15341 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
15343 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15344 gdiplus/libgdiplus.$IMPLIBEXT"
15345 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15346 gdiplus/libgdiplus.def gdiplus/libgdiplus.a gdiplus/libgdiplus.cross.a: gdiplus/gdiplus.spec \$(WINEBUILD)
15347 @cd gdiplus && \$(MAKE) \`basename \$@\`"
15348 ALL_MAKEFILES="$ALL_MAKEFILES \\
15349 dlls/gdiplus/Makefile"
15350 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15351 gdiplus"
15352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15353 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules config.status"
15354 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
15356 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15357 gdiplus_test.exe: \$(TOPOBJDIR)/dlls/gdiplus/tests/gdiplus_test.exe$DLLEXT
15358 cp \$(TOPOBJDIR)/dlls/gdiplus/tests/gdiplus_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15359 gdiplus_test.rc:
15360 echo \"gdiplus_test.exe TESTRES \\\"gdiplus_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15361 gdiplus_test.res: gdiplus_test.rc gdiplus_test.exe"
15362 ALL_MAKEFILES="$ALL_MAKEFILES \\
15363 dlls/gdiplus/tests/Makefile"
15364 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15365 gdiplus/tests"
15366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15367 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules config.status"
15368 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
15370 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15371 glu32/libglu32.$IMPLIBEXT"
15372 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15373 glu32/libglu32.def glu32/libglu32.a glu32/libglu32.cross.a: glu32/glu32.spec \$(WINEBUILD)
15374 @cd glu32 && \$(MAKE) \`basename \$@\`"
15375 ALL_MAKEFILES="$ALL_MAKEFILES \\
15376 dlls/glu32/Makefile"
15377 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15378 glu32"
15379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15380 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules config.status"
15381 ac_config_files="$ac_config_files dlls/glu32/Makefile"
15383 ALL_MAKEFILES="$ALL_MAKEFILES \\
15384 dlls/gphoto2.ds/Makefile"
15385 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15386 gphoto2.ds"
15387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15388 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules config.status"
15389 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
15391 ALL_MAKEFILES="$ALL_MAKEFILES \\
15392 dlls/gpkcsp/Makefile"
15393 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15394 gpkcsp"
15395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15396 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules config.status"
15397 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
15399 ALL_MAKEFILES="$ALL_MAKEFILES \\
15400 dlls/hal/Makefile"
15401 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15402 hal"
15403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15404 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules config.status"
15405 ac_config_files="$ac_config_files dlls/hal/Makefile"
15407 ALL_MAKEFILES="$ALL_MAKEFILES \\
15408 dlls/hhctrl.ocx/Makefile"
15409 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15410 hhctrl.ocx"
15411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15412 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules config.status"
15413 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
15415 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15416 hid/libhid.$IMPLIBEXT"
15417 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15418 hid/libhid.def hid/libhid.a hid/libhid.cross.a: hid/hid.spec \$(WINEBUILD)
15419 @cd hid && \$(MAKE) \`basename \$@\`"
15420 ALL_MAKEFILES="$ALL_MAKEFILES \\
15421 dlls/hid/Makefile"
15422 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15423 hid"
15424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15425 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules config.status"
15426 ac_config_files="$ac_config_files dlls/hid/Makefile"
15428 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15429 hlink/libhlink.$IMPLIBEXT"
15430 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15431 hlink/libhlink.def hlink/libhlink.a hlink/libhlink.cross.a: hlink/hlink.spec \$(WINEBUILD)
15432 @cd hlink && \$(MAKE) \`basename \$@\`"
15433 ALL_MAKEFILES="$ALL_MAKEFILES \\
15434 dlls/hlink/Makefile"
15435 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15436 hlink"
15437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15438 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules config.status"
15439 ac_config_files="$ac_config_files dlls/hlink/Makefile"
15441 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15442 hlink_test.exe: \$(TOPOBJDIR)/dlls/hlink/tests/hlink_test.exe$DLLEXT
15443 cp \$(TOPOBJDIR)/dlls/hlink/tests/hlink_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15444 hlink_test.rc:
15445 echo \"hlink_test.exe TESTRES \\\"hlink_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15446 hlink_test.res: hlink_test.rc hlink_test.exe"
15447 ALL_MAKEFILES="$ALL_MAKEFILES \\
15448 dlls/hlink/tests/Makefile"
15449 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15450 hlink/tests"
15451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15452 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules config.status"
15453 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
15455 ALL_MAKEFILES="$ALL_MAKEFILES \\
15456 dlls/hnetcfg/Makefile"
15457 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15458 hnetcfg"
15459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15460 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules config.status"
15461 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
15463 ALL_MAKEFILES="$ALL_MAKEFILES \\
15464 dlls/httpapi/Makefile"
15465 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15466 httpapi"
15467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15468 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules config.status"
15469 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
15471 ALL_MAKEFILES="$ALL_MAKEFILES \\
15472 dlls/iccvid/Makefile"
15473 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15474 iccvid"
15475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15476 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules config.status"
15477 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
15479 ALL_MAKEFILES="$ALL_MAKEFILES \\
15480 dlls/icmp/Makefile"
15481 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15482 icmp"
15483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15484 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules config.status"
15485 ac_config_files="$ac_config_files dlls/icmp/Makefile"
15487 ALL_MAKEFILES="$ALL_MAKEFILES \\
15488 dlls/ifsmgr.vxd/Makefile"
15489 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15490 ifsmgr.vxd"
15491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15492 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules config.status"
15493 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
15495 ALL_MAKEFILES="$ALL_MAKEFILES \\
15496 dlls/imaadp32.acm/Makefile"
15497 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15498 imaadp32.acm"
15499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15500 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules config.status"
15501 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
15503 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15504 imagehlp/libimagehlp.$IMPLIBEXT"
15505 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15506 imagehlp/libimagehlp.def imagehlp/libimagehlp.a imagehlp/libimagehlp.cross.a: imagehlp/imagehlp.spec \$(WINEBUILD)
15507 @cd imagehlp && \$(MAKE) \`basename \$@\`"
15508 ALL_MAKEFILES="$ALL_MAKEFILES \\
15509 dlls/imagehlp/Makefile"
15510 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15511 imagehlp"
15512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15513 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules config.status"
15514 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
15516 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15517 imagehlp_test.exe: \$(TOPOBJDIR)/dlls/imagehlp/tests/imagehlp_test.exe$DLLEXT
15518 cp \$(TOPOBJDIR)/dlls/imagehlp/tests/imagehlp_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15519 imagehlp_test.rc:
15520 echo \"imagehlp_test.exe TESTRES \\\"imagehlp_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15521 imagehlp_test.res: imagehlp_test.rc imagehlp_test.exe"
15522 ALL_MAKEFILES="$ALL_MAKEFILES \\
15523 dlls/imagehlp/tests/Makefile"
15524 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15525 imagehlp/tests"
15526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15527 dlls/imagehlp/tests/Makefile: dlls/imagehlp/tests/Makefile.in dlls/Maketest.rules config.status"
15528 ac_config_files="$ac_config_files dlls/imagehlp/tests/Makefile"
15530 ALL_MAKEFILES="$ALL_MAKEFILES \\
15531 dlls/imm.dll16/Makefile"
15532 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15533 imm.dll16"
15534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15535 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules config.status"
15536 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
15538 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15539 imm32/libimm32.$IMPLIBEXT"
15540 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15541 imm32/libimm32.def imm32/libimm32.a imm32/libimm32.cross.a: imm32/imm32.spec \$(WINEBUILD)
15542 @cd imm32 && \$(MAKE) \`basename \$@\`"
15543 ALL_MAKEFILES="$ALL_MAKEFILES \\
15544 dlls/imm32/Makefile"
15545 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15546 imm32"
15547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15548 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules config.status"
15549 ac_config_files="$ac_config_files dlls/imm32/Makefile"
15551 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15552 imm32_test.exe: \$(TOPOBJDIR)/dlls/imm32/tests/imm32_test.exe$DLLEXT
15553 cp \$(TOPOBJDIR)/dlls/imm32/tests/imm32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15554 imm32_test.rc:
15555 echo \"imm32_test.exe TESTRES \\\"imm32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15556 imm32_test.res: imm32_test.rc imm32_test.exe"
15557 ALL_MAKEFILES="$ALL_MAKEFILES \\
15558 dlls/imm32/tests/Makefile"
15559 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15560 imm32/tests"
15561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15562 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules config.status"
15563 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
15565 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15566 inetcomm/libinetcomm.$IMPLIBEXT"
15567 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15568 inetcomm/libinetcomm.def inetcomm/libinetcomm.a inetcomm/libinetcomm.cross.a: inetcomm/inetcomm.spec \$(WINEBUILD)
15569 @cd inetcomm && \$(MAKE) \`basename \$@\`"
15570 ALL_MAKEFILES="$ALL_MAKEFILES \\
15571 dlls/inetcomm/Makefile"
15572 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15573 inetcomm"
15574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15575 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules config.status"
15576 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
15578 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15579 inetcomm_test.exe: \$(TOPOBJDIR)/dlls/inetcomm/tests/inetcomm_test.exe$DLLEXT
15580 cp \$(TOPOBJDIR)/dlls/inetcomm/tests/inetcomm_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15581 inetcomm_test.rc:
15582 echo \"inetcomm_test.exe TESTRES \\\"inetcomm_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15583 inetcomm_test.res: inetcomm_test.rc inetcomm_test.exe"
15584 ALL_MAKEFILES="$ALL_MAKEFILES \\
15585 dlls/inetcomm/tests/Makefile"
15586 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15587 inetcomm/tests"
15588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15589 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules config.status"
15590 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
15592 ALL_MAKEFILES="$ALL_MAKEFILES \\
15593 dlls/inetmib1/Makefile"
15594 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15595 inetmib1"
15596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15597 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules config.status"
15598 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
15600 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15601 inetmib1_test.exe: \$(TOPOBJDIR)/dlls/inetmib1/tests/inetmib1_test.exe$DLLEXT
15602 cp \$(TOPOBJDIR)/dlls/inetmib1/tests/inetmib1_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15603 inetmib1_test.rc:
15604 echo \"inetmib1_test.exe TESTRES \\\"inetmib1_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15605 inetmib1_test.res: inetmib1_test.rc inetmib1_test.exe"
15606 ALL_MAKEFILES="$ALL_MAKEFILES \\
15607 dlls/inetmib1/tests/Makefile"
15608 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15609 inetmib1/tests"
15610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15611 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules config.status"
15612 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
15614 ALL_MAKEFILES="$ALL_MAKEFILES \\
15615 dlls/infosoft/Makefile"
15616 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15617 infosoft"
15618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15619 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules config.status"
15620 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
15622 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15623 infosoft_test.exe: \$(TOPOBJDIR)/dlls/infosoft/tests/infosoft_test.exe$DLLEXT
15624 cp \$(TOPOBJDIR)/dlls/infosoft/tests/infosoft_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15625 infosoft_test.rc:
15626 echo \"infosoft_test.exe TESTRES \\\"infosoft_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15627 infosoft_test.res: infosoft_test.rc infosoft_test.exe"
15628 ALL_MAKEFILES="$ALL_MAKEFILES \\
15629 dlls/infosoft/tests/Makefile"
15630 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15631 infosoft/tests"
15632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15633 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules config.status"
15634 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
15636 ALL_MAKEFILES="$ALL_MAKEFILES \\
15637 dlls/initpki/Makefile"
15638 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15639 initpki"
15640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15641 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules config.status"
15642 ac_config_files="$ac_config_files dlls/initpki/Makefile"
15644 ALL_MAKEFILES="$ALL_MAKEFILES \\
15645 dlls/inkobj/Makefile"
15646 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15647 inkobj"
15648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15649 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules config.status"
15650 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
15652 ALL_MAKEFILES="$ALL_MAKEFILES \\
15653 dlls/inseng/Makefile"
15654 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15655 inseng"
15656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15657 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules config.status"
15658 ac_config_files="$ac_config_files dlls/inseng/Makefile"
15660 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15661 iphlpapi/libiphlpapi.$IMPLIBEXT"
15662 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15663 iphlpapi/libiphlpapi.def iphlpapi/libiphlpapi.a iphlpapi/libiphlpapi.cross.a: iphlpapi/iphlpapi.spec \$(WINEBUILD)
15664 @cd iphlpapi && \$(MAKE) \`basename \$@\`"
15665 ALL_MAKEFILES="$ALL_MAKEFILES \\
15666 dlls/iphlpapi/Makefile"
15667 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15668 iphlpapi"
15669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15670 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules config.status"
15671 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
15673 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15674 iphlpapi_test.exe: \$(TOPOBJDIR)/dlls/iphlpapi/tests/iphlpapi_test.exe$DLLEXT
15675 cp \$(TOPOBJDIR)/dlls/iphlpapi/tests/iphlpapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15676 iphlpapi_test.rc:
15677 echo \"iphlpapi_test.exe TESTRES \\\"iphlpapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15678 iphlpapi_test.res: iphlpapi_test.rc iphlpapi_test.exe"
15679 ALL_MAKEFILES="$ALL_MAKEFILES \\
15680 dlls/iphlpapi/tests/Makefile"
15681 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15682 iphlpapi/tests"
15683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15684 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules config.status"
15685 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
15687 ALL_MAKEFILES="$ALL_MAKEFILES \\
15688 dlls/itircl/Makefile"
15689 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15690 itircl"
15691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15692 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules config.status"
15693 ac_config_files="$ac_config_files dlls/itircl/Makefile"
15695 ALL_MAKEFILES="$ALL_MAKEFILES \\
15696 dlls/itss/Makefile"
15697 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15698 itss"
15699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15700 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules config.status"
15701 ac_config_files="$ac_config_files dlls/itss/Makefile"
15703 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15704 itss_test.exe: \$(TOPOBJDIR)/dlls/itss/tests/itss_test.exe$DLLEXT
15705 cp \$(TOPOBJDIR)/dlls/itss/tests/itss_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15706 itss_test.rc:
15707 echo \"itss_test.exe TESTRES \\\"itss_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15708 itss_test.res: itss_test.rc itss_test.exe"
15709 ALL_MAKEFILES="$ALL_MAKEFILES \\
15710 dlls/itss/tests/Makefile"
15711 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15712 itss/tests"
15713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15714 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules config.status"
15715 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
15717 ALL_MAKEFILES="$ALL_MAKEFILES \\
15718 dlls/jscript/Makefile"
15719 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15720 jscript"
15721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15722 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules config.status"
15723 ac_config_files="$ac_config_files dlls/jscript/Makefile"
15725 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15726 jscript_test.exe: \$(TOPOBJDIR)/dlls/jscript/tests/jscript_test.exe$DLLEXT
15727 cp \$(TOPOBJDIR)/dlls/jscript/tests/jscript_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15728 jscript_test.rc:
15729 echo \"jscript_test.exe TESTRES \\\"jscript_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15730 jscript_test.res: jscript_test.rc jscript_test.exe"
15731 ALL_MAKEFILES="$ALL_MAKEFILES \\
15732 dlls/jscript/tests/Makefile"
15733 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15734 jscript/tests"
15735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15736 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules config.status"
15737 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
15739 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15740 kernel32/libkernel32.$IMPLIBEXT"
15741 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15742 kernel32/libkernel32.def kernel32/libkernel32.a kernel32/libkernel32.cross.a: kernel32/kernel32.spec \$(WINEBUILD)
15743 @cd kernel32 && \$(MAKE) \`basename \$@\`"
15744 ALL_MAKEFILES="$ALL_MAKEFILES \\
15745 dlls/kernel32/Makefile"
15746 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15747 kernel32"
15748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15749 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules config.status"
15750 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
15752 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15753 kernel32_test.exe: \$(TOPOBJDIR)/dlls/kernel32/tests/kernel32_test.exe$DLLEXT
15754 cp \$(TOPOBJDIR)/dlls/kernel32/tests/kernel32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15755 kernel32_test.rc:
15756 echo \"kernel32_test.exe TESTRES \\\"kernel32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15757 kernel32_test.res: kernel32_test.rc kernel32_test.exe"
15758 ALL_MAKEFILES="$ALL_MAKEFILES \\
15759 dlls/kernel32/tests/Makefile"
15760 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15761 kernel32/tests"
15762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15763 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules config.status"
15764 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
15766 ALL_MAKEFILES="$ALL_MAKEFILES \\
15767 dlls/keyboard.drv16/Makefile"
15768 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15769 keyboard.drv16"
15770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15771 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules config.status"
15772 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
15774 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15775 krnl386.exe16/libkernel.$IMPLIBEXT \\
15776 libkernel.$IMPLIBEXT"
15777 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15778 libkernel.a: krnl386.exe16/libkernel.a
15779 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.a \$@
15780 libkernel.cross.a: krnl386.exe16/libkernel.cross.a
15781 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.cross.a \$@
15782 libkernel.def: krnl386.exe16/libkernel.def
15783 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.def \$@
15784 clean::
15785 \$(RM) libkernel.def
15786 krnl386.exe16/libkernel.def krnl386.exe16/libkernel.a krnl386.exe16/libkernel.cross.a: krnl386.exe16/krnl386.exe16.spec \$(WINEBUILD)
15787 @cd krnl386.exe16 && \$(MAKE) \`basename \$@\`"
15788 ALL_MAKEFILES="$ALL_MAKEFILES \\
15789 dlls/krnl386.exe16/Makefile"
15790 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15791 krnl386.exe16"
15792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15793 dlls/krnl386.exe16/Makefile: dlls/krnl386.exe16/Makefile.in dlls/Makedll.rules config.status"
15794 ac_config_files="$ac_config_files dlls/krnl386.exe16/Makefile"
15796 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15797 loadperf/libloadperf.$IMPLIBEXT"
15798 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15799 loadperf/libloadperf.def loadperf/libloadperf.a loadperf/libloadperf.cross.a: loadperf/loadperf.spec \$(WINEBUILD)
15800 @cd loadperf && \$(MAKE) \`basename \$@\`"
15801 ALL_MAKEFILES="$ALL_MAKEFILES \\
15802 dlls/loadperf/Makefile"
15803 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15804 loadperf"
15805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15806 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules config.status"
15807 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
15809 ALL_MAKEFILES="$ALL_MAKEFILES \\
15810 dlls/localspl/Makefile"
15811 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15812 localspl"
15813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15814 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules config.status"
15815 ac_config_files="$ac_config_files dlls/localspl/Makefile"
15817 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15818 localspl_test.exe: \$(TOPOBJDIR)/dlls/localspl/tests/localspl_test.exe$DLLEXT
15819 cp \$(TOPOBJDIR)/dlls/localspl/tests/localspl_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15820 localspl_test.rc:
15821 echo \"localspl_test.exe TESTRES \\\"localspl_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15822 localspl_test.res: localspl_test.rc localspl_test.exe"
15823 ALL_MAKEFILES="$ALL_MAKEFILES \\
15824 dlls/localspl/tests/Makefile"
15825 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15826 localspl/tests"
15827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15828 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules config.status"
15829 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
15831 ALL_MAKEFILES="$ALL_MAKEFILES \\
15832 dlls/localui/Makefile"
15833 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15834 localui"
15835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15836 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules config.status"
15837 ac_config_files="$ac_config_files dlls/localui/Makefile"
15839 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15840 localui_test.exe: \$(TOPOBJDIR)/dlls/localui/tests/localui_test.exe$DLLEXT
15841 cp \$(TOPOBJDIR)/dlls/localui/tests/localui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15842 localui_test.rc:
15843 echo \"localui_test.exe TESTRES \\\"localui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15844 localui_test.res: localui_test.rc localui_test.exe"
15845 ALL_MAKEFILES="$ALL_MAKEFILES \\
15846 dlls/localui/tests/Makefile"
15847 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15848 localui/tests"
15849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15850 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules config.status"
15851 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
15853 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15854 lz32/liblz32.$IMPLIBEXT"
15855 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15856 lz32/liblz32.def lz32/liblz32.a lz32/liblz32.cross.a: lz32/lz32.spec \$(WINEBUILD)
15857 @cd lz32 && \$(MAKE) \`basename \$@\`"
15858 ALL_MAKEFILES="$ALL_MAKEFILES \\
15859 dlls/lz32/Makefile"
15860 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15861 lz32"
15862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15863 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules config.status"
15864 ac_config_files="$ac_config_files dlls/lz32/Makefile"
15866 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15867 lz32_test.exe: \$(TOPOBJDIR)/dlls/lz32/tests/lz32_test.exe$DLLEXT
15868 cp \$(TOPOBJDIR)/dlls/lz32/tests/lz32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15869 lz32_test.rc:
15870 echo \"lz32_test.exe TESTRES \\\"lz32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15871 lz32_test.res: lz32_test.rc lz32_test.exe"
15872 ALL_MAKEFILES="$ALL_MAKEFILES \\
15873 dlls/lz32/tests/Makefile"
15874 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15875 lz32/tests"
15876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15877 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules config.status"
15878 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
15880 ALL_MAKEFILES="$ALL_MAKEFILES \\
15881 dlls/lzexpand.dll16/Makefile"
15882 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15883 lzexpand.dll16"
15884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15885 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules config.status"
15886 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
15888 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15889 mapi32/libmapi32.$IMPLIBEXT"
15890 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15891 mapi32/libmapi32.def mapi32/libmapi32.a mapi32/libmapi32.cross.a: mapi32/mapi32.spec \$(WINEBUILD)
15892 @cd mapi32 && \$(MAKE) \`basename \$@\`"
15893 ALL_MAKEFILES="$ALL_MAKEFILES \\
15894 dlls/mapi32/Makefile"
15895 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15896 mapi32"
15897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15898 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules config.status"
15899 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
15901 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15902 mapi32_test.exe: \$(TOPOBJDIR)/dlls/mapi32/tests/mapi32_test.exe$DLLEXT
15903 cp \$(TOPOBJDIR)/dlls/mapi32/tests/mapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15904 mapi32_test.rc:
15905 echo \"mapi32_test.exe TESTRES \\\"mapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15906 mapi32_test.res: mapi32_test.rc mapi32_test.exe"
15907 ALL_MAKEFILES="$ALL_MAKEFILES \\
15908 dlls/mapi32/tests/Makefile"
15909 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15910 mapi32/tests"
15911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15912 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules config.status"
15913 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
15915 ALL_MAKEFILES="$ALL_MAKEFILES \\
15916 dlls/mapistub/Makefile"
15917 test "x$enable_mapistub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15918 mapistub"
15919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15920 dlls/mapistub/Makefile: dlls/mapistub/Makefile.in dlls/Makedll.rules config.status"
15921 ac_config_files="$ac_config_files dlls/mapistub/Makefile"
15923 ALL_MAKEFILES="$ALL_MAKEFILES \\
15924 dlls/mciavi32/Makefile"
15925 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15926 mciavi32"
15927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15928 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules config.status"
15929 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
15931 ALL_MAKEFILES="$ALL_MAKEFILES \\
15932 dlls/mcicda/Makefile"
15933 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15934 mcicda"
15935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15936 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules config.status"
15937 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
15939 ALL_MAKEFILES="$ALL_MAKEFILES \\
15940 dlls/mciqtz32/Makefile"
15941 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15942 mciqtz32"
15943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15944 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules config.status"
15945 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
15947 ALL_MAKEFILES="$ALL_MAKEFILES \\
15948 dlls/mciseq/Makefile"
15949 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15950 mciseq"
15951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15952 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules config.status"
15953 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
15955 ALL_MAKEFILES="$ALL_MAKEFILES \\
15956 dlls/mciwave/Makefile"
15957 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15958 mciwave"
15959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15960 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules config.status"
15961 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
15963 ALL_MAKEFILES="$ALL_MAKEFILES \\
15964 dlls/midimap/Makefile"
15965 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15966 midimap"
15967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15968 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules config.status"
15969 ac_config_files="$ac_config_files dlls/midimap/Makefile"
15971 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15972 mlang/libmlang.$IMPLIBEXT"
15973 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15974 mlang/libmlang.def mlang/libmlang.a mlang/libmlang.cross.a: mlang/mlang.spec \$(WINEBUILD)
15975 @cd mlang && \$(MAKE) \`basename \$@\`"
15976 ALL_MAKEFILES="$ALL_MAKEFILES \\
15977 dlls/mlang/Makefile"
15978 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15979 mlang"
15980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15981 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules config.status"
15982 ac_config_files="$ac_config_files dlls/mlang/Makefile"
15984 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15985 mlang_test.exe: \$(TOPOBJDIR)/dlls/mlang/tests/mlang_test.exe$DLLEXT
15986 cp \$(TOPOBJDIR)/dlls/mlang/tests/mlang_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15987 mlang_test.rc:
15988 echo \"mlang_test.exe TESTRES \\\"mlang_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15989 mlang_test.res: mlang_test.rc mlang_test.exe"
15990 ALL_MAKEFILES="$ALL_MAKEFILES \\
15991 dlls/mlang/tests/Makefile"
15992 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15993 mlang/tests"
15994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15995 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules config.status"
15996 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
15998 ALL_MAKEFILES="$ALL_MAKEFILES \\
15999 dlls/mmdevapi/Makefile"
16000 test "x$enable_mmdevapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16001 mmdevapi"
16002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16003 dlls/mmdevapi/Makefile: dlls/mmdevapi/Makefile.in dlls/Makedll.rules config.status"
16004 ac_config_files="$ac_config_files dlls/mmdevapi/Makefile"
16006 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16007 mmdevapi_test.exe: \$(TOPOBJDIR)/dlls/mmdevapi/tests/mmdevapi_test.exe$DLLEXT
16008 cp \$(TOPOBJDIR)/dlls/mmdevapi/tests/mmdevapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16009 mmdevapi_test.rc:
16010 echo \"mmdevapi_test.exe TESTRES \\\"mmdevapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16011 mmdevapi_test.res: mmdevapi_test.rc mmdevapi_test.exe"
16012 ALL_MAKEFILES="$ALL_MAKEFILES \\
16013 dlls/mmdevapi/tests/Makefile"
16014 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16015 mmdevapi/tests"
16016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16017 dlls/mmdevapi/tests/Makefile: dlls/mmdevapi/tests/Makefile.in dlls/Maketest.rules config.status"
16018 ac_config_files="$ac_config_files dlls/mmdevapi/tests/Makefile"
16020 ALL_MAKEFILES="$ALL_MAKEFILES \\
16021 dlls/mmdevldr.vxd/Makefile"
16022 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16023 mmdevldr.vxd"
16024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16025 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules config.status"
16026 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
16028 ALL_MAKEFILES="$ALL_MAKEFILES \\
16029 dlls/mmsystem.dll16/Makefile"
16030 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16031 mmsystem.dll16"
16032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16033 dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules config.status"
16034 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
16036 ALL_MAKEFILES="$ALL_MAKEFILES \\
16037 dlls/monodebg.vxd/Makefile"
16038 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16039 monodebg.vxd"
16040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16041 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules config.status"
16042 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
16044 ALL_MAKEFILES="$ALL_MAKEFILES \\
16045 dlls/mountmgr.sys/Makefile"
16046 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16047 mountmgr.sys"
16048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16049 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules config.status"
16050 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
16052 ALL_MAKEFILES="$ALL_MAKEFILES \\
16053 dlls/mouse.drv16/Makefile"
16054 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16055 mouse.drv16"
16056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16057 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules config.status"
16058 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
16060 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16061 mpr/libmpr.$IMPLIBEXT"
16062 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16063 mpr/libmpr.def mpr/libmpr.a mpr/libmpr.cross.a: mpr/mpr.spec \$(WINEBUILD)
16064 @cd mpr && \$(MAKE) \`basename \$@\`"
16065 ALL_MAKEFILES="$ALL_MAKEFILES \\
16066 dlls/mpr/Makefile"
16067 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16068 mpr"
16069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16070 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules config.status"
16071 ac_config_files="$ac_config_files dlls/mpr/Makefile"
16073 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16074 mprapi/libmprapi.$IMPLIBEXT"
16075 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16076 mprapi/libmprapi.def mprapi/libmprapi.a mprapi/libmprapi.cross.a: mprapi/mprapi.spec \$(WINEBUILD)
16077 @cd mprapi && \$(MAKE) \`basename \$@\`"
16078 ALL_MAKEFILES="$ALL_MAKEFILES \\
16079 dlls/mprapi/Makefile"
16080 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16081 mprapi"
16082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16083 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules config.status"
16084 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
16086 ALL_MAKEFILES="$ALL_MAKEFILES \\
16087 dlls/msacm.dll16/Makefile"
16088 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16089 msacm.dll16"
16090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16091 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules config.status"
16092 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
16094 ALL_MAKEFILES="$ALL_MAKEFILES \\
16095 dlls/msacm32.drv/Makefile"
16096 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16097 msacm32.drv"
16098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16099 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules config.status"
16100 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
16102 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16103 msacm32/libmsacm32.$IMPLIBEXT"
16104 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16105 msacm32/libmsacm32.def msacm32/libmsacm32.a msacm32/libmsacm32.cross.a: msacm32/msacm32.spec \$(WINEBUILD)
16106 @cd msacm32 && \$(MAKE) \`basename \$@\`"
16107 ALL_MAKEFILES="$ALL_MAKEFILES \\
16108 dlls/msacm32/Makefile"
16109 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16110 msacm32"
16111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16112 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules config.status"
16113 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
16115 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16116 msacm32_test.exe: \$(TOPOBJDIR)/dlls/msacm32/tests/msacm32_test.exe$DLLEXT
16117 cp \$(TOPOBJDIR)/dlls/msacm32/tests/msacm32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16118 msacm32_test.rc:
16119 echo \"msacm32_test.exe TESTRES \\\"msacm32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16120 msacm32_test.res: msacm32_test.rc msacm32_test.exe"
16121 ALL_MAKEFILES="$ALL_MAKEFILES \\
16122 dlls/msacm32/tests/Makefile"
16123 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16124 msacm32/tests"
16125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16126 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules config.status"
16127 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
16129 ALL_MAKEFILES="$ALL_MAKEFILES \\
16130 dlls/msadp32.acm/Makefile"
16131 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16132 msadp32.acm"
16133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16134 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules config.status"
16135 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
16137 ALL_MAKEFILES="$ALL_MAKEFILES \\
16138 dlls/mscat32/Makefile"
16139 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16140 mscat32"
16141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16142 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules config.status"
16143 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
16145 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16146 mscms/libmscms.$IMPLIBEXT"
16147 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16148 mscms/libmscms.def mscms/libmscms.a mscms/libmscms.cross.a: mscms/mscms.spec \$(WINEBUILD)
16149 @cd mscms && \$(MAKE) \`basename \$@\`"
16150 ALL_MAKEFILES="$ALL_MAKEFILES \\
16151 dlls/mscms/Makefile"
16152 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16153 mscms"
16154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16155 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules config.status"
16156 ac_config_files="$ac_config_files dlls/mscms/Makefile"
16158 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16159 mscms_test.exe: \$(TOPOBJDIR)/dlls/mscms/tests/mscms_test.exe$DLLEXT
16160 cp \$(TOPOBJDIR)/dlls/mscms/tests/mscms_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16161 mscms_test.rc:
16162 echo \"mscms_test.exe TESTRES \\\"mscms_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16163 mscms_test.res: mscms_test.rc mscms_test.exe"
16164 ALL_MAKEFILES="$ALL_MAKEFILES \\
16165 dlls/mscms/tests/Makefile"
16166 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16167 mscms/tests"
16168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16169 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules config.status"
16170 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
16172 ALL_MAKEFILES="$ALL_MAKEFILES \\
16173 dlls/mscoree/Makefile"
16174 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16175 mscoree"
16176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16177 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules config.status"
16178 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
16180 ALL_MAKEFILES="$ALL_MAKEFILES \\
16181 dlls/msctf/Makefile"
16182 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16183 msctf"
16184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16185 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules config.status"
16186 ac_config_files="$ac_config_files dlls/msctf/Makefile"
16188 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16189 msctf_test.exe: \$(TOPOBJDIR)/dlls/msctf/tests/msctf_test.exe$DLLEXT
16190 cp \$(TOPOBJDIR)/dlls/msctf/tests/msctf_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16191 msctf_test.rc:
16192 echo \"msctf_test.exe TESTRES \\\"msctf_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16193 msctf_test.res: msctf_test.rc msctf_test.exe"
16194 ALL_MAKEFILES="$ALL_MAKEFILES \\
16195 dlls/msctf/tests/Makefile"
16196 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16197 msctf/tests"
16198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16199 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules config.status"
16200 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
16202 ALL_MAKEFILES="$ALL_MAKEFILES \\
16203 dlls/msdaps/Makefile"
16204 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16205 msdaps"
16206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16207 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules config.status"
16208 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
16210 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16211 msdmo/libmsdmo.$IMPLIBEXT"
16212 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16213 msdmo/libmsdmo.def msdmo/libmsdmo.a msdmo/libmsdmo.cross.a: msdmo/msdmo.spec \$(WINEBUILD)
16214 @cd msdmo && \$(MAKE) \`basename \$@\`"
16215 ALL_MAKEFILES="$ALL_MAKEFILES \\
16216 dlls/msdmo/Makefile"
16217 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16218 msdmo"
16219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16220 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules config.status"
16221 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
16223 ALL_MAKEFILES="$ALL_MAKEFILES \\
16224 dlls/msftedit/Makefile"
16225 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16226 msftedit"
16227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16228 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules config.status"
16229 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
16231 ALL_MAKEFILES="$ALL_MAKEFILES \\
16232 dlls/msg711.acm/Makefile"
16233 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16234 msg711.acm"
16235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16236 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules config.status"
16237 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
16239 ALL_MAKEFILES="$ALL_MAKEFILES \\
16240 dlls/msgsm32.acm/Makefile"
16241 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16242 msgsm32.acm"
16243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16244 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules config.status"
16245 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
16247 ALL_MAKEFILES="$ALL_MAKEFILES \\
16248 dlls/mshtml.tlb/Makefile"
16249 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16250 mshtml.tlb"
16251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16252 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules config.status"
16253 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
16255 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16256 mshtml/libmshtml.$IMPLIBEXT"
16257 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16258 mshtml/libmshtml.def mshtml/libmshtml.a mshtml/libmshtml.cross.a: mshtml/mshtml.spec \$(WINEBUILD)
16259 @cd mshtml && \$(MAKE) \`basename \$@\`"
16260 ALL_MAKEFILES="$ALL_MAKEFILES \\
16261 dlls/mshtml/Makefile"
16262 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16263 mshtml"
16264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16265 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules config.status"
16266 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
16268 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16269 mshtml_test.exe: \$(TOPOBJDIR)/dlls/mshtml/tests/mshtml_test.exe$DLLEXT
16270 cp \$(TOPOBJDIR)/dlls/mshtml/tests/mshtml_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16271 mshtml_test.rc:
16272 echo \"mshtml_test.exe TESTRES \\\"mshtml_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16273 mshtml_test.res: mshtml_test.rc mshtml_test.exe"
16274 ALL_MAKEFILES="$ALL_MAKEFILES \\
16275 dlls/mshtml/tests/Makefile"
16276 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16277 mshtml/tests"
16278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16279 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules config.status"
16280 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
16282 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16283 msi/libmsi.$IMPLIBEXT"
16284 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16285 msi/libmsi.def msi/libmsi.a msi/libmsi.cross.a: msi/msi.spec \$(WINEBUILD)
16286 @cd msi && \$(MAKE) \`basename \$@\`"
16287 ALL_MAKEFILES="$ALL_MAKEFILES \\
16288 dlls/msi/Makefile"
16289 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16290 msi"
16291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16292 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules config.status"
16293 ac_config_files="$ac_config_files dlls/msi/Makefile"
16295 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16296 msi_test.exe: \$(TOPOBJDIR)/dlls/msi/tests/msi_test.exe$DLLEXT
16297 cp \$(TOPOBJDIR)/dlls/msi/tests/msi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16298 msi_test.rc:
16299 echo \"msi_test.exe TESTRES \\\"msi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16300 msi_test.res: msi_test.rc msi_test.exe"
16301 ALL_MAKEFILES="$ALL_MAKEFILES \\
16302 dlls/msi/tests/Makefile"
16303 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16304 msi/tests"
16305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16306 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules config.status"
16307 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
16309 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16310 msimg32/libmsimg32.$IMPLIBEXT"
16311 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16312 msimg32/libmsimg32.def msimg32/libmsimg32.a msimg32/libmsimg32.cross.a: msimg32/msimg32.spec \$(WINEBUILD)
16313 @cd msimg32 && \$(MAKE) \`basename \$@\`"
16314 ALL_MAKEFILES="$ALL_MAKEFILES \\
16315 dlls/msimg32/Makefile"
16316 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16317 msimg32"
16318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16319 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules config.status"
16320 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
16322 ALL_MAKEFILES="$ALL_MAKEFILES \\
16323 dlls/msimtf/Makefile"
16324 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16325 msimtf"
16326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16327 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules config.status"
16328 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
16330 ALL_MAKEFILES="$ALL_MAKEFILES \\
16331 dlls/msisip/Makefile"
16332 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16333 msisip"
16334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16335 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules config.status"
16336 ac_config_files="$ac_config_files dlls/msisip/Makefile"
16338 ALL_MAKEFILES="$ALL_MAKEFILES \\
16339 dlls/msisys.ocx/Makefile"
16340 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16341 msisys.ocx"
16342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16343 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules config.status"
16344 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
16346 ALL_MAKEFILES="$ALL_MAKEFILES \\
16347 dlls/msnet32/Makefile"
16348 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16349 msnet32"
16350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16351 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules config.status"
16352 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
16354 ALL_MAKEFILES="$ALL_MAKEFILES \\
16355 dlls/msrle32/Makefile"
16356 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16357 msrle32"
16358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16359 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules config.status"
16360 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
16362 ALL_MAKEFILES="$ALL_MAKEFILES \\
16363 dlls/mssign32/Makefile"
16364 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16365 mssign32"
16366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16367 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules config.status"
16368 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
16370 ALL_MAKEFILES="$ALL_MAKEFILES \\
16371 dlls/mssip32/Makefile"
16372 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16373 mssip32"
16374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16375 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules config.status"
16376 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
16378 ALL_MAKEFILES="$ALL_MAKEFILES \\
16379 dlls/mstask/Makefile"
16380 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16381 mstask"
16382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16383 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules config.status"
16384 ac_config_files="$ac_config_files dlls/mstask/Makefile"
16386 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16387 mstask_test.exe: \$(TOPOBJDIR)/dlls/mstask/tests/mstask_test.exe$DLLEXT
16388 cp \$(TOPOBJDIR)/dlls/mstask/tests/mstask_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16389 mstask_test.rc:
16390 echo \"mstask_test.exe TESTRES \\\"mstask_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16391 mstask_test.res: mstask_test.rc mstask_test.exe"
16392 ALL_MAKEFILES="$ALL_MAKEFILES \\
16393 dlls/mstask/tests/Makefile"
16394 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16395 mstask/tests"
16396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16397 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules config.status"
16398 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
16400 ALL_MAKEFILES="$ALL_MAKEFILES \\
16401 dlls/msvcirt/Makefile"
16402 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16403 msvcirt"
16404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16405 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules config.status"
16406 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
16408 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16409 msvcr71/libmsvcr71.$IMPLIBEXT"
16410 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16411 msvcr71/libmsvcr71.def msvcr71/libmsvcr71.a msvcr71/libmsvcr71.cross.a: msvcr71/msvcr71.spec \$(WINEBUILD)
16412 @cd msvcr71 && \$(MAKE) \`basename \$@\`"
16413 ALL_MAKEFILES="$ALL_MAKEFILES \\
16414 dlls/msvcr71/Makefile"
16415 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16416 msvcr71"
16417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16418 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules config.status"
16419 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
16421 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16422 msvcrt/libmsvcrt.$IMPLIBEXT"
16423 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16424 msvcrt/libmsvcrt.def msvcrt/libmsvcrt.a msvcrt/libmsvcrt.cross.a: msvcrt/msvcrt.spec \$(WINEBUILD)
16425 @cd msvcrt && \$(MAKE) \`basename \$@\`"
16426 ALL_MAKEFILES="$ALL_MAKEFILES \\
16427 dlls/msvcrt/Makefile"
16428 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16429 msvcrt"
16430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16431 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules config.status"
16432 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
16434 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16435 msvcrt_test.exe: \$(TOPOBJDIR)/dlls/msvcrt/tests/msvcrt_test.exe$DLLEXT
16436 cp \$(TOPOBJDIR)/dlls/msvcrt/tests/msvcrt_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16437 msvcrt_test.rc:
16438 echo \"msvcrt_test.exe TESTRES \\\"msvcrt_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16439 msvcrt_test.res: msvcrt_test.rc msvcrt_test.exe"
16440 ALL_MAKEFILES="$ALL_MAKEFILES \\
16441 dlls/msvcrt/tests/Makefile"
16442 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16443 msvcrt/tests"
16444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16445 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules config.status"
16446 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
16448 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16449 msvcrt20/libmsvcrt20.$IMPLIBEXT"
16450 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16451 msvcrt20/libmsvcrt20.def msvcrt20/libmsvcrt20.a msvcrt20/libmsvcrt20.cross.a: msvcrt20/msvcrt20.spec \$(WINEBUILD)
16452 @cd msvcrt20 && \$(MAKE) \`basename \$@\`"
16453 ALL_MAKEFILES="$ALL_MAKEFILES \\
16454 dlls/msvcrt20/Makefile"
16455 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16456 msvcrt20"
16457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16458 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules config.status"
16459 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
16461 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16462 msvcrt40/libmsvcrt40.$IMPLIBEXT"
16463 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16464 msvcrt40/libmsvcrt40.def msvcrt40/libmsvcrt40.a msvcrt40/libmsvcrt40.cross.a: msvcrt40/msvcrt40.spec \$(WINEBUILD)
16465 @cd msvcrt40 && \$(MAKE) \`basename \$@\`"
16466 ALL_MAKEFILES="$ALL_MAKEFILES \\
16467 dlls/msvcrt40/Makefile"
16468 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16469 msvcrt40"
16470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16471 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules config.status"
16472 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
16474 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16475 msvcrtd/libmsvcrtd.$IMPLIBEXT"
16476 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16477 msvcrtd/libmsvcrtd.def msvcrtd/libmsvcrtd.a msvcrtd/libmsvcrtd.cross.a: msvcrtd/msvcrtd.spec \$(WINEBUILD)
16478 @cd msvcrtd && \$(MAKE) \`basename \$@\`"
16479 ALL_MAKEFILES="$ALL_MAKEFILES \\
16480 dlls/msvcrtd/Makefile"
16481 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16482 msvcrtd"
16483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16484 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules config.status"
16485 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
16487 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16488 msvcrtd_test.exe: \$(TOPOBJDIR)/dlls/msvcrtd/tests/msvcrtd_test.exe$DLLEXT
16489 cp \$(TOPOBJDIR)/dlls/msvcrtd/tests/msvcrtd_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16490 msvcrtd_test.rc:
16491 echo \"msvcrtd_test.exe TESTRES \\\"msvcrtd_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16492 msvcrtd_test.res: msvcrtd_test.rc msvcrtd_test.exe"
16493 ALL_MAKEFILES="$ALL_MAKEFILES \\
16494 dlls/msvcrtd/tests/Makefile"
16495 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16496 msvcrtd/tests"
16497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16498 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules config.status"
16499 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
16501 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16502 msvfw32/libmsvfw32.$IMPLIBEXT"
16503 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16504 msvfw32/libmsvfw32.def msvfw32/libmsvfw32.a msvfw32/libmsvfw32.cross.a: msvfw32/msvfw32.spec \$(WINEBUILD)
16505 @cd msvfw32 && \$(MAKE) \`basename \$@\`"
16506 ALL_MAKEFILES="$ALL_MAKEFILES \\
16507 dlls/msvfw32/Makefile"
16508 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16509 msvfw32"
16510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16511 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules config.status"
16512 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
16514 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16515 msvfw32_test.exe: \$(TOPOBJDIR)/dlls/msvfw32/tests/msvfw32_test.exe$DLLEXT
16516 cp \$(TOPOBJDIR)/dlls/msvfw32/tests/msvfw32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16517 msvfw32_test.rc:
16518 echo \"msvfw32_test.exe TESTRES \\\"msvfw32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16519 msvfw32_test.res: msvfw32_test.rc msvfw32_test.exe"
16520 ALL_MAKEFILES="$ALL_MAKEFILES \\
16521 dlls/msvfw32/tests/Makefile"
16522 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16523 msvfw32/tests"
16524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16525 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules config.status"
16526 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
16528 ALL_MAKEFILES="$ALL_MAKEFILES \\
16529 dlls/msvidc32/Makefile"
16530 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16531 msvidc32"
16532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16533 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules config.status"
16534 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
16536 ALL_MAKEFILES="$ALL_MAKEFILES \\
16537 dlls/msvideo.dll16/Makefile"
16538 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16539 msvideo.dll16"
16540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16541 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules config.status"
16542 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
16544 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16545 mswsock/libmswsock.$IMPLIBEXT"
16546 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16547 mswsock/libmswsock.def mswsock/libmswsock.a mswsock/libmswsock.cross.a: mswsock/mswsock.spec \$(WINEBUILD)
16548 @cd mswsock && \$(MAKE) \`basename \$@\`"
16549 ALL_MAKEFILES="$ALL_MAKEFILES \\
16550 dlls/mswsock/Makefile"
16551 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16552 mswsock"
16553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16554 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules config.status"
16555 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
16557 ALL_MAKEFILES="$ALL_MAKEFILES \\
16558 dlls/msxml3/Makefile"
16559 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16560 msxml3"
16561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16562 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules config.status"
16563 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
16565 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16566 msxml3_test.exe: \$(TOPOBJDIR)/dlls/msxml3/tests/msxml3_test.exe$DLLEXT
16567 cp \$(TOPOBJDIR)/dlls/msxml3/tests/msxml3_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16568 msxml3_test.rc:
16569 echo \"msxml3_test.exe TESTRES \\\"msxml3_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16570 msxml3_test.res: msxml3_test.rc msxml3_test.exe"
16571 ALL_MAKEFILES="$ALL_MAKEFILES \\
16572 dlls/msxml3/tests/Makefile"
16573 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16574 msxml3/tests"
16575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16576 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules config.status"
16577 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
16579 ALL_MAKEFILES="$ALL_MAKEFILES \\
16580 dlls/msxml4/Makefile"
16581 test "x$enable_msxml4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16582 msxml4"
16583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16584 dlls/msxml4/Makefile: dlls/msxml4/Makefile.in dlls/Makedll.rules config.status"
16585 ac_config_files="$ac_config_files dlls/msxml4/Makefile"
16587 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16588 nddeapi/libnddeapi.$IMPLIBEXT"
16589 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16590 nddeapi/libnddeapi.def nddeapi/libnddeapi.a nddeapi/libnddeapi.cross.a: nddeapi/nddeapi.spec \$(WINEBUILD)
16591 @cd nddeapi && \$(MAKE) \`basename \$@\`"
16592 ALL_MAKEFILES="$ALL_MAKEFILES \\
16593 dlls/nddeapi/Makefile"
16594 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16595 nddeapi"
16596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16597 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules config.status"
16598 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
16600 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16601 netapi32/libnetapi32.$IMPLIBEXT"
16602 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16603 netapi32/libnetapi32.def netapi32/libnetapi32.a netapi32/libnetapi32.cross.a: netapi32/netapi32.spec \$(WINEBUILD)
16604 @cd netapi32 && \$(MAKE) \`basename \$@\`"
16605 ALL_MAKEFILES="$ALL_MAKEFILES \\
16606 dlls/netapi32/Makefile"
16607 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16608 netapi32"
16609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16610 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules config.status"
16611 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
16613 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16614 netapi32_test.exe: \$(TOPOBJDIR)/dlls/netapi32/tests/netapi32_test.exe$DLLEXT
16615 cp \$(TOPOBJDIR)/dlls/netapi32/tests/netapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16616 netapi32_test.rc:
16617 echo \"netapi32_test.exe TESTRES \\\"netapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16618 netapi32_test.res: netapi32_test.rc netapi32_test.exe"
16619 ALL_MAKEFILES="$ALL_MAKEFILES \\
16620 dlls/netapi32/tests/Makefile"
16621 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16622 netapi32/tests"
16623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16624 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules config.status"
16625 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
16627 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16628 newdev/libnewdev.$IMPLIBEXT"
16629 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16630 newdev/libnewdev.def newdev/libnewdev.a newdev/libnewdev.cross.a: newdev/newdev.spec \$(WINEBUILD)
16631 @cd newdev && \$(MAKE) \`basename \$@\`"
16632 ALL_MAKEFILES="$ALL_MAKEFILES \\
16633 dlls/newdev/Makefile"
16634 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16635 newdev"
16636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16637 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules config.status"
16638 ac_config_files="$ac_config_files dlls/newdev/Makefile"
16640 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16641 ntdll/libntdll.$IMPLIBEXT"
16642 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16643 ntdll/libntdll.def ntdll/libntdll.a ntdll/libntdll.cross.a: ntdll/ntdll.spec \$(WINEBUILD)
16644 @cd ntdll && \$(MAKE) \`basename \$@\`"
16645 ALL_MAKEFILES="$ALL_MAKEFILES \\
16646 dlls/ntdll/Makefile"
16647 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16648 ntdll"
16649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16650 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules config.status"
16651 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
16653 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16654 ntdll_test.exe: \$(TOPOBJDIR)/dlls/ntdll/tests/ntdll_test.exe$DLLEXT
16655 cp \$(TOPOBJDIR)/dlls/ntdll/tests/ntdll_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16656 ntdll_test.rc:
16657 echo \"ntdll_test.exe TESTRES \\\"ntdll_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16658 ntdll_test.res: ntdll_test.rc ntdll_test.exe"
16659 ALL_MAKEFILES="$ALL_MAKEFILES \\
16660 dlls/ntdll/tests/Makefile"
16661 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16662 ntdll/tests"
16663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16664 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules config.status"
16665 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
16667 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16668 ntdsapi/libntdsapi.$IMPLIBEXT"
16669 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16670 ntdsapi/libntdsapi.def ntdsapi/libntdsapi.a ntdsapi/libntdsapi.cross.a: ntdsapi/ntdsapi.spec \$(WINEBUILD)
16671 @cd ntdsapi && \$(MAKE) \`basename \$@\`"
16672 ALL_MAKEFILES="$ALL_MAKEFILES \\
16673 dlls/ntdsapi/Makefile"
16674 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16675 ntdsapi"
16676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16677 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules config.status"
16678 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
16680 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16681 ntdsapi_test.exe: \$(TOPOBJDIR)/dlls/ntdsapi/tests/ntdsapi_test.exe$DLLEXT
16682 cp \$(TOPOBJDIR)/dlls/ntdsapi/tests/ntdsapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16683 ntdsapi_test.rc:
16684 echo \"ntdsapi_test.exe TESTRES \\\"ntdsapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16685 ntdsapi_test.res: ntdsapi_test.rc ntdsapi_test.exe"
16686 ALL_MAKEFILES="$ALL_MAKEFILES \\
16687 dlls/ntdsapi/tests/Makefile"
16688 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16689 ntdsapi/tests"
16690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16691 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules config.status"
16692 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
16694 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16695 ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT"
16696 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16697 ntoskrnl.exe/libntoskrnl.exe.def ntoskrnl.exe/libntoskrnl.exe.a ntoskrnl.exe/libntoskrnl.exe.cross.a: ntoskrnl.exe/ntoskrnl.exe.spec \$(WINEBUILD)
16698 @cd ntoskrnl.exe && \$(MAKE) \`basename \$@\`"
16699 ALL_MAKEFILES="$ALL_MAKEFILES \\
16700 dlls/ntoskrnl.exe/Makefile"
16701 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16702 ntoskrnl.exe"
16703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16704 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules config.status"
16705 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
16707 ALL_MAKEFILES="$ALL_MAKEFILES \\
16708 dlls/ntprint/Makefile"
16709 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16710 ntprint"
16711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16712 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules config.status"
16713 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
16715 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16716 ntprint_test.exe: \$(TOPOBJDIR)/dlls/ntprint/tests/ntprint_test.exe$DLLEXT
16717 cp \$(TOPOBJDIR)/dlls/ntprint/tests/ntprint_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16718 ntprint_test.rc:
16719 echo \"ntprint_test.exe TESTRES \\\"ntprint_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16720 ntprint_test.res: ntprint_test.rc ntprint_test.exe"
16721 ALL_MAKEFILES="$ALL_MAKEFILES \\
16722 dlls/ntprint/tests/Makefile"
16723 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16724 ntprint/tests"
16725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16726 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules config.status"
16727 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
16729 ALL_MAKEFILES="$ALL_MAKEFILES \\
16730 dlls/objsel/Makefile"
16731 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16732 objsel"
16733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16734 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules config.status"
16735 ac_config_files="$ac_config_files dlls/objsel/Makefile"
16737 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16738 odbc32/libodbc32.$IMPLIBEXT"
16739 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16740 odbc32/libodbc32.def odbc32/libodbc32.a odbc32/libodbc32.cross.a: odbc32/odbc32.spec \$(WINEBUILD)
16741 @cd odbc32 && \$(MAKE) \`basename \$@\`"
16742 ALL_MAKEFILES="$ALL_MAKEFILES \\
16743 dlls/odbc32/Makefile"
16744 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16745 odbc32"
16746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16747 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules config.status"
16748 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
16750 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16751 odbccp32/libodbccp32.$IMPLIBEXT"
16752 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16753 odbccp32/libodbccp32.def odbccp32/libodbccp32.a odbccp32/libodbccp32.cross.a: odbccp32/odbccp32.spec \$(WINEBUILD)
16754 @cd odbccp32 && \$(MAKE) \`basename \$@\`"
16755 ALL_MAKEFILES="$ALL_MAKEFILES \\
16756 dlls/odbccp32/Makefile"
16757 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16758 odbccp32"
16759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16760 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules config.status"
16761 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
16763 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16764 odbccp32_test.exe: \$(TOPOBJDIR)/dlls/odbccp32/tests/odbccp32_test.exe$DLLEXT
16765 cp \$(TOPOBJDIR)/dlls/odbccp32/tests/odbccp32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16766 odbccp32_test.rc:
16767 echo \"odbccp32_test.exe TESTRES \\\"odbccp32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16768 odbccp32_test.res: odbccp32_test.rc odbccp32_test.exe"
16769 ALL_MAKEFILES="$ALL_MAKEFILES \\
16770 dlls/odbccp32/tests/Makefile"
16771 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16772 odbccp32/tests"
16773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16774 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules config.status"
16775 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
16777 ALL_MAKEFILES="$ALL_MAKEFILES \\
16778 dlls/ole2.dll16/Makefile"
16779 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16780 ole2.dll16"
16781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16782 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules config.status"
16783 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
16785 ALL_MAKEFILES="$ALL_MAKEFILES \\
16786 dlls/ole2conv.dll16/Makefile"
16787 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16788 ole2conv.dll16"
16789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16790 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules config.status"
16791 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
16793 ALL_MAKEFILES="$ALL_MAKEFILES \\
16794 dlls/ole2disp.dll16/Makefile"
16795 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16796 ole2disp.dll16"
16797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16798 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules config.status"
16799 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
16801 ALL_MAKEFILES="$ALL_MAKEFILES \\
16802 dlls/ole2nls.dll16/Makefile"
16803 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16804 ole2nls.dll16"
16805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16806 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules config.status"
16807 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
16809 ALL_MAKEFILES="$ALL_MAKEFILES \\
16810 dlls/ole2prox.dll16/Makefile"
16811 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16812 ole2prox.dll16"
16813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16814 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules config.status"
16815 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
16817 ALL_MAKEFILES="$ALL_MAKEFILES \\
16818 dlls/ole2thk.dll16/Makefile"
16819 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16820 ole2thk.dll16"
16821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16822 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules config.status"
16823 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
16825 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16826 ole32/libole32.$IMPLIBEXT"
16827 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16828 ole32/libole32.def ole32/libole32.a ole32/libole32.cross.a: ole32/ole32.spec \$(WINEBUILD)
16829 @cd ole32 && \$(MAKE) \`basename \$@\`"
16830 ALL_MAKEFILES="$ALL_MAKEFILES \\
16831 dlls/ole32/Makefile"
16832 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16833 ole32"
16834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16835 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules config.status"
16836 ac_config_files="$ac_config_files dlls/ole32/Makefile"
16838 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16839 ole32_test.exe: \$(TOPOBJDIR)/dlls/ole32/tests/ole32_test.exe$DLLEXT
16840 cp \$(TOPOBJDIR)/dlls/ole32/tests/ole32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16841 ole32_test.rc:
16842 echo \"ole32_test.exe TESTRES \\\"ole32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16843 ole32_test.res: ole32_test.rc ole32_test.exe"
16844 ALL_MAKEFILES="$ALL_MAKEFILES \\
16845 dlls/ole32/tests/Makefile"
16846 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16847 ole32/tests"
16848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16849 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules config.status"
16850 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
16852 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16853 oleacc/liboleacc.$IMPLIBEXT"
16854 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16855 oleacc/liboleacc.def oleacc/liboleacc.a oleacc/liboleacc.cross.a: oleacc/oleacc.spec \$(WINEBUILD)
16856 @cd oleacc && \$(MAKE) \`basename \$@\`"
16857 ALL_MAKEFILES="$ALL_MAKEFILES \\
16858 dlls/oleacc/Makefile"
16859 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16860 oleacc"
16861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16862 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules config.status"
16863 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
16865 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16866 oleacc_test.exe: \$(TOPOBJDIR)/dlls/oleacc/tests/oleacc_test.exe$DLLEXT
16867 cp \$(TOPOBJDIR)/dlls/oleacc/tests/oleacc_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16868 oleacc_test.rc:
16869 echo \"oleacc_test.exe TESTRES \\\"oleacc_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16870 oleacc_test.res: oleacc_test.rc oleacc_test.exe"
16871 ALL_MAKEFILES="$ALL_MAKEFILES \\
16872 dlls/oleacc/tests/Makefile"
16873 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16874 oleacc/tests"
16875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16876 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules config.status"
16877 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
16879 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16880 oleaut32/liboleaut32.$IMPLIBEXT"
16881 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16882 oleaut32/liboleaut32.def oleaut32/liboleaut32.a oleaut32/liboleaut32.cross.a: oleaut32/oleaut32.spec \$(WINEBUILD)
16883 @cd oleaut32 && \$(MAKE) \`basename \$@\`"
16884 ALL_MAKEFILES="$ALL_MAKEFILES \\
16885 dlls/oleaut32/Makefile"
16886 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16887 oleaut32"
16888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16889 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules config.status"
16890 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
16892 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16893 oleaut32_test.exe: \$(TOPOBJDIR)/dlls/oleaut32/tests/oleaut32_test.exe$DLLEXT
16894 cp \$(TOPOBJDIR)/dlls/oleaut32/tests/oleaut32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16895 oleaut32_test.rc:
16896 echo \"oleaut32_test.exe TESTRES \\\"oleaut32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16897 oleaut32_test.res: oleaut32_test.rc oleaut32_test.exe"
16898 ALL_MAKEFILES="$ALL_MAKEFILES \\
16899 dlls/oleaut32/tests/Makefile"
16900 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16901 oleaut32/tests"
16902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16903 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules config.status"
16904 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
16906 ALL_MAKEFILES="$ALL_MAKEFILES \\
16907 dlls/olecli.dll16/Makefile"
16908 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16909 olecli.dll16"
16910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16911 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules config.status"
16912 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
16914 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16915 olecli32/libolecli32.$IMPLIBEXT"
16916 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16917 olecli32/libolecli32.def olecli32/libolecli32.a olecli32/libolecli32.cross.a: olecli32/olecli32.spec \$(WINEBUILD)
16918 @cd olecli32 && \$(MAKE) \`basename \$@\`"
16919 ALL_MAKEFILES="$ALL_MAKEFILES \\
16920 dlls/olecli32/Makefile"
16921 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16922 olecli32"
16923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16924 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules config.status"
16925 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
16927 ALL_MAKEFILES="$ALL_MAKEFILES \\
16928 dlls/oledb32/Makefile"
16929 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16930 oledb32"
16931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16932 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules config.status"
16933 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
16935 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16936 oledb32_test.exe: \$(TOPOBJDIR)/dlls/oledb32/tests/oledb32_test.exe$DLLEXT
16937 cp \$(TOPOBJDIR)/dlls/oledb32/tests/oledb32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16938 oledb32_test.rc:
16939 echo \"oledb32_test.exe TESTRES \\\"oledb32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16940 oledb32_test.res: oledb32_test.rc oledb32_test.exe"
16941 ALL_MAKEFILES="$ALL_MAKEFILES \\
16942 dlls/oledb32/tests/Makefile"
16943 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16944 oledb32/tests"
16945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16946 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules config.status"
16947 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
16949 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16950 oledlg/liboledlg.$IMPLIBEXT"
16951 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16952 oledlg/liboledlg.def oledlg/liboledlg.a oledlg/liboledlg.cross.a: oledlg/oledlg.spec \$(WINEBUILD)
16953 @cd oledlg && \$(MAKE) \`basename \$@\`"
16954 ALL_MAKEFILES="$ALL_MAKEFILES \\
16955 dlls/oledlg/Makefile"
16956 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16957 oledlg"
16958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16959 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules config.status"
16960 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
16962 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16963 olepro32/libolepro32.$IMPLIBEXT"
16964 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16965 olepro32/libolepro32.def olepro32/libolepro32.a olepro32/libolepro32.cross.a: olepro32/olepro32.spec \$(WINEBUILD)
16966 @cd olepro32 && \$(MAKE) \`basename \$@\`"
16967 ALL_MAKEFILES="$ALL_MAKEFILES \\
16968 dlls/olepro32/Makefile"
16969 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16970 olepro32"
16971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16972 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules config.status"
16973 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
16975 ALL_MAKEFILES="$ALL_MAKEFILES \\
16976 dlls/olesvr.dll16/Makefile"
16977 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16978 olesvr.dll16"
16979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16980 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules config.status"
16981 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
16983 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16984 olesvr32/libolesvr32.$IMPLIBEXT"
16985 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16986 olesvr32/libolesvr32.def olesvr32/libolesvr32.a olesvr32/libolesvr32.cross.a: olesvr32/olesvr32.spec \$(WINEBUILD)
16987 @cd olesvr32 && \$(MAKE) \`basename \$@\`"
16988 ALL_MAKEFILES="$ALL_MAKEFILES \\
16989 dlls/olesvr32/Makefile"
16990 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16991 olesvr32"
16992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16993 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules config.status"
16994 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
16996 ALL_MAKEFILES="$ALL_MAKEFILES \\
16997 dlls/olethk32/Makefile"
16998 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16999 olethk32"
17000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17001 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules config.status"
17002 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
17004 ALL_MAKEFILES="$ALL_MAKEFILES \\
17005 dlls/openal32/Makefile"
17006 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17007 openal32"
17008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17009 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules config.status"
17010 ac_config_files="$ac_config_files dlls/openal32/Makefile"
17012 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17013 opengl32/libopengl32.$IMPLIBEXT"
17014 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17015 opengl32/libopengl32.def opengl32/libopengl32.a opengl32/libopengl32.cross.a: opengl32/opengl32.spec \$(WINEBUILD)
17016 @cd opengl32 && \$(MAKE) \`basename \$@\`"
17017 ALL_MAKEFILES="$ALL_MAKEFILES \\
17018 dlls/opengl32/Makefile"
17019 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17020 opengl32"
17021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17022 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules config.status"
17023 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
17025 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17026 opengl32_test.exe: \$(TOPOBJDIR)/dlls/opengl32/tests/opengl32_test.exe$DLLEXT
17027 cp \$(TOPOBJDIR)/dlls/opengl32/tests/opengl32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17028 opengl32_test.rc:
17029 echo \"opengl32_test.exe TESTRES \\\"opengl32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17030 opengl32_test.res: opengl32_test.rc opengl32_test.exe"
17031 ALL_MAKEFILES="$ALL_MAKEFILES \\
17032 dlls/opengl32/tests/Makefile"
17033 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17034 opengl32/tests"
17035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17036 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules config.status"
17037 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
17039 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17040 pdh/libpdh.$IMPLIBEXT"
17041 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17042 pdh/libpdh.def pdh/libpdh.a pdh/libpdh.cross.a: pdh/pdh.spec \$(WINEBUILD)
17043 @cd pdh && \$(MAKE) \`basename \$@\`"
17044 ALL_MAKEFILES="$ALL_MAKEFILES \\
17045 dlls/pdh/Makefile"
17046 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17047 pdh"
17048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17049 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules config.status"
17050 ac_config_files="$ac_config_files dlls/pdh/Makefile"
17052 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17053 pdh_test.exe: \$(TOPOBJDIR)/dlls/pdh/tests/pdh_test.exe$DLLEXT
17054 cp \$(TOPOBJDIR)/dlls/pdh/tests/pdh_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17055 pdh_test.rc:
17056 echo \"pdh_test.exe TESTRES \\\"pdh_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17057 pdh_test.res: pdh_test.rc pdh_test.exe"
17058 ALL_MAKEFILES="$ALL_MAKEFILES \\
17059 dlls/pdh/tests/Makefile"
17060 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17061 pdh/tests"
17062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17063 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules config.status"
17064 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
17066 ALL_MAKEFILES="$ALL_MAKEFILES \\
17067 dlls/pidgen/Makefile"
17068 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17069 pidgen"
17070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17071 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules config.status"
17072 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
17074 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17075 powrprof/libpowrprof.$IMPLIBEXT"
17076 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17077 powrprof/libpowrprof.def powrprof/libpowrprof.a powrprof/libpowrprof.cross.a: powrprof/powrprof.spec \$(WINEBUILD)
17078 @cd powrprof && \$(MAKE) \`basename \$@\`"
17079 ALL_MAKEFILES="$ALL_MAKEFILES \\
17080 dlls/powrprof/Makefile"
17081 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17082 powrprof"
17083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17084 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules config.status"
17085 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
17087 ALL_MAKEFILES="$ALL_MAKEFILES \\
17088 dlls/printui/Makefile"
17089 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17090 printui"
17091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17092 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules config.status"
17093 ac_config_files="$ac_config_files dlls/printui/Makefile"
17095 ALL_MAKEFILES="$ALL_MAKEFILES \\
17096 dlls/propsys/Makefile"
17097 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17098 propsys"
17099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17100 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules config.status"
17101 ac_config_files="$ac_config_files dlls/propsys/Makefile"
17103 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17104 psapi/libpsapi.$IMPLIBEXT"
17105 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17106 psapi/libpsapi.def psapi/libpsapi.a psapi/libpsapi.cross.a: psapi/psapi.spec \$(WINEBUILD)
17107 @cd psapi && \$(MAKE) \`basename \$@\`"
17108 ALL_MAKEFILES="$ALL_MAKEFILES \\
17109 dlls/psapi/Makefile"
17110 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17111 psapi"
17112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17113 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules config.status"
17114 ac_config_files="$ac_config_files dlls/psapi/Makefile"
17116 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17117 psapi_test.exe: \$(TOPOBJDIR)/dlls/psapi/tests/psapi_test.exe$DLLEXT
17118 cp \$(TOPOBJDIR)/dlls/psapi/tests/psapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17119 psapi_test.rc:
17120 echo \"psapi_test.exe TESTRES \\\"psapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17121 psapi_test.res: psapi_test.rc psapi_test.exe"
17122 ALL_MAKEFILES="$ALL_MAKEFILES \\
17123 dlls/psapi/tests/Makefile"
17124 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17125 psapi/tests"
17126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17127 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules config.status"
17128 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
17130 ALL_MAKEFILES="$ALL_MAKEFILES \\
17131 dlls/pstorec/Makefile"
17132 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17133 pstorec"
17134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17135 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules config.status"
17136 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
17138 ALL_MAKEFILES="$ALL_MAKEFILES \\
17139 dlls/qcap/Makefile"
17140 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17141 qcap"
17142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17143 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules config.status"
17144 ac_config_files="$ac_config_files dlls/qcap/Makefile"
17146 ALL_MAKEFILES="$ALL_MAKEFILES \\
17147 dlls/qedit/Makefile"
17148 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17149 qedit"
17150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17151 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules config.status"
17152 ac_config_files="$ac_config_files dlls/qedit/Makefile"
17154 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17155 qedit_test.exe: \$(TOPOBJDIR)/dlls/qedit/tests/qedit_test.exe$DLLEXT
17156 cp \$(TOPOBJDIR)/dlls/qedit/tests/qedit_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17157 qedit_test.rc:
17158 echo \"qedit_test.exe TESTRES \\\"qedit_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17159 qedit_test.res: qedit_test.rc qedit_test.exe"
17160 ALL_MAKEFILES="$ALL_MAKEFILES \\
17161 dlls/qedit/tests/Makefile"
17162 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17163 qedit/tests"
17164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17165 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules config.status"
17166 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
17168 ALL_MAKEFILES="$ALL_MAKEFILES \\
17169 dlls/qmgr/Makefile"
17170 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17171 qmgr"
17172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17173 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules config.status"
17174 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
17176 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17177 qmgr_test.exe: \$(TOPOBJDIR)/dlls/qmgr/tests/qmgr_test.exe$DLLEXT
17178 cp \$(TOPOBJDIR)/dlls/qmgr/tests/qmgr_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17179 qmgr_test.rc:
17180 echo \"qmgr_test.exe TESTRES \\\"qmgr_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17181 qmgr_test.res: qmgr_test.rc qmgr_test.exe"
17182 ALL_MAKEFILES="$ALL_MAKEFILES \\
17183 dlls/qmgr/tests/Makefile"
17184 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17185 qmgr/tests"
17186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17187 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules config.status"
17188 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
17190 ALL_MAKEFILES="$ALL_MAKEFILES \\
17191 dlls/qmgrprxy/Makefile"
17192 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17193 qmgrprxy"
17194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17195 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules config.status"
17196 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
17198 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17199 quartz/libquartz.$IMPLIBEXT"
17200 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17201 quartz/libquartz.def quartz/libquartz.a quartz/libquartz.cross.a: quartz/quartz.spec \$(WINEBUILD)
17202 @cd quartz && \$(MAKE) \`basename \$@\`"
17203 ALL_MAKEFILES="$ALL_MAKEFILES \\
17204 dlls/quartz/Makefile"
17205 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17206 quartz"
17207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17208 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules config.status"
17209 ac_config_files="$ac_config_files dlls/quartz/Makefile"
17211 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17212 quartz_test.exe: \$(TOPOBJDIR)/dlls/quartz/tests/quartz_test.exe$DLLEXT
17213 cp \$(TOPOBJDIR)/dlls/quartz/tests/quartz_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17214 quartz_test.rc:
17215 echo \"quartz_test.exe TESTRES \\\"quartz_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17216 quartz_test.res: quartz_test.rc quartz_test.exe"
17217 ALL_MAKEFILES="$ALL_MAKEFILES \\
17218 dlls/quartz/tests/Makefile"
17219 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17220 quartz/tests"
17221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17222 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules config.status"
17223 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
17225 ALL_MAKEFILES="$ALL_MAKEFILES \\
17226 dlls/query/Makefile"
17227 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17228 query"
17229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17230 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules config.status"
17231 ac_config_files="$ac_config_files dlls/query/Makefile"
17233 ALL_MAKEFILES="$ALL_MAKEFILES \\
17234 dlls/rasapi16.dll16/Makefile"
17235 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17236 rasapi16.dll16"
17237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17238 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules config.status"
17239 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
17241 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17242 rasapi32/librasapi32.$IMPLIBEXT"
17243 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17244 rasapi32/librasapi32.def rasapi32/librasapi32.a rasapi32/librasapi32.cross.a: rasapi32/rasapi32.spec \$(WINEBUILD)
17245 @cd rasapi32 && \$(MAKE) \`basename \$@\`"
17246 ALL_MAKEFILES="$ALL_MAKEFILES \\
17247 dlls/rasapi32/Makefile"
17248 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17249 rasapi32"
17250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17251 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules config.status"
17252 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
17254 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17255 rasapi32_test.exe: \$(TOPOBJDIR)/dlls/rasapi32/tests/rasapi32_test.exe$DLLEXT
17256 cp \$(TOPOBJDIR)/dlls/rasapi32/tests/rasapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17257 rasapi32_test.rc:
17258 echo \"rasapi32_test.exe TESTRES \\\"rasapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17259 rasapi32_test.res: rasapi32_test.rc rasapi32_test.exe"
17260 ALL_MAKEFILES="$ALL_MAKEFILES \\
17261 dlls/rasapi32/tests/Makefile"
17262 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17263 rasapi32/tests"
17264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17265 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules config.status"
17266 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
17268 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17269 rasdlg/librasdlg.$IMPLIBEXT"
17270 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17271 rasdlg/librasdlg.def rasdlg/librasdlg.a rasdlg/librasdlg.cross.a: rasdlg/rasdlg.spec \$(WINEBUILD)
17272 @cd rasdlg && \$(MAKE) \`basename \$@\`"
17273 ALL_MAKEFILES="$ALL_MAKEFILES \\
17274 dlls/rasdlg/Makefile"
17275 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17276 rasdlg"
17277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17278 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules config.status"
17279 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
17281 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17282 resutils/libresutils.$IMPLIBEXT"
17283 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17284 resutils/libresutils.def resutils/libresutils.a resutils/libresutils.cross.a: resutils/resutils.spec \$(WINEBUILD)
17285 @cd resutils && \$(MAKE) \`basename \$@\`"
17286 ALL_MAKEFILES="$ALL_MAKEFILES \\
17287 dlls/resutils/Makefile"
17288 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17289 resutils"
17290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17291 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules config.status"
17292 ac_config_files="$ac_config_files dlls/resutils/Makefile"
17294 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17295 riched20/libriched20.$IMPLIBEXT"
17296 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17297 riched20/libriched20.def riched20/libriched20.a riched20/libriched20.cross.a: riched20/riched20.spec \$(WINEBUILD)
17298 @cd riched20 && \$(MAKE) \`basename \$@\`"
17299 ALL_MAKEFILES="$ALL_MAKEFILES \\
17300 dlls/riched20/Makefile"
17301 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17302 riched20"
17303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17304 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules config.status"
17305 ac_config_files="$ac_config_files dlls/riched20/Makefile"
17307 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17308 riched20_test.exe: \$(TOPOBJDIR)/dlls/riched20/tests/riched20_test.exe$DLLEXT
17309 cp \$(TOPOBJDIR)/dlls/riched20/tests/riched20_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17310 riched20_test.rc:
17311 echo \"riched20_test.exe TESTRES \\\"riched20_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17312 riched20_test.res: riched20_test.rc riched20_test.exe"
17313 ALL_MAKEFILES="$ALL_MAKEFILES \\
17314 dlls/riched20/tests/Makefile"
17315 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17316 riched20/tests"
17317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17318 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules config.status"
17319 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
17321 ALL_MAKEFILES="$ALL_MAKEFILES \\
17322 dlls/riched32/Makefile"
17323 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17324 riched32"
17325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17326 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules config.status"
17327 ac_config_files="$ac_config_files dlls/riched32/Makefile"
17329 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17330 riched32_test.exe: \$(TOPOBJDIR)/dlls/riched32/tests/riched32_test.exe$DLLEXT
17331 cp \$(TOPOBJDIR)/dlls/riched32/tests/riched32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17332 riched32_test.rc:
17333 echo \"riched32_test.exe TESTRES \\\"riched32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17334 riched32_test.res: riched32_test.rc riched32_test.exe"
17335 ALL_MAKEFILES="$ALL_MAKEFILES \\
17336 dlls/riched32/tests/Makefile"
17337 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17338 riched32/tests"
17339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17340 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules config.status"
17341 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
17343 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17344 rpcrt4/librpcrt4.$IMPLIBEXT"
17345 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17346 rpcrt4/librpcrt4.def rpcrt4/librpcrt4.a rpcrt4/librpcrt4.cross.a: rpcrt4/rpcrt4.spec \$(WINEBUILD)
17347 @cd rpcrt4 && \$(MAKE) \`basename \$@\`"
17348 ALL_MAKEFILES="$ALL_MAKEFILES \\
17349 dlls/rpcrt4/Makefile"
17350 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17351 rpcrt4"
17352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17353 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules config.status"
17354 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
17356 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17357 rpcrt4_test.exe: \$(TOPOBJDIR)/dlls/rpcrt4/tests/rpcrt4_test.exe$DLLEXT
17358 cp \$(TOPOBJDIR)/dlls/rpcrt4/tests/rpcrt4_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17359 rpcrt4_test.rc:
17360 echo \"rpcrt4_test.exe TESTRES \\\"rpcrt4_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17361 rpcrt4_test.res: rpcrt4_test.rc rpcrt4_test.exe"
17362 ALL_MAKEFILES="$ALL_MAKEFILES \\
17363 dlls/rpcrt4/tests/Makefile"
17364 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17365 rpcrt4/tests"
17366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17367 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules config.status"
17368 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
17370 ALL_MAKEFILES="$ALL_MAKEFILES \\
17371 dlls/rsabase/Makefile"
17372 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17373 rsabase"
17374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17375 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules config.status"
17376 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
17378 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17379 rsaenh/librsaenh.$IMPLIBEXT"
17380 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17381 rsaenh/librsaenh.def rsaenh/librsaenh.a rsaenh/librsaenh.cross.a: rsaenh/rsaenh.spec \$(WINEBUILD)
17382 @cd rsaenh && \$(MAKE) \`basename \$@\`"
17383 ALL_MAKEFILES="$ALL_MAKEFILES \\
17384 dlls/rsaenh/Makefile"
17385 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17386 rsaenh"
17387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17388 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules config.status"
17389 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
17391 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17392 rsaenh_test.exe: \$(TOPOBJDIR)/dlls/rsaenh/tests/rsaenh_test.exe$DLLEXT
17393 cp \$(TOPOBJDIR)/dlls/rsaenh/tests/rsaenh_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17394 rsaenh_test.rc:
17395 echo \"rsaenh_test.exe TESTRES \\\"rsaenh_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17396 rsaenh_test.res: rsaenh_test.rc rsaenh_test.exe"
17397 ALL_MAKEFILES="$ALL_MAKEFILES \\
17398 dlls/rsaenh/tests/Makefile"
17399 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17400 rsaenh/tests"
17401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17402 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules config.status"
17403 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
17405 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17406 rtutils/librtutils.$IMPLIBEXT"
17407 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17408 rtutils/librtutils.def rtutils/librtutils.a rtutils/librtutils.cross.a: rtutils/rtutils.spec \$(WINEBUILD)
17409 @cd rtutils && \$(MAKE) \`basename \$@\`"
17410 ALL_MAKEFILES="$ALL_MAKEFILES \\
17411 dlls/rtutils/Makefile"
17412 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17413 rtutils"
17414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17415 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules config.status"
17416 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
17418 ALL_MAKEFILES="$ALL_MAKEFILES \\
17419 dlls/sane.ds/Makefile"
17420 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17421 sane.ds"
17422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17423 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules config.status"
17424 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
17426 ALL_MAKEFILES="$ALL_MAKEFILES \\
17427 dlls/sccbase/Makefile"
17428 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17429 sccbase"
17430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17431 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules config.status"
17432 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
17434 ALL_MAKEFILES="$ALL_MAKEFILES \\
17435 dlls/schannel/Makefile"
17436 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17437 schannel"
17438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17439 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules config.status"
17440 ac_config_files="$ac_config_files dlls/schannel/Makefile"
17442 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17443 schannel_test.exe: \$(TOPOBJDIR)/dlls/schannel/tests/schannel_test.exe$DLLEXT
17444 cp \$(TOPOBJDIR)/dlls/schannel/tests/schannel_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17445 schannel_test.rc:
17446 echo \"schannel_test.exe TESTRES \\\"schannel_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17447 schannel_test.res: schannel_test.rc schannel_test.exe"
17448 ALL_MAKEFILES="$ALL_MAKEFILES \\
17449 dlls/schannel/tests/Makefile"
17450 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17451 schannel/tests"
17452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17453 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules config.status"
17454 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
17456 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17457 secur32/libsecur32.$IMPLIBEXT"
17458 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17459 secur32/libsecur32.def secur32/libsecur32.a secur32/libsecur32.cross.a: secur32/secur32.spec \$(WINEBUILD)
17460 @cd secur32 && \$(MAKE) \`basename \$@\`"
17461 ALL_MAKEFILES="$ALL_MAKEFILES \\
17462 dlls/secur32/Makefile"
17463 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17464 secur32"
17465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17466 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules config.status"
17467 ac_config_files="$ac_config_files dlls/secur32/Makefile"
17469 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17470 secur32_test.exe: \$(TOPOBJDIR)/dlls/secur32/tests/secur32_test.exe$DLLEXT
17471 cp \$(TOPOBJDIR)/dlls/secur32/tests/secur32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17472 secur32_test.rc:
17473 echo \"secur32_test.exe TESTRES \\\"secur32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17474 secur32_test.res: secur32_test.rc secur32_test.exe"
17475 ALL_MAKEFILES="$ALL_MAKEFILES \\
17476 dlls/secur32/tests/Makefile"
17477 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17478 secur32/tests"
17479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17480 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules config.status"
17481 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
17483 ALL_MAKEFILES="$ALL_MAKEFILES \\
17484 dlls/security/Makefile"
17485 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17486 security"
17487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17488 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules config.status"
17489 ac_config_files="$ac_config_files dlls/security/Makefile"
17491 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17492 sensapi/libsensapi.$IMPLIBEXT"
17493 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17494 sensapi/libsensapi.def sensapi/libsensapi.a sensapi/libsensapi.cross.a: sensapi/sensapi.spec \$(WINEBUILD)
17495 @cd sensapi && \$(MAKE) \`basename \$@\`"
17496 ALL_MAKEFILES="$ALL_MAKEFILES \\
17497 dlls/sensapi/Makefile"
17498 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17499 sensapi"
17500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17501 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules config.status"
17502 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
17504 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17505 serialui/libserialui.$IMPLIBEXT"
17506 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17507 serialui/libserialui.def serialui/libserialui.a serialui/libserialui.cross.a: serialui/serialui.spec \$(WINEBUILD)
17508 @cd serialui && \$(MAKE) \`basename \$@\`"
17509 ALL_MAKEFILES="$ALL_MAKEFILES \\
17510 dlls/serialui/Makefile"
17511 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17512 serialui"
17513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17514 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules config.status"
17515 ac_config_files="$ac_config_files dlls/serialui/Makefile"
17517 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17518 serialui_test.exe: \$(TOPOBJDIR)/dlls/serialui/tests/serialui_test.exe$DLLEXT
17519 cp \$(TOPOBJDIR)/dlls/serialui/tests/serialui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17520 serialui_test.rc:
17521 echo \"serialui_test.exe TESTRES \\\"serialui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17522 serialui_test.res: serialui_test.rc serialui_test.exe"
17523 ALL_MAKEFILES="$ALL_MAKEFILES \\
17524 dlls/serialui/tests/Makefile"
17525 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17526 serialui/tests"
17527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17528 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules config.status"
17529 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
17531 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17532 setupapi/libsetupapi.$IMPLIBEXT"
17533 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17534 setupapi/libsetupapi.def setupapi/libsetupapi.a setupapi/libsetupapi.cross.a: setupapi/setupapi.spec \$(WINEBUILD)
17535 @cd setupapi && \$(MAKE) \`basename \$@\`"
17536 ALL_MAKEFILES="$ALL_MAKEFILES \\
17537 dlls/setupapi/Makefile"
17538 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17539 setupapi"
17540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17541 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules config.status"
17542 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
17544 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17545 setupapi_test.exe: \$(TOPOBJDIR)/dlls/setupapi/tests/setupapi_test.exe$DLLEXT
17546 cp \$(TOPOBJDIR)/dlls/setupapi/tests/setupapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17547 setupapi_test.rc:
17548 echo \"setupapi_test.exe TESTRES \\\"setupapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17549 setupapi_test.res: setupapi_test.rc setupapi_test.exe"
17550 ALL_MAKEFILES="$ALL_MAKEFILES \\
17551 dlls/setupapi/tests/Makefile"
17552 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17553 setupapi/tests"
17554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17555 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules config.status"
17556 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
17558 ALL_MAKEFILES="$ALL_MAKEFILES \\
17559 dlls/setupx.dll16/Makefile"
17560 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17561 setupx.dll16"
17562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17563 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules config.status"
17564 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
17566 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17567 sfc/libsfc.$IMPLIBEXT"
17568 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17569 sfc/libsfc.def sfc/libsfc.a sfc/libsfc.cross.a: sfc/sfc.spec \$(WINEBUILD)
17570 @cd sfc && \$(MAKE) \`basename \$@\`"
17571 ALL_MAKEFILES="$ALL_MAKEFILES \\
17572 dlls/sfc/Makefile"
17573 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17574 sfc"
17575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17576 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules config.status"
17577 ac_config_files="$ac_config_files dlls/sfc/Makefile"
17579 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17580 sfc_os/libsfc_os.$IMPLIBEXT"
17581 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17582 sfc_os/libsfc_os.def sfc_os/libsfc_os.a sfc_os/libsfc_os.cross.a: sfc_os/sfc_os.spec \$(WINEBUILD)
17583 @cd sfc_os && \$(MAKE) \`basename \$@\`"
17584 ALL_MAKEFILES="$ALL_MAKEFILES \\
17585 dlls/sfc_os/Makefile"
17586 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17587 sfc_os"
17588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17589 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules config.status"
17590 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
17592 ALL_MAKEFILES="$ALL_MAKEFILES \\
17593 dlls/shdoclc/Makefile"
17594 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17595 shdoclc"
17596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17597 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules config.status"
17598 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
17600 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17601 shdocvw/libshdocvw.$IMPLIBEXT"
17602 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17603 shdocvw/libshdocvw.def shdocvw/libshdocvw.a shdocvw/libshdocvw.cross.a: shdocvw/shdocvw.spec \$(WINEBUILD)
17604 @cd shdocvw && \$(MAKE) \`basename \$@\`"
17605 ALL_MAKEFILES="$ALL_MAKEFILES \\
17606 dlls/shdocvw/Makefile"
17607 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17608 shdocvw"
17609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17610 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules config.status"
17611 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
17613 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17614 shdocvw_test.exe: \$(TOPOBJDIR)/dlls/shdocvw/tests/shdocvw_test.exe$DLLEXT
17615 cp \$(TOPOBJDIR)/dlls/shdocvw/tests/shdocvw_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17616 shdocvw_test.rc:
17617 echo \"shdocvw_test.exe TESTRES \\\"shdocvw_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17618 shdocvw_test.res: shdocvw_test.rc shdocvw_test.exe"
17619 ALL_MAKEFILES="$ALL_MAKEFILES \\
17620 dlls/shdocvw/tests/Makefile"
17621 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17622 shdocvw/tests"
17623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17624 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules config.status"
17625 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
17627 ALL_MAKEFILES="$ALL_MAKEFILES \\
17628 dlls/shell.dll16/Makefile"
17629 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17630 shell.dll16"
17631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17632 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules config.status"
17633 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
17635 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17636 shell32/libshell32.$IMPLIBEXT"
17637 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17638 shell32/libshell32.def shell32/libshell32.a shell32/libshell32.cross.a: shell32/shell32.spec \$(WINEBUILD)
17639 @cd shell32 && \$(MAKE) \`basename \$@\`"
17640 ALL_MAKEFILES="$ALL_MAKEFILES \\
17641 dlls/shell32/Makefile"
17642 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17643 shell32"
17644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17645 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules config.status"
17646 ac_config_files="$ac_config_files dlls/shell32/Makefile"
17648 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17649 shell32_test.exe: \$(TOPOBJDIR)/dlls/shell32/tests/shell32_test.exe$DLLEXT
17650 cp \$(TOPOBJDIR)/dlls/shell32/tests/shell32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17651 shell32_test.rc:
17652 echo \"shell32_test.exe TESTRES \\\"shell32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17653 shell32_test.res: shell32_test.rc shell32_test.exe"
17654 ALL_MAKEFILES="$ALL_MAKEFILES \\
17655 dlls/shell32/tests/Makefile"
17656 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17657 shell32/tests"
17658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17659 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules config.status"
17660 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
17662 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17663 shfolder/libshfolder.$IMPLIBEXT"
17664 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17665 shfolder/libshfolder.def shfolder/libshfolder.a shfolder/libshfolder.cross.a: shfolder/shfolder.spec \$(WINEBUILD)
17666 @cd shfolder && \$(MAKE) \`basename \$@\`"
17667 ALL_MAKEFILES="$ALL_MAKEFILES \\
17668 dlls/shfolder/Makefile"
17669 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17670 shfolder"
17671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17672 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules config.status"
17673 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
17675 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17676 shlwapi/libshlwapi.$IMPLIBEXT"
17677 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17678 shlwapi/libshlwapi.def shlwapi/libshlwapi.a shlwapi/libshlwapi.cross.a: shlwapi/shlwapi.spec \$(WINEBUILD)
17679 @cd shlwapi && \$(MAKE) \`basename \$@\`"
17680 ALL_MAKEFILES="$ALL_MAKEFILES \\
17681 dlls/shlwapi/Makefile"
17682 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17683 shlwapi"
17684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17685 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules config.status"
17686 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
17688 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17689 shlwapi_test.exe: \$(TOPOBJDIR)/dlls/shlwapi/tests/shlwapi_test.exe$DLLEXT
17690 cp \$(TOPOBJDIR)/dlls/shlwapi/tests/shlwapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17691 shlwapi_test.rc:
17692 echo \"shlwapi_test.exe TESTRES \\\"shlwapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17693 shlwapi_test.res: shlwapi_test.rc shlwapi_test.exe"
17694 ALL_MAKEFILES="$ALL_MAKEFILES \\
17695 dlls/shlwapi/tests/Makefile"
17696 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17697 shlwapi/tests"
17698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17699 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules config.status"
17700 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
17702 ALL_MAKEFILES="$ALL_MAKEFILES \\
17703 dlls/slbcsp/Makefile"
17704 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17705 slbcsp"
17706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17707 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules config.status"
17708 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
17710 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17711 slc/libslc.$IMPLIBEXT"
17712 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17713 slc/libslc.def slc/libslc.a slc/libslc.cross.a: slc/slc.spec \$(WINEBUILD)
17714 @cd slc && \$(MAKE) \`basename \$@\`"
17715 ALL_MAKEFILES="$ALL_MAKEFILES \\
17716 dlls/slc/Makefile"
17717 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17718 slc"
17719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17720 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules config.status"
17721 ac_config_files="$ac_config_files dlls/slc/Makefile"
17723 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17724 snmpapi/libsnmpapi.$IMPLIBEXT"
17725 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17726 snmpapi/libsnmpapi.def snmpapi/libsnmpapi.a snmpapi/libsnmpapi.cross.a: snmpapi/snmpapi.spec \$(WINEBUILD)
17727 @cd snmpapi && \$(MAKE) \`basename \$@\`"
17728 ALL_MAKEFILES="$ALL_MAKEFILES \\
17729 dlls/snmpapi/Makefile"
17730 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17731 snmpapi"
17732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17733 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules config.status"
17734 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
17736 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17737 snmpapi_test.exe: \$(TOPOBJDIR)/dlls/snmpapi/tests/snmpapi_test.exe$DLLEXT
17738 cp \$(TOPOBJDIR)/dlls/snmpapi/tests/snmpapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17739 snmpapi_test.rc:
17740 echo \"snmpapi_test.exe TESTRES \\\"snmpapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17741 snmpapi_test.res: snmpapi_test.rc snmpapi_test.exe"
17742 ALL_MAKEFILES="$ALL_MAKEFILES \\
17743 dlls/snmpapi/tests/Makefile"
17744 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17745 snmpapi/tests"
17746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17747 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules config.status"
17748 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
17750 ALL_MAKEFILES="$ALL_MAKEFILES \\
17751 dlls/softpub/Makefile"
17752 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17753 softpub"
17754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17755 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules config.status"
17756 ac_config_files="$ac_config_files dlls/softpub/Makefile"
17758 ALL_MAKEFILES="$ALL_MAKEFILES \\
17759 dlls/sound.drv16/Makefile"
17760 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17761 sound.drv16"
17762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17763 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules config.status"
17764 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
17766 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17767 spoolss/libspoolss.$IMPLIBEXT"
17768 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17769 spoolss/libspoolss.def spoolss/libspoolss.a spoolss/libspoolss.cross.a: spoolss/spoolss.spec \$(WINEBUILD)
17770 @cd spoolss && \$(MAKE) \`basename \$@\`"
17771 ALL_MAKEFILES="$ALL_MAKEFILES \\
17772 dlls/spoolss/Makefile"
17773 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17774 spoolss"
17775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17776 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules config.status"
17777 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
17779 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17780 spoolss_test.exe: \$(TOPOBJDIR)/dlls/spoolss/tests/spoolss_test.exe$DLLEXT
17781 cp \$(TOPOBJDIR)/dlls/spoolss/tests/spoolss_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17782 spoolss_test.rc:
17783 echo \"spoolss_test.exe TESTRES \\\"spoolss_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17784 spoolss_test.res: spoolss_test.rc spoolss_test.exe"
17785 ALL_MAKEFILES="$ALL_MAKEFILES \\
17786 dlls/spoolss/tests/Makefile"
17787 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17788 spoolss/tests"
17789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17790 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules config.status"
17791 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
17793 ALL_MAKEFILES="$ALL_MAKEFILES \\
17794 dlls/stdole2.tlb/Makefile"
17795 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17796 stdole2.tlb"
17797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17798 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules config.status"
17799 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
17801 ALL_MAKEFILES="$ALL_MAKEFILES \\
17802 dlls/stdole32.tlb/Makefile"
17803 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17804 stdole32.tlb"
17805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17806 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules config.status"
17807 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
17809 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17810 sti/libsti.$IMPLIBEXT"
17811 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17812 sti/libsti.def sti/libsti.a sti/libsti.cross.a: sti/sti.spec \$(WINEBUILD)
17813 @cd sti && \$(MAKE) \`basename \$@\`"
17814 ALL_MAKEFILES="$ALL_MAKEFILES \\
17815 dlls/sti/Makefile"
17816 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17817 sti"
17818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17819 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules config.status"
17820 ac_config_files="$ac_config_files dlls/sti/Makefile"
17822 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17823 sti_test.exe: \$(TOPOBJDIR)/dlls/sti/tests/sti_test.exe$DLLEXT
17824 cp \$(TOPOBJDIR)/dlls/sti/tests/sti_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17825 sti_test.rc:
17826 echo \"sti_test.exe TESTRES \\\"sti_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17827 sti_test.res: sti_test.rc sti_test.exe"
17828 ALL_MAKEFILES="$ALL_MAKEFILES \\
17829 dlls/sti/tests/Makefile"
17830 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17831 sti/tests"
17832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17833 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules config.status"
17834 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
17836 ALL_MAKEFILES="$ALL_MAKEFILES \\
17837 dlls/storage.dll16/Makefile"
17838 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17839 storage.dll16"
17840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17841 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules config.status"
17842 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
17844 ALL_MAKEFILES="$ALL_MAKEFILES \\
17845 dlls/stress.dll16/Makefile"
17846 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17847 stress.dll16"
17848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17849 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules config.status"
17850 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
17852 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
17853 strmiids/libstrmiids.a"
17854 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17855 strmiids/libstrmiids.a: strmiids
17856 strmiids/libstrmiids.cross.a: dummy
17857 @cd strmiids && \$(MAKE) libstrmiids.cross.a"
17858 ALL_MAKEFILES="$ALL_MAKEFILES \\
17859 dlls/strmiids/Makefile"
17860 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17861 strmiids"
17862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17863 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules config.status"
17864 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
17866 ALL_MAKEFILES="$ALL_MAKEFILES \\
17867 dlls/svrapi/Makefile"
17868 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17869 svrapi"
17870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17871 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules config.status"
17872 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
17874 ALL_MAKEFILES="$ALL_MAKEFILES \\
17875 dlls/sxs/Makefile"
17876 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17877 sxs"
17878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17879 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules config.status"
17880 ac_config_files="$ac_config_files dlls/sxs/Makefile"
17882 ALL_MAKEFILES="$ALL_MAKEFILES \\
17883 dlls/system.drv16/Makefile"
17884 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17885 system.drv16"
17886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17887 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules config.status"
17888 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
17890 ALL_MAKEFILES="$ALL_MAKEFILES \\
17891 dlls/t2embed/Makefile"
17892 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17893 t2embed"
17894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17895 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules config.status"
17896 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
17898 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17899 tapi32/libtapi32.$IMPLIBEXT"
17900 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17901 tapi32/libtapi32.def tapi32/libtapi32.a tapi32/libtapi32.cross.a: tapi32/tapi32.spec \$(WINEBUILD)
17902 @cd tapi32 && \$(MAKE) \`basename \$@\`"
17903 ALL_MAKEFILES="$ALL_MAKEFILES \\
17904 dlls/tapi32/Makefile"
17905 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17906 tapi32"
17907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17908 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules config.status"
17909 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
17911 ALL_MAKEFILES="$ALL_MAKEFILES \\
17912 dlls/toolhelp.dll16/Makefile"
17913 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17914 toolhelp.dll16"
17915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17916 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules config.status"
17917 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
17919 ALL_MAKEFILES="$ALL_MAKEFILES \\
17920 dlls/traffic/Makefile"
17921 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17922 traffic"
17923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17924 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules config.status"
17925 ac_config_files="$ac_config_files dlls/traffic/Makefile"
17927 ALL_MAKEFILES="$ALL_MAKEFILES \\
17928 dlls/twain.dll16/Makefile"
17929 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17930 twain.dll16"
17931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17932 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules config.status"
17933 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
17935 ALL_MAKEFILES="$ALL_MAKEFILES \\
17936 dlls/twain_32/Makefile"
17937 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17938 twain_32"
17939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17940 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules config.status"
17941 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
17943 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17944 twain_32_test.exe: \$(TOPOBJDIR)/dlls/twain_32/tests/twain_32_test.exe$DLLEXT
17945 cp \$(TOPOBJDIR)/dlls/twain_32/tests/twain_32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17946 twain_32_test.rc:
17947 echo \"twain_32_test.exe TESTRES \\\"twain_32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17948 twain_32_test.res: twain_32_test.rc twain_32_test.exe"
17949 ALL_MAKEFILES="$ALL_MAKEFILES \\
17950 dlls/twain_32/tests/Makefile"
17951 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17952 twain_32/tests"
17953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17954 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules config.status"
17955 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
17957 ALL_MAKEFILES="$ALL_MAKEFILES \\
17958 dlls/typelib.dll16/Makefile"
17959 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17960 typelib.dll16"
17961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17962 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules config.status"
17963 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
17965 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17966 unicows/libunicows.$IMPLIBEXT"
17967 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17968 unicows/libunicows.def unicows/libunicows.a unicows/libunicows.cross.a: unicows/unicows.spec \$(WINEBUILD)
17969 @cd unicows && \$(MAKE) \`basename \$@\`"
17970 ALL_MAKEFILES="$ALL_MAKEFILES \\
17971 dlls/unicows/Makefile"
17972 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17973 unicows"
17974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17975 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules config.status"
17976 ac_config_files="$ac_config_files dlls/unicows/Makefile"
17978 ALL_MAKEFILES="$ALL_MAKEFILES \\
17979 dlls/updspapi/Makefile"
17980 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17981 updspapi"
17982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17983 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules config.status"
17984 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
17986 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17987 url/liburl.$IMPLIBEXT"
17988 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17989 url/liburl.def url/liburl.a url/liburl.cross.a: url/url.spec \$(WINEBUILD)
17990 @cd url && \$(MAKE) \`basename \$@\`"
17991 ALL_MAKEFILES="$ALL_MAKEFILES \\
17992 dlls/url/Makefile"
17993 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17994 url"
17995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17996 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules config.status"
17997 ac_config_files="$ac_config_files dlls/url/Makefile"
17999 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18000 urlmon/liburlmon.$IMPLIBEXT"
18001 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18002 urlmon/liburlmon.def urlmon/liburlmon.a urlmon/liburlmon.cross.a: urlmon/urlmon.spec \$(WINEBUILD)
18003 @cd urlmon && \$(MAKE) \`basename \$@\`"
18004 ALL_MAKEFILES="$ALL_MAKEFILES \\
18005 dlls/urlmon/Makefile"
18006 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18007 urlmon"
18008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18009 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules config.status"
18010 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
18012 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18013 urlmon_test.exe: \$(TOPOBJDIR)/dlls/urlmon/tests/urlmon_test.exe$DLLEXT
18014 cp \$(TOPOBJDIR)/dlls/urlmon/tests/urlmon_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18015 urlmon_test.rc:
18016 echo \"urlmon_test.exe TESTRES \\\"urlmon_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18017 urlmon_test.res: urlmon_test.rc urlmon_test.exe"
18018 ALL_MAKEFILES="$ALL_MAKEFILES \\
18019 dlls/urlmon/tests/Makefile"
18020 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18021 urlmon/tests"
18022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18023 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules config.status"
18024 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
18026 ALL_MAKEFILES="$ALL_MAKEFILES \\
18027 dlls/user.exe16/Makefile"
18028 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18029 user.exe16"
18030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18031 dlls/user.exe16/Makefile: dlls/user.exe16/Makefile.in dlls/Makedll.rules config.status"
18032 ac_config_files="$ac_config_files dlls/user.exe16/Makefile"
18034 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18035 user32/libuser32.$IMPLIBEXT"
18036 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18037 user32/libuser32.def user32/libuser32.a user32/libuser32.cross.a: user32/user32.spec \$(WINEBUILD)
18038 @cd user32 && \$(MAKE) \`basename \$@\`"
18039 ALL_MAKEFILES="$ALL_MAKEFILES \\
18040 dlls/user32/Makefile"
18041 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18042 user32"
18043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18044 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules config.status"
18045 ac_config_files="$ac_config_files dlls/user32/Makefile"
18047 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18048 user32_test.exe: \$(TOPOBJDIR)/dlls/user32/tests/user32_test.exe$DLLEXT
18049 cp \$(TOPOBJDIR)/dlls/user32/tests/user32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18050 user32_test.rc:
18051 echo \"user32_test.exe TESTRES \\\"user32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18052 user32_test.res: user32_test.rc user32_test.exe"
18053 ALL_MAKEFILES="$ALL_MAKEFILES \\
18054 dlls/user32/tests/Makefile"
18055 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18056 user32/tests"
18057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18058 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules config.status"
18059 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
18061 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18062 userenv/libuserenv.$IMPLIBEXT"
18063 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18064 userenv/libuserenv.def userenv/libuserenv.a userenv/libuserenv.cross.a: userenv/userenv.spec \$(WINEBUILD)
18065 @cd userenv && \$(MAKE) \`basename \$@\`"
18066 ALL_MAKEFILES="$ALL_MAKEFILES \\
18067 dlls/userenv/Makefile"
18068 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18069 userenv"
18070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18071 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules config.status"
18072 ac_config_files="$ac_config_files dlls/userenv/Makefile"
18074 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18075 userenv_test.exe: \$(TOPOBJDIR)/dlls/userenv/tests/userenv_test.exe$DLLEXT
18076 cp \$(TOPOBJDIR)/dlls/userenv/tests/userenv_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18077 userenv_test.rc:
18078 echo \"userenv_test.exe TESTRES \\\"userenv_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18079 userenv_test.res: userenv_test.rc userenv_test.exe"
18080 ALL_MAKEFILES="$ALL_MAKEFILES \\
18081 dlls/userenv/tests/Makefile"
18082 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18083 userenv/tests"
18084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18085 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules config.status"
18086 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
18088 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18089 usp10/libusp10.$IMPLIBEXT"
18090 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18091 usp10/libusp10.def usp10/libusp10.a usp10/libusp10.cross.a: usp10/usp10.spec \$(WINEBUILD)
18092 @cd usp10 && \$(MAKE) \`basename \$@\`"
18093 ALL_MAKEFILES="$ALL_MAKEFILES \\
18094 dlls/usp10/Makefile"
18095 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18096 usp10"
18097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18098 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules config.status"
18099 ac_config_files="$ac_config_files dlls/usp10/Makefile"
18101 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18102 usp10_test.exe: \$(TOPOBJDIR)/dlls/usp10/tests/usp10_test.exe$DLLEXT
18103 cp \$(TOPOBJDIR)/dlls/usp10/tests/usp10_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18104 usp10_test.rc:
18105 echo \"usp10_test.exe TESTRES \\\"usp10_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18106 usp10_test.res: usp10_test.rc usp10_test.exe"
18107 ALL_MAKEFILES="$ALL_MAKEFILES \\
18108 dlls/usp10/tests/Makefile"
18109 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18110 usp10/tests"
18111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18112 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules config.status"
18113 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
18115 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
18116 uuid/libuuid.a"
18117 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18118 uuid/libuuid.a: uuid
18119 uuid/libuuid.cross.a: dummy
18120 @cd uuid && \$(MAKE) libuuid.cross.a"
18121 ALL_MAKEFILES="$ALL_MAKEFILES \\
18122 dlls/uuid/Makefile"
18123 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
18124 uuid"
18125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18126 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules config.status"
18127 ac_config_files="$ac_config_files dlls/uuid/Makefile"
18129 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18130 uxtheme/libuxtheme.$IMPLIBEXT"
18131 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18132 uxtheme/libuxtheme.def uxtheme/libuxtheme.a uxtheme/libuxtheme.cross.a: uxtheme/uxtheme.spec \$(WINEBUILD)
18133 @cd uxtheme && \$(MAKE) \`basename \$@\`"
18134 ALL_MAKEFILES="$ALL_MAKEFILES \\
18135 dlls/uxtheme/Makefile"
18136 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18137 uxtheme"
18138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18139 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules config.status"
18140 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
18142 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18143 uxtheme_test.exe: \$(TOPOBJDIR)/dlls/uxtheme/tests/uxtheme_test.exe$DLLEXT
18144 cp \$(TOPOBJDIR)/dlls/uxtheme/tests/uxtheme_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18145 uxtheme_test.rc:
18146 echo \"uxtheme_test.exe TESTRES \\\"uxtheme_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18147 uxtheme_test.res: uxtheme_test.rc uxtheme_test.exe"
18148 ALL_MAKEFILES="$ALL_MAKEFILES \\
18149 dlls/uxtheme/tests/Makefile"
18150 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18151 uxtheme/tests"
18152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18153 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules config.status"
18154 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
18156 ALL_MAKEFILES="$ALL_MAKEFILES \\
18157 dlls/vdhcp.vxd/Makefile"
18158 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18159 vdhcp.vxd"
18160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18161 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules config.status"
18162 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
18164 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18165 vdmdbg/libvdmdbg.$IMPLIBEXT"
18166 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18167 vdmdbg/libvdmdbg.def vdmdbg/libvdmdbg.a vdmdbg/libvdmdbg.cross.a: vdmdbg/vdmdbg.spec \$(WINEBUILD)
18168 @cd vdmdbg && \$(MAKE) \`basename \$@\`"
18169 ALL_MAKEFILES="$ALL_MAKEFILES \\
18170 dlls/vdmdbg/Makefile"
18171 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18172 vdmdbg"
18173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18174 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules config.status"
18175 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
18177 ALL_MAKEFILES="$ALL_MAKEFILES \\
18178 dlls/ver.dll16/Makefile"
18179 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18180 ver.dll16"
18181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18182 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules config.status"
18183 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
18185 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18186 version/libversion.$IMPLIBEXT"
18187 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18188 version/libversion.def version/libversion.a version/libversion.cross.a: version/version.spec \$(WINEBUILD)
18189 @cd version && \$(MAKE) \`basename \$@\`"
18190 ALL_MAKEFILES="$ALL_MAKEFILES \\
18191 dlls/version/Makefile"
18192 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18193 version"
18194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18195 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules config.status"
18196 ac_config_files="$ac_config_files dlls/version/Makefile"
18198 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18199 version_test.exe: \$(TOPOBJDIR)/dlls/version/tests/version_test.exe$DLLEXT
18200 cp \$(TOPOBJDIR)/dlls/version/tests/version_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18201 version_test.rc:
18202 echo \"version_test.exe TESTRES \\\"version_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18203 version_test.res: version_test.rc version_test.exe"
18204 ALL_MAKEFILES="$ALL_MAKEFILES \\
18205 dlls/version/tests/Makefile"
18206 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18207 version/tests"
18208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18209 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules config.status"
18210 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
18212 ALL_MAKEFILES="$ALL_MAKEFILES \\
18213 dlls/vmm.vxd/Makefile"
18214 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18215 vmm.vxd"
18216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18217 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules config.status"
18218 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
18220 ALL_MAKEFILES="$ALL_MAKEFILES \\
18221 dlls/vnbt.vxd/Makefile"
18222 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18223 vnbt.vxd"
18224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18225 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules config.status"
18226 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
18228 ALL_MAKEFILES="$ALL_MAKEFILES \\
18229 dlls/vnetbios.vxd/Makefile"
18230 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18231 vnetbios.vxd"
18232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18233 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules config.status"
18234 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
18236 ALL_MAKEFILES="$ALL_MAKEFILES \\
18237 dlls/vtdapi.vxd/Makefile"
18238 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18239 vtdapi.vxd"
18240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18241 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules config.status"
18242 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
18244 ALL_MAKEFILES="$ALL_MAKEFILES \\
18245 dlls/vwin32.vxd/Makefile"
18246 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18247 vwin32.vxd"
18248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18249 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules config.status"
18250 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
18252 ALL_MAKEFILES="$ALL_MAKEFILES \\
18253 dlls/w32skrnl/Makefile"
18254 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18255 w32skrnl"
18256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18257 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules config.status"
18258 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
18260 ALL_MAKEFILES="$ALL_MAKEFILES \\
18261 dlls/w32sys.dll16/Makefile"
18262 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18263 w32sys.dll16"
18264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18265 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules config.status"
18266 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
18268 ALL_MAKEFILES="$ALL_MAKEFILES \\
18269 dlls/wbemprox/Makefile"
18270 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18271 wbemprox"
18272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18273 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules config.status"
18274 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
18276 ALL_MAKEFILES="$ALL_MAKEFILES \\
18277 dlls/wiaservc/Makefile"
18278 test "x$enable_wiaservc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18279 wiaservc"
18280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18281 dlls/wiaservc/Makefile: dlls/wiaservc/Makefile.in dlls/Makedll.rules config.status"
18282 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
18284 ALL_MAKEFILES="$ALL_MAKEFILES \\
18285 dlls/win32s16.dll16/Makefile"
18286 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18287 win32s16.dll16"
18288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18289 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules config.status"
18290 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
18292 ALL_MAKEFILES="$ALL_MAKEFILES \\
18293 dlls/win87em.dll16/Makefile"
18294 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18295 win87em.dll16"
18296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18297 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules config.status"
18298 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
18300 ALL_MAKEFILES="$ALL_MAKEFILES \\
18301 dlls/winaspi.dll16/Makefile"
18302 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18303 winaspi.dll16"
18304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18305 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules config.status"
18306 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
18308 ALL_MAKEFILES="$ALL_MAKEFILES \\
18309 dlls/windebug.dll16/Makefile"
18310 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18311 windebug.dll16"
18312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18313 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules config.status"
18314 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
18316 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18317 windowscodecs/libwindowscodecs.$IMPLIBEXT"
18318 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18319 windowscodecs/libwindowscodecs.def windowscodecs/libwindowscodecs.a windowscodecs/libwindowscodecs.cross.a: windowscodecs/windowscodecs.spec \$(WINEBUILD)
18320 @cd windowscodecs && \$(MAKE) \`basename \$@\`"
18321 ALL_MAKEFILES="$ALL_MAKEFILES \\
18322 dlls/windowscodecs/Makefile"
18323 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18324 windowscodecs"
18325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18326 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules config.status"
18327 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
18329 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18330 windowscodecs_test.exe: \$(TOPOBJDIR)/dlls/windowscodecs/tests/windowscodecs_test.exe$DLLEXT
18331 cp \$(TOPOBJDIR)/dlls/windowscodecs/tests/windowscodecs_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18332 windowscodecs_test.rc:
18333 echo \"windowscodecs_test.exe TESTRES \\\"windowscodecs_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18334 windowscodecs_test.res: windowscodecs_test.rc windowscodecs_test.exe"
18335 ALL_MAKEFILES="$ALL_MAKEFILES \\
18336 dlls/windowscodecs/tests/Makefile"
18337 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18338 windowscodecs/tests"
18339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18340 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules config.status"
18341 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
18343 ALL_MAKEFILES="$ALL_MAKEFILES \\
18344 dlls/winealsa.drv/Makefile"
18345 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18346 winealsa.drv"
18347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18348 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules config.status"
18349 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
18351 ALL_MAKEFILES="$ALL_MAKEFILES \\
18352 dlls/wineaudioio.drv/Makefile"
18353 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18354 wineaudioio.drv"
18355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18356 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules config.status"
18357 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
18359 ALL_MAKEFILES="$ALL_MAKEFILES \\
18360 dlls/winecoreaudio.drv/Makefile"
18361 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18362 winecoreaudio.drv"
18363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18364 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules config.status"
18365 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
18367 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
18368 winecrt0/libwinecrt0.a"
18369 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18370 winecrt0/libwinecrt0.a: winecrt0
18371 winecrt0/libwinecrt0.cross.a: dummy
18372 @cd winecrt0 && \$(MAKE) libwinecrt0.cross.a"
18373 ALL_MAKEFILES="$ALL_MAKEFILES \\
18374 dlls/winecrt0/Makefile"
18375 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
18376 winecrt0"
18377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18378 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules config.status"
18379 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
18381 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18382 wined3d/libwined3d.$IMPLIBEXT"
18383 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18384 wined3d/libwined3d.def wined3d/libwined3d.a wined3d/libwined3d.cross.a: wined3d/wined3d.spec \$(WINEBUILD)
18385 @cd wined3d && \$(MAKE) \`basename \$@\`"
18386 ALL_MAKEFILES="$ALL_MAKEFILES \\
18387 dlls/wined3d/Makefile"
18388 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18389 wined3d"
18390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18391 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules config.status"
18392 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
18394 ALL_MAKEFILES="$ALL_MAKEFILES \\
18395 dlls/wineesd.drv/Makefile"
18396 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18397 wineesd.drv"
18398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18399 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules config.status"
18400 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
18402 ALL_MAKEFILES="$ALL_MAKEFILES \\
18403 dlls/winejack.drv/Makefile"
18404 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18405 winejack.drv"
18406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18407 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules config.status"
18408 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
18410 ALL_MAKEFILES="$ALL_MAKEFILES \\
18411 dlls/winejoystick.drv/Makefile"
18412 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18413 winejoystick.drv"
18414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18415 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules config.status"
18416 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
18418 ALL_MAKEFILES="$ALL_MAKEFILES \\
18419 dlls/winemapi/Makefile"
18420 test "x$enable_winemapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18421 winemapi"
18422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18423 dlls/winemapi/Makefile: dlls/winemapi/Makefile.in dlls/Makedll.rules config.status"
18424 ac_config_files="$ac_config_files dlls/winemapi/Makefile"
18426 ALL_MAKEFILES="$ALL_MAKEFILES \\
18427 dlls/winemp3.acm/Makefile"
18428 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18429 winemp3.acm"
18430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18431 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules config.status"
18432 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
18434 ALL_MAKEFILES="$ALL_MAKEFILES \\
18435 dlls/winenas.drv/Makefile"
18436 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18437 winenas.drv"
18438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18439 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules config.status"
18440 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
18442 ALL_MAKEFILES="$ALL_MAKEFILES \\
18443 dlls/wineoss.drv/Makefile"
18444 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18445 wineoss.drv"
18446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18447 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules config.status"
18448 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
18450 ALL_MAKEFILES="$ALL_MAKEFILES \\
18451 dlls/wineps.drv/Makefile"
18452 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18453 wineps.drv"
18454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18455 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules config.status"
18456 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
18458 ALL_MAKEFILES="$ALL_MAKEFILES \\
18459 dlls/wineps16.drv16/Makefile"
18460 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18461 wineps16.drv16"
18462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18463 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules config.status"
18464 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
18466 ALL_MAKEFILES="$ALL_MAKEFILES \\
18467 dlls/winequartz.drv/Makefile"
18468 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18469 winequartz.drv"
18470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18471 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules config.status"
18472 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
18474 ALL_MAKEFILES="$ALL_MAKEFILES \\
18475 dlls/winex11.drv/Makefile"
18476 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18477 winex11.drv"
18478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18479 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules config.status"
18480 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
18482 ALL_MAKEFILES="$ALL_MAKEFILES \\
18483 dlls/wing.dll16/Makefile"
18484 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18485 wing.dll16"
18486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18487 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules config.status"
18488 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
18490 ALL_MAKEFILES="$ALL_MAKEFILES \\
18491 dlls/wing32/Makefile"
18492 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18493 wing32"
18494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18495 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules config.status"
18496 ac_config_files="$ac_config_files dlls/wing32/Makefile"
18498 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18499 winhttp/libwinhttp.$IMPLIBEXT"
18500 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18501 winhttp/libwinhttp.def winhttp/libwinhttp.a winhttp/libwinhttp.cross.a: winhttp/winhttp.spec \$(WINEBUILD)
18502 @cd winhttp && \$(MAKE) \`basename \$@\`"
18503 ALL_MAKEFILES="$ALL_MAKEFILES \\
18504 dlls/winhttp/Makefile"
18505 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18506 winhttp"
18507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18508 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules config.status"
18509 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
18511 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18512 winhttp_test.exe: \$(TOPOBJDIR)/dlls/winhttp/tests/winhttp_test.exe$DLLEXT
18513 cp \$(TOPOBJDIR)/dlls/winhttp/tests/winhttp_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18514 winhttp_test.rc:
18515 echo \"winhttp_test.exe TESTRES \\\"winhttp_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18516 winhttp_test.res: winhttp_test.rc winhttp_test.exe"
18517 ALL_MAKEFILES="$ALL_MAKEFILES \\
18518 dlls/winhttp/tests/Makefile"
18519 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18520 winhttp/tests"
18521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18522 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules config.status"
18523 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
18525 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18526 wininet/libwininet.$IMPLIBEXT"
18527 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18528 wininet/libwininet.def wininet/libwininet.a wininet/libwininet.cross.a: wininet/wininet.spec \$(WINEBUILD)
18529 @cd wininet && \$(MAKE) \`basename \$@\`"
18530 ALL_MAKEFILES="$ALL_MAKEFILES \\
18531 dlls/wininet/Makefile"
18532 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18533 wininet"
18534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18535 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules config.status"
18536 ac_config_files="$ac_config_files dlls/wininet/Makefile"
18538 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18539 wininet_test.exe: \$(TOPOBJDIR)/dlls/wininet/tests/wininet_test.exe$DLLEXT
18540 cp \$(TOPOBJDIR)/dlls/wininet/tests/wininet_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18541 wininet_test.rc:
18542 echo \"wininet_test.exe TESTRES \\\"wininet_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18543 wininet_test.res: wininet_test.rc wininet_test.exe"
18544 ALL_MAKEFILES="$ALL_MAKEFILES \\
18545 dlls/wininet/tests/Makefile"
18546 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18547 wininet/tests"
18548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18549 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules config.status"
18550 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
18552 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18553 winmm/libwinmm.$IMPLIBEXT"
18554 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18555 winmm/libwinmm.def winmm/libwinmm.a winmm/libwinmm.cross.a: winmm/winmm.spec \$(WINEBUILD)
18556 @cd winmm && \$(MAKE) \`basename \$@\`"
18557 ALL_MAKEFILES="$ALL_MAKEFILES \\
18558 dlls/winmm/Makefile"
18559 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18560 winmm"
18561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18562 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules config.status"
18563 ac_config_files="$ac_config_files dlls/winmm/Makefile"
18565 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18566 winmm_test.exe: \$(TOPOBJDIR)/dlls/winmm/tests/winmm_test.exe$DLLEXT
18567 cp \$(TOPOBJDIR)/dlls/winmm/tests/winmm_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18568 winmm_test.rc:
18569 echo \"winmm_test.exe TESTRES \\\"winmm_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18570 winmm_test.res: winmm_test.rc winmm_test.exe"
18571 ALL_MAKEFILES="$ALL_MAKEFILES \\
18572 dlls/winmm/tests/Makefile"
18573 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18574 winmm/tests"
18575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18576 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules config.status"
18577 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
18579 ALL_MAKEFILES="$ALL_MAKEFILES \\
18580 dlls/winnls.dll16/Makefile"
18581 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18582 winnls.dll16"
18583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18584 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules config.status"
18585 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
18587 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18588 winnls32/libwinnls32.$IMPLIBEXT"
18589 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18590 winnls32/libwinnls32.def winnls32/libwinnls32.a winnls32/libwinnls32.cross.a: winnls32/winnls32.spec \$(WINEBUILD)
18591 @cd winnls32 && \$(MAKE) \`basename \$@\`"
18592 ALL_MAKEFILES="$ALL_MAKEFILES \\
18593 dlls/winnls32/Makefile"
18594 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18595 winnls32"
18596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18597 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules config.status"
18598 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
18600 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18601 winscard/libwinscard.$IMPLIBEXT"
18602 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18603 winscard/libwinscard.def winscard/libwinscard.a winscard/libwinscard.cross.a: winscard/winscard.spec \$(WINEBUILD)
18604 @cd winscard && \$(MAKE) \`basename \$@\`"
18605 ALL_MAKEFILES="$ALL_MAKEFILES \\
18606 dlls/winscard/Makefile"
18607 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18608 winscard"
18609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18610 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules config.status"
18611 ac_config_files="$ac_config_files dlls/winscard/Makefile"
18613 ALL_MAKEFILES="$ALL_MAKEFILES \\
18614 dlls/winsock.dll16/Makefile"
18615 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18616 winsock.dll16"
18617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18618 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules config.status"
18619 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
18621 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18622 winspool.drv/libwinspool.$IMPLIBEXT \\
18623 libwinspool.$IMPLIBEXT"
18624 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18625 libwinspool.a: winspool.drv/libwinspool.a
18626 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.a \$@
18627 libwinspool.cross.a: winspool.drv/libwinspool.cross.a
18628 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.cross.a \$@
18629 libwinspool.def: winspool.drv/libwinspool.def
18630 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.def \$@
18631 clean::
18632 \$(RM) libwinspool.def
18633 winspool.drv/libwinspool.def winspool.drv/libwinspool.a winspool.drv/libwinspool.cross.a: winspool.drv/winspool.drv.spec \$(WINEBUILD)
18634 @cd winspool.drv && \$(MAKE) \`basename \$@\`"
18635 ALL_MAKEFILES="$ALL_MAKEFILES \\
18636 dlls/winspool.drv/Makefile"
18637 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18638 winspool.drv"
18639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18640 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules config.status"
18641 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
18643 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18644 winspool.drv_test.exe: \$(TOPOBJDIR)/dlls/winspool.drv/tests/winspool.drv_test.exe$DLLEXT
18645 cp \$(TOPOBJDIR)/dlls/winspool.drv/tests/winspool.drv_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18646 winspool.drv_test.rc:
18647 echo \"winspool.drv_test.exe TESTRES \\\"winspool.drv_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18648 winspool.drv_test.res: winspool.drv_test.rc winspool.drv_test.exe"
18649 ALL_MAKEFILES="$ALL_MAKEFILES \\
18650 dlls/winspool.drv/tests/Makefile"
18651 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18652 winspool.drv/tests"
18653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18654 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules config.status"
18655 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
18657 ALL_MAKEFILES="$ALL_MAKEFILES \\
18658 dlls/wintab.dll16/Makefile"
18659 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18660 wintab.dll16"
18661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18662 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules config.status"
18663 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
18665 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18666 wintab32/libwintab32.$IMPLIBEXT"
18667 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18668 wintab32/libwintab32.def wintab32/libwintab32.a wintab32/libwintab32.cross.a: wintab32/wintab32.spec \$(WINEBUILD)
18669 @cd wintab32 && \$(MAKE) \`basename \$@\`"
18670 ALL_MAKEFILES="$ALL_MAKEFILES \\
18671 dlls/wintab32/Makefile"
18672 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18673 wintab32"
18674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18675 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules config.status"
18676 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
18678 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18679 wintab32_test.exe: \$(TOPOBJDIR)/dlls/wintab32/tests/wintab32_test.exe$DLLEXT
18680 cp \$(TOPOBJDIR)/dlls/wintab32/tests/wintab32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18681 wintab32_test.rc:
18682 echo \"wintab32_test.exe TESTRES \\\"wintab32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18683 wintab32_test.res: wintab32_test.rc wintab32_test.exe"
18684 ALL_MAKEFILES="$ALL_MAKEFILES \\
18685 dlls/wintab32/tests/Makefile"
18686 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18687 wintab32/tests"
18688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18689 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules config.status"
18690 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
18692 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18693 wintrust/libwintrust.$IMPLIBEXT"
18694 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18695 wintrust/libwintrust.def wintrust/libwintrust.a wintrust/libwintrust.cross.a: wintrust/wintrust.spec \$(WINEBUILD)
18696 @cd wintrust && \$(MAKE) \`basename \$@\`"
18697 ALL_MAKEFILES="$ALL_MAKEFILES \\
18698 dlls/wintrust/Makefile"
18699 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18700 wintrust"
18701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18702 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules config.status"
18703 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
18705 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18706 wintrust_test.exe: \$(TOPOBJDIR)/dlls/wintrust/tests/wintrust_test.exe$DLLEXT
18707 cp \$(TOPOBJDIR)/dlls/wintrust/tests/wintrust_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18708 wintrust_test.rc:
18709 echo \"wintrust_test.exe TESTRES \\\"wintrust_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18710 wintrust_test.res: wintrust_test.rc wintrust_test.exe"
18711 ALL_MAKEFILES="$ALL_MAKEFILES \\
18712 dlls/wintrust/tests/Makefile"
18713 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18714 wintrust/tests"
18715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18716 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules config.status"
18717 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
18719 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18720 wldap32/libwldap32.$IMPLIBEXT"
18721 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18722 wldap32/libwldap32.def wldap32/libwldap32.a wldap32/libwldap32.cross.a: wldap32/wldap32.spec \$(WINEBUILD)
18723 @cd wldap32 && \$(MAKE) \`basename \$@\`"
18724 ALL_MAKEFILES="$ALL_MAKEFILES \\
18725 dlls/wldap32/Makefile"
18726 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18727 wldap32"
18728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18729 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules config.status"
18730 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
18732 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18733 wldap32_test.exe: \$(TOPOBJDIR)/dlls/wldap32/tests/wldap32_test.exe$DLLEXT
18734 cp \$(TOPOBJDIR)/dlls/wldap32/tests/wldap32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18735 wldap32_test.rc:
18736 echo \"wldap32_test.exe TESTRES \\\"wldap32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18737 wldap32_test.res: wldap32_test.rc wldap32_test.exe"
18738 ALL_MAKEFILES="$ALL_MAKEFILES \\
18739 dlls/wldap32/tests/Makefile"
18740 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18741 wldap32/tests"
18742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18743 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules config.status"
18744 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
18746 ALL_MAKEFILES="$ALL_MAKEFILES \\
18747 dlls/wmi/Makefile"
18748 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18749 wmi"
18750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18751 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules config.status"
18752 ac_config_files="$ac_config_files dlls/wmi/Makefile"
18754 ALL_MAKEFILES="$ALL_MAKEFILES \\
18755 dlls/wmiutils/Makefile"
18756 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18757 wmiutils"
18758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18759 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules config.status"
18760 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
18762 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18763 wnaspi32/libwnaspi32.$IMPLIBEXT"
18764 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18765 wnaspi32/libwnaspi32.def wnaspi32/libwnaspi32.a wnaspi32/libwnaspi32.cross.a: wnaspi32/wnaspi32.spec \$(WINEBUILD)
18766 @cd wnaspi32 && \$(MAKE) \`basename \$@\`"
18767 ALL_MAKEFILES="$ALL_MAKEFILES \\
18768 dlls/wnaspi32/Makefile"
18769 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18770 wnaspi32"
18771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18772 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules config.status"
18773 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
18775 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18776 wow32/libwow32.$IMPLIBEXT"
18777 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18778 wow32/libwow32.def wow32/libwow32.a wow32/libwow32.cross.a: wow32/wow32.spec \$(WINEBUILD)
18779 @cd wow32 && \$(MAKE) \`basename \$@\`"
18780 ALL_MAKEFILES="$ALL_MAKEFILES \\
18781 dlls/wow32/Makefile"
18782 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18783 wow32"
18784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18785 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules config.status"
18786 ac_config_files="$ac_config_files dlls/wow32/Makefile"
18788 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18789 ws2_32/libws2_32.$IMPLIBEXT"
18790 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18791 ws2_32/libws2_32.def ws2_32/libws2_32.a ws2_32/libws2_32.cross.a: ws2_32/ws2_32.spec \$(WINEBUILD)
18792 @cd ws2_32 && \$(MAKE) \`basename \$@\`"
18793 ALL_MAKEFILES="$ALL_MAKEFILES \\
18794 dlls/ws2_32/Makefile"
18795 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18796 ws2_32"
18797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18798 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules config.status"
18799 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
18801 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18802 ws2_32_test.exe: \$(TOPOBJDIR)/dlls/ws2_32/tests/ws2_32_test.exe$DLLEXT
18803 cp \$(TOPOBJDIR)/dlls/ws2_32/tests/ws2_32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18804 ws2_32_test.rc:
18805 echo \"ws2_32_test.exe TESTRES \\\"ws2_32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18806 ws2_32_test.res: ws2_32_test.rc ws2_32_test.exe"
18807 ALL_MAKEFILES="$ALL_MAKEFILES \\
18808 dlls/ws2_32/tests/Makefile"
18809 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18810 ws2_32/tests"
18811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18812 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules config.status"
18813 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
18815 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18816 wsock32/libwsock32.$IMPLIBEXT"
18817 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18818 wsock32/libwsock32.def wsock32/libwsock32.a wsock32/libwsock32.cross.a: wsock32/wsock32.spec \$(WINEBUILD)
18819 @cd wsock32 && \$(MAKE) \`basename \$@\`"
18820 ALL_MAKEFILES="$ALL_MAKEFILES \\
18821 dlls/wsock32/Makefile"
18822 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18823 wsock32"
18824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18825 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules config.status"
18826 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
18828 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18829 wtsapi32/libwtsapi32.$IMPLIBEXT"
18830 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18831 wtsapi32/libwtsapi32.def wtsapi32/libwtsapi32.a wtsapi32/libwtsapi32.cross.a: wtsapi32/wtsapi32.spec \$(WINEBUILD)
18832 @cd wtsapi32 && \$(MAKE) \`basename \$@\`"
18833 ALL_MAKEFILES="$ALL_MAKEFILES \\
18834 dlls/wtsapi32/Makefile"
18835 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18836 wtsapi32"
18837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18838 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules config.status"
18839 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
18841 ALL_MAKEFILES="$ALL_MAKEFILES \\
18842 dlls/wuapi/Makefile"
18843 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18844 wuapi"
18845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18846 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules config.status"
18847 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
18849 ALL_MAKEFILES="$ALL_MAKEFILES \\
18850 dlls/wuaueng/Makefile"
18851 test "x$enable_wuaueng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18852 wuaueng"
18853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18854 dlls/wuaueng/Makefile: dlls/wuaueng/Makefile.in dlls/Makedll.rules config.status"
18855 ac_config_files="$ac_config_files dlls/wuaueng/Makefile"
18857 ALL_MAKEFILES="$ALL_MAKEFILES \\
18858 dlls/xinput1_1/Makefile"
18859 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18860 xinput1_1"
18861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18862 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules config.status"
18863 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
18865 ALL_MAKEFILES="$ALL_MAKEFILES \\
18866 dlls/xinput1_2/Makefile"
18867 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18868 xinput1_2"
18869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18870 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules config.status"
18871 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
18873 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18874 xinput1_3/libxinput.$IMPLIBEXT \\
18875 libxinput.$IMPLIBEXT"
18876 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18877 libxinput.a: xinput1_3/libxinput.a
18878 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.a \$@
18879 libxinput.cross.a: xinput1_3/libxinput.cross.a
18880 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.cross.a \$@
18881 libxinput.def: xinput1_3/libxinput.def
18882 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.def \$@
18883 clean::
18884 \$(RM) libxinput.def
18885 xinput1_3/libxinput.def xinput1_3/libxinput.a xinput1_3/libxinput.cross.a: xinput1_3/xinput1_3.spec \$(WINEBUILD)
18886 @cd xinput1_3 && \$(MAKE) \`basename \$@\`"
18887 ALL_MAKEFILES="$ALL_MAKEFILES \\
18888 dlls/xinput1_3/Makefile"
18889 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18890 xinput1_3"
18891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18892 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules config.status"
18893 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
18895 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18896 xinput1_3_test.exe: \$(TOPOBJDIR)/dlls/xinput1_3/tests/xinput1_3_test.exe$DLLEXT
18897 cp \$(TOPOBJDIR)/dlls/xinput1_3/tests/xinput1_3_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18898 xinput1_3_test.rc:
18899 echo \"xinput1_3_test.exe TESTRES \\\"xinput1_3_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18900 xinput1_3_test.res: xinput1_3_test.rc xinput1_3_test.exe"
18901 ALL_MAKEFILES="$ALL_MAKEFILES \\
18902 dlls/xinput1_3/tests/Makefile"
18903 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18904 xinput1_3/tests"
18905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18906 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules config.status"
18907 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
18909 ALL_MAKEFILES="$ALL_MAKEFILES \\
18910 dlls/xinput9_1_0/Makefile"
18911 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18912 xinput9_1_0"
18913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18914 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules config.status"
18915 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
18917 ALL_MAKEFILES="$ALL_MAKEFILES \\
18918 dlls/xmllite/Makefile"
18919 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18920 xmllite"
18921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18922 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules config.status"
18923 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
18925 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18926 xmllite_test.exe: \$(TOPOBJDIR)/dlls/xmllite/tests/xmllite_test.exe$DLLEXT
18927 cp \$(TOPOBJDIR)/dlls/xmllite/tests/xmllite_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18928 xmllite_test.rc:
18929 echo \"xmllite_test.exe TESTRES \\\"xmllite_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18930 xmllite_test.res: xmllite_test.rc xmllite_test.exe"
18931 ALL_MAKEFILES="$ALL_MAKEFILES \\
18932 dlls/xmllite/tests/Makefile"
18933 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18934 xmllite/tests"
18935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18936 dlls/xmllite/tests/Makefile: dlls/xmllite/tests/Makefile.in dlls/Maketest.rules config.status"
18937 ac_config_files="$ac_config_files dlls/xmllite/tests/Makefile"
18939 ALL_MAKEFILES="$ALL_MAKEFILES \\
18940 documentation/Makefile"
18941 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18942 documentation"
18943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18944 \$(RECURSE_TARGETS:%=documentation/%) documentation: documentation/Makefile \$(MAKEDEP)
18945 documentation/Makefile: documentation/Makefile.in Make.rules config.status"
18946 ac_config_files="$ac_config_files documentation/Makefile"
18948 ALL_MAKEFILES="$ALL_MAKEFILES \\
18949 fonts/Makefile"
18950 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18951 fonts"
18952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18953 \$(RECURSE_TARGETS:%=fonts/%) fonts: fonts/Makefile \$(MAKEDEP)
18954 fonts/Makefile: fonts/Makefile.in Make.rules config.status"
18955 ac_config_files="$ac_config_files fonts/Makefile"
18957 ALL_MAKEFILES="$ALL_MAKEFILES \\
18958 include/Makefile"
18959 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18960 include"
18961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18962 \$(RECURSE_TARGETS:%=include/%) include: include/Makefile \$(MAKEDEP)
18963 include/Makefile: include/Makefile.in Make.rules config.status"
18964 ac_config_files="$ac_config_files include/Makefile"
18966 ALL_MAKEFILES="$ALL_MAKEFILES \\
18967 libs/port/Makefile"
18969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18970 \$(RECURSE_TARGETS:%=libs/port/%) libs/port: libs/port/Makefile \$(MAKEDEP)
18971 libs/port/Makefile: libs/port/Makefile.in Make.rules config.status"
18972 ac_config_files="$ac_config_files libs/port/Makefile"
18974 ALL_MAKEFILES="$ALL_MAKEFILES \\
18975 libs/wine/Makefile"
18977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18978 \$(RECURSE_TARGETS:%=libs/wine/%) libs/wine: libs/wine/Makefile \$(MAKEDEP)
18979 libs/wine/Makefile: libs/wine/Makefile.in Make.rules config.status"
18980 ac_config_files="$ac_config_files libs/wine/Makefile"
18982 ALL_MAKEFILES="$ALL_MAKEFILES \\
18983 libs/wpp/Makefile"
18985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18986 \$(RECURSE_TARGETS:%=libs/wpp/%) libs/wpp: libs/wpp/Makefile \$(MAKEDEP)
18987 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules config.status"
18988 ac_config_files="$ac_config_files libs/wpp/Makefile"
18990 ALL_MAKEFILES="$ALL_MAKEFILES \\
18991 loader/Makefile"
18992 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18993 loader"
18994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18995 \$(RECURSE_TARGETS:%=loader/%) loader: loader/Makefile \$(MAKEDEP)
18996 loader/Makefile: loader/Makefile.in Make.rules config.status"
18997 ac_config_files="$ac_config_files loader/Makefile"
18999 ALL_MAKEFILES="$ALL_MAKEFILES \\
19000 programs/Makefile"
19001 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
19002 programs"
19003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19004 \$(RECURSE_TARGETS:%=programs/%) programs: programs/Makefile \$(MAKEDEP)
19005 programs/Makefile: programs/Makefile.in Make.rules config.status"
19006 ac_config_files="$ac_config_files programs/Makefile"
19008 ALL_MAKEFILES="$ALL_MAKEFILES \\
19009 programs/cacls/Makefile"
19010 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19011 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19012 cacls"
19013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19014 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules config.status"
19015 ac_config_files="$ac_config_files programs/cacls/Makefile"
19017 ALL_MAKEFILES="$ALL_MAKEFILES \\
19018 programs/clock/Makefile"
19019 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19020 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19021 clock"
19022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19023 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules config.status"
19024 ac_config_files="$ac_config_files programs/clock/Makefile"
19026 ALL_MAKEFILES="$ALL_MAKEFILES \\
19027 programs/cmd/Makefile"
19028 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19029 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19030 cmd"
19031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19032 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules config.status"
19033 ac_config_files="$ac_config_files programs/cmd/Makefile"
19035 ALL_MAKEFILES="$ALL_MAKEFILES \\
19036 programs/cmdlgtst/Makefile"
19037 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19038 cmdlgtst"
19039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19040 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules config.status"
19041 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
19043 ALL_MAKEFILES="$ALL_MAKEFILES \\
19044 programs/control/Makefile"
19045 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19046 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19047 control"
19048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19049 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules config.status"
19050 ac_config_files="$ac_config_files programs/control/Makefile"
19052 ALL_MAKEFILES="$ALL_MAKEFILES \\
19053 programs/dxdiag/Makefile"
19054 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19055 dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19056 dxdiag"
19057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19058 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules config.status"
19059 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
19061 ALL_MAKEFILES="$ALL_MAKEFILES \\
19062 programs/eject/Makefile"
19063 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19064 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19065 eject"
19066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19067 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules config.status"
19068 ac_config_files="$ac_config_files programs/eject/Makefile"
19070 ALL_MAKEFILES="$ALL_MAKEFILES \\
19071 programs/expand/Makefile"
19072 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19073 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19074 expand"
19075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19076 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules config.status"
19077 ac_config_files="$ac_config_files programs/expand/Makefile"
19079 ALL_MAKEFILES="$ALL_MAKEFILES \\
19080 programs/explorer/Makefile"
19081 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19082 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19083 explorer"
19084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19085 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules config.status"
19086 ac_config_files="$ac_config_files programs/explorer/Makefile"
19088 ALL_MAKEFILES="$ALL_MAKEFILES \\
19089 programs/extrac32/Makefile"
19090 test "x$enable_extrac32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19091 extrac32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19092 extrac32"
19093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19094 programs/extrac32/Makefile: programs/extrac32/Makefile.in programs/Makeprog.rules config.status"
19095 ac_config_files="$ac_config_files programs/extrac32/Makefile"
19097 ALL_MAKEFILES="$ALL_MAKEFILES \\
19098 programs/hh/Makefile"
19099 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19100 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19103 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules config.status"
19104 ac_config_files="$ac_config_files programs/hh/Makefile"
19106 ALL_MAKEFILES="$ALL_MAKEFILES \\
19107 programs/icinfo/Makefile"
19108 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19109 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19110 icinfo"
19111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19112 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules config.status"
19113 ac_config_files="$ac_config_files programs/icinfo/Makefile"
19115 ALL_MAKEFILES="$ALL_MAKEFILES \\
19116 programs/iexplore/Makefile"
19117 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19118 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19119 iexplore"
19120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19121 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules config.status"
19122 ac_config_files="$ac_config_files programs/iexplore/Makefile"
19124 ALL_MAKEFILES="$ALL_MAKEFILES \\
19125 programs/lodctr/Makefile"
19126 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19127 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19128 lodctr"
19129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19130 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules config.status"
19131 ac_config_files="$ac_config_files programs/lodctr/Makefile"
19133 ALL_MAKEFILES="$ALL_MAKEFILES \\
19134 programs/mshta/Makefile"
19135 test "x$enable_mshta" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19136 mshta" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19137 mshta"
19138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19139 programs/mshta/Makefile: programs/mshta/Makefile.in programs/Makeprog.rules config.status"
19140 ac_config_files="$ac_config_files programs/mshta/Makefile"
19142 ALL_MAKEFILES="$ALL_MAKEFILES \\
19143 programs/msiexec/Makefile"
19144 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19145 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19146 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19147 msiexec"
19148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19149 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules config.status"
19150 ac_config_files="$ac_config_files programs/msiexec/Makefile"
19152 ALL_MAKEFILES="$ALL_MAKEFILES \\
19153 programs/net/Makefile"
19154 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19155 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19156 net"
19157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19158 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules config.status"
19159 ac_config_files="$ac_config_files programs/net/Makefile"
19161 ALL_MAKEFILES="$ALL_MAKEFILES \\
19162 programs/notepad/Makefile"
19163 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19164 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19165 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19166 notepad"
19167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19168 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules config.status"
19169 ac_config_files="$ac_config_files programs/notepad/Makefile"
19171 ALL_MAKEFILES="$ALL_MAKEFILES \\
19172 programs/oleview/Makefile"
19173 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19174 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19175 oleview"
19176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19177 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules config.status"
19178 ac_config_files="$ac_config_files programs/oleview/Makefile"
19180 ALL_MAKEFILES="$ALL_MAKEFILES \\
19181 programs/progman/Makefile"
19182 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19183 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19184 progman"
19185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19186 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules config.status"
19187 ac_config_files="$ac_config_files programs/progman/Makefile"
19189 ALL_MAKEFILES="$ALL_MAKEFILES \\
19190 programs/reg/Makefile"
19191 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19192 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19193 reg"
19194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19195 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules config.status"
19196 ac_config_files="$ac_config_files programs/reg/Makefile"
19198 ALL_MAKEFILES="$ALL_MAKEFILES \\
19199 programs/regedit/Makefile"
19200 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19201 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19202 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19203 regedit"
19204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19205 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules config.status"
19206 ac_config_files="$ac_config_files programs/regedit/Makefile"
19208 ALL_MAKEFILES="$ALL_MAKEFILES \\
19209 programs/regsvr32/Makefile"
19210 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19211 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19212 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19213 regsvr32"
19214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19215 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules config.status"
19216 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
19218 ALL_MAKEFILES="$ALL_MAKEFILES \\
19219 programs/rpcss/Makefile"
19220 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19221 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19222 rpcss"
19223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19224 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules config.status"
19225 ac_config_files="$ac_config_files programs/rpcss/Makefile"
19227 ALL_MAKEFILES="$ALL_MAKEFILES \\
19228 programs/rundll32/Makefile"
19229 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19230 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19231 rundll32"
19232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19233 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules config.status"
19234 ac_config_files="$ac_config_files programs/rundll32/Makefile"
19236 ALL_MAKEFILES="$ALL_MAKEFILES \\
19237 programs/secedit/Makefile"
19238 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19239 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19240 secedit"
19241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19242 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules config.status"
19243 ac_config_files="$ac_config_files programs/secedit/Makefile"
19245 ALL_MAKEFILES="$ALL_MAKEFILES \\
19246 programs/services/Makefile"
19247 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19248 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19249 services"
19250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19251 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules config.status"
19252 ac_config_files="$ac_config_files programs/services/Makefile"
19254 ALL_MAKEFILES="$ALL_MAKEFILES \\
19255 programs/spoolsv/Makefile"
19256 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19257 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19258 spoolsv"
19259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19260 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules config.status"
19261 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
19263 ALL_MAKEFILES="$ALL_MAKEFILES \\
19264 programs/start/Makefile"
19265 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19266 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19267 start"
19268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19269 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules config.status"
19270 ac_config_files="$ac_config_files programs/start/Makefile"
19272 ALL_MAKEFILES="$ALL_MAKEFILES \\
19273 programs/svchost/Makefile"
19274 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19275 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19276 svchost"
19277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19278 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules config.status"
19279 ac_config_files="$ac_config_files programs/svchost/Makefile"
19281 ALL_MAKEFILES="$ALL_MAKEFILES \\
19282 programs/taskmgr/Makefile"
19283 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19284 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19285 taskmgr"
19286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19287 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules config.status"
19288 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
19290 ALL_MAKEFILES="$ALL_MAKEFILES \\
19291 programs/termsv/Makefile"
19292 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19293 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19294 termsv"
19295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19296 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules config.status"
19297 ac_config_files="$ac_config_files programs/termsv/Makefile"
19299 ALL_MAKEFILES="$ALL_MAKEFILES \\
19300 programs/uninstaller/Makefile"
19301 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19302 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19303 uninstaller"
19304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19305 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules config.status"
19306 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
19308 ALL_MAKEFILES="$ALL_MAKEFILES \\
19309 programs/unlodctr/Makefile"
19310 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19311 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19312 unlodctr"
19313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19314 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules config.status"
19315 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
19317 ALL_MAKEFILES="$ALL_MAKEFILES \\
19318 programs/view/Makefile"
19319 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19320 view"
19321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19322 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules config.status"
19323 ac_config_files="$ac_config_files programs/view/Makefile"
19325 ALL_MAKEFILES="$ALL_MAKEFILES \\
19326 programs/wineboot/Makefile"
19327 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19328 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19329 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19330 wineboot"
19331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19332 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules config.status"
19333 ac_config_files="$ac_config_files programs/wineboot/Makefile"
19335 ALL_MAKEFILES="$ALL_MAKEFILES \\
19336 programs/winebrowser/Makefile"
19337 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19338 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19339 winebrowser"
19340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19341 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules config.status"
19342 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
19344 ALL_MAKEFILES="$ALL_MAKEFILES \\
19345 programs/winecfg/Makefile"
19346 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19347 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19348 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19349 winecfg"
19350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19351 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules config.status"
19352 ac_config_files="$ac_config_files programs/winecfg/Makefile"
19354 ALL_MAKEFILES="$ALL_MAKEFILES \\
19355 programs/wineconsole/Makefile"
19356 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19357 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19358 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19359 wineconsole"
19360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19361 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules config.status"
19362 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
19364 ALL_MAKEFILES="$ALL_MAKEFILES \\
19365 programs/winedbg/Makefile"
19366 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19367 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19368 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19369 winedbg"
19370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19371 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules config.status"
19372 ac_config_files="$ac_config_files programs/winedbg/Makefile"
19374 ALL_MAKEFILES="$ALL_MAKEFILES \\
19375 programs/winedevice/Makefile"
19376 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19377 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19378 winedevice"
19379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19380 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules config.status"
19381 ac_config_files="$ac_config_files programs/winedevice/Makefile"
19383 ALL_MAKEFILES="$ALL_MAKEFILES \\
19384 programs/winefile/Makefile"
19385 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19386 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19387 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19388 winefile"
19389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19390 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules config.status"
19391 ac_config_files="$ac_config_files programs/winefile/Makefile"
19393 ALL_MAKEFILES="$ALL_MAKEFILES \\
19394 programs/winemenubuilder/Makefile"
19395 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19396 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19397 winemenubuilder"
19398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19399 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules config.status"
19400 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
19402 ALL_MAKEFILES="$ALL_MAKEFILES \\
19403 programs/winemine/Makefile"
19404 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19405 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19406 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19407 winemine"
19408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19409 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules config.status"
19410 ac_config_files="$ac_config_files programs/winemine/Makefile"
19412 ALL_MAKEFILES="$ALL_MAKEFILES \\
19413 programs/winepath/Makefile"
19414 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19415 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19416 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19417 winepath"
19418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19419 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules config.status"
19420 ac_config_files="$ac_config_files programs/winepath/Makefile"
19422 ALL_MAKEFILES="$ALL_MAKEFILES \\
19423 programs/winetest/Makefile"
19424 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19425 winetest"
19426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19427 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules config.status"
19428 ac_config_files="$ac_config_files programs/winetest/Makefile"
19430 ALL_MAKEFILES="$ALL_MAKEFILES \\
19431 programs/winevdm/Makefile"
19432 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19433 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19434 winevdm"
19435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19436 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules config.status"
19437 ac_config_files="$ac_config_files programs/winevdm/Makefile"
19439 ALL_MAKEFILES="$ALL_MAKEFILES \\
19440 programs/winhelp.exe16/Makefile"
19441 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19442 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19443 winhelp.exe16"
19444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19445 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules config.status"
19446 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
19448 ALL_MAKEFILES="$ALL_MAKEFILES \\
19449 programs/winhlp32/Makefile"
19450 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19451 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19452 winhlp32"
19453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19454 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules config.status"
19455 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
19457 ALL_MAKEFILES="$ALL_MAKEFILES \\
19458 programs/winoldap.mod16/Makefile"
19459 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19460 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19461 winoldap.mod16"
19462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19463 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules config.status"
19464 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
19466 ALL_MAKEFILES="$ALL_MAKEFILES \\
19467 programs/winver/Makefile"
19468 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19469 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19470 winver"
19471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19472 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules config.status"
19473 ac_config_files="$ac_config_files programs/winver/Makefile"
19475 ALL_MAKEFILES="$ALL_MAKEFILES \\
19476 programs/wordpad/Makefile"
19477 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19478 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19479 wordpad"
19480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19481 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules config.status"
19482 ac_config_files="$ac_config_files programs/wordpad/Makefile"
19484 ALL_MAKEFILES="$ALL_MAKEFILES \\
19485 programs/write/Makefile"
19486 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19487 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19488 write"
19489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19490 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules config.status"
19491 ac_config_files="$ac_config_files programs/write/Makefile"
19493 ALL_MAKEFILES="$ALL_MAKEFILES \\
19494 programs/xcopy/Makefile"
19495 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19496 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19497 xcopy"
19498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19499 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules config.status"
19500 ac_config_files="$ac_config_files programs/xcopy/Makefile"
19502 ALL_MAKEFILES="$ALL_MAKEFILES \\
19503 server/Makefile"
19504 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
19505 server"
19506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19507 \$(RECURSE_TARGETS:%=server/%) server: server/Makefile \$(MAKEDEP)
19508 server/Makefile: server/Makefile.in Make.rules config.status"
19509 ac_config_files="$ac_config_files server/Makefile"
19511 ALL_MAKEFILES="$ALL_MAKEFILES \\
19512 tools/Makefile"
19513 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
19514 tools"
19515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19516 \$(RECURSE_TARGETS:%=tools/%) tools: tools/Makefile \$(MAKEDEP)
19517 tools/Makefile: tools/Makefile.in Make.rules config.status"
19518 ac_config_files="$ac_config_files tools/Makefile"
19520 ALL_MAKEFILES="$ALL_MAKEFILES \\
19521 tools/widl/Makefile"
19522 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
19523 tools/widl"
19524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19525 \$(RECURSE_TARGETS:%=tools/widl/%) tools/widl: tools/widl/Makefile \$(MAKEDEP)
19526 tools/widl/Makefile: tools/widl/Makefile.in Make.rules config.status"
19527 ac_config_files="$ac_config_files tools/widl/Makefile"
19529 ALL_MAKEFILES="$ALL_MAKEFILES \\
19530 tools/winebuild/Makefile"
19531 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
19532 tools/winebuild"
19533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19534 \$(RECURSE_TARGETS:%=tools/winebuild/%) tools/winebuild: tools/winebuild/Makefile \$(MAKEDEP)
19535 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules config.status"
19536 ac_config_files="$ac_config_files tools/winebuild/Makefile"
19538 ALL_MAKEFILES="$ALL_MAKEFILES \\
19539 tools/winedump/Makefile"
19540 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
19541 tools/winedump"
19542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19543 \$(RECURSE_TARGETS:%=tools/winedump/%) tools/winedump: tools/winedump/Makefile \$(MAKEDEP)
19544 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules config.status"
19545 ac_config_files="$ac_config_files tools/winedump/Makefile"
19547 ALL_MAKEFILES="$ALL_MAKEFILES \\
19548 tools/winegcc/Makefile"
19549 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
19550 tools/winegcc"
19551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19552 \$(RECURSE_TARGETS:%=tools/winegcc/%) tools/winegcc: tools/winegcc/Makefile \$(MAKEDEP)
19553 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules config.status"
19554 ac_config_files="$ac_config_files tools/winegcc/Makefile"
19556 ALL_MAKEFILES="$ALL_MAKEFILES \\
19557 tools/wmc/Makefile"
19558 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
19559 tools/wmc"
19560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19561 \$(RECURSE_TARGETS:%=tools/wmc/%) tools/wmc: tools/wmc/Makefile \$(MAKEDEP)
19562 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules config.status"
19563 ac_config_files="$ac_config_files tools/wmc/Makefile"
19565 ALL_MAKEFILES="$ALL_MAKEFILES \\
19566 tools/wrc/Makefile"
19567 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
19568 tools/wrc"
19569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19570 \$(RECURSE_TARGETS:%=tools/wrc/%) tools/wrc: tools/wrc/Makefile \$(MAKEDEP)
19571 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules config.status"
19572 ac_config_files="$ac_config_files tools/wrc/Makefile"
19575 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
19577 cat >confcache <<\_ACEOF
19578 # This file is a shell script that caches the results of configure
19579 # tests run on this system so they can be shared between configure
19580 # scripts and configure runs, see configure's option --config-cache.
19581 # It is not useful on other systems. If it contains results you don't
19582 # want to keep, you may remove or edit it.
19584 # config.status only pays attention to the cache file if you give it
19585 # the --recheck option to rerun configure.
19587 # `ac_cv_env_foo' variables (set or unset) will be overridden when
19588 # loading this file, other *unset* `ac_cv_foo' will be assigned the
19589 # following values.
19591 _ACEOF
19593 # The following way of writing the cache mishandles newlines in values,
19594 # but we know of no workaround that is simple, portable, and efficient.
19595 # So, we kill variables containing newlines.
19596 # Ultrix sh set writes to stderr and can't be redirected directly,
19597 # and sets the high bit in the cache file unless we assign to the vars.
19599 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
19600 eval ac_val=\$$ac_var
19601 case $ac_val in #(
19602 *${as_nl}*)
19603 case $ac_var in #(
19604 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
19605 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
19606 esac
19607 case $ac_var in #(
19608 _ | IFS | as_nl) ;; #(
19609 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
19610 *) { eval $ac_var=; unset $ac_var;} ;;
19611 esac ;;
19612 esac
19613 done
19615 (set) 2>&1 |
19616 case $as_nl`(ac_space=' '; set) 2>&1` in #(
19617 *${as_nl}ac_space=\ *)
19618 # `set' does not quote correctly, so add quotes: double-quote
19619 # substitution turns \\\\ into \\, and sed turns \\ into \.
19620 sed -n \
19621 "s/'/'\\\\''/g;
19622 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
19623 ;; #(
19625 # `set' quotes correctly as required by POSIX, so do not add quotes.
19626 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
19628 esac |
19629 sort
19631 sed '
19632 /^ac_cv_env_/b end
19633 t clear
19634 :clear
19635 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
19636 t end
19637 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
19638 :end' >>confcache
19639 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
19640 if test -w "$cache_file"; then
19641 test "x$cache_file" != "x/dev/null" &&
19642 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
19643 $as_echo "$as_me: updating cache $cache_file" >&6;}
19644 cat confcache >$cache_file
19645 else
19646 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
19647 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
19650 rm -f confcache
19652 test "x$prefix" = xNONE && prefix=$ac_default_prefix
19653 # Let make expand exec_prefix.
19654 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
19656 DEFS=-DHAVE_CONFIG_H
19658 ac_libobjs=
19659 ac_ltlibobjs=
19660 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
19661 # 1. Remove the extension, and $U if already installed.
19662 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
19663 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
19664 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
19665 # will be set to the directory where LIBOBJS objects are built.
19666 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
19667 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
19668 done
19669 LIBOBJS=$ac_libobjs
19671 LTLIBOBJS=$ac_ltlibobjs
19675 : ${CONFIG_STATUS=./config.status}
19676 ac_write_fail=0
19677 ac_clean_files_save=$ac_clean_files
19678 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
19679 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
19680 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
19681 as_write_fail=0
19682 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
19683 #! $SHELL
19684 # Generated by $as_me.
19685 # Run this file to recreate the current configuration.
19686 # Compiler output produced by configure, useful for debugging
19687 # configure, is in config.log if it exists.
19689 debug=false
19690 ac_cs_recheck=false
19691 ac_cs_silent=false
19693 SHELL=\${CONFIG_SHELL-$SHELL}
19694 export SHELL
19695 _ASEOF
19696 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
19697 ## -------------------- ##
19698 ## M4sh Initialization. ##
19699 ## -------------------- ##
19701 # Be more Bourne compatible
19702 DUALCASE=1; export DUALCASE # for MKS sh
19703 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
19704 emulate sh
19705 NULLCMD=:
19706 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19707 # is contrary to our usage. Disable this feature.
19708 alias -g '${1+"$@"}'='"$@"'
19709 setopt NO_GLOB_SUBST
19710 else
19711 case `(set -o) 2>/dev/null` in #(
19712 *posix*) :
19713 set -o posix ;; #(
19714 *) :
19716 esac
19720 as_nl='
19722 export as_nl
19723 # Printing a long string crashes Solaris 7 /usr/bin/printf.
19724 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
19725 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
19726 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
19727 # Prefer a ksh shell builtin over an external printf program on Solaris,
19728 # but without wasting forks for bash or zsh.
19729 if test -z "$BASH_VERSION$ZSH_VERSION" \
19730 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
19731 as_echo='print -r --'
19732 as_echo_n='print -rn --'
19733 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
19734 as_echo='printf %s\n'
19735 as_echo_n='printf %s'
19736 else
19737 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
19738 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
19739 as_echo_n='/usr/ucb/echo -n'
19740 else
19741 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
19742 as_echo_n_body='eval
19743 arg=$1;
19744 case $arg in #(
19745 *"$as_nl"*)
19746 expr "X$arg" : "X\\(.*\\)$as_nl";
19747 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
19748 esac;
19749 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
19751 export as_echo_n_body
19752 as_echo_n='sh -c $as_echo_n_body as_echo'
19754 export as_echo_body
19755 as_echo='sh -c $as_echo_body as_echo'
19758 # The user is always right.
19759 if test "${PATH_SEPARATOR+set}" != set; then
19760 PATH_SEPARATOR=:
19761 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
19762 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
19763 PATH_SEPARATOR=';'
19768 # IFS
19769 # We need space, tab and new line, in precisely that order. Quoting is
19770 # there to prevent editors from complaining about space-tab.
19771 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
19772 # splitting by setting IFS to empty value.)
19773 IFS=" "" $as_nl"
19775 # Find who we are. Look in the path if we contain no directory separator.
19776 case $0 in #((
19777 *[\\/]* ) as_myself=$0 ;;
19778 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19779 for as_dir in $PATH
19781 IFS=$as_save_IFS
19782 test -z "$as_dir" && as_dir=.
19783 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
19784 done
19785 IFS=$as_save_IFS
19788 esac
19789 # We did not find ourselves, most probably we were run as `sh COMMAND'
19790 # in which case we are not to be found in the path.
19791 if test "x$as_myself" = x; then
19792 as_myself=$0
19794 if test ! -f "$as_myself"; then
19795 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
19796 exit 1
19799 # Unset variables that we do not need and which cause bugs (e.g. in
19800 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
19801 # suppresses any "Segmentation fault" message there. '((' could
19802 # trigger a bug in pdksh 5.2.14.
19803 for as_var in BASH_ENV ENV MAIL MAILPATH
19804 do eval test x\${$as_var+set} = xset \
19805 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
19806 done
19807 PS1='$ '
19808 PS2='> '
19809 PS4='+ '
19811 # NLS nuisances.
19812 LC_ALL=C
19813 export LC_ALL
19814 LANGUAGE=C
19815 export LANGUAGE
19817 # CDPATH.
19818 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
19821 # as_fn_error ERROR [LINENO LOG_FD]
19822 # ---------------------------------
19823 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
19824 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
19825 # script with status $?, using 1 if that was 0.
19826 as_fn_error ()
19828 as_status=$?; test $as_status -eq 0 && as_status=1
19829 if test "$3"; then
19830 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
19831 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
19833 $as_echo "$as_me: error: $1" >&2
19834 as_fn_exit $as_status
19835 } # as_fn_error
19838 # as_fn_set_status STATUS
19839 # -----------------------
19840 # Set $? to STATUS, without forking.
19841 as_fn_set_status ()
19843 return $1
19844 } # as_fn_set_status
19846 # as_fn_exit STATUS
19847 # -----------------
19848 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
19849 as_fn_exit ()
19851 set +e
19852 as_fn_set_status $1
19853 exit $1
19854 } # as_fn_exit
19856 # as_fn_unset VAR
19857 # ---------------
19858 # Portably unset VAR.
19859 as_fn_unset ()
19861 { eval $1=; unset $1;}
19863 as_unset=as_fn_unset
19864 # as_fn_append VAR VALUE
19865 # ----------------------
19866 # Append the text in VALUE to the end of the definition contained in VAR. Take
19867 # advantage of any shell optimizations that allow amortized linear growth over
19868 # repeated appends, instead of the typical quadratic growth present in naive
19869 # implementations.
19870 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
19871 eval 'as_fn_append ()
19873 eval $1+=\$2
19875 else
19876 as_fn_append ()
19878 eval $1=\$$1\$2
19880 fi # as_fn_append
19882 # as_fn_arith ARG...
19883 # ------------------
19884 # Perform arithmetic evaluation on the ARGs, and store the result in the
19885 # global $as_val. Take advantage of shells that can avoid forks. The arguments
19886 # must be portable across $(()) and expr.
19887 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
19888 eval 'as_fn_arith ()
19890 as_val=$(( $* ))
19892 else
19893 as_fn_arith ()
19895 as_val=`expr "$@" || test $? -eq 1`
19897 fi # as_fn_arith
19900 if expr a : '\(a\)' >/dev/null 2>&1 &&
19901 test "X`expr 00001 : '.*\(...\)'`" = X001; then
19902 as_expr=expr
19903 else
19904 as_expr=false
19907 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
19908 as_basename=basename
19909 else
19910 as_basename=false
19913 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
19914 as_dirname=dirname
19915 else
19916 as_dirname=false
19919 as_me=`$as_basename -- "$0" ||
19920 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
19921 X"$0" : 'X\(//\)$' \| \
19922 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
19923 $as_echo X/"$0" |
19924 sed '/^.*\/\([^/][^/]*\)\/*$/{
19925 s//\1/
19928 /^X\/\(\/\/\)$/{
19929 s//\1/
19932 /^X\/\(\/\).*/{
19933 s//\1/
19936 s/.*/./; q'`
19938 # Avoid depending upon Character Ranges.
19939 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
19940 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
19941 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
19942 as_cr_digits='0123456789'
19943 as_cr_alnum=$as_cr_Letters$as_cr_digits
19945 ECHO_C= ECHO_N= ECHO_T=
19946 case `echo -n x` in #(((((
19947 -n*)
19948 case `echo 'xy\c'` in
19949 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
19950 xy) ECHO_C='\c';;
19951 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
19952 ECHO_T=' ';;
19953 esac;;
19955 ECHO_N='-n';;
19956 esac
19958 rm -f conf$$ conf$$.exe conf$$.file
19959 if test -d conf$$.dir; then
19960 rm -f conf$$.dir/conf$$.file
19961 else
19962 rm -f conf$$.dir
19963 mkdir conf$$.dir 2>/dev/null
19965 if (echo >conf$$.file) 2>/dev/null; then
19966 if ln -s conf$$.file conf$$ 2>/dev/null; then
19967 as_ln_s='ln -s'
19968 # ... but there are two gotchas:
19969 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
19970 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
19971 # In both cases, we have to default to `cp -p'.
19972 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
19973 as_ln_s='cp -p'
19974 elif ln conf$$.file conf$$ 2>/dev/null; then
19975 as_ln_s=ln
19976 else
19977 as_ln_s='cp -p'
19979 else
19980 as_ln_s='cp -p'
19982 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
19983 rmdir conf$$.dir 2>/dev/null
19986 # as_fn_mkdir_p
19987 # -------------
19988 # Create "$as_dir" as a directory, including parents if necessary.
19989 as_fn_mkdir_p ()
19992 case $as_dir in #(
19993 -*) as_dir=./$as_dir;;
19994 esac
19995 test -d "$as_dir" || eval $as_mkdir_p || {
19996 as_dirs=
19997 while :; do
19998 case $as_dir in #(
19999 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
20000 *) as_qdir=$as_dir;;
20001 esac
20002 as_dirs="'$as_qdir' $as_dirs"
20003 as_dir=`$as_dirname -- "$as_dir" ||
20004 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20005 X"$as_dir" : 'X\(//\)[^/]' \| \
20006 X"$as_dir" : 'X\(//\)$' \| \
20007 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
20008 $as_echo X"$as_dir" |
20009 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20010 s//\1/
20013 /^X\(\/\/\)[^/].*/{
20014 s//\1/
20017 /^X\(\/\/\)$/{
20018 s//\1/
20021 /^X\(\/\).*/{
20022 s//\1/
20025 s/.*/./; q'`
20026 test -d "$as_dir" && break
20027 done
20028 test -z "$as_dirs" || eval "mkdir $as_dirs"
20029 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
20032 } # as_fn_mkdir_p
20033 if mkdir -p . 2>/dev/null; then
20034 as_mkdir_p='mkdir -p "$as_dir"'
20035 else
20036 test -d ./-p && rmdir ./-p
20037 as_mkdir_p=false
20040 if test -x / >/dev/null 2>&1; then
20041 as_test_x='test -x'
20042 else
20043 if ls -dL / >/dev/null 2>&1; then
20044 as_ls_L_option=L
20045 else
20046 as_ls_L_option=
20048 as_test_x='
20049 eval sh -c '\''
20050 if test -d "$1"; then
20051 test -d "$1/.";
20052 else
20053 case $1 in #(
20054 -*)set "./$1";;
20055 esac;
20056 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
20057 ???[sx]*):;;*)false;;esac;fi
20058 '\'' sh
20061 as_executable_p=$as_test_x
20063 # Sed expression to map a string onto a valid CPP name.
20064 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
20066 # Sed expression to map a string onto a valid variable name.
20067 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
20070 exec 6>&1
20071 ## ----------------------------------- ##
20072 ## Main body of $CONFIG_STATUS script. ##
20073 ## ----------------------------------- ##
20074 _ASEOF
20075 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
20077 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20078 # Save the log message, to keep $0 and so on meaningful, and to
20079 # report actual input values of CONFIG_FILES etc. instead of their
20080 # values after options handling.
20081 ac_log="
20082 This file was extended by Wine $as_me 1.1.38, which was
20083 generated by GNU Autoconf 2.65. Invocation command line was
20085 CONFIG_FILES = $CONFIG_FILES
20086 CONFIG_HEADERS = $CONFIG_HEADERS
20087 CONFIG_LINKS = $CONFIG_LINKS
20088 CONFIG_COMMANDS = $CONFIG_COMMANDS
20089 $ $0 $@
20091 on `(hostname || uname -n) 2>/dev/null | sed 1q`
20094 _ACEOF
20096 case $ac_config_files in *"
20097 "*) set x $ac_config_files; shift; ac_config_files=$*;;
20098 esac
20100 case $ac_config_headers in *"
20101 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
20102 esac
20105 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20106 # Files that config.status was made for.
20107 config_files="$ac_config_files"
20108 config_headers="$ac_config_headers"
20109 config_links="$ac_config_links"
20110 config_commands="$ac_config_commands"
20112 _ACEOF
20114 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20115 ac_cs_usage="\
20116 \`$as_me' instantiates files and other configuration actions
20117 from templates according to the current configuration. Unless the files
20118 and actions are specified as TAGs, all are instantiated by default.
20120 Usage: $0 [OPTION]... [TAG]...
20122 -h, --help print this help, then exit
20123 -V, --version print version number and configuration settings, then exit
20124 --config print configuration, then exit
20125 -q, --quiet, --silent
20126 do not print progress messages
20127 -d, --debug don't remove temporary files
20128 --recheck update $as_me by reconfiguring in the same conditions
20129 --file=FILE[:TEMPLATE]
20130 instantiate the configuration file FILE
20131 --header=FILE[:TEMPLATE]
20132 instantiate the configuration header FILE
20134 Configuration files:
20135 $config_files
20137 Configuration headers:
20138 $config_headers
20140 Configuration links:
20141 $config_links
20143 Configuration commands:
20144 $config_commands
20146 Report bugs to <wine-devel@winehq.org>.
20147 Wine home page: <http://www.winehq.org>."
20149 _ACEOF
20150 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20151 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
20152 ac_cs_version="\\
20153 Wine config.status 1.1.38
20154 configured by $0, generated by GNU Autoconf 2.65,
20155 with options \\"\$ac_cs_config\\"
20157 Copyright (C) 2009 Free Software Foundation, Inc.
20158 This config.status script is free software; the Free Software Foundation
20159 gives unlimited permission to copy, distribute and modify it."
20161 ac_pwd='$ac_pwd'
20162 srcdir='$srcdir'
20163 INSTALL='$INSTALL'
20164 test -n "\$AWK" || AWK=awk
20165 _ACEOF
20167 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20168 # The default lists apply if the user does not specify any file.
20169 ac_need_defaults=:
20170 while test $# != 0
20172 case $1 in
20173 --*=*)
20174 ac_option=`expr "X$1" : 'X\([^=]*\)='`
20175 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
20176 ac_shift=:
20179 ac_option=$1
20180 ac_optarg=$2
20181 ac_shift=shift
20183 esac
20185 case $ac_option in
20186 # Handling of the options.
20187 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
20188 ac_cs_recheck=: ;;
20189 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
20190 $as_echo "$ac_cs_version"; exit ;;
20191 --config | --confi | --conf | --con | --co | --c )
20192 $as_echo "$ac_cs_config"; exit ;;
20193 --debug | --debu | --deb | --de | --d | -d )
20194 debug=: ;;
20195 --file | --fil | --fi | --f )
20196 $ac_shift
20197 case $ac_optarg in
20198 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20199 esac
20200 as_fn_append CONFIG_FILES " '$ac_optarg'"
20201 ac_need_defaults=false;;
20202 --header | --heade | --head | --hea )
20203 $ac_shift
20204 case $ac_optarg in
20205 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20206 esac
20207 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
20208 ac_need_defaults=false;;
20209 --he | --h)
20210 # Conflict between --help and --header
20211 as_fn_error "ambiguous option: \`$1'
20212 Try \`$0 --help' for more information.";;
20213 --help | --hel | -h )
20214 $as_echo "$ac_cs_usage"; exit ;;
20215 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
20216 | -silent | --silent | --silen | --sile | --sil | --si | --s)
20217 ac_cs_silent=: ;;
20219 # This is an error.
20220 -*) as_fn_error "unrecognized option: \`$1'
20221 Try \`$0 --help' for more information." ;;
20223 *) as_fn_append ac_config_targets " $1"
20224 ac_need_defaults=false ;;
20226 esac
20227 shift
20228 done
20230 ac_configure_extra_args=
20232 if $ac_cs_silent; then
20233 exec 6>/dev/null
20234 ac_configure_extra_args="$ac_configure_extra_args --silent"
20237 _ACEOF
20238 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20239 if \$ac_cs_recheck; then
20240 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
20241 shift
20242 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
20243 CONFIG_SHELL='$SHELL'
20244 export CONFIG_SHELL
20245 exec "\$@"
20248 _ACEOF
20249 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20250 exec 5>>config.log
20252 echo
20253 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
20254 ## Running $as_me. ##
20255 _ASBOX
20256 $as_echo "$ac_log"
20257 } >&5
20259 _ACEOF
20260 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20261 _ACEOF
20263 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20265 # Handling of arguments.
20266 for ac_config_target in $ac_config_targets
20268 case $ac_config_target in
20269 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
20270 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
20271 "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
20272 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
20273 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
20274 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
20275 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
20276 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
20277 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
20278 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
20279 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
20280 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
20281 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
20282 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
20283 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
20284 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
20285 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
20286 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
20287 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
20288 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
20289 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
20290 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
20291 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
20292 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
20293 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
20294 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
20295 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
20296 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
20297 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
20298 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
20299 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
20300 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
20301 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
20302 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
20303 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
20304 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
20305 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
20306 "dlls/avifil32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/tests/Makefile" ;;
20307 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
20308 "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
20309 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
20310 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
20311 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
20312 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
20313 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
20314 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
20315 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
20316 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
20317 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
20318 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
20319 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
20320 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
20321 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
20322 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
20323 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
20324 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
20325 "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
20326 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
20327 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
20328 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
20329 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
20330 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
20331 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
20332 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
20333 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
20334 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
20335 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
20336 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
20337 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
20338 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
20339 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
20340 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
20341 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
20342 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
20343 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
20344 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
20345 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
20346 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
20347 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
20348 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
20349 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
20350 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
20351 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
20352 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
20353 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
20354 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
20355 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
20356 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
20357 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
20358 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
20359 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
20360 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
20361 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
20362 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
20363 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
20364 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
20365 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
20366 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
20367 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
20368 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
20369 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
20370 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
20371 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
20372 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
20373 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
20374 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
20375 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
20376 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
20377 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
20378 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
20379 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
20380 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
20381 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
20382 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
20383 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
20384 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
20385 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
20386 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
20387 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
20388 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
20389 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
20390 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
20391 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
20392 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
20393 "dlls/dmloader/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/tests/Makefile" ;;
20394 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
20395 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
20396 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
20397 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
20398 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
20399 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
20400 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
20401 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
20402 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
20403 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
20404 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
20405 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
20406 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
20407 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
20408 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
20409 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
20410 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
20411 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
20412 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
20413 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
20414 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
20415 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
20416 "dlls/dxdiagn/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/tests/Makefile" ;;
20417 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
20418 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
20419 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
20420 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
20421 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
20422 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
20423 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
20424 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
20425 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
20426 "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
20427 "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
20428 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
20429 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
20430 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
20431 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
20432 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
20433 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
20434 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
20435 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
20436 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
20437 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
20438 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
20439 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
20440 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
20441 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
20442 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
20443 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
20444 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
20445 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
20446 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
20447 "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
20448 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
20449 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
20450 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
20451 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
20452 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
20453 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
20454 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
20455 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
20456 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
20457 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
20458 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
20459 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
20460 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
20461 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
20462 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
20463 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
20464 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
20465 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
20466 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
20467 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
20468 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
20469 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
20470 "dlls/krnl386.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/krnl386.exe16/Makefile" ;;
20471 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
20472 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
20473 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
20474 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
20475 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
20476 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
20477 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
20478 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
20479 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
20480 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
20481 "dlls/mapistub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapistub/Makefile" ;;
20482 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
20483 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
20484 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
20485 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
20486 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
20487 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
20488 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
20489 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
20490 "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
20491 "dlls/mmdevapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/tests/Makefile" ;;
20492 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
20493 "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
20494 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
20495 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
20496 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
20497 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
20498 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
20499 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
20500 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
20501 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
20502 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
20503 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
20504 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
20505 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
20506 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
20507 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
20508 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
20509 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
20510 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
20511 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
20512 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
20513 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
20514 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
20515 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
20516 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
20517 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
20518 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
20519 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
20520 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
20521 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
20522 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
20523 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
20524 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
20525 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
20526 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
20527 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
20528 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
20529 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
20530 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
20531 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
20532 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
20533 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
20534 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
20535 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
20536 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
20537 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
20538 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
20539 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
20540 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
20541 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
20542 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
20543 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
20544 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
20545 "dlls/msxml4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml4/Makefile" ;;
20546 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
20547 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
20548 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
20549 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
20550 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
20551 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
20552 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
20553 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
20554 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
20555 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
20556 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
20557 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
20558 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
20559 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
20560 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
20561 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
20562 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
20563 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
20564 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
20565 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
20566 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
20567 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
20568 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
20569 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
20570 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
20571 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
20572 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
20573 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
20574 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
20575 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
20576 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
20577 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
20578 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
20579 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
20580 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
20581 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
20582 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
20583 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
20584 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
20585 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
20586 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
20587 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
20588 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
20589 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
20590 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
20591 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
20592 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
20593 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
20594 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
20595 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
20596 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
20597 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
20598 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
20599 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
20600 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
20601 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
20602 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
20603 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
20604 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
20605 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
20606 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
20607 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
20608 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
20609 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
20610 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
20611 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
20612 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
20613 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
20614 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
20615 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
20616 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
20617 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
20618 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
20619 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
20620 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
20621 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
20622 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
20623 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
20624 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
20625 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
20626 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
20627 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
20628 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
20629 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
20630 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
20631 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
20632 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
20633 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
20634 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
20635 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
20636 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
20637 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
20638 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
20639 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
20640 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
20641 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
20642 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
20643 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
20644 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
20645 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
20646 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
20647 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
20648 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
20649 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
20650 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
20651 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
20652 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
20653 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
20654 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
20655 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
20656 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
20657 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
20658 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
20659 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
20660 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
20661 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
20662 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
20663 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
20664 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
20665 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
20666 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
20667 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
20668 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
20669 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
20670 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
20671 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
20672 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
20673 "dlls/user.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user.exe16/Makefile" ;;
20674 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
20675 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
20676 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
20677 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
20678 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
20679 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
20680 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
20681 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
20682 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
20683 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
20684 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
20685 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
20686 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
20687 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
20688 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
20689 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
20690 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
20691 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
20692 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
20693 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
20694 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
20695 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
20696 "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
20697 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
20698 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
20699 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
20700 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
20701 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
20702 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
20703 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
20704 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
20705 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
20706 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
20707 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
20708 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
20709 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
20710 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
20711 "dlls/winemapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemapi/Makefile" ;;
20712 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
20713 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
20714 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
20715 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
20716 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
20717 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
20718 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
20719 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
20720 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
20721 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
20722 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
20723 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
20724 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
20725 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
20726 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
20727 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
20728 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
20729 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
20730 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
20731 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
20732 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
20733 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
20734 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
20735 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
20736 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
20737 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
20738 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
20739 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
20740 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
20741 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
20742 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
20743 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
20744 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
20745 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
20746 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
20747 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
20748 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
20749 "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
20750 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
20751 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
20752 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
20753 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
20754 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
20755 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
20756 "dlls/xmllite/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/tests/Makefile" ;;
20757 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
20758 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
20759 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
20760 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
20761 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
20762 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
20763 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
20764 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
20765 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
20766 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
20767 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
20768 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
20769 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
20770 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
20771 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
20772 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
20773 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
20774 "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
20775 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
20776 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
20777 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
20778 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
20779 "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
20780 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
20781 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
20782 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
20783 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
20784 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
20785 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
20786 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
20787 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
20788 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
20789 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
20790 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
20791 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
20792 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
20793 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
20794 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
20795 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
20796 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
20797 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
20798 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
20799 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
20800 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
20801 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
20802 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
20803 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
20804 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
20805 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
20806 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
20807 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
20808 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
20809 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
20810 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
20811 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
20812 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
20813 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
20814 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
20815 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
20816 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
20817 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
20818 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
20819 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
20820 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
20821 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
20822 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
20823 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
20824 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
20825 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
20826 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
20828 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
20829 esac
20830 done
20833 # If the user did not use the arguments to specify the items to instantiate,
20834 # then the envvar interface is used. Set only those that are not.
20835 # We use the long form for the default assignment because of an extremely
20836 # bizarre bug on SunOS 4.1.3.
20837 if $ac_need_defaults; then
20838 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
20839 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
20840 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
20841 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
20844 # Have a temporary directory for convenience. Make it in the build tree
20845 # simply because there is no reason against having it here, and in addition,
20846 # creating and moving files from /tmp can sometimes cause problems.
20847 # Hook for its removal unless debugging.
20848 # Note that there is a small window in which the directory will not be cleaned:
20849 # after its creation but before its name has been assigned to `$tmp'.
20850 $debug ||
20852 tmp=
20853 trap 'exit_status=$?
20854 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
20856 trap 'as_fn_exit 1' 1 2 13 15
20858 # Create a (secure) tmp directory for tmp files.
20861 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
20862 test -n "$tmp" && test -d "$tmp"
20863 } ||
20865 tmp=./conf$$-$RANDOM
20866 (umask 077 && mkdir "$tmp")
20867 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
20869 # Set up the scripts for CONFIG_FILES section.
20870 # No need to generate them if there are no CONFIG_FILES.
20871 # This happens for instance with `./config.status config.h'.
20872 if test -n "$CONFIG_FILES"; then
20874 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
20875 ac_cs_awk_getline=:
20876 ac_cs_awk_pipe_init=
20877 ac_cs_awk_read_file='
20878 while ((getline aline < (F[key])) > 0)
20879 print(aline)
20880 close(F[key])'
20881 ac_cs_awk_pipe_fini=
20882 else
20883 ac_cs_awk_getline=false
20884 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
20885 ac_cs_awk_read_file='
20886 print "|#_!!_#|"
20887 print "cat " F[key] " &&"
20888 '$ac_cs_awk_pipe_init
20889 # The final `:' finishes the AND list.
20890 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
20892 ac_cr=`echo X | tr X '\015'`
20893 # On cygwin, bash can eat \r inside `` if the user requested igncr.
20894 # But we know of no other shell where ac_cr would be empty at this
20895 # point, so we can use a bashism as a fallback.
20896 if test "x$ac_cr" = x; then
20897 eval ac_cr=\$\'\\r\'
20899 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
20900 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
20901 ac_cs_awk_cr='\r'
20902 else
20903 ac_cs_awk_cr=$ac_cr
20906 echo 'BEGIN {' >"$tmp/subs1.awk" &&
20907 _ACEOF
20909 # Create commands to substitute file output variables.
20911 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
20912 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
20913 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
20914 echo "_ACAWK" &&
20915 echo "_ACEOF"
20916 } >conf$$files.sh &&
20917 . ./conf$$files.sh ||
20918 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20919 rm -f conf$$files.sh
20922 echo "cat >conf$$subs.awk <<_ACEOF" &&
20923 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
20924 echo "_ACEOF"
20925 } >conf$$subs.sh ||
20926 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20927 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
20928 ac_delim='%!_!# '
20929 for ac_last_try in false false false false false :; do
20930 . ./conf$$subs.sh ||
20931 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20933 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
20934 if test $ac_delim_n = $ac_delim_num; then
20935 break
20936 elif $ac_last_try; then
20937 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20938 else
20939 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
20941 done
20942 rm -f conf$$subs.sh
20944 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20945 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
20946 _ACEOF
20947 sed -n '
20949 s/^/S["/; s/!.*/"]=/
20952 s/^[^!]*!//
20953 :repl
20954 t repl
20955 s/'"$ac_delim"'$//
20956 t delim
20959 s/\(.\{148\}\)..*/\1/
20960 t more1
20961 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
20964 b repl
20965 :more1
20966 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
20969 s/.\{148\}//
20970 t nl
20971 :delim
20973 s/\(.\{148\}\)..*/\1/
20974 t more2
20975 s/["\\]/\\&/g; s/^/"/; s/$/"/
20978 :more2
20979 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
20982 s/.\{148\}//
20983 t delim
20984 ' <conf$$subs.awk | sed '
20985 /^[^""]/{
20987 s/\n//
20989 ' >>$CONFIG_STATUS || ac_write_fail=1
20990 rm -f conf$$subs.awk
20991 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20992 _ACAWK
20993 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
20994 for (key in S) S_is_set[key] = 1
20995 FS = "\a"
20996 \$ac_cs_awk_pipe_init
20999 line = $ 0
21000 nfields = split(line, field, "@")
21001 substed = 0
21002 len = length(field[1])
21003 for (i = 2; i < nfields; i++) {
21004 key = field[i]
21005 keylen = length(key)
21006 if (S_is_set[key]) {
21007 value = S[key]
21008 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
21009 len += length(value) + length(field[++i])
21010 substed = 1
21011 } else
21012 len += 1 + keylen
21014 if (nfields == 3 && !substed) {
21015 key = field[2]
21016 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
21017 \$ac_cs_awk_read_file
21018 next
21021 print line
21023 \$ac_cs_awk_pipe_fini
21024 _ACAWK
21025 _ACEOF
21026 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21027 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
21028 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
21029 else
21031 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
21032 || as_fn_error "could not setup config files machinery" "$LINENO" 5
21033 _ACEOF
21035 # VPATH may cause trouble with some makes, so we remove $(srcdir),
21036 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
21037 # trailing colons and then remove the whole line if VPATH becomes empty
21038 # (actually we leave an empty line to preserve line numbers).
21039 if test "x$srcdir" = x.; then
21040 ac_vpsub='/^[ ]*VPATH[ ]*=/{
21041 s/:*\$(srcdir):*/:/
21042 s/:*\${srcdir}:*/:/
21043 s/:*@srcdir@:*/:/
21044 s/^\([^=]*=[ ]*\):*/\1/
21045 s/:*$//
21046 s/^[^=]*=[ ]*$//
21050 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21051 fi # test -n "$CONFIG_FILES"
21053 # Set up the scripts for CONFIG_HEADERS section.
21054 # No need to generate them if there are no CONFIG_HEADERS.
21055 # This happens for instance with `./config.status Makefile'.
21056 if test -n "$CONFIG_HEADERS"; then
21057 cat >"$tmp/defines.awk" <<\_ACAWK ||
21058 BEGIN {
21059 _ACEOF
21061 # Transform confdefs.h into an awk script `defines.awk', embedded as
21062 # here-document in config.status, that substitutes the proper values into
21063 # config.h.in to produce config.h.
21065 # Create a delimiter string that does not exist in confdefs.h, to ease
21066 # handling of long lines.
21067 ac_delim='%!_!# '
21068 for ac_last_try in false false :; do
21069 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
21070 if test -z "$ac_t"; then
21071 break
21072 elif $ac_last_try; then
21073 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
21074 else
21075 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
21077 done
21079 # For the awk script, D is an array of macro values keyed by name,
21080 # likewise P contains macro parameters if any. Preserve backslash
21081 # newline sequences.
21083 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
21084 sed -n '
21085 s/.\{148\}/&'"$ac_delim"'/g
21086 t rset
21087 :rset
21088 s/^[ ]*#[ ]*define[ ][ ]*/ /
21089 t def
21091 :def
21092 s/\\$//
21093 t bsnl
21094 s/["\\]/\\&/g
21095 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
21096 D["\1"]=" \3"/p
21097 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
21099 :bsnl
21100 s/["\\]/\\&/g
21101 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
21102 D["\1"]=" \3\\\\\\n"\\/p
21103 t cont
21104 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
21105 t cont
21107 :cont
21109 s/.\{148\}/&'"$ac_delim"'/g
21110 t clear
21111 :clear
21112 s/\\$//
21113 t bsnlc
21114 s/["\\]/\\&/g; s/^/"/; s/$/"/p
21116 :bsnlc
21117 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
21118 b cont
21119 ' <confdefs.h | sed '
21120 s/'"$ac_delim"'/"\\\
21121 "/g' >>$CONFIG_STATUS || ac_write_fail=1
21123 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21124 for (key in D) D_is_set[key] = 1
21125 FS = "\a"
21127 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
21128 line = \$ 0
21129 split(line, arg, " ")
21130 if (arg[1] == "#") {
21131 defundef = arg[2]
21132 mac1 = arg[3]
21133 } else {
21134 defundef = substr(arg[1], 2)
21135 mac1 = arg[2]
21137 split(mac1, mac2, "(") #)
21138 macro = mac2[1]
21139 prefix = substr(line, 1, index(line, defundef) - 1)
21140 if (D_is_set[macro]) {
21141 # Preserve the white space surrounding the "#".
21142 print prefix "define", macro P[macro] D[macro]
21143 next
21144 } else {
21145 # Replace #undef with comments. This is necessary, for example,
21146 # in the case of _POSIX_SOURCE, which is predefined and required
21147 # on some systems where configure will not decide to define it.
21148 if (defundef == "undef") {
21149 print "/*", prefix defundef, macro, "*/"
21150 next
21154 { print }
21155 _ACAWK
21156 _ACEOF
21157 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21158 as_fn_error "could not setup config headers machinery" "$LINENO" 5
21159 fi # test -n "$CONFIG_HEADERS"
21162 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
21163 shift
21164 for ac_tag
21166 case $ac_tag in
21167 :[FHLC]) ac_mode=$ac_tag; continue;;
21168 esac
21169 case $ac_mode$ac_tag in
21170 :[FHL]*:*);;
21171 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
21172 :[FH]-) ac_tag=-:-;;
21173 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
21174 esac
21175 ac_save_IFS=$IFS
21176 IFS=:
21177 set x $ac_tag
21178 IFS=$ac_save_IFS
21179 shift
21180 ac_file=$1
21181 shift
21183 case $ac_mode in
21184 :L) ac_source=$1;;
21185 :[FH])
21186 ac_file_inputs=
21187 for ac_f
21189 case $ac_f in
21190 -) ac_f="$tmp/stdin";;
21191 *) # Look for the file first in the build tree, then in the source tree
21192 # (if the path is not absolute). The absolute path cannot be DOS-style,
21193 # because $ac_f cannot contain `:'.
21194 test -f "$ac_f" ||
21195 case $ac_f in
21196 [\\/$]*) false;;
21197 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
21198 esac ||
21199 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
21200 esac
21201 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
21202 as_fn_append ac_file_inputs " '$ac_f'"
21203 done
21205 # Let's still pretend it is `configure' which instantiates (i.e., don't
21206 # use $as_me), people would be surprised to read:
21207 # /* config.h. Generated by config.status. */
21208 configure_input='Generated from '`
21209 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
21210 `' by configure.'
21211 if test x"$ac_file" != x-; then
21212 configure_input="$ac_file. $configure_input"
21213 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
21214 $as_echo "$as_me: creating $ac_file" >&6;}
21216 # Neutralize special characters interpreted by sed in replacement strings.
21217 case $configure_input in #(
21218 *\&* | *\|* | *\\* )
21219 ac_sed_conf_input=`$as_echo "$configure_input" |
21220 sed 's/[\\\\&|]/\\\\&/g'`;; #(
21221 *) ac_sed_conf_input=$configure_input;;
21222 esac
21224 case $ac_tag in
21225 *:-:* | *:-) cat >"$tmp/stdin" \
21226 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
21227 esac
21229 esac
21231 ac_dir=`$as_dirname -- "$ac_file" ||
21232 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
21233 X"$ac_file" : 'X\(//\)[^/]' \| \
21234 X"$ac_file" : 'X\(//\)$' \| \
21235 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
21236 $as_echo X"$ac_file" |
21237 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
21238 s//\1/
21241 /^X\(\/\/\)[^/].*/{
21242 s//\1/
21245 /^X\(\/\/\)$/{
21246 s//\1/
21249 /^X\(\/\).*/{
21250 s//\1/
21253 s/.*/./; q'`
21254 as_dir="$ac_dir"; as_fn_mkdir_p
21255 ac_builddir=.
21257 case "$ac_dir" in
21258 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
21260 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
21261 # A ".." for each directory in $ac_dir_suffix.
21262 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
21263 case $ac_top_builddir_sub in
21264 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
21265 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
21266 esac ;;
21267 esac
21268 ac_abs_top_builddir=$ac_pwd
21269 ac_abs_builddir=$ac_pwd$ac_dir_suffix
21270 # for backward compatibility:
21271 ac_top_builddir=$ac_top_build_prefix
21273 case $srcdir in
21274 .) # We are building in place.
21275 ac_srcdir=.
21276 ac_top_srcdir=$ac_top_builddir_sub
21277 ac_abs_top_srcdir=$ac_pwd ;;
21278 [\\/]* | ?:[\\/]* ) # Absolute name.
21279 ac_srcdir=$srcdir$ac_dir_suffix;
21280 ac_top_srcdir=$srcdir
21281 ac_abs_top_srcdir=$srcdir ;;
21282 *) # Relative name.
21283 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
21284 ac_top_srcdir=$ac_top_build_prefix$srcdir
21285 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
21286 esac
21287 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
21290 case $ac_mode in
21293 # CONFIG_FILE
21296 case $INSTALL in
21297 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
21298 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
21299 esac
21300 _ACEOF
21302 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21303 # If the template does not know about datarootdir, expand it.
21304 # FIXME: This hack should be removed a few years after 2.60.
21305 ac_datarootdir_hack=; ac_datarootdir_seen=
21306 ac_sed_dataroot='
21307 /datarootdir/ {
21311 /@datadir@/p
21312 /@docdir@/p
21313 /@infodir@/p
21314 /@localedir@/p
21315 /@mandir@/p'
21316 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
21317 *datarootdir*) ac_datarootdir_seen=yes;;
21318 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
21319 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
21320 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
21321 _ACEOF
21322 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21323 ac_datarootdir_hack='
21324 s&@datadir@&$datadir&g
21325 s&@docdir@&$docdir&g
21326 s&@infodir@&$infodir&g
21327 s&@localedir@&$localedir&g
21328 s&@mandir@&$mandir&g
21329 s&\\\${datarootdir}&$datarootdir&g' ;;
21330 esac
21331 _ACEOF
21333 # Neutralize VPATH when `$srcdir' = `.'.
21334 # Shell code in configure.ac might set extrasub.
21335 # FIXME: do we really want to maintain this feature?
21336 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21337 ac_sed_extra="$ac_vpsub
21338 $extrasub
21339 _ACEOF
21340 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21342 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
21343 s|@configure_input@|$ac_sed_conf_input|;t t
21344 s&@top_builddir@&$ac_top_builddir_sub&;t t
21345 s&@top_build_prefix@&$ac_top_build_prefix&;t t
21346 s&@srcdir@&$ac_srcdir&;t t
21347 s&@abs_srcdir@&$ac_abs_srcdir&;t t
21348 s&@top_srcdir@&$ac_top_srcdir&;t t
21349 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
21350 s&@builddir@&$ac_builddir&;t t
21351 s&@abs_builddir@&$ac_abs_builddir&;t t
21352 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
21353 s&@INSTALL@&$ac_INSTALL&;t t
21354 $ac_datarootdir_hack
21356 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
21357 if $ac_cs_awk_getline; then
21358 $AWK -f "$tmp/subs.awk"
21359 else
21360 $AWK -f "$tmp/subs.awk" | $SHELL
21361 fi >$tmp/out \
21362 || as_fn_error "could not create $ac_file" "$LINENO" 5
21364 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
21365 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
21366 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
21367 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
21368 which seems to be undefined. Please make sure it is defined." >&5
21369 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
21370 which seems to be undefined. Please make sure it is defined." >&2;}
21372 rm -f "$tmp/stdin"
21373 case $ac_file in
21374 -) cat "$tmp/out" && rm -f "$tmp/out";;
21375 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
21376 esac \
21377 || as_fn_error "could not create $ac_file" "$LINENO" 5
21381 # CONFIG_HEADER
21383 if test x"$ac_file" != x-; then
21385 $as_echo "/* $configure_input */" \
21386 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
21387 } >"$tmp/config.h" \
21388 || as_fn_error "could not create $ac_file" "$LINENO" 5
21389 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
21390 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
21391 $as_echo "$as_me: $ac_file is unchanged" >&6;}
21392 else
21393 rm -f "$ac_file"
21394 mv "$tmp/config.h" "$ac_file" \
21395 || as_fn_error "could not create $ac_file" "$LINENO" 5
21397 else
21398 $as_echo "/* $configure_input */" \
21399 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
21400 || as_fn_error "could not create -" "$LINENO" 5
21405 # CONFIG_LINK
21408 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
21410 else
21411 # Prefer the file from the source tree if names are identical.
21412 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
21413 ac_source=$srcdir/$ac_source
21416 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
21417 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
21419 if test ! -r "$ac_source"; then
21420 as_fn_error "$ac_source: file not found" "$LINENO" 5
21422 rm -f "$ac_file"
21424 # Try a relative symlink, then a hard link, then a copy.
21425 case $srcdir in
21426 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
21427 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
21428 esac
21429 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
21430 ln "$ac_source" "$ac_file" 2>/dev/null ||
21431 cp -p "$ac_source" "$ac_file" ||
21432 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
21435 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
21436 $as_echo "$as_me: executing $ac_file commands" >&6;}
21438 esac
21441 case $ac_file$ac_mode in
21442 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
21443 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
21444 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
21445 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
21446 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
21447 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
21448 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
21449 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
21450 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
21451 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
21452 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
21453 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
21454 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
21456 esac
21457 done # for ac_tag
21460 as_fn_exit 0
21461 _ACEOF
21462 ac_clean_files=$ac_clean_files_save
21464 test $ac_write_fail = 0 ||
21465 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
21468 # configure is writing to config.log, and then calls config.status.
21469 # config.status does its own redirection, appending to config.log.
21470 # Unfortunately, on DOS this fails, as config.log is still kept open
21471 # by configure, so config.status won't be able to write to it; its
21472 # output is simply discarded. So we exec the FD to /dev/null,
21473 # effectively closing config.log, so it can be properly (re)opened and
21474 # appended to by config.status. When coming back to configure, we
21475 # need to make the FD available again.
21476 if test "$no_create" != yes; then
21477 ac_cs_success=:
21478 ac_config_status_args=
21479 test "$silent" = yes &&
21480 ac_config_status_args="$ac_config_status_args --quiet"
21481 exec 5>/dev/null
21482 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
21483 exec 5>>config.log
21484 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
21485 # would make configure fail if this is the last instruction.
21486 $ac_cs_success || as_fn_exit $?
21488 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
21489 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
21490 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
21494 if test "$no_create" = "yes"
21495 then
21496 exit 0
21499 ac_save_IFS="$IFS"
21500 if test "x$wine_notices != "x; then
21501 echo >&6
21502 IFS="|"
21503 for msg in $wine_notices; do
21504 IFS="$ac_save_IFS"
21505 if test -n "$msg"; then
21506 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
21507 $as_echo "$as_me: $msg" >&6;}
21509 done
21511 IFS="|"
21512 for msg in $wine_warnings; do
21513 IFS="$ac_save_IFS"
21514 if test -n "$msg"; then
21515 echo >&2
21516 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
21517 $as_echo "$as_me: WARNING: $msg" >&2;}
21519 done
21520 IFS="$ac_save_IFS"
21522 echo "
21523 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
21524 " >&6