d3drm: Add stubbed implementation of IDirect3DRMMeshBuilder.
[wine/multimedia.git] / configure
blob2ae042fb128e03932be7e0aab727601842a7b7a6
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for Wine 1.1.37.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10 # Inc.
13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ##
16 ## M4sh Initialization. ##
17 ## -------------------- ##
19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 emulate sh
23 NULLCMD=:
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25 # is contrary to our usage. Disable this feature.
26 alias -g '${1+"$@"}'='"$@"'
27 setopt NO_GLOB_SUBST
28 else
29 case `(set -o) 2>/dev/null` in #(
30 *posix*) :
31 set -o posix ;; #(
32 *) :
34 esac
38 as_nl='
40 export as_nl
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
46 # but without wasting forks for bash or zsh.
47 if test -z "$BASH_VERSION$ZSH_VERSION" \
48 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49 as_echo='print -r --'
50 as_echo_n='print -rn --'
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52 as_echo='printf %s\n'
53 as_echo_n='printf %s'
54 else
55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57 as_echo_n='/usr/ucb/echo -n'
58 else
59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 as_echo_n_body='eval
61 arg=$1;
62 case $arg in #(
63 *"$as_nl"*)
64 expr "X$arg" : "X\\(.*\\)$as_nl";
65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66 esac;
67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
69 export as_echo_n_body
70 as_echo_n='sh -c $as_echo_n_body as_echo'
72 export as_echo_body
73 as_echo='sh -c $as_echo_body as_echo'
76 # The user is always right.
77 if test "${PATH_SEPARATOR+set}" != set; then
78 PATH_SEPARATOR=:
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81 PATH_SEPARATOR=';'
86 # IFS
87 # We need space, tab and new line, in precisely that order. Quoting is
88 # there to prevent editors from complaining about space-tab.
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.)
91 IFS=" "" $as_nl"
93 # Find who we are. Look in the path if we contain no directory separator.
94 case $0 in #((
95 *[\\/]* ) as_myself=$0 ;;
96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 for as_dir in $PATH
99 IFS=$as_save_IFS
100 test -z "$as_dir" && as_dir=.
101 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102 done
103 IFS=$as_save_IFS
106 esac
107 # We did not find ourselves, most probably we were run as `sh COMMAND'
108 # in which case we are not to be found in the path.
109 if test "x$as_myself" = x; then
110 as_myself=$0
112 if test ! -f "$as_myself"; then
113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 exit 1
117 # Unset variables that we do not need and which cause bugs (e.g. in
118 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
119 # suppresses any "Segmentation fault" message there. '((' could
120 # trigger a bug in pdksh 5.2.14.
121 for as_var in BASH_ENV ENV MAIL MAILPATH
122 do eval test x\${$as_var+set} = xset \
123 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124 done
125 PS1='$ '
126 PS2='> '
127 PS4='+ '
129 # NLS nuisances.
130 LC_ALL=C
131 export LC_ALL
132 LANGUAGE=C
133 export LANGUAGE
135 # CDPATH.
136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138 if test "x$CONFIG_SHELL" = x; then
139 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140 emulate sh
141 NULLCMD=:
142 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143 # is contrary to our usage. Disable this feature.
144 alias -g '\${1+\"\$@\"}'='\"\$@\"'
145 setopt NO_GLOB_SUBST
146 else
147 case \`(set -o) 2>/dev/null\` in #(
148 *posix*) :
149 set -o posix ;; #(
150 *) :
152 esac
155 as_required="as_fn_return () { (exit \$1); }
156 as_fn_success () { as_fn_return 0; }
157 as_fn_failure () { as_fn_return 1; }
158 as_fn_ret_success () { return 0; }
159 as_fn_ret_failure () { return 1; }
161 exitcode=0
162 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168 else
169 exitcode=1; echo positional parameters were not saved.
171 test x\$exitcode = x0 || exit 1"
172 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176 test \$(( 1 + 1 )) = 2 || exit 1"
177 if (eval "$as_required") 2>/dev/null; then :
178 as_have_required=yes
179 else
180 as_have_required=no
182 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
184 else
185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
186 as_found=false
187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
189 IFS=$as_save_IFS
190 test -z "$as_dir" && as_dir=.
191 as_found=:
192 case $as_dir in #(
194 for as_base in sh bash ksh sh5; do
195 # Try only shells that exist, to save several forks.
196 as_shell=$as_dir/$as_base
197 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
198 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
199 CONFIG_SHELL=$as_shell as_have_required=yes
200 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
201 break 2
204 done;;
205 esac
206 as_found=false
207 done
208 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
209 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
210 CONFIG_SHELL=$SHELL as_have_required=yes
211 fi; }
212 IFS=$as_save_IFS
215 if test "x$CONFIG_SHELL" != x; then :
216 # We cannot yet assume a decent shell, so we have to provide a
217 # neutralization value for shells without unset; and this also
218 # works around shells that cannot unset nonexistent variables.
219 BASH_ENV=/dev/null
220 ENV=/dev/null
221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222 export CONFIG_SHELL
223 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
226 if test x$as_have_required = xno; then :
227 $as_echo "$0: This script requires a shell more modern than all"
228 $as_echo "$0: the shells that I found on your system."
229 if test x${ZSH_VERSION+set} = xset ; then
230 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
231 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
232 else
233 $as_echo "$0: Please tell bug-autoconf@gnu.org and
234 $0: wine-devel@winehq.org about your system, including any
235 $0: error possibly output before this message. Then install
236 $0: a modern shell, or manually run the script under such a
237 $0: shell if you do have one."
239 exit 1
243 SHELL=${CONFIG_SHELL-/bin/sh}
244 export SHELL
245 # Unset more variables known to interfere with behavior of common tools.
246 CLICOLOR_FORCE= GREP_OPTIONS=
247 unset CLICOLOR_FORCE GREP_OPTIONS
249 ## --------------------- ##
250 ## M4sh Shell Functions. ##
251 ## --------------------- ##
252 # as_fn_unset VAR
253 # ---------------
254 # Portably unset VAR.
255 as_fn_unset ()
257 { eval $1=; unset $1;}
259 as_unset=as_fn_unset
261 # as_fn_set_status STATUS
262 # -----------------------
263 # Set $? to STATUS, without forking.
264 as_fn_set_status ()
266 return $1
267 } # as_fn_set_status
269 # as_fn_exit STATUS
270 # -----------------
271 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
272 as_fn_exit ()
274 set +e
275 as_fn_set_status $1
276 exit $1
277 } # as_fn_exit
279 # as_fn_mkdir_p
280 # -------------
281 # Create "$as_dir" as a directory, including parents if necessary.
282 as_fn_mkdir_p ()
285 case $as_dir in #(
286 -*) as_dir=./$as_dir;;
287 esac
288 test -d "$as_dir" || eval $as_mkdir_p || {
289 as_dirs=
290 while :; do
291 case $as_dir in #(
292 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
293 *) as_qdir=$as_dir;;
294 esac
295 as_dirs="'$as_qdir' $as_dirs"
296 as_dir=`$as_dirname -- "$as_dir" ||
297 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
298 X"$as_dir" : 'X\(//\)[^/]' \| \
299 X"$as_dir" : 'X\(//\)$' \| \
300 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
301 $as_echo X"$as_dir" |
302 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
303 s//\1/
306 /^X\(\/\/\)[^/].*/{
307 s//\1/
310 /^X\(\/\/\)$/{
311 s//\1/
314 /^X\(\/\).*/{
315 s//\1/
318 s/.*/./; q'`
319 test -d "$as_dir" && break
320 done
321 test -z "$as_dirs" || eval "mkdir $as_dirs"
322 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
325 } # as_fn_mkdir_p
326 # as_fn_append VAR VALUE
327 # ----------------------
328 # Append the text in VALUE to the end of the definition contained in VAR. Take
329 # advantage of any shell optimizations that allow amortized linear growth over
330 # repeated appends, instead of the typical quadratic growth present in naive
331 # implementations.
332 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
333 eval 'as_fn_append ()
335 eval $1+=\$2
337 else
338 as_fn_append ()
340 eval $1=\$$1\$2
342 fi # as_fn_append
344 # as_fn_arith ARG...
345 # ------------------
346 # Perform arithmetic evaluation on the ARGs, and store the result in the
347 # global $as_val. Take advantage of shells that can avoid forks. The arguments
348 # must be portable across $(()) and expr.
349 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
350 eval 'as_fn_arith ()
352 as_val=$(( $* ))
354 else
355 as_fn_arith ()
357 as_val=`expr "$@" || test $? -eq 1`
359 fi # as_fn_arith
362 # as_fn_error ERROR [LINENO LOG_FD]
363 # ---------------------------------
364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366 # script with status $?, using 1 if that was 0.
367 as_fn_error ()
369 as_status=$?; test $as_status -eq 0 && as_status=1
370 if test "$3"; then
371 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
374 $as_echo "$as_me: error: $1" >&2
375 as_fn_exit $as_status
376 } # as_fn_error
378 if expr a : '\(a\)' >/dev/null 2>&1 &&
379 test "X`expr 00001 : '.*\(...\)'`" = X001; then
380 as_expr=expr
381 else
382 as_expr=false
385 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386 as_basename=basename
387 else
388 as_basename=false
391 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392 as_dirname=dirname
393 else
394 as_dirname=false
397 as_me=`$as_basename -- "$0" ||
398 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
399 X"$0" : 'X\(//\)$' \| \
400 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
401 $as_echo X/"$0" |
402 sed '/^.*\/\([^/][^/]*\)\/*$/{
403 s//\1/
406 /^X\/\(\/\/\)$/{
407 s//\1/
410 /^X\/\(\/\).*/{
411 s//\1/
414 s/.*/./; q'`
416 # Avoid depending upon Character Ranges.
417 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
418 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
419 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
420 as_cr_digits='0123456789'
421 as_cr_alnum=$as_cr_Letters$as_cr_digits
424 as_lineno_1=$LINENO as_lineno_1a=$LINENO
425 as_lineno_2=$LINENO as_lineno_2a=$LINENO
426 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
427 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
428 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
429 sed -n '
431 /[$]LINENO/=
432 ' <$as_myself |
433 sed '
434 s/[$]LINENO.*/&-/
435 t lineno
437 :lineno
439 :loop
440 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
441 t loop
442 s/-\n.*//
443 ' >$as_me.lineno &&
444 chmod +x "$as_me.lineno" ||
445 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
447 # Don't try to exec as it changes $[0], causing all sort of problems
448 # (the dirname of $[0] is not the place where we might find the
449 # original and so on. Autoconf is especially sensitive to this).
450 . "./$as_me.lineno"
451 # Exit status is that of the last command.
452 exit
455 ECHO_C= ECHO_N= ECHO_T=
456 case `echo -n x` in #(((((
457 -n*)
458 case `echo 'xy\c'` in
459 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
460 xy) ECHO_C='\c';;
461 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
462 ECHO_T=' ';;
463 esac;;
465 ECHO_N='-n';;
466 esac
468 rm -f conf$$ conf$$.exe conf$$.file
469 if test -d conf$$.dir; then
470 rm -f conf$$.dir/conf$$.file
471 else
472 rm -f conf$$.dir
473 mkdir conf$$.dir 2>/dev/null
475 if (echo >conf$$.file) 2>/dev/null; then
476 if ln -s conf$$.file conf$$ 2>/dev/null; then
477 as_ln_s='ln -s'
478 # ... but there are two gotchas:
479 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
480 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
481 # In both cases, we have to default to `cp -p'.
482 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
483 as_ln_s='cp -p'
484 elif ln conf$$.file conf$$ 2>/dev/null; then
485 as_ln_s=ln
486 else
487 as_ln_s='cp -p'
489 else
490 as_ln_s='cp -p'
492 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
493 rmdir conf$$.dir 2>/dev/null
495 if mkdir -p . 2>/dev/null; then
496 as_mkdir_p='mkdir -p "$as_dir"'
497 else
498 test -d ./-p && rmdir ./-p
499 as_mkdir_p=false
502 if test -x / >/dev/null 2>&1; then
503 as_test_x='test -x'
504 else
505 if ls -dL / >/dev/null 2>&1; then
506 as_ls_L_option=L
507 else
508 as_ls_L_option=
510 as_test_x='
511 eval sh -c '\''
512 if test -d "$1"; then
513 test -d "$1/.";
514 else
515 case $1 in #(
516 -*)set "./$1";;
517 esac;
518 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
519 ???[sx]*):;;*)false;;esac;fi
520 '\'' sh
523 as_executable_p=$as_test_x
525 # Sed expression to map a string onto a valid CPP name.
526 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
528 # Sed expression to map a string onto a valid variable name.
529 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
532 test -n "$DJDIR" || exec 7<&0 </dev/null
533 exec 6>&1
535 # Name of the host.
536 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
537 # so uname gets run too.
538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
541 # Initializations.
543 ac_default_prefix=/usr/local
544 ac_clean_files=
545 ac_config_libobj_dir=.
546 LIBOBJS=
547 cross_compiling=no
548 subdirs=
549 MFLAGS=
550 MAKEFLAGS=
552 # Identity of this package.
553 PACKAGE_NAME='Wine'
554 PACKAGE_TARNAME='wine'
555 PACKAGE_VERSION='1.1.37'
556 PACKAGE_STRING='Wine 1.1.37'
557 PACKAGE_BUGREPORT='wine-devel@winehq.org'
558 PACKAGE_URL='http://www.winehq.org'
560 ac_unique_file="server/atom.c"
561 # Factoring default headers for most tests.
562 ac_includes_default="\
563 #include <stdio.h>
564 #ifdef HAVE_SYS_TYPES_H
565 # include <sys/types.h>
566 #endif
567 #ifdef HAVE_SYS_STAT_H
568 # include <sys/stat.h>
569 #endif
570 #ifdef STDC_HEADERS
571 # include <stdlib.h>
572 # include <stddef.h>
573 #else
574 # ifdef HAVE_STDLIB_H
575 # include <stdlib.h>
576 # endif
577 #endif
578 #ifdef HAVE_STRING_H
579 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
580 # include <memory.h>
581 # endif
582 # include <string.h>
583 #endif
584 #ifdef HAVE_STRINGS_H
585 # include <strings.h>
586 #endif
587 #ifdef HAVE_INTTYPES_H
588 # include <inttypes.h>
589 #endif
590 #ifdef HAVE_STDINT_H
591 # include <stdint.h>
592 #endif
593 #ifdef HAVE_UNISTD_H
594 # include <unistd.h>
595 #endif"
597 ac_subst_vars='LTLIBOBJS
598 LIBOBJS
599 ALL_WINETEST_DEPENDS
600 ALL_PROGRAM_BIN_INSTALL_DIRS
601 ALL_PROGRAM_INSTALL_DIRS
602 ALL_PROGRAM_DIRS
603 ALL_TEST_DIRS
604 ALL_IMPORTLIB_RULES
605 ALL_IMPORT_LIBS
606 ALL_STATIC_LIBS
607 ALL_IMPLIB_DIRS
608 ALL_DLL_DIRS
609 ALL_TOP_DIRS
610 ALL_MAKEFILE_DEPENDS
611 ALL_MAKEFILES
612 ALL_MAKERULES
613 DEPENDENCIES
614 LDAPLIBS
615 LIBPOLL
616 LIBDL
617 EXTRA_BINARIES
618 MAIN_BINARY
619 SOCKETLIBS
620 CRTLIBS
621 TOOLSEXT
622 LDPATH
623 BUILTINFLAG
624 EXTRACFLAGS
625 LIBKSTAT
626 LIBMPG123
627 PNGINCL
628 FONTCONFIGINCL
629 CUPSINCL
630 AUDIOIOLIBS
631 ALSALIBS
632 ESDLIBS
633 ESDINCL
634 ESDCONFIG
635 ZLIB
636 FREETYPEINCL
637 FREETYPELIBS
638 ft_devel
639 LCMSLIBS
640 RESOLVLIBS
641 GPHOTO2INCL
642 GPHOTO2LIBS
643 gphoto2port_devel
644 gphoto2_devel
645 SANEINCL
646 sane_devel
647 GNUTLSINCL
648 HALINCL
649 XSLTINCL
650 XML2INCL
651 XML2LIBS
652 NASLIBS
653 X_EXTRA_LIBS
654 X_LIBS
655 X_PRE_LIBS
656 X_CFLAGS
657 XMKMF
658 LIBPTHREAD
659 CROSSTARGET
660 CROSSTEST
661 CROSSCC
662 CARBONLIB
663 LIBOPENAL
664 COREAUDIO
665 DISKARBITRATIONLIB
666 LDEXECFLAGS
667 IOKITLIB
668 COREFOUNDATIONLIB
669 SECURITYLIB
670 DLLWRAP
671 DLLTOOL
673 LDRPATH_LOCAL
674 LDRPATH_INSTALL
675 IMPLIBEXT
676 LIBEXT
677 LDDLLFLAGS
678 LDSHARED
679 DLLFLAGS
680 DLLEXT
682 OPENGL_LIBS
683 XLIB
684 PRELINK
685 ICOTOOL
686 RSVG
687 PKG_CONFIG
688 FONTFORGE
689 LINTFLAGS
690 LINT
691 INSTALL_DATA
692 INSTALL_SCRIPT
693 INSTALL_PROGRAM
694 LDCONFIG
695 EGREP
696 GREP
698 LN_S
699 STRIP
700 RANLIB
701 ARFLAGS
702 ac_ct_AR
704 BISON
705 FLEX
706 TOOLSDIR
707 WOW64_DISABLE
708 TARGETFLAGS
709 CPPBIN
710 ac_ct_CXX
711 CXXFLAGS
713 OBJEXT
714 EXEEXT
715 ac_ct_CC
716 CPPFLAGS
717 LDFLAGS
718 CFLAGS
720 SET_MAKE
721 host_os
722 host_vendor
723 host_cpu
724 host
725 build_os
726 build_vendor
727 build_cpu
728 build
729 MAINTAINER_MODE
730 target_alias
731 host_alias
732 build_alias
733 LIBS
734 ECHO_T
735 ECHO_N
736 ECHO_C
737 DEFS
738 mandir
739 localedir
740 libdir
741 psdir
742 pdfdir
743 dvidir
744 htmldir
745 infodir
746 docdir
747 oldincludedir
748 includedir
749 localstatedir
750 sharedstatedir
751 sysconfdir
752 datadir
753 datarootdir
754 libexecdir
755 sbindir
756 bindir
757 program_transform_name
758 prefix
759 exec_prefix
760 PACKAGE_URL
761 PACKAGE_BUGREPORT
762 PACKAGE_STRING
763 PACKAGE_VERSION
764 PACKAGE_TARNAME
765 PACKAGE_NAME
766 PATH_SEPARATOR
767 SHELL'
768 ac_subst_files='MAKE_RULES
769 MAKE_DLL_RULES
770 MAKE_IMPLIB_RULES
771 MAKE_TEST_RULES
772 MAKE_PROG_RULES'
773 ac_user_opts='
774 enable_option_checking
775 enable_win16
776 enable_win64
777 enable_tests
778 enable_maintainer_mode
779 with_alsa
780 with_audioio
781 with_capi
782 with_cms
783 with_coreaudio
784 with_cups
785 with_curses
786 with_esd
787 with_fontconfig
788 with_freetype
789 with_gphoto
790 with_glu
791 with_gnutls
792 with_gsm
793 with_hal
794 with_jack
795 with_jpeg
796 with_ldap
797 with_mpg123
798 with_nas
799 with_openal
800 with_opengl
801 with_openssl
802 with_oss
803 with_png
804 with_pthread
805 with_sane
806 with_v4l
807 with_xcomposite
808 with_xcursor
809 with_xinerama
810 with_xinput
811 with_xml
812 with_xrandr
813 with_xrender
814 with_xshape
815 with_xshm
816 with_xslt
817 with_xxf86vm
818 with_wine_tools
819 with_wine64
820 enable_largefile
821 with_x
823 ac_precious_vars='build_alias
824 host_alias
825 target_alias
827 CFLAGS
828 LDFLAGS
829 LIBS
830 CPPFLAGS
832 CXXFLAGS
835 XMKMF'
838 # Initialize some variables set by options.
839 ac_init_help=
840 ac_init_version=false
841 ac_unrecognized_opts=
842 ac_unrecognized_sep=
843 # The variables have the same names as the options, with
844 # dashes changed to underlines.
845 cache_file=/dev/null
846 exec_prefix=NONE
847 no_create=
848 no_recursion=
849 prefix=NONE
850 program_prefix=NONE
851 program_suffix=NONE
852 program_transform_name=s,x,x,
853 silent=
854 site=
855 srcdir=
856 verbose=
857 x_includes=NONE
858 x_libraries=NONE
860 # Installation directory options.
861 # These are left unexpanded so users can "make install exec_prefix=/foo"
862 # and all the variables that are supposed to be based on exec_prefix
863 # by default will actually change.
864 # Use braces instead of parens because sh, perl, etc. also accept them.
865 # (The list follows the same order as the GNU Coding Standards.)
866 bindir='${exec_prefix}/bin'
867 sbindir='${exec_prefix}/sbin'
868 libexecdir='${exec_prefix}/libexec'
869 datarootdir='${prefix}/share'
870 datadir='${datarootdir}'
871 sysconfdir='${prefix}/etc'
872 sharedstatedir='${prefix}/com'
873 localstatedir='${prefix}/var'
874 includedir='${prefix}/include'
875 oldincludedir='/usr/include'
876 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
877 infodir='${datarootdir}/info'
878 htmldir='${docdir}'
879 dvidir='${docdir}'
880 pdfdir='${docdir}'
881 psdir='${docdir}'
882 libdir='${exec_prefix}/lib'
883 localedir='${datarootdir}/locale'
884 mandir='${datarootdir}/man'
886 ac_prev=
887 ac_dashdash=
888 for ac_option
890 # If the previous option needs an argument, assign it.
891 if test -n "$ac_prev"; then
892 eval $ac_prev=\$ac_option
893 ac_prev=
894 continue
897 case $ac_option in
898 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
899 *) ac_optarg=yes ;;
900 esac
902 # Accept the important Cygnus configure options, so we can diagnose typos.
904 case $ac_dashdash$ac_option in
906 ac_dashdash=yes ;;
908 -bindir | --bindir | --bindi | --bind | --bin | --bi)
909 ac_prev=bindir ;;
910 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
911 bindir=$ac_optarg ;;
913 -build | --build | --buil | --bui | --bu)
914 ac_prev=build_alias ;;
915 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
916 build_alias=$ac_optarg ;;
918 -cache-file | --cache-file | --cache-fil | --cache-fi \
919 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
920 ac_prev=cache_file ;;
921 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
922 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
923 cache_file=$ac_optarg ;;
925 --config-cache | -C)
926 cache_file=config.cache ;;
928 -datadir | --datadir | --datadi | --datad)
929 ac_prev=datadir ;;
930 -datadir=* | --datadir=* | --datadi=* | --datad=*)
931 datadir=$ac_optarg ;;
933 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
934 | --dataroo | --dataro | --datar)
935 ac_prev=datarootdir ;;
936 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
937 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
938 datarootdir=$ac_optarg ;;
940 -disable-* | --disable-*)
941 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
942 # Reject names that are not valid shell variable names.
943 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
944 as_fn_error "invalid feature name: $ac_useropt"
945 ac_useropt_orig=$ac_useropt
946 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
947 case $ac_user_opts in
949 "enable_$ac_useropt"
950 "*) ;;
951 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
952 ac_unrecognized_sep=', ';;
953 esac
954 eval enable_$ac_useropt=no ;;
956 -docdir | --docdir | --docdi | --doc | --do)
957 ac_prev=docdir ;;
958 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
959 docdir=$ac_optarg ;;
961 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
962 ac_prev=dvidir ;;
963 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
964 dvidir=$ac_optarg ;;
966 -enable-* | --enable-*)
967 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
968 # Reject names that are not valid shell variable names.
969 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
970 as_fn_error "invalid feature name: $ac_useropt"
971 ac_useropt_orig=$ac_useropt
972 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
973 case $ac_user_opts in
975 "enable_$ac_useropt"
976 "*) ;;
977 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
978 ac_unrecognized_sep=', ';;
979 esac
980 eval enable_$ac_useropt=\$ac_optarg ;;
982 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
983 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
984 | --exec | --exe | --ex)
985 ac_prev=exec_prefix ;;
986 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
987 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
988 | --exec=* | --exe=* | --ex=*)
989 exec_prefix=$ac_optarg ;;
991 -gas | --gas | --ga | --g)
992 # Obsolete; use --with-gas.
993 with_gas=yes ;;
995 -help | --help | --hel | --he | -h)
996 ac_init_help=long ;;
997 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
998 ac_init_help=recursive ;;
999 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1000 ac_init_help=short ;;
1002 -host | --host | --hos | --ho)
1003 ac_prev=host_alias ;;
1004 -host=* | --host=* | --hos=* | --ho=*)
1005 host_alias=$ac_optarg ;;
1007 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1008 ac_prev=htmldir ;;
1009 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1010 | --ht=*)
1011 htmldir=$ac_optarg ;;
1013 -includedir | --includedir | --includedi | --included | --include \
1014 | --includ | --inclu | --incl | --inc)
1015 ac_prev=includedir ;;
1016 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1017 | --includ=* | --inclu=* | --incl=* | --inc=*)
1018 includedir=$ac_optarg ;;
1020 -infodir | --infodir | --infodi | --infod | --info | --inf)
1021 ac_prev=infodir ;;
1022 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1023 infodir=$ac_optarg ;;
1025 -libdir | --libdir | --libdi | --libd)
1026 ac_prev=libdir ;;
1027 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1028 libdir=$ac_optarg ;;
1030 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1031 | --libexe | --libex | --libe)
1032 ac_prev=libexecdir ;;
1033 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1034 | --libexe=* | --libex=* | --libe=*)
1035 libexecdir=$ac_optarg ;;
1037 -localedir | --localedir | --localedi | --localed | --locale)
1038 ac_prev=localedir ;;
1039 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1040 localedir=$ac_optarg ;;
1042 -localstatedir | --localstatedir | --localstatedi | --localstated \
1043 | --localstate | --localstat | --localsta | --localst | --locals)
1044 ac_prev=localstatedir ;;
1045 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1046 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1047 localstatedir=$ac_optarg ;;
1049 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1050 ac_prev=mandir ;;
1051 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1052 mandir=$ac_optarg ;;
1054 -nfp | --nfp | --nf)
1055 # Obsolete; use --without-fp.
1056 with_fp=no ;;
1058 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1059 | --no-cr | --no-c | -n)
1060 no_create=yes ;;
1062 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1063 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1064 no_recursion=yes ;;
1066 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1067 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1068 | --oldin | --oldi | --old | --ol | --o)
1069 ac_prev=oldincludedir ;;
1070 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1071 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1072 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1073 oldincludedir=$ac_optarg ;;
1075 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1076 ac_prev=prefix ;;
1077 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1078 prefix=$ac_optarg ;;
1080 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1081 | --program-pre | --program-pr | --program-p)
1082 ac_prev=program_prefix ;;
1083 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1084 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1085 program_prefix=$ac_optarg ;;
1087 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1088 | --program-suf | --program-su | --program-s)
1089 ac_prev=program_suffix ;;
1090 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1091 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1092 program_suffix=$ac_optarg ;;
1094 -program-transform-name | --program-transform-name \
1095 | --program-transform-nam | --program-transform-na \
1096 | --program-transform-n | --program-transform- \
1097 | --program-transform | --program-transfor \
1098 | --program-transfo | --program-transf \
1099 | --program-trans | --program-tran \
1100 | --progr-tra | --program-tr | --program-t)
1101 ac_prev=program_transform_name ;;
1102 -program-transform-name=* | --program-transform-name=* \
1103 | --program-transform-nam=* | --program-transform-na=* \
1104 | --program-transform-n=* | --program-transform-=* \
1105 | --program-transform=* | --program-transfor=* \
1106 | --program-transfo=* | --program-transf=* \
1107 | --program-trans=* | --program-tran=* \
1108 | --progr-tra=* | --program-tr=* | --program-t=*)
1109 program_transform_name=$ac_optarg ;;
1111 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1112 ac_prev=pdfdir ;;
1113 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1114 pdfdir=$ac_optarg ;;
1116 -psdir | --psdir | --psdi | --psd | --ps)
1117 ac_prev=psdir ;;
1118 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1119 psdir=$ac_optarg ;;
1121 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1122 | -silent | --silent | --silen | --sile | --sil)
1123 silent=yes ;;
1125 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1126 ac_prev=sbindir ;;
1127 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1128 | --sbi=* | --sb=*)
1129 sbindir=$ac_optarg ;;
1131 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1132 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1133 | --sharedst | --shareds | --shared | --share | --shar \
1134 | --sha | --sh)
1135 ac_prev=sharedstatedir ;;
1136 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1137 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1138 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1139 | --sha=* | --sh=*)
1140 sharedstatedir=$ac_optarg ;;
1142 -site | --site | --sit)
1143 ac_prev=site ;;
1144 -site=* | --site=* | --sit=*)
1145 site=$ac_optarg ;;
1147 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1148 ac_prev=srcdir ;;
1149 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1150 srcdir=$ac_optarg ;;
1152 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1153 | --syscon | --sysco | --sysc | --sys | --sy)
1154 ac_prev=sysconfdir ;;
1155 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1156 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1157 sysconfdir=$ac_optarg ;;
1159 -target | --target | --targe | --targ | --tar | --ta | --t)
1160 ac_prev=target_alias ;;
1161 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1162 target_alias=$ac_optarg ;;
1164 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1165 verbose=yes ;;
1167 -version | --version | --versio | --versi | --vers | -V)
1168 ac_init_version=: ;;
1170 -with-* | --with-*)
1171 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1172 # Reject names that are not valid shell variable names.
1173 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1174 as_fn_error "invalid package name: $ac_useropt"
1175 ac_useropt_orig=$ac_useropt
1176 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1177 case $ac_user_opts in
1179 "with_$ac_useropt"
1180 "*) ;;
1181 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1182 ac_unrecognized_sep=', ';;
1183 esac
1184 eval with_$ac_useropt=\$ac_optarg ;;
1186 -without-* | --without-*)
1187 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1188 # Reject names that are not valid shell variable names.
1189 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1190 as_fn_error "invalid package name: $ac_useropt"
1191 ac_useropt_orig=$ac_useropt
1192 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1193 case $ac_user_opts in
1195 "with_$ac_useropt"
1196 "*) ;;
1197 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1198 ac_unrecognized_sep=', ';;
1199 esac
1200 eval with_$ac_useropt=no ;;
1202 --x)
1203 # Obsolete; use --with-x.
1204 with_x=yes ;;
1206 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1207 | --x-incl | --x-inc | --x-in | --x-i)
1208 ac_prev=x_includes ;;
1209 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1210 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1211 x_includes=$ac_optarg ;;
1213 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1214 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1215 ac_prev=x_libraries ;;
1216 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1217 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1218 x_libraries=$ac_optarg ;;
1220 -*) as_fn_error "unrecognized option: \`$ac_option'
1221 Try \`$0 --help' for more information."
1224 *=*)
1225 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1226 # Reject names that are not valid shell variable names.
1227 case $ac_envvar in #(
1228 '' | [0-9]* | *[!_$as_cr_alnum]* )
1229 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1230 esac
1231 eval $ac_envvar=\$ac_optarg
1232 export $ac_envvar ;;
1235 # FIXME: should be removed in autoconf 3.0.
1236 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1237 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1238 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1239 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1242 esac
1243 done
1245 if test -n "$ac_prev"; then
1246 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1247 as_fn_error "missing argument to $ac_option"
1250 if test -n "$ac_unrecognized_opts"; then
1251 case $enable_option_checking in
1252 no) ;;
1253 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1254 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1255 esac
1258 # Check all directory arguments for consistency.
1259 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1260 datadir sysconfdir sharedstatedir localstatedir includedir \
1261 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1262 libdir localedir mandir
1264 eval ac_val=\$$ac_var
1265 # Remove trailing slashes.
1266 case $ac_val in
1267 */ )
1268 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1269 eval $ac_var=\$ac_val;;
1270 esac
1271 # Be sure to have absolute directory names.
1272 case $ac_val in
1273 [\\/$]* | ?:[\\/]* ) continue;;
1274 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1275 esac
1276 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1277 done
1279 # There might be people who depend on the old broken behavior: `$host'
1280 # used to hold the argument of --host etc.
1281 # FIXME: To remove some day.
1282 build=$build_alias
1283 host=$host_alias
1284 target=$target_alias
1286 # FIXME: To remove some day.
1287 if test "x$host_alias" != x; then
1288 if test "x$build_alias" = x; then
1289 cross_compiling=maybe
1290 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1291 If a cross compiler is detected then cross compile mode will be used." >&2
1292 elif test "x$build_alias" != "x$host_alias"; then
1293 cross_compiling=yes
1297 ac_tool_prefix=
1298 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1300 test "$silent" = yes && exec 6>/dev/null
1303 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1304 ac_ls_di=`ls -di .` &&
1305 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1306 as_fn_error "working directory cannot be determined"
1307 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1308 as_fn_error "pwd does not report name of working directory"
1311 # Find the source files, if location was not specified.
1312 if test -z "$srcdir"; then
1313 ac_srcdir_defaulted=yes
1314 # Try the directory containing this script, then the parent directory.
1315 ac_confdir=`$as_dirname -- "$as_myself" ||
1316 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1317 X"$as_myself" : 'X\(//\)[^/]' \| \
1318 X"$as_myself" : 'X\(//\)$' \| \
1319 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1320 $as_echo X"$as_myself" |
1321 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1322 s//\1/
1325 /^X\(\/\/\)[^/].*/{
1326 s//\1/
1329 /^X\(\/\/\)$/{
1330 s//\1/
1333 /^X\(\/\).*/{
1334 s//\1/
1337 s/.*/./; q'`
1338 srcdir=$ac_confdir
1339 if test ! -r "$srcdir/$ac_unique_file"; then
1340 srcdir=..
1342 else
1343 ac_srcdir_defaulted=no
1345 if test ! -r "$srcdir/$ac_unique_file"; then
1346 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1347 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1349 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1350 ac_abs_confdir=`(
1351 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1352 pwd)`
1353 # When building in place, set srcdir=.
1354 if test "$ac_abs_confdir" = "$ac_pwd"; then
1355 srcdir=.
1357 # Remove unnecessary trailing slashes from srcdir.
1358 # Double slashes in file names in object file debugging info
1359 # mess up M-x gdb in Emacs.
1360 case $srcdir in
1361 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1362 esac
1363 for ac_var in $ac_precious_vars; do
1364 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1365 eval ac_env_${ac_var}_value=\$${ac_var}
1366 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1367 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1368 done
1371 # Report the --help message.
1373 if test "$ac_init_help" = "long"; then
1374 # Omit some internal or obsolete options to make the list less imposing.
1375 # This message is too long to be a string in the A/UX 3.1 sh.
1376 cat <<_ACEOF
1377 \`configure' configures Wine 1.1.37 to adapt to many kinds of systems.
1379 Usage: $0 [OPTION]... [VAR=VALUE]...
1381 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1382 VAR=VALUE. See below for descriptions of some of the useful variables.
1384 Defaults for the options are specified in brackets.
1386 Configuration:
1387 -h, --help display this help and exit
1388 --help=short display options specific to this package
1389 --help=recursive display the short help of all the included packages
1390 -V, --version display version information and exit
1391 -q, --quiet, --silent do not print \`checking...' messages
1392 --cache-file=FILE cache test results in FILE [disabled]
1393 -C, --config-cache alias for \`--cache-file=config.cache'
1394 -n, --no-create do not create output files
1395 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1397 Installation directories:
1398 --prefix=PREFIX install architecture-independent files in PREFIX
1399 [$ac_default_prefix]
1400 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1401 [PREFIX]
1403 By default, \`make install' will install all the files in
1404 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1405 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1406 for instance \`--prefix=\$HOME'.
1408 For better control, use the options below.
1410 Fine tuning of the installation directories:
1411 --bindir=DIR user executables [EPREFIX/bin]
1412 --sbindir=DIR system admin executables [EPREFIX/sbin]
1413 --libexecdir=DIR program executables [EPREFIX/libexec]
1414 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1415 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1416 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1417 --libdir=DIR object code libraries [EPREFIX/lib]
1418 --includedir=DIR C header files [PREFIX/include]
1419 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1420 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1421 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1422 --infodir=DIR info documentation [DATAROOTDIR/info]
1423 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1424 --mandir=DIR man documentation [DATAROOTDIR/man]
1425 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1426 --htmldir=DIR html documentation [DOCDIR]
1427 --dvidir=DIR dvi documentation [DOCDIR]
1428 --pdfdir=DIR pdf documentation [DOCDIR]
1429 --psdir=DIR ps documentation [DOCDIR]
1430 _ACEOF
1432 cat <<\_ACEOF
1434 X features:
1435 --x-includes=DIR X include files are in DIR
1436 --x-libraries=DIR X library files are in DIR
1438 System types:
1439 --build=BUILD configure for building on BUILD [guessed]
1440 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1441 _ACEOF
1444 if test -n "$ac_init_help"; then
1445 case $ac_init_help in
1446 short | recursive ) echo "Configuration of Wine 1.1.37:";;
1447 esac
1448 cat <<\_ACEOF
1450 Optional Features:
1451 --disable-option-checking ignore unrecognized --enable/--with options
1452 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1453 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1454 --disable-win16 do not include Win16 support
1455 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1456 binaries)
1457 --disable-tests do not build the regression tests
1458 --enable-maintainer-mode
1459 enable maintainer-specific build rules
1460 --disable-largefile omit support for large files
1462 Optional Packages:
1463 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1464 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1465 --without-alsa do not use the Alsa sound support
1466 --without-audioio do not use the AudioIO sound support
1467 --without-capi do not use CAPI (ISDN support)
1468 --without-cms do not use CMS (color management support)
1469 --without-coreaudio do not use the CoreAudio sound support
1470 --without-cups do not use CUPS
1471 --without-curses do not use (n)curses
1472 --without-esd do not use the EsounD sound support
1473 --without-fontconfig do not use fontconfig
1474 --without-freetype do not use the FreeType library
1475 --without-gphoto do not use gphoto (Digital Camera support)
1476 --without-glu do not use the GLU library
1477 --without-gnutls do not use GnuTLS (schannel support)
1478 --without-gsm do not use libgsm (GSM 06.10 codec support)
1479 --without-hal do not use HAL (dynamic device support)
1480 --without-jack do not use the Jack sound support
1481 --without-jpeg do not use JPEG
1482 --without-ldap do not use LDAP
1483 --without-mpg123 do not use the mpg123 library
1484 --without-nas do not use the NAS sound support
1485 --without-openal do not use OpenAL
1486 --without-opengl do not use OpenGL
1487 --without-openssl do not use OpenSSL
1488 --without-oss do not use the OSS sound support
1489 --without-png do not use PNG
1490 --without-pthread do not use the pthread library
1491 --without-sane do not use SANE (scanner support)
1492 --without-v4l do not use v4l1 (v4l support)
1493 --without-xcomposite do not use the Xcomposite extension
1494 --without-xcursor do not use the Xcursor extension
1495 --without-xinerama do not use Xinerama (multi-monitor support)
1496 --without-xinput do not use the Xinput extension
1497 --without-xml do not use XML
1498 --without-xrandr do not use Xrandr (resolution changes)
1499 --without-xrender do not use the Xrender extension
1500 --without-xshape do not use the Xshape extension
1501 --without-xshm do not use XShm (shared memory extension)
1502 --without-xslt do not use XSLT
1503 --without-xxf86vm do not use XFree video mode extension
1504 --with-wine-tools=DIR use Wine tools from directory DIR
1505 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1506 --with-x use the X Window System
1508 Some influential environment variables:
1509 CC C compiler command
1510 CFLAGS C compiler flags
1511 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1512 nonstandard directory <lib dir>
1513 LIBS libraries to pass to the linker, e.g. -l<library>
1514 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1515 you have headers in a nonstandard directory <include dir>
1516 CXX C++ compiler command
1517 CXXFLAGS C++ compiler flags
1518 CPP C preprocessor
1519 XMKMF Path to xmkmf, Makefile generator for X Window System
1521 Use these variables to override the choices made by `configure' or to help
1522 it to find libraries and programs with nonstandard names/locations.
1524 Report bugs to <wine-devel@winehq.org>.
1525 Wine home page: <http://www.winehq.org>.
1526 _ACEOF
1527 ac_status=$?
1530 if test "$ac_init_help" = "recursive"; then
1531 # If there are subdirs, report their specific --help.
1532 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1533 test -d "$ac_dir" ||
1534 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1535 continue
1536 ac_builddir=.
1538 case "$ac_dir" in
1539 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1541 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1542 # A ".." for each directory in $ac_dir_suffix.
1543 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1544 case $ac_top_builddir_sub in
1545 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1546 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1547 esac ;;
1548 esac
1549 ac_abs_top_builddir=$ac_pwd
1550 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1551 # for backward compatibility:
1552 ac_top_builddir=$ac_top_build_prefix
1554 case $srcdir in
1555 .) # We are building in place.
1556 ac_srcdir=.
1557 ac_top_srcdir=$ac_top_builddir_sub
1558 ac_abs_top_srcdir=$ac_pwd ;;
1559 [\\/]* | ?:[\\/]* ) # Absolute name.
1560 ac_srcdir=$srcdir$ac_dir_suffix;
1561 ac_top_srcdir=$srcdir
1562 ac_abs_top_srcdir=$srcdir ;;
1563 *) # Relative name.
1564 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1565 ac_top_srcdir=$ac_top_build_prefix$srcdir
1566 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1567 esac
1568 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1570 cd "$ac_dir" || { ac_status=$?; continue; }
1571 # Check for guested configure.
1572 if test -f "$ac_srcdir/configure.gnu"; then
1573 echo &&
1574 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1575 elif test -f "$ac_srcdir/configure"; then
1576 echo &&
1577 $SHELL "$ac_srcdir/configure" --help=recursive
1578 else
1579 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1580 fi || ac_status=$?
1581 cd "$ac_pwd" || { ac_status=$?; break; }
1582 done
1585 test -n "$ac_init_help" && exit $ac_status
1586 if $ac_init_version; then
1587 cat <<\_ACEOF
1588 Wine configure 1.1.37
1589 generated by GNU Autoconf 2.65
1591 Copyright (C) 2009 Free Software Foundation, Inc.
1592 This configure script is free software; the Free Software Foundation
1593 gives unlimited permission to copy, distribute and modify it.
1594 _ACEOF
1595 exit
1598 ## ------------------------ ##
1599 ## Autoconf initialization. ##
1600 ## ------------------------ ##
1602 # ac_fn_c_try_compile LINENO
1603 # --------------------------
1604 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1605 ac_fn_c_try_compile ()
1607 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1608 rm -f conftest.$ac_objext
1609 if { { ac_try="$ac_compile"
1610 case "(($ac_try" in
1611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1612 *) ac_try_echo=$ac_try;;
1613 esac
1614 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1615 $as_echo "$ac_try_echo"; } >&5
1616 (eval "$ac_compile") 2>conftest.err
1617 ac_status=$?
1618 if test -s conftest.err; then
1619 grep -v '^ *+' conftest.err >conftest.er1
1620 cat conftest.er1 >&5
1621 mv -f conftest.er1 conftest.err
1623 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1624 test $ac_status = 0; } && {
1625 test -z "$ac_c_werror_flag" ||
1626 test ! -s conftest.err
1627 } && test -s conftest.$ac_objext; then :
1628 ac_retval=0
1629 else
1630 $as_echo "$as_me: failed program was:" >&5
1631 sed 's/^/| /' conftest.$ac_ext >&5
1633 ac_retval=1
1635 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1636 as_fn_set_status $ac_retval
1638 } # ac_fn_c_try_compile
1640 # ac_fn_cxx_try_compile LINENO
1641 # ----------------------------
1642 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1643 ac_fn_cxx_try_compile ()
1645 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1646 rm -f conftest.$ac_objext
1647 if { { ac_try="$ac_compile"
1648 case "(($ac_try" in
1649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1650 *) ac_try_echo=$ac_try;;
1651 esac
1652 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1653 $as_echo "$ac_try_echo"; } >&5
1654 (eval "$ac_compile") 2>conftest.err
1655 ac_status=$?
1656 if test -s conftest.err; then
1657 grep -v '^ *+' conftest.err >conftest.er1
1658 cat conftest.er1 >&5
1659 mv -f conftest.er1 conftest.err
1661 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1662 test $ac_status = 0; } && {
1663 test -z "$ac_cxx_werror_flag" ||
1664 test ! -s conftest.err
1665 } && test -s conftest.$ac_objext; then :
1666 ac_retval=0
1667 else
1668 $as_echo "$as_me: failed program was:" >&5
1669 sed 's/^/| /' conftest.$ac_ext >&5
1671 ac_retval=1
1673 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1674 as_fn_set_status $ac_retval
1676 } # ac_fn_cxx_try_compile
1678 # ac_fn_c_try_link LINENO
1679 # -----------------------
1680 # Try to link conftest.$ac_ext, and return whether this succeeded.
1681 ac_fn_c_try_link ()
1683 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1684 rm -f conftest.$ac_objext conftest$ac_exeext
1685 if { { ac_try="$ac_link"
1686 case "(($ac_try" in
1687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1688 *) ac_try_echo=$ac_try;;
1689 esac
1690 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1691 $as_echo "$ac_try_echo"; } >&5
1692 (eval "$ac_link") 2>conftest.err
1693 ac_status=$?
1694 if test -s conftest.err; then
1695 grep -v '^ *+' conftest.err >conftest.er1
1696 cat conftest.er1 >&5
1697 mv -f conftest.er1 conftest.err
1699 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1700 test $ac_status = 0; } && {
1701 test -z "$ac_c_werror_flag" ||
1702 test ! -s conftest.err
1703 } && test -s conftest$ac_exeext && {
1704 test "$cross_compiling" = yes ||
1705 $as_test_x conftest$ac_exeext
1706 }; then :
1707 ac_retval=0
1708 else
1709 $as_echo "$as_me: failed program was:" >&5
1710 sed 's/^/| /' conftest.$ac_ext >&5
1712 ac_retval=1
1714 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1715 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1716 # interfere with the next link command; also delete a directory that is
1717 # left behind by Apple's compiler. We do this before executing the actions.
1718 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1719 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1720 as_fn_set_status $ac_retval
1722 } # ac_fn_c_try_link
1724 # ac_fn_c_try_cpp LINENO
1725 # ----------------------
1726 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1727 ac_fn_c_try_cpp ()
1729 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1730 if { { ac_try="$ac_cpp conftest.$ac_ext"
1731 case "(($ac_try" in
1732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1733 *) ac_try_echo=$ac_try;;
1734 esac
1735 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1736 $as_echo "$ac_try_echo"; } >&5
1737 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1738 ac_status=$?
1739 if test -s conftest.err; then
1740 grep -v '^ *+' conftest.err >conftest.er1
1741 cat conftest.er1 >&5
1742 mv -f conftest.er1 conftest.err
1744 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1745 test $ac_status = 0; } >/dev/null && {
1746 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1747 test ! -s conftest.err
1748 }; then :
1749 ac_retval=0
1750 else
1751 $as_echo "$as_me: failed program was:" >&5
1752 sed 's/^/| /' conftest.$ac_ext >&5
1754 ac_retval=1
1756 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1757 as_fn_set_status $ac_retval
1759 } # ac_fn_c_try_cpp
1761 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1762 # -------------------------------------------------------
1763 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1764 # the include files in INCLUDES and setting the cache variable VAR
1765 # accordingly.
1766 ac_fn_c_check_header_mongrel ()
1768 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1769 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1771 $as_echo_n "checking for $2... " >&6; }
1772 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1773 $as_echo_n "(cached) " >&6
1775 eval ac_res=\$$3
1776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1777 $as_echo "$ac_res" >&6; }
1778 else
1779 # Is the header compilable?
1780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1781 $as_echo_n "checking $2 usability... " >&6; }
1782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1783 /* end confdefs.h. */
1785 #include <$2>
1786 _ACEOF
1787 if ac_fn_c_try_compile "$LINENO"; then :
1788 ac_header_compiler=yes
1789 else
1790 ac_header_compiler=no
1792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1794 $as_echo "$ac_header_compiler" >&6; }
1796 # Is the header present?
1797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1798 $as_echo_n "checking $2 presence... " >&6; }
1799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1800 /* end confdefs.h. */
1801 #include <$2>
1802 _ACEOF
1803 if ac_fn_c_try_cpp "$LINENO"; then :
1804 ac_header_preproc=yes
1805 else
1806 ac_header_preproc=no
1808 rm -f conftest.err conftest.$ac_ext
1809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1810 $as_echo "$ac_header_preproc" >&6; }
1812 # So? What about this header?
1813 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1814 yes:no: )
1815 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1816 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1817 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1818 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1820 no:yes:* )
1821 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1822 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1823 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1824 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1825 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1826 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1827 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1828 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1829 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1830 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1831 ( cat <<\_ASBOX
1832 ## ------------------------------------ ##
1833 ## Report this to wine-devel@winehq.org ##
1834 ## ------------------------------------ ##
1835 _ASBOX
1836 ) | sed "s/^/$as_me: WARNING: /" >&2
1838 esac
1839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1840 $as_echo_n "checking for $2... " >&6; }
1841 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1842 $as_echo_n "(cached) " >&6
1843 else
1844 eval "$3=\$ac_header_compiler"
1846 eval ac_res=\$$3
1847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1848 $as_echo "$ac_res" >&6; }
1850 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1852 } # ac_fn_c_check_header_mongrel
1854 # ac_fn_c_try_run LINENO
1855 # ----------------------
1856 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1857 # that executables *can* be run.
1858 ac_fn_c_try_run ()
1860 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1861 if { { ac_try="$ac_link"
1862 case "(($ac_try" in
1863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1864 *) ac_try_echo=$ac_try;;
1865 esac
1866 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1867 $as_echo "$ac_try_echo"; } >&5
1868 (eval "$ac_link") 2>&5
1869 ac_status=$?
1870 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1871 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1872 { { case "(($ac_try" in
1873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1874 *) ac_try_echo=$ac_try;;
1875 esac
1876 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1877 $as_echo "$ac_try_echo"; } >&5
1878 (eval "$ac_try") 2>&5
1879 ac_status=$?
1880 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1881 test $ac_status = 0; }; }; then :
1882 ac_retval=0
1883 else
1884 $as_echo "$as_me: program exited with status $ac_status" >&5
1885 $as_echo "$as_me: failed program was:" >&5
1886 sed 's/^/| /' conftest.$ac_ext >&5
1888 ac_retval=$ac_status
1890 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1891 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1892 as_fn_set_status $ac_retval
1894 } # ac_fn_c_try_run
1896 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1897 # -------------------------------------------------------
1898 # Tests whether HEADER exists and can be compiled using the include files in
1899 # INCLUDES, setting the cache variable VAR accordingly.
1900 ac_fn_c_check_header_compile ()
1902 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1904 $as_echo_n "checking for $2... " >&6; }
1905 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1906 $as_echo_n "(cached) " >&6
1907 else
1908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1909 /* end confdefs.h. */
1911 #include <$2>
1912 _ACEOF
1913 if ac_fn_c_try_compile "$LINENO"; then :
1914 eval "$3=yes"
1915 else
1916 eval "$3=no"
1918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1920 eval ac_res=\$$3
1921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1922 $as_echo "$ac_res" >&6; }
1923 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1925 } # ac_fn_c_check_header_compile
1927 # ac_fn_c_check_func LINENO FUNC VAR
1928 # ----------------------------------
1929 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1930 ac_fn_c_check_func ()
1932 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1934 $as_echo_n "checking for $2... " >&6; }
1935 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1936 $as_echo_n "(cached) " >&6
1937 else
1938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1939 /* end confdefs.h. */
1940 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1941 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1942 #define $2 innocuous_$2
1944 /* System header to define __stub macros and hopefully few prototypes,
1945 which can conflict with char $2 (); below.
1946 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1947 <limits.h> exists even on freestanding compilers. */
1949 #ifdef __STDC__
1950 # include <limits.h>
1951 #else
1952 # include <assert.h>
1953 #endif
1955 #undef $2
1957 /* Override any GCC internal prototype to avoid an error.
1958 Use char because int might match the return type of a GCC
1959 builtin and then its argument prototype would still apply. */
1960 #ifdef __cplusplus
1961 extern "C"
1962 #endif
1963 char $2 ();
1964 /* The GNU C library defines this for functions which it implements
1965 to always fail with ENOSYS. Some functions are actually named
1966 something starting with __ and the normal name is an alias. */
1967 #if defined __stub_$2 || defined __stub___$2
1968 choke me
1969 #endif
1972 main ()
1974 return $2 ();
1976 return 0;
1978 _ACEOF
1979 if ac_fn_c_try_link "$LINENO"; then :
1980 eval "$3=yes"
1981 else
1982 eval "$3=no"
1984 rm -f core conftest.err conftest.$ac_objext \
1985 conftest$ac_exeext conftest.$ac_ext
1987 eval ac_res=\$$3
1988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1989 $as_echo "$ac_res" >&6; }
1990 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1992 } # ac_fn_c_check_func
1994 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1995 # ----------------------------------------------------
1996 # Tries to find if the field MEMBER exists in type AGGR, after including
1997 # INCLUDES, setting cache variable VAR accordingly.
1998 ac_fn_c_check_member ()
2000 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2002 $as_echo_n "checking for $2.$3... " >&6; }
2003 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2004 $as_echo_n "(cached) " >&6
2005 else
2006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2007 /* end confdefs.h. */
2010 main ()
2012 static $2 ac_aggr;
2013 if (ac_aggr.$3)
2014 return 0;
2016 return 0;
2018 _ACEOF
2019 if ac_fn_c_try_compile "$LINENO"; then :
2020 eval "$4=yes"
2021 else
2022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2023 /* end confdefs.h. */
2026 main ()
2028 static $2 ac_aggr;
2029 if (sizeof ac_aggr.$3)
2030 return 0;
2032 return 0;
2034 _ACEOF
2035 if ac_fn_c_try_compile "$LINENO"; then :
2036 eval "$4=yes"
2037 else
2038 eval "$4=no"
2040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2044 eval ac_res=\$$4
2045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2046 $as_echo "$ac_res" >&6; }
2047 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2049 } # ac_fn_c_check_member
2051 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2052 # -------------------------------------------
2053 # Tests whether TYPE exists after having included INCLUDES, setting cache
2054 # variable VAR accordingly.
2055 ac_fn_c_check_type ()
2057 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2059 $as_echo_n "checking for $2... " >&6; }
2060 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2061 $as_echo_n "(cached) " >&6
2062 else
2063 eval "$3=no"
2064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2065 /* end confdefs.h. */
2068 main ()
2070 if (sizeof ($2))
2071 return 0;
2073 return 0;
2075 _ACEOF
2076 if ac_fn_c_try_compile "$LINENO"; then :
2077 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2078 /* end confdefs.h. */
2081 main ()
2083 if (sizeof (($2)))
2084 return 0;
2086 return 0;
2088 _ACEOF
2089 if ac_fn_c_try_compile "$LINENO"; then :
2091 else
2092 eval "$3=yes"
2094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2098 eval ac_res=\$$3
2099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2100 $as_echo "$ac_res" >&6; }
2101 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2103 } # ac_fn_c_check_type
2104 cat >config.log <<_ACEOF
2105 This file contains any messages produced by compilers while
2106 running configure, to aid debugging if configure makes a mistake.
2108 It was created by Wine $as_me 1.1.37, which was
2109 generated by GNU Autoconf 2.65. Invocation command line was
2111 $ $0 $@
2113 _ACEOF
2114 exec 5>>config.log
2116 cat <<_ASUNAME
2117 ## --------- ##
2118 ## Platform. ##
2119 ## --------- ##
2121 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2122 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2123 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2124 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2125 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2127 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2128 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2130 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2131 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2132 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2133 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2134 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2135 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2136 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2138 _ASUNAME
2140 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2141 for as_dir in $PATH
2143 IFS=$as_save_IFS
2144 test -z "$as_dir" && as_dir=.
2145 $as_echo "PATH: $as_dir"
2146 done
2147 IFS=$as_save_IFS
2149 } >&5
2151 cat >&5 <<_ACEOF
2154 ## ----------- ##
2155 ## Core tests. ##
2156 ## ----------- ##
2158 _ACEOF
2161 # Keep a trace of the command line.
2162 # Strip out --no-create and --no-recursion so they do not pile up.
2163 # Strip out --silent because we don't want to record it for future runs.
2164 # Also quote any args containing shell meta-characters.
2165 # Make two passes to allow for proper duplicate-argument suppression.
2166 ac_configure_args=
2167 ac_configure_args0=
2168 ac_configure_args1=
2169 ac_must_keep_next=false
2170 for ac_pass in 1 2
2172 for ac_arg
2174 case $ac_arg in
2175 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2176 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2177 | -silent | --silent | --silen | --sile | --sil)
2178 continue ;;
2179 *\'*)
2180 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2181 esac
2182 case $ac_pass in
2183 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2185 as_fn_append ac_configure_args1 " '$ac_arg'"
2186 if test $ac_must_keep_next = true; then
2187 ac_must_keep_next=false # Got value, back to normal.
2188 else
2189 case $ac_arg in
2190 *=* | --config-cache | -C | -disable-* | --disable-* \
2191 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2192 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2193 | -with-* | --with-* | -without-* | --without-* | --x)
2194 case "$ac_configure_args0 " in
2195 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2196 esac
2198 -* ) ac_must_keep_next=true ;;
2199 esac
2201 as_fn_append ac_configure_args " '$ac_arg'"
2203 esac
2204 done
2205 done
2206 { ac_configure_args0=; unset ac_configure_args0;}
2207 { ac_configure_args1=; unset ac_configure_args1;}
2209 # When interrupted or exit'd, cleanup temporary files, and complete
2210 # config.log. We remove comments because anyway the quotes in there
2211 # would cause problems or look ugly.
2212 # WARNING: Use '\'' to represent an apostrophe within the trap.
2213 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2214 trap 'exit_status=$?
2215 # Save into config.log some information that might help in debugging.
2217 echo
2219 cat <<\_ASBOX
2220 ## ---------------- ##
2221 ## Cache variables. ##
2222 ## ---------------- ##
2223 _ASBOX
2224 echo
2225 # The following way of writing the cache mishandles newlines in values,
2227 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2228 eval ac_val=\$$ac_var
2229 case $ac_val in #(
2230 *${as_nl}*)
2231 case $ac_var in #(
2232 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2233 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2234 esac
2235 case $ac_var in #(
2236 _ | IFS | as_nl) ;; #(
2237 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2238 *) { eval $ac_var=; unset $ac_var;} ;;
2239 esac ;;
2240 esac
2241 done
2242 (set) 2>&1 |
2243 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2244 *${as_nl}ac_space=\ *)
2245 sed -n \
2246 "s/'\''/'\''\\\\'\'''\''/g;
2247 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2248 ;; #(
2250 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2252 esac |
2253 sort
2255 echo
2257 cat <<\_ASBOX
2258 ## ----------------- ##
2259 ## Output variables. ##
2260 ## ----------------- ##
2261 _ASBOX
2262 echo
2263 for ac_var in $ac_subst_vars
2265 eval ac_val=\$$ac_var
2266 case $ac_val in
2267 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2268 esac
2269 $as_echo "$ac_var='\''$ac_val'\''"
2270 done | sort
2271 echo
2273 if test -n "$ac_subst_files"; then
2274 cat <<\_ASBOX
2275 ## ------------------- ##
2276 ## File substitutions. ##
2277 ## ------------------- ##
2278 _ASBOX
2279 echo
2280 for ac_var in $ac_subst_files
2282 eval ac_val=\$$ac_var
2283 case $ac_val in
2284 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2285 esac
2286 $as_echo "$ac_var='\''$ac_val'\''"
2287 done | sort
2288 echo
2291 if test -s confdefs.h; then
2292 cat <<\_ASBOX
2293 ## ----------- ##
2294 ## confdefs.h. ##
2295 ## ----------- ##
2296 _ASBOX
2297 echo
2298 cat confdefs.h
2299 echo
2301 test "$ac_signal" != 0 &&
2302 $as_echo "$as_me: caught signal $ac_signal"
2303 $as_echo "$as_me: exit $exit_status"
2304 } >&5
2305 rm -f core *.core core.conftest.* &&
2306 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2307 exit $exit_status
2309 for ac_signal in 1 2 13 15; do
2310 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2311 done
2312 ac_signal=0
2314 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2315 rm -f -r conftest* confdefs.h
2317 $as_echo "/* confdefs.h */" > confdefs.h
2319 # Predefined preprocessor variables.
2321 cat >>confdefs.h <<_ACEOF
2322 #define PACKAGE_NAME "$PACKAGE_NAME"
2323 _ACEOF
2325 cat >>confdefs.h <<_ACEOF
2326 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2327 _ACEOF
2329 cat >>confdefs.h <<_ACEOF
2330 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2331 _ACEOF
2333 cat >>confdefs.h <<_ACEOF
2334 #define PACKAGE_STRING "$PACKAGE_STRING"
2335 _ACEOF
2337 cat >>confdefs.h <<_ACEOF
2338 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2339 _ACEOF
2341 cat >>confdefs.h <<_ACEOF
2342 #define PACKAGE_URL "$PACKAGE_URL"
2343 _ACEOF
2346 # Let the site file select an alternate cache file if it wants to.
2347 # Prefer an explicitly selected file to automatically selected ones.
2348 ac_site_file1=NONE
2349 ac_site_file2=NONE
2350 if test -n "$CONFIG_SITE"; then
2351 ac_site_file1=$CONFIG_SITE
2352 elif test "x$prefix" != xNONE; then
2353 ac_site_file1=$prefix/share/config.site
2354 ac_site_file2=$prefix/etc/config.site
2355 else
2356 ac_site_file1=$ac_default_prefix/share/config.site
2357 ac_site_file2=$ac_default_prefix/etc/config.site
2359 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2361 test "x$ac_site_file" = xNONE && continue
2362 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2363 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2364 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2365 sed 's/^/| /' "$ac_site_file" >&5
2366 . "$ac_site_file"
2368 done
2370 if test -r "$cache_file"; then
2371 # Some versions of bash will fail to source /dev/null (special files
2372 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2373 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2374 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2375 $as_echo "$as_me: loading cache $cache_file" >&6;}
2376 case $cache_file in
2377 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2378 *) . "./$cache_file";;
2379 esac
2381 else
2382 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2383 $as_echo "$as_me: creating cache $cache_file" >&6;}
2384 >$cache_file
2387 # Check that the precious variables saved in the cache have kept the same
2388 # value.
2389 ac_cache_corrupted=false
2390 for ac_var in $ac_precious_vars; do
2391 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2392 eval ac_new_set=\$ac_env_${ac_var}_set
2393 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2394 eval ac_new_val=\$ac_env_${ac_var}_value
2395 case $ac_old_set,$ac_new_set in
2396 set,)
2397 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2398 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2399 ac_cache_corrupted=: ;;
2400 ,set)
2401 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2402 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2403 ac_cache_corrupted=: ;;
2404 ,);;
2406 if test "x$ac_old_val" != "x$ac_new_val"; then
2407 # differences in whitespace do not lead to failure.
2408 ac_old_val_w=`echo x $ac_old_val`
2409 ac_new_val_w=`echo x $ac_new_val`
2410 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2411 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2412 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2413 ac_cache_corrupted=:
2414 else
2415 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2416 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2417 eval $ac_var=\$ac_old_val
2419 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2420 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2421 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2422 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2423 fi;;
2424 esac
2425 # Pass precious variables to config.status.
2426 if test "$ac_new_set" = set; then
2427 case $ac_new_val in
2428 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2429 *) ac_arg=$ac_var=$ac_new_val ;;
2430 esac
2431 case " $ac_configure_args " in
2432 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2433 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2434 esac
2436 done
2437 if $ac_cache_corrupted; then
2438 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2439 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2440 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2441 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2442 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2444 ## -------------------- ##
2445 ## Main body of script. ##
2446 ## -------------------- ##
2448 ac_ext=c
2449 ac_cpp='$CPP $CPPFLAGS'
2450 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2451 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2452 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2456 ac_config_headers="$ac_config_headers include/config.h"
2458 ac_aux_dir=
2459 for ac_dir in tools "$srcdir"/tools; do
2460 for ac_t in install-sh install.sh shtool; do
2461 if test -f "$ac_dir/$ac_t"; then
2462 ac_aux_dir=$ac_dir
2463 ac_install_sh="$ac_aux_dir/$ac_t -c"
2464 break 2
2466 done
2467 done
2468 if test -z "$ac_aux_dir"; then
2469 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2472 # These three variables are undocumented and unsupported,
2473 # and are intended to be withdrawn in a future Autoconf release.
2474 # They can cause serious problems if a builder's source tree is in a directory
2475 # whose full name contains unusual characters.
2476 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2477 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2478 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2483 # Check whether --enable-win16 was given.
2484 if test "${enable_win16+set}" = set; then :
2485 enableval=$enable_win16;
2488 # Check whether --enable-win64 was given.
2489 if test "${enable_win64+set}" = set; then :
2490 enableval=$enable_win64;
2493 # Check whether --enable-tests was given.
2494 if test "${enable_tests+set}" = set; then :
2495 enableval=$enable_tests;
2498 # Check whether --enable-maintainer-mode was given.
2499 if test "${enable_maintainer_mode+set}" = set; then :
2500 enableval=$enable_maintainer_mode;
2501 else
2502 MAINTAINER_MODE=\#
2508 # Check whether --with-alsa was given.
2509 if test "${with_alsa+set}" = set; then :
2510 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2514 # Check whether --with-audioio was given.
2515 if test "${with_audioio+set}" = set; then :
2516 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2520 # Check whether --with-capi was given.
2521 if test "${with_capi+set}" = set; then :
2522 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2526 # Check whether --with-cms was given.
2527 if test "${with_cms+set}" = set; then :
2528 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2532 # Check whether --with-coreaudio was given.
2533 if test "${with_coreaudio+set}" = set; then :
2534 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2538 # Check whether --with-cups was given.
2539 if test "${with_cups+set}" = set; then :
2540 withval=$with_cups;
2544 # Check whether --with-curses was given.
2545 if test "${with_curses+set}" = set; then :
2546 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2550 # Check whether --with-esd was given.
2551 if test "${with_esd+set}" = set; then :
2552 withval=$with_esd;
2556 # Check whether --with-fontconfig was given.
2557 if test "${with_fontconfig+set}" = set; then :
2558 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2562 # Check whether --with-freetype was given.
2563 if test "${with_freetype+set}" = set; then :
2564 withval=$with_freetype;
2568 # Check whether --with-gphoto was given.
2569 if test "${with_gphoto+set}" = set; then :
2570 withval=$with_gphoto;
2574 # Check whether --with-glu was given.
2575 if test "${with_glu+set}" = set; then :
2576 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2580 # Check whether --with-gnutls was given.
2581 if test "${with_gnutls+set}" = set; then :
2582 withval=$with_gnutls;
2586 # Check whether --with-gsm was given.
2587 if test "${with_gsm+set}" = set; then :
2588 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2592 # Check whether --with-hal was given.
2593 if test "${with_hal+set}" = set; then :
2594 withval=$with_hal;
2598 # Check whether --with-jack was given.
2599 if test "${with_jack+set}" = set; then :
2600 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2604 # Check whether --with-jpeg was given.
2605 if test "${with_jpeg+set}" = set; then :
2606 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2610 # Check whether --with-ldap was given.
2611 if test "${with_ldap+set}" = set; then :
2612 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2616 # Check whether --with-mpg123 was given.
2617 if test "${with_mpg123+set}" = set; then :
2618 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2622 # Check whether --with-nas was given.
2623 if test "${with_nas+set}" = set; then :
2624 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2628 # Check whether --with-openal was given.
2629 if test "${with_openal+set}" = set; then :
2630 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2634 # Check whether --with-opengl was given.
2635 if test "${with_opengl+set}" = set; then :
2636 withval=$with_opengl;
2640 # Check whether --with-openssl was given.
2641 if test "${with_openssl+set}" = set; then :
2642 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2646 # Check whether --with-oss was given.
2647 if test "${with_oss+set}" = set; then :
2648 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2652 # Check whether --with-png was given.
2653 if test "${with_png+set}" = set; then :
2654 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2658 # Check whether --with-pthread was given.
2659 if test "${with_pthread+set}" = set; then :
2660 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2664 # Check whether --with-sane was given.
2665 if test "${with_sane+set}" = set; then :
2666 withval=$with_sane;
2670 # Check whether --with-v4l was given.
2671 if test "${with_v4l+set}" = set; then :
2672 withval=$with_v4l;
2676 # Check whether --with-xcomposite was given.
2677 if test "${with_xcomposite+set}" = set; then :
2678 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2682 # Check whether --with-xcursor was given.
2683 if test "${with_xcursor+set}" = set; then :
2684 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2688 # Check whether --with-xinerama was given.
2689 if test "${with_xinerama+set}" = set; then :
2690 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2694 # Check whether --with-xinput was given.
2695 if test "${with_xinput+set}" = set; then :
2696 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2700 # Check whether --with-xml was given.
2701 if test "${with_xml+set}" = set; then :
2702 withval=$with_xml;
2706 # Check whether --with-xrandr was given.
2707 if test "${with_xrandr+set}" = set; then :
2708 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2712 # Check whether --with-xrender was given.
2713 if test "${with_xrender+set}" = set; then :
2714 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2718 # Check whether --with-xshape was given.
2719 if test "${with_xshape+set}" = set; then :
2720 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2724 # Check whether --with-xshm was given.
2725 if test "${with_xshm+set}" = set; then :
2726 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2730 # Check whether --with-xslt was given.
2731 if test "${with_xslt+set}" = set; then :
2732 withval=$with_xslt;
2736 # Check whether --with-xxf86vm was given.
2737 if test "${with_xxf86vm+set}" = set; then :
2738 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; ac_cv_header_X11_extensions_xf86vmproto_h=no; fi
2743 # Check whether --with-wine-tools was given.
2744 if test "${with_wine_tools+set}" = set; then :
2745 withval=$with_wine_tools;
2749 # Check whether --with-wine64 was given.
2750 if test "${with_wine64+set}" = set; then :
2751 withval=$with_wine64;
2755 # Make sure we can run config.sub.
2756 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2757 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2760 $as_echo_n "checking build system type... " >&6; }
2761 if test "${ac_cv_build+set}" = set; then :
2762 $as_echo_n "(cached) " >&6
2763 else
2764 ac_build_alias=$build_alias
2765 test "x$ac_build_alias" = x &&
2766 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2767 test "x$ac_build_alias" = x &&
2768 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2769 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2770 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2774 $as_echo "$ac_cv_build" >&6; }
2775 case $ac_cv_build in
2776 *-*-*) ;;
2777 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2778 esac
2779 build=$ac_cv_build
2780 ac_save_IFS=$IFS; IFS='-'
2781 set x $ac_cv_build
2782 shift
2783 build_cpu=$1
2784 build_vendor=$2
2785 shift; shift
2786 # Remember, the first character of IFS is used to create $*,
2787 # except with old shells:
2788 build_os=$*
2789 IFS=$ac_save_IFS
2790 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2794 $as_echo_n "checking host system type... " >&6; }
2795 if test "${ac_cv_host+set}" = set; then :
2796 $as_echo_n "(cached) " >&6
2797 else
2798 if test "x$host_alias" = x; then
2799 ac_cv_host=$ac_cv_build
2800 else
2801 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2802 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2807 $as_echo "$ac_cv_host" >&6; }
2808 case $ac_cv_host in
2809 *-*-*) ;;
2810 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2811 esac
2812 host=$ac_cv_host
2813 ac_save_IFS=$IFS; IFS='-'
2814 set x $ac_cv_host
2815 shift
2816 host_cpu=$1
2817 host_vendor=$2
2818 shift; shift
2819 # Remember, the first character of IFS is used to create $*,
2820 # except with old shells:
2821 host_os=$*
2822 IFS=$ac_save_IFS
2823 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2827 case "$srcdir" in
2828 .) ;;
2829 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2830 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2831 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2832 fi ;;
2833 esac
2836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2837 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2838 set x ${MAKE-make}
2839 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2840 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2841 $as_echo_n "(cached) " >&6
2842 else
2843 cat >conftest.make <<\_ACEOF
2844 SHELL = /bin/sh
2845 all:
2846 @echo '@@@%%%=$(MAKE)=@@@%%%'
2847 _ACEOF
2848 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2849 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2850 *@@@%%%=?*=@@@%%%*)
2851 eval ac_cv_prog_make_${ac_make}_set=yes;;
2853 eval ac_cv_prog_make_${ac_make}_set=no;;
2854 esac
2855 rm -f conftest.make
2857 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2859 $as_echo "yes" >&6; }
2860 SET_MAKE=
2861 else
2862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2863 $as_echo "no" >&6; }
2864 SET_MAKE="MAKE=${MAKE-make}"
2867 ac_ext=c
2868 ac_cpp='$CPP $CPPFLAGS'
2869 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2870 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2871 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2872 if test -n "$ac_tool_prefix"; then
2873 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2874 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2876 $as_echo_n "checking for $ac_word... " >&6; }
2877 if test "${ac_cv_prog_CC+set}" = set; then :
2878 $as_echo_n "(cached) " >&6
2879 else
2880 if test -n "$CC"; then
2881 ac_cv_prog_CC="$CC" # Let the user override the test.
2882 else
2883 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2884 for as_dir in $PATH
2886 IFS=$as_save_IFS
2887 test -z "$as_dir" && as_dir=.
2888 for ac_exec_ext in '' $ac_executable_extensions; do
2889 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2890 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2892 break 2
2894 done
2895 done
2896 IFS=$as_save_IFS
2900 CC=$ac_cv_prog_CC
2901 if test -n "$CC"; then
2902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2903 $as_echo "$CC" >&6; }
2904 else
2905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2906 $as_echo "no" >&6; }
2911 if test -z "$ac_cv_prog_CC"; then
2912 ac_ct_CC=$CC
2913 # Extract the first word of "gcc", so it can be a program name with args.
2914 set dummy gcc; ac_word=$2
2915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2916 $as_echo_n "checking for $ac_word... " >&6; }
2917 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2918 $as_echo_n "(cached) " >&6
2919 else
2920 if test -n "$ac_ct_CC"; then
2921 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2922 else
2923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2924 for as_dir in $PATH
2926 IFS=$as_save_IFS
2927 test -z "$as_dir" && as_dir=.
2928 for ac_exec_ext in '' $ac_executable_extensions; do
2929 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2930 ac_cv_prog_ac_ct_CC="gcc"
2931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2932 break 2
2934 done
2935 done
2936 IFS=$as_save_IFS
2940 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2941 if test -n "$ac_ct_CC"; then
2942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2943 $as_echo "$ac_ct_CC" >&6; }
2944 else
2945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2946 $as_echo "no" >&6; }
2949 if test "x$ac_ct_CC" = x; then
2950 CC=""
2951 else
2952 case $cross_compiling:$ac_tool_warned in
2953 yes:)
2954 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2955 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2956 ac_tool_warned=yes ;;
2957 esac
2958 CC=$ac_ct_CC
2960 else
2961 CC="$ac_cv_prog_CC"
2964 if test -z "$CC"; then
2965 if test -n "$ac_tool_prefix"; then
2966 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2967 set dummy ${ac_tool_prefix}cc; ac_word=$2
2968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2969 $as_echo_n "checking for $ac_word... " >&6; }
2970 if test "${ac_cv_prog_CC+set}" = set; then :
2971 $as_echo_n "(cached) " >&6
2972 else
2973 if test -n "$CC"; then
2974 ac_cv_prog_CC="$CC" # Let the user override the test.
2975 else
2976 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2977 for as_dir in $PATH
2979 IFS=$as_save_IFS
2980 test -z "$as_dir" && as_dir=.
2981 for ac_exec_ext in '' $ac_executable_extensions; do
2982 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2983 ac_cv_prog_CC="${ac_tool_prefix}cc"
2984 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2985 break 2
2987 done
2988 done
2989 IFS=$as_save_IFS
2993 CC=$ac_cv_prog_CC
2994 if test -n "$CC"; then
2995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2996 $as_echo "$CC" >&6; }
2997 else
2998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2999 $as_echo "no" >&6; }
3005 if test -z "$CC"; then
3006 # Extract the first word of "cc", so it can be a program name with args.
3007 set dummy cc; ac_word=$2
3008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3009 $as_echo_n "checking for $ac_word... " >&6; }
3010 if test "${ac_cv_prog_CC+set}" = set; then :
3011 $as_echo_n "(cached) " >&6
3012 else
3013 if test -n "$CC"; then
3014 ac_cv_prog_CC="$CC" # Let the user override the test.
3015 else
3016 ac_prog_rejected=no
3017 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3018 for as_dir in $PATH
3020 IFS=$as_save_IFS
3021 test -z "$as_dir" && as_dir=.
3022 for ac_exec_ext in '' $ac_executable_extensions; do
3023 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3024 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3025 ac_prog_rejected=yes
3026 continue
3028 ac_cv_prog_CC="cc"
3029 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3030 break 2
3032 done
3033 done
3034 IFS=$as_save_IFS
3036 if test $ac_prog_rejected = yes; then
3037 # We found a bogon in the path, so make sure we never use it.
3038 set dummy $ac_cv_prog_CC
3039 shift
3040 if test $# != 0; then
3041 # We chose a different compiler from the bogus one.
3042 # However, it has the same basename, so the bogon will be chosen
3043 # first if we set CC to just the basename; use the full file name.
3044 shift
3045 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3050 CC=$ac_cv_prog_CC
3051 if test -n "$CC"; then
3052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3053 $as_echo "$CC" >&6; }
3054 else
3055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3056 $as_echo "no" >&6; }
3061 if test -z "$CC"; then
3062 if test -n "$ac_tool_prefix"; then
3063 for ac_prog in cl.exe
3065 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3066 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3068 $as_echo_n "checking for $ac_word... " >&6; }
3069 if test "${ac_cv_prog_CC+set}" = set; then :
3070 $as_echo_n "(cached) " >&6
3071 else
3072 if test -n "$CC"; then
3073 ac_cv_prog_CC="$CC" # Let the user override the test.
3074 else
3075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3076 for as_dir in $PATH
3078 IFS=$as_save_IFS
3079 test -z "$as_dir" && as_dir=.
3080 for ac_exec_ext in '' $ac_executable_extensions; do
3081 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3082 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3083 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3084 break 2
3086 done
3087 done
3088 IFS=$as_save_IFS
3092 CC=$ac_cv_prog_CC
3093 if test -n "$CC"; then
3094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3095 $as_echo "$CC" >&6; }
3096 else
3097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3098 $as_echo "no" >&6; }
3102 test -n "$CC" && break
3103 done
3105 if test -z "$CC"; then
3106 ac_ct_CC=$CC
3107 for ac_prog in cl.exe
3109 # Extract the first word of "$ac_prog", so it can be a program name with args.
3110 set dummy $ac_prog; ac_word=$2
3111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3112 $as_echo_n "checking for $ac_word... " >&6; }
3113 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3114 $as_echo_n "(cached) " >&6
3115 else
3116 if test -n "$ac_ct_CC"; then
3117 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3118 else
3119 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3120 for as_dir in $PATH
3122 IFS=$as_save_IFS
3123 test -z "$as_dir" && as_dir=.
3124 for ac_exec_ext in '' $ac_executable_extensions; do
3125 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3126 ac_cv_prog_ac_ct_CC="$ac_prog"
3127 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3128 break 2
3130 done
3131 done
3132 IFS=$as_save_IFS
3136 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3137 if test -n "$ac_ct_CC"; then
3138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3139 $as_echo "$ac_ct_CC" >&6; }
3140 else
3141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3142 $as_echo "no" >&6; }
3146 test -n "$ac_ct_CC" && break
3147 done
3149 if test "x$ac_ct_CC" = x; then
3150 CC=""
3151 else
3152 case $cross_compiling:$ac_tool_warned in
3153 yes:)
3154 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3155 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3156 ac_tool_warned=yes ;;
3157 esac
3158 CC=$ac_ct_CC
3165 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3166 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3167 as_fn_error "no acceptable C compiler found in \$PATH
3168 See \`config.log' for more details." "$LINENO" 5; }
3170 # Provide some information about the compiler.
3171 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3172 set X $ac_compile
3173 ac_compiler=$2
3174 for ac_option in --version -v -V -qversion; do
3175 { { ac_try="$ac_compiler $ac_option >&5"
3176 case "(($ac_try" in
3177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3178 *) ac_try_echo=$ac_try;;
3179 esac
3180 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3181 $as_echo "$ac_try_echo"; } >&5
3182 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3183 ac_status=$?
3184 if test -s conftest.err; then
3185 sed '10a\
3186 ... rest of stderr output deleted ...
3187 10q' conftest.err >conftest.er1
3188 cat conftest.er1 >&5
3190 rm -f conftest.er1 conftest.err
3191 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3192 test $ac_status = 0; }
3193 done
3195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3196 /* end confdefs.h. */
3199 main ()
3203 return 0;
3205 _ACEOF
3206 ac_clean_files_save=$ac_clean_files
3207 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3208 # Try to create an executable without -o first, disregard a.out.
3209 # It will help us diagnose broken compilers, and finding out an intuition
3210 # of exeext.
3211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3212 $as_echo_n "checking whether the C compiler works... " >&6; }
3213 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3215 # The possible output files:
3216 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3218 ac_rmfiles=
3219 for ac_file in $ac_files
3221 case $ac_file in
3222 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3223 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3224 esac
3225 done
3226 rm -f $ac_rmfiles
3228 if { { ac_try="$ac_link_default"
3229 case "(($ac_try" in
3230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3231 *) ac_try_echo=$ac_try;;
3232 esac
3233 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3234 $as_echo "$ac_try_echo"; } >&5
3235 (eval "$ac_link_default") 2>&5
3236 ac_status=$?
3237 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3238 test $ac_status = 0; }; then :
3239 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3240 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3241 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3242 # so that the user can short-circuit this test for compilers unknown to
3243 # Autoconf.
3244 for ac_file in $ac_files ''
3246 test -f "$ac_file" || continue
3247 case $ac_file in
3248 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3250 [ab].out )
3251 # We found the default executable, but exeext='' is most
3252 # certainly right.
3253 break;;
3254 *.* )
3255 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3256 then :; else
3257 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3259 # We set ac_cv_exeext here because the later test for it is not
3260 # safe: cross compilers may not add the suffix if given an `-o'
3261 # argument, so we may need to know it at that point already.
3262 # Even if this section looks crufty: it has the advantage of
3263 # actually working.
3264 break;;
3266 break;;
3267 esac
3268 done
3269 test "$ac_cv_exeext" = no && ac_cv_exeext=
3271 else
3272 ac_file=''
3274 if test -z "$ac_file"; then :
3275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3276 $as_echo "no" >&6; }
3277 $as_echo "$as_me: failed program was:" >&5
3278 sed 's/^/| /' conftest.$ac_ext >&5
3280 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3281 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3282 { as_fn_set_status 77
3283 as_fn_error "C compiler cannot create executables
3284 See \`config.log' for more details." "$LINENO" 5; }; }
3285 else
3286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3287 $as_echo "yes" >&6; }
3289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3290 $as_echo_n "checking for C compiler default output file name... " >&6; }
3291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3292 $as_echo "$ac_file" >&6; }
3293 ac_exeext=$ac_cv_exeext
3295 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3296 ac_clean_files=$ac_clean_files_save
3297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3298 $as_echo_n "checking for suffix of executables... " >&6; }
3299 if { { ac_try="$ac_link"
3300 case "(($ac_try" in
3301 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3302 *) ac_try_echo=$ac_try;;
3303 esac
3304 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3305 $as_echo "$ac_try_echo"; } >&5
3306 (eval "$ac_link") 2>&5
3307 ac_status=$?
3308 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3309 test $ac_status = 0; }; then :
3310 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3311 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3312 # work properly (i.e., refer to `conftest.exe'), while it won't with
3313 # `rm'.
3314 for ac_file in conftest.exe conftest conftest.*; do
3315 test -f "$ac_file" || continue
3316 case $ac_file in
3317 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3318 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3319 break;;
3320 * ) break;;
3321 esac
3322 done
3323 else
3324 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3325 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3326 as_fn_error "cannot compute suffix of executables: cannot compile and link
3327 See \`config.log' for more details." "$LINENO" 5; }
3329 rm -f conftest conftest$ac_cv_exeext
3330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3331 $as_echo "$ac_cv_exeext" >&6; }
3333 rm -f conftest.$ac_ext
3334 EXEEXT=$ac_cv_exeext
3335 ac_exeext=$EXEEXT
3336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3337 /* end confdefs.h. */
3338 #include <stdio.h>
3340 main ()
3342 FILE *f = fopen ("conftest.out", "w");
3343 return ferror (f) || fclose (f) != 0;
3346 return 0;
3348 _ACEOF
3349 ac_clean_files="$ac_clean_files conftest.out"
3350 # Check that the compiler produces executables we can run. If not, either
3351 # the compiler is broken, or we cross compile.
3352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3353 $as_echo_n "checking whether we are cross compiling... " >&6; }
3354 if test "$cross_compiling" != yes; then
3355 { { ac_try="$ac_link"
3356 case "(($ac_try" in
3357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3358 *) ac_try_echo=$ac_try;;
3359 esac
3360 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3361 $as_echo "$ac_try_echo"; } >&5
3362 (eval "$ac_link") 2>&5
3363 ac_status=$?
3364 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3365 test $ac_status = 0; }
3366 if { ac_try='./conftest$ac_cv_exeext'
3367 { { case "(($ac_try" in
3368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3369 *) ac_try_echo=$ac_try;;
3370 esac
3371 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3372 $as_echo "$ac_try_echo"; } >&5
3373 (eval "$ac_try") 2>&5
3374 ac_status=$?
3375 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3376 test $ac_status = 0; }; }; then
3377 cross_compiling=no
3378 else
3379 if test "$cross_compiling" = maybe; then
3380 cross_compiling=yes
3381 else
3382 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3383 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3384 as_fn_error "cannot run C compiled programs.
3385 If you meant to cross compile, use \`--host'.
3386 See \`config.log' for more details." "$LINENO" 5; }
3390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3391 $as_echo "$cross_compiling" >&6; }
3393 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3394 ac_clean_files=$ac_clean_files_save
3395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3396 $as_echo_n "checking for suffix of object files... " >&6; }
3397 if test "${ac_cv_objext+set}" = set; then :
3398 $as_echo_n "(cached) " >&6
3399 else
3400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3401 /* end confdefs.h. */
3404 main ()
3408 return 0;
3410 _ACEOF
3411 rm -f conftest.o conftest.obj
3412 if { { ac_try="$ac_compile"
3413 case "(($ac_try" in
3414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3415 *) ac_try_echo=$ac_try;;
3416 esac
3417 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3418 $as_echo "$ac_try_echo"; } >&5
3419 (eval "$ac_compile") 2>&5
3420 ac_status=$?
3421 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3422 test $ac_status = 0; }; then :
3423 for ac_file in conftest.o conftest.obj conftest.*; do
3424 test -f "$ac_file" || continue;
3425 case $ac_file in
3426 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3427 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3428 break;;
3429 esac
3430 done
3431 else
3432 $as_echo "$as_me: failed program was:" >&5
3433 sed 's/^/| /' conftest.$ac_ext >&5
3435 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3436 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3437 as_fn_error "cannot compute suffix of object files: cannot compile
3438 See \`config.log' for more details." "$LINENO" 5; }
3440 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3443 $as_echo "$ac_cv_objext" >&6; }
3444 OBJEXT=$ac_cv_objext
3445 ac_objext=$OBJEXT
3446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3447 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3448 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3449 $as_echo_n "(cached) " >&6
3450 else
3451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3452 /* end confdefs.h. */
3455 main ()
3457 #ifndef __GNUC__
3458 choke me
3459 #endif
3462 return 0;
3464 _ACEOF
3465 if ac_fn_c_try_compile "$LINENO"; then :
3466 ac_compiler_gnu=yes
3467 else
3468 ac_compiler_gnu=no
3470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3471 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3475 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3476 if test $ac_compiler_gnu = yes; then
3477 GCC=yes
3478 else
3479 GCC=
3481 ac_test_CFLAGS=${CFLAGS+set}
3482 ac_save_CFLAGS=$CFLAGS
3483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3484 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3485 if test "${ac_cv_prog_cc_g+set}" = set; then :
3486 $as_echo_n "(cached) " >&6
3487 else
3488 ac_save_c_werror_flag=$ac_c_werror_flag
3489 ac_c_werror_flag=yes
3490 ac_cv_prog_cc_g=no
3491 CFLAGS="-g"
3492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3493 /* end confdefs.h. */
3496 main ()
3500 return 0;
3502 _ACEOF
3503 if ac_fn_c_try_compile "$LINENO"; then :
3504 ac_cv_prog_cc_g=yes
3505 else
3506 CFLAGS=""
3507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3508 /* end confdefs.h. */
3511 main ()
3515 return 0;
3517 _ACEOF
3518 if ac_fn_c_try_compile "$LINENO"; then :
3520 else
3521 ac_c_werror_flag=$ac_save_c_werror_flag
3522 CFLAGS="-g"
3523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3524 /* end confdefs.h. */
3527 main ()
3531 return 0;
3533 _ACEOF
3534 if ac_fn_c_try_compile "$LINENO"; then :
3535 ac_cv_prog_cc_g=yes
3537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 ac_c_werror_flag=$ac_save_c_werror_flag
3544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3545 $as_echo "$ac_cv_prog_cc_g" >&6; }
3546 if test "$ac_test_CFLAGS" = set; then
3547 CFLAGS=$ac_save_CFLAGS
3548 elif test $ac_cv_prog_cc_g = yes; then
3549 if test "$GCC" = yes; then
3550 CFLAGS="-g -O2"
3551 else
3552 CFLAGS="-g"
3554 else
3555 if test "$GCC" = yes; then
3556 CFLAGS="-O2"
3557 else
3558 CFLAGS=
3561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3562 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3563 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3564 $as_echo_n "(cached) " >&6
3565 else
3566 ac_cv_prog_cc_c89=no
3567 ac_save_CC=$CC
3568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3569 /* end confdefs.h. */
3570 #include <stdarg.h>
3571 #include <stdio.h>
3572 #include <sys/types.h>
3573 #include <sys/stat.h>
3574 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3575 struct buf { int x; };
3576 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3577 static char *e (p, i)
3578 char **p;
3579 int i;
3581 return p[i];
3583 static char *f (char * (*g) (char **, int), char **p, ...)
3585 char *s;
3586 va_list v;
3587 va_start (v,p);
3588 s = g (p, va_arg (v,int));
3589 va_end (v);
3590 return s;
3593 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3594 function prototypes and stuff, but not '\xHH' hex character constants.
3595 These don't provoke an error unfortunately, instead are silently treated
3596 as 'x'. The following induces an error, until -std is added to get
3597 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3598 array size at least. It's necessary to write '\x00'==0 to get something
3599 that's true only with -std. */
3600 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3602 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3603 inside strings and character constants. */
3604 #define FOO(x) 'x'
3605 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3607 int test (int i, double x);
3608 struct s1 {int (*f) (int a);};
3609 struct s2 {int (*f) (double a);};
3610 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3611 int argc;
3612 char **argv;
3614 main ()
3616 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3618 return 0;
3620 _ACEOF
3621 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3622 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3624 CC="$ac_save_CC $ac_arg"
3625 if ac_fn_c_try_compile "$LINENO"; then :
3626 ac_cv_prog_cc_c89=$ac_arg
3628 rm -f core conftest.err conftest.$ac_objext
3629 test "x$ac_cv_prog_cc_c89" != "xno" && break
3630 done
3631 rm -f conftest.$ac_ext
3632 CC=$ac_save_CC
3635 # AC_CACHE_VAL
3636 case "x$ac_cv_prog_cc_c89" in
3638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3639 $as_echo "none needed" >&6; } ;;
3640 xno)
3641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3642 $as_echo "unsupported" >&6; } ;;
3644 CC="$CC $ac_cv_prog_cc_c89"
3645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3646 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3647 esac
3648 if test "x$ac_cv_prog_cc_c89" != xno; then :
3652 ac_ext=c
3653 ac_cpp='$CPP $CPPFLAGS'
3654 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3655 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3656 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3658 ac_ext=cpp
3659 ac_cpp='$CXXCPP $CPPFLAGS'
3660 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3661 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3662 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3663 if test -z "$CXX"; then
3664 if test -n "$CCC"; then
3665 CXX=$CCC
3666 else
3667 if test -n "$ac_tool_prefix"; then
3668 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3670 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3671 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3673 $as_echo_n "checking for $ac_word... " >&6; }
3674 if test "${ac_cv_prog_CXX+set}" = set; then :
3675 $as_echo_n "(cached) " >&6
3676 else
3677 if test -n "$CXX"; then
3678 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3679 else
3680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3681 for as_dir in $PATH
3683 IFS=$as_save_IFS
3684 test -z "$as_dir" && as_dir=.
3685 for ac_exec_ext in '' $ac_executable_extensions; do
3686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3687 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3688 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3689 break 2
3691 done
3692 done
3693 IFS=$as_save_IFS
3697 CXX=$ac_cv_prog_CXX
3698 if test -n "$CXX"; then
3699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3700 $as_echo "$CXX" >&6; }
3701 else
3702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3703 $as_echo "no" >&6; }
3707 test -n "$CXX" && break
3708 done
3710 if test -z "$CXX"; then
3711 ac_ct_CXX=$CXX
3712 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3714 # Extract the first word of "$ac_prog", so it can be a program name with args.
3715 set dummy $ac_prog; ac_word=$2
3716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3717 $as_echo_n "checking for $ac_word... " >&6; }
3718 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3719 $as_echo_n "(cached) " >&6
3720 else
3721 if test -n "$ac_ct_CXX"; then
3722 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3723 else
3724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3725 for as_dir in $PATH
3727 IFS=$as_save_IFS
3728 test -z "$as_dir" && as_dir=.
3729 for ac_exec_ext in '' $ac_executable_extensions; do
3730 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3731 ac_cv_prog_ac_ct_CXX="$ac_prog"
3732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3733 break 2
3735 done
3736 done
3737 IFS=$as_save_IFS
3741 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3742 if test -n "$ac_ct_CXX"; then
3743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3744 $as_echo "$ac_ct_CXX" >&6; }
3745 else
3746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3747 $as_echo "no" >&6; }
3751 test -n "$ac_ct_CXX" && break
3752 done
3754 if test "x$ac_ct_CXX" = x; then
3755 CXX="g++"
3756 else
3757 case $cross_compiling:$ac_tool_warned in
3758 yes:)
3759 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3760 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3761 ac_tool_warned=yes ;;
3762 esac
3763 CXX=$ac_ct_CXX
3769 # Provide some information about the compiler.
3770 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3771 set X $ac_compile
3772 ac_compiler=$2
3773 for ac_option in --version -v -V -qversion; do
3774 { { ac_try="$ac_compiler $ac_option >&5"
3775 case "(($ac_try" in
3776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3777 *) ac_try_echo=$ac_try;;
3778 esac
3779 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3780 $as_echo "$ac_try_echo"; } >&5
3781 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3782 ac_status=$?
3783 if test -s conftest.err; then
3784 sed '10a\
3785 ... rest of stderr output deleted ...
3786 10q' conftest.err >conftest.er1
3787 cat conftest.er1 >&5
3789 rm -f conftest.er1 conftest.err
3790 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3791 test $ac_status = 0; }
3792 done
3794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3795 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3796 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3797 $as_echo_n "(cached) " >&6
3798 else
3799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3800 /* end confdefs.h. */
3803 main ()
3805 #ifndef __GNUC__
3806 choke me
3807 #endif
3810 return 0;
3812 _ACEOF
3813 if ac_fn_cxx_try_compile "$LINENO"; then :
3814 ac_compiler_gnu=yes
3815 else
3816 ac_compiler_gnu=no
3818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3819 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3823 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3824 if test $ac_compiler_gnu = yes; then
3825 GXX=yes
3826 else
3827 GXX=
3829 ac_test_CXXFLAGS=${CXXFLAGS+set}
3830 ac_save_CXXFLAGS=$CXXFLAGS
3831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3832 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3833 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3834 $as_echo_n "(cached) " >&6
3835 else
3836 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3837 ac_cxx_werror_flag=yes
3838 ac_cv_prog_cxx_g=no
3839 CXXFLAGS="-g"
3840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3841 /* end confdefs.h. */
3844 main ()
3848 return 0;
3850 _ACEOF
3851 if ac_fn_cxx_try_compile "$LINENO"; then :
3852 ac_cv_prog_cxx_g=yes
3853 else
3854 CXXFLAGS=""
3855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3856 /* end confdefs.h. */
3859 main ()
3863 return 0;
3865 _ACEOF
3866 if ac_fn_cxx_try_compile "$LINENO"; then :
3868 else
3869 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3870 CXXFLAGS="-g"
3871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3872 /* end confdefs.h. */
3875 main ()
3879 return 0;
3881 _ACEOF
3882 if ac_fn_cxx_try_compile "$LINENO"; then :
3883 ac_cv_prog_cxx_g=yes
3885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3889 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3890 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3893 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3894 if test "$ac_test_CXXFLAGS" = set; then
3895 CXXFLAGS=$ac_save_CXXFLAGS
3896 elif test $ac_cv_prog_cxx_g = yes; then
3897 if test "$GXX" = yes; then
3898 CXXFLAGS="-g -O2"
3899 else
3900 CXXFLAGS="-g"
3902 else
3903 if test "$GXX" = yes; then
3904 CXXFLAGS="-O2"
3905 else
3906 CXXFLAGS=
3909 ac_ext=c
3910 ac_cpp='$CPP $CPPFLAGS'
3911 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3912 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3913 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3915 if test -n "$ac_tool_prefix"; then
3916 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3917 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3919 $as_echo_n "checking for $ac_word... " >&6; }
3920 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3921 $as_echo_n "(cached) " >&6
3922 else
3923 if test -n "$CPPBIN"; then
3924 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3925 else
3926 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3927 for as_dir in $PATH
3929 IFS=$as_save_IFS
3930 test -z "$as_dir" && as_dir=.
3931 for ac_exec_ext in '' $ac_executable_extensions; do
3932 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3933 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3934 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3935 break 2
3937 done
3938 done
3939 IFS=$as_save_IFS
3943 CPPBIN=$ac_cv_prog_CPPBIN
3944 if test -n "$CPPBIN"; then
3945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3946 $as_echo "$CPPBIN" >&6; }
3947 else
3948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3949 $as_echo "no" >&6; }
3954 if test -z "$ac_cv_prog_CPPBIN"; then
3955 ac_ct_CPPBIN=$CPPBIN
3956 # Extract the first word of "cpp", so it can be a program name with args.
3957 set dummy cpp; ac_word=$2
3958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3959 $as_echo_n "checking for $ac_word... " >&6; }
3960 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3961 $as_echo_n "(cached) " >&6
3962 else
3963 if test -n "$ac_ct_CPPBIN"; then
3964 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3965 else
3966 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3967 for as_dir in $PATH
3969 IFS=$as_save_IFS
3970 test -z "$as_dir" && as_dir=.
3971 for ac_exec_ext in '' $ac_executable_extensions; do
3972 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3973 ac_cv_prog_ac_ct_CPPBIN="cpp"
3974 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3975 break 2
3977 done
3978 done
3979 IFS=$as_save_IFS
3983 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3984 if test -n "$ac_ct_CPPBIN"; then
3985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3986 $as_echo "$ac_ct_CPPBIN" >&6; }
3987 else
3988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3989 $as_echo "no" >&6; }
3992 if test "x$ac_ct_CPPBIN" = x; then
3993 CPPBIN="cpp"
3994 else
3995 case $cross_compiling:$ac_tool_warned in
3996 yes:)
3997 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3998 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3999 ac_tool_warned=yes ;;
4000 esac
4001 CPPBIN=$ac_ct_CPPBIN
4003 else
4004 CPPBIN="$ac_cv_prog_CPPBIN"
4008 cat >>confdefs.h <<_ACEOF
4009 #define EXEEXT "$ac_exeext"
4010 _ACEOF
4013 case $host in
4014 *-darwin*)
4015 if test "x$enable_win64" = "xyes"
4016 then
4017 CC="$CC -m64"
4018 CXX="$CXX -m64"
4019 LD="${LD:-ld} -arch x86_64"
4020 AS="${AS:-as} -arch x86_64"
4021 host_cpu="x86_64"
4022 notice_platform="64-bit "
4023 TARGETFLAGS="-m64"
4025 else
4026 CC="$CC -m32"
4027 CXX="$CXX -m32"
4028 LD="${LD:-ld} -arch i386"
4029 AS="${AS:-as} -arch i386"
4030 host_cpu="i386"
4031 notice_platform="32-bit "
4032 TARGETFLAGS="-m32"
4034 enable_win16=${enable_win16:-yes}
4037 x86_64*)
4038 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4039 then
4040 CC="$CC -m32"
4041 CXX="$CXX -m32"
4042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4043 $as_echo_n "checking whether $CC works... " >&6; }
4045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4046 /* end confdefs.h. */
4049 main ()
4053 return 0;
4055 _ACEOF
4056 if ac_fn_c_try_link "$LINENO"; then :
4057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4058 $as_echo "yes" >&6; }
4059 else
4060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4061 $as_echo "no" >&6; }
4062 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4064 rm -f core conftest.err conftest.$ac_objext \
4065 conftest$ac_exeext conftest.$ac_ext
4066 LD="${LD:-ld} -m elf_i386"
4067 AS="${AS:-as} --32"
4068 host_cpu="i386"
4069 notice_platform="32-bit "
4070 TARGETFLAGS="-m32"
4072 enable_win16=${enable_win16:-yes}
4073 else
4074 if test "x${GCC}" = "xyes"
4075 then
4076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4077 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4079 /* end confdefs.h. */
4080 #include <stdarg.h>
4082 main ()
4084 void func(__builtin_ms_va_list *args);
4086 return 0;
4088 _ACEOF
4089 if ac_fn_c_try_compile "$LINENO"; then :
4090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4091 $as_echo "yes" >&6; }
4092 else
4093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4094 $as_echo "no" >&6; }
4095 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4099 TARGETFLAGS="-m64"
4103 *-mingw32*|*-cygwin*)
4104 enable_win16=${enable_win16:-no}
4106 i[3456789]86*)
4107 enable_win16=${enable_win16:-yes}
4109 esac
4111 enable_win16=${enable_win16:-no}
4113 if test -n "$with_wine64"
4114 then
4115 if test "x$enable_win64" = "xyes"
4116 then
4117 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4118 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4120 WOW64_DISABLE=\#
4122 enable_fonts=${enable_fonts:-no}
4123 enable_include=${enable_include:-no}
4124 enable_server=${enable_server:-no}
4125 enable_tools=${enable_tools:-no}
4126 enable_wineboot=${enable_wineboot:-no}
4127 enable_winedbg=${enable_winedbg:-no}
4128 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4132 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4133 if test "${wine_cv_toolsdir+set}" = set; then :
4134 $as_echo_n "(cached) " >&6
4135 else
4136 wine_cv_toolsdir="$with_wine_tools"
4137 if test -z "$with_wine_tools"; then
4138 if test "$cross_compiling" = "yes"; then
4139 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4140 elif test -n "$with_wine64"; then
4141 wine_cv_toolsdir="$with_wine64"
4144 if test -z "$wine_cv_toolsdir"; then
4145 wine_cv_toolsdir="\$(TOPOBJDIR)"
4146 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4147 case "$wine_cv_toolsdir" in
4148 /*) ;;
4149 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4150 esac
4151 else
4152 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4156 $as_echo "$wine_cv_toolsdir" >&6; }
4157 TOOLSDIR=$wine_cv_toolsdir
4159 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4160 then
4161 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4165 for ac_prog in flex
4167 # Extract the first word of "$ac_prog", so it can be a program name with args.
4168 set dummy $ac_prog; ac_word=$2
4169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4170 $as_echo_n "checking for $ac_word... " >&6; }
4171 if test "${ac_cv_prog_FLEX+set}" = set; then :
4172 $as_echo_n "(cached) " >&6
4173 else
4174 if test -n "$FLEX"; then
4175 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4176 else
4177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4178 for as_dir in $PATH
4180 IFS=$as_save_IFS
4181 test -z "$as_dir" && as_dir=.
4182 for ac_exec_ext in '' $ac_executable_extensions; do
4183 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4184 ac_cv_prog_FLEX="$ac_prog"
4185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4186 break 2
4188 done
4189 done
4190 IFS=$as_save_IFS
4194 FLEX=$ac_cv_prog_FLEX
4195 if test -n "$FLEX"; then
4196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4197 $as_echo "$FLEX" >&6; }
4198 else
4199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4200 $as_echo "no" >&6; }
4204 test -n "$FLEX" && break
4205 done
4206 test -n "$FLEX" || FLEX="none"
4208 if test "$FLEX" = "none"
4209 then
4210 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4213 $as_echo_n "checking whether flex is recent enough... " >&6; }
4214 cat >conftest.l <<EOF
4215 %top{
4216 #include "prediluvian.h"
4220 if $FLEX -t conftest.l >/dev/null 2>&1
4221 then
4222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4223 $as_echo "yes" >&6; }
4224 else
4225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4226 $as_echo "no" >&6; }
4227 as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4230 for ac_prog in bison
4232 # Extract the first word of "$ac_prog", so it can be a program name with args.
4233 set dummy $ac_prog; ac_word=$2
4234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4235 $as_echo_n "checking for $ac_word... " >&6; }
4236 if test "${ac_cv_prog_BISON+set}" = set; then :
4237 $as_echo_n "(cached) " >&6
4238 else
4239 if test -n "$BISON"; then
4240 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4241 else
4242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4243 for as_dir in $PATH
4245 IFS=$as_save_IFS
4246 test -z "$as_dir" && as_dir=.
4247 for ac_exec_ext in '' $ac_executable_extensions; do
4248 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4249 ac_cv_prog_BISON="$ac_prog"
4250 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4251 break 2
4253 done
4254 done
4255 IFS=$as_save_IFS
4259 BISON=$ac_cv_prog_BISON
4260 if test -n "$BISON"; then
4261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4262 $as_echo "$BISON" >&6; }
4263 else
4264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4265 $as_echo "no" >&6; }
4269 test -n "$BISON" && break
4270 done
4271 test -n "$BISON" || BISON="none"
4273 if test "$BISON" = "none"
4274 then
4275 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4278 if test -n "$ac_tool_prefix"; then
4279 for ac_prog in ar gar
4281 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4282 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4284 $as_echo_n "checking for $ac_word... " >&6; }
4285 if test "${ac_cv_prog_AR+set}" = set; then :
4286 $as_echo_n "(cached) " >&6
4287 else
4288 if test -n "$AR"; then
4289 ac_cv_prog_AR="$AR" # Let the user override the test.
4290 else
4291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4292 for as_dir in $PATH
4294 IFS=$as_save_IFS
4295 test -z "$as_dir" && as_dir=.
4296 for ac_exec_ext in '' $ac_executable_extensions; do
4297 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4298 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4299 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4300 break 2
4302 done
4303 done
4304 IFS=$as_save_IFS
4308 AR=$ac_cv_prog_AR
4309 if test -n "$AR"; then
4310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4311 $as_echo "$AR" >&6; }
4312 else
4313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4314 $as_echo "no" >&6; }
4318 test -n "$AR" && break
4319 done
4321 if test -z "$AR"; then
4322 ac_ct_AR=$AR
4323 for ac_prog in ar gar
4325 # Extract the first word of "$ac_prog", so it can be a program name with args.
4326 set dummy $ac_prog; ac_word=$2
4327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4328 $as_echo_n "checking for $ac_word... " >&6; }
4329 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4330 $as_echo_n "(cached) " >&6
4331 else
4332 if test -n "$ac_ct_AR"; then
4333 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4334 else
4335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4336 for as_dir in $PATH
4338 IFS=$as_save_IFS
4339 test -z "$as_dir" && as_dir=.
4340 for ac_exec_ext in '' $ac_executable_extensions; do
4341 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4342 ac_cv_prog_ac_ct_AR="$ac_prog"
4343 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4344 break 2
4346 done
4347 done
4348 IFS=$as_save_IFS
4352 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4353 if test -n "$ac_ct_AR"; then
4354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4355 $as_echo "$ac_ct_AR" >&6; }
4356 else
4357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4358 $as_echo "no" >&6; }
4362 test -n "$ac_ct_AR" && break
4363 done
4365 if test "x$ac_ct_AR" = x; then
4366 AR="ar"
4367 else
4368 case $cross_compiling:$ac_tool_warned in
4369 yes:)
4370 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4371 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4372 ac_tool_warned=yes ;;
4373 esac
4374 AR=$ac_ct_AR
4378 ARFLAGS=rc
4380 if test -n "$ac_tool_prefix"; then
4381 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4382 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4384 $as_echo_n "checking for $ac_word... " >&6; }
4385 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4386 $as_echo_n "(cached) " >&6
4387 else
4388 if test -n "$RANLIB"; then
4389 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4390 else
4391 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4392 for as_dir in $PATH
4394 IFS=$as_save_IFS
4395 test -z "$as_dir" && as_dir=.
4396 for ac_exec_ext in '' $ac_executable_extensions; do
4397 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4398 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4399 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4400 break 2
4402 done
4403 done
4404 IFS=$as_save_IFS
4408 RANLIB=$ac_cv_prog_RANLIB
4409 if test -n "$RANLIB"; then
4410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4411 $as_echo "$RANLIB" >&6; }
4412 else
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4414 $as_echo "no" >&6; }
4419 if test -z "$ac_cv_prog_RANLIB"; then
4420 ac_ct_RANLIB=$RANLIB
4421 # Extract the first word of "ranlib", so it can be a program name with args.
4422 set dummy ranlib; ac_word=$2
4423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4424 $as_echo_n "checking for $ac_word... " >&6; }
4425 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4426 $as_echo_n "(cached) " >&6
4427 else
4428 if test -n "$ac_ct_RANLIB"; then
4429 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4430 else
4431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4432 for as_dir in $PATH
4434 IFS=$as_save_IFS
4435 test -z "$as_dir" && as_dir=.
4436 for ac_exec_ext in '' $ac_executable_extensions; do
4437 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4438 ac_cv_prog_ac_ct_RANLIB="ranlib"
4439 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4440 break 2
4442 done
4443 done
4444 IFS=$as_save_IFS
4448 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4449 if test -n "$ac_ct_RANLIB"; then
4450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4451 $as_echo "$ac_ct_RANLIB" >&6; }
4452 else
4453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4454 $as_echo "no" >&6; }
4457 if test "x$ac_ct_RANLIB" = x; then
4458 RANLIB=":"
4459 else
4460 case $cross_compiling:$ac_tool_warned in
4461 yes:)
4462 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4463 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4464 ac_tool_warned=yes ;;
4465 esac
4466 RANLIB=$ac_ct_RANLIB
4468 else
4469 RANLIB="$ac_cv_prog_RANLIB"
4472 if test -n "$ac_tool_prefix"; then
4473 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4474 set dummy ${ac_tool_prefix}strip; ac_word=$2
4475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4476 $as_echo_n "checking for $ac_word... " >&6; }
4477 if test "${ac_cv_prog_STRIP+set}" = set; then :
4478 $as_echo_n "(cached) " >&6
4479 else
4480 if test -n "$STRIP"; then
4481 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4482 else
4483 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4484 for as_dir in $PATH
4486 IFS=$as_save_IFS
4487 test -z "$as_dir" && as_dir=.
4488 for ac_exec_ext in '' $ac_executable_extensions; do
4489 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4490 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4491 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4492 break 2
4494 done
4495 done
4496 IFS=$as_save_IFS
4500 STRIP=$ac_cv_prog_STRIP
4501 if test -n "$STRIP"; then
4502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4503 $as_echo "$STRIP" >&6; }
4504 else
4505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4506 $as_echo "no" >&6; }
4511 if test -z "$ac_cv_prog_STRIP"; then
4512 ac_ct_STRIP=$STRIP
4513 # Extract the first word of "strip", so it can be a program name with args.
4514 set dummy strip; ac_word=$2
4515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4516 $as_echo_n "checking for $ac_word... " >&6; }
4517 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4518 $as_echo_n "(cached) " >&6
4519 else
4520 if test -n "$ac_ct_STRIP"; then
4521 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4522 else
4523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4524 for as_dir in $PATH
4526 IFS=$as_save_IFS
4527 test -z "$as_dir" && as_dir=.
4528 for ac_exec_ext in '' $ac_executable_extensions; do
4529 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4530 ac_cv_prog_ac_ct_STRIP="strip"
4531 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4532 break 2
4534 done
4535 done
4536 IFS=$as_save_IFS
4540 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4541 if test -n "$ac_ct_STRIP"; then
4542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4543 $as_echo "$ac_ct_STRIP" >&6; }
4544 else
4545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4546 $as_echo "no" >&6; }
4549 if test "x$ac_ct_STRIP" = x; then
4550 STRIP="strip"
4551 else
4552 case $cross_compiling:$ac_tool_warned in
4553 yes:)
4554 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4555 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4556 ac_tool_warned=yes ;;
4557 esac
4558 STRIP=$ac_ct_STRIP
4560 else
4561 STRIP="$ac_cv_prog_STRIP"
4564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4565 $as_echo_n "checking whether ln -s works... " >&6; }
4566 LN_S=$as_ln_s
4567 if test "$LN_S" = "ln -s"; then
4568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4569 $as_echo "yes" >&6; }
4570 else
4571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4572 $as_echo "no, using $LN_S" >&6; }
4575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
4576 $as_echo_n "checking whether ln works... " >&6; }
4577 rm -f conf$$ conf$$.file
4578 echo >conf$$.file
4579 if ln conf$$.file conf$$ 2>/dev/null; then
4580 LN=ln
4582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4583 $as_echo "yes" >&6; }
4584 else
4585 LN="cp -p"
4587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
4588 $as_echo "no, using $LN" >&6; }
4590 rm -f conf$$ conf$$.file
4591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4592 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4593 if test "${ac_cv_path_GREP+set}" = set; then :
4594 $as_echo_n "(cached) " >&6
4595 else
4596 if test -z "$GREP"; then
4597 ac_path_GREP_found=false
4598 # Loop through the user's path and test for each of PROGNAME-LIST
4599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4600 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4602 IFS=$as_save_IFS
4603 test -z "$as_dir" && as_dir=.
4604 for ac_prog in grep ggrep; do
4605 for ac_exec_ext in '' $ac_executable_extensions; do
4606 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4607 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4608 # Check for GNU ac_path_GREP and select it if it is found.
4609 # Check for GNU $ac_path_GREP
4610 case `"$ac_path_GREP" --version 2>&1` in
4611 *GNU*)
4612 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4614 ac_count=0
4615 $as_echo_n 0123456789 >"conftest.in"
4616 while :
4618 cat "conftest.in" "conftest.in" >"conftest.tmp"
4619 mv "conftest.tmp" "conftest.in"
4620 cp "conftest.in" "conftest.nl"
4621 $as_echo 'GREP' >> "conftest.nl"
4622 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4623 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4624 as_fn_arith $ac_count + 1 && ac_count=$as_val
4625 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4626 # Best one so far, save it but keep looking for a better one
4627 ac_cv_path_GREP="$ac_path_GREP"
4628 ac_path_GREP_max=$ac_count
4630 # 10*(2^10) chars as input seems more than enough
4631 test $ac_count -gt 10 && break
4632 done
4633 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4634 esac
4636 $ac_path_GREP_found && break 3
4637 done
4638 done
4639 done
4640 IFS=$as_save_IFS
4641 if test -z "$ac_cv_path_GREP"; then
4642 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4644 else
4645 ac_cv_path_GREP=$GREP
4649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4650 $as_echo "$ac_cv_path_GREP" >&6; }
4651 GREP="$ac_cv_path_GREP"
4654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4655 $as_echo_n "checking for egrep... " >&6; }
4656 if test "${ac_cv_path_EGREP+set}" = set; then :
4657 $as_echo_n "(cached) " >&6
4658 else
4659 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4660 then ac_cv_path_EGREP="$GREP -E"
4661 else
4662 if test -z "$EGREP"; then
4663 ac_path_EGREP_found=false
4664 # Loop through the user's path and test for each of PROGNAME-LIST
4665 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4666 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4668 IFS=$as_save_IFS
4669 test -z "$as_dir" && as_dir=.
4670 for ac_prog in egrep; do
4671 for ac_exec_ext in '' $ac_executable_extensions; do
4672 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4673 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4674 # Check for GNU ac_path_EGREP and select it if it is found.
4675 # Check for GNU $ac_path_EGREP
4676 case `"$ac_path_EGREP" --version 2>&1` in
4677 *GNU*)
4678 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4680 ac_count=0
4681 $as_echo_n 0123456789 >"conftest.in"
4682 while :
4684 cat "conftest.in" "conftest.in" >"conftest.tmp"
4685 mv "conftest.tmp" "conftest.in"
4686 cp "conftest.in" "conftest.nl"
4687 $as_echo 'EGREP' >> "conftest.nl"
4688 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4689 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4690 as_fn_arith $ac_count + 1 && ac_count=$as_val
4691 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4692 # Best one so far, save it but keep looking for a better one
4693 ac_cv_path_EGREP="$ac_path_EGREP"
4694 ac_path_EGREP_max=$ac_count
4696 # 10*(2^10) chars as input seems more than enough
4697 test $ac_count -gt 10 && break
4698 done
4699 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4700 esac
4702 $ac_path_EGREP_found && break 3
4703 done
4704 done
4705 done
4706 IFS=$as_save_IFS
4707 if test -z "$ac_cv_path_EGREP"; then
4708 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4710 else
4711 ac_cv_path_EGREP=$EGREP
4716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4717 $as_echo "$ac_cv_path_EGREP" >&6; }
4718 EGREP="$ac_cv_path_EGREP"
4721 # Extract the first word of "ldconfig", so it can be a program name with args.
4722 set dummy ldconfig; ac_word=$2
4723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4724 $as_echo_n "checking for $ac_word... " >&6; }
4725 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4726 $as_echo_n "(cached) " >&6
4727 else
4728 case $LDCONFIG in
4729 [\\/]* | ?:[\\/]*)
4730 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4733 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4734 for as_dir in /sbin /usr/sbin $PATH
4736 IFS=$as_save_IFS
4737 test -z "$as_dir" && as_dir=.
4738 for ac_exec_ext in '' $ac_executable_extensions; do
4739 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4740 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4741 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4742 break 2
4744 done
4745 done
4746 IFS=$as_save_IFS
4748 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4750 esac
4752 LDCONFIG=$ac_cv_path_LDCONFIG
4753 if test -n "$LDCONFIG"; then
4754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4755 $as_echo "$LDCONFIG" >&6; }
4756 else
4757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4758 $as_echo "no" >&6; }
4762 # Find a good install program. We prefer a C program (faster),
4763 # so one script is as good as another. But avoid the broken or
4764 # incompatible versions:
4765 # SysV /etc/install, /usr/sbin/install
4766 # SunOS /usr/etc/install
4767 # IRIX /sbin/install
4768 # AIX /bin/install
4769 # AmigaOS /C/install, which installs bootblocks on floppy discs
4770 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4771 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4772 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4773 # OS/2's system install, which has a completely different semantic
4774 # ./install, which can be erroneously created by make from ./install.sh.
4775 # Reject install programs that cannot install multiple files.
4776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4777 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4778 if test -z "$INSTALL"; then
4779 if test "${ac_cv_path_install+set}" = set; then :
4780 $as_echo_n "(cached) " >&6
4781 else
4782 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4783 for as_dir in $PATH
4785 IFS=$as_save_IFS
4786 test -z "$as_dir" && as_dir=.
4787 # Account for people who put trailing slashes in PATH elements.
4788 case $as_dir/ in #((
4789 ./ | .// | /[cC]/* | \
4790 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4791 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4792 /usr/ucb/* ) ;;
4794 # OSF1 and SCO ODT 3.0 have their own names for install.
4795 # Don't use installbsd from OSF since it installs stuff as root
4796 # by default.
4797 for ac_prog in ginstall scoinst install; do
4798 for ac_exec_ext in '' $ac_executable_extensions; do
4799 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4800 if test $ac_prog = install &&
4801 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4802 # AIX install. It has an incompatible calling convention.
4804 elif test $ac_prog = install &&
4805 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4806 # program-specific install script used by HP pwplus--don't use.
4808 else
4809 rm -rf conftest.one conftest.two conftest.dir
4810 echo one > conftest.one
4811 echo two > conftest.two
4812 mkdir conftest.dir
4813 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4814 test -s conftest.one && test -s conftest.two &&
4815 test -s conftest.dir/conftest.one &&
4816 test -s conftest.dir/conftest.two
4817 then
4818 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4819 break 3
4823 done
4824 done
4826 esac
4828 done
4829 IFS=$as_save_IFS
4831 rm -rf conftest.one conftest.two conftest.dir
4834 if test "${ac_cv_path_install+set}" = set; then
4835 INSTALL=$ac_cv_path_install
4836 else
4837 # As a last resort, use the slow shell script. Don't cache a
4838 # value for INSTALL within a source directory, because that will
4839 # break other packages using the cache if that directory is
4840 # removed, or if the value is a relative name.
4841 INSTALL=$ac_install_sh
4844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4845 $as_echo "$INSTALL" >&6; }
4847 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4848 # It thinks the first close brace ends the variable substitution.
4849 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4851 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4853 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4855 case "$INSTALL" in
4856 [\\/$]* | ?:[\\/]* ) ;;
4857 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4858 esac
4860 for ac_prog in lclint lint
4862 # Extract the first word of "$ac_prog", so it can be a program name with args.
4863 set dummy $ac_prog; ac_word=$2
4864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4865 $as_echo_n "checking for $ac_word... " >&6; }
4866 if test "${ac_cv_prog_LINT+set}" = set; then :
4867 $as_echo_n "(cached) " >&6
4868 else
4869 if test -n "$LINT"; then
4870 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4871 else
4872 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4873 for as_dir in $PATH
4875 IFS=$as_save_IFS
4876 test -z "$as_dir" && as_dir=.
4877 for ac_exec_ext in '' $ac_executable_extensions; do
4878 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4879 ac_cv_prog_LINT="$ac_prog"
4880 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4881 break 2
4883 done
4884 done
4885 IFS=$as_save_IFS
4889 LINT=$ac_cv_prog_LINT
4890 if test -n "$LINT"; then
4891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4892 $as_echo "$LINT" >&6; }
4893 else
4894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4895 $as_echo "no" >&6; }
4899 test -n "$LINT" && break
4900 done
4902 if test "$LINT" = "lint"
4903 then
4904 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4909 for ac_prog in fontforge
4911 # Extract the first word of "$ac_prog", so it can be a program name with args.
4912 set dummy $ac_prog; ac_word=$2
4913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4914 $as_echo_n "checking for $ac_word... " >&6; }
4915 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4916 $as_echo_n "(cached) " >&6
4917 else
4918 if test -n "$FONTFORGE"; then
4919 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4920 else
4921 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4922 for as_dir in $PATH
4924 IFS=$as_save_IFS
4925 test -z "$as_dir" && as_dir=.
4926 for ac_exec_ext in '' $ac_executable_extensions; do
4927 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4928 ac_cv_prog_FONTFORGE="$ac_prog"
4929 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4930 break 2
4932 done
4933 done
4934 IFS=$as_save_IFS
4938 FONTFORGE=$ac_cv_prog_FONTFORGE
4939 if test -n "$FONTFORGE"; then
4940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4941 $as_echo "$FONTFORGE" >&6; }
4942 else
4943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4944 $as_echo "no" >&6; }
4948 test -n "$FONTFORGE" && break
4949 done
4950 test -n "$FONTFORGE" || FONTFORGE="false"
4952 for ac_prog in pkg-config
4954 # Extract the first word of "$ac_prog", so it can be a program name with args.
4955 set dummy $ac_prog; ac_word=$2
4956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4957 $as_echo_n "checking for $ac_word... " >&6; }
4958 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4959 $as_echo_n "(cached) " >&6
4960 else
4961 if test -n "$PKG_CONFIG"; then
4962 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4963 else
4964 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4965 for as_dir in $PATH
4967 IFS=$as_save_IFS
4968 test -z "$as_dir" && as_dir=.
4969 for ac_exec_ext in '' $ac_executable_extensions; do
4970 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4971 ac_cv_prog_PKG_CONFIG="$ac_prog"
4972 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4973 break 2
4975 done
4976 done
4977 IFS=$as_save_IFS
4981 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4982 if test -n "$PKG_CONFIG"; then
4983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4984 $as_echo "$PKG_CONFIG" >&6; }
4985 else
4986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4987 $as_echo "no" >&6; }
4991 test -n "$PKG_CONFIG" && break
4992 done
4993 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4995 for ac_prog in rsvg
4997 # Extract the first word of "$ac_prog", so it can be a program name with args.
4998 set dummy $ac_prog; ac_word=$2
4999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5000 $as_echo_n "checking for $ac_word... " >&6; }
5001 if test "${ac_cv_prog_RSVG+set}" = set; then :
5002 $as_echo_n "(cached) " >&6
5003 else
5004 if test -n "$RSVG"; then
5005 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5006 else
5007 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5008 for as_dir in $PATH
5010 IFS=$as_save_IFS
5011 test -z "$as_dir" && as_dir=.
5012 for ac_exec_ext in '' $ac_executable_extensions; do
5013 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5014 ac_cv_prog_RSVG="$ac_prog"
5015 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5016 break 2
5018 done
5019 done
5020 IFS=$as_save_IFS
5024 RSVG=$ac_cv_prog_RSVG
5025 if test -n "$RSVG"; then
5026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5027 $as_echo "$RSVG" >&6; }
5028 else
5029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5030 $as_echo "no" >&6; }
5034 test -n "$RSVG" && break
5035 done
5036 test -n "$RSVG" || RSVG="false"
5038 for ac_prog in icotool
5040 # Extract the first word of "$ac_prog", so it can be a program name with args.
5041 set dummy $ac_prog; ac_word=$2
5042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5043 $as_echo_n "checking for $ac_word... " >&6; }
5044 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5045 $as_echo_n "(cached) " >&6
5046 else
5047 if test -n "$ICOTOOL"; then
5048 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5049 else
5050 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5051 for as_dir in $PATH
5053 IFS=$as_save_IFS
5054 test -z "$as_dir" && as_dir=.
5055 for ac_exec_ext in '' $ac_executable_extensions; do
5056 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5057 ac_cv_prog_ICOTOOL="$ac_prog"
5058 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5059 break 2
5061 done
5062 done
5063 IFS=$as_save_IFS
5067 ICOTOOL=$ac_cv_prog_ICOTOOL
5068 if test -n "$ICOTOOL"; then
5069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5070 $as_echo "$ICOTOOL" >&6; }
5071 else
5072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5073 $as_echo "no" >&6; }
5077 test -n "$ICOTOOL" && break
5078 done
5079 test -n "$ICOTOOL" || ICOTOOL="false"
5082 if test "${enable_maintainer_mode+set}" = set
5083 then
5084 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5085 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5086 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5089 case $host_cpu in
5090 *i[3456789]86*)
5091 # Extract the first word of "prelink", so it can be a program name with args.
5092 set dummy prelink; ac_word=$2
5093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5094 $as_echo_n "checking for $ac_word... " >&6; }
5095 if test "${ac_cv_path_PRELINK+set}" = set; then :
5096 $as_echo_n "(cached) " >&6
5097 else
5098 case $PRELINK in
5099 [\\/]* | ?:[\\/]*)
5100 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5103 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5104 for as_dir in /sbin /usr/sbin $PATH
5106 IFS=$as_save_IFS
5107 test -z "$as_dir" && as_dir=.
5108 for ac_exec_ext in '' $ac_executable_extensions; do
5109 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5110 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5111 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5112 break 2
5114 done
5115 done
5116 IFS=$as_save_IFS
5118 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5120 esac
5122 PRELINK=$ac_cv_path_PRELINK
5123 if test -n "$PRELINK"; then
5124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5125 $as_echo "$PRELINK" >&6; }
5126 else
5127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5128 $as_echo "no" >&6; }
5133 esac
5136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5137 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5138 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5139 $as_echo_n "(cached) " >&6
5140 else
5141 ac_check_lib_save_LIBS=$LIBS
5142 LIBS="-li386 $LIBS"
5143 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5144 /* end confdefs.h. */
5146 /* Override any GCC internal prototype to avoid an error.
5147 Use char because int might match the return type of a GCC
5148 builtin and then its argument prototype would still apply. */
5149 #ifdef __cplusplus
5150 extern "C"
5151 #endif
5152 char i386_set_ldt ();
5154 main ()
5156 return i386_set_ldt ();
5158 return 0;
5160 _ACEOF
5161 if ac_fn_c_try_link "$LINENO"; then :
5162 ac_cv_lib_i386_i386_set_ldt=yes
5163 else
5164 ac_cv_lib_i386_i386_set_ldt=no
5166 rm -f core conftest.err conftest.$ac_objext \
5167 conftest$ac_exeext conftest.$ac_ext
5168 LIBS=$ac_check_lib_save_LIBS
5170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5171 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5172 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5173 cat >>confdefs.h <<_ACEOF
5174 #define HAVE_LIBI386 1
5175 _ACEOF
5177 LIBS="-li386 $LIBS"
5181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5182 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5183 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5184 $as_echo_n "(cached) " >&6
5185 else
5186 ac_check_lib_save_LIBS=$LIBS
5187 LIBS="-lossaudio $LIBS"
5188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5189 /* end confdefs.h. */
5191 /* Override any GCC internal prototype to avoid an error.
5192 Use char because int might match the return type of a GCC
5193 builtin and then its argument prototype would still apply. */
5194 #ifdef __cplusplus
5195 extern "C"
5196 #endif
5197 char _oss_ioctl ();
5199 main ()
5201 return _oss_ioctl ();
5203 return 0;
5205 _ACEOF
5206 if ac_fn_c_try_link "$LINENO"; then :
5207 ac_cv_lib_ossaudio__oss_ioctl=yes
5208 else
5209 ac_cv_lib_ossaudio__oss_ioctl=no
5211 rm -f core conftest.err conftest.$ac_objext \
5212 conftest$ac_exeext conftest.$ac_ext
5213 LIBS=$ac_check_lib_save_LIBS
5215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5216 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5217 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5218 cat >>confdefs.h <<_ACEOF
5219 #define HAVE_LIBOSSAUDIO 1
5220 _ACEOF
5222 LIBS="-lossaudio $LIBS"
5227 XLIB=""
5229 OPENGL_LIBS=""
5233 # Check whether --enable-largefile was given.
5234 if test "${enable_largefile+set}" = set; then :
5235 enableval=$enable_largefile;
5238 if test "$enable_largefile" != no; then
5240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5241 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5242 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5243 $as_echo_n "(cached) " >&6
5244 else
5245 ac_cv_sys_largefile_CC=no
5246 if test "$GCC" != yes; then
5247 ac_save_CC=$CC
5248 while :; do
5249 # IRIX 6.2 and later do not support large files by default,
5250 # so use the C compiler's -n32 option if that helps.
5251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5252 /* end confdefs.h. */
5253 #include <sys/types.h>
5254 /* Check that off_t can represent 2**63 - 1 correctly.
5255 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5256 since some C++ compilers masquerading as C compilers
5257 incorrectly reject 9223372036854775807. */
5258 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5259 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5260 && LARGE_OFF_T % 2147483647 == 1)
5261 ? 1 : -1];
5263 main ()
5267 return 0;
5269 _ACEOF
5270 if ac_fn_c_try_compile "$LINENO"; then :
5271 break
5273 rm -f core conftest.err conftest.$ac_objext
5274 CC="$CC -n32"
5275 if ac_fn_c_try_compile "$LINENO"; then :
5276 ac_cv_sys_largefile_CC=' -n32'; break
5278 rm -f core conftest.err conftest.$ac_objext
5279 break
5280 done
5281 CC=$ac_save_CC
5282 rm -f conftest.$ac_ext
5285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5286 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5287 if test "$ac_cv_sys_largefile_CC" != no; then
5288 CC=$CC$ac_cv_sys_largefile_CC
5291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5292 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5293 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5294 $as_echo_n "(cached) " >&6
5295 else
5296 while :; do
5297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5298 /* end confdefs.h. */
5299 #include <sys/types.h>
5300 /* Check that off_t can represent 2**63 - 1 correctly.
5301 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5302 since some C++ compilers masquerading as C compilers
5303 incorrectly reject 9223372036854775807. */
5304 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5305 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5306 && LARGE_OFF_T % 2147483647 == 1)
5307 ? 1 : -1];
5309 main ()
5313 return 0;
5315 _ACEOF
5316 if ac_fn_c_try_compile "$LINENO"; then :
5317 ac_cv_sys_file_offset_bits=no; break
5319 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5321 /* end confdefs.h. */
5322 #define _FILE_OFFSET_BITS 64
5323 #include <sys/types.h>
5324 /* Check that off_t can represent 2**63 - 1 correctly.
5325 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5326 since some C++ compilers masquerading as C compilers
5327 incorrectly reject 9223372036854775807. */
5328 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5329 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5330 && LARGE_OFF_T % 2147483647 == 1)
5331 ? 1 : -1];
5333 main ()
5337 return 0;
5339 _ACEOF
5340 if ac_fn_c_try_compile "$LINENO"; then :
5341 ac_cv_sys_file_offset_bits=64; break
5343 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5344 ac_cv_sys_file_offset_bits=unknown
5345 break
5346 done
5348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5349 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5350 case $ac_cv_sys_file_offset_bits in #(
5351 no | unknown) ;;
5353 cat >>confdefs.h <<_ACEOF
5354 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5355 _ACEOF
5357 esac
5358 rm -rf conftest*
5359 if test $ac_cv_sys_file_offset_bits = unknown; then
5360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5361 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5362 if test "${ac_cv_sys_large_files+set}" = set; then :
5363 $as_echo_n "(cached) " >&6
5364 else
5365 while :; do
5366 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5367 /* end confdefs.h. */
5368 #include <sys/types.h>
5369 /* Check that off_t can represent 2**63 - 1 correctly.
5370 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5371 since some C++ compilers masquerading as C compilers
5372 incorrectly reject 9223372036854775807. */
5373 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5374 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5375 && LARGE_OFF_T % 2147483647 == 1)
5376 ? 1 : -1];
5378 main ()
5382 return 0;
5384 _ACEOF
5385 if ac_fn_c_try_compile "$LINENO"; then :
5386 ac_cv_sys_large_files=no; break
5388 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5390 /* end confdefs.h. */
5391 #define _LARGE_FILES 1
5392 #include <sys/types.h>
5393 /* Check that off_t can represent 2**63 - 1 correctly.
5394 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5395 since some C++ compilers masquerading as C compilers
5396 incorrectly reject 9223372036854775807. */
5397 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5398 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5399 && LARGE_OFF_T % 2147483647 == 1)
5400 ? 1 : -1];
5402 main ()
5406 return 0;
5408 _ACEOF
5409 if ac_fn_c_try_compile "$LINENO"; then :
5410 ac_cv_sys_large_files=1; break
5412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5413 ac_cv_sys_large_files=unknown
5414 break
5415 done
5417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5418 $as_echo "$ac_cv_sys_large_files" >&6; }
5419 case $ac_cv_sys_large_files in #(
5420 no | unknown) ;;
5422 cat >>confdefs.h <<_ACEOF
5423 #define _LARGE_FILES $ac_cv_sys_large_files
5424 _ACEOF
5426 esac
5427 rm -rf conftest*
5432 ac_ext=c
5433 ac_cpp='$CPP $CPPFLAGS'
5434 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5435 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5436 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5438 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5439 # On Suns, sometimes $CPP names a directory.
5440 if test -n "$CPP" && test -d "$CPP"; then
5441 CPP=
5443 if test -z "$CPP"; then
5444 if test "${ac_cv_prog_CPP+set}" = set; then :
5445 $as_echo_n "(cached) " >&6
5446 else
5447 # Double quotes because CPP needs to be expanded
5448 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5450 ac_preproc_ok=false
5451 for ac_c_preproc_warn_flag in '' yes
5453 # Use a header file that comes with gcc, so configuring glibc
5454 # with a fresh cross-compiler works.
5455 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5456 # <limits.h> exists even on freestanding compilers.
5457 # On the NeXT, cc -E runs the code through the compiler's parser,
5458 # not just through cpp. "Syntax error" is here to catch this case.
5459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5460 /* end confdefs.h. */
5461 #ifdef __STDC__
5462 # include <limits.h>
5463 #else
5464 # include <assert.h>
5465 #endif
5466 Syntax error
5467 _ACEOF
5468 if ac_fn_c_try_cpp "$LINENO"; then :
5470 else
5471 # Broken: fails on valid input.
5472 continue
5474 rm -f conftest.err conftest.$ac_ext
5476 # OK, works on sane cases. Now check whether nonexistent headers
5477 # can be detected and how.
5478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5479 /* end confdefs.h. */
5480 #include <ac_nonexistent.h>
5481 _ACEOF
5482 if ac_fn_c_try_cpp "$LINENO"; then :
5483 # Broken: success on invalid input.
5484 continue
5485 else
5486 # Passes both tests.
5487 ac_preproc_ok=:
5488 break
5490 rm -f conftest.err conftest.$ac_ext
5492 done
5493 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5494 rm -f conftest.err conftest.$ac_ext
5495 if $ac_preproc_ok; then :
5496 break
5499 done
5500 ac_cv_prog_CPP=$CPP
5503 CPP=$ac_cv_prog_CPP
5504 else
5505 ac_cv_prog_CPP=$CPP
5507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5508 $as_echo "$CPP" >&6; }
5509 ac_preproc_ok=false
5510 for ac_c_preproc_warn_flag in '' yes
5512 # Use a header file that comes with gcc, so configuring glibc
5513 # with a fresh cross-compiler works.
5514 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5515 # <limits.h> exists even on freestanding compilers.
5516 # On the NeXT, cc -E runs the code through the compiler's parser,
5517 # not just through cpp. "Syntax error" is here to catch this case.
5518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5519 /* end confdefs.h. */
5520 #ifdef __STDC__
5521 # include <limits.h>
5522 #else
5523 # include <assert.h>
5524 #endif
5525 Syntax error
5526 _ACEOF
5527 if ac_fn_c_try_cpp "$LINENO"; then :
5529 else
5530 # Broken: fails on valid input.
5531 continue
5533 rm -f conftest.err conftest.$ac_ext
5535 # OK, works on sane cases. Now check whether nonexistent headers
5536 # can be detected and how.
5537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5538 /* end confdefs.h. */
5539 #include <ac_nonexistent.h>
5540 _ACEOF
5541 if ac_fn_c_try_cpp "$LINENO"; then :
5542 # Broken: success on invalid input.
5543 continue
5544 else
5545 # Passes both tests.
5546 ac_preproc_ok=:
5547 break
5549 rm -f conftest.err conftest.$ac_ext
5551 done
5552 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5553 rm -f conftest.err conftest.$ac_ext
5554 if $ac_preproc_ok; then :
5556 else
5557 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5558 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5559 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5560 See \`config.log' for more details." "$LINENO" 5; }
5563 ac_ext=c
5564 ac_cpp='$CPP $CPPFLAGS'
5565 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5566 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5567 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5571 $as_echo_n "checking for ANSI C header files... " >&6; }
5572 if test "${ac_cv_header_stdc+set}" = set; then :
5573 $as_echo_n "(cached) " >&6
5574 else
5575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5576 /* end confdefs.h. */
5577 #include <stdlib.h>
5578 #include <stdarg.h>
5579 #include <string.h>
5580 #include <float.h>
5583 main ()
5587 return 0;
5589 _ACEOF
5590 if ac_fn_c_try_compile "$LINENO"; then :
5591 ac_cv_header_stdc=yes
5592 else
5593 ac_cv_header_stdc=no
5595 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5597 if test $ac_cv_header_stdc = yes; then
5598 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5600 /* end confdefs.h. */
5601 #include <string.h>
5603 _ACEOF
5604 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5605 $EGREP "memchr" >/dev/null 2>&1; then :
5607 else
5608 ac_cv_header_stdc=no
5610 rm -f conftest*
5614 if test $ac_cv_header_stdc = yes; then
5615 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5617 /* end confdefs.h. */
5618 #include <stdlib.h>
5620 _ACEOF
5621 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5622 $EGREP "free" >/dev/null 2>&1; then :
5624 else
5625 ac_cv_header_stdc=no
5627 rm -f conftest*
5631 if test $ac_cv_header_stdc = yes; then
5632 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5633 if test "$cross_compiling" = yes; then :
5635 else
5636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5637 /* end confdefs.h. */
5638 #include <ctype.h>
5639 #include <stdlib.h>
5640 #if ((' ' & 0x0FF) == 0x020)
5641 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5642 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5643 #else
5644 # define ISLOWER(c) \
5645 (('a' <= (c) && (c) <= 'i') \
5646 || ('j' <= (c) && (c) <= 'r') \
5647 || ('s' <= (c) && (c) <= 'z'))
5648 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5649 #endif
5651 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5653 main ()
5655 int i;
5656 for (i = 0; i < 256; i++)
5657 if (XOR (islower (i), ISLOWER (i))
5658 || toupper (i) != TOUPPER (i))
5659 return 2;
5660 return 0;
5662 _ACEOF
5663 if ac_fn_c_try_run "$LINENO"; then :
5665 else
5666 ac_cv_header_stdc=no
5668 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5669 conftest.$ac_objext conftest.beam conftest.$ac_ext
5674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5675 $as_echo "$ac_cv_header_stdc" >&6; }
5676 if test $ac_cv_header_stdc = yes; then
5678 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5682 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5683 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5684 inttypes.h stdint.h unistd.h
5685 do :
5686 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5687 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5689 eval as_val=\$$as_ac_Header
5690 if test "x$as_val" = x""yes; then :
5691 cat >>confdefs.h <<_ACEOF
5692 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5693 _ACEOF
5697 done
5700 for ac_header in \
5701 AL/al.h \
5702 AudioUnit/AudioUnit.h \
5703 Carbon/Carbon.h \
5704 CoreAudio/CoreAudio.h \
5705 DiskArbitration/DiskArbitration.h \
5706 IOKit/IOKitLib.h \
5707 IOKit/hid/IOHIDLib.h \
5708 OpenAL/al.h \
5709 alias.h \
5710 alsa/asoundlib.h \
5711 arpa/inet.h \
5712 arpa/nameser.h \
5713 asm/types.h \
5714 capi20.h \
5715 curses.h \
5716 direct.h \
5717 dirent.h \
5718 dlfcn.h \
5719 elf.h \
5720 float.h \
5721 fnmatch.h \
5722 fontconfig/fontconfig.h \
5723 getopt.h \
5724 grp.h \
5725 gsm.h \
5726 gsm/gsm.h \
5727 ieeefp.h \
5728 inet/mib2.h \
5729 io.h \
5730 jack/jack.h \
5731 jpeglib.h \
5732 kstat.h \
5733 lber.h \
5734 lcms.h \
5735 lcms/lcms.h \
5736 ldap.h \
5737 libaudioio.h \
5738 link.h \
5739 linux/cdrom.h \
5740 linux/compiler.h \
5741 linux/hdreg.h \
5742 linux/input.h \
5743 linux/ioctl.h \
5744 linux/joystick.h \
5745 linux/major.h \
5746 linux/param.h \
5747 linux/serial.h \
5748 linux/types.h \
5749 linux/ucdrom.h \
5750 mach-o/nlist.h \
5751 mach/mach.h \
5752 mach/machine.h \
5753 machine/cpu.h \
5754 machine/limits.h \
5755 machine/soundcard.h \
5756 mntent.h \
5757 mpg123.h \
5758 ncurses.h \
5759 netdb.h \
5760 netinet/in.h \
5761 netinet/in_systm.h \
5762 netinet/tcp.h \
5763 netinet/tcp_fsm.h \
5764 openssl/err.h \
5765 openssl/ssl.h \
5766 png.h \
5767 poll.h \
5768 port.h \
5769 process.h \
5770 pthread.h \
5771 pwd.h \
5772 regex.h \
5773 sched.h \
5774 scsi/scsi.h \
5775 scsi/scsi_ioctl.h \
5776 scsi/sg.h \
5777 soundcard.h \
5778 stdbool.h \
5779 stdint.h \
5780 strings.h \
5781 stropts.h \
5782 sys/asoundlib.h \
5783 sys/cdio.h \
5784 sys/elf32.h \
5785 sys/epoll.h \
5786 sys/errno.h \
5787 sys/event.h \
5788 sys/exec_elf.h \
5789 sys/filio.h \
5790 sys/inotify.h \
5791 sys/ioctl.h \
5792 sys/ipc.h \
5793 sys/limits.h \
5794 sys/link.h \
5795 sys/mman.h \
5796 sys/modem.h \
5797 sys/msg.h \
5798 sys/mtio.h \
5799 sys/param.h \
5800 sys/poll.h \
5801 sys/prctl.h \
5802 sys/protosw.h \
5803 sys/ptrace.h \
5804 sys/resource.h \
5805 sys/scsiio.h \
5806 sys/shm.h \
5807 sys/signal.h \
5808 sys/socket.h \
5809 sys/socketvar.h \
5810 sys/sockio.h \
5811 sys/soundcard.h \
5812 sys/statvfs.h \
5813 sys/strtio.h \
5814 sys/syscall.h \
5815 sys/tihdr.h \
5816 sys/time.h \
5817 sys/timeout.h \
5818 sys/times.h \
5819 sys/uio.h \
5820 sys/un.h \
5821 sys/utsname.h \
5822 sys/vm86.h \
5823 sys/wait.h \
5824 syscall.h \
5825 termios.h \
5826 unistd.h \
5827 utime.h \
5828 valgrind/memcheck.h \
5829 valgrind/valgrind.h \
5830 zlib.h
5832 do :
5833 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5834 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5835 eval as_val=\$$as_ac_Header
5836 if test "x$as_val" = x""yes; then :
5837 cat >>confdefs.h <<_ACEOF
5838 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5839 _ACEOF
5843 done
5845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5846 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5847 if test "${ac_cv_header_stat_broken+set}" = set; then :
5848 $as_echo_n "(cached) " >&6
5849 else
5850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5851 /* end confdefs.h. */
5852 #include <sys/types.h>
5853 #include <sys/stat.h>
5855 #if defined S_ISBLK && defined S_IFDIR
5856 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5857 #endif
5859 #if defined S_ISBLK && defined S_IFCHR
5860 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5861 #endif
5863 #if defined S_ISLNK && defined S_IFREG
5864 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5865 #endif
5867 #if defined S_ISSOCK && defined S_IFREG
5868 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5869 #endif
5871 _ACEOF
5872 if ac_fn_c_try_compile "$LINENO"; then :
5873 ac_cv_header_stat_broken=no
5874 else
5875 ac_cv_header_stat_broken=yes
5877 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5880 $as_echo "$ac_cv_header_stat_broken" >&6; }
5881 if test $ac_cv_header_stat_broken = yes; then
5883 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5889 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5890 do :
5891 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5892 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5893 #ifdef HAVE_SYS_PARAM_H
5894 # include <sys/param.h>
5895 #endif
5897 eval as_val=\$$as_ac_Header
5898 if test "x$as_val" = x""yes; then :
5899 cat >>confdefs.h <<_ACEOF
5900 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5901 _ACEOF
5905 done
5908 for ac_header in \
5909 netinet/ip.h \
5910 net/if.h \
5911 net/if_arp.h \
5912 net/if_dl.h \
5913 net/if_types.h \
5914 net/route.h \
5915 netinet/if_ether.h \
5916 netinet/if_inarp.h \
5917 netinet/in_pcb.h \
5918 netinet/ip_icmp.h \
5919 netinet/ip_var.h \
5920 netinet/udp.h \
5921 netipx/ipx.h \
5923 do :
5924 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5925 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5926 #ifdef HAVE_SYS_SOCKET_H
5927 # include <sys/socket.h>
5928 #endif
5929 #ifdef HAVE_SYS_SOCKETVAR_H
5930 # include <sys/socketvar.h>
5931 #endif
5932 #ifdef HAVE_NET_ROUTE_H
5933 # include <net/route.h>
5934 #endif
5935 #ifdef HAVE_NETINET_IN_H
5936 # include <netinet/in.h>
5937 #endif
5938 #ifdef HAVE_NETINET_IN_SYSTM_H
5939 # include <netinet/in_systm.h>
5940 #endif
5941 #ifdef HAVE_NET_IF_H
5942 # include <net/if.h>
5943 #endif
5944 #ifdef HAVE_NETINET_IP_H
5945 # include <netinet/ip.h>
5946 #endif
5948 eval as_val=\$$as_ac_Header
5949 if test "x$as_val" = x""yes; then :
5950 cat >>confdefs.h <<_ACEOF
5951 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5952 _ACEOF
5956 done
5959 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5960 do :
5961 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5962 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5963 #ifdef HAVE_ALIAS_H
5964 # include <alias.h>
5965 #endif
5966 #ifdef HAVE_SYS_SOCKET_H
5967 # include <sys/socket.h>
5968 #endif
5969 #ifdef HAVE_SYS_SOCKETVAR_H
5970 # include <sys/socketvar.h>
5971 #endif
5972 #ifdef HAVE_SYS_TIMEOUT_H
5973 # include <sys/timeout.h>
5974 #endif
5975 #ifdef HAVE_NETINET_IN_H
5976 # include <netinet/in.h>
5977 #endif
5978 #ifdef HAVE_NETINET_IN_SYSTM_H
5979 # include <netinet/in_systm.h>
5980 #endif
5981 #ifdef HAVE_NETINET_IP_H
5982 # include <netinet/ip.h>
5983 #endif
5984 #ifdef HAVE_NETINET_IP_VAR_H
5985 # include <netinet/ip_var.h>
5986 #endif
5987 #ifdef HAVE_NETINET_IP_ICMP_H
5988 # include <netinet/ip_icmp.h>
5989 #endif
5990 #ifdef HAVE_NETINET_UDP_H
5991 # include <netinet/udp.h>
5992 #endif
5993 #ifdef HAVE_NETINET_TCP_H
5994 # include <netinet/tcp.h>
5995 #endif
5996 #ifdef HAVE_NETINET_TCP_TIMER_H
5997 #include <netinet/tcp_timer.h>
5998 #endif
6000 eval as_val=\$$as_ac_Header
6001 if test "x$as_val" = x""yes; then :
6002 cat >>confdefs.h <<_ACEOF
6003 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6004 _ACEOF
6008 done
6011 for ac_header in linux/ipx.h linux/irda.h
6012 do :
6013 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6014 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6015 #ifdef HAVE_ASM_TYPES_H
6016 # include <asm/types.h>
6017 #endif
6018 #ifdef HAVE_SYS_SOCKET_H
6019 # include <sys/socket.h>
6020 #endif
6021 #ifdef HAVE_LINUX_TYPES_H
6022 # include <linux/types.h>
6023 #endif
6025 eval as_val=\$$as_ac_Header
6026 if test "x$as_val" = x""yes; then :
6027 cat >>confdefs.h <<_ACEOF
6028 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6029 _ACEOF
6033 done
6036 for ac_header in mach-o/dyld_images.h
6037 do :
6038 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6039 # include <stdbool.h>
6040 #endif
6041 #ifdef HAVE_STDINT_H
6042 # include <stdint.h>
6043 #endif
6045 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6046 cat >>confdefs.h <<_ACEOF
6047 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6048 _ACEOF
6052 done
6055 for ac_header in resolv.h
6056 do :
6057 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6058 #ifdef HAVE_SYS_SOCKET_H
6059 # include <sys/socket.h>
6060 #endif
6061 #ifdef HAVE_NETINET_IN_H
6062 # include <netinet/in.h>
6063 #endif
6064 #ifdef HAVE_ARPA_NAMESER_H
6065 # include <arpa/nameser.h>
6066 #endif
6068 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6069 cat >>confdefs.h <<_ACEOF
6070 #define HAVE_RESOLV_H 1
6071 _ACEOF
6075 done
6078 for ac_header in ucontext.h
6079 do :
6080 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6082 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6083 cat >>confdefs.h <<_ACEOF
6084 #define HAVE_UCONTEXT_H 1
6085 _ACEOF
6089 done
6092 for ac_header in sys/thr.h
6093 do :
6094 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6095 #ifdef HAVE_UCONTEXT_H
6096 #include <ucontext.h>
6097 #endif
6099 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6100 cat >>confdefs.h <<_ACEOF
6101 #define HAVE_SYS_THR_H 1
6102 _ACEOF
6106 done
6109 for ac_header in pthread_np.h
6110 do :
6111 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6112 #include <pthread.h>
6113 #endif
6115 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6116 cat >>confdefs.h <<_ACEOF
6117 #define HAVE_PTHREAD_NP_H 1
6118 _ACEOF
6122 done
6125 for ac_header in linux/videodev.h
6126 do :
6127 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6128 #include <sys/time.h>
6129 #endif
6130 #include <sys/types.h>
6131 #ifdef HAVE_ASM_TYPES_H
6132 #include <asm/types.h>
6133 #endif
6135 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6136 cat >>confdefs.h <<_ACEOF
6137 #define HAVE_LINUX_VIDEODEV_H 1
6138 _ACEOF
6142 done
6145 for ac_header in linux/capi.h
6146 do :
6147 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6149 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6150 cat >>confdefs.h <<_ACEOF
6151 #define HAVE_LINUX_CAPI_H 1
6152 _ACEOF
6156 done
6160 DLLEXT=""
6162 DLLFLAGS="-D_REENTRANT"
6164 LDSHARED=""
6166 LDDLLFLAGS=""
6168 LIBEXT="so"
6170 IMPLIBEXT="def"
6172 LDRPATH_INSTALL=""
6174 LDRPATH_LOCAL=""
6176 STATIC_IMPLIBEXT="def.a"
6177 # Extract the first word of "ldd", so it can be a program name with args.
6178 set dummy ldd; ac_word=$2
6179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6180 $as_echo_n "checking for $ac_word... " >&6; }
6181 if test "${ac_cv_path_LDD+set}" = set; then :
6182 $as_echo_n "(cached) " >&6
6183 else
6184 case $LDD in
6185 [\\/]* | ?:[\\/]*)
6186 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6190 as_dummy="/sbin:/usr/sbin:$PATH"
6191 for as_dir in $as_dummy
6193 IFS=$as_save_IFS
6194 test -z "$as_dir" && as_dir=.
6195 for ac_exec_ext in '' $ac_executable_extensions; do
6196 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6197 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6198 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6199 break 2
6201 done
6202 done
6203 IFS=$as_save_IFS
6205 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6207 esac
6209 LDD=$ac_cv_path_LDD
6210 if test -n "$LDD"; then
6211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6212 $as_echo "$LDD" >&6; }
6213 else
6214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6215 $as_echo "no" >&6; }
6220 case $host_os in
6221 cygwin*|mingw32*)
6222 if test -n "$ac_tool_prefix"; then
6223 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6224 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6226 $as_echo_n "checking for $ac_word... " >&6; }
6227 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6228 $as_echo_n "(cached) " >&6
6229 else
6230 if test -n "$DLLTOOL"; then
6231 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6232 else
6233 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6234 for as_dir in $PATH
6236 IFS=$as_save_IFS
6237 test -z "$as_dir" && as_dir=.
6238 for ac_exec_ext in '' $ac_executable_extensions; do
6239 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6240 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6241 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6242 break 2
6244 done
6245 done
6246 IFS=$as_save_IFS
6250 DLLTOOL=$ac_cv_prog_DLLTOOL
6251 if test -n "$DLLTOOL"; then
6252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6253 $as_echo "$DLLTOOL" >&6; }
6254 else
6255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6256 $as_echo "no" >&6; }
6261 if test -z "$ac_cv_prog_DLLTOOL"; then
6262 ac_ct_DLLTOOL=$DLLTOOL
6263 # Extract the first word of "dlltool", so it can be a program name with args.
6264 set dummy dlltool; ac_word=$2
6265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6266 $as_echo_n "checking for $ac_word... " >&6; }
6267 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6268 $as_echo_n "(cached) " >&6
6269 else
6270 if test -n "$ac_ct_DLLTOOL"; then
6271 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6272 else
6273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6274 for as_dir in $PATH
6276 IFS=$as_save_IFS
6277 test -z "$as_dir" && as_dir=.
6278 for ac_exec_ext in '' $ac_executable_extensions; do
6279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6280 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6281 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6282 break 2
6284 done
6285 done
6286 IFS=$as_save_IFS
6290 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6291 if test -n "$ac_ct_DLLTOOL"; then
6292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6293 $as_echo "$ac_ct_DLLTOOL" >&6; }
6294 else
6295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6296 $as_echo "no" >&6; }
6299 if test "x$ac_ct_DLLTOOL" = x; then
6300 DLLTOOL="false"
6301 else
6302 case $cross_compiling:$ac_tool_warned in
6303 yes:)
6304 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6305 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6306 ac_tool_warned=yes ;;
6307 esac
6308 DLLTOOL=$ac_ct_DLLTOOL
6310 else
6311 DLLTOOL="$ac_cv_prog_DLLTOOL"
6314 if test -n "$ac_tool_prefix"; then
6315 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6316 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6318 $as_echo_n "checking for $ac_word... " >&6; }
6319 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6320 $as_echo_n "(cached) " >&6
6321 else
6322 if test -n "$DLLWRAP"; then
6323 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6324 else
6325 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6326 for as_dir in $PATH
6328 IFS=$as_save_IFS
6329 test -z "$as_dir" && as_dir=.
6330 for ac_exec_ext in '' $ac_executable_extensions; do
6331 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6332 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6333 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6334 break 2
6336 done
6337 done
6338 IFS=$as_save_IFS
6342 DLLWRAP=$ac_cv_prog_DLLWRAP
6343 if test -n "$DLLWRAP"; then
6344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6345 $as_echo "$DLLWRAP" >&6; }
6346 else
6347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6348 $as_echo "no" >&6; }
6353 if test -z "$ac_cv_prog_DLLWRAP"; then
6354 ac_ct_DLLWRAP=$DLLWRAP
6355 # Extract the first word of "dllwrap", so it can be a program name with args.
6356 set dummy dllwrap; ac_word=$2
6357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6358 $as_echo_n "checking for $ac_word... " >&6; }
6359 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6360 $as_echo_n "(cached) " >&6
6361 else
6362 if test -n "$ac_ct_DLLWRAP"; then
6363 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6364 else
6365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6366 for as_dir in $PATH
6368 IFS=$as_save_IFS
6369 test -z "$as_dir" && as_dir=.
6370 for ac_exec_ext in '' $ac_executable_extensions; do
6371 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6372 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6373 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6374 break 2
6376 done
6377 done
6378 IFS=$as_save_IFS
6382 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6383 if test -n "$ac_ct_DLLWRAP"; then
6384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6385 $as_echo "$ac_ct_DLLWRAP" >&6; }
6386 else
6387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6388 $as_echo "no" >&6; }
6391 if test "x$ac_ct_DLLWRAP" = x; then
6392 DLLWRAP="false"
6393 else
6394 case $cross_compiling:$ac_tool_warned in
6395 yes:)
6396 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6397 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6398 ac_tool_warned=yes ;;
6399 esac
6400 DLLWRAP=$ac_ct_DLLWRAP
6402 else
6403 DLLWRAP="$ac_cv_prog_DLLWRAP"
6406 if test "$DLLWRAP" = "false"; then
6407 LIBEXT="a"
6408 else
6409 LIBEXT="dll"
6411 IMPLIBEXT="a"
6412 STATIC_IMPLIBEXT="a"
6413 enable_iphlpapi=${enable_iphlpapi:-no}
6414 enable_kernel32=${enable_kernel32:-no}
6415 enable_msvcrt=${enable_msvcrt:-no}
6416 enable_ntdll=${enable_ntdll:-no}
6417 enable_ws2_32=${enable_ws2_32:-no}
6418 enable_loader=${enable_loader:-no}
6419 enable_server=${enable_server:-no}
6420 with_x=${with_x:-no}
6421 with_pthread=${with_pthread:-no}
6423 darwin*|macosx*)
6424 DLLEXT=".so"
6425 LIBEXT="dylib"
6426 DLLFLAGS="$DLLFLAGS -fPIC"
6427 LDDLLFLAGS="-bundle -multiply_defined suppress"
6428 LIBWINE_LDFLAGS="-multiply_defined suppress"
6429 LDSHARED="\$(CC) -dynamiclib"
6430 STRIP="$STRIP -x"
6431 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6432 SECURITYLIB="-framework Security -framework CoreFoundation"
6434 COREFOUNDATIONLIB="-framework CoreFoundation"
6436 IOKITLIB="-framework IOKit -framework CoreFoundation"
6438 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6440 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6441 then
6442 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6445 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6446 then
6447 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6450 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6451 then
6452 LIBOPENAL="-framework OpenAL"
6454 ac_cv_lib_openal_alGetSource3i=yes
6456 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6457 then
6458 ac_save_LIBS="$LIBS"
6459 LIBS="$LIBS $IOKITLIB"
6460 for ac_func in IOHIDManagerCreate
6461 do :
6462 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6463 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6464 cat >>confdefs.h <<_ACEOF
6465 #define HAVE_IOHIDMANAGERCREATE 1
6466 _ACEOF
6469 done
6471 LIBS="$ac_save_LIBS"
6473 case $host_cpu in
6474 *powerpc*)
6475 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6476 esac
6477 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6478 then
6479 CARBONLIB="-framework Carbon"
6481 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6483 if test "x$enable_win16" = "xyes"
6484 then
6485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6486 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6487 if test "$cross_compiling" = yes; then :
6488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6489 $as_echo "cross-compiling, assuming yes" >&6; }
6490 else
6491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6492 /* end confdefs.h. */
6493 asm(".text\n"
6494 "bad:\tnop;nop\n"
6495 "good:\tnop;nop\n\t"
6496 ".globl _testfunc\n"
6497 "_testfunc:\tcallw good");
6498 extern void testfunc();
6500 main ()
6502 unsigned short *p = (unsigned short *)testfunc;
6503 return p[0] != 0xe866 || p[1] != 0xfffa
6505 return 0;
6507 _ACEOF
6508 if ac_fn_c_try_run "$LINENO"; then :
6509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6510 $as_echo "yes" >&6; }
6511 else
6512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6513 $as_echo "no" >&6; }
6514 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
6516 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6517 conftest.$ac_objext conftest.beam conftest.$ac_ext
6523 DLLFLAGS="$DLLFLAGS -fPIC"
6524 DLLEXT=".so"
6525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6526 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6527 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6528 $as_echo_n "(cached) " >&6
6529 else
6530 ac_wine_try_cflags_saved=$CFLAGS
6531 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6533 /* end confdefs.h. */
6534 void myfunc() {}
6535 _ACEOF
6536 if ac_fn_c_try_link "$LINENO"; then :
6537 ac_cv_c_dll_gnuelf="yes"
6538 else
6539 ac_cv_c_dll_gnuelf="no"
6541 rm -f core conftest.err conftest.$ac_objext \
6542 conftest$ac_exeext conftest.$ac_ext
6543 CFLAGS=$ac_wine_try_cflags_saved
6545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6546 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6547 if test "$ac_cv_c_dll_gnuelf" = "yes"
6548 then
6549 LDSHARED="\$(CC) -shared"
6550 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6552 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6553 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6554 $as_echo_n "(cached) " >&6
6555 else
6556 ac_wine_try_cflags_saved=$CFLAGS
6557 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6559 /* end confdefs.h. */
6560 int main(int argc, char *argv) { return 0; }
6561 _ACEOF
6562 if ac_fn_c_try_link "$LINENO"; then :
6563 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6564 else
6565 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6567 rm -f core conftest.err conftest.$ac_objext \
6568 conftest$ac_exeext conftest.$ac_ext
6569 CFLAGS=$ac_wine_try_cflags_saved
6571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6572 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6573 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6574 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6575 else
6576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6577 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6578 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6579 $as_echo_n "(cached) " >&6
6580 else
6581 ac_wine_try_cflags_saved=$CFLAGS
6582 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6584 /* end confdefs.h. */
6585 int main(int argc, char *argv) { return 0; }
6586 _ACEOF
6587 if ac_fn_c_try_link "$LINENO"; then :
6588 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6589 else
6590 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6592 rm -f core conftest.err conftest.$ac_objext \
6593 conftest$ac_exeext conftest.$ac_ext
6594 CFLAGS=$ac_wine_try_cflags_saved
6596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6597 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6598 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6599 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6604 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6605 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6606 $as_echo_n "(cached) " >&6
6607 else
6608 ac_wine_try_cflags_saved=$CFLAGS
6609 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6611 /* end confdefs.h. */
6612 int main(int argc, char *argv) { return 0; }
6613 _ACEOF
6614 if ac_fn_c_try_link "$LINENO"; then :
6615 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6616 else
6617 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6619 rm -f core conftest.err conftest.$ac_objext \
6620 conftest$ac_exeext conftest.$ac_ext
6621 CFLAGS=$ac_wine_try_cflags_saved
6623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6624 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6625 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6626 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6629 { $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
6630 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6631 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6632 $as_echo_n "(cached) " >&6
6633 else
6634 ac_wine_try_cflags_saved=$CFLAGS
6635 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6637 /* end confdefs.h. */
6638 int main(int argc, char *argv) { return 0; }
6639 _ACEOF
6640 if ac_fn_c_try_link "$LINENO"; then :
6641 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6642 else
6643 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6645 rm -f core conftest.err conftest.$ac_objext \
6646 conftest$ac_exeext conftest.$ac_ext
6647 CFLAGS=$ac_wine_try_cflags_saved
6649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6650 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6651 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6652 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6655 echo '{ global: *; };' >conftest.map
6656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6657 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6658 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6659 $as_echo_n "(cached) " >&6
6660 else
6661 ac_wine_try_cflags_saved=$CFLAGS
6662 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6664 /* end confdefs.h. */
6665 int main(int argc, char *argv) { return 0; }
6666 _ACEOF
6667 if ac_fn_c_try_link "$LINENO"; then :
6668 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6669 else
6670 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6672 rm -f core conftest.err conftest.$ac_objext \
6673 conftest$ac_exeext conftest.$ac_ext
6674 CFLAGS=$ac_wine_try_cflags_saved
6676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6677 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6678 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6679 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6681 rm -f conftest.map
6683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6684 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6685 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6686 $as_echo_n "(cached) " >&6
6687 else
6688 ac_wine_try_cflags_saved=$CFLAGS
6689 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6690 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6691 /* end confdefs.h. */
6692 int main(int argc, char *argv) { return 0; }
6693 _ACEOF
6694 if ac_fn_c_try_link "$LINENO"; then :
6695 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6696 else
6697 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6699 rm -f core conftest.err conftest.$ac_objext \
6700 conftest$ac_exeext conftest.$ac_ext
6701 CFLAGS=$ac_wine_try_cflags_saved
6703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6704 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6705 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6706 LDEXECFLAGS="-Wl,--export-dynamic"
6710 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6712 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6713 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6714 $as_echo_n "(cached) " >&6
6715 else
6716 ac_wine_try_cflags_saved=$CFLAGS
6717 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6719 /* end confdefs.h. */
6720 int main(int argc, char *argv) { return 0; }
6721 _ACEOF
6722 if ac_fn_c_try_link "$LINENO"; then :
6723 eval "$as_ac_var=yes"
6724 else
6725 eval "$as_ac_var=no"
6727 rm -f core conftest.err conftest.$ac_objext \
6728 conftest$ac_exeext conftest.$ac_ext
6729 CFLAGS=$ac_wine_try_cflags_saved
6731 eval ac_res=\$$as_ac_var
6732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6733 $as_echo "$ac_res" >&6; }
6734 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6735 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6736 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6737 else
6738 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6740 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6741 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6742 $as_echo_n "(cached) " >&6
6743 else
6744 ac_wine_try_cflags_saved=$CFLAGS
6745 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6747 /* end confdefs.h. */
6748 int main(int argc, char *argv) { return 0; }
6749 _ACEOF
6750 if ac_fn_c_try_link "$LINENO"; then :
6751 eval "$as_ac_var=yes"
6752 else
6753 eval "$as_ac_var=no"
6755 rm -f core conftest.err conftest.$ac_objext \
6756 conftest$ac_exeext conftest.$ac_ext
6757 CFLAGS=$ac_wine_try_cflags_saved
6759 eval ac_res=\$$as_ac_var
6760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6761 $as_echo "$ac_res" >&6; }
6762 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6763 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6764 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6769 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6770 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6771 $as_echo_n "(cached) " >&6
6772 else
6773 ac_wine_try_cflags_saved=$CFLAGS
6774 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6776 /* end confdefs.h. */
6777 int main(int argc, char *argv) { return 0; }
6778 _ACEOF
6779 if ac_fn_c_try_link "$LINENO"; then :
6780 ac_cv_cflags__Wl___enable_new_dtags=yes
6781 else
6782 ac_cv_cflags__Wl___enable_new_dtags=no
6784 rm -f core conftest.err conftest.$ac_objext \
6785 conftest$ac_exeext conftest.$ac_ext
6786 CFLAGS=$ac_wine_try_cflags_saved
6788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6789 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6790 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6791 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6794 case $host_cpu in
6795 *i[3456789]86* | x86_64)
6796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6797 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6798 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6799 $as_echo_n "(cached) " >&6
6800 else
6801 ac_wine_try_cflags_saved=$CFLAGS
6802 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6804 /* end confdefs.h. */
6805 int main(int argc, char *argv) { return 0; }
6806 _ACEOF
6807 if ac_fn_c_try_link "$LINENO"; then :
6808 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6809 else
6810 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6812 rm -f core conftest.err conftest.$ac_objext \
6813 conftest$ac_exeext conftest.$ac_ext
6814 CFLAGS=$ac_wine_try_cflags_saved
6816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6817 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6818 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6819 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6822 esac
6824 else
6825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6826 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6827 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6828 $as_echo_n "(cached) " >&6
6829 else
6830 ac_wine_try_cflags_saved=$CFLAGS
6831 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6833 /* end confdefs.h. */
6834 void myfunc() {}
6835 _ACEOF
6836 if ac_fn_c_try_link "$LINENO"; then :
6837 ac_cv_c_dll_unixware="yes"
6838 else
6839 ac_cv_c_dll_unixware="no"
6841 rm -f core conftest.err conftest.$ac_objext \
6842 conftest$ac_exeext conftest.$ac_ext
6843 CFLAGS=$ac_wine_try_cflags_saved
6845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6846 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6847 if test "$ac_cv_c_dll_unixware" = "yes"
6848 then
6849 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6850 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6852 else
6853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6854 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6855 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6856 $as_echo_n "(cached) " >&6
6857 else
6858 ac_wine_try_cflags_saved=$CFLAGS
6859 CFLAGS="$CFLAGS -shared"
6860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6861 /* end confdefs.h. */
6862 void myfunc() {}
6863 _ACEOF
6864 if ac_fn_c_try_link "$LINENO"; then :
6865 ac_cv_c_dll_hpux="yes"
6866 else
6867 ac_cv_c_dll_hpux="no"
6869 rm -f core conftest.err conftest.$ac_objext \
6870 conftest$ac_exeext conftest.$ac_ext
6871 CFLAGS=$ac_wine_try_cflags_saved
6873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6874 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6875 if test "$ac_cv_c_dll_hpux" = "yes"
6876 then
6877 LIBEXT="sl"
6878 DLLEXT=".sl"
6879 LDDLLFLAGS="-shared -fPIC"
6880 LDSHARED="\$(CC) -shared"
6885 esac
6887 enable_winequartz_drv=${enable_winequartz_drv:-no}
6889 if test "$LIBEXT" = "a"; then
6890 as_fn_error "could not find a way to build shared libraries.
6891 It is currently not possible to build Wine without shared library
6892 (.so) support to allow transparent switch between .so and .dll files.
6893 If you are using Linux, you will need a newer binutils.
6894 " "$LINENO" 5
6897 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6898 then
6899 case "$host_cpu" in
6900 i[3456789]86*)
6901 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 " ;;
6902 x86_64)
6903 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
6905 ac_prefix_list="" ;;
6906 esac
6907 for ac_prog in $ac_prefix_list
6909 # Extract the first word of "$ac_prog", so it can be a program name with args.
6910 set dummy $ac_prog; ac_word=$2
6911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6912 $as_echo_n "checking for $ac_word... " >&6; }
6913 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6914 $as_echo_n "(cached) " >&6
6915 else
6916 if test -n "$CROSSCC"; then
6917 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6918 else
6919 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6920 for as_dir in $PATH
6922 IFS=$as_save_IFS
6923 test -z "$as_dir" && as_dir=.
6924 for ac_exec_ext in '' $ac_executable_extensions; do
6925 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6926 ac_cv_prog_CROSSCC="$ac_prog"
6927 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6928 break 2
6930 done
6931 done
6932 IFS=$as_save_IFS
6936 CROSSCC=$ac_cv_prog_CROSSCC
6937 if test -n "$CROSSCC"; then
6938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6939 $as_echo "$CROSSCC" >&6; }
6940 else
6941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6942 $as_echo "no" >&6; }
6946 test -n "$CROSSCC" && break
6947 done
6948 test -n "$CROSSCC" || CROSSCC="false"
6950 if test "$CROSSCC" != "false"
6951 then
6952 CROSSTEST="\$(CROSSTEST)"
6954 set x $CROSSCC
6955 shift
6956 target=""
6957 while test $# -ge 1
6959 case "$1" in
6960 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6961 esac
6962 shift
6963 done
6964 if test -n "$target"
6965 then
6966 CROSSTARGET="$target"
6973 if test "$ac_cv_header_pthread_h" = "yes"
6974 then
6975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
6976 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6977 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
6978 $as_echo_n "(cached) " >&6
6979 else
6980 ac_check_lib_save_LIBS=$LIBS
6981 LIBS="-lpthread $LIBS"
6982 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6983 /* end confdefs.h. */
6985 /* Override any GCC internal prototype to avoid an error.
6986 Use char because int might match the return type of a GCC
6987 builtin and then its argument prototype would still apply. */
6988 #ifdef __cplusplus
6989 extern "C"
6990 #endif
6991 char pthread_create ();
6993 main ()
6995 return pthread_create ();
6997 return 0;
6999 _ACEOF
7000 if ac_fn_c_try_link "$LINENO"; then :
7001 ac_cv_lib_pthread_pthread_create=yes
7002 else
7003 ac_cv_lib_pthread_pthread_create=no
7005 rm -f core conftest.err conftest.$ac_objext \
7006 conftest$ac_exeext conftest.$ac_ext
7007 LIBS=$ac_check_lib_save_LIBS
7009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7010 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7011 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7012 LIBPTHREAD="-lpthread"
7017 if test "x$LIBPTHREAD" = "x"; then :
7018 case "x$with_pthread" in
7019 xno) ;;
7020 *) as_fn_error "pthread ${notice_platform}development files not found.
7021 Wine cannot support threads without libpthread.
7022 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7023 esac
7027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7028 $as_echo_n "checking for X... " >&6; }
7031 # Check whether --with-x was given.
7032 if test "${with_x+set}" = set; then :
7033 withval=$with_x;
7036 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7037 if test "x$with_x" = xno; then
7038 # The user explicitly disabled X.
7039 have_x=disabled
7040 else
7041 case $x_includes,$x_libraries in #(
7042 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7043 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7044 $as_echo_n "(cached) " >&6
7045 else
7046 # One or both of the vars are not set, and there is no cached value.
7047 ac_x_includes=no ac_x_libraries=no
7048 rm -f -r conftest.dir
7049 if mkdir conftest.dir; then
7050 cd conftest.dir
7051 cat >Imakefile <<'_ACEOF'
7052 incroot:
7053 @echo incroot='${INCROOT}'
7054 usrlibdir:
7055 @echo usrlibdir='${USRLIBDIR}'
7056 libdir:
7057 @echo libdir='${LIBDIR}'
7058 _ACEOF
7059 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7060 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7061 for ac_var in incroot usrlibdir libdir; do
7062 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7063 done
7064 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7065 for ac_extension in a so sl dylib la dll; do
7066 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7067 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7068 ac_im_usrlibdir=$ac_im_libdir; break
7070 done
7071 # Screen out bogus values from the imake configuration. They are
7072 # bogus both because they are the default anyway, and because
7073 # using them would break gcc on systems where it needs fixed includes.
7074 case $ac_im_incroot in
7075 /usr/include) ac_x_includes= ;;
7076 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7077 esac
7078 case $ac_im_usrlibdir in
7079 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7080 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7081 esac
7083 cd ..
7084 rm -f -r conftest.dir
7087 # Standard set of common directories for X headers.
7088 # Check X11 before X11Rn because it is often a symlink to the current release.
7089 ac_x_header_dirs='
7090 /usr/X11/include
7091 /usr/X11R7/include
7092 /usr/X11R6/include
7093 /usr/X11R5/include
7094 /usr/X11R4/include
7096 /usr/include/X11
7097 /usr/include/X11R7
7098 /usr/include/X11R6
7099 /usr/include/X11R5
7100 /usr/include/X11R4
7102 /usr/local/X11/include
7103 /usr/local/X11R7/include
7104 /usr/local/X11R6/include
7105 /usr/local/X11R5/include
7106 /usr/local/X11R4/include
7108 /usr/local/include/X11
7109 /usr/local/include/X11R7
7110 /usr/local/include/X11R6
7111 /usr/local/include/X11R5
7112 /usr/local/include/X11R4
7114 /usr/X386/include
7115 /usr/x386/include
7116 /usr/XFree86/include/X11
7118 /usr/include
7119 /usr/local/include
7120 /usr/unsupported/include
7121 /usr/athena/include
7122 /usr/local/x11r5/include
7123 /usr/lpp/Xamples/include
7125 /usr/openwin/include
7126 /usr/openwin/share/include'
7128 if test "$ac_x_includes" = no; then
7129 # Guess where to find include files, by looking for Xlib.h.
7130 # First, try using that file with no special directory specified.
7131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7132 /* end confdefs.h. */
7133 #include <X11/Xlib.h>
7134 _ACEOF
7135 if ac_fn_c_try_cpp "$LINENO"; then :
7136 # We can compile using X headers with no special include directory.
7137 ac_x_includes=
7138 else
7139 for ac_dir in $ac_x_header_dirs; do
7140 if test -r "$ac_dir/X11/Xlib.h"; then
7141 ac_x_includes=$ac_dir
7142 break
7144 done
7146 rm -f conftest.err conftest.$ac_ext
7147 fi # $ac_x_includes = no
7149 if test "$ac_x_libraries" = no; then
7150 # Check for the libraries.
7151 # See if we find them without any special options.
7152 # Don't add to $LIBS permanently.
7153 ac_save_LIBS=$LIBS
7154 LIBS="-lX11 $LIBS"
7155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7156 /* end confdefs.h. */
7157 #include <X11/Xlib.h>
7159 main ()
7161 XrmInitialize ()
7163 return 0;
7165 _ACEOF
7166 if ac_fn_c_try_link "$LINENO"; then :
7167 LIBS=$ac_save_LIBS
7168 # We can link X programs with no special library path.
7169 ac_x_libraries=
7170 else
7171 LIBS=$ac_save_LIBS
7172 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7174 # Don't even attempt the hair of trying to link an X program!
7175 for ac_extension in a so sl dylib la dll; do
7176 if test -r "$ac_dir/libX11.$ac_extension"; then
7177 ac_x_libraries=$ac_dir
7178 break 2
7180 done
7181 done
7183 rm -f core conftest.err conftest.$ac_objext \
7184 conftest$ac_exeext conftest.$ac_ext
7185 fi # $ac_x_libraries = no
7187 case $ac_x_includes,$ac_x_libraries in #(
7188 no,* | *,no | *\'*)
7189 # Didn't find X, or a directory has "'" in its name.
7190 ac_cv_have_x="have_x=no";; #(
7192 # Record where we found X for the cache.
7193 ac_cv_have_x="have_x=yes\
7194 ac_x_includes='$ac_x_includes'\
7195 ac_x_libraries='$ac_x_libraries'"
7196 esac
7198 ;; #(
7199 *) have_x=yes;;
7200 esac
7201 eval "$ac_cv_have_x"
7202 fi # $with_x != no
7204 if test "$have_x" != yes; then
7205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7206 $as_echo "$have_x" >&6; }
7207 no_x=yes
7208 else
7209 # If each of the values was on the command line, it overrides each guess.
7210 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7211 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7212 # Update the cache value to reflect the command line values.
7213 ac_cv_have_x="have_x=yes\
7214 ac_x_includes='$x_includes'\
7215 ac_x_libraries='$x_libraries'"
7216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7217 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7220 if test "$no_x" = yes; then
7221 # Not all programs may use this symbol, but it does not hurt to define it.
7223 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7225 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7226 else
7227 if test -n "$x_includes"; then
7228 X_CFLAGS="$X_CFLAGS -I$x_includes"
7231 # It would also be nice to do this for all -L options, not just this one.
7232 if test -n "$x_libraries"; then
7233 X_LIBS="$X_LIBS -L$x_libraries"
7234 # For Solaris; some versions of Sun CC require a space after -R and
7235 # others require no space. Words are not sufficient . . . .
7236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7237 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7238 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7239 ac_xsave_c_werror_flag=$ac_c_werror_flag
7240 ac_c_werror_flag=yes
7241 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7242 /* end confdefs.h. */
7245 main ()
7249 return 0;
7251 _ACEOF
7252 if ac_fn_c_try_link "$LINENO"; then :
7253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7254 $as_echo "no" >&6; }
7255 X_LIBS="$X_LIBS -R$x_libraries"
7256 else
7257 LIBS="$ac_xsave_LIBS -R $x_libraries"
7258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7259 /* end confdefs.h. */
7262 main ()
7266 return 0;
7268 _ACEOF
7269 if ac_fn_c_try_link "$LINENO"; then :
7270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7271 $as_echo "yes" >&6; }
7272 X_LIBS="$X_LIBS -R $x_libraries"
7273 else
7274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7275 $as_echo "neither works" >&6; }
7277 rm -f core conftest.err conftest.$ac_objext \
7278 conftest$ac_exeext conftest.$ac_ext
7280 rm -f core conftest.err conftest.$ac_objext \
7281 conftest$ac_exeext conftest.$ac_ext
7282 ac_c_werror_flag=$ac_xsave_c_werror_flag
7283 LIBS=$ac_xsave_LIBS
7286 # Check for system-dependent libraries X programs must link with.
7287 # Do this before checking for the system-independent R6 libraries
7288 # (-lICE), since we may need -lsocket or whatever for X linking.
7290 if test "$ISC" = yes; then
7291 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7292 else
7293 # Martyn Johnson says this is needed for Ultrix, if the X
7294 # libraries were built with DECnet support. And Karl Berry says
7295 # the Alpha needs dnet_stub (dnet does not exist).
7296 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7298 /* end confdefs.h. */
7300 /* Override any GCC internal prototype to avoid an error.
7301 Use char because int might match the return type of a GCC
7302 builtin and then its argument prototype would still apply. */
7303 #ifdef __cplusplus
7304 extern "C"
7305 #endif
7306 char XOpenDisplay ();
7308 main ()
7310 return XOpenDisplay ();
7312 return 0;
7314 _ACEOF
7315 if ac_fn_c_try_link "$LINENO"; then :
7317 else
7318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7319 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7320 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7321 $as_echo_n "(cached) " >&6
7322 else
7323 ac_check_lib_save_LIBS=$LIBS
7324 LIBS="-ldnet $LIBS"
7325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7326 /* end confdefs.h. */
7328 /* Override any GCC internal prototype to avoid an error.
7329 Use char because int might match the return type of a GCC
7330 builtin and then its argument prototype would still apply. */
7331 #ifdef __cplusplus
7332 extern "C"
7333 #endif
7334 char dnet_ntoa ();
7336 main ()
7338 return dnet_ntoa ();
7340 return 0;
7342 _ACEOF
7343 if ac_fn_c_try_link "$LINENO"; then :
7344 ac_cv_lib_dnet_dnet_ntoa=yes
7345 else
7346 ac_cv_lib_dnet_dnet_ntoa=no
7348 rm -f core conftest.err conftest.$ac_objext \
7349 conftest$ac_exeext conftest.$ac_ext
7350 LIBS=$ac_check_lib_save_LIBS
7352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7353 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7354 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7355 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7358 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7360 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7361 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7362 $as_echo_n "(cached) " >&6
7363 else
7364 ac_check_lib_save_LIBS=$LIBS
7365 LIBS="-ldnet_stub $LIBS"
7366 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7367 /* end confdefs.h. */
7369 /* Override any GCC internal prototype to avoid an error.
7370 Use char because int might match the return type of a GCC
7371 builtin and then its argument prototype would still apply. */
7372 #ifdef __cplusplus
7373 extern "C"
7374 #endif
7375 char dnet_ntoa ();
7377 main ()
7379 return dnet_ntoa ();
7381 return 0;
7383 _ACEOF
7384 if ac_fn_c_try_link "$LINENO"; then :
7385 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7386 else
7387 ac_cv_lib_dnet_stub_dnet_ntoa=no
7389 rm -f core conftest.err conftest.$ac_objext \
7390 conftest$ac_exeext conftest.$ac_ext
7391 LIBS=$ac_check_lib_save_LIBS
7393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7394 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7395 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7396 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7401 rm -f core conftest.err conftest.$ac_objext \
7402 conftest$ac_exeext conftest.$ac_ext
7403 LIBS="$ac_xsave_LIBS"
7405 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7406 # to get the SysV transport functions.
7407 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7408 # needs -lnsl.
7409 # The nsl library prevents programs from opening the X display
7410 # on Irix 5.2, according to T.E. Dickey.
7411 # The functions gethostbyname, getservbyname, and inet_addr are
7412 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7413 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7414 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7418 if test $ac_cv_func_gethostbyname = no; then
7419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7420 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7421 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7422 $as_echo_n "(cached) " >&6
7423 else
7424 ac_check_lib_save_LIBS=$LIBS
7425 LIBS="-lnsl $LIBS"
7426 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7427 /* end confdefs.h. */
7429 /* Override any GCC internal prototype to avoid an error.
7430 Use char because int might match the return type of a GCC
7431 builtin and then its argument prototype would still apply. */
7432 #ifdef __cplusplus
7433 extern "C"
7434 #endif
7435 char gethostbyname ();
7437 main ()
7439 return gethostbyname ();
7441 return 0;
7443 _ACEOF
7444 if ac_fn_c_try_link "$LINENO"; then :
7445 ac_cv_lib_nsl_gethostbyname=yes
7446 else
7447 ac_cv_lib_nsl_gethostbyname=no
7449 rm -f core conftest.err conftest.$ac_objext \
7450 conftest$ac_exeext conftest.$ac_ext
7451 LIBS=$ac_check_lib_save_LIBS
7453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7454 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7455 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7456 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7459 if test $ac_cv_lib_nsl_gethostbyname = no; then
7460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7461 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7462 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7463 $as_echo_n "(cached) " >&6
7464 else
7465 ac_check_lib_save_LIBS=$LIBS
7466 LIBS="-lbsd $LIBS"
7467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7468 /* end confdefs.h. */
7470 /* Override any GCC internal prototype to avoid an error.
7471 Use char because int might match the return type of a GCC
7472 builtin and then its argument prototype would still apply. */
7473 #ifdef __cplusplus
7474 extern "C"
7475 #endif
7476 char gethostbyname ();
7478 main ()
7480 return gethostbyname ();
7482 return 0;
7484 _ACEOF
7485 if ac_fn_c_try_link "$LINENO"; then :
7486 ac_cv_lib_bsd_gethostbyname=yes
7487 else
7488 ac_cv_lib_bsd_gethostbyname=no
7490 rm -f core conftest.err conftest.$ac_objext \
7491 conftest$ac_exeext conftest.$ac_ext
7492 LIBS=$ac_check_lib_save_LIBS
7494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7495 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7496 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7497 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7503 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7504 # socket/setsockopt and other routines are undefined under SCO ODT
7505 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7506 # on later versions), says Simon Leinen: it contains gethostby*
7507 # variants that don't use the name server (or something). -lsocket
7508 # must be given before -lnsl if both are needed. We assume that
7509 # if connect needs -lnsl, so does gethostbyname.
7510 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7511 if test "x$ac_cv_func_connect" = x""yes; then :
7515 if test $ac_cv_func_connect = no; then
7516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7517 $as_echo_n "checking for connect in -lsocket... " >&6; }
7518 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7519 $as_echo_n "(cached) " >&6
7520 else
7521 ac_check_lib_save_LIBS=$LIBS
7522 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7524 /* end confdefs.h. */
7526 /* Override any GCC internal prototype to avoid an error.
7527 Use char because int might match the return type of a GCC
7528 builtin and then its argument prototype would still apply. */
7529 #ifdef __cplusplus
7530 extern "C"
7531 #endif
7532 char connect ();
7534 main ()
7536 return connect ();
7538 return 0;
7540 _ACEOF
7541 if ac_fn_c_try_link "$LINENO"; then :
7542 ac_cv_lib_socket_connect=yes
7543 else
7544 ac_cv_lib_socket_connect=no
7546 rm -f core conftest.err conftest.$ac_objext \
7547 conftest$ac_exeext conftest.$ac_ext
7548 LIBS=$ac_check_lib_save_LIBS
7550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7551 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7552 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7553 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7558 # Guillermo Gomez says -lposix is necessary on A/UX.
7559 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7560 if test "x$ac_cv_func_remove" = x""yes; then :
7564 if test $ac_cv_func_remove = no; then
7565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7566 $as_echo_n "checking for remove in -lposix... " >&6; }
7567 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7568 $as_echo_n "(cached) " >&6
7569 else
7570 ac_check_lib_save_LIBS=$LIBS
7571 LIBS="-lposix $LIBS"
7572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7573 /* end confdefs.h. */
7575 /* Override any GCC internal prototype to avoid an error.
7576 Use char because int might match the return type of a GCC
7577 builtin and then its argument prototype would still apply. */
7578 #ifdef __cplusplus
7579 extern "C"
7580 #endif
7581 char remove ();
7583 main ()
7585 return remove ();
7587 return 0;
7589 _ACEOF
7590 if ac_fn_c_try_link "$LINENO"; then :
7591 ac_cv_lib_posix_remove=yes
7592 else
7593 ac_cv_lib_posix_remove=no
7595 rm -f core conftest.err conftest.$ac_objext \
7596 conftest$ac_exeext conftest.$ac_ext
7597 LIBS=$ac_check_lib_save_LIBS
7599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7600 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7601 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7602 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7607 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7608 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7609 if test "x$ac_cv_func_shmat" = x""yes; then :
7613 if test $ac_cv_func_shmat = no; then
7614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7615 $as_echo_n "checking for shmat in -lipc... " >&6; }
7616 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7617 $as_echo_n "(cached) " >&6
7618 else
7619 ac_check_lib_save_LIBS=$LIBS
7620 LIBS="-lipc $LIBS"
7621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7622 /* end confdefs.h. */
7624 /* Override any GCC internal prototype to avoid an error.
7625 Use char because int might match the return type of a GCC
7626 builtin and then its argument prototype would still apply. */
7627 #ifdef __cplusplus
7628 extern "C"
7629 #endif
7630 char shmat ();
7632 main ()
7634 return shmat ();
7636 return 0;
7638 _ACEOF
7639 if ac_fn_c_try_link "$LINENO"; then :
7640 ac_cv_lib_ipc_shmat=yes
7641 else
7642 ac_cv_lib_ipc_shmat=no
7644 rm -f core conftest.err conftest.$ac_objext \
7645 conftest$ac_exeext conftest.$ac_ext
7646 LIBS=$ac_check_lib_save_LIBS
7648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7649 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7650 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7651 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7657 # Check for libraries that X11R6 Xt/Xaw programs need.
7658 ac_save_LDFLAGS=$LDFLAGS
7659 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7660 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7661 # check for ICE first), but we must link in the order -lSM -lICE or
7662 # we get undefined symbols. So assume we have SM if we have ICE.
7663 # These have to be linked with before -lX11, unlike the other
7664 # libraries we check for below, so use a different variable.
7665 # John Interrante, Karl Berry
7666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7667 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7668 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7669 $as_echo_n "(cached) " >&6
7670 else
7671 ac_check_lib_save_LIBS=$LIBS
7672 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7674 /* end confdefs.h. */
7676 /* Override any GCC internal prototype to avoid an error.
7677 Use char because int might match the return type of a GCC
7678 builtin and then its argument prototype would still apply. */
7679 #ifdef __cplusplus
7680 extern "C"
7681 #endif
7682 char IceConnectionNumber ();
7684 main ()
7686 return IceConnectionNumber ();
7688 return 0;
7690 _ACEOF
7691 if ac_fn_c_try_link "$LINENO"; then :
7692 ac_cv_lib_ICE_IceConnectionNumber=yes
7693 else
7694 ac_cv_lib_ICE_IceConnectionNumber=no
7696 rm -f core conftest.err conftest.$ac_objext \
7697 conftest$ac_exeext conftest.$ac_ext
7698 LIBS=$ac_check_lib_save_LIBS
7700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7701 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7702 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7703 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7706 LDFLAGS=$ac_save_LDFLAGS
7711 if test "$have_x" = "yes"
7712 then
7713 XLIB="-lX11"
7714 ac_save_CPPFLAGS="$CPPFLAGS"
7715 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7718 $as_echo_n "checking for -lX11... " >&6; }
7719 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7720 $as_echo_n "(cached) " >&6
7721 else
7722 ac_check_soname_save_LIBS=$LIBS
7723 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7725 /* end confdefs.h. */
7727 /* Override any GCC internal prototype to avoid an error.
7728 Use char because int might match the return type of a GCC
7729 builtin and then its argument prototype would still apply. */
7730 #ifdef __cplusplus
7731 extern "C"
7732 #endif
7733 char XCreateWindow ();
7735 main ()
7737 return XCreateWindow ();
7739 return 0;
7741 _ACEOF
7742 if ac_fn_c_try_link "$LINENO"; then :
7743 case "$LIBEXT" in
7744 dll) ;;
7745 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'` ;;
7746 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7747 esac
7749 rm -f core conftest.err conftest.$ac_objext \
7750 conftest$ac_exeext conftest.$ac_ext
7751 LIBS=$ac_check_soname_save_LIBS
7753 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7755 $as_echo "not found" >&6; }
7757 else
7758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7759 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7761 cat >>confdefs.h <<_ACEOF
7762 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7763 _ACEOF
7767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7768 $as_echo_n "checking for -lXext... " >&6; }
7769 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7770 $as_echo_n "(cached) " >&6
7771 else
7772 ac_check_soname_save_LIBS=$LIBS
7773 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7775 /* end confdefs.h. */
7777 /* Override any GCC internal prototype to avoid an error.
7778 Use char because int might match the return type of a GCC
7779 builtin and then its argument prototype would still apply. */
7780 #ifdef __cplusplus
7781 extern "C"
7782 #endif
7783 char XextCreateExtension ();
7785 main ()
7787 return XextCreateExtension ();
7789 return 0;
7791 _ACEOF
7792 if ac_fn_c_try_link "$LINENO"; then :
7793 case "$LIBEXT" in
7794 dll) ;;
7795 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'` ;;
7796 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7797 esac
7799 rm -f core conftest.err conftest.$ac_objext \
7800 conftest$ac_exeext conftest.$ac_ext
7801 LIBS=$ac_check_soname_save_LIBS
7803 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7805 $as_echo "not found" >&6; }
7807 else
7808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7809 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7811 cat >>confdefs.h <<_ACEOF
7812 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7813 _ACEOF
7815 XLIB="-lXext $XLIB"
7818 for ac_header in X11/Xlib.h \
7819 X11/XKBlib.h \
7820 X11/Xutil.h \
7821 X11/Xcursor/Xcursor.h \
7822 X11/extensions/shape.h \
7823 X11/extensions/XInput.h \
7824 X11/extensions/XShm.h \
7825 X11/extensions/Xcomposite.h \
7826 X11/extensions/Xinerama.h \
7827 X11/extensions/Xrandr.h \
7828 X11/extensions/Xrender.h \
7829 X11/extensions/xf86vmode.h \
7830 X11/extensions/xf86vmproto.h
7831 do :
7832 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7833 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7834 # include <X11/Xlib.h>
7835 #endif
7836 #ifdef HAVE_X11_XUTIL_H
7837 # include <X11/Xutil.h>
7838 #endif
7840 eval as_val=\$$as_ac_Header
7841 if test "x$as_val" = x""yes; then :
7842 cat >>confdefs.h <<_ACEOF
7843 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7844 _ACEOF
7848 done
7851 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7852 then
7853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7854 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7855 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7856 $as_echo_n "(cached) " >&6
7857 else
7858 ac_check_lib_save_LIBS=$LIBS
7859 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7861 /* end confdefs.h. */
7863 /* Override any GCC internal prototype to avoid an error.
7864 Use char because int might match the return type of a GCC
7865 builtin and then its argument prototype would still apply. */
7866 #ifdef __cplusplus
7867 extern "C"
7868 #endif
7869 char XkbQueryExtension ();
7871 main ()
7873 return XkbQueryExtension ();
7875 return 0;
7877 _ACEOF
7878 if ac_fn_c_try_link "$LINENO"; then :
7879 ac_cv_lib_X11_XkbQueryExtension=yes
7880 else
7881 ac_cv_lib_X11_XkbQueryExtension=no
7883 rm -f core conftest.err conftest.$ac_objext \
7884 conftest$ac_exeext conftest.$ac_ext
7885 LIBS=$ac_check_lib_save_LIBS
7887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7888 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7889 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7891 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7897 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7898 then
7899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7900 $as_echo_n "checking for -lXcursor... " >&6; }
7901 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7902 $as_echo_n "(cached) " >&6
7903 else
7904 ac_check_soname_save_LIBS=$LIBS
7905 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7906 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7907 /* end confdefs.h. */
7909 /* Override any GCC internal prototype to avoid an error.
7910 Use char because int might match the return type of a GCC
7911 builtin and then its argument prototype would still apply. */
7912 #ifdef __cplusplus
7913 extern "C"
7914 #endif
7915 char XcursorImageLoadCursor ();
7917 main ()
7919 return XcursorImageLoadCursor ();
7921 return 0;
7923 _ACEOF
7924 if ac_fn_c_try_link "$LINENO"; then :
7925 case "$LIBEXT" in
7926 dll) ;;
7927 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'` ;;
7928 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7929 esac
7931 rm -f core conftest.err conftest.$ac_objext \
7932 conftest$ac_exeext conftest.$ac_ext
7933 LIBS=$ac_check_soname_save_LIBS
7935 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7937 $as_echo "not found" >&6; }
7939 else
7940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7941 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7943 cat >>confdefs.h <<_ACEOF
7944 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7945 _ACEOF
7950 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7951 case "x$with_xcursor" in
7952 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7953 xno) ;;
7954 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7955 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7956 esac
7959 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7960 then
7961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7962 $as_echo_n "checking for -lXi... " >&6; }
7963 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7964 $as_echo_n "(cached) " >&6
7965 else
7966 ac_check_soname_save_LIBS=$LIBS
7967 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7969 /* end confdefs.h. */
7971 /* Override any GCC internal prototype to avoid an error.
7972 Use char because int might match the return type of a GCC
7973 builtin and then its argument prototype would still apply. */
7974 #ifdef __cplusplus
7975 extern "C"
7976 #endif
7977 char XOpenDevice ();
7979 main ()
7981 return XOpenDevice ();
7983 return 0;
7985 _ACEOF
7986 if ac_fn_c_try_link "$LINENO"; then :
7987 case "$LIBEXT" in
7988 dll) ;;
7989 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'` ;;
7990 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7991 esac
7993 rm -f core conftest.err conftest.$ac_objext \
7994 conftest$ac_exeext conftest.$ac_ext
7995 LIBS=$ac_check_soname_save_LIBS
7997 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7999 $as_echo "not found" >&6; }
8001 else
8002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8003 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8005 cat >>confdefs.h <<_ACEOF
8006 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8007 _ACEOF
8012 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8013 case "x$with_xinput" in
8014 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8015 xno) ;;
8016 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8017 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8018 esac
8021 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8022 then
8023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8024 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8025 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8026 $as_echo_n "(cached) " >&6
8027 else
8028 ac_check_lib_save_LIBS=$LIBS
8029 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8031 /* end confdefs.h. */
8033 /* Override any GCC internal prototype to avoid an error.
8034 Use char because int might match the return type of a GCC
8035 builtin and then its argument prototype would still apply. */
8036 #ifdef __cplusplus
8037 extern "C"
8038 #endif
8039 char XShmQueryExtension ();
8041 main ()
8043 return XShmQueryExtension ();
8045 return 0;
8047 _ACEOF
8048 if ac_fn_c_try_link "$LINENO"; then :
8049 ac_cv_lib_Xext_XShmQueryExtension=yes
8050 else
8051 ac_cv_lib_Xext_XShmQueryExtension=no
8053 rm -f core conftest.err conftest.$ac_objext \
8054 conftest$ac_exeext conftest.$ac_ext
8055 LIBS=$ac_check_lib_save_LIBS
8057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8058 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8059 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8061 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8066 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8067 case "x$with_xshm" in
8068 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8069 xno) ;;
8070 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8071 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8072 esac
8075 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8076 then
8077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8078 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8079 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8080 $as_echo_n "(cached) " >&6
8081 else
8082 ac_check_lib_save_LIBS=$LIBS
8083 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8085 /* end confdefs.h. */
8087 /* Override any GCC internal prototype to avoid an error.
8088 Use char because int might match the return type of a GCC
8089 builtin and then its argument prototype would still apply. */
8090 #ifdef __cplusplus
8091 extern "C"
8092 #endif
8093 char XShapeQueryExtension ();
8095 main ()
8097 return XShapeQueryExtension ();
8099 return 0;
8101 _ACEOF
8102 if ac_fn_c_try_link "$LINENO"; then :
8103 ac_cv_lib_Xext_XShapeQueryExtension=yes
8104 else
8105 ac_cv_lib_Xext_XShapeQueryExtension=no
8107 rm -f core conftest.err conftest.$ac_objext \
8108 conftest$ac_exeext conftest.$ac_ext
8109 LIBS=$ac_check_lib_save_LIBS
8111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8112 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8113 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8115 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8120 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8121 case "x$with_xshape" in
8122 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8123 xno) ;;
8124 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8125 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8126 esac
8129 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8130 then
8131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8132 $as_echo_n "checking for -lXxf86vm... " >&6; }
8133 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8134 $as_echo_n "(cached) " >&6
8135 else
8136 ac_check_soname_save_LIBS=$LIBS
8137 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8139 /* end confdefs.h. */
8141 /* Override any GCC internal prototype to avoid an error.
8142 Use char because int might match the return type of a GCC
8143 builtin and then its argument prototype would still apply. */
8144 #ifdef __cplusplus
8145 extern "C"
8146 #endif
8147 char XF86VidModeQueryExtension ();
8149 main ()
8151 return XF86VidModeQueryExtension ();
8153 return 0;
8155 _ACEOF
8156 if ac_fn_c_try_link "$LINENO"; then :
8157 case "$LIBEXT" in
8158 dll) ;;
8159 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'` ;;
8160 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8161 esac
8163 rm -f core conftest.err conftest.$ac_objext \
8164 conftest$ac_exeext conftest.$ac_ext
8165 LIBS=$ac_check_soname_save_LIBS
8167 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8169 $as_echo "not found" >&6; }
8171 else
8172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8173 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8175 cat >>confdefs.h <<_ACEOF
8176 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8177 _ACEOF
8182 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8183 case "x$with_xxf86vm" in
8184 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8185 xno) ;;
8186 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8187 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8188 esac
8191 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"
8192 then
8193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8194 $as_echo_n "checking for -lXrender... " >&6; }
8195 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8196 $as_echo_n "(cached) " >&6
8197 else
8198 ac_check_soname_save_LIBS=$LIBS
8199 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8201 /* end confdefs.h. */
8203 /* Override any GCC internal prototype to avoid an error.
8204 Use char because int might match the return type of a GCC
8205 builtin and then its argument prototype would still apply. */
8206 #ifdef __cplusplus
8207 extern "C"
8208 #endif
8209 char XRenderQueryExtension ();
8211 main ()
8213 return XRenderQueryExtension ();
8215 return 0;
8217 _ACEOF
8218 if ac_fn_c_try_link "$LINENO"; then :
8219 case "$LIBEXT" in
8220 dll) ;;
8221 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'` ;;
8222 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8223 esac
8225 rm -f core conftest.err conftest.$ac_objext \
8226 conftest$ac_exeext conftest.$ac_ext
8227 LIBS=$ac_check_soname_save_LIBS
8229 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8231 $as_echo "not found" >&6; }
8233 else
8234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8235 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8237 cat >>confdefs.h <<_ACEOF
8238 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8239 _ACEOF
8241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8242 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8243 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8244 $as_echo_n "(cached) " >&6
8245 else
8246 ac_check_lib_save_LIBS=$LIBS
8247 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8248 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8249 /* end confdefs.h. */
8251 /* Override any GCC internal prototype to avoid an error.
8252 Use char because int might match the return type of a GCC
8253 builtin and then its argument prototype would still apply. */
8254 #ifdef __cplusplus
8255 extern "C"
8256 #endif
8257 char XRenderSetPictureTransform ();
8259 main ()
8261 return XRenderSetPictureTransform ();
8263 return 0;
8265 _ACEOF
8266 if ac_fn_c_try_link "$LINENO"; then :
8267 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8268 else
8269 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8271 rm -f core conftest.err conftest.$ac_objext \
8272 conftest$ac_exeext conftest.$ac_ext
8273 LIBS=$ac_check_lib_save_LIBS
8275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8276 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8277 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8279 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8286 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8287 case "x$with_xrender" in
8288 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8289 xno) ;;
8290 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8291 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8292 esac
8295 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8296 then
8297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8298 /* end confdefs.h. */
8299 #include <X11/Xlib.h>
8300 #include <X11/extensions/Xrandr.h>
8302 main ()
8304 static typeof(XRRSetScreenConfigAndRate) * func;
8306 return 0;
8308 _ACEOF
8309 if ac_fn_c_try_compile "$LINENO"; then :
8310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8311 $as_echo_n "checking for -lXrandr... " >&6; }
8312 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8313 $as_echo_n "(cached) " >&6
8314 else
8315 ac_check_soname_save_LIBS=$LIBS
8316 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8318 /* end confdefs.h. */
8320 /* Override any GCC internal prototype to avoid an error.
8321 Use char because int might match the return type of a GCC
8322 builtin and then its argument prototype would still apply. */
8323 #ifdef __cplusplus
8324 extern "C"
8325 #endif
8326 char XRRQueryExtension ();
8328 main ()
8330 return XRRQueryExtension ();
8332 return 0;
8334 _ACEOF
8335 if ac_fn_c_try_link "$LINENO"; then :
8336 case "$LIBEXT" in
8337 dll) ;;
8338 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'` ;;
8339 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8340 esac
8342 rm -f core conftest.err conftest.$ac_objext \
8343 conftest$ac_exeext conftest.$ac_ext
8344 LIBS=$ac_check_soname_save_LIBS
8346 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8348 $as_echo "not found" >&6; }
8350 else
8351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8352 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8354 cat >>confdefs.h <<_ACEOF
8355 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8356 _ACEOF
8361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8363 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8364 case "x$with_xrandr" in
8365 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8366 xno) ;;
8367 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8368 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8369 esac
8372 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8373 then
8374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8375 /* end confdefs.h. */
8376 #include <X11/Xlib.h>
8377 #include <X11/extensions/Xinerama.h>
8379 main ()
8381 static typeof(XineramaQueryScreens) * func;
8383 return 0;
8385 _ACEOF
8386 if ac_fn_c_try_compile "$LINENO"; then :
8387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8388 $as_echo_n "checking for -lXinerama... " >&6; }
8389 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8390 $as_echo_n "(cached) " >&6
8391 else
8392 ac_check_soname_save_LIBS=$LIBS
8393 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8395 /* end confdefs.h. */
8397 /* Override any GCC internal prototype to avoid an error.
8398 Use char because int might match the return type of a GCC
8399 builtin and then its argument prototype would still apply. */
8400 #ifdef __cplusplus
8401 extern "C"
8402 #endif
8403 char XineramaQueryScreens ();
8405 main ()
8407 return XineramaQueryScreens ();
8409 return 0;
8411 _ACEOF
8412 if ac_fn_c_try_link "$LINENO"; then :
8413 case "$LIBEXT" in
8414 dll) ;;
8415 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'` ;;
8416 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8417 esac
8419 rm -f core conftest.err conftest.$ac_objext \
8420 conftest$ac_exeext conftest.$ac_ext
8421 LIBS=$ac_check_soname_save_LIBS
8423 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8425 $as_echo "not found" >&6; }
8427 else
8428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8429 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8431 cat >>confdefs.h <<_ACEOF
8432 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8433 _ACEOF
8438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8440 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8441 case "x$with_xinerama" in
8442 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8443 xno) ;;
8444 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8445 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8446 esac
8449 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8450 then
8451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8452 $as_echo_n "checking for -lXcomposite... " >&6; }
8453 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8454 $as_echo_n "(cached) " >&6
8455 else
8456 ac_check_soname_save_LIBS=$LIBS
8457 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8458 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8459 /* end confdefs.h. */
8461 /* Override any GCC internal prototype to avoid an error.
8462 Use char because int might match the return type of a GCC
8463 builtin and then its argument prototype would still apply. */
8464 #ifdef __cplusplus
8465 extern "C"
8466 #endif
8467 char XCompositeRedirectWindow ();
8469 main ()
8471 return XCompositeRedirectWindow ();
8473 return 0;
8475 _ACEOF
8476 if ac_fn_c_try_link "$LINENO"; then :
8477 case "$LIBEXT" in
8478 dll) ;;
8479 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'` ;;
8480 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8481 esac
8483 rm -f core conftest.err conftest.$ac_objext \
8484 conftest$ac_exeext conftest.$ac_ext
8485 LIBS=$ac_check_soname_save_LIBS
8487 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8489 $as_echo "not found" >&6; }
8491 else
8492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8493 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8495 cat >>confdefs.h <<_ACEOF
8496 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8497 _ACEOF
8502 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8503 case "x$with_xcomposite" in
8504 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8505 xno) ;;
8506 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8507 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8508 esac
8511 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8512 #include <X11/Xlib.h>
8513 #endif
8515 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8517 cat >>confdefs.h <<_ACEOF
8518 #define HAVE_XICCALLBACK_CALLBACK 1
8519 _ACEOF
8526 opengl_msg=""
8527 if test "x$with_opengl" != "xno"
8528 then
8529 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8530 do :
8531 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8532 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8533 # include <GL/glx.h>
8534 #endif
8536 eval as_val=\$$as_ac_Header
8537 if test "x$as_val" = x""yes; then :
8538 cat >>confdefs.h <<_ACEOF
8539 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8540 _ACEOF
8544 done
8546 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8547 then
8548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8549 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8550 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8551 $as_echo_n "(cached) " >&6
8552 else
8553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8554 /* end confdefs.h. */
8555 #include <GL/gl.h>
8557 main ()
8559 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8561 return 0;
8563 _ACEOF
8564 if ac_fn_c_try_compile "$LINENO"; then :
8565 wine_cv_opengl_header_version_OK="yes"
8566 else
8567 wine_cv_opengl_header_version_OK="no"
8569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8572 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8574 if test "$wine_cv_opengl_header_version_OK" = "yes"
8575 then
8576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8577 $as_echo_n "checking for -lGL... " >&6; }
8578 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8579 $as_echo_n "(cached) " >&6
8580 else
8581 ac_check_soname_save_LIBS=$LIBS
8582 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8584 /* end confdefs.h. */
8586 /* Override any GCC internal prototype to avoid an error.
8587 Use char because int might match the return type of a GCC
8588 builtin and then its argument prototype would still apply. */
8589 #ifdef __cplusplus
8590 extern "C"
8591 #endif
8592 char glXCreateContext ();
8594 main ()
8596 return glXCreateContext ();
8598 return 0;
8600 _ACEOF
8601 if ac_fn_c_try_link "$LINENO"; then :
8602 case "$LIBEXT" in
8603 dll) ;;
8604 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'` ;;
8605 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8606 esac
8608 rm -f core conftest.err conftest.$ac_objext \
8609 conftest$ac_exeext conftest.$ac_ext
8610 LIBS=$ac_check_soname_save_LIBS
8612 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8614 $as_echo "not found" >&6; }
8615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8616 $as_echo_n "checking for -lGL... " >&6; }
8617 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8618 $as_echo_n "(cached) " >&6
8619 else
8620 ac_check_soname_save_LIBS=$LIBS
8621 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"
8622 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8623 /* end confdefs.h. */
8625 /* Override any GCC internal prototype to avoid an error.
8626 Use char because int might match the return type of a GCC
8627 builtin and then its argument prototype would still apply. */
8628 #ifdef __cplusplus
8629 extern "C"
8630 #endif
8631 char glXCreateContext ();
8633 main ()
8635 return glXCreateContext ();
8637 return 0;
8639 _ACEOF
8640 if ac_fn_c_try_link "$LINENO"; then :
8641 case "$LIBEXT" in
8642 dll) ;;
8643 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'` ;;
8644 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8645 esac
8647 rm -f core conftest.err conftest.$ac_objext \
8648 conftest$ac_exeext conftest.$ac_ext
8649 LIBS=$ac_check_soname_save_LIBS
8651 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8653 $as_echo "not found" >&6; }
8654 if test -f /usr/X11R6/lib/libGL.a
8655 then
8656 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8657 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8658 else
8659 opengl_msg="No OpenGL library found on this system."
8661 else
8662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8663 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8665 cat >>confdefs.h <<_ACEOF
8666 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8667 _ACEOF
8669 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"
8671 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8674 else
8675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8676 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8678 cat >>confdefs.h <<_ACEOF
8679 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8680 _ACEOF
8682 OPENGL_LIBS="-lGL"
8684 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8687 if test "$ac_cv_header_GL_glu_h" = "yes"
8688 then
8689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8690 $as_echo_n "checking for -lGLU... " >&6; }
8691 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8692 $as_echo_n "(cached) " >&6
8693 else
8694 ac_check_soname_save_LIBS=$LIBS
8695 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8697 /* end confdefs.h. */
8699 /* Override any GCC internal prototype to avoid an error.
8700 Use char because int might match the return type of a GCC
8701 builtin and then its argument prototype would still apply. */
8702 #ifdef __cplusplus
8703 extern "C"
8704 #endif
8705 char gluLookAt ();
8707 main ()
8709 return gluLookAt ();
8711 return 0;
8713 _ACEOF
8714 if ac_fn_c_try_link "$LINENO"; then :
8715 case "$LIBEXT" in
8716 dll) ;;
8717 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'` ;;
8718 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8719 esac
8721 rm -f core conftest.err conftest.$ac_objext \
8722 conftest$ac_exeext conftest.$ac_ext
8723 LIBS=$ac_check_soname_save_LIBS
8725 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8727 $as_echo "not found" >&6; }
8729 else
8730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8731 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8733 cat >>confdefs.h <<_ACEOF
8734 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8735 _ACEOF
8740 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8741 case "x$with_glu" in
8742 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8743 xno) ;;
8744 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8745 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8746 esac
8748 else
8749 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8751 else
8752 opengl_msg="OpenGL development headers not found."
8754 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8755 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8756 else
8757 enable_opengl32=${enable_opengl32:-no}
8758 enable_glu32=${enable_glu32:-no}
8760 if test -n "$opengl_msg"; then :
8761 case "x$with_opengl" in
8762 x) wine_warnings="$wine_warnings|$opengl_msg
8763 OpenGL and Direct3D won't be supported." ;;
8764 xno) ;;
8765 *) as_fn_error "$opengl_msg
8766 OpenGL and Direct3D won't be supported.
8767 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8768 esac
8771 NASLIBS=""
8773 for ac_header in audio/audiolib.h
8774 do :
8775 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8776 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8777 cat >>confdefs.h <<_ACEOF
8778 #define HAVE_AUDIO_AUDIOLIB_H 1
8779 _ACEOF
8780 for ac_header in audio/soundlib.h
8781 do :
8782 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8784 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8785 cat >>confdefs.h <<_ACEOF
8786 #define HAVE_AUDIO_SOUNDLIB_H 1
8787 _ACEOF
8791 done
8793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8794 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8795 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8796 $as_echo_n "(cached) " >&6
8797 else
8798 ac_check_lib_save_LIBS=$LIBS
8799 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8801 /* end confdefs.h. */
8803 /* Override any GCC internal prototype to avoid an error.
8804 Use char because int might match the return type of a GCC
8805 builtin and then its argument prototype would still apply. */
8806 #ifdef __cplusplus
8807 extern "C"
8808 #endif
8809 char AuCreateFlow ();
8811 main ()
8813 return AuCreateFlow ();
8815 return 0;
8817 _ACEOF
8818 if ac_fn_c_try_link "$LINENO"; then :
8819 ac_cv_lib_audio_AuCreateFlow=yes
8820 else
8821 ac_cv_lib_audio_AuCreateFlow=no
8823 rm -f core conftest.err conftest.$ac_objext \
8824 conftest$ac_exeext conftest.$ac_ext
8825 LIBS=$ac_check_lib_save_LIBS
8827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8828 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8829 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8831 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8834 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8835 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8836 $as_echo_n "(cached) " >&6
8837 else
8838 ac_check_lib_save_LIBS=$LIBS
8839 LIBS="-lXau $X_LIBS $LIBS"
8840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8841 /* end confdefs.h. */
8843 /* Override any GCC internal prototype to avoid an error.
8844 Use char because int might match the return type of a GCC
8845 builtin and then its argument prototype would still apply. */
8846 #ifdef __cplusplus
8847 extern "C"
8848 #endif
8849 char XauGetBestAuthByAddr ();
8851 main ()
8853 return XauGetBestAuthByAddr ();
8855 return 0;
8857 _ACEOF
8858 if ac_fn_c_try_link "$LINENO"; then :
8859 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8860 else
8861 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8863 rm -f core conftest.err conftest.$ac_objext \
8864 conftest$ac_exeext conftest.$ac_ext
8865 LIBS=$ac_check_lib_save_LIBS
8867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8868 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8869 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8870 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8871 else
8872 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8880 done
8883 CPPFLAGS="$ac_save_CPPFLAGS"
8884 else
8885 XLIB=""
8886 X_CFLAGS=""
8887 X_LIBS=""
8888 enable_winex11_drv=${enable_winex11_drv:-no}
8889 enable_opengl32=${enable_opengl32:-no}
8890 enable_glu32=${enable_glu32:-no}
8892 if test "x$XLIB" = "x"; then :
8893 case "x$with_x" in
8894 xno) ;;
8895 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
8896 without X support, which probably isn't what you want. You will need to install
8897 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8898 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8899 esac
8903 XML2LIBS=""
8905 XML2INCL=""
8907 XSLTINCL=""
8909 if test "x$with_xml" != "xno"
8910 then
8911 ac_save_CPPFLAGS="$CPPFLAGS"
8912 if test "$PKG_CONFIG" != "false"
8913 then
8914 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8915 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8916 else
8917 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8918 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
8920 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8921 for ac_header in libxml/parser.h
8922 do :
8923 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8924 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8925 cat >>confdefs.h <<_ACEOF
8926 #define HAVE_LIBXML_PARSER_H 1
8927 _ACEOF
8928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8929 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8930 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8931 $as_echo_n "(cached) " >&6
8932 else
8933 ac_check_lib_save_LIBS=$LIBS
8934 LIBS="-lxml2 $ac_xml_libs $LIBS"
8935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8936 /* end confdefs.h. */
8938 /* Override any GCC internal prototype to avoid an error.
8939 Use char because int might match the return type of a GCC
8940 builtin and then its argument prototype would still apply. */
8941 #ifdef __cplusplus
8942 extern "C"
8943 #endif
8944 char xmlParseMemory ();
8946 main ()
8948 return xmlParseMemory ();
8950 return 0;
8952 _ACEOF
8953 if ac_fn_c_try_link "$LINENO"; then :
8954 ac_cv_lib_xml2_xmlParseMemory=yes
8955 else
8956 ac_cv_lib_xml2_xmlParseMemory=no
8958 rm -f core conftest.err conftest.$ac_objext \
8959 conftest$ac_exeext conftest.$ac_ext
8960 LIBS=$ac_check_lib_save_LIBS
8962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8963 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8964 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8966 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8968 XML2LIBS="$ac_xml_libs"
8969 XML2INCL="$ac_xml_cflags"
8972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8973 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8974 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8975 $as_echo_n "(cached) " >&6
8976 else
8977 ac_check_lib_save_LIBS=$LIBS
8978 LIBS="-lxml2 $ac_xml_libs $LIBS"
8979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8980 /* end confdefs.h. */
8982 /* Override any GCC internal prototype to avoid an error.
8983 Use char because int might match the return type of a GCC
8984 builtin and then its argument prototype would still apply. */
8985 #ifdef __cplusplus
8986 extern "C"
8987 #endif
8988 char xmlReadMemory ();
8990 main ()
8992 return xmlReadMemory ();
8994 return 0;
8996 _ACEOF
8997 if ac_fn_c_try_link "$LINENO"; then :
8998 ac_cv_lib_xml2_xmlReadMemory=yes
8999 else
9000 ac_cv_lib_xml2_xmlReadMemory=no
9002 rm -f core conftest.err conftest.$ac_objext \
9003 conftest$ac_exeext conftest.$ac_ext
9004 LIBS=$ac_check_lib_save_LIBS
9006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9007 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9008 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9010 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9015 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9016 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9017 $as_echo_n "(cached) " >&6
9018 else
9019 ac_check_lib_save_LIBS=$LIBS
9020 LIBS="-lxml2 $ac_xml_libs $LIBS"
9021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9022 /* end confdefs.h. */
9024 /* Override any GCC internal prototype to avoid an error.
9025 Use char because int might match the return type of a GCC
9026 builtin and then its argument prototype would still apply. */
9027 #ifdef __cplusplus
9028 extern "C"
9029 #endif
9030 char xmlNewDocPI ();
9032 main ()
9034 return xmlNewDocPI ();
9036 return 0;
9038 _ACEOF
9039 if ac_fn_c_try_link "$LINENO"; then :
9040 ac_cv_lib_xml2_xmlNewDocPI=yes
9041 else
9042 ac_cv_lib_xml2_xmlNewDocPI=no
9044 rm -f core conftest.err conftest.$ac_objext \
9045 conftest$ac_exeext conftest.$ac_ext
9046 LIBS=$ac_check_lib_save_LIBS
9048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9049 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9050 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9052 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9059 done
9061 CPPFLAGS="$ac_save_CPPFLAGS"
9063 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9064 case "x$with_xml" in
9065 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9066 xno) ;;
9067 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9068 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9069 esac
9072 if test "x$with_xslt" != "xno"
9073 then
9074 if test "$PKG_CONFIG" != "false"
9075 then
9076 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9077 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9078 else
9079 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9080 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9082 ac_save_CPPFLAGS="$CPPFLAGS"
9083 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9084 for ac_header in libxslt/pattern.h libxslt/transform.h
9085 do :
9086 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9087 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9088 # include <libxslt/pattern.h>
9089 #endif
9091 eval as_val=\$$as_ac_Header
9092 if test "x$as_val" = x""yes; then :
9093 cat >>confdefs.h <<_ACEOF
9094 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9095 _ACEOF
9099 done
9101 CPPFLAGS="$ac_save_CPPFLAGS"
9102 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9103 then
9104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9105 $as_echo_n "checking for -lxslt... " >&6; }
9106 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9107 $as_echo_n "(cached) " >&6
9108 else
9109 ac_check_soname_save_LIBS=$LIBS
9110 LIBS="-lxslt $ac_xslt_libs $LIBS"
9111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9112 /* end confdefs.h. */
9114 /* Override any GCC internal prototype to avoid an error.
9115 Use char because int might match the return type of a GCC
9116 builtin and then its argument prototype would still apply. */
9117 #ifdef __cplusplus
9118 extern "C"
9119 #endif
9120 char xsltCompilePattern ();
9122 main ()
9124 return xsltCompilePattern ();
9126 return 0;
9128 _ACEOF
9129 if ac_fn_c_try_link "$LINENO"; then :
9130 case "$LIBEXT" in
9131 dll) ;;
9132 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'` ;;
9133 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9134 esac
9136 rm -f core conftest.err conftest.$ac_objext \
9137 conftest$ac_exeext conftest.$ac_ext
9138 LIBS=$ac_check_soname_save_LIBS
9140 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9142 $as_echo "not found" >&6; }
9144 else
9145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9146 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9148 cat >>confdefs.h <<_ACEOF
9149 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9150 _ACEOF
9152 XSLTINCL="$ac_xslt_cflags"
9156 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9157 case "x$with_xslt" in
9158 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9159 xno) ;;
9160 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9161 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9162 esac
9165 HALINCL=""
9167 if test "x$with_hal" != "xno"
9168 then
9169 ac_save_CPPFLAGS="$CPPFLAGS"
9170 if test "$PKG_CONFIG" != "false"
9171 then
9172 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9173 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9174 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9176 for ac_header in dbus/dbus.h hal/libhal.h
9177 do :
9178 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9179 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9180 eval as_val=\$$as_ac_Header
9181 if test "x$as_val" = x""yes; then :
9182 cat >>confdefs.h <<_ACEOF
9183 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9184 _ACEOF
9188 done
9190 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9191 then
9192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9193 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9194 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9195 $as_echo_n "(cached) " >&6
9196 else
9197 ac_check_lib_save_LIBS=$LIBS
9198 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9199 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9200 /* end confdefs.h. */
9202 /* Override any GCC internal prototype to avoid an error.
9203 Use char because int might match the return type of a GCC
9204 builtin and then its argument prototype would still apply. */
9205 #ifdef __cplusplus
9206 extern "C"
9207 #endif
9208 char dbus_connection_close ();
9210 main ()
9212 return dbus_connection_close ();
9214 return 0;
9216 _ACEOF
9217 if ac_fn_c_try_link "$LINENO"; then :
9218 ac_cv_lib_dbus_1_dbus_connection_close=yes
9219 else
9220 ac_cv_lib_dbus_1_dbus_connection_close=no
9222 rm -f core conftest.err conftest.$ac_objext \
9223 conftest$ac_exeext conftest.$ac_ext
9224 LIBS=$ac_check_lib_save_LIBS
9226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9227 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9228 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9230 $as_echo_n "checking for -lhal... " >&6; }
9231 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9232 $as_echo_n "(cached) " >&6
9233 else
9234 ac_check_soname_save_LIBS=$LIBS
9235 LIBS="-lhal $ac_hal_libs $LIBS"
9236 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9237 /* end confdefs.h. */
9239 /* Override any GCC internal prototype to avoid an error.
9240 Use char because int might match the return type of a GCC
9241 builtin and then its argument prototype would still apply. */
9242 #ifdef __cplusplus
9243 extern "C"
9244 #endif
9245 char libhal_ctx_new ();
9247 main ()
9249 return libhal_ctx_new ();
9251 return 0;
9253 _ACEOF
9254 if ac_fn_c_try_link "$LINENO"; then :
9255 case "$LIBEXT" in
9256 dll) ;;
9257 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'` ;;
9258 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9259 esac
9261 rm -f core conftest.err conftest.$ac_objext \
9262 conftest$ac_exeext conftest.$ac_ext
9263 LIBS=$ac_check_soname_save_LIBS
9265 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9267 $as_echo "not found" >&6; }
9269 else
9270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9271 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9273 cat >>confdefs.h <<_ACEOF
9274 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9275 _ACEOF
9277 HALINCL="$ac_hal_cflags"
9282 CPPFLAGS="$ac_save_CPPFLAGS"
9284 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9285 case "x$with_hal" in
9286 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9287 xno) ;;
9288 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9289 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9290 esac
9293 if test "x$with_gnutls" != "xno"
9294 then
9295 ac_save_CPPFLAGS="$CPPFLAGS"
9296 if test "$PKG_CONFIG" != "false"
9297 then
9298 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9299 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9300 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9302 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9303 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9305 /* end confdefs.h. */
9306 #include <gnutls/gnutls.h>
9308 main ()
9310 typeof(gnutls_mac_get_key_size) *pfunc;
9312 return 0;
9314 _ACEOF
9315 if ac_fn_c_try_compile "$LINENO"; then :
9316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9317 $as_echo_n "checking for -lgnutls... " >&6; }
9318 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9319 $as_echo_n "(cached) " >&6
9320 else
9321 ac_check_soname_save_LIBS=$LIBS
9322 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9323 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9324 /* end confdefs.h. */
9326 /* Override any GCC internal prototype to avoid an error.
9327 Use char because int might match the return type of a GCC
9328 builtin and then its argument prototype would still apply. */
9329 #ifdef __cplusplus
9330 extern "C"
9331 #endif
9332 char gnutls_global_init ();
9334 main ()
9336 return gnutls_global_init ();
9338 return 0;
9340 _ACEOF
9341 if ac_fn_c_try_link "$LINENO"; then :
9342 case "$LIBEXT" in
9343 dll) ;;
9344 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'` ;;
9345 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9346 esac
9348 rm -f core conftest.err conftest.$ac_objext \
9349 conftest$ac_exeext conftest.$ac_ext
9350 LIBS=$ac_check_soname_save_LIBS
9352 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9354 $as_echo "not found" >&6; }
9356 else
9357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9358 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9360 cat >>confdefs.h <<_ACEOF
9361 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9362 _ACEOF
9364 GNUTLSINCL="$ac_gnutls_cflags"
9368 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9372 CPPFLAGS="$ac_save_CPPFLAGS"
9374 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9375 case "x$with_gnutls" in
9376 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9377 xno) ;;
9378 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9379 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9380 esac
9383 CURSESLIBS=""
9384 if test "$ac_cv_header_ncurses_h" = "yes"
9385 then
9386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9387 $as_echo_n "checking for -lncurses... " >&6; }
9388 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9389 $as_echo_n "(cached) " >&6
9390 else
9391 ac_check_soname_save_LIBS=$LIBS
9392 LIBS="-lncurses $LIBS"
9393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9394 /* end confdefs.h. */
9396 /* Override any GCC internal prototype to avoid an error.
9397 Use char because int might match the return type of a GCC
9398 builtin and then its argument prototype would still apply. */
9399 #ifdef __cplusplus
9400 extern "C"
9401 #endif
9402 char waddch ();
9404 main ()
9406 return waddch ();
9408 return 0;
9410 _ACEOF
9411 if ac_fn_c_try_link "$LINENO"; then :
9412 case "$LIBEXT" in
9413 dll) ;;
9414 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'` ;;
9415 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9416 esac
9418 rm -f core conftest.err conftest.$ac_objext \
9419 conftest$ac_exeext conftest.$ac_ext
9420 LIBS=$ac_check_soname_save_LIBS
9422 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9424 $as_echo "not found" >&6; }
9426 else
9427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9428 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9430 cat >>confdefs.h <<_ACEOF
9431 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9432 _ACEOF
9434 CURSESLIBS="-lncurses"
9436 elif test "$ac_cv_header_curses_h" = "yes"
9437 then
9438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9439 $as_echo_n "checking for -lcurses... " >&6; }
9440 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9441 $as_echo_n "(cached) " >&6
9442 else
9443 ac_check_soname_save_LIBS=$LIBS
9444 LIBS="-lcurses $LIBS"
9445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9446 /* end confdefs.h. */
9448 /* Override any GCC internal prototype to avoid an error.
9449 Use char because int might match the return type of a GCC
9450 builtin and then its argument prototype would still apply. */
9451 #ifdef __cplusplus
9452 extern "C"
9453 #endif
9454 char waddch ();
9456 main ()
9458 return waddch ();
9460 return 0;
9462 _ACEOF
9463 if ac_fn_c_try_link "$LINENO"; then :
9464 case "$LIBEXT" in
9465 dll) ;;
9466 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'` ;;
9467 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9468 esac
9470 rm -f core conftest.err conftest.$ac_objext \
9471 conftest$ac_exeext conftest.$ac_ext
9472 LIBS=$ac_check_soname_save_LIBS
9474 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9476 $as_echo "not found" >&6; }
9478 else
9479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9480 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9482 cat >>confdefs.h <<_ACEOF
9483 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9484 _ACEOF
9486 CURSESLIBS="-lcurses"
9489 ac_save_LIBS="$LIBS"
9490 LIBS="$LIBS $CURSESLIBS"
9491 for ac_func in mousemask
9492 do :
9493 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9494 if test "x$ac_cv_func_mousemask" = x""yes; then :
9495 cat >>confdefs.h <<_ACEOF
9496 #define HAVE_MOUSEMASK 1
9497 _ACEOF
9500 done
9502 LIBS="$ac_save_LIBS"
9503 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9504 case "x$with_curses" in
9505 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9506 xno) ;;
9507 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9508 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9509 esac
9512 if test "x$with_sane" != "xno"
9513 then
9514 ac_save_CPPFLAGS="$CPPFLAGS"
9515 # Extract the first word of "sane-config", so it can be a program name with args.
9516 set dummy sane-config; ac_word=$2
9517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9518 $as_echo_n "checking for $ac_word... " >&6; }
9519 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9520 $as_echo_n "(cached) " >&6
9521 else
9522 if test -n "$sane_devel"; then
9523 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9524 else
9525 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9526 for as_dir in $PATH
9528 IFS=$as_save_IFS
9529 test -z "$as_dir" && as_dir=.
9530 for ac_exec_ext in '' $ac_executable_extensions; do
9531 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9532 ac_cv_prog_sane_devel="sane-config"
9533 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9534 break 2
9536 done
9537 done
9538 IFS=$as_save_IFS
9540 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9543 sane_devel=$ac_cv_prog_sane_devel
9544 if test -n "$sane_devel"; then
9545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9546 $as_echo "$sane_devel" >&6; }
9547 else
9548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9549 $as_echo "no" >&6; }
9553 if test "$sane_devel" != "no"
9554 then
9555 ac_sane_incl="`$sane_devel --cflags`"
9556 ac_sane_libs="`$sane_devel --ldflags`"
9557 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9559 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9560 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9562 $as_echo_n "checking for -lsane... " >&6; }
9563 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9564 $as_echo_n "(cached) " >&6
9565 else
9566 ac_check_soname_save_LIBS=$LIBS
9567 LIBS="-lsane $ac_sane_libs $LIBS"
9568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9569 /* end confdefs.h. */
9571 /* Override any GCC internal prototype to avoid an error.
9572 Use char because int might match the return type of a GCC
9573 builtin and then its argument prototype would still apply. */
9574 #ifdef __cplusplus
9575 extern "C"
9576 #endif
9577 char sane_init ();
9579 main ()
9581 return sane_init ();
9583 return 0;
9585 _ACEOF
9586 if ac_fn_c_try_link "$LINENO"; then :
9587 case "$LIBEXT" in
9588 dll) ;;
9589 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'` ;;
9590 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9591 esac
9593 rm -f core conftest.err conftest.$ac_objext \
9594 conftest$ac_exeext conftest.$ac_ext
9595 LIBS=$ac_check_soname_save_LIBS
9597 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9599 $as_echo "not found" >&6; }
9601 else
9602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9603 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9605 cat >>confdefs.h <<_ACEOF
9606 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9607 _ACEOF
9609 SANEINCL="$ac_sane_incl"
9615 CPPFLAGS="$ac_save_CPPFLAGS"
9617 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9618 case "x$with_sane" in
9619 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9620 xno) ;;
9621 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9622 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9623 esac
9626 if test "x$with_v4l" != "xno"
9627 then
9628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9629 $as_echo_n "checking for -lv4l1... " >&6; }
9630 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9631 $as_echo_n "(cached) " >&6
9632 else
9633 ac_check_soname_save_LIBS=$LIBS
9634 LIBS="-lv4l1 $LIBS"
9635 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9636 /* end confdefs.h. */
9638 /* Override any GCC internal prototype to avoid an error.
9639 Use char because int might match the return type of a GCC
9640 builtin and then its argument prototype would still apply. */
9641 #ifdef __cplusplus
9642 extern "C"
9643 #endif
9644 char v4l1_open ();
9646 main ()
9648 return v4l1_open ();
9650 return 0;
9652 _ACEOF
9653 if ac_fn_c_try_link "$LINENO"; then :
9654 case "$LIBEXT" in
9655 dll) ;;
9656 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'` ;;
9657 *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9658 esac
9660 rm -f core conftest.err conftest.$ac_objext \
9661 conftest$ac_exeext conftest.$ac_ext
9662 LIBS=$ac_check_soname_save_LIBS
9664 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9666 $as_echo "not found" >&6; }
9668 else
9669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9670 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9672 cat >>confdefs.h <<_ACEOF
9673 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9674 _ACEOF
9679 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9680 case "x$with_v4l" in
9681 x) wine_notices="$wine_notices|libv4l ${notice_platform}development files not found." ;;
9682 xno) ;;
9683 *) as_fn_error "libv4l ${notice_platform}development files not found.
9684 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9685 esac
9688 if test "x$with_gphoto" != "xno"
9689 then
9690 ac_save_CPPFLAGS="$CPPFLAGS"
9691 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9692 set dummy gphoto2-config; ac_word=$2
9693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9694 $as_echo_n "checking for $ac_word... " >&6; }
9695 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9696 $as_echo_n "(cached) " >&6
9697 else
9698 if test -n "$gphoto2_devel"; then
9699 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9700 else
9701 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9702 for as_dir in $PATH
9704 IFS=$as_save_IFS
9705 test -z "$as_dir" && as_dir=.
9706 for ac_exec_ext in '' $ac_executable_extensions; do
9707 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9708 ac_cv_prog_gphoto2_devel="gphoto2-config"
9709 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9710 break 2
9712 done
9713 done
9714 IFS=$as_save_IFS
9716 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9719 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9720 if test -n "$gphoto2_devel"; then
9721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9722 $as_echo "$gphoto2_devel" >&6; }
9723 else
9724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9725 $as_echo "no" >&6; }
9729 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9730 set dummy gphoto2-port-config; ac_word=$2
9731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9732 $as_echo_n "checking for $ac_word... " >&6; }
9733 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9734 $as_echo_n "(cached) " >&6
9735 else
9736 if test -n "$gphoto2port_devel"; then
9737 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9738 else
9739 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9740 for as_dir in $PATH
9742 IFS=$as_save_IFS
9743 test -z "$as_dir" && as_dir=.
9744 for ac_exec_ext in '' $ac_executable_extensions; do
9745 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9746 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9747 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9748 break 2
9750 done
9751 done
9752 IFS=$as_save_IFS
9754 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9757 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9758 if test -n "$gphoto2port_devel"; then
9759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9760 $as_echo "$gphoto2port_devel" >&6; }
9761 else
9762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9763 $as_echo "no" >&6; }
9767 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9768 then
9769 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9770 ac_gphoto2_libs=""
9771 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9773 case "$i" in
9774 -L/usr/lib|-L/usr/lib64) ;;
9775 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9776 esac
9777 done
9778 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9780 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9781 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9782 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9784 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9785 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9786 $as_echo_n "(cached) " >&6
9787 else
9788 ac_check_lib_save_LIBS=$LIBS
9789 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9791 /* end confdefs.h. */
9793 /* Override any GCC internal prototype to avoid an error.
9794 Use char because int might match the return type of a GCC
9795 builtin and then its argument prototype would still apply. */
9796 #ifdef __cplusplus
9797 extern "C"
9798 #endif
9799 char gp_camera_new ();
9801 main ()
9803 return gp_camera_new ();
9805 return 0;
9807 _ACEOF
9808 if ac_fn_c_try_link "$LINENO"; then :
9809 ac_cv_lib_gphoto2_gp_camera_new=yes
9810 else
9811 ac_cv_lib_gphoto2_gp_camera_new=no
9813 rm -f core conftest.err conftest.$ac_objext \
9814 conftest$ac_exeext conftest.$ac_ext
9815 LIBS=$ac_check_lib_save_LIBS
9817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9818 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9819 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9821 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9823 GPHOTO2LIBS="$ac_gphoto2_libs"
9825 GPHOTO2INCL="$ac_gphoto2_incl"
9832 CPPFLAGS="$ac_save_CPPFLAGS"
9834 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9835 case "x$with_gphoto" in
9836 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9837 xno) ;;
9838 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9839 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9840 esac
9844 RESOLVLIBS=""
9846 if test "$ac_cv_header_resolv_h" = "yes"
9847 then
9848 ac_save_LIBS="$LIBS"
9849 LIBS="$LIBS -lresolv"
9850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9851 /* end confdefs.h. */
9852 #ifdef HAVE_NETINET_IN_H
9853 #include <netinet/in.h>
9854 #endif
9855 #include <resolv.h>
9857 main ()
9859 res_init();
9861 return 0;
9863 _ACEOF
9864 if ac_fn_c_try_link "$LINENO"; then :
9866 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9868 RESOLVLIBS="-lresolv"
9870 rm -f core conftest.err conftest.$ac_objext \
9871 conftest$ac_exeext conftest.$ac_ext
9872 LIBS="$ac_save_LIBS"
9875 LCMSLIBS=""
9877 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9878 then
9879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9880 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9881 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9882 $as_echo_n "(cached) " >&6
9883 else
9884 ac_check_lib_save_LIBS=$LIBS
9885 LIBS="-llcms $LIBS"
9886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9887 /* end confdefs.h. */
9889 /* Override any GCC internal prototype to avoid an error.
9890 Use char because int might match the return type of a GCC
9891 builtin and then its argument prototype would still apply. */
9892 #ifdef __cplusplus
9893 extern "C"
9894 #endif
9895 char cmsOpenProfileFromFile ();
9897 main ()
9899 return cmsOpenProfileFromFile ();
9901 return 0;
9903 _ACEOF
9904 if ac_fn_c_try_link "$LINENO"; then :
9905 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9906 else
9907 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9909 rm -f core conftest.err conftest.$ac_objext \
9910 conftest$ac_exeext conftest.$ac_ext
9911 LIBS=$ac_check_lib_save_LIBS
9913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9914 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9915 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9917 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9919 LCMSLIBS="-llcms"
9923 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9924 case "x$with_cms" in
9925 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9926 xno) ;;
9927 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9928 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9929 esac
9932 if test "x$with_freetype" != "xno"
9933 then
9934 for ac_prog in freetype-config freetype2-config
9936 # Extract the first word of "$ac_prog", so it can be a program name with args.
9937 set dummy $ac_prog; ac_word=$2
9938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9939 $as_echo_n "checking for $ac_word... " >&6; }
9940 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9941 $as_echo_n "(cached) " >&6
9942 else
9943 if test -n "$ft_devel"; then
9944 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9945 else
9946 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9947 for as_dir in $PATH
9949 IFS=$as_save_IFS
9950 test -z "$as_dir" && as_dir=.
9951 for ac_exec_ext in '' $ac_executable_extensions; do
9952 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9953 ac_cv_prog_ft_devel="$ac_prog"
9954 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9955 break 2
9957 done
9958 done
9959 IFS=$as_save_IFS
9963 ft_devel=$ac_cv_prog_ft_devel
9964 if test -n "$ft_devel"; then
9965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9966 $as_echo "$ft_devel" >&6; }
9967 else
9968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9969 $as_echo "no" >&6; }
9973 test -n "$ft_devel" && break
9974 done
9975 test -n "$ft_devel" || ft_devel="no"
9977 if test "$ft_devel" != "no"
9978 then
9979 ac_freetype_incl=`$ft_devel --cflags`
9980 ac_freetype_libs=`$ft_devel --libs`
9982 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
9983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
9984 $as_echo_n "checking for -lfreetype... " >&6; }
9985 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
9986 $as_echo_n "(cached) " >&6
9987 else
9988 ac_check_soname_save_LIBS=$LIBS
9989 LIBS="-lfreetype $ac_freetype_libs $LIBS"
9990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9991 /* end confdefs.h. */
9993 /* Override any GCC internal prototype to avoid an error.
9994 Use char because int might match the return type of a GCC
9995 builtin and then its argument prototype would still apply. */
9996 #ifdef __cplusplus
9997 extern "C"
9998 #endif
9999 char FT_Init_FreeType ();
10001 main ()
10003 return FT_Init_FreeType ();
10005 return 0;
10007 _ACEOF
10008 if ac_fn_c_try_link "$LINENO"; then :
10009 case "$LIBEXT" in
10010 dll) ;;
10011 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'` ;;
10012 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10013 esac
10015 rm -f core conftest.err conftest.$ac_objext \
10016 conftest$ac_exeext conftest.$ac_ext
10017 LIBS=$ac_check_soname_save_LIBS
10019 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10021 $as_echo "not found" >&6; }
10022 ft_lib=no
10023 else
10024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10025 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10027 cat >>confdefs.h <<_ACEOF
10028 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10029 _ACEOF
10031 ft_lib=yes
10033 if test "$ft_lib" = "yes"
10034 then
10035 ac_save_CPPFLAGS="$CPPFLAGS"
10036 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10037 for ac_header in ft2build.h \
10038 freetype/freetype.h \
10039 freetype/ftglyph.h \
10040 freetype/fttypes.h \
10041 freetype/tttables.h \
10042 freetype/ftsnames.h \
10043 freetype/ttnameid.h \
10044 freetype/ftoutln.h \
10045 freetype/ftwinfnt.h \
10046 freetype/ftmodapi.h \
10047 freetype/ftlcdfil.h \
10048 freetype/internal/sfnt.h
10049 do :
10050 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10051 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10052 # include <ft2build.h>
10053 #endif
10055 eval as_val=\$$as_ac_Header
10056 if test "x$as_val" = x""yes; then :
10057 cat >>confdefs.h <<_ACEOF
10058 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10059 _ACEOF
10063 done
10065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10066 /* end confdefs.h. */
10067 #include <ft2build.h>
10068 #include <freetype/fttrigon.h>
10069 _ACEOF
10070 if ac_fn_c_try_cpp "$LINENO"; then :
10072 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10074 wine_cv_fttrigon=yes
10075 else
10076 wine_cv_fttrigon=no
10078 rm -f conftest.err conftest.$ac_ext
10079 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10081 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10083 cat >>confdefs.h <<_ACEOF
10084 #define HAVE_FT_TRUETYPEENGINETYPE 1
10085 _ACEOF
10090 ac_save_CFLAGS="$CFLAGS"
10091 CFLAGS="$CFLAGS $ac_freetype_libs"
10092 for ac_func in FT_Load_Sfnt_Table
10093 do :
10094 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10095 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10096 cat >>confdefs.h <<_ACEOF
10097 #define HAVE_FT_LOAD_SFNT_TABLE 1
10098 _ACEOF
10101 done
10103 CFLAGS="$ac_save_CFLAGS"
10104 CPPFLAGS="$ac_save_CPPFLAGS"
10105 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10106 then
10108 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10110 FREETYPELIBS="$ac_freetype_libs"
10112 FREETYPEINCL="$ac_freetype_incl"
10117 if test "x$FREETYPELIBS" = "x"; then :
10118 case "x$with_freetype" in
10119 xno) ;;
10120 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10121 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10122 esac
10124 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10127 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10128 if test "${ac_cv_c_ppdev+set}" = set; then :
10129 $as_echo_n "(cached) " >&6
10130 else
10131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10132 /* end confdefs.h. */
10133 #include <linux/ppdev.h>
10135 main ()
10137 ioctl (1,PPCLAIM,0)
10139 return 0;
10141 _ACEOF
10142 if ac_fn_c_try_compile "$LINENO"; then :
10143 ac_cv_c_ppdev="yes"
10144 else
10145 ac_cv_c_ppdev="no"
10147 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10150 $as_echo "$ac_cv_c_ppdev" >&6; }
10151 if test "$ac_cv_c_ppdev" = "yes"
10152 then
10154 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10158 ac_wine_check_funcs_save_LIBS="$LIBS"
10159 LIBS="$LIBS $LIBPTHREAD"
10160 for ac_func in \
10161 pthread_attr_get_np \
10162 pthread_getattr_np \
10163 pthread_get_stackaddr_np \
10164 pthread_get_stacksize_np
10165 do :
10166 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10167 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10168 eval as_val=\$$as_ac_var
10169 if test "x$as_val" = x""yes; then :
10170 cat >>confdefs.h <<_ACEOF
10171 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10172 _ACEOF
10175 done
10177 LIBS="$ac_wine_check_funcs_save_LIBS"
10179 if test "$ac_cv_header_zlib_h" = "yes"
10180 then
10181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10182 $as_echo_n "checking for inflate in -lz... " >&6; }
10183 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10184 $as_echo_n "(cached) " >&6
10185 else
10186 ac_check_lib_save_LIBS=$LIBS
10187 LIBS="-lz $LIBS"
10188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10189 /* end confdefs.h. */
10191 /* Override any GCC internal prototype to avoid an error.
10192 Use char because int might match the return type of a GCC
10193 builtin and then its argument prototype would still apply. */
10194 #ifdef __cplusplus
10195 extern "C"
10196 #endif
10197 char inflate ();
10199 main ()
10201 return inflate ();
10203 return 0;
10205 _ACEOF
10206 if ac_fn_c_try_link "$LINENO"; then :
10207 ac_cv_lib_z_inflate=yes
10208 else
10209 ac_cv_lib_z_inflate=no
10211 rm -f core conftest.err conftest.$ac_objext \
10212 conftest$ac_exeext conftest.$ac_ext
10213 LIBS=$ac_check_lib_save_LIBS
10215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10216 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10217 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10219 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10221 ZLIB="-lz"
10227 if test "x$with_esd" != xno
10228 then
10229 save_CFLAGS="$CFLAGS"
10230 # Extract the first word of "esd-config", so it can be a program name with args.
10231 set dummy esd-config; ac_word=$2
10232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10233 $as_echo_n "checking for $ac_word... " >&6; }
10234 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10235 $as_echo_n "(cached) " >&6
10236 else
10237 case $ESDCONFIG in
10238 [\\/]* | ?:[\\/]*)
10239 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10243 for as_dir in $PATH
10245 IFS=$as_save_IFS
10246 test -z "$as_dir" && as_dir=.
10247 for ac_exec_ext in '' $ac_executable_extensions; do
10248 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10249 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10250 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10251 break 2
10253 done
10254 done
10255 IFS=$as_save_IFS
10257 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10259 esac
10261 ESDCONFIG=$ac_cv_path_ESDCONFIG
10262 if test -n "$ESDCONFIG"; then
10263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10264 $as_echo "$ESDCONFIG" >&6; }
10265 else
10266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10267 $as_echo "no" >&6; }
10271 if test "x$ESDCONFIG" != "xno"
10272 then
10273 ac_esd_incl=""
10274 for i in `$ESDCONFIG --cflags`
10276 case "$i" in
10277 -I*) ac_esd_incl="$ac_esd_incl $i";;
10278 esac
10279 done
10280 ac_esd_libs=`$ESDCONFIG --libs`
10281 CFLAGS="$CFLAGS $ac_esd_incl"
10283 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10284 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10285 if test "x$ac_cv_header_esd_h" = x""yes; then :
10286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10287 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10288 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10289 $as_echo_n "(cached) " >&6
10290 else
10291 ac_check_lib_save_LIBS=$LIBS
10292 LIBS="-lesd $ac_esd_libs $LIBS"
10293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10294 /* end confdefs.h. */
10296 /* Override any GCC internal prototype to avoid an error.
10297 Use char because int might match the return type of a GCC
10298 builtin and then its argument prototype would still apply. */
10299 #ifdef __cplusplus
10300 extern "C"
10301 #endif
10302 char esd_open_sound ();
10304 main ()
10306 return esd_open_sound ();
10308 return 0;
10310 _ACEOF
10311 if ac_fn_c_try_link "$LINENO"; then :
10312 ac_cv_lib_esd_esd_open_sound=yes
10313 else
10314 ac_cv_lib_esd_esd_open_sound=no
10316 rm -f core conftest.err conftest.$ac_objext \
10317 conftest$ac_exeext conftest.$ac_ext
10318 LIBS=$ac_check_lib_save_LIBS
10320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10321 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10322 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10323 ESDINCL="$ac_esd_incl"
10325 ESDLIBS="$ac_esd_libs"
10328 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10335 CFLAGS="$save_CFLAGS"
10338 ALSALIBS=""
10340 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10341 then
10342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10343 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10344 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10345 $as_echo_n "(cached) " >&6
10346 else
10347 ac_check_lib_save_LIBS=$LIBS
10348 LIBS="-lasound $LIBS"
10349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10350 /* end confdefs.h. */
10352 /* Override any GCC internal prototype to avoid an error.
10353 Use char because int might match the return type of a GCC
10354 builtin and then its argument prototype would still apply. */
10355 #ifdef __cplusplus
10356 extern "C"
10357 #endif
10358 char snd_pcm_hw_params_get_access ();
10360 main ()
10362 return snd_pcm_hw_params_get_access ();
10364 return 0;
10366 _ACEOF
10367 if ac_fn_c_try_link "$LINENO"; then :
10368 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10369 else
10370 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10372 rm -f core conftest.err conftest.$ac_objext \
10373 conftest$ac_exeext conftest.$ac_ext
10374 LIBS=$ac_check_lib_save_LIBS
10376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10377 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10378 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10380 /* end confdefs.h. */
10381 #ifdef HAVE_ALSA_ASOUNDLIB_H
10382 #include <alsa/asoundlib.h>
10383 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10384 #include <sys/asoundlib.h>
10385 #endif
10387 main ()
10389 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10391 return 0;
10393 _ACEOF
10394 if ac_fn_c_try_compile "$LINENO"; then :
10396 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10398 ALSALIBS="-lasound"
10400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10405 AUDIOIOLIBS=""
10407 if test "$ac_cv_header_libaudioio_h" = "yes"
10408 then
10409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10410 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10411 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10412 $as_echo_n "(cached) " >&6
10413 else
10414 ac_check_lib_save_LIBS=$LIBS
10415 LIBS="-laudioio $LIBS"
10416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10417 /* end confdefs.h. */
10419 /* Override any GCC internal prototype to avoid an error.
10420 Use char because int might match the return type of a GCC
10421 builtin and then its argument prototype would still apply. */
10422 #ifdef __cplusplus
10423 extern "C"
10424 #endif
10425 char AudioIOGetVersion ();
10427 main ()
10429 return AudioIOGetVersion ();
10431 return 0;
10433 _ACEOF
10434 if ac_fn_c_try_link "$LINENO"; then :
10435 ac_cv_lib_audioio_AudioIOGetVersion=yes
10436 else
10437 ac_cv_lib_audioio_AudioIOGetVersion=no
10439 rm -f core conftest.err conftest.$ac_objext \
10440 conftest$ac_exeext conftest.$ac_ext
10441 LIBS=$ac_check_lib_save_LIBS
10443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10444 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10445 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10446 AUDIOIOLIBS="-laudioio"
10448 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10455 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10456 then
10457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10458 $as_echo_n "checking for -lcapi20... " >&6; }
10459 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10460 $as_echo_n "(cached) " >&6
10461 else
10462 ac_check_soname_save_LIBS=$LIBS
10463 LIBS="-lcapi20 $LIBS"
10464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10465 /* end confdefs.h. */
10467 /* Override any GCC internal prototype to avoid an error.
10468 Use char because int might match the return type of a GCC
10469 builtin and then its argument prototype would still apply. */
10470 #ifdef __cplusplus
10471 extern "C"
10472 #endif
10473 char capi20_register ();
10475 main ()
10477 return capi20_register ();
10479 return 0;
10481 _ACEOF
10482 if ac_fn_c_try_link "$LINENO"; then :
10483 case "$LIBEXT" in
10484 dll) ;;
10485 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'` ;;
10486 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10487 esac
10489 rm -f core conftest.err conftest.$ac_objext \
10490 conftest$ac_exeext conftest.$ac_ext
10491 LIBS=$ac_check_soname_save_LIBS
10493 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10495 $as_echo "not found" >&6; }
10497 else
10498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10499 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10501 cat >>confdefs.h <<_ACEOF
10502 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10503 _ACEOF
10508 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10509 case "x$with_capi" in
10510 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10511 xno) ;;
10512 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10513 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10514 esac
10517 CUPSINCL=""
10519 if test "x$with_cups" != "xno"
10520 then
10521 ac_save_CPPFLAGS="$CPPFLAGS"
10522 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10523 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10524 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10525 for ac_header in cups/cups.h
10526 do :
10527 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10528 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10529 cat >>confdefs.h <<_ACEOF
10530 #define HAVE_CUPS_CUPS_H 1
10531 _ACEOF
10532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10533 $as_echo_n "checking for -lcups... " >&6; }
10534 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10535 $as_echo_n "(cached) " >&6
10536 else
10537 ac_check_soname_save_LIBS=$LIBS
10538 LIBS="-lcups $ac_cups_libs $LIBS"
10539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10540 /* end confdefs.h. */
10542 /* Override any GCC internal prototype to avoid an error.
10543 Use char because int might match the return type of a GCC
10544 builtin and then its argument prototype would still apply. */
10545 #ifdef __cplusplus
10546 extern "C"
10547 #endif
10548 char cupsGetDefault ();
10550 main ()
10552 return cupsGetDefault ();
10554 return 0;
10556 _ACEOF
10557 if ac_fn_c_try_link "$LINENO"; then :
10558 case "$LIBEXT" in
10559 dll) ;;
10560 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'` ;;
10561 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10562 esac
10564 rm -f core conftest.err conftest.$ac_objext \
10565 conftest$ac_exeext conftest.$ac_ext
10566 LIBS=$ac_check_soname_save_LIBS
10568 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10570 $as_echo "not found" >&6; }
10572 else
10573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10574 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10576 cat >>confdefs.h <<_ACEOF
10577 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10578 _ACEOF
10580 CUPSINCL="$ac_cups_cflags"
10584 done
10586 CPPFLAGS="$ac_save_CPPFLAGS"
10588 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10589 case "x$with_cups" in
10590 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10591 xno) ;;
10592 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10593 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10594 esac
10597 if test "$ac_cv_header_jack_jack_h" = "yes"
10598 then
10599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10600 $as_echo_n "checking for -ljack... " >&6; }
10601 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10602 $as_echo_n "(cached) " >&6
10603 else
10604 ac_check_soname_save_LIBS=$LIBS
10605 LIBS="-ljack $LIBS"
10606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10607 /* end confdefs.h. */
10609 /* Override any GCC internal prototype to avoid an error.
10610 Use char because int might match the return type of a GCC
10611 builtin and then its argument prototype would still apply. */
10612 #ifdef __cplusplus
10613 extern "C"
10614 #endif
10615 char jack_client_new ();
10617 main ()
10619 return jack_client_new ();
10621 return 0;
10623 _ACEOF
10624 if ac_fn_c_try_link "$LINENO"; then :
10625 case "$LIBEXT" in
10626 dll) ;;
10627 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'` ;;
10628 *) 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'` ;;
10629 esac
10631 rm -f core conftest.err conftest.$ac_objext \
10632 conftest$ac_exeext conftest.$ac_ext
10633 LIBS=$ac_check_soname_save_LIBS
10635 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10637 $as_echo "not found" >&6; }
10639 else
10640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10641 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10643 cat >>confdefs.h <<_ACEOF
10644 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10645 _ACEOF
10651 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10652 then
10653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10654 $as_echo_n "checking for -lfontconfig... " >&6; }
10655 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10656 $as_echo_n "(cached) " >&6
10657 else
10658 ac_check_soname_save_LIBS=$LIBS
10659 LIBS="-lfontconfig $LIBS"
10660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10661 /* end confdefs.h. */
10663 /* Override any GCC internal prototype to avoid an error.
10664 Use char because int might match the return type of a GCC
10665 builtin and then its argument prototype would still apply. */
10666 #ifdef __cplusplus
10667 extern "C"
10668 #endif
10669 char FcInit ();
10671 main ()
10673 return FcInit ();
10675 return 0;
10677 _ACEOF
10678 if ac_fn_c_try_link "$LINENO"; then :
10679 case "$LIBEXT" in
10680 dll) ;;
10681 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'` ;;
10682 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10683 esac
10685 rm -f core conftest.err conftest.$ac_objext \
10686 conftest$ac_exeext conftest.$ac_ext
10687 LIBS=$ac_check_soname_save_LIBS
10689 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10691 $as_echo "not found" >&6; }
10693 else
10694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10695 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10697 cat >>confdefs.h <<_ACEOF
10698 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10699 _ACEOF
10703 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10704 then
10705 ac_save_CPPFLAGS="$CPPFLAGS"
10706 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10707 $as_unset ac_cv_header_fontconfig_fontconfig_h
10708 for ac_header in fontconfig/fontconfig.h
10709 do :
10710 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10711 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10712 cat >>confdefs.h <<_ACEOF
10713 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10714 _ACEOF
10718 done
10720 CPPFLAGS="$ac_save_CPPFLAGS"
10721 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10722 then
10723 FONTCONFIGINCL="$X_CFLAGS"
10725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10726 $as_echo_n "checking for -lfontconfig... " >&6; }
10727 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10728 $as_echo_n "(cached) " >&6
10729 else
10730 ac_check_soname_save_LIBS=$LIBS
10731 LIBS="-lfontconfig $X_LIBS $LIBS"
10732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10733 /* end confdefs.h. */
10735 /* Override any GCC internal prototype to avoid an error.
10736 Use char because int might match the return type of a GCC
10737 builtin and then its argument prototype would still apply. */
10738 #ifdef __cplusplus
10739 extern "C"
10740 #endif
10741 char FcInit ();
10743 main ()
10745 return FcInit ();
10747 return 0;
10749 _ACEOF
10750 if ac_fn_c_try_link "$LINENO"; then :
10751 case "$LIBEXT" in
10752 dll) ;;
10753 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'` ;;
10754 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10755 esac
10757 rm -f core conftest.err conftest.$ac_objext \
10758 conftest$ac_exeext conftest.$ac_ext
10759 LIBS=$ac_check_soname_save_LIBS
10761 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10763 $as_echo "not found" >&6; }
10765 else
10766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10767 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10769 cat >>confdefs.h <<_ACEOF
10770 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10771 _ACEOF
10777 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10778 case "x$with_fontconfig" in
10779 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10780 xno) ;;
10781 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10782 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10783 esac
10786 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10787 then
10788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10789 $as_echo_n "checking for -lssl... " >&6; }
10790 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10791 $as_echo_n "(cached) " >&6
10792 else
10793 ac_check_soname_save_LIBS=$LIBS
10794 LIBS="-lssl $LIBS"
10795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10796 /* end confdefs.h. */
10798 /* Override any GCC internal prototype to avoid an error.
10799 Use char because int might match the return type of a GCC
10800 builtin and then its argument prototype would still apply. */
10801 #ifdef __cplusplus
10802 extern "C"
10803 #endif
10804 char SSL_library_init ();
10806 main ()
10808 return SSL_library_init ();
10810 return 0;
10812 _ACEOF
10813 if ac_fn_c_try_link "$LINENO"; then :
10814 case "$LIBEXT" in
10815 dll) ;;
10816 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'` ;;
10817 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10818 esac
10820 rm -f core conftest.err conftest.$ac_objext \
10821 conftest$ac_exeext conftest.$ac_ext
10822 LIBS=$ac_check_soname_save_LIBS
10824 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10826 $as_echo "not found" >&6; }
10828 else
10829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10830 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10832 cat >>confdefs.h <<_ACEOF
10833 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10834 _ACEOF
10838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10839 $as_echo_n "checking for -lcrypto... " >&6; }
10840 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10841 $as_echo_n "(cached) " >&6
10842 else
10843 ac_check_soname_save_LIBS=$LIBS
10844 LIBS="-lcrypto $LIBS"
10845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10846 /* end confdefs.h. */
10848 /* Override any GCC internal prototype to avoid an error.
10849 Use char because int might match the return type of a GCC
10850 builtin and then its argument prototype would still apply. */
10851 #ifdef __cplusplus
10852 extern "C"
10853 #endif
10854 char BIO_new_socket ();
10856 main ()
10858 return BIO_new_socket ();
10860 return 0;
10862 _ACEOF
10863 if ac_fn_c_try_link "$LINENO"; then :
10864 case "$LIBEXT" in
10865 dll) ;;
10866 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'` ;;
10867 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10868 esac
10870 rm -f core conftest.err conftest.$ac_objext \
10871 conftest$ac_exeext conftest.$ac_ext
10872 LIBS=$ac_check_soname_save_LIBS
10874 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10876 $as_echo "not found" >&6; }
10878 else
10879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10880 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10882 cat >>confdefs.h <<_ACEOF
10883 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10884 _ACEOF
10889 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10890 case "x$with_openssl" in
10891 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10892 xno) ;;
10893 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10894 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10895 esac
10898 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10899 then
10900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10901 $as_echo_n "checking for -lgsm... " >&6; }
10902 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10903 $as_echo_n "(cached) " >&6
10904 else
10905 ac_check_soname_save_LIBS=$LIBS
10906 LIBS="-lgsm $LIBS"
10907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10908 /* end confdefs.h. */
10910 /* Override any GCC internal prototype to avoid an error.
10911 Use char because int might match the return type of a GCC
10912 builtin and then its argument prototype would still apply. */
10913 #ifdef __cplusplus
10914 extern "C"
10915 #endif
10916 char gsm_create ();
10918 main ()
10920 return gsm_create ();
10922 return 0;
10924 _ACEOF
10925 if ac_fn_c_try_link "$LINENO"; then :
10926 case "$LIBEXT" in
10927 dll) ;;
10928 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'` ;;
10929 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10930 esac
10932 rm -f core conftest.err conftest.$ac_objext \
10933 conftest$ac_exeext conftest.$ac_ext
10934 LIBS=$ac_check_soname_save_LIBS
10936 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10938 $as_echo "not found" >&6; }
10940 else
10941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10942 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10944 cat >>confdefs.h <<_ACEOF
10945 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10946 _ACEOF
10951 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10952 case "x$with_gsm" in
10953 x) wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10954 xno) ;;
10955 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10956 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
10957 esac
10960 if test "$ac_cv_header_jpeglib_h" = "yes"
10961 then
10962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10963 $as_echo_n "checking for -ljpeg... " >&6; }
10964 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10965 $as_echo_n "(cached) " >&6
10966 else
10967 ac_check_soname_save_LIBS=$LIBS
10968 LIBS="-ljpeg $LIBS"
10969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10970 /* end confdefs.h. */
10972 /* Override any GCC internal prototype to avoid an error.
10973 Use char because int might match the return type of a GCC
10974 builtin and then its argument prototype would still apply. */
10975 #ifdef __cplusplus
10976 extern "C"
10977 #endif
10978 char jpeg_start_decompress ();
10980 main ()
10982 return jpeg_start_decompress ();
10984 return 0;
10986 _ACEOF
10987 if ac_fn_c_try_link "$LINENO"; then :
10988 case "$LIBEXT" in
10989 dll) ;;
10990 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'` ;;
10991 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10992 esac
10994 rm -f core conftest.err conftest.$ac_objext \
10995 conftest$ac_exeext conftest.$ac_ext
10996 LIBS=$ac_check_soname_save_LIBS
10998 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11000 $as_echo "not found" >&6; }
11002 else
11003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11004 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11006 cat >>confdefs.h <<_ACEOF
11007 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11008 _ACEOF
11013 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11014 case "x$with_jpeg" in
11015 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11016 xno) ;;
11017 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11018 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11019 esac
11022 if test "$ac_cv_header_png_h" = "yes"
11023 then
11024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11025 $as_echo_n "checking for -lpng... " >&6; }
11026 if test "${ac_cv_lib_soname_png+set}" = set; then :
11027 $as_echo_n "(cached) " >&6
11028 else
11029 ac_check_soname_save_LIBS=$LIBS
11030 LIBS="-lpng -lm -lz $LIBS"
11031 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11032 /* end confdefs.h. */
11034 /* Override any GCC internal prototype to avoid an error.
11035 Use char because int might match the return type of a GCC
11036 builtin and then its argument prototype would still apply. */
11037 #ifdef __cplusplus
11038 extern "C"
11039 #endif
11040 char png_create_read_struct ();
11042 main ()
11044 return png_create_read_struct ();
11046 return 0;
11048 _ACEOF
11049 if ac_fn_c_try_link "$LINENO"; then :
11050 case "$LIBEXT" in
11051 dll) ;;
11052 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'` ;;
11053 *) 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'` ;;
11054 esac
11056 rm -f core conftest.err conftest.$ac_objext \
11057 conftest$ac_exeext conftest.$ac_ext
11058 LIBS=$ac_check_soname_save_LIBS
11060 if test "x$ac_cv_lib_soname_png" = "x"; then :
11061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11062 $as_echo "not found" >&6; }
11064 else
11065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11066 $as_echo "$ac_cv_lib_soname_png" >&6; }
11068 cat >>confdefs.h <<_ACEOF
11069 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11070 _ACEOF
11074 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11075 then
11076 ac_save_CPPFLAGS="$CPPFLAGS"
11077 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11078 $as_unset ac_cv_header_png_h
11079 for ac_header in png.h
11080 do :
11081 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11082 if test "x$ac_cv_header_png_h" = x""yes; then :
11083 cat >>confdefs.h <<_ACEOF
11084 #define HAVE_PNG_H 1
11085 _ACEOF
11089 done
11091 CPPFLAGS="$ac_save_CPPFLAGS"
11092 if test "$ac_cv_header_png_h" = "yes"
11093 then
11094 PNGINCL="$X_CFLAGS"
11096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11097 $as_echo_n "checking for -lpng... " >&6; }
11098 if test "${ac_cv_lib_soname_png+set}" = set; then :
11099 $as_echo_n "(cached) " >&6
11100 else
11101 ac_check_soname_save_LIBS=$LIBS
11102 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11104 /* end confdefs.h. */
11106 /* Override any GCC internal prototype to avoid an error.
11107 Use char because int might match the return type of a GCC
11108 builtin and then its argument prototype would still apply. */
11109 #ifdef __cplusplus
11110 extern "C"
11111 #endif
11112 char png_create_read_struct ();
11114 main ()
11116 return png_create_read_struct ();
11118 return 0;
11120 _ACEOF
11121 if ac_fn_c_try_link "$LINENO"; then :
11122 case "$LIBEXT" in
11123 dll) ;;
11124 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'` ;;
11125 *) 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'` ;;
11126 esac
11128 rm -f core conftest.err conftest.$ac_objext \
11129 conftest$ac_exeext conftest.$ac_ext
11130 LIBS=$ac_check_soname_save_LIBS
11132 if test "x$ac_cv_lib_soname_png" = "x"; then :
11133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11134 $as_echo "not found" >&6; }
11136 else
11137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11138 $as_echo "$ac_cv_lib_soname_png" >&6; }
11140 cat >>confdefs.h <<_ACEOF
11141 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11142 _ACEOF
11148 if test "x$ac_cv_lib_soname_png" = "x"; then :
11149 case "x$with_png" in
11150 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11151 xno) ;;
11152 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11153 This is an error since --with-png was requested." "$LINENO" 5 ;;
11154 esac
11157 if test "$ac_cv_header_mpg123_h" = "yes"
11158 then
11159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11160 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11161 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11162 $as_echo_n "(cached) " >&6
11163 else
11164 ac_check_lib_save_LIBS=$LIBS
11165 LIBS="-lmpg123 $LIBS"
11166 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11167 /* end confdefs.h. */
11169 /* Override any GCC internal prototype to avoid an error.
11170 Use char because int might match the return type of a GCC
11171 builtin and then its argument prototype would still apply. */
11172 #ifdef __cplusplus
11173 extern "C"
11174 #endif
11175 char mpg123_feed ();
11177 main ()
11179 return mpg123_feed ();
11181 return 0;
11183 _ACEOF
11184 if ac_fn_c_try_link "$LINENO"; then :
11185 ac_cv_lib_mpg123_mpg123_feed=yes
11186 else
11187 ac_cv_lib_mpg123_mpg123_feed=no
11189 rm -f core conftest.err conftest.$ac_objext \
11190 conftest$ac_exeext conftest.$ac_ext
11191 LIBS=$ac_check_lib_save_LIBS
11193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11194 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11195 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11196 LIBMPG123="-lmpg123"
11201 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
11202 case "x$with_mpg123" in
11203 x) wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11204 xno) ;;
11205 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11206 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11207 esac
11209 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11211 if test "$ac_cv_header_AL_al_h" = "yes"
11212 then
11213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11214 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11215 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11216 $as_echo_n "(cached) " >&6
11217 else
11218 ac_check_lib_save_LIBS=$LIBS
11219 LIBS="-lopenal $LIBS"
11220 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11221 /* end confdefs.h. */
11223 /* Override any GCC internal prototype to avoid an error.
11224 Use char because int might match the return type of a GCC
11225 builtin and then its argument prototype would still apply. */
11226 #ifdef __cplusplus
11227 extern "C"
11228 #endif
11229 char alGetSource3i ();
11231 main ()
11233 return alGetSource3i ();
11235 return 0;
11237 _ACEOF
11238 if ac_fn_c_try_link "$LINENO"; then :
11239 ac_cv_lib_openal_alGetSource3i=yes
11240 else
11241 ac_cv_lib_openal_alGetSource3i=no
11243 rm -f core conftest.err conftest.$ac_objext \
11244 conftest$ac_exeext conftest.$ac_ext
11245 LIBS=$ac_check_lib_save_LIBS
11247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11248 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11249 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11250 LIBOPENAL="-lopenal"
11255 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11256 case "x$with_openal" in
11257 x) wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11258 xno) ;;
11259 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11260 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11261 esac
11263 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11265 if test "$ac_cv_header_kstat_h" = "yes"
11266 then
11267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11268 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11269 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11270 $as_echo_n "(cached) " >&6
11271 else
11272 ac_check_lib_save_LIBS=$LIBS
11273 LIBS="-lkstat $LIBS"
11274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11275 /* end confdefs.h. */
11277 /* Override any GCC internal prototype to avoid an error.
11278 Use char because int might match the return type of a GCC
11279 builtin and then its argument prototype would still apply. */
11280 #ifdef __cplusplus
11281 extern "C"
11282 #endif
11283 char kstat_open ();
11285 main ()
11287 return kstat_open ();
11289 return 0;
11291 _ACEOF
11292 if ac_fn_c_try_link "$LINENO"; then :
11293 ac_cv_lib_kstat_kstat_open=yes
11294 else
11295 ac_cv_lib_kstat_kstat_open=no
11297 rm -f core conftest.err conftest.$ac_objext \
11298 conftest$ac_exeext conftest.$ac_ext
11299 LIBS=$ac_check_lib_save_LIBS
11301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11302 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11303 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11305 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11307 LIBKSTAT="-lkstat"
11313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11314 $as_echo_n "checking for -lodbc... " >&6; }
11315 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11316 $as_echo_n "(cached) " >&6
11317 else
11318 ac_check_soname_save_LIBS=$LIBS
11319 LIBS="-lodbc $LIBS"
11320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11321 /* end confdefs.h. */
11323 /* Override any GCC internal prototype to avoid an error.
11324 Use char because int might match the return type of a GCC
11325 builtin and then its argument prototype would still apply. */
11326 #ifdef __cplusplus
11327 extern "C"
11328 #endif
11329 char SQLConnect ();
11331 main ()
11333 return SQLConnect ();
11335 return 0;
11337 _ACEOF
11338 if ac_fn_c_try_link "$LINENO"; then :
11339 case "$LIBEXT" in
11340 dll) ;;
11341 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'` ;;
11342 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11343 esac
11345 rm -f core conftest.err conftest.$ac_objext \
11346 conftest$ac_exeext conftest.$ac_ext
11347 LIBS=$ac_check_soname_save_LIBS
11349 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11351 $as_echo "not found" >&6; }
11352 cat >>confdefs.h <<_ACEOF
11353 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11354 _ACEOF
11356 else
11357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11358 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11360 cat >>confdefs.h <<_ACEOF
11361 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11362 _ACEOF
11367 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11368 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11369 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11370 "$ac_cv_header_soundcard_h" != "yes" -a \
11371 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11372 then
11373 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
11377 EXTRACFLAGS=""
11379 if test "x${GCC}" = "xyes"
11380 then
11381 EXTRACFLAGS="-Wall -pipe"
11383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11384 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11385 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11386 $as_echo_n "(cached) " >&6
11387 else
11388 if test "$cross_compiling" = yes; then :
11389 ac_cv_c_gcc_strength_bug="yes"
11390 else
11391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11392 /* end confdefs.h. */
11393 int L[4] = {0,1,2,3};
11395 main ()
11397 static int Array[3];
11398 unsigned int B = 3;
11399 int i;
11400 for(i=0; i<B; i++) Array[i] = i - 3;
11401 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11402 L[i] = 4;
11403 return (Array[1] != -2 || L[2] != 3)
11405 return 0;
11407 _ACEOF
11408 if ac_fn_c_try_run "$LINENO"; then :
11409 ac_cv_c_gcc_strength_bug="no"
11410 else
11411 ac_cv_c_gcc_strength_bug="yes"
11413 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11414 conftest.$ac_objext conftest.beam conftest.$ac_ext
11418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11419 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11420 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11421 then
11422 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11426 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11427 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11428 $as_echo_n "(cached) " >&6
11429 else
11430 ac_wine_try_cflags_saved=$CFLAGS
11431 CFLAGS="$CFLAGS -fno-builtin"
11432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11433 /* end confdefs.h. */
11434 int main(int argc, char *argv) { return 0; }
11435 _ACEOF
11436 if ac_fn_c_try_link "$LINENO"; then :
11437 ac_cv_cflags__fno_builtin=yes
11438 else
11439 ac_cv_cflags__fno_builtin=no
11441 rm -f core conftest.err conftest.$ac_objext \
11442 conftest$ac_exeext conftest.$ac_ext
11443 CFLAGS=$ac_wine_try_cflags_saved
11445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11446 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11447 if test $ac_cv_cflags__fno_builtin = yes; then :
11448 BUILTINFLAG="-fno-builtin"
11451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11452 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11453 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11454 $as_echo_n "(cached) " >&6
11455 else
11456 ac_wine_try_cflags_saved=$CFLAGS
11457 CFLAGS="$CFLAGS -fno-strict-aliasing"
11458 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11459 /* end confdefs.h. */
11460 int main(int argc, char *argv) { return 0; }
11461 _ACEOF
11462 if ac_fn_c_try_link "$LINENO"; then :
11463 ac_cv_cflags__fno_strict_aliasing=yes
11464 else
11465 ac_cv_cflags__fno_strict_aliasing=no
11467 rm -f core conftest.err conftest.$ac_objext \
11468 conftest$ac_exeext conftest.$ac_ext
11469 CFLAGS=$ac_wine_try_cflags_saved
11471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11472 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11473 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11474 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11477 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11478 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11479 $as_echo_n "(cached) " >&6
11480 else
11481 ac_wine_try_cflags_saved=$CFLAGS
11482 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11484 /* end confdefs.h. */
11485 int main(int argc, char *argv) { return 0; }
11486 _ACEOF
11487 if ac_fn_c_try_link "$LINENO"; then :
11488 ac_cv_cflags__Wdeclaration_after_statement=yes
11489 else
11490 ac_cv_cflags__Wdeclaration_after_statement=no
11492 rm -f core conftest.err conftest.$ac_objext \
11493 conftest$ac_exeext conftest.$ac_ext
11494 CFLAGS=$ac_wine_try_cflags_saved
11496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11497 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11498 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11499 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11502 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11503 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11504 $as_echo_n "(cached) " >&6
11505 else
11506 ac_wine_try_cflags_saved=$CFLAGS
11507 CFLAGS="$CFLAGS -Wstrict-prototypes"
11508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11509 /* end confdefs.h. */
11510 int main(int argc, char *argv) { return 0; }
11511 _ACEOF
11512 if ac_fn_c_try_link "$LINENO"; then :
11513 ac_cv_cflags__Wstrict_prototypes=yes
11514 else
11515 ac_cv_cflags__Wstrict_prototypes=no
11517 rm -f core conftest.err conftest.$ac_objext \
11518 conftest$ac_exeext conftest.$ac_ext
11519 CFLAGS=$ac_wine_try_cflags_saved
11521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11522 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11523 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11524 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11527 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11528 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11529 $as_echo_n "(cached) " >&6
11530 else
11531 ac_wine_try_cflags_saved=$CFLAGS
11532 CFLAGS="$CFLAGS -Wtype-limits"
11533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11534 /* end confdefs.h. */
11535 int main(int argc, char *argv) { return 0; }
11536 _ACEOF
11537 if ac_fn_c_try_link "$LINENO"; then :
11538 ac_cv_cflags__Wtype_limits=yes
11539 else
11540 ac_cv_cflags__Wtype_limits=no
11542 rm -f core conftest.err conftest.$ac_objext \
11543 conftest$ac_exeext conftest.$ac_ext
11544 CFLAGS=$ac_wine_try_cflags_saved
11546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11547 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11548 if test $ac_cv_cflags__Wtype_limits = yes; then :
11549 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11552 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11553 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11554 $as_echo_n "(cached) " >&6
11555 else
11556 ac_wine_try_cflags_saved=$CFLAGS
11557 CFLAGS="$CFLAGS -Wwrite-strings"
11558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11559 /* end confdefs.h. */
11560 int main(int argc, char *argv) { return 0; }
11561 _ACEOF
11562 if ac_fn_c_try_link "$LINENO"; then :
11563 ac_cv_cflags__Wwrite_strings=yes
11564 else
11565 ac_cv_cflags__Wwrite_strings=no
11567 rm -f core conftest.err conftest.$ac_objext \
11568 conftest$ac_exeext conftest.$ac_ext
11569 CFLAGS=$ac_wine_try_cflags_saved
11571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11572 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11573 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11574 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11577 saved_CFLAGS="$CFLAGS"
11578 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11580 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11581 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11582 $as_echo_n "(cached) " >&6
11583 else
11584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11585 /* end confdefs.h. */
11586 #include <string.h>
11588 main ()
11592 return 0;
11594 _ACEOF
11595 if ac_fn_c_try_compile "$LINENO"; then :
11596 ac_cv_c_string_h_warnings=no
11597 else
11598 ac_cv_c_string_h_warnings=yes
11600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11603 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11604 CFLAGS="$saved_CFLAGS"
11605 if test "$ac_cv_c_string_h_warnings" = "no"
11606 then
11607 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11610 if test "${enable_maintainer_mode+set}" = set
11611 then
11612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11613 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11614 if test "${ac_cv_cflags__Werror+set}" = set; then :
11615 $as_echo_n "(cached) " >&6
11616 else
11617 ac_wine_try_cflags_saved=$CFLAGS
11618 CFLAGS="$CFLAGS -Werror"
11619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11620 /* end confdefs.h. */
11621 int main(int argc, char *argv) { return 0; }
11622 _ACEOF
11623 if ac_fn_c_try_link "$LINENO"; then :
11624 ac_cv_cflags__Werror=yes
11625 else
11626 ac_cv_cflags__Werror=no
11628 rm -f core conftest.err conftest.$ac_objext \
11629 conftest$ac_exeext conftest.$ac_ext
11630 CFLAGS=$ac_wine_try_cflags_saved
11632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11633 $as_echo "$ac_cv_cflags__Werror" >&6; }
11634 if test $ac_cv_cflags__Werror = yes; then :
11635 EXTRACFLAGS="$EXTRACFLAGS -Werror"
11639 saved_CFLAGS="$CFLAGS"
11640 CFLAGS="$CFLAGS -Werror"
11641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11642 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11643 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11644 $as_echo_n "(cached) " >&6
11645 else
11646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11647 /* end confdefs.h. */
11648 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11650 main ()
11654 return 0;
11656 _ACEOF
11657 if ac_fn_c_try_compile "$LINENO"; then :
11658 ac_cv_have_ms_hook_prologue="yes"
11659 else
11660 ac_cv_have_ms_hook_prologue="no"
11662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11665 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11666 CFLAGS="$saved_CFLAGS"
11667 if test "$ac_cv_have_ms_hook_prologue" = "yes"
11668 then
11670 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11672 else
11673 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11680 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11681 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11682 $as_echo_n "(cached) " >&6
11683 else
11684 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11685 /* end confdefs.h. */
11686 extern int ac_test;
11688 main ()
11690 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11692 return 0;
11694 _ACEOF
11695 if ac_fn_c_try_link "$LINENO"; then :
11696 ac_cv_c_extern_prefix="yes"
11697 else
11698 ac_cv_c_extern_prefix="no"
11700 rm -f core conftest.err conftest.$ac_objext \
11701 conftest$ac_exeext conftest.$ac_ext
11703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11704 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11706 case $host_cpu in
11707 *i[3456789]86*)
11708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11709 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11710 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11711 $as_echo_n "(cached) " >&6
11712 else
11713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11714 /* end confdefs.h. */
11715 #ifndef _MSC_VER
11716 #define __stdcall __attribute__((__stdcall__))
11717 #endif
11718 int __stdcall ac_test(int i) { return i; }
11720 main ()
11722 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11724 return 0;
11726 _ACEOF
11727 if ac_fn_c_try_link "$LINENO"; then :
11728 ac_cv_c_stdcall_suffix="yes"
11729 else
11730 ac_cv_c_stdcall_suffix="no"
11732 rm -f core conftest.err conftest.$ac_objext \
11733 conftest$ac_exeext conftest.$ac_ext
11735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11736 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11737 *) ac_cv_c_stdcall_suffix="no" ;;
11738 esac
11741 if test "$ac_cv_c_extern_prefix" = "yes"
11742 then
11743 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11745 asm_name_prefix="_"
11746 else
11747 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11749 asm_name_prefix=""
11753 if test "$ac_cv_c_stdcall_suffix" = "yes"
11754 then
11755 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11757 else
11758 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11764 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11765 if test "${ac_cv_asm_func_def+set}" = set; then :
11766 $as_echo_n "(cached) " >&6
11767 else
11768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11769 /* end confdefs.h. */
11772 main ()
11774 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11776 return 0;
11778 _ACEOF
11779 if ac_fn_c_try_link "$LINENO"; then :
11780 ac_cv_asm_func_def=".def"
11781 else
11782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11783 /* end confdefs.h. */
11786 main ()
11788 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11790 return 0;
11792 _ACEOF
11793 if ac_fn_c_try_link "$LINENO"; then :
11794 ac_cv_asm_func_def=".type @function"
11795 else
11796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11797 /* end confdefs.h. */
11800 main ()
11802 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11804 return 0;
11806 _ACEOF
11807 if ac_fn_c_try_link "$LINENO"; then :
11808 ac_cv_asm_func_def=".type 2"
11809 else
11810 ac_cv_asm_func_def="unknown"
11812 rm -f core conftest.err conftest.$ac_objext \
11813 conftest$ac_exeext conftest.$ac_ext
11815 rm -f core conftest.err conftest.$ac_objext \
11816 conftest$ac_exeext conftest.$ac_ext
11818 rm -f core conftest.err conftest.$ac_objext \
11819 conftest$ac_exeext conftest.$ac_ext
11821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11822 $as_echo "$ac_cv_asm_func_def" >&6; }
11825 case "$ac_cv_asm_func_def" in
11826 ".def")
11827 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11829 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11830 ".type @function")
11831 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11833 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11834 ".type 2")
11835 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11837 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11839 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11841 asm_func_header="" ;;
11842 esac
11844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11845 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11846 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11847 $as_echo_n "(cached) " >&6
11848 else
11849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11850 /* end confdefs.h. */
11851 asm(".text\n\t.long 0");
11853 main ()
11857 return 0;
11859 _ACEOF
11860 if ac_fn_c_try_compile "$LINENO"; then :
11861 ac_cv_c_asm_outside_funcs="yes"
11862 else
11863 ac_cv_c_asm_outside_funcs="no"
11865 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11868 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11871 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11872 if test "${ac_cv_c_dot_previous+set}" = set; then :
11873 $as_echo_n "(cached) " >&6
11874 else
11875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11876 /* end confdefs.h. */
11879 main ()
11881 asm(".text\nac_test:\t.long 0\n\t.previous");
11883 return 0;
11885 _ACEOF
11886 if ac_fn_c_try_link "$LINENO"; then :
11887 ac_cv_c_dot_previous="yes"
11888 else
11889 ac_cv_c_dot_previous="no"
11891 rm -f core conftest.err conftest.$ac_objext \
11892 conftest$ac_exeext conftest.$ac_ext
11894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11895 $as_echo "$ac_cv_c_dot_previous" >&6; }
11897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11898 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11899 if test "${ac_cv_c_cfi_support+set}" = set; then :
11900 $as_echo_n "(cached) " >&6
11901 else
11902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11903 /* end confdefs.h. */
11904 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11906 main ()
11910 return 0;
11912 _ACEOF
11913 if ac_fn_c_try_compile "$LINENO"; then :
11914 ac_cv_c_cfi_support="yes"
11915 else
11916 ac_cv_c_cfi_support="no"
11918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
11921 $as_echo "$ac_cv_c_cfi_support" >&6; }
11923 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
11924 asm_func_trailer=""
11925 if test "$ac_cv_c_dot_previous" = "yes"
11926 then
11927 asm_func_trailer="\\n\\t.previous"
11929 if test "$ac_cv_c_cfi_support" = "yes"
11930 then
11931 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
11932 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
11934 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
11936 else
11937 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
11941 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
11944 if test "$ac_cv_c_asm_outside_funcs" = "yes"
11945 then
11946 cat >>confdefs.h <<_ACEOF
11947 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
11948 _ACEOF
11950 else
11951 cat >>confdefs.h <<_ACEOF
11952 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
11953 _ACEOF
11957 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
11960 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
11964 LDPATH=""
11966 case $build_os in
11967 cygwin*|mingw32*)
11968 TOOLSEXT=".exe"
11970 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
11972 darwin*|macosx*)
11975 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
11977 esac
11979 case $host_os in
11980 mingw32*)
11981 CRTLIBS="-lmsvcrt"
11983 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
11986 esac
11988 MAIN_BINARY="wine"
11990 test -z "$with_wine64" || MAIN_BINARY="wine32"
11992 case $host_cpu in
11993 *i[3456789]86*)
11994 case $host_os in
11995 linux*)
11996 EXTRA_BINARIES="wine-preloader"
11998 esac
12000 esac
12003 ac_save_CFLAGS="$CFLAGS"
12004 CFLAGS="$CFLAGS $BUILTINFLAG"
12005 for ac_func in \
12006 _pclose \
12007 _popen \
12008 _snprintf \
12009 _spawnvp \
12010 _strdup \
12011 _stricmp \
12012 _strnicmp \
12013 _strtoi64 \
12014 _strtoui64 \
12015 _vsnprintf \
12016 asctime_r \
12017 chsize \
12018 dlopen \
12019 epoll_create \
12020 ffs \
12021 finite \
12022 fnmatch \
12023 fork \
12024 fpclass \
12025 fstatfs \
12026 fstatvfs \
12027 ftruncate \
12028 futimes \
12029 futimesat \
12030 getdirentries \
12031 getopt_long \
12032 getpagesize \
12033 getpwuid \
12034 gettid \
12035 gettimeofday \
12036 getuid \
12037 kqueue \
12038 lstat \
12039 memmove \
12040 mmap \
12041 pclose \
12042 pipe2 \
12043 poll \
12044 popen \
12045 port_create \
12046 prctl \
12047 pread \
12048 pwrite \
12049 readdir \
12050 readlink \
12051 sched_setaffinity \
12052 sched_yield \
12053 select \
12054 setproctitle \
12055 setrlimit \
12056 settimeofday \
12057 sigaltstack \
12058 sigprocmask \
12059 snprintf \
12060 spawnvp \
12061 statfs \
12062 statvfs \
12063 strcasecmp \
12064 strdup \
12065 strerror \
12066 strncasecmp \
12067 strtold \
12068 strtoll \
12069 strtoull \
12070 symlink \
12071 tcgetattr \
12072 thr_kill2 \
12073 timegm \
12074 usleep \
12075 vsnprintf \
12076 wait4 \
12077 waitpid \
12079 do :
12080 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12081 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12082 eval as_val=\$$as_ac_var
12083 if test "x$as_val" = x""yes; then :
12084 cat >>confdefs.h <<_ACEOF
12085 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12086 _ACEOF
12089 done
12091 CFLAGS="$ac_save_CFLAGS"
12093 if test "$ac_cv_func_dlopen" = no
12094 then
12095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12096 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12097 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12098 $as_echo_n "(cached) " >&6
12099 else
12100 ac_check_lib_save_LIBS=$LIBS
12101 LIBS="-ldl $LIBS"
12102 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12103 /* end confdefs.h. */
12105 /* Override any GCC internal prototype to avoid an error.
12106 Use char because int might match the return type of a GCC
12107 builtin and then its argument prototype would still apply. */
12108 #ifdef __cplusplus
12109 extern "C"
12110 #endif
12111 char dlopen ();
12113 main ()
12115 return dlopen ();
12117 return 0;
12119 _ACEOF
12120 if ac_fn_c_try_link "$LINENO"; then :
12121 ac_cv_lib_dl_dlopen=yes
12122 else
12123 ac_cv_lib_dl_dlopen=no
12125 rm -f core conftest.err conftest.$ac_objext \
12126 conftest$ac_exeext conftest.$ac_ext
12127 LIBS=$ac_check_lib_save_LIBS
12129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12130 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12131 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12132 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12133 LIBDL="-ldl"
12138 ac_wine_check_funcs_save_LIBS="$LIBS"
12139 LIBS="$LIBS $LIBDL"
12140 for ac_func in dladdr
12141 do :
12142 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12143 if test "x$ac_cv_func_dladdr" = x""yes; then :
12144 cat >>confdefs.h <<_ACEOF
12145 #define HAVE_DLADDR 1
12146 _ACEOF
12149 done
12151 LIBS="$ac_wine_check_funcs_save_LIBS"
12153 if test "$ac_cv_func_poll" = no
12154 then
12155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12156 $as_echo_n "checking for poll in -lpoll... " >&6; }
12157 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12158 $as_echo_n "(cached) " >&6
12159 else
12160 ac_check_lib_save_LIBS=$LIBS
12161 LIBS="-lpoll $LIBS"
12162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12163 /* end confdefs.h. */
12165 /* Override any GCC internal prototype to avoid an error.
12166 Use char because int might match the return type of a GCC
12167 builtin and then its argument prototype would still apply. */
12168 #ifdef __cplusplus
12169 extern "C"
12170 #endif
12171 char poll ();
12173 main ()
12175 return poll ();
12177 return 0;
12179 _ACEOF
12180 if ac_fn_c_try_link "$LINENO"; then :
12181 ac_cv_lib_poll_poll=yes
12182 else
12183 ac_cv_lib_poll_poll=no
12185 rm -f core conftest.err conftest.$ac_objext \
12186 conftest$ac_exeext conftest.$ac_ext
12187 LIBS=$ac_check_lib_save_LIBS
12189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12190 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12191 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12192 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12193 LIBPOLL="-lpoll"
12199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12200 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12201 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12202 $as_echo_n "(cached) " >&6
12203 else
12204 ac_func_search_save_LIBS=$LIBS
12205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12206 /* end confdefs.h. */
12208 /* Override any GCC internal prototype to avoid an error.
12209 Use char because int might match the return type of a GCC
12210 builtin and then its argument prototype would still apply. */
12211 #ifdef __cplusplus
12212 extern "C"
12213 #endif
12214 char gethostbyname ();
12216 main ()
12218 return gethostbyname ();
12220 return 0;
12222 _ACEOF
12223 for ac_lib in '' nsl; do
12224 if test -z "$ac_lib"; then
12225 ac_res="none required"
12226 else
12227 ac_res=-l$ac_lib
12228 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12230 if ac_fn_c_try_link "$LINENO"; then :
12231 ac_cv_search_gethostbyname=$ac_res
12233 rm -f core conftest.err conftest.$ac_objext \
12234 conftest$ac_exeext
12235 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12236 break
12238 done
12239 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12241 else
12242 ac_cv_search_gethostbyname=no
12244 rm conftest.$ac_ext
12245 LIBS=$ac_func_search_save_LIBS
12247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12248 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12249 ac_res=$ac_cv_search_gethostbyname
12250 if test "$ac_res" != no; then :
12251 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12257 $as_echo_n "checking for library containing connect... " >&6; }
12258 if test "${ac_cv_search_connect+set}" = set; then :
12259 $as_echo_n "(cached) " >&6
12260 else
12261 ac_func_search_save_LIBS=$LIBS
12262 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12263 /* end confdefs.h. */
12265 /* Override any GCC internal prototype to avoid an error.
12266 Use char because int might match the return type of a GCC
12267 builtin and then its argument prototype would still apply. */
12268 #ifdef __cplusplus
12269 extern "C"
12270 #endif
12271 char connect ();
12273 main ()
12275 return connect ();
12277 return 0;
12279 _ACEOF
12280 for ac_lib in '' socket; do
12281 if test -z "$ac_lib"; then
12282 ac_res="none required"
12283 else
12284 ac_res=-l$ac_lib
12285 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12287 if ac_fn_c_try_link "$LINENO"; then :
12288 ac_cv_search_connect=$ac_res
12290 rm -f core conftest.err conftest.$ac_objext \
12291 conftest$ac_exeext
12292 if test "${ac_cv_search_connect+set}" = set; then :
12293 break
12295 done
12296 if test "${ac_cv_search_connect+set}" = set; then :
12298 else
12299 ac_cv_search_connect=no
12301 rm conftest.$ac_ext
12302 LIBS=$ac_func_search_save_LIBS
12304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12305 $as_echo "$ac_cv_search_connect" >&6; }
12306 ac_res=$ac_cv_search_connect
12307 if test "$ac_res" != no; then :
12308 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12314 $as_echo_n "checking for library containing inet_aton... " >&6; }
12315 if test "${ac_cv_search_inet_aton+set}" = set; then :
12316 $as_echo_n "(cached) " >&6
12317 else
12318 ac_func_search_save_LIBS=$LIBS
12319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12320 /* end confdefs.h. */
12322 /* Override any GCC internal prototype to avoid an error.
12323 Use char because int might match the return type of a GCC
12324 builtin and then its argument prototype would still apply. */
12325 #ifdef __cplusplus
12326 extern "C"
12327 #endif
12328 char inet_aton ();
12330 main ()
12332 return inet_aton ();
12334 return 0;
12336 _ACEOF
12337 for ac_lib in '' resolv; do
12338 if test -z "$ac_lib"; then
12339 ac_res="none required"
12340 else
12341 ac_res=-l$ac_lib
12342 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12344 if ac_fn_c_try_link "$LINENO"; then :
12345 ac_cv_search_inet_aton=$ac_res
12347 rm -f core conftest.err conftest.$ac_objext \
12348 conftest$ac_exeext
12349 if test "${ac_cv_search_inet_aton+set}" = set; then :
12350 break
12352 done
12353 if test "${ac_cv_search_inet_aton+set}" = set; then :
12355 else
12356 ac_cv_search_inet_aton=no
12358 rm conftest.$ac_ext
12359 LIBS=$ac_func_search_save_LIBS
12361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12362 $as_echo "$ac_cv_search_inet_aton" >&6; }
12363 ac_res=$ac_cv_search_inet_aton
12364 if test "$ac_res" != no; then :
12365 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12370 for ac_func in \
12371 getaddrinfo \
12372 getnameinfo \
12373 getnetbyname \
12374 getprotobyname \
12375 getprotobynumber \
12376 getservbyport \
12377 inet_network \
12378 inet_ntop \
12379 inet_pton \
12380 sendmsg \
12381 socketpair \
12383 do :
12384 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12385 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12386 eval as_val=\$$as_ac_var
12387 if test "x$as_val" = x""yes; then :
12388 cat >>confdefs.h <<_ACEOF
12389 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12390 _ACEOF
12393 done
12396 LDAPLIBS=""
12398 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12399 then
12400 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12402 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12404 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12405 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12406 $as_echo_n "(cached) " >&6
12407 else
12408 ac_check_lib_save_LIBS=$LIBS
12409 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12411 /* end confdefs.h. */
12413 /* Override any GCC internal prototype to avoid an error.
12414 Use char because int might match the return type of a GCC
12415 builtin and then its argument prototype would still apply. */
12416 #ifdef __cplusplus
12417 extern "C"
12418 #endif
12419 char ldap_initialize ();
12421 main ()
12423 return ldap_initialize ();
12425 return 0;
12427 _ACEOF
12428 if ac_fn_c_try_link "$LINENO"; then :
12429 ac_cv_lib_ldap_r_ldap_initialize=yes
12430 else
12431 ac_cv_lib_ldap_r_ldap_initialize=no
12433 rm -f core conftest.err conftest.$ac_objext \
12434 conftest$ac_exeext conftest.$ac_ext
12435 LIBS=$ac_check_lib_save_LIBS
12437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12438 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12439 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12441 $as_echo_n "checking for ber_init in -llber... " >&6; }
12442 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12443 $as_echo_n "(cached) " >&6
12444 else
12445 ac_check_lib_save_LIBS=$LIBS
12446 LIBS="-llber $LIBPTHREAD $LIBS"
12447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12448 /* end confdefs.h. */
12450 /* Override any GCC internal prototype to avoid an error.
12451 Use char because int might match the return type of a GCC
12452 builtin and then its argument prototype would still apply. */
12453 #ifdef __cplusplus
12454 extern "C"
12455 #endif
12456 char ber_init ();
12458 main ()
12460 return ber_init ();
12462 return 0;
12464 _ACEOF
12465 if ac_fn_c_try_link "$LINENO"; then :
12466 ac_cv_lib_lber_ber_init=yes
12467 else
12468 ac_cv_lib_lber_ber_init=no
12470 rm -f core conftest.err conftest.$ac_objext \
12471 conftest$ac_exeext conftest.$ac_ext
12472 LIBS=$ac_check_lib_save_LIBS
12474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12475 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12476 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12478 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12480 LDAPLIBS="-lldap_r -llber"
12487 ac_wine_check_funcs_save_LIBS="$LIBS"
12488 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12489 for ac_func in \
12490 ldap_count_references \
12491 ldap_first_reference \
12492 ldap_next_reference \
12493 ldap_parse_reference \
12494 ldap_parse_sort_control \
12495 ldap_parse_sortresponse_control \
12496 ldap_parse_vlv_control \
12497 ldap_parse_vlvresponse_control
12498 do :
12499 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12500 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12501 eval as_val=\$$as_ac_var
12502 if test "x$as_val" = x""yes; then :
12503 cat >>confdefs.h <<_ACEOF
12504 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12505 _ACEOF
12508 done
12510 LIBS="$ac_wine_check_funcs_save_LIBS"
12512 if test "x$LDAPLIBS" = "x"; then :
12513 case "x$with_ldap" in
12514 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12515 xno) ;;
12516 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12517 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12518 esac
12521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12522 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12523 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12524 $as_echo_n "(cached) " >&6
12525 else
12526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12527 /* end confdefs.h. */
12528 #include <sys/stat.h>
12530 main ()
12532 mkdir("foo");
12534 return 0;
12536 _ACEOF
12537 if ac_fn_c_try_compile "$LINENO"; then :
12538 wine_cv_one_arg_mkdir=yes
12539 else
12540 wine_cv_one_arg_mkdir=no
12542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12545 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12546 if test "$wine_cv_one_arg_mkdir" = "yes"
12547 then
12549 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12555 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12556 if test "${ac_cv_c_const+set}" = set; then :
12557 $as_echo_n "(cached) " >&6
12558 else
12559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12560 /* end confdefs.h. */
12563 main ()
12565 /* FIXME: Include the comments suggested by Paul. */
12566 #ifndef __cplusplus
12567 /* Ultrix mips cc rejects this. */
12568 typedef int charset[2];
12569 const charset cs;
12570 /* SunOS 4.1.1 cc rejects this. */
12571 char const *const *pcpcc;
12572 char **ppc;
12573 /* NEC SVR4.0.2 mips cc rejects this. */
12574 struct point {int x, y;};
12575 static struct point const zero = {0,0};
12576 /* AIX XL C 1.02.0.0 rejects this.
12577 It does not let you subtract one const X* pointer from another in
12578 an arm of an if-expression whose if-part is not a constant
12579 expression */
12580 const char *g = "string";
12581 pcpcc = &g + (g ? g-g : 0);
12582 /* HPUX 7.0 cc rejects these. */
12583 ++pcpcc;
12584 ppc = (char**) pcpcc;
12585 pcpcc = (char const *const *) ppc;
12586 { /* SCO 3.2v4 cc rejects this. */
12587 char *t;
12588 char const *s = 0 ? (char *) 0 : (char const *) 0;
12590 *t++ = 0;
12591 if (s) return 0;
12593 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12594 int x[] = {25, 17};
12595 const int *foo = &x[0];
12596 ++foo;
12598 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12599 typedef const int *iptr;
12600 iptr p = 0;
12601 ++p;
12603 { /* AIX XL C 1.02.0.0 rejects this saying
12604 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12605 struct s { int j; const int *ap[3]; };
12606 struct s *b; b->j = 5;
12608 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12609 const int foo = 10;
12610 if (!foo) return 0;
12612 return !cs[0] && !zero.x;
12613 #endif
12616 return 0;
12618 _ACEOF
12619 if ac_fn_c_try_compile "$LINENO"; then :
12620 ac_cv_c_const=yes
12621 else
12622 ac_cv_c_const=no
12624 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12627 $as_echo "$ac_cv_c_const" >&6; }
12628 if test $ac_cv_c_const = no; then
12630 $as_echo "#define const /**/" >>confdefs.h
12634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12635 $as_echo_n "checking for inline... " >&6; }
12636 if test "${ac_cv_c_inline+set}" = set; then :
12637 $as_echo_n "(cached) " >&6
12638 else
12639 ac_cv_c_inline=no
12640 for ac_kw in inline __inline__ __inline; do
12641 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12642 /* end confdefs.h. */
12643 #ifndef __cplusplus
12644 typedef int foo_t;
12645 static $ac_kw foo_t static_foo () {return 0; }
12646 $ac_kw foo_t foo () {return 0; }
12647 #endif
12649 _ACEOF
12650 if ac_fn_c_try_compile "$LINENO"; then :
12651 ac_cv_c_inline=$ac_kw
12653 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12654 test "$ac_cv_c_inline" != no && break
12655 done
12658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12659 $as_echo "$ac_cv_c_inline" >&6; }
12661 case $ac_cv_c_inline in
12662 inline | yes) ;;
12664 case $ac_cv_c_inline in
12665 no) ac_val=;;
12666 *) ac_val=$ac_cv_c_inline;;
12667 esac
12668 cat >>confdefs.h <<_ACEOF
12669 #ifndef __cplusplus
12670 #define inline $ac_val
12671 #endif
12672 _ACEOF
12674 esac
12676 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12677 if test "x$ac_cv_type_mode_t" = x""yes; then :
12679 cat >>confdefs.h <<_ACEOF
12680 #define HAVE_MODE_T 1
12681 _ACEOF
12685 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12686 if test "x$ac_cv_type_off_t" = x""yes; then :
12688 cat >>confdefs.h <<_ACEOF
12689 #define HAVE_OFF_T 1
12690 _ACEOF
12694 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12695 if test "x$ac_cv_type_pid_t" = x""yes; then :
12697 cat >>confdefs.h <<_ACEOF
12698 #define HAVE_PID_T 1
12699 _ACEOF
12703 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12704 if test "x$ac_cv_type_size_t" = x""yes; then :
12706 cat >>confdefs.h <<_ACEOF
12707 #define HAVE_SIZE_T 1
12708 _ACEOF
12712 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12713 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12715 cat >>confdefs.h <<_ACEOF
12716 #define HAVE_SSIZE_T 1
12717 _ACEOF
12721 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12722 if test "x$ac_cv_type_long_long" = x""yes; then :
12724 cat >>confdefs.h <<_ACEOF
12725 #define HAVE_LONG_LONG 1
12726 _ACEOF
12730 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12731 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12733 cat >>confdefs.h <<_ACEOF
12734 #define HAVE_FSBLKCNT_T 1
12735 _ACEOF
12739 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12740 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12742 cat >>confdefs.h <<_ACEOF
12743 #define HAVE_FSFILCNT_T 1
12744 _ACEOF
12749 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12750 #include <signal.h>
12752 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12754 cat >>confdefs.h <<_ACEOF
12755 #define HAVE_SIGSET_T 1
12756 _ACEOF
12761 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12763 if test "x$ac_cv_type_request_sense" = x""yes; then :
12765 cat >>confdefs.h <<_ACEOF
12766 #define HAVE_REQUEST_SENSE 1
12767 _ACEOF
12773 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12774 #ifdef HAVE_SYS_SOCKET_H
12775 #include <sys/socket.h>
12776 #endif
12777 #ifdef HAVE_SYS_SOCKETVAR_H
12778 #include <sys/socketvar.h>
12779 #endif
12780 #ifdef HAVE_NET_ROUTE_H
12781 #include <net/route.h>
12782 #endif
12783 #ifdef HAVE_NETINET_IN_H
12784 #include <netinet/in.h>
12785 #endif
12786 #ifdef HAVE_NETINET_IN_SYSTM_H
12787 #include <netinet/in_systm.h>
12788 #endif
12789 #ifdef HAVE_NETINET_IP_H
12790 #include <netinet/ip.h>
12791 #endif
12792 #ifdef HAVE_NETINET_IN_PCB_H
12793 #include <netinet/in_pcb.h>
12794 #endif
12796 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12798 cat >>confdefs.h <<_ACEOF
12799 #define HAVE_STRUCT_XINPGEN 1
12800 _ACEOF
12806 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12807 #include <linux/input.h>
12808 #endif
12810 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12812 cat >>confdefs.h <<_ACEOF
12813 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12814 _ACEOF
12820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12821 $as_echo_n "checking for sigaddset... " >&6; }
12822 if test "${wine_cv_have_sigaddset+set}" = set; then :
12823 $as_echo_n "(cached) " >&6
12824 else
12825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12826 /* end confdefs.h. */
12827 #include <signal.h>
12829 main ()
12831 sigset_t set; sigaddset(&set,SIGTERM);
12833 return 0;
12835 _ACEOF
12836 if ac_fn_c_try_link "$LINENO"; then :
12837 wine_cv_have_sigaddset=yes
12838 else
12839 wine_cv_have_sigaddset=no
12841 rm -f core conftest.err conftest.$ac_objext \
12842 conftest$ac_exeext conftest.$ac_ext
12844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12845 $as_echo "$wine_cv_have_sigaddset" >&6; }
12846 if test "$wine_cv_have_sigaddset" = "yes"
12847 then
12849 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12855 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12856 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12857 $as_echo_n "(cached) " >&6
12858 else
12859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12860 /* end confdefs.h. */
12861 #include <netdb.h>
12863 main ()
12866 char *name=0;
12867 struct hostent he;
12868 struct hostent *result;
12869 char *buf=0;
12870 int bufsize=0;
12871 int res,errnr;
12872 char *addr=0;
12873 int addrlen=0;
12874 int addrtype=0;
12875 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12876 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12879 return 0;
12881 _ACEOF
12882 if ac_fn_c_try_link "$LINENO"; then :
12883 wine_cv_linux_gethostbyname_r_6=yes
12884 else
12885 wine_cv_linux_gethostbyname_r_6=no
12888 rm -f core conftest.err conftest.$ac_objext \
12889 conftest$ac_exeext conftest.$ac_ext
12892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12893 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12894 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12895 then
12897 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12901 if test "$ac_cv_header_linux_joystick_h" = "yes"
12902 then
12903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12904 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12905 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12906 $as_echo_n "(cached) " >&6
12907 else
12908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12909 /* end confdefs.h. */
12911 #include <sys/ioctl.h>
12912 #include <sys/types.h>
12913 #include <linux/joystick.h>
12915 struct js_event blub;
12916 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12917 #error "no 2.2 header"
12918 #endif
12921 main ()
12923 /*empty*/
12925 return 0;
12927 _ACEOF
12928 if ac_fn_c_try_compile "$LINENO"; then :
12929 wine_cv_linux_joystick_22_api=yes
12930 else
12931 wine_cv_linux_joystick_22_api=no
12933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
12937 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
12938 if test "$wine_cv_linux_joystick_22_api" = "yes"
12939 then
12941 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
12947 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
12948 #ifdef HAVE_SYS_PARAM_H
12949 # include <sys/param.h>
12950 #endif
12951 #ifdef HAVE_SYS_MOUNT_H
12952 # include <sys/mount.h>
12953 #endif
12954 #ifdef HAVE_SYS_VFS_H
12955 # include <sys/vfs.h>
12956 #endif
12957 #ifdef HAVE_SYS_STATFS_H
12958 # include <sys/statfs.h>
12959 #endif
12961 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
12963 cat >>confdefs.h <<_ACEOF
12964 #define HAVE_STRUCT_STATFS_F_BFREE 1
12965 _ACEOF
12969 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
12970 #ifdef HAVE_SYS_PARAM_H
12971 # include <sys/param.h>
12972 #endif
12973 #ifdef HAVE_SYS_MOUNT_H
12974 # include <sys/mount.h>
12975 #endif
12976 #ifdef HAVE_SYS_VFS_H
12977 # include <sys/vfs.h>
12978 #endif
12979 #ifdef HAVE_SYS_STATFS_H
12980 # include <sys/statfs.h>
12981 #endif
12983 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
12985 cat >>confdefs.h <<_ACEOF
12986 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
12987 _ACEOF
12991 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
12992 #ifdef HAVE_SYS_PARAM_H
12993 # include <sys/param.h>
12994 #endif
12995 #ifdef HAVE_SYS_MOUNT_H
12996 # include <sys/mount.h>
12997 #endif
12998 #ifdef HAVE_SYS_VFS_H
12999 # include <sys/vfs.h>
13000 #endif
13001 #ifdef HAVE_SYS_STATFS_H
13002 # include <sys/statfs.h>
13003 #endif
13005 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
13007 cat >>confdefs.h <<_ACEOF
13008 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13009 _ACEOF
13013 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13014 #ifdef HAVE_SYS_PARAM_H
13015 # include <sys/param.h>
13016 #endif
13017 #ifdef HAVE_SYS_MOUNT_H
13018 # include <sys/mount.h>
13019 #endif
13020 #ifdef HAVE_SYS_VFS_H
13021 # include <sys/vfs.h>
13022 #endif
13023 #ifdef HAVE_SYS_STATFS_H
13024 # include <sys/statfs.h>
13025 #endif
13027 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13029 cat >>confdefs.h <<_ACEOF
13030 #define HAVE_STRUCT_STATFS_F_FFREE 1
13031 _ACEOF
13035 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13036 #ifdef HAVE_SYS_PARAM_H
13037 # include <sys/param.h>
13038 #endif
13039 #ifdef HAVE_SYS_MOUNT_H
13040 # include <sys/mount.h>
13041 #endif
13042 #ifdef HAVE_SYS_VFS_H
13043 # include <sys/vfs.h>
13044 #endif
13045 #ifdef HAVE_SYS_STATFS_H
13046 # include <sys/statfs.h>
13047 #endif
13049 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13051 cat >>confdefs.h <<_ACEOF
13052 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13053 _ACEOF
13057 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13058 #ifdef HAVE_SYS_PARAM_H
13059 # include <sys/param.h>
13060 #endif
13061 #ifdef HAVE_SYS_MOUNT_H
13062 # include <sys/mount.h>
13063 #endif
13064 #ifdef HAVE_SYS_VFS_H
13065 # include <sys/vfs.h>
13066 #endif
13067 #ifdef HAVE_SYS_STATFS_H
13068 # include <sys/statfs.h>
13069 #endif
13071 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13073 cat >>confdefs.h <<_ACEOF
13074 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13075 _ACEOF
13081 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13082 #include <sys/statvfs.h>
13083 #endif
13085 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13087 cat >>confdefs.h <<_ACEOF
13088 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13089 _ACEOF
13095 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13096 #ifdef HAVE_SYS_SOCKET_H
13097 # include <sys/socket.h>
13098 #endif
13099 #ifdef HAVE_SYS_UN_H
13100 # include <sys/un.h>
13101 #endif
13103 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13105 cat >>confdefs.h <<_ACEOF
13106 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13107 _ACEOF
13111 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13112 #ifdef HAVE_SYS_SOCKET_H
13113 # include <sys/socket.h>
13114 #endif
13115 #ifdef HAVE_SYS_UN_H
13116 # include <sys/un.h>
13117 #endif
13119 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13121 cat >>confdefs.h <<_ACEOF
13122 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13123 _ACEOF
13127 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13128 #ifdef HAVE_SYS_SOCKET_H
13129 # include <sys/socket.h>
13130 #endif
13131 #ifdef HAVE_SYS_UN_H
13132 # include <sys/un.h>
13133 #endif
13135 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13137 cat >>confdefs.h <<_ACEOF
13138 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13139 _ACEOF
13145 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13146 #ifdef HAVE_SCSI_SG_H
13147 #include <scsi/sg.h>
13148 #endif
13150 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13152 cat >>confdefs.h <<_ACEOF
13153 #define HAVE_SCSIREQ_T_CMD 1
13154 _ACEOF
13158 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>
13159 #ifdef HAVE_SCSI_SG_H
13160 #include <scsi/sg.h>
13161 #endif
13163 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13165 cat >>confdefs.h <<_ACEOF
13166 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13167 _ACEOF
13173 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13175 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13177 cat >>confdefs.h <<_ACEOF
13178 #define HAVE_SIGINFO_T_SI_FD 1
13179 _ACEOF
13185 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13186 #ifdef HAVE_SYS_MTIO_H
13187 #include <sys/mtio.h>
13188 #endif
13190 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13192 cat >>confdefs.h <<_ACEOF
13193 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13194 _ACEOF
13198 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13199 #ifdef HAVE_SYS_MTIO_H
13200 #include <sys/mtio.h>
13201 #endif
13203 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13205 cat >>confdefs.h <<_ACEOF
13206 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13207 _ACEOF
13211 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13212 #ifdef HAVE_SYS_MTIO_H
13213 #include <sys/mtio.h>
13214 #endif
13216 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13218 cat >>confdefs.h <<_ACEOF
13219 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13220 _ACEOF
13226 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13227 #include <getopt.h>
13228 #endif
13230 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13232 cat >>confdefs.h <<_ACEOF
13233 #define HAVE_STRUCT_OPTION_NAME 1
13234 _ACEOF
13240 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13241 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13243 cat >>confdefs.h <<_ACEOF
13244 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13245 _ACEOF
13249 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13250 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13252 cat >>confdefs.h <<_ACEOF
13253 #define HAVE_STRUCT_STAT_ST_MTIM 1
13254 _ACEOF
13258 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13259 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13261 cat >>confdefs.h <<_ACEOF
13262 #define HAVE_STRUCT_STAT_ST_CTIM 1
13263 _ACEOF
13267 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13268 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13270 cat >>confdefs.h <<_ACEOF
13271 #define HAVE_STRUCT_STAT_ST_ATIM 1
13272 _ACEOF
13278 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
13279 #include <sys/types.h>
13280 #endif
13281 #ifdef HAVE_NETINET_IN_H
13282 #include <netinet/in.h>
13283 #endif
13285 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13287 cat >>confdefs.h <<_ACEOF
13288 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13289 _ACEOF
13295 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13296 #include <sys/types.h>
13297 #endif
13298 #ifdef HAVE_NETINET_IN_H
13299 # include <netinet/in.h>
13300 #endif
13301 #ifdef HAVE_ARPA_NAMESER_H
13302 # include <arpa/nameser.h>
13303 #endif
13305 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13307 cat >>confdefs.h <<_ACEOF
13308 #define HAVE_NS_MSG__MSG_PTR 1
13309 _ACEOF
13315 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13316 #include <sys/types.h>
13317 #endif
13318 #ifdef HAVE_ALIAS_H
13319 #include <alias.h>
13320 #endif
13321 #ifdef HAVE_SYS_SOCKET_H
13322 #include <sys/socket.h>
13323 #endif
13324 #ifdef HAVE_SYS_SOCKETVAR_H
13325 #include <sys/socketvar.h>
13326 #endif
13327 #ifdef HAVE_SYS_TIMEOUT_H
13328 #include <sys/timeout.h>
13329 #endif
13330 #ifdef HAVE_NETINET_IN_H
13331 #include <netinet/in.h>
13332 #endif
13333 #ifdef HAVE_NETINET_IN_SYSTM_H
13334 #include <netinet/in_systm.h>
13335 #endif
13336 #ifdef HAVE_NETINET_IP_H
13337 #include <netinet/ip.h>
13338 #endif
13339 #ifdef HAVE_NETINET_IP_VAR_H
13340 #include <netinet/ip_var.h>
13341 #endif
13342 #ifdef HAVE_NETINET_IP_ICMP_H
13343 #include <netinet/ip_icmp.h>
13344 #endif
13345 #ifdef HAVE_NETINET_ICMP_VAR
13346 #include <netinet/icmp_var.h>
13347 #endif
13349 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13351 cat >>confdefs.h <<_ACEOF
13352 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13353 _ACEOF
13359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13360 $as_echo_n "checking for timezone variable... " >&6; }
13361 if test "${ac_cv_have_timezone+set}" = set; then :
13362 $as_echo_n "(cached) " >&6
13363 else
13364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13365 /* end confdefs.h. */
13366 #include <time.h>
13368 main ()
13370 timezone = 1
13372 return 0;
13374 _ACEOF
13375 if ac_fn_c_try_link "$LINENO"; then :
13376 ac_cv_have_timezone="yes"
13377 else
13378 ac_cv_have_timezone="no"
13380 rm -f core conftest.err conftest.$ac_objext \
13381 conftest$ac_exeext conftest.$ac_ext
13383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13384 $as_echo "$ac_cv_have_timezone" >&6; }
13385 if test "$ac_cv_have_timezone" = "yes"
13386 then
13388 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13392 $as_echo_n "checking for daylight variable... " >&6; }
13393 if test "${ac_cv_have_daylight+set}" = set; then :
13394 $as_echo_n "(cached) " >&6
13395 else
13396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13397 /* end confdefs.h. */
13398 #include <time.h>
13400 main ()
13402 daylight = 1
13404 return 0;
13406 _ACEOF
13407 if ac_fn_c_try_link "$LINENO"; then :
13408 ac_cv_have_daylight="yes"
13409 else
13410 ac_cv_have_daylight="no"
13412 rm -f core conftest.err conftest.$ac_objext \
13413 conftest$ac_exeext conftest.$ac_ext
13415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13416 $as_echo "$ac_cv_have_daylight" >&6; }
13417 if test "$ac_cv_have_daylight" = "yes"
13418 then
13420 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13425 $as_echo_n "checking for isinf... " >&6; }
13426 if test "${ac_cv_have_isinf+set}" = set; then :
13427 $as_echo_n "(cached) " >&6
13428 else
13429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13430 /* end confdefs.h. */
13431 #include <math.h>
13433 main ()
13435 float f = 0.0; int i=isinf(f)
13437 return 0;
13439 _ACEOF
13440 if ac_fn_c_try_link "$LINENO"; then :
13441 ac_cv_have_isinf="yes"
13442 else
13443 ac_cv_have_isinf="no"
13445 rm -f core conftest.err conftest.$ac_objext \
13446 conftest$ac_exeext conftest.$ac_ext
13448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13449 $as_echo "$ac_cv_have_isinf" >&6; }
13450 if test "$ac_cv_have_isinf" = "yes"
13451 then
13453 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13458 $as_echo_n "checking for isnan... " >&6; }
13459 if test "${ac_cv_have_isnan+set}" = set; then :
13460 $as_echo_n "(cached) " >&6
13461 else
13462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13463 /* end confdefs.h. */
13464 #include <math.h>
13466 main ()
13468 float f = 0.0; int i=isnan(f)
13470 return 0;
13472 _ACEOF
13473 if ac_fn_c_try_link "$LINENO"; then :
13474 ac_cv_have_isnan="yes"
13475 else
13476 ac_cv_have_isnan="no"
13478 rm -f core conftest.err conftest.$ac_objext \
13479 conftest$ac_exeext conftest.$ac_ext
13481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13482 $as_echo "$ac_cv_have_isnan" >&6; }
13483 if test "$ac_cv_have_isnan" = "yes"
13484 then
13486 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13491 case $host_cpu in
13492 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13493 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13494 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13495 $as_echo_n "(cached) " >&6
13496 else
13497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13498 /* end confdefs.h. */
13499 #ifndef __i386__
13501 #endif
13502 _ACEOF
13503 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13504 $EGREP "yes" >/dev/null 2>&1; then :
13505 ac_cv_cpp_def___i386__=yes
13506 else
13507 ac_cv_cpp_def___i386__=no
13509 rm -f conftest*
13512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13513 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13514 if test $ac_cv_cpp_def___i386__ = yes; then :
13515 CFLAGS="$CFLAGS -D__i386__"
13516 LINTFLAGS="$LINTFLAGS -D__i386__"
13517 fi ;;
13518 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13519 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13520 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13521 $as_echo_n "(cached) " >&6
13522 else
13523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13524 /* end confdefs.h. */
13525 #ifndef __x86_64__
13527 #endif
13528 _ACEOF
13529 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13530 $EGREP "yes" >/dev/null 2>&1; then :
13531 ac_cv_cpp_def___x86_64__=yes
13532 else
13533 ac_cv_cpp_def___x86_64__=no
13535 rm -f conftest*
13538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13539 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13540 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13541 CFLAGS="$CFLAGS -D__x86_64__"
13542 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13543 fi ;;
13544 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13545 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13546 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13547 $as_echo_n "(cached) " >&6
13548 else
13549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13550 /* end confdefs.h. */
13551 #ifndef __ALPHA__
13553 #endif
13554 _ACEOF
13555 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13556 $EGREP "yes" >/dev/null 2>&1; then :
13557 ac_cv_cpp_def___ALPHA__=yes
13558 else
13559 ac_cv_cpp_def___ALPHA__=no
13561 rm -f conftest*
13564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13565 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13566 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13567 CFLAGS="$CFLAGS -D__ALPHA__"
13568 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13569 fi ;;
13570 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13571 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13572 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13573 $as_echo_n "(cached) " >&6
13574 else
13575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13576 /* end confdefs.h. */
13577 #ifndef __sparc__
13579 #endif
13580 _ACEOF
13581 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13582 $EGREP "yes" >/dev/null 2>&1; then :
13583 ac_cv_cpp_def___sparc__=yes
13584 else
13585 ac_cv_cpp_def___sparc__=no
13587 rm -f conftest*
13590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13591 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13592 if test $ac_cv_cpp_def___sparc__ = yes; then :
13593 CFLAGS="$CFLAGS -D__sparc__"
13594 LINTFLAGS="$LINTFLAGS -D__sparc__"
13595 fi ;;
13596 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13597 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13598 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13599 $as_echo_n "(cached) " >&6
13600 else
13601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13602 /* end confdefs.h. */
13603 #ifndef __powerpc__
13605 #endif
13606 _ACEOF
13607 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13608 $EGREP "yes" >/dev/null 2>&1; then :
13609 ac_cv_cpp_def___powerpc__=yes
13610 else
13611 ac_cv_cpp_def___powerpc__=no
13613 rm -f conftest*
13616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13617 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13618 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13619 CFLAGS="$CFLAGS -D__powerpc__"
13620 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13621 fi ;;
13622 esac
13624 case $host_vendor in
13625 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13626 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13627 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13628 $as_echo_n "(cached) " >&6
13629 else
13630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13631 /* end confdefs.h. */
13632 #ifndef __sun__
13634 #endif
13635 _ACEOF
13636 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13637 $EGREP "yes" >/dev/null 2>&1; then :
13638 ac_cv_cpp_def___sun__=yes
13639 else
13640 ac_cv_cpp_def___sun__=no
13642 rm -f conftest*
13645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13646 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13647 if test $ac_cv_cpp_def___sun__ = yes; then :
13648 CFLAGS="$CFLAGS -D__sun__"
13649 LINTFLAGS="$LINTFLAGS -D__sun__"
13650 fi ;;
13651 esac
13654 DEPENDENCIES="### Dependencies:
13656 .INIT: Makefile
13657 .BEGIN: Makefile
13658 .MAKEFILEDEPS:
13659 Makefile: dummy
13660 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13662 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
13663 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13664 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13665 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13666 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13669 ALL_MAKERULES=""
13671 ALL_MAKEFILES=""
13673 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13676 ALL_TOP_DIRS=""
13678 ALL_DLL_DIRS=""
13680 ALL_IMPLIB_DIRS=""
13682 ALL_STATIC_LIBS=""
13684 ALL_IMPORT_LIBS=""
13686 ALL_IMPORTLIB_RULES=""
13688 ALL_TEST_DIRS=""
13690 ALL_PROGRAM_DIRS=""
13692 ALL_PROGRAM_INSTALL_DIRS=""
13694 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13699 ac_config_commands="$ac_config_commands include/stamp-h"
13702 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13704 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13706 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13708 ac_config_commands="$ac_config_commands dlls/user32/resources"
13710 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13712 ac_config_commands="$ac_config_commands include/wine"
13715 ALL_MAKERULES="$ALL_MAKERULES \\
13716 Make.rules"
13717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13718 Make.rules: Make.rules.in"
13719 MAKE_RULES=Make.rules
13720 ac_config_files="$ac_config_files Make.rules"
13722 ALL_MAKERULES="$ALL_MAKERULES \\
13723 dlls/Makedll.rules"
13724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13725 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
13726 MAKE_DLL_RULES=dlls/Makedll.rules
13727 ac_config_files="$ac_config_files dlls/Makedll.rules"
13729 ALL_MAKERULES="$ALL_MAKERULES \\
13730 dlls/Makeimplib.rules"
13731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13732 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
13733 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13734 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13736 ALL_MAKERULES="$ALL_MAKERULES \\
13737 dlls/Maketest.rules"
13738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13739 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
13740 MAKE_TEST_RULES=dlls/Maketest.rules
13741 ac_config_files="$ac_config_files dlls/Maketest.rules"
13743 ALL_MAKERULES="$ALL_MAKERULES \\
13744 programs/Makeprog.rules"
13745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13746 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
13747 MAKE_PROG_RULES=programs/Makeprog.rules
13748 ac_config_files="$ac_config_files programs/Makeprog.rules"
13753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13754 Makefile: Makefile.in Make.rules"
13755 ac_config_files="$ac_config_files Makefile"
13757 ALL_MAKEFILES="$ALL_MAKEFILES \\
13758 dlls/Makefile"
13759 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13760 dlls"
13761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13762 dlls/Makefile: dlls/Makefile.in Make.rules"
13763 ac_config_files="$ac_config_files dlls/Makefile"
13765 ALL_MAKEFILES="$ALL_MAKEFILES \\
13766 dlls/acledit/Makefile"
13767 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13768 acledit"
13769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13770 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
13771 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13773 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13774 aclui/libaclui.$IMPLIBEXT"
13775 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13776 aclui/libaclui.def aclui/libaclui.a aclui/libaclui.cross.a: aclui/aclui.spec \$(WINEBUILD)
13777 @cd aclui && \$(MAKE) \`basename \$@\`"
13778 ALL_MAKEFILES="$ALL_MAKEFILES \\
13779 dlls/aclui/Makefile"
13780 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13781 aclui"
13782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13783 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
13784 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13786 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13787 activeds/libactiveds.$IMPLIBEXT"
13788 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13789 activeds/libactiveds.def activeds/libactiveds.a activeds/libactiveds.cross.a: activeds/activeds.spec \$(WINEBUILD)
13790 @cd activeds && \$(MAKE) \`basename \$@\`"
13791 ALL_MAKEFILES="$ALL_MAKEFILES \\
13792 dlls/activeds/Makefile"
13793 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13794 activeds"
13795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13796 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
13797 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13799 ALL_MAKEFILES="$ALL_MAKEFILES \\
13800 dlls/actxprxy/Makefile"
13801 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13802 actxprxy"
13803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13804 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
13805 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13807 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
13808 adsiid/libadsiid.a"
13809 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13810 adsiid/libadsiid.a: adsiid
13811 adsiid/libadsiid.cross.a: dummy
13812 @cd adsiid && \$(MAKE) libadsiid.cross.a"
13813 ALL_MAKEFILES="$ALL_MAKEFILES \\
13814 dlls/adsiid/Makefile"
13815 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
13816 adsiid"
13817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13818 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
13819 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13821 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13822 advapi32/libadvapi32.$IMPLIBEXT"
13823 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13824 advapi32/libadvapi32.def advapi32/libadvapi32.a advapi32/libadvapi32.cross.a: advapi32/advapi32.spec \$(WINEBUILD)
13825 @cd advapi32 && \$(MAKE) \`basename \$@\`"
13826 ALL_MAKEFILES="$ALL_MAKEFILES \\
13827 dlls/advapi32/Makefile"
13828 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13829 advapi32"
13830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13831 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
13832 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13834 ALL_MAKEFILES="$ALL_MAKEFILES \\
13835 dlls/advapi32/tests/Makefile"
13836 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13837 advapi32/tests"
13838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13839 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
13840 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13842 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13843 advpack/libadvpack.$IMPLIBEXT"
13844 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13845 advpack/libadvpack.def advpack/libadvpack.a advpack/libadvpack.cross.a: advpack/advpack.spec \$(WINEBUILD)
13846 @cd advpack && \$(MAKE) \`basename \$@\`"
13847 ALL_MAKEFILES="$ALL_MAKEFILES \\
13848 dlls/advpack/Makefile"
13849 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13850 advpack"
13851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13852 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
13853 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13855 ALL_MAKEFILES="$ALL_MAKEFILES \\
13856 dlls/advpack/tests/Makefile"
13857 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13858 advpack/tests"
13859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13860 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
13861 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13863 ALL_MAKEFILES="$ALL_MAKEFILES \\
13864 dlls/amstream/Makefile"
13865 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13866 amstream"
13867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13868 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
13869 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13871 ALL_MAKEFILES="$ALL_MAKEFILES \\
13872 dlls/amstream/tests/Makefile"
13873 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13874 amstream/tests"
13875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13876 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
13877 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13879 ALL_MAKEFILES="$ALL_MAKEFILES \\
13880 dlls/appwiz.cpl/Makefile"
13881 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13882 appwiz.cpl"
13883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13884 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
13885 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13887 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13888 atl/libatl.$IMPLIBEXT"
13889 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13890 atl/libatl.def atl/libatl.a atl/libatl.cross.a: atl/atl.spec \$(WINEBUILD)
13891 @cd atl && \$(MAKE) \`basename \$@\`"
13892 ALL_MAKEFILES="$ALL_MAKEFILES \\
13893 dlls/atl/Makefile"
13894 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13895 atl"
13896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13897 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
13898 ac_config_files="$ac_config_files dlls/atl/Makefile"
13900 ALL_MAKEFILES="$ALL_MAKEFILES \\
13901 dlls/authz/Makefile"
13902 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13903 authz"
13904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13905 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
13906 ac_config_files="$ac_config_files dlls/authz/Makefile"
13908 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13909 avicap32/libavicap32.$IMPLIBEXT"
13910 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13911 avicap32/libavicap32.def avicap32/libavicap32.a avicap32/libavicap32.cross.a: avicap32/avicap32.spec \$(WINEBUILD)
13912 @cd avicap32 && \$(MAKE) \`basename \$@\`"
13913 ALL_MAKEFILES="$ALL_MAKEFILES \\
13914 dlls/avicap32/Makefile"
13915 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13916 avicap32"
13917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13918 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
13919 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13921 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13922 avifil32/libavifil32.$IMPLIBEXT"
13923 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13924 avifil32/libavifil32.def avifil32/libavifil32.a avifil32/libavifil32.cross.a: avifil32/avifil32.spec \$(WINEBUILD)
13925 @cd avifil32 && \$(MAKE) \`basename \$@\`"
13926 ALL_MAKEFILES="$ALL_MAKEFILES \\
13927 dlls/avifil32/Makefile"
13928 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13929 avifil32"
13930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13931 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
13932 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13934 ALL_MAKEFILES="$ALL_MAKEFILES \\
13935 dlls/avifil32/tests/Makefile"
13936 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13937 avifil32/tests"
13938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13939 dlls/avifil32/tests/Makefile: dlls/avifil32/tests/Makefile.in dlls/Maketest.rules"
13940 ac_config_files="$ac_config_files dlls/avifil32/tests/Makefile"
13942 ALL_MAKEFILES="$ALL_MAKEFILES \\
13943 dlls/avifile.dll16/Makefile"
13944 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13945 avifile.dll16"
13946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13947 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
13948 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
13950 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13951 avrt/libavrt.$IMPLIBEXT"
13952 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13953 avrt/libavrt.def avrt/libavrt.a avrt/libavrt.cross.a: avrt/avrt.spec \$(WINEBUILD)
13954 @cd avrt && \$(MAKE) \`basename \$@\`"
13955 ALL_MAKEFILES="$ALL_MAKEFILES \\
13956 dlls/avrt/Makefile"
13957 test "x$enable_avrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13958 avrt"
13959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13960 dlls/avrt/Makefile: dlls/avrt/Makefile.in dlls/Makedll.rules"
13961 ac_config_files="$ac_config_files dlls/avrt/Makefile"
13963 ALL_MAKEFILES="$ALL_MAKEFILES \\
13964 dlls/bcrypt/Makefile"
13965 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13966 bcrypt"
13967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13968 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
13969 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
13971 ALL_MAKEFILES="$ALL_MAKEFILES \\
13972 dlls/browseui/Makefile"
13973 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13974 browseui"
13975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13976 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
13977 ac_config_files="$ac_config_files dlls/browseui/Makefile"
13979 ALL_MAKEFILES="$ALL_MAKEFILES \\
13980 dlls/browseui/tests/Makefile"
13981 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13982 browseui/tests"
13983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13984 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
13985 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
13987 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13988 cabinet/libcabinet.$IMPLIBEXT"
13989 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13990 cabinet/libcabinet.def cabinet/libcabinet.a cabinet/libcabinet.cross.a: cabinet/cabinet.spec \$(WINEBUILD)
13991 @cd cabinet && \$(MAKE) \`basename \$@\`"
13992 ALL_MAKEFILES="$ALL_MAKEFILES \\
13993 dlls/cabinet/Makefile"
13994 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13995 cabinet"
13996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13997 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
13998 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
14000 ALL_MAKEFILES="$ALL_MAKEFILES \\
14001 dlls/cabinet/tests/Makefile"
14002 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14003 cabinet/tests"
14004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14005 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
14006 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
14008 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14009 capi2032/libcapi2032.$IMPLIBEXT"
14010 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14011 capi2032/libcapi2032.def capi2032/libcapi2032.a capi2032/libcapi2032.cross.a: capi2032/capi2032.spec \$(WINEBUILD)
14012 @cd capi2032 && \$(MAKE) \`basename \$@\`"
14013 ALL_MAKEFILES="$ALL_MAKEFILES \\
14014 dlls/capi2032/Makefile"
14015 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14016 capi2032"
14017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14018 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
14019 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
14021 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14022 cards/libcards.$IMPLIBEXT"
14023 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14024 cards/libcards.def cards/libcards.a cards/libcards.cross.a: cards/cards.spec \$(WINEBUILD)
14025 @cd cards && \$(MAKE) \`basename \$@\`"
14026 ALL_MAKEFILES="$ALL_MAKEFILES \\
14027 dlls/cards/Makefile"
14028 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14029 cards"
14030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14031 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
14032 ac_config_files="$ac_config_files dlls/cards/Makefile"
14034 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14035 cfgmgr32/libcfgmgr32.$IMPLIBEXT"
14036 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14037 cfgmgr32/libcfgmgr32.def cfgmgr32/libcfgmgr32.a cfgmgr32/libcfgmgr32.cross.a: cfgmgr32/cfgmgr32.spec \$(WINEBUILD)
14038 @cd cfgmgr32 && \$(MAKE) \`basename \$@\`"
14039 ALL_MAKEFILES="$ALL_MAKEFILES \\
14040 dlls/cfgmgr32/Makefile"
14041 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14042 cfgmgr32"
14043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14044 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
14045 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
14047 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14048 clusapi/libclusapi.$IMPLIBEXT"
14049 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14050 clusapi/libclusapi.def clusapi/libclusapi.a clusapi/libclusapi.cross.a: clusapi/clusapi.spec \$(WINEBUILD)
14051 @cd clusapi && \$(MAKE) \`basename \$@\`"
14052 ALL_MAKEFILES="$ALL_MAKEFILES \\
14053 dlls/clusapi/Makefile"
14054 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14055 clusapi"
14056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14057 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
14058 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
14060 ALL_MAKEFILES="$ALL_MAKEFILES \\
14061 dlls/comcat/Makefile"
14062 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14063 comcat"
14064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14065 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
14066 ac_config_files="$ac_config_files dlls/comcat/Makefile"
14068 ALL_MAKEFILES="$ALL_MAKEFILES \\
14069 dlls/comcat/tests/Makefile"
14070 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14071 comcat/tests"
14072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14073 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
14074 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
14076 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14077 comctl32/libcomctl32.$IMPLIBEXT"
14078 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14079 comctl32/libcomctl32.def comctl32/libcomctl32.a comctl32/libcomctl32.cross.a: comctl32/comctl32.spec \$(WINEBUILD)
14080 @cd comctl32 && \$(MAKE) \`basename \$@\`"
14081 ALL_MAKEFILES="$ALL_MAKEFILES \\
14082 dlls/comctl32/Makefile"
14083 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14084 comctl32"
14085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14086 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
14087 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
14089 ALL_MAKEFILES="$ALL_MAKEFILES \\
14090 dlls/comctl32/tests/Makefile"
14091 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14092 comctl32/tests"
14093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14094 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
14095 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
14097 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14098 comdlg32/libcomdlg32.$IMPLIBEXT"
14099 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14100 comdlg32/libcomdlg32.def comdlg32/libcomdlg32.a comdlg32/libcomdlg32.cross.a: comdlg32/comdlg32.spec \$(WINEBUILD)
14101 @cd comdlg32 && \$(MAKE) \`basename \$@\`"
14102 ALL_MAKEFILES="$ALL_MAKEFILES \\
14103 dlls/comdlg32/Makefile"
14104 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14105 comdlg32"
14106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14107 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
14108 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
14110 ALL_MAKEFILES="$ALL_MAKEFILES \\
14111 dlls/comdlg32/tests/Makefile"
14112 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14113 comdlg32/tests"
14114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14115 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
14116 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
14118 ALL_MAKEFILES="$ALL_MAKEFILES \\
14119 dlls/comm.drv16/Makefile"
14120 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14121 comm.drv16"
14122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14123 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
14124 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
14126 ALL_MAKEFILES="$ALL_MAKEFILES \\
14127 dlls/commdlg.dll16/Makefile"
14128 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14129 commdlg.dll16"
14130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14131 dlls/commdlg.dll16/Makefile: dlls/commdlg.dll16/Makefile.in dlls/Makedll.rules"
14132 ac_config_files="$ac_config_files dlls/commdlg.dll16/Makefile"
14134 ALL_MAKEFILES="$ALL_MAKEFILES \\
14135 dlls/compobj.dll16/Makefile"
14136 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14137 compobj.dll16"
14138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14139 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
14140 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
14142 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14143 compstui/libcompstui.$IMPLIBEXT"
14144 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14145 compstui/libcompstui.def compstui/libcompstui.a compstui/libcompstui.cross.a: compstui/compstui.spec \$(WINEBUILD)
14146 @cd compstui && \$(MAKE) \`basename \$@\`"
14147 ALL_MAKEFILES="$ALL_MAKEFILES \\
14148 dlls/compstui/Makefile"
14149 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14150 compstui"
14151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14152 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
14153 ac_config_files="$ac_config_files dlls/compstui/Makefile"
14155 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14156 credui/libcredui.$IMPLIBEXT"
14157 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14158 credui/libcredui.def credui/libcredui.a credui/libcredui.cross.a: credui/credui.spec \$(WINEBUILD)
14159 @cd credui && \$(MAKE) \`basename \$@\`"
14160 ALL_MAKEFILES="$ALL_MAKEFILES \\
14161 dlls/credui/Makefile"
14162 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14163 credui"
14164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14165 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
14166 ac_config_files="$ac_config_files dlls/credui/Makefile"
14168 ALL_MAKEFILES="$ALL_MAKEFILES \\
14169 dlls/credui/tests/Makefile"
14170 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14171 credui/tests"
14172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14173 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
14174 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14176 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14177 crtdll/libcrtdll.$IMPLIBEXT"
14178 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14179 crtdll/libcrtdll.def crtdll/libcrtdll.a crtdll/libcrtdll.cross.a: crtdll/crtdll.spec \$(WINEBUILD)
14180 @cd crtdll && \$(MAKE) \`basename \$@\`"
14181 ALL_MAKEFILES="$ALL_MAKEFILES \\
14182 dlls/crtdll/Makefile"
14183 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14184 crtdll"
14185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14186 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
14187 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14189 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14190 crypt32/libcrypt32.$IMPLIBEXT"
14191 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14192 crypt32/libcrypt32.def crypt32/libcrypt32.a crypt32/libcrypt32.cross.a: crypt32/crypt32.spec \$(WINEBUILD)
14193 @cd crypt32 && \$(MAKE) \`basename \$@\`"
14194 ALL_MAKEFILES="$ALL_MAKEFILES \\
14195 dlls/crypt32/Makefile"
14196 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14197 crypt32"
14198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14199 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
14200 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14202 ALL_MAKEFILES="$ALL_MAKEFILES \\
14203 dlls/crypt32/tests/Makefile"
14204 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14205 crypt32/tests"
14206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14207 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
14208 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14210 ALL_MAKEFILES="$ALL_MAKEFILES \\
14211 dlls/cryptdlg/Makefile"
14212 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14213 cryptdlg"
14214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14215 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
14216 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14218 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14219 cryptdll/libcryptdll.$IMPLIBEXT"
14220 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14221 cryptdll/libcryptdll.def cryptdll/libcryptdll.a cryptdll/libcryptdll.cross.a: cryptdll/cryptdll.spec \$(WINEBUILD)
14222 @cd cryptdll && \$(MAKE) \`basename \$@\`"
14223 ALL_MAKEFILES="$ALL_MAKEFILES \\
14224 dlls/cryptdll/Makefile"
14225 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14226 cryptdll"
14227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14228 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
14229 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14231 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14232 cryptnet/libcryptnet.$IMPLIBEXT"
14233 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14234 cryptnet/libcryptnet.def cryptnet/libcryptnet.a cryptnet/libcryptnet.cross.a: cryptnet/cryptnet.spec \$(WINEBUILD)
14235 @cd cryptnet && \$(MAKE) \`basename \$@\`"
14236 ALL_MAKEFILES="$ALL_MAKEFILES \\
14237 dlls/cryptnet/Makefile"
14238 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14239 cryptnet"
14240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14241 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
14242 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14244 ALL_MAKEFILES="$ALL_MAKEFILES \\
14245 dlls/cryptnet/tests/Makefile"
14246 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14247 cryptnet/tests"
14248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14249 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
14250 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14252 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14253 cryptui/libcryptui.$IMPLIBEXT"
14254 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14255 cryptui/libcryptui.def cryptui/libcryptui.a cryptui/libcryptui.cross.a: cryptui/cryptui.spec \$(WINEBUILD)
14256 @cd cryptui && \$(MAKE) \`basename \$@\`"
14257 ALL_MAKEFILES="$ALL_MAKEFILES \\
14258 dlls/cryptui/Makefile"
14259 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14260 cryptui"
14261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14262 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
14263 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14265 ALL_MAKEFILES="$ALL_MAKEFILES \\
14266 dlls/cryptui/tests/Makefile"
14267 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14268 cryptui/tests"
14269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14270 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
14271 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14273 ALL_MAKEFILES="$ALL_MAKEFILES \\
14274 dlls/ctapi32/Makefile"
14275 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14276 ctapi32"
14277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14278 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
14279 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14281 ALL_MAKEFILES="$ALL_MAKEFILES \\
14282 dlls/ctl3d.dll16/Makefile"
14283 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14284 ctl3d.dll16"
14285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14286 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
14287 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14289 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14290 ctl3d32/libctl3d32.$IMPLIBEXT"
14291 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14292 ctl3d32/libctl3d32.def ctl3d32/libctl3d32.a ctl3d32/libctl3d32.cross.a: ctl3d32/ctl3d32.spec \$(WINEBUILD)
14293 @cd ctl3d32 && \$(MAKE) \`basename \$@\`"
14294 ALL_MAKEFILES="$ALL_MAKEFILES \\
14295 dlls/ctl3d32/Makefile"
14296 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14297 ctl3d32"
14298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14299 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
14300 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14302 ALL_MAKEFILES="$ALL_MAKEFILES \\
14303 dlls/ctl3dv2.dll16/Makefile"
14304 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14305 ctl3dv2.dll16"
14306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14307 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
14308 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14310 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14311 d3d10/libd3d10.$IMPLIBEXT"
14312 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14313 d3d10/libd3d10.def d3d10/libd3d10.a d3d10/libd3d10.cross.a: d3d10/d3d10.spec \$(WINEBUILD)
14314 @cd d3d10 && \$(MAKE) \`basename \$@\`"
14315 ALL_MAKEFILES="$ALL_MAKEFILES \\
14316 dlls/d3d10/Makefile"
14317 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14318 d3d10"
14319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14320 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
14321 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14323 ALL_MAKEFILES="$ALL_MAKEFILES \\
14324 dlls/d3d10/tests/Makefile"
14325 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14326 d3d10/tests"
14327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14328 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
14329 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14331 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14332 d3d10core/libd3d10core.$IMPLIBEXT"
14333 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14334 d3d10core/libd3d10core.def d3d10core/libd3d10core.a d3d10core/libd3d10core.cross.a: d3d10core/d3d10core.spec \$(WINEBUILD)
14335 @cd d3d10core && \$(MAKE) \`basename \$@\`"
14336 ALL_MAKEFILES="$ALL_MAKEFILES \\
14337 dlls/d3d10core/Makefile"
14338 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14339 d3d10core"
14340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14341 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
14342 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14344 ALL_MAKEFILES="$ALL_MAKEFILES \\
14345 dlls/d3d10core/tests/Makefile"
14346 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14347 d3d10core/tests"
14348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14349 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
14350 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14352 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14353 d3d8/libd3d8.$IMPLIBEXT"
14354 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14355 d3d8/libd3d8.def d3d8/libd3d8.a d3d8/libd3d8.cross.a: d3d8/d3d8.spec \$(WINEBUILD)
14356 @cd d3d8 && \$(MAKE) \`basename \$@\`"
14357 ALL_MAKEFILES="$ALL_MAKEFILES \\
14358 dlls/d3d8/Makefile"
14359 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14360 d3d8"
14361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14362 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
14363 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14365 ALL_MAKEFILES="$ALL_MAKEFILES \\
14366 dlls/d3d8/tests/Makefile"
14367 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14368 d3d8/tests"
14369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14370 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
14371 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14373 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14374 d3d9/libd3d9.$IMPLIBEXT"
14375 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14376 d3d9/libd3d9.def d3d9/libd3d9.a d3d9/libd3d9.cross.a: d3d9/d3d9.spec \$(WINEBUILD)
14377 @cd d3d9 && \$(MAKE) \`basename \$@\`"
14378 ALL_MAKEFILES="$ALL_MAKEFILES \\
14379 dlls/d3d9/Makefile"
14380 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14381 d3d9"
14382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14383 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
14384 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14386 ALL_MAKEFILES="$ALL_MAKEFILES \\
14387 dlls/d3d9/tests/Makefile"
14388 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14389 d3d9/tests"
14390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14391 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
14392 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14394 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14395 d3dim/libd3dim.$IMPLIBEXT"
14396 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14397 d3dim/libd3dim.def d3dim/libd3dim.a d3dim/libd3dim.cross.a: d3dim/d3dim.spec \$(WINEBUILD)
14398 @cd d3dim && \$(MAKE) \`basename \$@\`"
14399 ALL_MAKEFILES="$ALL_MAKEFILES \\
14400 dlls/d3dim/Makefile"
14401 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14402 d3dim"
14403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14404 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
14405 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14407 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14408 d3drm/libd3drm.$IMPLIBEXT"
14409 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14410 d3drm/libd3drm.def d3drm/libd3drm.a d3drm/libd3drm.cross.a: d3drm/d3drm.spec \$(WINEBUILD)
14411 @cd d3drm && \$(MAKE) \`basename \$@\`"
14412 ALL_MAKEFILES="$ALL_MAKEFILES \\
14413 dlls/d3drm/Makefile"
14414 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14415 d3drm"
14416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14417 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
14418 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14420 ALL_MAKEFILES="$ALL_MAKEFILES \\
14421 dlls/d3drm/tests/Makefile"
14422 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14423 d3drm/tests"
14424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14425 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
14426 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14428 ALL_MAKEFILES="$ALL_MAKEFILES \\
14429 dlls/d3dx9_24/Makefile"
14430 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14431 d3dx9_24"
14432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14433 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
14434 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14436 ALL_MAKEFILES="$ALL_MAKEFILES \\
14437 dlls/d3dx9_25/Makefile"
14438 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14439 d3dx9_25"
14440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14441 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
14442 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14444 ALL_MAKEFILES="$ALL_MAKEFILES \\
14445 dlls/d3dx9_26/Makefile"
14446 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14447 d3dx9_26"
14448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14449 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
14450 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14452 ALL_MAKEFILES="$ALL_MAKEFILES \\
14453 dlls/d3dx9_27/Makefile"
14454 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14455 d3dx9_27"
14456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14457 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
14458 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14460 ALL_MAKEFILES="$ALL_MAKEFILES \\
14461 dlls/d3dx9_28/Makefile"
14462 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14463 d3dx9_28"
14464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14465 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
14466 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14468 ALL_MAKEFILES="$ALL_MAKEFILES \\
14469 dlls/d3dx9_29/Makefile"
14470 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14471 d3dx9_29"
14472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14473 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
14474 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14476 ALL_MAKEFILES="$ALL_MAKEFILES \\
14477 dlls/d3dx9_30/Makefile"
14478 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14479 d3dx9_30"
14480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14481 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
14482 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14484 ALL_MAKEFILES="$ALL_MAKEFILES \\
14485 dlls/d3dx9_31/Makefile"
14486 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14487 d3dx9_31"
14488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14489 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
14490 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14492 ALL_MAKEFILES="$ALL_MAKEFILES \\
14493 dlls/d3dx9_32/Makefile"
14494 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14495 d3dx9_32"
14496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14497 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
14498 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14500 ALL_MAKEFILES="$ALL_MAKEFILES \\
14501 dlls/d3dx9_33/Makefile"
14502 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14503 d3dx9_33"
14504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14505 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
14506 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14508 ALL_MAKEFILES="$ALL_MAKEFILES \\
14509 dlls/d3dx9_34/Makefile"
14510 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14511 d3dx9_34"
14512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14513 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
14514 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14516 ALL_MAKEFILES="$ALL_MAKEFILES \\
14517 dlls/d3dx9_35/Makefile"
14518 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14519 d3dx9_35"
14520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14521 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
14522 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14524 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14525 d3dx9_36/libd3dx9.$IMPLIBEXT \\
14526 libd3dx9.$IMPLIBEXT"
14527 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14528 libd3dx9.a: d3dx9_36/libd3dx9.a
14529 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.a \$@
14530 libd3dx9.cross.a: d3dx9_36/libd3dx9.cross.a
14531 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.cross.a \$@
14532 libd3dx9.def: d3dx9_36/libd3dx9.def
14533 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.def \$@
14534 clean::
14535 \$(RM) libd3dx9.def
14536 d3dx9_36/libd3dx9.def d3dx9_36/libd3dx9.a d3dx9_36/libd3dx9.cross.a: d3dx9_36/d3dx9_36.spec \$(WINEBUILD)
14537 @cd d3dx9_36 && \$(MAKE) \`basename \$@\`"
14538 ALL_MAKEFILES="$ALL_MAKEFILES \\
14539 dlls/d3dx9_36/Makefile"
14540 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14541 d3dx9_36"
14542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14543 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
14544 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14546 ALL_MAKEFILES="$ALL_MAKEFILES \\
14547 dlls/d3dx9_36/tests/Makefile"
14548 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14549 d3dx9_36/tests"
14550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14551 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
14552 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14554 ALL_MAKEFILES="$ALL_MAKEFILES \\
14555 dlls/d3dx9_37/Makefile"
14556 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14557 d3dx9_37"
14558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14559 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
14560 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14562 ALL_MAKEFILES="$ALL_MAKEFILES \\
14563 dlls/d3dx9_38/Makefile"
14564 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14565 d3dx9_38"
14566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14567 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
14568 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14570 ALL_MAKEFILES="$ALL_MAKEFILES \\
14571 dlls/d3dx9_39/Makefile"
14572 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14573 d3dx9_39"
14574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14575 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
14576 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14578 ALL_MAKEFILES="$ALL_MAKEFILES \\
14579 dlls/d3dx9_40/Makefile"
14580 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14581 d3dx9_40"
14582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14583 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
14584 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14586 ALL_MAKEFILES="$ALL_MAKEFILES \\
14587 dlls/d3dx9_41/Makefile"
14588 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14589 d3dx9_41"
14590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14591 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
14592 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14594 ALL_MAKEFILES="$ALL_MAKEFILES \\
14595 dlls/d3dx9_42/Makefile"
14596 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14597 d3dx9_42"
14598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14599 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules"
14600 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
14602 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14603 d3dxof/libd3dxof.$IMPLIBEXT"
14604 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14605 d3dxof/libd3dxof.def d3dxof/libd3dxof.a d3dxof/libd3dxof.cross.a: d3dxof/d3dxof.spec \$(WINEBUILD)
14606 @cd d3dxof && \$(MAKE) \`basename \$@\`"
14607 ALL_MAKEFILES="$ALL_MAKEFILES \\
14608 dlls/d3dxof/Makefile"
14609 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14610 d3dxof"
14611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14612 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
14613 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14615 ALL_MAKEFILES="$ALL_MAKEFILES \\
14616 dlls/d3dxof/tests/Makefile"
14617 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14618 d3dxof/tests"
14619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14620 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
14621 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14623 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14624 dbghelp/libdbghelp.$IMPLIBEXT"
14625 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14626 dbghelp/libdbghelp.def dbghelp/libdbghelp.a dbghelp/libdbghelp.cross.a: dbghelp/dbghelp.spec \$(WINEBUILD)
14627 @cd dbghelp && \$(MAKE) \`basename \$@\`"
14628 ALL_MAKEFILES="$ALL_MAKEFILES \\
14629 dlls/dbghelp/Makefile"
14630 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14631 dbghelp"
14632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14633 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
14634 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14636 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14637 dciman32/libdciman32.$IMPLIBEXT"
14638 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14639 dciman32/libdciman32.def dciman32/libdciman32.a dciman32/libdciman32.cross.a: dciman32/dciman32.spec \$(WINEBUILD)
14640 @cd dciman32 && \$(MAKE) \`basename \$@\`"
14641 ALL_MAKEFILES="$ALL_MAKEFILES \\
14642 dlls/dciman32/Makefile"
14643 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14644 dciman32"
14645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14646 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
14647 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14649 ALL_MAKEFILES="$ALL_MAKEFILES \\
14650 dlls/ddeml.dll16/Makefile"
14651 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14652 ddeml.dll16"
14653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14654 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
14655 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14657 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14658 ddraw/libddraw.$IMPLIBEXT"
14659 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14660 ddraw/libddraw.def ddraw/libddraw.a ddraw/libddraw.cross.a: ddraw/ddraw.spec \$(WINEBUILD)
14661 @cd ddraw && \$(MAKE) \`basename \$@\`"
14662 ALL_MAKEFILES="$ALL_MAKEFILES \\
14663 dlls/ddraw/Makefile"
14664 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14665 ddraw"
14666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14667 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
14668 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14670 ALL_MAKEFILES="$ALL_MAKEFILES \\
14671 dlls/ddraw/tests/Makefile"
14672 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14673 ddraw/tests"
14674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14675 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
14676 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14678 ALL_MAKEFILES="$ALL_MAKEFILES \\
14679 dlls/ddrawex/Makefile"
14680 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14681 ddrawex"
14682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14683 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
14684 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14686 ALL_MAKEFILES="$ALL_MAKEFILES \\
14687 dlls/ddrawex/tests/Makefile"
14688 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14689 ddrawex/tests"
14690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14691 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
14692 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14694 ALL_MAKEFILES="$ALL_MAKEFILES \\
14695 dlls/devenum/Makefile"
14696 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14697 devenum"
14698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14699 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
14700 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14702 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14703 dinput/libdinput.$IMPLIBEXT \\
14704 dinput/libdinput.$STATIC_IMPLIBEXT"
14705 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14706 dinput/libdinput.def: dinput/dinput.spec \$(WINEBUILD)
14707 @cd dinput && \$(MAKE) \`basename \$@\`
14708 dinput/libdinput.$STATIC_IMPLIBEXT dinput/libdinput.cross.a: dummy
14709 @cd dinput && \$(MAKE) \`basename \$@\`"
14710 ALL_MAKEFILES="$ALL_MAKEFILES \\
14711 dlls/dinput/Makefile"
14712 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14713 dinput"
14714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14715 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
14716 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14718 ALL_MAKEFILES="$ALL_MAKEFILES \\
14719 dlls/dinput/tests/Makefile"
14720 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14721 dinput/tests"
14722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14723 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
14724 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14726 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14727 dinput8/libdinput8.$IMPLIBEXT"
14728 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14729 dinput8/libdinput8.def dinput8/libdinput8.a dinput8/libdinput8.cross.a: dinput8/dinput8.spec \$(WINEBUILD)
14730 @cd dinput8 && \$(MAKE) \`basename \$@\`"
14731 ALL_MAKEFILES="$ALL_MAKEFILES \\
14732 dlls/dinput8/Makefile"
14733 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14734 dinput8"
14735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14736 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
14737 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14739 ALL_MAKEFILES="$ALL_MAKEFILES \\
14740 dlls/dispdib.dll16/Makefile"
14741 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14742 dispdib.dll16"
14743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14744 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
14745 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14747 ALL_MAKEFILES="$ALL_MAKEFILES \\
14748 dlls/display.drv16/Makefile"
14749 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14750 display.drv16"
14751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14752 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
14753 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14755 ALL_MAKEFILES="$ALL_MAKEFILES \\
14756 dlls/dmband/Makefile"
14757 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14758 dmband"
14759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14760 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
14761 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14763 ALL_MAKEFILES="$ALL_MAKEFILES \\
14764 dlls/dmcompos/Makefile"
14765 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14766 dmcompos"
14767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14768 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
14769 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14771 ALL_MAKEFILES="$ALL_MAKEFILES \\
14772 dlls/dmime/Makefile"
14773 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14774 dmime"
14775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14776 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
14777 ac_config_files="$ac_config_files dlls/dmime/Makefile"
14779 ALL_MAKEFILES="$ALL_MAKEFILES \\
14780 dlls/dmloader/Makefile"
14781 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14782 dmloader"
14783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14784 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
14785 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14787 ALL_MAKEFILES="$ALL_MAKEFILES \\
14788 dlls/dmloader/tests/Makefile"
14789 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14790 dmloader/tests"
14791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14792 dlls/dmloader/tests/Makefile: dlls/dmloader/tests/Makefile.in dlls/Maketest.rules"
14793 ac_config_files="$ac_config_files dlls/dmloader/tests/Makefile"
14795 ALL_MAKEFILES="$ALL_MAKEFILES \\
14796 dlls/dmscript/Makefile"
14797 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14798 dmscript"
14799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14800 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
14801 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
14803 ALL_MAKEFILES="$ALL_MAKEFILES \\
14804 dlls/dmstyle/Makefile"
14805 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14806 dmstyle"
14807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14808 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
14809 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
14811 ALL_MAKEFILES="$ALL_MAKEFILES \\
14812 dlls/dmsynth/Makefile"
14813 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14814 dmsynth"
14815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14816 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
14817 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
14819 ALL_MAKEFILES="$ALL_MAKEFILES \\
14820 dlls/dmusic/Makefile"
14821 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14822 dmusic"
14823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14824 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
14825 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
14827 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14828 dmusic32/libdmusic32.$IMPLIBEXT"
14829 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14830 dmusic32/libdmusic32.def dmusic32/libdmusic32.a dmusic32/libdmusic32.cross.a: dmusic32/dmusic32.spec \$(WINEBUILD)
14831 @cd dmusic32 && \$(MAKE) \`basename \$@\`"
14832 ALL_MAKEFILES="$ALL_MAKEFILES \\
14833 dlls/dmusic32/Makefile"
14834 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14835 dmusic32"
14836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14837 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
14838 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
14840 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14841 dnsapi/libdnsapi.$IMPLIBEXT"
14842 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14843 dnsapi/libdnsapi.def dnsapi/libdnsapi.a dnsapi/libdnsapi.cross.a: dnsapi/dnsapi.spec \$(WINEBUILD)
14844 @cd dnsapi && \$(MAKE) \`basename \$@\`"
14845 ALL_MAKEFILES="$ALL_MAKEFILES \\
14846 dlls/dnsapi/Makefile"
14847 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14848 dnsapi"
14849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14850 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
14851 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
14853 ALL_MAKEFILES="$ALL_MAKEFILES \\
14854 dlls/dnsapi/tests/Makefile"
14855 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14856 dnsapi/tests"
14857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14858 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
14859 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
14861 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14862 dplay/libdplay.$IMPLIBEXT"
14863 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14864 dplay/libdplay.def dplay/libdplay.a dplay/libdplay.cross.a: dplay/dplay.spec \$(WINEBUILD)
14865 @cd dplay && \$(MAKE) \`basename \$@\`"
14866 ALL_MAKEFILES="$ALL_MAKEFILES \\
14867 dlls/dplay/Makefile"
14868 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14869 dplay"
14870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14871 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
14872 ac_config_files="$ac_config_files dlls/dplay/Makefile"
14874 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14875 dplayx/libdplayx.$IMPLIBEXT"
14876 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14877 dplayx/libdplayx.def dplayx/libdplayx.a dplayx/libdplayx.cross.a: dplayx/dplayx.spec \$(WINEBUILD)
14878 @cd dplayx && \$(MAKE) \`basename \$@\`"
14879 ALL_MAKEFILES="$ALL_MAKEFILES \\
14880 dlls/dplayx/Makefile"
14881 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14882 dplayx"
14883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14884 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
14885 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
14887 ALL_MAKEFILES="$ALL_MAKEFILES \\
14888 dlls/dplayx/tests/Makefile"
14889 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14890 dplayx/tests"
14891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14892 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
14893 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
14895 ALL_MAKEFILES="$ALL_MAKEFILES \\
14896 dlls/dpnaddr/Makefile"
14897 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14898 dpnaddr"
14899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14900 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
14901 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
14903 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14904 dpnet/libdpnet.$IMPLIBEXT"
14905 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14906 dpnet/libdpnet.def dpnet/libdpnet.a dpnet/libdpnet.cross.a: dpnet/dpnet.spec \$(WINEBUILD)
14907 @cd dpnet && \$(MAKE) \`basename \$@\`"
14908 ALL_MAKEFILES="$ALL_MAKEFILES \\
14909 dlls/dpnet/Makefile"
14910 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14911 dpnet"
14912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14913 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
14914 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
14916 ALL_MAKEFILES="$ALL_MAKEFILES \\
14917 dlls/dpnhpast/Makefile"
14918 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14919 dpnhpast"
14920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14921 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
14922 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
14924 ALL_MAKEFILES="$ALL_MAKEFILES \\
14925 dlls/dpnlobby/Makefile"
14926 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14927 dpnlobby"
14928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14929 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
14930 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
14932 ALL_MAKEFILES="$ALL_MAKEFILES \\
14933 dlls/dpwsockx/Makefile"
14934 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14935 dpwsockx"
14936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14937 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
14938 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
14940 ALL_MAKEFILES="$ALL_MAKEFILES \\
14941 dlls/drmclien/Makefile"
14942 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14943 drmclien"
14944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14945 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
14946 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
14948 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14949 dsound/libdsound.$IMPLIBEXT"
14950 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14951 dsound/libdsound.def dsound/libdsound.a dsound/libdsound.cross.a: dsound/dsound.spec \$(WINEBUILD)
14952 @cd dsound && \$(MAKE) \`basename \$@\`"
14953 ALL_MAKEFILES="$ALL_MAKEFILES \\
14954 dlls/dsound/Makefile"
14955 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14956 dsound"
14957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14958 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
14959 ac_config_files="$ac_config_files dlls/dsound/Makefile"
14961 ALL_MAKEFILES="$ALL_MAKEFILES \\
14962 dlls/dsound/tests/Makefile"
14963 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14964 dsound/tests"
14965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14966 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
14967 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
14969 ALL_MAKEFILES="$ALL_MAKEFILES \\
14970 dlls/dssenh/Makefile"
14971 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14972 dssenh"
14973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14974 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
14975 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
14977 ALL_MAKEFILES="$ALL_MAKEFILES \\
14978 dlls/dswave/Makefile"
14979 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14980 dswave"
14981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14982 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
14983 ac_config_files="$ac_config_files dlls/dswave/Makefile"
14985 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14986 dwmapi/libdwmapi.$IMPLIBEXT"
14987 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14988 dwmapi/libdwmapi.def dwmapi/libdwmapi.a dwmapi/libdwmapi.cross.a: dwmapi/dwmapi.spec \$(WINEBUILD)
14989 @cd dwmapi && \$(MAKE) \`basename \$@\`"
14990 ALL_MAKEFILES="$ALL_MAKEFILES \\
14991 dlls/dwmapi/Makefile"
14992 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14993 dwmapi"
14994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14995 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
14996 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
14998 ALL_MAKEFILES="$ALL_MAKEFILES \\
14999 dlls/dxdiagn/Makefile"
15000 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15001 dxdiagn"
15002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15003 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
15004 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
15006 ALL_MAKEFILES="$ALL_MAKEFILES \\
15007 dlls/dxdiagn/tests/Makefile"
15008 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15009 dxdiagn/tests"
15010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15011 dlls/dxdiagn/tests/Makefile: dlls/dxdiagn/tests/Makefile.in dlls/Maketest.rules"
15012 ac_config_files="$ac_config_files dlls/dxdiagn/tests/Makefile"
15014 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15015 dxerr8/libdxerr8.a"
15016 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15017 dxerr8/libdxerr8.a: dxerr8
15018 dxerr8/libdxerr8.cross.a: dummy
15019 @cd dxerr8 && \$(MAKE) libdxerr8.cross.a"
15020 ALL_MAKEFILES="$ALL_MAKEFILES \\
15021 dlls/dxerr8/Makefile"
15022 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
15023 dxerr8"
15024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15025 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
15026 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
15028 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15029 dxerr9/libdxerr9.a"
15030 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15031 dxerr9/libdxerr9.a: dxerr9
15032 dxerr9/libdxerr9.cross.a: dummy
15033 @cd dxerr9 && \$(MAKE) libdxerr9.cross.a"
15034 ALL_MAKEFILES="$ALL_MAKEFILES \\
15035 dlls/dxerr9/Makefile"
15036 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
15037 dxerr9"
15038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15039 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
15040 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
15042 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15043 dxgi/libdxgi.$IMPLIBEXT"
15044 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15045 dxgi/libdxgi.def dxgi/libdxgi.a dxgi/libdxgi.cross.a: dxgi/dxgi.spec \$(WINEBUILD)
15046 @cd dxgi && \$(MAKE) \`basename \$@\`"
15047 ALL_MAKEFILES="$ALL_MAKEFILES \\
15048 dlls/dxgi/Makefile"
15049 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15050 dxgi"
15051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15052 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
15053 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
15055 ALL_MAKEFILES="$ALL_MAKEFILES \\
15056 dlls/dxgi/tests/Makefile"
15057 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15058 dxgi/tests"
15059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15060 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
15061 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
15063 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15064 dxguid/libdxguid.a"
15065 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15066 dxguid/libdxguid.a: dxguid
15067 dxguid/libdxguid.cross.a: dummy
15068 @cd dxguid && \$(MAKE) libdxguid.cross.a"
15069 ALL_MAKEFILES="$ALL_MAKEFILES \\
15070 dlls/dxguid/Makefile"
15071 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
15072 dxguid"
15073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15074 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
15075 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
15077 ALL_MAKEFILES="$ALL_MAKEFILES \\
15078 dlls/faultrep/Makefile"
15079 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15080 faultrep"
15081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15082 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
15083 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
15085 ALL_MAKEFILES="$ALL_MAKEFILES \\
15086 dlls/fltlib/Makefile"
15087 test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15088 fltlib"
15089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15090 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules"
15091 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
15093 ALL_MAKEFILES="$ALL_MAKEFILES \\
15094 dlls/fusion/Makefile"
15095 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15096 fusion"
15097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15098 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
15099 ac_config_files="$ac_config_files dlls/fusion/Makefile"
15101 ALL_MAKEFILES="$ALL_MAKEFILES \\
15102 dlls/fusion/tests/Makefile"
15103 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15104 fusion/tests"
15105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15106 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
15107 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
15109 ALL_MAKEFILES="$ALL_MAKEFILES \\
15110 dlls/fwpuclnt/Makefile"
15111 test "x$enable_fwpuclnt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15112 fwpuclnt"
15113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15114 dlls/fwpuclnt/Makefile: dlls/fwpuclnt/Makefile.in dlls/Makedll.rules"
15115 ac_config_files="$ac_config_files dlls/fwpuclnt/Makefile"
15117 ALL_MAKEFILES="$ALL_MAKEFILES \\
15118 dlls/gdi.exe16/Makefile"
15119 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15120 gdi.exe16"
15121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15122 dlls/gdi.exe16/Makefile: dlls/gdi.exe16/Makefile.in dlls/Makedll.rules"
15123 ac_config_files="$ac_config_files dlls/gdi.exe16/Makefile"
15125 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15126 gdi32/libgdi32.$IMPLIBEXT"
15127 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15128 gdi32/libgdi32.def gdi32/libgdi32.a gdi32/libgdi32.cross.a: gdi32/gdi32.spec \$(WINEBUILD)
15129 @cd gdi32 && \$(MAKE) \`basename \$@\`"
15130 ALL_MAKEFILES="$ALL_MAKEFILES \\
15131 dlls/gdi32/Makefile"
15132 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15133 gdi32"
15134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15135 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
15136 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
15138 ALL_MAKEFILES="$ALL_MAKEFILES \\
15139 dlls/gdi32/tests/Makefile"
15140 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15141 gdi32/tests"
15142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15143 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
15144 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
15146 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15147 gdiplus/libgdiplus.$IMPLIBEXT"
15148 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15149 gdiplus/libgdiplus.def gdiplus/libgdiplus.a gdiplus/libgdiplus.cross.a: gdiplus/gdiplus.spec \$(WINEBUILD)
15150 @cd gdiplus && \$(MAKE) \`basename \$@\`"
15151 ALL_MAKEFILES="$ALL_MAKEFILES \\
15152 dlls/gdiplus/Makefile"
15153 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15154 gdiplus"
15155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15156 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
15157 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
15159 ALL_MAKEFILES="$ALL_MAKEFILES \\
15160 dlls/gdiplus/tests/Makefile"
15161 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15162 gdiplus/tests"
15163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15164 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
15165 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
15167 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15168 glu32/libglu32.$IMPLIBEXT"
15169 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15170 glu32/libglu32.def glu32/libglu32.a glu32/libglu32.cross.a: glu32/glu32.spec \$(WINEBUILD)
15171 @cd glu32 && \$(MAKE) \`basename \$@\`"
15172 ALL_MAKEFILES="$ALL_MAKEFILES \\
15173 dlls/glu32/Makefile"
15174 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15175 glu32"
15176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15177 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
15178 ac_config_files="$ac_config_files dlls/glu32/Makefile"
15180 ALL_MAKEFILES="$ALL_MAKEFILES \\
15181 dlls/gphoto2.ds/Makefile"
15182 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15183 gphoto2.ds"
15184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15185 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
15186 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
15188 ALL_MAKEFILES="$ALL_MAKEFILES \\
15189 dlls/gpkcsp/Makefile"
15190 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15191 gpkcsp"
15192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15193 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
15194 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
15196 ALL_MAKEFILES="$ALL_MAKEFILES \\
15197 dlls/hal/Makefile"
15198 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15199 hal"
15200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15201 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
15202 ac_config_files="$ac_config_files dlls/hal/Makefile"
15204 ALL_MAKEFILES="$ALL_MAKEFILES \\
15205 dlls/hhctrl.ocx/Makefile"
15206 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15207 hhctrl.ocx"
15208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15209 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
15210 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
15212 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15213 hid/libhid.$IMPLIBEXT"
15214 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15215 hid/libhid.def hid/libhid.a hid/libhid.cross.a: hid/hid.spec \$(WINEBUILD)
15216 @cd hid && \$(MAKE) \`basename \$@\`"
15217 ALL_MAKEFILES="$ALL_MAKEFILES \\
15218 dlls/hid/Makefile"
15219 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15220 hid"
15221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15222 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
15223 ac_config_files="$ac_config_files dlls/hid/Makefile"
15225 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15226 hlink/libhlink.$IMPLIBEXT"
15227 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15228 hlink/libhlink.def hlink/libhlink.a hlink/libhlink.cross.a: hlink/hlink.spec \$(WINEBUILD)
15229 @cd hlink && \$(MAKE) \`basename \$@\`"
15230 ALL_MAKEFILES="$ALL_MAKEFILES \\
15231 dlls/hlink/Makefile"
15232 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15233 hlink"
15234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15235 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
15236 ac_config_files="$ac_config_files dlls/hlink/Makefile"
15238 ALL_MAKEFILES="$ALL_MAKEFILES \\
15239 dlls/hlink/tests/Makefile"
15240 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15241 hlink/tests"
15242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15243 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
15244 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
15246 ALL_MAKEFILES="$ALL_MAKEFILES \\
15247 dlls/hnetcfg/Makefile"
15248 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15249 hnetcfg"
15250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15251 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
15252 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
15254 ALL_MAKEFILES="$ALL_MAKEFILES \\
15255 dlls/httpapi/Makefile"
15256 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15257 httpapi"
15258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15259 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
15260 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
15262 ALL_MAKEFILES="$ALL_MAKEFILES \\
15263 dlls/iccvid/Makefile"
15264 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15265 iccvid"
15266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15267 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
15268 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
15270 ALL_MAKEFILES="$ALL_MAKEFILES \\
15271 dlls/icmp/Makefile"
15272 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15273 icmp"
15274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15275 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
15276 ac_config_files="$ac_config_files dlls/icmp/Makefile"
15278 ALL_MAKEFILES="$ALL_MAKEFILES \\
15279 dlls/ifsmgr.vxd/Makefile"
15280 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15281 ifsmgr.vxd"
15282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15283 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
15284 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
15286 ALL_MAKEFILES="$ALL_MAKEFILES \\
15287 dlls/imaadp32.acm/Makefile"
15288 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15289 imaadp32.acm"
15290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15291 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
15292 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
15294 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15295 imagehlp/libimagehlp.$IMPLIBEXT"
15296 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15297 imagehlp/libimagehlp.def imagehlp/libimagehlp.a imagehlp/libimagehlp.cross.a: imagehlp/imagehlp.spec \$(WINEBUILD)
15298 @cd imagehlp && \$(MAKE) \`basename \$@\`"
15299 ALL_MAKEFILES="$ALL_MAKEFILES \\
15300 dlls/imagehlp/Makefile"
15301 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15302 imagehlp"
15303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15304 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
15305 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
15307 ALL_MAKEFILES="$ALL_MAKEFILES \\
15308 dlls/imagehlp/tests/Makefile"
15309 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15310 imagehlp/tests"
15311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15312 dlls/imagehlp/tests/Makefile: dlls/imagehlp/tests/Makefile.in dlls/Maketest.rules"
15313 ac_config_files="$ac_config_files dlls/imagehlp/tests/Makefile"
15315 ALL_MAKEFILES="$ALL_MAKEFILES \\
15316 dlls/imm.dll16/Makefile"
15317 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15318 imm.dll16"
15319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15320 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
15321 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
15323 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15324 imm32/libimm32.$IMPLIBEXT"
15325 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15326 imm32/libimm32.def imm32/libimm32.a imm32/libimm32.cross.a: imm32/imm32.spec \$(WINEBUILD)
15327 @cd imm32 && \$(MAKE) \`basename \$@\`"
15328 ALL_MAKEFILES="$ALL_MAKEFILES \\
15329 dlls/imm32/Makefile"
15330 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15331 imm32"
15332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15333 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
15334 ac_config_files="$ac_config_files dlls/imm32/Makefile"
15336 ALL_MAKEFILES="$ALL_MAKEFILES \\
15337 dlls/imm32/tests/Makefile"
15338 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15339 imm32/tests"
15340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15341 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
15342 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
15344 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15345 inetcomm/libinetcomm.$IMPLIBEXT"
15346 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15347 inetcomm/libinetcomm.def inetcomm/libinetcomm.a inetcomm/libinetcomm.cross.a: inetcomm/inetcomm.spec \$(WINEBUILD)
15348 @cd inetcomm && \$(MAKE) \`basename \$@\`"
15349 ALL_MAKEFILES="$ALL_MAKEFILES \\
15350 dlls/inetcomm/Makefile"
15351 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15352 inetcomm"
15353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15354 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
15355 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
15357 ALL_MAKEFILES="$ALL_MAKEFILES \\
15358 dlls/inetcomm/tests/Makefile"
15359 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15360 inetcomm/tests"
15361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15362 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
15363 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
15365 ALL_MAKEFILES="$ALL_MAKEFILES \\
15366 dlls/inetmib1/Makefile"
15367 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15368 inetmib1"
15369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15370 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
15371 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
15373 ALL_MAKEFILES="$ALL_MAKEFILES \\
15374 dlls/inetmib1/tests/Makefile"
15375 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15376 inetmib1/tests"
15377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15378 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
15379 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
15381 ALL_MAKEFILES="$ALL_MAKEFILES \\
15382 dlls/infosoft/Makefile"
15383 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15384 infosoft"
15385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15386 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
15387 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
15389 ALL_MAKEFILES="$ALL_MAKEFILES \\
15390 dlls/infosoft/tests/Makefile"
15391 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15392 infosoft/tests"
15393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15394 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
15395 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
15397 ALL_MAKEFILES="$ALL_MAKEFILES \\
15398 dlls/initpki/Makefile"
15399 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15400 initpki"
15401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15402 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
15403 ac_config_files="$ac_config_files dlls/initpki/Makefile"
15405 ALL_MAKEFILES="$ALL_MAKEFILES \\
15406 dlls/inkobj/Makefile"
15407 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15408 inkobj"
15409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15410 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
15411 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
15413 ALL_MAKEFILES="$ALL_MAKEFILES \\
15414 dlls/inseng/Makefile"
15415 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15416 inseng"
15417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15418 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
15419 ac_config_files="$ac_config_files dlls/inseng/Makefile"
15421 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15422 iphlpapi/libiphlpapi.$IMPLIBEXT"
15423 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15424 iphlpapi/libiphlpapi.def iphlpapi/libiphlpapi.a iphlpapi/libiphlpapi.cross.a: iphlpapi/iphlpapi.spec \$(WINEBUILD)
15425 @cd iphlpapi && \$(MAKE) \`basename \$@\`"
15426 ALL_MAKEFILES="$ALL_MAKEFILES \\
15427 dlls/iphlpapi/Makefile"
15428 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15429 iphlpapi"
15430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15431 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
15432 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
15434 ALL_MAKEFILES="$ALL_MAKEFILES \\
15435 dlls/iphlpapi/tests/Makefile"
15436 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15437 iphlpapi/tests"
15438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15439 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
15440 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
15442 ALL_MAKEFILES="$ALL_MAKEFILES \\
15443 dlls/itircl/Makefile"
15444 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15445 itircl"
15446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15447 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
15448 ac_config_files="$ac_config_files dlls/itircl/Makefile"
15450 ALL_MAKEFILES="$ALL_MAKEFILES \\
15451 dlls/itss/Makefile"
15452 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15453 itss"
15454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15455 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
15456 ac_config_files="$ac_config_files dlls/itss/Makefile"
15458 ALL_MAKEFILES="$ALL_MAKEFILES \\
15459 dlls/itss/tests/Makefile"
15460 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15461 itss/tests"
15462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15463 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
15464 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
15466 ALL_MAKEFILES="$ALL_MAKEFILES \\
15467 dlls/jscript/Makefile"
15468 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15469 jscript"
15470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15471 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
15472 ac_config_files="$ac_config_files dlls/jscript/Makefile"
15474 ALL_MAKEFILES="$ALL_MAKEFILES \\
15475 dlls/jscript/tests/Makefile"
15476 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15477 jscript/tests"
15478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15479 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
15480 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
15482 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15483 kernel32/libkernel32.$IMPLIBEXT"
15484 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15485 kernel32/libkernel32.def kernel32/libkernel32.a kernel32/libkernel32.cross.a: kernel32/kernel32.spec \$(WINEBUILD)
15486 @cd kernel32 && \$(MAKE) \`basename \$@\`"
15487 ALL_MAKEFILES="$ALL_MAKEFILES \\
15488 dlls/kernel32/Makefile"
15489 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15490 kernel32"
15491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15492 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
15493 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
15495 ALL_MAKEFILES="$ALL_MAKEFILES \\
15496 dlls/kernel32/tests/Makefile"
15497 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15498 kernel32/tests"
15499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15500 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
15501 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
15503 ALL_MAKEFILES="$ALL_MAKEFILES \\
15504 dlls/keyboard.drv16/Makefile"
15505 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15506 keyboard.drv16"
15507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15508 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
15509 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
15511 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15512 krnl386.exe16/libkernel.$IMPLIBEXT \\
15513 libkernel.$IMPLIBEXT"
15514 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15515 libkernel.a: krnl386.exe16/libkernel.a
15516 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.a \$@
15517 libkernel.cross.a: krnl386.exe16/libkernel.cross.a
15518 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.cross.a \$@
15519 libkernel.def: krnl386.exe16/libkernel.def
15520 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.def \$@
15521 clean::
15522 \$(RM) libkernel.def
15523 krnl386.exe16/libkernel.def krnl386.exe16/libkernel.a krnl386.exe16/libkernel.cross.a: krnl386.exe16/krnl386.exe16.spec \$(WINEBUILD)
15524 @cd krnl386.exe16 && \$(MAKE) \`basename \$@\`"
15525 ALL_MAKEFILES="$ALL_MAKEFILES \\
15526 dlls/krnl386.exe16/Makefile"
15527 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15528 krnl386.exe16"
15529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15530 dlls/krnl386.exe16/Makefile: dlls/krnl386.exe16/Makefile.in dlls/Makedll.rules"
15531 ac_config_files="$ac_config_files dlls/krnl386.exe16/Makefile"
15533 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15534 loadperf/libloadperf.$IMPLIBEXT"
15535 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15536 loadperf/libloadperf.def loadperf/libloadperf.a loadperf/libloadperf.cross.a: loadperf/loadperf.spec \$(WINEBUILD)
15537 @cd loadperf && \$(MAKE) \`basename \$@\`"
15538 ALL_MAKEFILES="$ALL_MAKEFILES \\
15539 dlls/loadperf/Makefile"
15540 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15541 loadperf"
15542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15543 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
15544 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
15546 ALL_MAKEFILES="$ALL_MAKEFILES \\
15547 dlls/localspl/Makefile"
15548 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15549 localspl"
15550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15551 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
15552 ac_config_files="$ac_config_files dlls/localspl/Makefile"
15554 ALL_MAKEFILES="$ALL_MAKEFILES \\
15555 dlls/localspl/tests/Makefile"
15556 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15557 localspl/tests"
15558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15559 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
15560 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
15562 ALL_MAKEFILES="$ALL_MAKEFILES \\
15563 dlls/localui/Makefile"
15564 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15565 localui"
15566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15567 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
15568 ac_config_files="$ac_config_files dlls/localui/Makefile"
15570 ALL_MAKEFILES="$ALL_MAKEFILES \\
15571 dlls/localui/tests/Makefile"
15572 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15573 localui/tests"
15574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15575 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
15576 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
15578 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15579 lz32/liblz32.$IMPLIBEXT"
15580 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15581 lz32/liblz32.def lz32/liblz32.a lz32/liblz32.cross.a: lz32/lz32.spec \$(WINEBUILD)
15582 @cd lz32 && \$(MAKE) \`basename \$@\`"
15583 ALL_MAKEFILES="$ALL_MAKEFILES \\
15584 dlls/lz32/Makefile"
15585 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15586 lz32"
15587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15588 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
15589 ac_config_files="$ac_config_files dlls/lz32/Makefile"
15591 ALL_MAKEFILES="$ALL_MAKEFILES \\
15592 dlls/lz32/tests/Makefile"
15593 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15594 lz32/tests"
15595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15596 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
15597 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
15599 ALL_MAKEFILES="$ALL_MAKEFILES \\
15600 dlls/lzexpand.dll16/Makefile"
15601 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15602 lzexpand.dll16"
15603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15604 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
15605 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
15607 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15608 mapi32/libmapi32.$IMPLIBEXT"
15609 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15610 mapi32/libmapi32.def mapi32/libmapi32.a mapi32/libmapi32.cross.a: mapi32/mapi32.spec \$(WINEBUILD)
15611 @cd mapi32 && \$(MAKE) \`basename \$@\`"
15612 ALL_MAKEFILES="$ALL_MAKEFILES \\
15613 dlls/mapi32/Makefile"
15614 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15615 mapi32"
15616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15617 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
15618 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
15620 ALL_MAKEFILES="$ALL_MAKEFILES \\
15621 dlls/mapi32/tests/Makefile"
15622 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15623 mapi32/tests"
15624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15625 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
15626 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
15628 ALL_MAKEFILES="$ALL_MAKEFILES \\
15629 dlls/mapistub/Makefile"
15630 test "x$enable_mapistub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15631 mapistub"
15632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15633 dlls/mapistub/Makefile: dlls/mapistub/Makefile.in dlls/Makedll.rules"
15634 ac_config_files="$ac_config_files dlls/mapistub/Makefile"
15636 ALL_MAKEFILES="$ALL_MAKEFILES \\
15637 dlls/mciavi32/Makefile"
15638 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15639 mciavi32"
15640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15641 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
15642 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
15644 ALL_MAKEFILES="$ALL_MAKEFILES \\
15645 dlls/mcicda/Makefile"
15646 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15647 mcicda"
15648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15649 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
15650 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
15652 ALL_MAKEFILES="$ALL_MAKEFILES \\
15653 dlls/mciqtz32/Makefile"
15654 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15655 mciqtz32"
15656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15657 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
15658 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
15660 ALL_MAKEFILES="$ALL_MAKEFILES \\
15661 dlls/mciseq/Makefile"
15662 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15663 mciseq"
15664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15665 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
15666 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
15668 ALL_MAKEFILES="$ALL_MAKEFILES \\
15669 dlls/mciwave/Makefile"
15670 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15671 mciwave"
15672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15673 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
15674 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
15676 ALL_MAKEFILES="$ALL_MAKEFILES \\
15677 dlls/midimap/Makefile"
15678 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15679 midimap"
15680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15681 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
15682 ac_config_files="$ac_config_files dlls/midimap/Makefile"
15684 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15685 mlang/libmlang.$IMPLIBEXT"
15686 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15687 mlang/libmlang.def mlang/libmlang.a mlang/libmlang.cross.a: mlang/mlang.spec \$(WINEBUILD)
15688 @cd mlang && \$(MAKE) \`basename \$@\`"
15689 ALL_MAKEFILES="$ALL_MAKEFILES \\
15690 dlls/mlang/Makefile"
15691 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15692 mlang"
15693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15694 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
15695 ac_config_files="$ac_config_files dlls/mlang/Makefile"
15697 ALL_MAKEFILES="$ALL_MAKEFILES \\
15698 dlls/mlang/tests/Makefile"
15699 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15700 mlang/tests"
15701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15702 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
15703 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
15705 ALL_MAKEFILES="$ALL_MAKEFILES \\
15706 dlls/mmdevapi/Makefile"
15707 test "x$enable_mmdevapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15708 mmdevapi"
15709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15710 dlls/mmdevapi/Makefile: dlls/mmdevapi/Makefile.in dlls/Makedll.rules"
15711 ac_config_files="$ac_config_files dlls/mmdevapi/Makefile"
15713 ALL_MAKEFILES="$ALL_MAKEFILES \\
15714 dlls/mmdevapi/tests/Makefile"
15715 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15716 mmdevapi/tests"
15717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15718 dlls/mmdevapi/tests/Makefile: dlls/mmdevapi/tests/Makefile.in dlls/Maketest.rules"
15719 ac_config_files="$ac_config_files dlls/mmdevapi/tests/Makefile"
15721 ALL_MAKEFILES="$ALL_MAKEFILES \\
15722 dlls/mmdevldr.vxd/Makefile"
15723 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15724 mmdevldr.vxd"
15725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15726 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
15727 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
15729 ALL_MAKEFILES="$ALL_MAKEFILES \\
15730 dlls/mmsystem.dll16/Makefile"
15731 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15732 mmsystem.dll16"
15733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15734 dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules"
15735 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
15737 ALL_MAKEFILES="$ALL_MAKEFILES \\
15738 dlls/monodebg.vxd/Makefile"
15739 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15740 monodebg.vxd"
15741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15742 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
15743 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
15745 ALL_MAKEFILES="$ALL_MAKEFILES \\
15746 dlls/mountmgr.sys/Makefile"
15747 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15748 mountmgr.sys"
15749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15750 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
15751 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
15753 ALL_MAKEFILES="$ALL_MAKEFILES \\
15754 dlls/mouse.drv16/Makefile"
15755 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15756 mouse.drv16"
15757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15758 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
15759 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
15761 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15762 mpr/libmpr.$IMPLIBEXT"
15763 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15764 mpr/libmpr.def mpr/libmpr.a mpr/libmpr.cross.a: mpr/mpr.spec \$(WINEBUILD)
15765 @cd mpr && \$(MAKE) \`basename \$@\`"
15766 ALL_MAKEFILES="$ALL_MAKEFILES \\
15767 dlls/mpr/Makefile"
15768 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15769 mpr"
15770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15771 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
15772 ac_config_files="$ac_config_files dlls/mpr/Makefile"
15774 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15775 mprapi/libmprapi.$IMPLIBEXT"
15776 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15777 mprapi/libmprapi.def mprapi/libmprapi.a mprapi/libmprapi.cross.a: mprapi/mprapi.spec \$(WINEBUILD)
15778 @cd mprapi && \$(MAKE) \`basename \$@\`"
15779 ALL_MAKEFILES="$ALL_MAKEFILES \\
15780 dlls/mprapi/Makefile"
15781 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15782 mprapi"
15783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15784 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
15785 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
15787 ALL_MAKEFILES="$ALL_MAKEFILES \\
15788 dlls/msacm.dll16/Makefile"
15789 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15790 msacm.dll16"
15791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15792 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
15793 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
15795 ALL_MAKEFILES="$ALL_MAKEFILES \\
15796 dlls/msacm32.drv/Makefile"
15797 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15798 msacm32.drv"
15799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15800 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
15801 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
15803 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15804 msacm32/libmsacm32.$IMPLIBEXT"
15805 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15806 msacm32/libmsacm32.def msacm32/libmsacm32.a msacm32/libmsacm32.cross.a: msacm32/msacm32.spec \$(WINEBUILD)
15807 @cd msacm32 && \$(MAKE) \`basename \$@\`"
15808 ALL_MAKEFILES="$ALL_MAKEFILES \\
15809 dlls/msacm32/Makefile"
15810 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15811 msacm32"
15812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15813 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
15814 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
15816 ALL_MAKEFILES="$ALL_MAKEFILES \\
15817 dlls/msacm32/tests/Makefile"
15818 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15819 msacm32/tests"
15820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15821 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
15822 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
15824 ALL_MAKEFILES="$ALL_MAKEFILES \\
15825 dlls/msadp32.acm/Makefile"
15826 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15827 msadp32.acm"
15828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15829 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
15830 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
15832 ALL_MAKEFILES="$ALL_MAKEFILES \\
15833 dlls/mscat32/Makefile"
15834 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15835 mscat32"
15836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15837 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
15838 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
15840 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15841 mscms/libmscms.$IMPLIBEXT"
15842 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15843 mscms/libmscms.def mscms/libmscms.a mscms/libmscms.cross.a: mscms/mscms.spec \$(WINEBUILD)
15844 @cd mscms && \$(MAKE) \`basename \$@\`"
15845 ALL_MAKEFILES="$ALL_MAKEFILES \\
15846 dlls/mscms/Makefile"
15847 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15848 mscms"
15849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15850 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
15851 ac_config_files="$ac_config_files dlls/mscms/Makefile"
15853 ALL_MAKEFILES="$ALL_MAKEFILES \\
15854 dlls/mscms/tests/Makefile"
15855 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15856 mscms/tests"
15857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15858 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
15859 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
15861 ALL_MAKEFILES="$ALL_MAKEFILES \\
15862 dlls/mscoree/Makefile"
15863 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15864 mscoree"
15865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15866 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
15867 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
15869 ALL_MAKEFILES="$ALL_MAKEFILES \\
15870 dlls/msctf/Makefile"
15871 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15872 msctf"
15873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15874 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
15875 ac_config_files="$ac_config_files dlls/msctf/Makefile"
15877 ALL_MAKEFILES="$ALL_MAKEFILES \\
15878 dlls/msctf/tests/Makefile"
15879 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15880 msctf/tests"
15881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15882 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
15883 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
15885 ALL_MAKEFILES="$ALL_MAKEFILES \\
15886 dlls/msdaps/Makefile"
15887 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15888 msdaps"
15889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15890 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
15891 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
15893 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15894 msdmo/libmsdmo.$IMPLIBEXT"
15895 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15896 msdmo/libmsdmo.def msdmo/libmsdmo.a msdmo/libmsdmo.cross.a: msdmo/msdmo.spec \$(WINEBUILD)
15897 @cd msdmo && \$(MAKE) \`basename \$@\`"
15898 ALL_MAKEFILES="$ALL_MAKEFILES \\
15899 dlls/msdmo/Makefile"
15900 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15901 msdmo"
15902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15903 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
15904 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
15906 ALL_MAKEFILES="$ALL_MAKEFILES \\
15907 dlls/msftedit/Makefile"
15908 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15909 msftedit"
15910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15911 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
15912 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
15914 ALL_MAKEFILES="$ALL_MAKEFILES \\
15915 dlls/msg711.acm/Makefile"
15916 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15917 msg711.acm"
15918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15919 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
15920 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
15922 ALL_MAKEFILES="$ALL_MAKEFILES \\
15923 dlls/msgsm32.acm/Makefile"
15924 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15925 msgsm32.acm"
15926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15927 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
15928 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
15930 ALL_MAKEFILES="$ALL_MAKEFILES \\
15931 dlls/mshtml.tlb/Makefile"
15932 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15933 mshtml.tlb"
15934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15935 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
15936 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
15938 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15939 mshtml/libmshtml.$IMPLIBEXT"
15940 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15941 mshtml/libmshtml.def mshtml/libmshtml.a mshtml/libmshtml.cross.a: mshtml/mshtml.spec \$(WINEBUILD)
15942 @cd mshtml && \$(MAKE) \`basename \$@\`"
15943 ALL_MAKEFILES="$ALL_MAKEFILES \\
15944 dlls/mshtml/Makefile"
15945 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15946 mshtml"
15947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15948 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
15949 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
15951 ALL_MAKEFILES="$ALL_MAKEFILES \\
15952 dlls/mshtml/tests/Makefile"
15953 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15954 mshtml/tests"
15955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15956 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
15957 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
15959 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15960 msi/libmsi.$IMPLIBEXT"
15961 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15962 msi/libmsi.def msi/libmsi.a msi/libmsi.cross.a: msi/msi.spec \$(WINEBUILD)
15963 @cd msi && \$(MAKE) \`basename \$@\`"
15964 ALL_MAKEFILES="$ALL_MAKEFILES \\
15965 dlls/msi/Makefile"
15966 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15967 msi"
15968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15969 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
15970 ac_config_files="$ac_config_files dlls/msi/Makefile"
15972 ALL_MAKEFILES="$ALL_MAKEFILES \\
15973 dlls/msi/tests/Makefile"
15974 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15975 msi/tests"
15976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15977 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
15978 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
15980 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15981 msimg32/libmsimg32.$IMPLIBEXT"
15982 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15983 msimg32/libmsimg32.def msimg32/libmsimg32.a msimg32/libmsimg32.cross.a: msimg32/msimg32.spec \$(WINEBUILD)
15984 @cd msimg32 && \$(MAKE) \`basename \$@\`"
15985 ALL_MAKEFILES="$ALL_MAKEFILES \\
15986 dlls/msimg32/Makefile"
15987 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15988 msimg32"
15989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15990 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
15991 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
15993 ALL_MAKEFILES="$ALL_MAKEFILES \\
15994 dlls/msimtf/Makefile"
15995 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15996 msimtf"
15997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15998 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
15999 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
16001 ALL_MAKEFILES="$ALL_MAKEFILES \\
16002 dlls/msisip/Makefile"
16003 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16004 msisip"
16005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16006 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
16007 ac_config_files="$ac_config_files dlls/msisip/Makefile"
16009 ALL_MAKEFILES="$ALL_MAKEFILES \\
16010 dlls/msisys.ocx/Makefile"
16011 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16012 msisys.ocx"
16013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16014 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
16015 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
16017 ALL_MAKEFILES="$ALL_MAKEFILES \\
16018 dlls/msnet32/Makefile"
16019 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16020 msnet32"
16021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16022 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
16023 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
16025 ALL_MAKEFILES="$ALL_MAKEFILES \\
16026 dlls/msrle32/Makefile"
16027 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16028 msrle32"
16029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16030 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
16031 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
16033 ALL_MAKEFILES="$ALL_MAKEFILES \\
16034 dlls/mssign32/Makefile"
16035 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16036 mssign32"
16037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16038 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
16039 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
16041 ALL_MAKEFILES="$ALL_MAKEFILES \\
16042 dlls/mssip32/Makefile"
16043 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16044 mssip32"
16045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16046 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
16047 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
16049 ALL_MAKEFILES="$ALL_MAKEFILES \\
16050 dlls/mstask/Makefile"
16051 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16052 mstask"
16053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16054 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
16055 ac_config_files="$ac_config_files dlls/mstask/Makefile"
16057 ALL_MAKEFILES="$ALL_MAKEFILES \\
16058 dlls/mstask/tests/Makefile"
16059 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16060 mstask/tests"
16061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16062 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
16063 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
16065 ALL_MAKEFILES="$ALL_MAKEFILES \\
16066 dlls/msvcirt/Makefile"
16067 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16068 msvcirt"
16069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16070 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
16071 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
16073 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16074 msvcr71/libmsvcr71.$IMPLIBEXT"
16075 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16076 msvcr71/libmsvcr71.def msvcr71/libmsvcr71.a msvcr71/libmsvcr71.cross.a: msvcr71/msvcr71.spec \$(WINEBUILD)
16077 @cd msvcr71 && \$(MAKE) \`basename \$@\`"
16078 ALL_MAKEFILES="$ALL_MAKEFILES \\
16079 dlls/msvcr71/Makefile"
16080 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16081 msvcr71"
16082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16083 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
16084 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
16086 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16087 msvcrt/libmsvcrt.$IMPLIBEXT"
16088 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16089 msvcrt/libmsvcrt.def msvcrt/libmsvcrt.a msvcrt/libmsvcrt.cross.a: msvcrt/msvcrt.spec \$(WINEBUILD)
16090 @cd msvcrt && \$(MAKE) \`basename \$@\`"
16091 ALL_MAKEFILES="$ALL_MAKEFILES \\
16092 dlls/msvcrt/Makefile"
16093 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16094 msvcrt"
16095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16096 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
16097 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
16099 ALL_MAKEFILES="$ALL_MAKEFILES \\
16100 dlls/msvcrt/tests/Makefile"
16101 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16102 msvcrt/tests"
16103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16104 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
16105 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
16107 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16108 msvcrt20/libmsvcrt20.$IMPLIBEXT"
16109 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16110 msvcrt20/libmsvcrt20.def msvcrt20/libmsvcrt20.a msvcrt20/libmsvcrt20.cross.a: msvcrt20/msvcrt20.spec \$(WINEBUILD)
16111 @cd msvcrt20 && \$(MAKE) \`basename \$@\`"
16112 ALL_MAKEFILES="$ALL_MAKEFILES \\
16113 dlls/msvcrt20/Makefile"
16114 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16115 msvcrt20"
16116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16117 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
16118 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
16120 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16121 msvcrt40/libmsvcrt40.$IMPLIBEXT"
16122 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16123 msvcrt40/libmsvcrt40.def msvcrt40/libmsvcrt40.a msvcrt40/libmsvcrt40.cross.a: msvcrt40/msvcrt40.spec \$(WINEBUILD)
16124 @cd msvcrt40 && \$(MAKE) \`basename \$@\`"
16125 ALL_MAKEFILES="$ALL_MAKEFILES \\
16126 dlls/msvcrt40/Makefile"
16127 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16128 msvcrt40"
16129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16130 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
16131 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
16133 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16134 msvcrtd/libmsvcrtd.$IMPLIBEXT"
16135 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16136 msvcrtd/libmsvcrtd.def msvcrtd/libmsvcrtd.a msvcrtd/libmsvcrtd.cross.a: msvcrtd/msvcrtd.spec \$(WINEBUILD)
16137 @cd msvcrtd && \$(MAKE) \`basename \$@\`"
16138 ALL_MAKEFILES="$ALL_MAKEFILES \\
16139 dlls/msvcrtd/Makefile"
16140 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16141 msvcrtd"
16142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16143 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
16144 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
16146 ALL_MAKEFILES="$ALL_MAKEFILES \\
16147 dlls/msvcrtd/tests/Makefile"
16148 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16149 msvcrtd/tests"
16150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16151 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
16152 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
16154 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16155 msvfw32/libmsvfw32.$IMPLIBEXT"
16156 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16157 msvfw32/libmsvfw32.def msvfw32/libmsvfw32.a msvfw32/libmsvfw32.cross.a: msvfw32/msvfw32.spec \$(WINEBUILD)
16158 @cd msvfw32 && \$(MAKE) \`basename \$@\`"
16159 ALL_MAKEFILES="$ALL_MAKEFILES \\
16160 dlls/msvfw32/Makefile"
16161 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16162 msvfw32"
16163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16164 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
16165 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
16167 ALL_MAKEFILES="$ALL_MAKEFILES \\
16168 dlls/msvfw32/tests/Makefile"
16169 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16170 msvfw32/tests"
16171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16172 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
16173 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
16175 ALL_MAKEFILES="$ALL_MAKEFILES \\
16176 dlls/msvidc32/Makefile"
16177 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16178 msvidc32"
16179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16180 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
16181 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
16183 ALL_MAKEFILES="$ALL_MAKEFILES \\
16184 dlls/msvideo.dll16/Makefile"
16185 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16186 msvideo.dll16"
16187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16188 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
16189 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
16191 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16192 mswsock/libmswsock.$IMPLIBEXT"
16193 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16194 mswsock/libmswsock.def mswsock/libmswsock.a mswsock/libmswsock.cross.a: mswsock/mswsock.spec \$(WINEBUILD)
16195 @cd mswsock && \$(MAKE) \`basename \$@\`"
16196 ALL_MAKEFILES="$ALL_MAKEFILES \\
16197 dlls/mswsock/Makefile"
16198 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16199 mswsock"
16200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16201 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
16202 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
16204 ALL_MAKEFILES="$ALL_MAKEFILES \\
16205 dlls/msxml3/Makefile"
16206 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16207 msxml3"
16208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16209 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
16210 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
16212 ALL_MAKEFILES="$ALL_MAKEFILES \\
16213 dlls/msxml3/tests/Makefile"
16214 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16215 msxml3/tests"
16216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16217 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
16218 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
16220 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16221 nddeapi/libnddeapi.$IMPLIBEXT"
16222 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16223 nddeapi/libnddeapi.def nddeapi/libnddeapi.a nddeapi/libnddeapi.cross.a: nddeapi/nddeapi.spec \$(WINEBUILD)
16224 @cd nddeapi && \$(MAKE) \`basename \$@\`"
16225 ALL_MAKEFILES="$ALL_MAKEFILES \\
16226 dlls/nddeapi/Makefile"
16227 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16228 nddeapi"
16229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16230 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
16231 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
16233 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16234 netapi32/libnetapi32.$IMPLIBEXT"
16235 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16236 netapi32/libnetapi32.def netapi32/libnetapi32.a netapi32/libnetapi32.cross.a: netapi32/netapi32.spec \$(WINEBUILD)
16237 @cd netapi32 && \$(MAKE) \`basename \$@\`"
16238 ALL_MAKEFILES="$ALL_MAKEFILES \\
16239 dlls/netapi32/Makefile"
16240 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16241 netapi32"
16242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16243 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
16244 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
16246 ALL_MAKEFILES="$ALL_MAKEFILES \\
16247 dlls/netapi32/tests/Makefile"
16248 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16249 netapi32/tests"
16250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16251 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
16252 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
16254 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16255 newdev/libnewdev.$IMPLIBEXT"
16256 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16257 newdev/libnewdev.def newdev/libnewdev.a newdev/libnewdev.cross.a: newdev/newdev.spec \$(WINEBUILD)
16258 @cd newdev && \$(MAKE) \`basename \$@\`"
16259 ALL_MAKEFILES="$ALL_MAKEFILES \\
16260 dlls/newdev/Makefile"
16261 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16262 newdev"
16263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16264 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
16265 ac_config_files="$ac_config_files dlls/newdev/Makefile"
16267 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16268 ntdll/libntdll.$IMPLIBEXT"
16269 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16270 ntdll/libntdll.def ntdll/libntdll.a ntdll/libntdll.cross.a: ntdll/ntdll.spec \$(WINEBUILD)
16271 @cd ntdll && \$(MAKE) \`basename \$@\`"
16272 ALL_MAKEFILES="$ALL_MAKEFILES \\
16273 dlls/ntdll/Makefile"
16274 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16275 ntdll"
16276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16277 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
16278 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
16280 ALL_MAKEFILES="$ALL_MAKEFILES \\
16281 dlls/ntdll/tests/Makefile"
16282 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16283 ntdll/tests"
16284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16285 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
16286 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
16288 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16289 ntdsapi/libntdsapi.$IMPLIBEXT"
16290 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16291 ntdsapi/libntdsapi.def ntdsapi/libntdsapi.a ntdsapi/libntdsapi.cross.a: ntdsapi/ntdsapi.spec \$(WINEBUILD)
16292 @cd ntdsapi && \$(MAKE) \`basename \$@\`"
16293 ALL_MAKEFILES="$ALL_MAKEFILES \\
16294 dlls/ntdsapi/Makefile"
16295 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16296 ntdsapi"
16297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16298 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
16299 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
16301 ALL_MAKEFILES="$ALL_MAKEFILES \\
16302 dlls/ntdsapi/tests/Makefile"
16303 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16304 ntdsapi/tests"
16305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16306 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
16307 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
16309 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16310 ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT"
16311 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16312 ntoskrnl.exe/libntoskrnl.exe.def ntoskrnl.exe/libntoskrnl.exe.a ntoskrnl.exe/libntoskrnl.exe.cross.a: ntoskrnl.exe/ntoskrnl.exe.spec \$(WINEBUILD)
16313 @cd ntoskrnl.exe && \$(MAKE) \`basename \$@\`"
16314 ALL_MAKEFILES="$ALL_MAKEFILES \\
16315 dlls/ntoskrnl.exe/Makefile"
16316 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16317 ntoskrnl.exe"
16318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16319 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
16320 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
16322 ALL_MAKEFILES="$ALL_MAKEFILES \\
16323 dlls/ntprint/Makefile"
16324 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16325 ntprint"
16326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16327 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
16328 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
16330 ALL_MAKEFILES="$ALL_MAKEFILES \\
16331 dlls/ntprint/tests/Makefile"
16332 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16333 ntprint/tests"
16334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16335 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
16336 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
16338 ALL_MAKEFILES="$ALL_MAKEFILES \\
16339 dlls/objsel/Makefile"
16340 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16341 objsel"
16342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16343 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
16344 ac_config_files="$ac_config_files dlls/objsel/Makefile"
16346 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16347 odbc32/libodbc32.$IMPLIBEXT"
16348 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16349 odbc32/libodbc32.def odbc32/libodbc32.a odbc32/libodbc32.cross.a: odbc32/odbc32.spec \$(WINEBUILD)
16350 @cd odbc32 && \$(MAKE) \`basename \$@\`"
16351 ALL_MAKEFILES="$ALL_MAKEFILES \\
16352 dlls/odbc32/Makefile"
16353 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16354 odbc32"
16355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16356 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
16357 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
16359 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16360 odbccp32/libodbccp32.$IMPLIBEXT"
16361 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16362 odbccp32/libodbccp32.def odbccp32/libodbccp32.a odbccp32/libodbccp32.cross.a: odbccp32/odbccp32.spec \$(WINEBUILD)
16363 @cd odbccp32 && \$(MAKE) \`basename \$@\`"
16364 ALL_MAKEFILES="$ALL_MAKEFILES \\
16365 dlls/odbccp32/Makefile"
16366 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16367 odbccp32"
16368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16369 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
16370 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
16372 ALL_MAKEFILES="$ALL_MAKEFILES \\
16373 dlls/odbccp32/tests/Makefile"
16374 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16375 odbccp32/tests"
16376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16377 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
16378 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
16380 ALL_MAKEFILES="$ALL_MAKEFILES \\
16381 dlls/ole2.dll16/Makefile"
16382 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16383 ole2.dll16"
16384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16385 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
16386 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
16388 ALL_MAKEFILES="$ALL_MAKEFILES \\
16389 dlls/ole2conv.dll16/Makefile"
16390 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16391 ole2conv.dll16"
16392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16393 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
16394 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
16396 ALL_MAKEFILES="$ALL_MAKEFILES \\
16397 dlls/ole2disp.dll16/Makefile"
16398 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16399 ole2disp.dll16"
16400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16401 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
16402 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
16404 ALL_MAKEFILES="$ALL_MAKEFILES \\
16405 dlls/ole2nls.dll16/Makefile"
16406 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16407 ole2nls.dll16"
16408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16409 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
16410 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
16412 ALL_MAKEFILES="$ALL_MAKEFILES \\
16413 dlls/ole2prox.dll16/Makefile"
16414 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16415 ole2prox.dll16"
16416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16417 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
16418 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
16420 ALL_MAKEFILES="$ALL_MAKEFILES \\
16421 dlls/ole2thk.dll16/Makefile"
16422 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16423 ole2thk.dll16"
16424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16425 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
16426 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
16428 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16429 ole32/libole32.$IMPLIBEXT"
16430 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16431 ole32/libole32.def ole32/libole32.a ole32/libole32.cross.a: ole32/ole32.spec \$(WINEBUILD)
16432 @cd ole32 && \$(MAKE) \`basename \$@\`"
16433 ALL_MAKEFILES="$ALL_MAKEFILES \\
16434 dlls/ole32/Makefile"
16435 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16436 ole32"
16437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16438 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
16439 ac_config_files="$ac_config_files dlls/ole32/Makefile"
16441 ALL_MAKEFILES="$ALL_MAKEFILES \\
16442 dlls/ole32/tests/Makefile"
16443 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16444 ole32/tests"
16445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16446 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
16447 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
16449 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16450 oleacc/liboleacc.$IMPLIBEXT"
16451 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16452 oleacc/liboleacc.def oleacc/liboleacc.a oleacc/liboleacc.cross.a: oleacc/oleacc.spec \$(WINEBUILD)
16453 @cd oleacc && \$(MAKE) \`basename \$@\`"
16454 ALL_MAKEFILES="$ALL_MAKEFILES \\
16455 dlls/oleacc/Makefile"
16456 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16457 oleacc"
16458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16459 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
16460 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
16462 ALL_MAKEFILES="$ALL_MAKEFILES \\
16463 dlls/oleacc/tests/Makefile"
16464 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16465 oleacc/tests"
16466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16467 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
16468 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
16470 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16471 oleaut32/liboleaut32.$IMPLIBEXT"
16472 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16473 oleaut32/liboleaut32.def oleaut32/liboleaut32.a oleaut32/liboleaut32.cross.a: oleaut32/oleaut32.spec \$(WINEBUILD)
16474 @cd oleaut32 && \$(MAKE) \`basename \$@\`"
16475 ALL_MAKEFILES="$ALL_MAKEFILES \\
16476 dlls/oleaut32/Makefile"
16477 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16478 oleaut32"
16479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16480 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
16481 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
16483 ALL_MAKEFILES="$ALL_MAKEFILES \\
16484 dlls/oleaut32/tests/Makefile"
16485 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16486 oleaut32/tests"
16487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16488 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
16489 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
16491 ALL_MAKEFILES="$ALL_MAKEFILES \\
16492 dlls/olecli.dll16/Makefile"
16493 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16494 olecli.dll16"
16495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16496 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
16497 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
16499 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16500 olecli32/libolecli32.$IMPLIBEXT"
16501 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16502 olecli32/libolecli32.def olecli32/libolecli32.a olecli32/libolecli32.cross.a: olecli32/olecli32.spec \$(WINEBUILD)
16503 @cd olecli32 && \$(MAKE) \`basename \$@\`"
16504 ALL_MAKEFILES="$ALL_MAKEFILES \\
16505 dlls/olecli32/Makefile"
16506 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16507 olecli32"
16508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16509 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
16510 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
16512 ALL_MAKEFILES="$ALL_MAKEFILES \\
16513 dlls/oledb32/Makefile"
16514 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16515 oledb32"
16516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16517 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules"
16518 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
16520 ALL_MAKEFILES="$ALL_MAKEFILES \\
16521 dlls/oledb32/tests/Makefile"
16522 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16523 oledb32/tests"
16524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16525 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules"
16526 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
16528 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16529 oledlg/liboledlg.$IMPLIBEXT"
16530 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16531 oledlg/liboledlg.def oledlg/liboledlg.a oledlg/liboledlg.cross.a: oledlg/oledlg.spec \$(WINEBUILD)
16532 @cd oledlg && \$(MAKE) \`basename \$@\`"
16533 ALL_MAKEFILES="$ALL_MAKEFILES \\
16534 dlls/oledlg/Makefile"
16535 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16536 oledlg"
16537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16538 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
16539 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
16541 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16542 olepro32/libolepro32.$IMPLIBEXT"
16543 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16544 olepro32/libolepro32.def olepro32/libolepro32.a olepro32/libolepro32.cross.a: olepro32/olepro32.spec \$(WINEBUILD)
16545 @cd olepro32 && \$(MAKE) \`basename \$@\`"
16546 ALL_MAKEFILES="$ALL_MAKEFILES \\
16547 dlls/olepro32/Makefile"
16548 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16549 olepro32"
16550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16551 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
16552 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
16554 ALL_MAKEFILES="$ALL_MAKEFILES \\
16555 dlls/olesvr.dll16/Makefile"
16556 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16557 olesvr.dll16"
16558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16559 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
16560 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
16562 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16563 olesvr32/libolesvr32.$IMPLIBEXT"
16564 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16565 olesvr32/libolesvr32.def olesvr32/libolesvr32.a olesvr32/libolesvr32.cross.a: olesvr32/olesvr32.spec \$(WINEBUILD)
16566 @cd olesvr32 && \$(MAKE) \`basename \$@\`"
16567 ALL_MAKEFILES="$ALL_MAKEFILES \\
16568 dlls/olesvr32/Makefile"
16569 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16570 olesvr32"
16571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16572 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
16573 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
16575 ALL_MAKEFILES="$ALL_MAKEFILES \\
16576 dlls/olethk32/Makefile"
16577 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16578 olethk32"
16579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16580 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
16581 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
16583 ALL_MAKEFILES="$ALL_MAKEFILES \\
16584 dlls/openal32/Makefile"
16585 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16586 openal32"
16587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16588 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules"
16589 ac_config_files="$ac_config_files dlls/openal32/Makefile"
16591 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16592 opengl32/libopengl32.$IMPLIBEXT"
16593 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16594 opengl32/libopengl32.def opengl32/libopengl32.a opengl32/libopengl32.cross.a: opengl32/opengl32.spec \$(WINEBUILD)
16595 @cd opengl32 && \$(MAKE) \`basename \$@\`"
16596 ALL_MAKEFILES="$ALL_MAKEFILES \\
16597 dlls/opengl32/Makefile"
16598 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16599 opengl32"
16600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16601 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
16602 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
16604 ALL_MAKEFILES="$ALL_MAKEFILES \\
16605 dlls/opengl32/tests/Makefile"
16606 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16607 opengl32/tests"
16608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16609 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
16610 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
16612 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16613 pdh/libpdh.$IMPLIBEXT"
16614 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16615 pdh/libpdh.def pdh/libpdh.a pdh/libpdh.cross.a: pdh/pdh.spec \$(WINEBUILD)
16616 @cd pdh && \$(MAKE) \`basename \$@\`"
16617 ALL_MAKEFILES="$ALL_MAKEFILES \\
16618 dlls/pdh/Makefile"
16619 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16620 pdh"
16621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16622 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
16623 ac_config_files="$ac_config_files dlls/pdh/Makefile"
16625 ALL_MAKEFILES="$ALL_MAKEFILES \\
16626 dlls/pdh/tests/Makefile"
16627 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16628 pdh/tests"
16629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16630 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
16631 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
16633 ALL_MAKEFILES="$ALL_MAKEFILES \\
16634 dlls/pidgen/Makefile"
16635 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16636 pidgen"
16637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16638 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
16639 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
16641 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16642 powrprof/libpowrprof.$IMPLIBEXT"
16643 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16644 powrprof/libpowrprof.def powrprof/libpowrprof.a powrprof/libpowrprof.cross.a: powrprof/powrprof.spec \$(WINEBUILD)
16645 @cd powrprof && \$(MAKE) \`basename \$@\`"
16646 ALL_MAKEFILES="$ALL_MAKEFILES \\
16647 dlls/powrprof/Makefile"
16648 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16649 powrprof"
16650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16651 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
16652 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
16654 ALL_MAKEFILES="$ALL_MAKEFILES \\
16655 dlls/printui/Makefile"
16656 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16657 printui"
16658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16659 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
16660 ac_config_files="$ac_config_files dlls/printui/Makefile"
16662 ALL_MAKEFILES="$ALL_MAKEFILES \\
16663 dlls/propsys/Makefile"
16664 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16665 propsys"
16666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16667 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
16668 ac_config_files="$ac_config_files dlls/propsys/Makefile"
16670 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16671 psapi/libpsapi.$IMPLIBEXT"
16672 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16673 psapi/libpsapi.def psapi/libpsapi.a psapi/libpsapi.cross.a: psapi/psapi.spec \$(WINEBUILD)
16674 @cd psapi && \$(MAKE) \`basename \$@\`"
16675 ALL_MAKEFILES="$ALL_MAKEFILES \\
16676 dlls/psapi/Makefile"
16677 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16678 psapi"
16679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16680 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
16681 ac_config_files="$ac_config_files dlls/psapi/Makefile"
16683 ALL_MAKEFILES="$ALL_MAKEFILES \\
16684 dlls/psapi/tests/Makefile"
16685 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16686 psapi/tests"
16687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16688 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
16689 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
16691 ALL_MAKEFILES="$ALL_MAKEFILES \\
16692 dlls/pstorec/Makefile"
16693 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16694 pstorec"
16695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16696 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
16697 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
16699 ALL_MAKEFILES="$ALL_MAKEFILES \\
16700 dlls/qcap/Makefile"
16701 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16702 qcap"
16703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16704 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
16705 ac_config_files="$ac_config_files dlls/qcap/Makefile"
16707 ALL_MAKEFILES="$ALL_MAKEFILES \\
16708 dlls/qedit/Makefile"
16709 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16710 qedit"
16711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16712 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
16713 ac_config_files="$ac_config_files dlls/qedit/Makefile"
16715 ALL_MAKEFILES="$ALL_MAKEFILES \\
16716 dlls/qedit/tests/Makefile"
16717 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16718 qedit/tests"
16719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16720 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
16721 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
16723 ALL_MAKEFILES="$ALL_MAKEFILES \\
16724 dlls/qmgr/Makefile"
16725 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16726 qmgr"
16727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16728 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
16729 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
16731 ALL_MAKEFILES="$ALL_MAKEFILES \\
16732 dlls/qmgr/tests/Makefile"
16733 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16734 qmgr/tests"
16735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16736 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
16737 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
16739 ALL_MAKEFILES="$ALL_MAKEFILES \\
16740 dlls/qmgrprxy/Makefile"
16741 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16742 qmgrprxy"
16743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16744 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
16745 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
16747 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16748 quartz/libquartz.$IMPLIBEXT"
16749 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16750 quartz/libquartz.def quartz/libquartz.a quartz/libquartz.cross.a: quartz/quartz.spec \$(WINEBUILD)
16751 @cd quartz && \$(MAKE) \`basename \$@\`"
16752 ALL_MAKEFILES="$ALL_MAKEFILES \\
16753 dlls/quartz/Makefile"
16754 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16755 quartz"
16756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16757 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
16758 ac_config_files="$ac_config_files dlls/quartz/Makefile"
16760 ALL_MAKEFILES="$ALL_MAKEFILES \\
16761 dlls/quartz/tests/Makefile"
16762 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16763 quartz/tests"
16764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16765 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
16766 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
16768 ALL_MAKEFILES="$ALL_MAKEFILES \\
16769 dlls/query/Makefile"
16770 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16771 query"
16772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16773 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
16774 ac_config_files="$ac_config_files dlls/query/Makefile"
16776 ALL_MAKEFILES="$ALL_MAKEFILES \\
16777 dlls/rasapi16.dll16/Makefile"
16778 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16779 rasapi16.dll16"
16780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16781 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
16782 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
16784 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16785 rasapi32/librasapi32.$IMPLIBEXT"
16786 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16787 rasapi32/librasapi32.def rasapi32/librasapi32.a rasapi32/librasapi32.cross.a: rasapi32/rasapi32.spec \$(WINEBUILD)
16788 @cd rasapi32 && \$(MAKE) \`basename \$@\`"
16789 ALL_MAKEFILES="$ALL_MAKEFILES \\
16790 dlls/rasapi32/Makefile"
16791 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16792 rasapi32"
16793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16794 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
16795 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
16797 ALL_MAKEFILES="$ALL_MAKEFILES \\
16798 dlls/rasapi32/tests/Makefile"
16799 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16800 rasapi32/tests"
16801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16802 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
16803 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
16805 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16806 rasdlg/librasdlg.$IMPLIBEXT"
16807 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16808 rasdlg/librasdlg.def rasdlg/librasdlg.a rasdlg/librasdlg.cross.a: rasdlg/rasdlg.spec \$(WINEBUILD)
16809 @cd rasdlg && \$(MAKE) \`basename \$@\`"
16810 ALL_MAKEFILES="$ALL_MAKEFILES \\
16811 dlls/rasdlg/Makefile"
16812 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16813 rasdlg"
16814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16815 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
16816 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
16818 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16819 resutils/libresutils.$IMPLIBEXT"
16820 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16821 resutils/libresutils.def resutils/libresutils.a resutils/libresutils.cross.a: resutils/resutils.spec \$(WINEBUILD)
16822 @cd resutils && \$(MAKE) \`basename \$@\`"
16823 ALL_MAKEFILES="$ALL_MAKEFILES \\
16824 dlls/resutils/Makefile"
16825 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16826 resutils"
16827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16828 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
16829 ac_config_files="$ac_config_files dlls/resutils/Makefile"
16831 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16832 riched20/libriched20.$IMPLIBEXT"
16833 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16834 riched20/libriched20.def riched20/libriched20.a riched20/libriched20.cross.a: riched20/riched20.spec \$(WINEBUILD)
16835 @cd riched20 && \$(MAKE) \`basename \$@\`"
16836 ALL_MAKEFILES="$ALL_MAKEFILES \\
16837 dlls/riched20/Makefile"
16838 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16839 riched20"
16840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16841 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
16842 ac_config_files="$ac_config_files dlls/riched20/Makefile"
16844 ALL_MAKEFILES="$ALL_MAKEFILES \\
16845 dlls/riched20/tests/Makefile"
16846 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16847 riched20/tests"
16848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16849 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
16850 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
16852 ALL_MAKEFILES="$ALL_MAKEFILES \\
16853 dlls/riched32/Makefile"
16854 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16855 riched32"
16856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16857 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
16858 ac_config_files="$ac_config_files dlls/riched32/Makefile"
16860 ALL_MAKEFILES="$ALL_MAKEFILES \\
16861 dlls/riched32/tests/Makefile"
16862 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16863 riched32/tests"
16864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16865 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
16866 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
16868 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16869 rpcrt4/librpcrt4.$IMPLIBEXT"
16870 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16871 rpcrt4/librpcrt4.def rpcrt4/librpcrt4.a rpcrt4/librpcrt4.cross.a: rpcrt4/rpcrt4.spec \$(WINEBUILD)
16872 @cd rpcrt4 && \$(MAKE) \`basename \$@\`"
16873 ALL_MAKEFILES="$ALL_MAKEFILES \\
16874 dlls/rpcrt4/Makefile"
16875 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16876 rpcrt4"
16877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16878 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
16879 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
16881 ALL_MAKEFILES="$ALL_MAKEFILES \\
16882 dlls/rpcrt4/tests/Makefile"
16883 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16884 rpcrt4/tests"
16885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16886 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
16887 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
16889 ALL_MAKEFILES="$ALL_MAKEFILES \\
16890 dlls/rsabase/Makefile"
16891 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16892 rsabase"
16893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16894 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
16895 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
16897 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16898 rsaenh/librsaenh.$IMPLIBEXT"
16899 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16900 rsaenh/librsaenh.def rsaenh/librsaenh.a rsaenh/librsaenh.cross.a: rsaenh/rsaenh.spec \$(WINEBUILD)
16901 @cd rsaenh && \$(MAKE) \`basename \$@\`"
16902 ALL_MAKEFILES="$ALL_MAKEFILES \\
16903 dlls/rsaenh/Makefile"
16904 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16905 rsaenh"
16906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16907 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
16908 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
16910 ALL_MAKEFILES="$ALL_MAKEFILES \\
16911 dlls/rsaenh/tests/Makefile"
16912 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16913 rsaenh/tests"
16914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16915 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
16916 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
16918 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16919 rtutils/librtutils.$IMPLIBEXT"
16920 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16921 rtutils/librtutils.def rtutils/librtutils.a rtutils/librtutils.cross.a: rtutils/rtutils.spec \$(WINEBUILD)
16922 @cd rtutils && \$(MAKE) \`basename \$@\`"
16923 ALL_MAKEFILES="$ALL_MAKEFILES \\
16924 dlls/rtutils/Makefile"
16925 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16926 rtutils"
16927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16928 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
16929 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
16931 ALL_MAKEFILES="$ALL_MAKEFILES \\
16932 dlls/sane.ds/Makefile"
16933 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16934 sane.ds"
16935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16936 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
16937 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
16939 ALL_MAKEFILES="$ALL_MAKEFILES \\
16940 dlls/sccbase/Makefile"
16941 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16942 sccbase"
16943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16944 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
16945 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
16947 ALL_MAKEFILES="$ALL_MAKEFILES \\
16948 dlls/schannel/Makefile"
16949 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16950 schannel"
16951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16952 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
16953 ac_config_files="$ac_config_files dlls/schannel/Makefile"
16955 ALL_MAKEFILES="$ALL_MAKEFILES \\
16956 dlls/schannel/tests/Makefile"
16957 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16958 schannel/tests"
16959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16960 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
16961 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
16963 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16964 secur32/libsecur32.$IMPLIBEXT"
16965 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16966 secur32/libsecur32.def secur32/libsecur32.a secur32/libsecur32.cross.a: secur32/secur32.spec \$(WINEBUILD)
16967 @cd secur32 && \$(MAKE) \`basename \$@\`"
16968 ALL_MAKEFILES="$ALL_MAKEFILES \\
16969 dlls/secur32/Makefile"
16970 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16971 secur32"
16972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16973 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
16974 ac_config_files="$ac_config_files dlls/secur32/Makefile"
16976 ALL_MAKEFILES="$ALL_MAKEFILES \\
16977 dlls/secur32/tests/Makefile"
16978 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16979 secur32/tests"
16980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16981 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
16982 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
16984 ALL_MAKEFILES="$ALL_MAKEFILES \\
16985 dlls/security/Makefile"
16986 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16987 security"
16988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16989 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
16990 ac_config_files="$ac_config_files dlls/security/Makefile"
16992 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16993 sensapi/libsensapi.$IMPLIBEXT"
16994 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16995 sensapi/libsensapi.def sensapi/libsensapi.a sensapi/libsensapi.cross.a: sensapi/sensapi.spec \$(WINEBUILD)
16996 @cd sensapi && \$(MAKE) \`basename \$@\`"
16997 ALL_MAKEFILES="$ALL_MAKEFILES \\
16998 dlls/sensapi/Makefile"
16999 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17000 sensapi"
17001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17002 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
17003 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
17005 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17006 serialui/libserialui.$IMPLIBEXT"
17007 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17008 serialui/libserialui.def serialui/libserialui.a serialui/libserialui.cross.a: serialui/serialui.spec \$(WINEBUILD)
17009 @cd serialui && \$(MAKE) \`basename \$@\`"
17010 ALL_MAKEFILES="$ALL_MAKEFILES \\
17011 dlls/serialui/Makefile"
17012 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17013 serialui"
17014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17015 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
17016 ac_config_files="$ac_config_files dlls/serialui/Makefile"
17018 ALL_MAKEFILES="$ALL_MAKEFILES \\
17019 dlls/serialui/tests/Makefile"
17020 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17021 serialui/tests"
17022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17023 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
17024 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
17026 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17027 setupapi/libsetupapi.$IMPLIBEXT"
17028 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17029 setupapi/libsetupapi.def setupapi/libsetupapi.a setupapi/libsetupapi.cross.a: setupapi/setupapi.spec \$(WINEBUILD)
17030 @cd setupapi && \$(MAKE) \`basename \$@\`"
17031 ALL_MAKEFILES="$ALL_MAKEFILES \\
17032 dlls/setupapi/Makefile"
17033 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17034 setupapi"
17035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17036 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
17037 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
17039 ALL_MAKEFILES="$ALL_MAKEFILES \\
17040 dlls/setupapi/tests/Makefile"
17041 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17042 setupapi/tests"
17043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17044 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
17045 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
17047 ALL_MAKEFILES="$ALL_MAKEFILES \\
17048 dlls/setupx.dll16/Makefile"
17049 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17050 setupx.dll16"
17051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17052 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules"
17053 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
17055 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17056 sfc/libsfc.$IMPLIBEXT"
17057 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17058 sfc/libsfc.def sfc/libsfc.a sfc/libsfc.cross.a: sfc/sfc.spec \$(WINEBUILD)
17059 @cd sfc && \$(MAKE) \`basename \$@\`"
17060 ALL_MAKEFILES="$ALL_MAKEFILES \\
17061 dlls/sfc/Makefile"
17062 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17063 sfc"
17064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17065 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
17066 ac_config_files="$ac_config_files dlls/sfc/Makefile"
17068 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17069 sfc_os/libsfc_os.$IMPLIBEXT"
17070 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17071 sfc_os/libsfc_os.def sfc_os/libsfc_os.a sfc_os/libsfc_os.cross.a: sfc_os/sfc_os.spec \$(WINEBUILD)
17072 @cd sfc_os && \$(MAKE) \`basename \$@\`"
17073 ALL_MAKEFILES="$ALL_MAKEFILES \\
17074 dlls/sfc_os/Makefile"
17075 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17076 sfc_os"
17077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17078 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
17079 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
17081 ALL_MAKEFILES="$ALL_MAKEFILES \\
17082 dlls/shdoclc/Makefile"
17083 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17084 shdoclc"
17085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17086 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
17087 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
17089 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17090 shdocvw/libshdocvw.$IMPLIBEXT"
17091 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17092 shdocvw/libshdocvw.def shdocvw/libshdocvw.a shdocvw/libshdocvw.cross.a: shdocvw/shdocvw.spec \$(WINEBUILD)
17093 @cd shdocvw && \$(MAKE) \`basename \$@\`"
17094 ALL_MAKEFILES="$ALL_MAKEFILES \\
17095 dlls/shdocvw/Makefile"
17096 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17097 shdocvw"
17098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17099 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
17100 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
17102 ALL_MAKEFILES="$ALL_MAKEFILES \\
17103 dlls/shdocvw/tests/Makefile"
17104 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17105 shdocvw/tests"
17106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17107 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
17108 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
17110 ALL_MAKEFILES="$ALL_MAKEFILES \\
17111 dlls/shell.dll16/Makefile"
17112 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17113 shell.dll16"
17114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17115 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
17116 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
17118 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17119 shell32/libshell32.$IMPLIBEXT"
17120 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17121 shell32/libshell32.def shell32/libshell32.a shell32/libshell32.cross.a: shell32/shell32.spec \$(WINEBUILD)
17122 @cd shell32 && \$(MAKE) \`basename \$@\`"
17123 ALL_MAKEFILES="$ALL_MAKEFILES \\
17124 dlls/shell32/Makefile"
17125 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17126 shell32"
17127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17128 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
17129 ac_config_files="$ac_config_files dlls/shell32/Makefile"
17131 ALL_MAKEFILES="$ALL_MAKEFILES \\
17132 dlls/shell32/tests/Makefile"
17133 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17134 shell32/tests"
17135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17136 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
17137 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
17139 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17140 shfolder/libshfolder.$IMPLIBEXT"
17141 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17142 shfolder/libshfolder.def shfolder/libshfolder.a shfolder/libshfolder.cross.a: shfolder/shfolder.spec \$(WINEBUILD)
17143 @cd shfolder && \$(MAKE) \`basename \$@\`"
17144 ALL_MAKEFILES="$ALL_MAKEFILES \\
17145 dlls/shfolder/Makefile"
17146 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17147 shfolder"
17148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17149 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
17150 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
17152 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17153 shlwapi/libshlwapi.$IMPLIBEXT"
17154 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17155 shlwapi/libshlwapi.def shlwapi/libshlwapi.a shlwapi/libshlwapi.cross.a: shlwapi/shlwapi.spec \$(WINEBUILD)
17156 @cd shlwapi && \$(MAKE) \`basename \$@\`"
17157 ALL_MAKEFILES="$ALL_MAKEFILES \\
17158 dlls/shlwapi/Makefile"
17159 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17160 shlwapi"
17161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17162 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
17163 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
17165 ALL_MAKEFILES="$ALL_MAKEFILES \\
17166 dlls/shlwapi/tests/Makefile"
17167 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17168 shlwapi/tests"
17169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17170 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
17171 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
17173 ALL_MAKEFILES="$ALL_MAKEFILES \\
17174 dlls/slbcsp/Makefile"
17175 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17176 slbcsp"
17177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17178 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
17179 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
17181 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17182 slc/libslc.$IMPLIBEXT"
17183 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17184 slc/libslc.def slc/libslc.a slc/libslc.cross.a: slc/slc.spec \$(WINEBUILD)
17185 @cd slc && \$(MAKE) \`basename \$@\`"
17186 ALL_MAKEFILES="$ALL_MAKEFILES \\
17187 dlls/slc/Makefile"
17188 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17189 slc"
17190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17191 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
17192 ac_config_files="$ac_config_files dlls/slc/Makefile"
17194 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17195 snmpapi/libsnmpapi.$IMPLIBEXT"
17196 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17197 snmpapi/libsnmpapi.def snmpapi/libsnmpapi.a snmpapi/libsnmpapi.cross.a: snmpapi/snmpapi.spec \$(WINEBUILD)
17198 @cd snmpapi && \$(MAKE) \`basename \$@\`"
17199 ALL_MAKEFILES="$ALL_MAKEFILES \\
17200 dlls/snmpapi/Makefile"
17201 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17202 snmpapi"
17203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17204 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
17205 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
17207 ALL_MAKEFILES="$ALL_MAKEFILES \\
17208 dlls/snmpapi/tests/Makefile"
17209 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17210 snmpapi/tests"
17211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17212 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
17213 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
17215 ALL_MAKEFILES="$ALL_MAKEFILES \\
17216 dlls/softpub/Makefile"
17217 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17218 softpub"
17219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17220 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
17221 ac_config_files="$ac_config_files dlls/softpub/Makefile"
17223 ALL_MAKEFILES="$ALL_MAKEFILES \\
17224 dlls/sound.drv16/Makefile"
17225 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17226 sound.drv16"
17227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17228 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
17229 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
17231 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17232 spoolss/libspoolss.$IMPLIBEXT"
17233 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17234 spoolss/libspoolss.def spoolss/libspoolss.a spoolss/libspoolss.cross.a: spoolss/spoolss.spec \$(WINEBUILD)
17235 @cd spoolss && \$(MAKE) \`basename \$@\`"
17236 ALL_MAKEFILES="$ALL_MAKEFILES \\
17237 dlls/spoolss/Makefile"
17238 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17239 spoolss"
17240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17241 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
17242 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
17244 ALL_MAKEFILES="$ALL_MAKEFILES \\
17245 dlls/spoolss/tests/Makefile"
17246 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17247 spoolss/tests"
17248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17249 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
17250 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
17252 ALL_MAKEFILES="$ALL_MAKEFILES \\
17253 dlls/stdole2.tlb/Makefile"
17254 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17255 stdole2.tlb"
17256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17257 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
17258 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
17260 ALL_MAKEFILES="$ALL_MAKEFILES \\
17261 dlls/stdole32.tlb/Makefile"
17262 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17263 stdole32.tlb"
17264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17265 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
17266 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
17268 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17269 sti/libsti.$IMPLIBEXT"
17270 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17271 sti/libsti.def sti/libsti.a sti/libsti.cross.a: sti/sti.spec \$(WINEBUILD)
17272 @cd sti && \$(MAKE) \`basename \$@\`"
17273 ALL_MAKEFILES="$ALL_MAKEFILES \\
17274 dlls/sti/Makefile"
17275 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17276 sti"
17277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17278 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
17279 ac_config_files="$ac_config_files dlls/sti/Makefile"
17281 ALL_MAKEFILES="$ALL_MAKEFILES \\
17282 dlls/sti/tests/Makefile"
17283 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17284 sti/tests"
17285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17286 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules"
17287 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
17289 ALL_MAKEFILES="$ALL_MAKEFILES \\
17290 dlls/storage.dll16/Makefile"
17291 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17292 storage.dll16"
17293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17294 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
17295 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
17297 ALL_MAKEFILES="$ALL_MAKEFILES \\
17298 dlls/stress.dll16/Makefile"
17299 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17300 stress.dll16"
17301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17302 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
17303 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
17305 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
17306 strmiids/libstrmiids.a"
17307 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17308 strmiids/libstrmiids.a: strmiids
17309 strmiids/libstrmiids.cross.a: dummy
17310 @cd strmiids && \$(MAKE) libstrmiids.cross.a"
17311 ALL_MAKEFILES="$ALL_MAKEFILES \\
17312 dlls/strmiids/Makefile"
17313 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17314 strmiids"
17315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17316 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
17317 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
17319 ALL_MAKEFILES="$ALL_MAKEFILES \\
17320 dlls/svrapi/Makefile"
17321 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17322 svrapi"
17323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17324 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
17325 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
17327 ALL_MAKEFILES="$ALL_MAKEFILES \\
17328 dlls/sxs/Makefile"
17329 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17330 sxs"
17331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17332 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
17333 ac_config_files="$ac_config_files dlls/sxs/Makefile"
17335 ALL_MAKEFILES="$ALL_MAKEFILES \\
17336 dlls/system.drv16/Makefile"
17337 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17338 system.drv16"
17339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17340 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules"
17341 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
17343 ALL_MAKEFILES="$ALL_MAKEFILES \\
17344 dlls/t2embed/Makefile"
17345 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17346 t2embed"
17347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17348 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
17349 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
17351 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17352 tapi32/libtapi32.$IMPLIBEXT"
17353 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17354 tapi32/libtapi32.def tapi32/libtapi32.a tapi32/libtapi32.cross.a: tapi32/tapi32.spec \$(WINEBUILD)
17355 @cd tapi32 && \$(MAKE) \`basename \$@\`"
17356 ALL_MAKEFILES="$ALL_MAKEFILES \\
17357 dlls/tapi32/Makefile"
17358 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17359 tapi32"
17360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17361 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
17362 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
17364 ALL_MAKEFILES="$ALL_MAKEFILES \\
17365 dlls/toolhelp.dll16/Makefile"
17366 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17367 toolhelp.dll16"
17368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17369 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules"
17370 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
17372 ALL_MAKEFILES="$ALL_MAKEFILES \\
17373 dlls/traffic/Makefile"
17374 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17375 traffic"
17376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17377 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
17378 ac_config_files="$ac_config_files dlls/traffic/Makefile"
17380 ALL_MAKEFILES="$ALL_MAKEFILES \\
17381 dlls/twain.dll16/Makefile"
17382 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17383 twain.dll16"
17384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17385 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
17386 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
17388 ALL_MAKEFILES="$ALL_MAKEFILES \\
17389 dlls/twain_32/Makefile"
17390 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17391 twain_32"
17392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17393 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
17394 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
17396 ALL_MAKEFILES="$ALL_MAKEFILES \\
17397 dlls/twain_32/tests/Makefile"
17398 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17399 twain_32/tests"
17400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17401 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
17402 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
17404 ALL_MAKEFILES="$ALL_MAKEFILES \\
17405 dlls/typelib.dll16/Makefile"
17406 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17407 typelib.dll16"
17408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17409 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
17410 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
17412 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17413 unicows/libunicows.$IMPLIBEXT"
17414 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17415 unicows/libunicows.def unicows/libunicows.a unicows/libunicows.cross.a: unicows/unicows.spec \$(WINEBUILD)
17416 @cd unicows && \$(MAKE) \`basename \$@\`"
17417 ALL_MAKEFILES="$ALL_MAKEFILES \\
17418 dlls/unicows/Makefile"
17419 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17420 unicows"
17421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17422 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
17423 ac_config_files="$ac_config_files dlls/unicows/Makefile"
17425 ALL_MAKEFILES="$ALL_MAKEFILES \\
17426 dlls/updspapi/Makefile"
17427 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17428 updspapi"
17429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17430 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
17431 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
17433 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17434 url/liburl.$IMPLIBEXT"
17435 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17436 url/liburl.def url/liburl.a url/liburl.cross.a: url/url.spec \$(WINEBUILD)
17437 @cd url && \$(MAKE) \`basename \$@\`"
17438 ALL_MAKEFILES="$ALL_MAKEFILES \\
17439 dlls/url/Makefile"
17440 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17441 url"
17442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17443 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
17444 ac_config_files="$ac_config_files dlls/url/Makefile"
17446 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17447 urlmon/liburlmon.$IMPLIBEXT"
17448 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17449 urlmon/liburlmon.def urlmon/liburlmon.a urlmon/liburlmon.cross.a: urlmon/urlmon.spec \$(WINEBUILD)
17450 @cd urlmon && \$(MAKE) \`basename \$@\`"
17451 ALL_MAKEFILES="$ALL_MAKEFILES \\
17452 dlls/urlmon/Makefile"
17453 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17454 urlmon"
17455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17456 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
17457 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
17459 ALL_MAKEFILES="$ALL_MAKEFILES \\
17460 dlls/urlmon/tests/Makefile"
17461 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17462 urlmon/tests"
17463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17464 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
17465 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
17467 ALL_MAKEFILES="$ALL_MAKEFILES \\
17468 dlls/user.exe16/Makefile"
17469 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17470 user.exe16"
17471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17472 dlls/user.exe16/Makefile: dlls/user.exe16/Makefile.in dlls/Makedll.rules"
17473 ac_config_files="$ac_config_files dlls/user.exe16/Makefile"
17475 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17476 user32/libuser32.$IMPLIBEXT"
17477 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17478 user32/libuser32.def user32/libuser32.a user32/libuser32.cross.a: user32/user32.spec \$(WINEBUILD)
17479 @cd user32 && \$(MAKE) \`basename \$@\`"
17480 ALL_MAKEFILES="$ALL_MAKEFILES \\
17481 dlls/user32/Makefile"
17482 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17483 user32"
17484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17485 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
17486 ac_config_files="$ac_config_files dlls/user32/Makefile"
17488 ALL_MAKEFILES="$ALL_MAKEFILES \\
17489 dlls/user32/tests/Makefile"
17490 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17491 user32/tests"
17492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17493 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
17494 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
17496 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17497 userenv/libuserenv.$IMPLIBEXT"
17498 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17499 userenv/libuserenv.def userenv/libuserenv.a userenv/libuserenv.cross.a: userenv/userenv.spec \$(WINEBUILD)
17500 @cd userenv && \$(MAKE) \`basename \$@\`"
17501 ALL_MAKEFILES="$ALL_MAKEFILES \\
17502 dlls/userenv/Makefile"
17503 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17504 userenv"
17505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17506 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
17507 ac_config_files="$ac_config_files dlls/userenv/Makefile"
17509 ALL_MAKEFILES="$ALL_MAKEFILES \\
17510 dlls/userenv/tests/Makefile"
17511 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17512 userenv/tests"
17513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17514 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
17515 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
17517 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17518 usp10/libusp10.$IMPLIBEXT"
17519 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17520 usp10/libusp10.def usp10/libusp10.a usp10/libusp10.cross.a: usp10/usp10.spec \$(WINEBUILD)
17521 @cd usp10 && \$(MAKE) \`basename \$@\`"
17522 ALL_MAKEFILES="$ALL_MAKEFILES \\
17523 dlls/usp10/Makefile"
17524 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17525 usp10"
17526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17527 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
17528 ac_config_files="$ac_config_files dlls/usp10/Makefile"
17530 ALL_MAKEFILES="$ALL_MAKEFILES \\
17531 dlls/usp10/tests/Makefile"
17532 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17533 usp10/tests"
17534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17535 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
17536 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
17538 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
17539 uuid/libuuid.a"
17540 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17541 uuid/libuuid.a: uuid
17542 uuid/libuuid.cross.a: dummy
17543 @cd uuid && \$(MAKE) libuuid.cross.a"
17544 ALL_MAKEFILES="$ALL_MAKEFILES \\
17545 dlls/uuid/Makefile"
17546 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17547 uuid"
17548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17549 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
17550 ac_config_files="$ac_config_files dlls/uuid/Makefile"
17552 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17553 uxtheme/libuxtheme.$IMPLIBEXT"
17554 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17555 uxtheme/libuxtheme.def uxtheme/libuxtheme.a uxtheme/libuxtheme.cross.a: uxtheme/uxtheme.spec \$(WINEBUILD)
17556 @cd uxtheme && \$(MAKE) \`basename \$@\`"
17557 ALL_MAKEFILES="$ALL_MAKEFILES \\
17558 dlls/uxtheme/Makefile"
17559 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17560 uxtheme"
17561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17562 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
17563 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
17565 ALL_MAKEFILES="$ALL_MAKEFILES \\
17566 dlls/uxtheme/tests/Makefile"
17567 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17568 uxtheme/tests"
17569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17570 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
17571 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
17573 ALL_MAKEFILES="$ALL_MAKEFILES \\
17574 dlls/vdhcp.vxd/Makefile"
17575 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17576 vdhcp.vxd"
17577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17578 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
17579 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
17581 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17582 vdmdbg/libvdmdbg.$IMPLIBEXT"
17583 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17584 vdmdbg/libvdmdbg.def vdmdbg/libvdmdbg.a vdmdbg/libvdmdbg.cross.a: vdmdbg/vdmdbg.spec \$(WINEBUILD)
17585 @cd vdmdbg && \$(MAKE) \`basename \$@\`"
17586 ALL_MAKEFILES="$ALL_MAKEFILES \\
17587 dlls/vdmdbg/Makefile"
17588 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17589 vdmdbg"
17590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17591 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
17592 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
17594 ALL_MAKEFILES="$ALL_MAKEFILES \\
17595 dlls/ver.dll16/Makefile"
17596 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17597 ver.dll16"
17598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17599 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules"
17600 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
17602 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17603 version/libversion.$IMPLIBEXT"
17604 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17605 version/libversion.def version/libversion.a version/libversion.cross.a: version/version.spec \$(WINEBUILD)
17606 @cd version && \$(MAKE) \`basename \$@\`"
17607 ALL_MAKEFILES="$ALL_MAKEFILES \\
17608 dlls/version/Makefile"
17609 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17610 version"
17611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17612 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
17613 ac_config_files="$ac_config_files dlls/version/Makefile"
17615 ALL_MAKEFILES="$ALL_MAKEFILES \\
17616 dlls/version/tests/Makefile"
17617 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17618 version/tests"
17619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17620 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
17621 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
17623 ALL_MAKEFILES="$ALL_MAKEFILES \\
17624 dlls/vmm.vxd/Makefile"
17625 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17626 vmm.vxd"
17627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17628 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
17629 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
17631 ALL_MAKEFILES="$ALL_MAKEFILES \\
17632 dlls/vnbt.vxd/Makefile"
17633 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17634 vnbt.vxd"
17635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17636 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
17637 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
17639 ALL_MAKEFILES="$ALL_MAKEFILES \\
17640 dlls/vnetbios.vxd/Makefile"
17641 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17642 vnetbios.vxd"
17643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17644 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
17645 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
17647 ALL_MAKEFILES="$ALL_MAKEFILES \\
17648 dlls/vtdapi.vxd/Makefile"
17649 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17650 vtdapi.vxd"
17651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17652 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
17653 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
17655 ALL_MAKEFILES="$ALL_MAKEFILES \\
17656 dlls/vwin32.vxd/Makefile"
17657 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17658 vwin32.vxd"
17659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17660 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
17661 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
17663 ALL_MAKEFILES="$ALL_MAKEFILES \\
17664 dlls/w32skrnl/Makefile"
17665 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17666 w32skrnl"
17667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17668 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
17669 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
17671 ALL_MAKEFILES="$ALL_MAKEFILES \\
17672 dlls/w32sys.dll16/Makefile"
17673 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17674 w32sys.dll16"
17675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17676 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
17677 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
17679 ALL_MAKEFILES="$ALL_MAKEFILES \\
17680 dlls/wbemprox/Makefile"
17681 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17682 wbemprox"
17683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17684 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
17685 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
17687 ALL_MAKEFILES="$ALL_MAKEFILES \\
17688 dlls/wiaservc/Makefile"
17689 test "x$enable_wiaservc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17690 wiaservc"
17691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17692 dlls/wiaservc/Makefile: dlls/wiaservc/Makefile.in dlls/Makedll.rules"
17693 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
17695 ALL_MAKEFILES="$ALL_MAKEFILES \\
17696 dlls/win32s16.dll16/Makefile"
17697 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17698 win32s16.dll16"
17699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17700 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
17701 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
17703 ALL_MAKEFILES="$ALL_MAKEFILES \\
17704 dlls/win87em.dll16/Makefile"
17705 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17706 win87em.dll16"
17707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17708 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
17709 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
17711 ALL_MAKEFILES="$ALL_MAKEFILES \\
17712 dlls/winaspi.dll16/Makefile"
17713 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17714 winaspi.dll16"
17715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17716 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
17717 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
17719 ALL_MAKEFILES="$ALL_MAKEFILES \\
17720 dlls/windebug.dll16/Makefile"
17721 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17722 windebug.dll16"
17723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17724 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
17725 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
17727 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17728 windowscodecs/libwindowscodecs.$IMPLIBEXT"
17729 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17730 windowscodecs/libwindowscodecs.def windowscodecs/libwindowscodecs.a windowscodecs/libwindowscodecs.cross.a: windowscodecs/windowscodecs.spec \$(WINEBUILD)
17731 @cd windowscodecs && \$(MAKE) \`basename \$@\`"
17732 ALL_MAKEFILES="$ALL_MAKEFILES \\
17733 dlls/windowscodecs/Makefile"
17734 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17735 windowscodecs"
17736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17737 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
17738 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
17740 ALL_MAKEFILES="$ALL_MAKEFILES \\
17741 dlls/windowscodecs/tests/Makefile"
17742 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17743 windowscodecs/tests"
17744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17745 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
17746 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
17748 ALL_MAKEFILES="$ALL_MAKEFILES \\
17749 dlls/winealsa.drv/Makefile"
17750 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17751 winealsa.drv"
17752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17753 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
17754 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
17756 ALL_MAKEFILES="$ALL_MAKEFILES \\
17757 dlls/wineaudioio.drv/Makefile"
17758 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17759 wineaudioio.drv"
17760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17761 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
17762 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
17764 ALL_MAKEFILES="$ALL_MAKEFILES \\
17765 dlls/winecoreaudio.drv/Makefile"
17766 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17767 winecoreaudio.drv"
17768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17769 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
17770 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
17772 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
17773 winecrt0/libwinecrt0.a"
17774 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17775 winecrt0/libwinecrt0.a: winecrt0
17776 winecrt0/libwinecrt0.cross.a: dummy
17777 @cd winecrt0 && \$(MAKE) libwinecrt0.cross.a"
17778 ALL_MAKEFILES="$ALL_MAKEFILES \\
17779 dlls/winecrt0/Makefile"
17780 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17781 winecrt0"
17782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17783 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
17784 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
17786 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17787 wined3d/libwined3d.$IMPLIBEXT"
17788 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17789 wined3d/libwined3d.def wined3d/libwined3d.a wined3d/libwined3d.cross.a: wined3d/wined3d.spec \$(WINEBUILD)
17790 @cd wined3d && \$(MAKE) \`basename \$@\`"
17791 ALL_MAKEFILES="$ALL_MAKEFILES \\
17792 dlls/wined3d/Makefile"
17793 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17794 wined3d"
17795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17796 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
17797 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
17799 ALL_MAKEFILES="$ALL_MAKEFILES \\
17800 dlls/wineesd.drv/Makefile"
17801 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17802 wineesd.drv"
17803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17804 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
17805 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
17807 ALL_MAKEFILES="$ALL_MAKEFILES \\
17808 dlls/winejack.drv/Makefile"
17809 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17810 winejack.drv"
17811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17812 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
17813 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
17815 ALL_MAKEFILES="$ALL_MAKEFILES \\
17816 dlls/winejoystick.drv/Makefile"
17817 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17818 winejoystick.drv"
17819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17820 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
17821 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
17823 ALL_MAKEFILES="$ALL_MAKEFILES \\
17824 dlls/winemapi/Makefile"
17825 test "x$enable_winemapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17826 winemapi"
17827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17828 dlls/winemapi/Makefile: dlls/winemapi/Makefile.in dlls/Makedll.rules"
17829 ac_config_files="$ac_config_files dlls/winemapi/Makefile"
17831 ALL_MAKEFILES="$ALL_MAKEFILES \\
17832 dlls/winemp3.acm/Makefile"
17833 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17834 winemp3.acm"
17835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17836 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
17837 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
17839 ALL_MAKEFILES="$ALL_MAKEFILES \\
17840 dlls/winenas.drv/Makefile"
17841 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17842 winenas.drv"
17843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17844 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
17845 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
17847 ALL_MAKEFILES="$ALL_MAKEFILES \\
17848 dlls/wineoss.drv/Makefile"
17849 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17850 wineoss.drv"
17851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17852 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
17853 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
17855 ALL_MAKEFILES="$ALL_MAKEFILES \\
17856 dlls/wineps.drv/Makefile"
17857 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17858 wineps.drv"
17859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17860 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
17861 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
17863 ALL_MAKEFILES="$ALL_MAKEFILES \\
17864 dlls/wineps16.drv16/Makefile"
17865 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17866 wineps16.drv16"
17867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17868 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules"
17869 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
17871 ALL_MAKEFILES="$ALL_MAKEFILES \\
17872 dlls/winequartz.drv/Makefile"
17873 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17874 winequartz.drv"
17875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17876 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
17877 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
17879 ALL_MAKEFILES="$ALL_MAKEFILES \\
17880 dlls/winex11.drv/Makefile"
17881 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17882 winex11.drv"
17883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17884 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
17885 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
17887 ALL_MAKEFILES="$ALL_MAKEFILES \\
17888 dlls/wing.dll16/Makefile"
17889 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17890 wing.dll16"
17891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17892 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules"
17893 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
17895 ALL_MAKEFILES="$ALL_MAKEFILES \\
17896 dlls/wing32/Makefile"
17897 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17898 wing32"
17899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17900 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
17901 ac_config_files="$ac_config_files dlls/wing32/Makefile"
17903 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17904 winhttp/libwinhttp.$IMPLIBEXT"
17905 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17906 winhttp/libwinhttp.def winhttp/libwinhttp.a winhttp/libwinhttp.cross.a: winhttp/winhttp.spec \$(WINEBUILD)
17907 @cd winhttp && \$(MAKE) \`basename \$@\`"
17908 ALL_MAKEFILES="$ALL_MAKEFILES \\
17909 dlls/winhttp/Makefile"
17910 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17911 winhttp"
17912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17913 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
17914 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
17916 ALL_MAKEFILES="$ALL_MAKEFILES \\
17917 dlls/winhttp/tests/Makefile"
17918 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17919 winhttp/tests"
17920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17921 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
17922 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
17924 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17925 wininet/libwininet.$IMPLIBEXT"
17926 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17927 wininet/libwininet.def wininet/libwininet.a wininet/libwininet.cross.a: wininet/wininet.spec \$(WINEBUILD)
17928 @cd wininet && \$(MAKE) \`basename \$@\`"
17929 ALL_MAKEFILES="$ALL_MAKEFILES \\
17930 dlls/wininet/Makefile"
17931 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17932 wininet"
17933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17934 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
17935 ac_config_files="$ac_config_files dlls/wininet/Makefile"
17937 ALL_MAKEFILES="$ALL_MAKEFILES \\
17938 dlls/wininet/tests/Makefile"
17939 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17940 wininet/tests"
17941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17942 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
17943 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
17945 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17946 winmm/libwinmm.$IMPLIBEXT"
17947 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17948 winmm/libwinmm.def winmm/libwinmm.a winmm/libwinmm.cross.a: winmm/winmm.spec \$(WINEBUILD)
17949 @cd winmm && \$(MAKE) \`basename \$@\`"
17950 ALL_MAKEFILES="$ALL_MAKEFILES \\
17951 dlls/winmm/Makefile"
17952 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17953 winmm"
17954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17955 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
17956 ac_config_files="$ac_config_files dlls/winmm/Makefile"
17958 ALL_MAKEFILES="$ALL_MAKEFILES \\
17959 dlls/winmm/tests/Makefile"
17960 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17961 winmm/tests"
17962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17963 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
17964 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
17966 ALL_MAKEFILES="$ALL_MAKEFILES \\
17967 dlls/winnls.dll16/Makefile"
17968 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17969 winnls.dll16"
17970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17971 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
17972 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
17974 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17975 winnls32/libwinnls32.$IMPLIBEXT"
17976 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17977 winnls32/libwinnls32.def winnls32/libwinnls32.a winnls32/libwinnls32.cross.a: winnls32/winnls32.spec \$(WINEBUILD)
17978 @cd winnls32 && \$(MAKE) \`basename \$@\`"
17979 ALL_MAKEFILES="$ALL_MAKEFILES \\
17980 dlls/winnls32/Makefile"
17981 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17982 winnls32"
17983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17984 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
17985 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
17987 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17988 winscard/libwinscard.$IMPLIBEXT"
17989 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17990 winscard/libwinscard.def winscard/libwinscard.a winscard/libwinscard.cross.a: winscard/winscard.spec \$(WINEBUILD)
17991 @cd winscard && \$(MAKE) \`basename \$@\`"
17992 ALL_MAKEFILES="$ALL_MAKEFILES \\
17993 dlls/winscard/Makefile"
17994 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17995 winscard"
17996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17997 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
17998 ac_config_files="$ac_config_files dlls/winscard/Makefile"
18000 ALL_MAKEFILES="$ALL_MAKEFILES \\
18001 dlls/winsock.dll16/Makefile"
18002 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18003 winsock.dll16"
18004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18005 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules"
18006 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
18008 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18009 winspool.drv/libwinspool.$IMPLIBEXT \\
18010 libwinspool.$IMPLIBEXT"
18011 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18012 libwinspool.a: winspool.drv/libwinspool.a
18013 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.a \$@
18014 libwinspool.cross.a: winspool.drv/libwinspool.cross.a
18015 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.cross.a \$@
18016 libwinspool.def: winspool.drv/libwinspool.def
18017 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.def \$@
18018 clean::
18019 \$(RM) libwinspool.def
18020 winspool.drv/libwinspool.def winspool.drv/libwinspool.a winspool.drv/libwinspool.cross.a: winspool.drv/winspool.drv.spec \$(WINEBUILD)
18021 @cd winspool.drv && \$(MAKE) \`basename \$@\`"
18022 ALL_MAKEFILES="$ALL_MAKEFILES \\
18023 dlls/winspool.drv/Makefile"
18024 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18025 winspool.drv"
18026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18027 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
18028 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
18030 ALL_MAKEFILES="$ALL_MAKEFILES \\
18031 dlls/winspool.drv/tests/Makefile"
18032 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18033 winspool.drv/tests"
18034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18035 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
18036 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
18038 ALL_MAKEFILES="$ALL_MAKEFILES \\
18039 dlls/wintab.dll16/Makefile"
18040 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18041 wintab.dll16"
18042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18043 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
18044 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
18046 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18047 wintab32/libwintab32.$IMPLIBEXT"
18048 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18049 wintab32/libwintab32.def wintab32/libwintab32.a wintab32/libwintab32.cross.a: wintab32/wintab32.spec \$(WINEBUILD)
18050 @cd wintab32 && \$(MAKE) \`basename \$@\`"
18051 ALL_MAKEFILES="$ALL_MAKEFILES \\
18052 dlls/wintab32/Makefile"
18053 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18054 wintab32"
18055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18056 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
18057 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
18059 ALL_MAKEFILES="$ALL_MAKEFILES \\
18060 dlls/wintab32/tests/Makefile"
18061 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18062 wintab32/tests"
18063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18064 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
18065 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
18067 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18068 wintrust/libwintrust.$IMPLIBEXT"
18069 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18070 wintrust/libwintrust.def wintrust/libwintrust.a wintrust/libwintrust.cross.a: wintrust/wintrust.spec \$(WINEBUILD)
18071 @cd wintrust && \$(MAKE) \`basename \$@\`"
18072 ALL_MAKEFILES="$ALL_MAKEFILES \\
18073 dlls/wintrust/Makefile"
18074 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18075 wintrust"
18076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18077 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
18078 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
18080 ALL_MAKEFILES="$ALL_MAKEFILES \\
18081 dlls/wintrust/tests/Makefile"
18082 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18083 wintrust/tests"
18084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18085 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
18086 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
18088 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18089 wldap32/libwldap32.$IMPLIBEXT"
18090 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18091 wldap32/libwldap32.def wldap32/libwldap32.a wldap32/libwldap32.cross.a: wldap32/wldap32.spec \$(WINEBUILD)
18092 @cd wldap32 && \$(MAKE) \`basename \$@\`"
18093 ALL_MAKEFILES="$ALL_MAKEFILES \\
18094 dlls/wldap32/Makefile"
18095 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18096 wldap32"
18097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18098 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
18099 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
18101 ALL_MAKEFILES="$ALL_MAKEFILES \\
18102 dlls/wldap32/tests/Makefile"
18103 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18104 wldap32/tests"
18105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18106 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
18107 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
18109 ALL_MAKEFILES="$ALL_MAKEFILES \\
18110 dlls/wmi/Makefile"
18111 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18112 wmi"
18113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18114 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
18115 ac_config_files="$ac_config_files dlls/wmi/Makefile"
18117 ALL_MAKEFILES="$ALL_MAKEFILES \\
18118 dlls/wmiutils/Makefile"
18119 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18120 wmiutils"
18121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18122 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
18123 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
18125 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18126 wnaspi32/libwnaspi32.$IMPLIBEXT"
18127 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18128 wnaspi32/libwnaspi32.def wnaspi32/libwnaspi32.a wnaspi32/libwnaspi32.cross.a: wnaspi32/wnaspi32.spec \$(WINEBUILD)
18129 @cd wnaspi32 && \$(MAKE) \`basename \$@\`"
18130 ALL_MAKEFILES="$ALL_MAKEFILES \\
18131 dlls/wnaspi32/Makefile"
18132 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18133 wnaspi32"
18134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18135 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
18136 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
18138 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18139 wow32/libwow32.$IMPLIBEXT"
18140 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18141 wow32/libwow32.def wow32/libwow32.a wow32/libwow32.cross.a: wow32/wow32.spec \$(WINEBUILD)
18142 @cd wow32 && \$(MAKE) \`basename \$@\`"
18143 ALL_MAKEFILES="$ALL_MAKEFILES \\
18144 dlls/wow32/Makefile"
18145 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18146 wow32"
18147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18148 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
18149 ac_config_files="$ac_config_files dlls/wow32/Makefile"
18151 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18152 ws2_32/libws2_32.$IMPLIBEXT"
18153 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18154 ws2_32/libws2_32.def ws2_32/libws2_32.a ws2_32/libws2_32.cross.a: ws2_32/ws2_32.spec \$(WINEBUILD)
18155 @cd ws2_32 && \$(MAKE) \`basename \$@\`"
18156 ALL_MAKEFILES="$ALL_MAKEFILES \\
18157 dlls/ws2_32/Makefile"
18158 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18159 ws2_32"
18160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18161 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
18162 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
18164 ALL_MAKEFILES="$ALL_MAKEFILES \\
18165 dlls/ws2_32/tests/Makefile"
18166 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18167 ws2_32/tests"
18168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18169 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
18170 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
18172 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18173 wsock32/libwsock32.$IMPLIBEXT"
18174 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18175 wsock32/libwsock32.def wsock32/libwsock32.a wsock32/libwsock32.cross.a: wsock32/wsock32.spec \$(WINEBUILD)
18176 @cd wsock32 && \$(MAKE) \`basename \$@\`"
18177 ALL_MAKEFILES="$ALL_MAKEFILES \\
18178 dlls/wsock32/Makefile"
18179 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18180 wsock32"
18181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18182 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
18183 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
18185 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18186 wtsapi32/libwtsapi32.$IMPLIBEXT"
18187 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18188 wtsapi32/libwtsapi32.def wtsapi32/libwtsapi32.a wtsapi32/libwtsapi32.cross.a: wtsapi32/wtsapi32.spec \$(WINEBUILD)
18189 @cd wtsapi32 && \$(MAKE) \`basename \$@\`"
18190 ALL_MAKEFILES="$ALL_MAKEFILES \\
18191 dlls/wtsapi32/Makefile"
18192 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18193 wtsapi32"
18194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18195 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
18196 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
18198 ALL_MAKEFILES="$ALL_MAKEFILES \\
18199 dlls/wuapi/Makefile"
18200 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18201 wuapi"
18202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18203 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
18204 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
18206 ALL_MAKEFILES="$ALL_MAKEFILES \\
18207 dlls/wuaueng/Makefile"
18208 test "x$enable_wuaueng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18209 wuaueng"
18210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18211 dlls/wuaueng/Makefile: dlls/wuaueng/Makefile.in dlls/Makedll.rules"
18212 ac_config_files="$ac_config_files dlls/wuaueng/Makefile"
18214 ALL_MAKEFILES="$ALL_MAKEFILES \\
18215 dlls/xinput1_1/Makefile"
18216 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18217 xinput1_1"
18218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18219 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
18220 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
18222 ALL_MAKEFILES="$ALL_MAKEFILES \\
18223 dlls/xinput1_2/Makefile"
18224 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18225 xinput1_2"
18226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18227 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
18228 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
18230 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18231 xinput1_3/libxinput.$IMPLIBEXT \\
18232 libxinput.$IMPLIBEXT"
18233 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18234 libxinput.a: xinput1_3/libxinput.a
18235 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.a \$@
18236 libxinput.cross.a: xinput1_3/libxinput.cross.a
18237 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.cross.a \$@
18238 libxinput.def: xinput1_3/libxinput.def
18239 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.def \$@
18240 clean::
18241 \$(RM) libxinput.def
18242 xinput1_3/libxinput.def xinput1_3/libxinput.a xinput1_3/libxinput.cross.a: xinput1_3/xinput1_3.spec \$(WINEBUILD)
18243 @cd xinput1_3 && \$(MAKE) \`basename \$@\`"
18244 ALL_MAKEFILES="$ALL_MAKEFILES \\
18245 dlls/xinput1_3/Makefile"
18246 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18247 xinput1_3"
18248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18249 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
18250 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
18252 ALL_MAKEFILES="$ALL_MAKEFILES \\
18253 dlls/xinput1_3/tests/Makefile"
18254 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18255 xinput1_3/tests"
18256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18257 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
18258 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
18260 ALL_MAKEFILES="$ALL_MAKEFILES \\
18261 dlls/xinput9_1_0/Makefile"
18262 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18263 xinput9_1_0"
18264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18265 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
18266 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
18268 ALL_MAKEFILES="$ALL_MAKEFILES \\
18269 dlls/xmllite/Makefile"
18270 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18271 xmllite"
18272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18273 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
18274 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
18276 ALL_MAKEFILES="$ALL_MAKEFILES \\
18277 dlls/xmllite/tests/Makefile"
18278 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18279 xmllite/tests"
18280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18281 dlls/xmllite/tests/Makefile: dlls/xmllite/tests/Makefile.in dlls/Maketest.rules"
18282 ac_config_files="$ac_config_files dlls/xmllite/tests/Makefile"
18284 ALL_MAKEFILES="$ALL_MAKEFILES \\
18285 documentation/Makefile"
18286 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18287 documentation"
18288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18289 documentation/Makefile: documentation/Makefile.in Make.rules"
18290 ac_config_files="$ac_config_files documentation/Makefile"
18292 ALL_MAKEFILES="$ALL_MAKEFILES \\
18293 fonts/Makefile"
18294 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18295 fonts"
18296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18297 fonts/Makefile: fonts/Makefile.in Make.rules"
18298 ac_config_files="$ac_config_files fonts/Makefile"
18300 ALL_MAKEFILES="$ALL_MAKEFILES \\
18301 include/Makefile"
18302 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18303 include"
18304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18305 include/Makefile: include/Makefile.in Make.rules"
18306 ac_config_files="$ac_config_files include/Makefile"
18308 ALL_MAKEFILES="$ALL_MAKEFILES \\
18309 libs/Makefile"
18310 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18311 libs"
18312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18313 libs/Makefile: libs/Makefile.in Make.rules"
18314 ac_config_files="$ac_config_files libs/Makefile"
18316 ALL_MAKEFILES="$ALL_MAKEFILES \\
18317 libs/port/Makefile"
18319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18320 libs/port/Makefile: libs/port/Makefile.in Make.rules"
18321 ac_config_files="$ac_config_files libs/port/Makefile"
18323 ALL_MAKEFILES="$ALL_MAKEFILES \\
18324 libs/wine/Makefile"
18326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18327 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
18328 ac_config_files="$ac_config_files libs/wine/Makefile"
18330 ALL_MAKEFILES="$ALL_MAKEFILES \\
18331 libs/wpp/Makefile"
18333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18334 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
18335 ac_config_files="$ac_config_files libs/wpp/Makefile"
18337 ALL_MAKEFILES="$ALL_MAKEFILES \\
18338 loader/Makefile"
18339 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18340 loader"
18341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18342 loader/Makefile: loader/Makefile.in Make.rules"
18343 ac_config_files="$ac_config_files loader/Makefile"
18345 ALL_MAKEFILES="$ALL_MAKEFILES \\
18346 programs/Makefile"
18347 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18348 programs"
18349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18350 programs/Makefile: programs/Makefile.in Make.rules"
18351 ac_config_files="$ac_config_files programs/Makefile"
18353 ALL_MAKEFILES="$ALL_MAKEFILES \\
18354 programs/cacls/Makefile"
18355 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18356 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18357 cacls"
18358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18359 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
18360 ac_config_files="$ac_config_files programs/cacls/Makefile"
18362 ALL_MAKEFILES="$ALL_MAKEFILES \\
18363 programs/clock/Makefile"
18364 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18365 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18366 clock"
18367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18368 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
18369 ac_config_files="$ac_config_files programs/clock/Makefile"
18371 ALL_MAKEFILES="$ALL_MAKEFILES \\
18372 programs/cmd/Makefile"
18373 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18374 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18375 cmd"
18376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18377 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
18378 ac_config_files="$ac_config_files programs/cmd/Makefile"
18380 ALL_MAKEFILES="$ALL_MAKEFILES \\
18381 programs/cmdlgtst/Makefile"
18382 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18383 cmdlgtst"
18384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18385 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
18386 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
18388 ALL_MAKEFILES="$ALL_MAKEFILES \\
18389 programs/control/Makefile"
18390 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18391 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18392 control"
18393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18394 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
18395 ac_config_files="$ac_config_files programs/control/Makefile"
18397 ALL_MAKEFILES="$ALL_MAKEFILES \\
18398 programs/dxdiag/Makefile"
18399 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18400 dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18401 dxdiag"
18402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18403 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules"
18404 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
18406 ALL_MAKEFILES="$ALL_MAKEFILES \\
18407 programs/eject/Makefile"
18408 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18409 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18410 eject"
18411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18412 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
18413 ac_config_files="$ac_config_files programs/eject/Makefile"
18415 ALL_MAKEFILES="$ALL_MAKEFILES \\
18416 programs/expand/Makefile"
18417 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18418 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18419 expand"
18420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18421 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
18422 ac_config_files="$ac_config_files programs/expand/Makefile"
18424 ALL_MAKEFILES="$ALL_MAKEFILES \\
18425 programs/explorer/Makefile"
18426 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18427 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18428 explorer"
18429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18430 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
18431 ac_config_files="$ac_config_files programs/explorer/Makefile"
18433 ALL_MAKEFILES="$ALL_MAKEFILES \\
18434 programs/extrac32/Makefile"
18435 test "x$enable_extrac32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18436 extrac32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18437 extrac32"
18438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18439 programs/extrac32/Makefile: programs/extrac32/Makefile.in programs/Makeprog.rules"
18440 ac_config_files="$ac_config_files programs/extrac32/Makefile"
18442 ALL_MAKEFILES="$ALL_MAKEFILES \\
18443 programs/hh/Makefile"
18444 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18445 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18448 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
18449 ac_config_files="$ac_config_files programs/hh/Makefile"
18451 ALL_MAKEFILES="$ALL_MAKEFILES \\
18452 programs/icinfo/Makefile"
18453 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18454 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18455 icinfo"
18456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18457 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
18458 ac_config_files="$ac_config_files programs/icinfo/Makefile"
18460 ALL_MAKEFILES="$ALL_MAKEFILES \\
18461 programs/iexplore/Makefile"
18462 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18463 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18464 iexplore"
18465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18466 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
18467 ac_config_files="$ac_config_files programs/iexplore/Makefile"
18469 ALL_MAKEFILES="$ALL_MAKEFILES \\
18470 programs/lodctr/Makefile"
18471 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18472 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18473 lodctr"
18474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18475 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
18476 ac_config_files="$ac_config_files programs/lodctr/Makefile"
18478 ALL_MAKEFILES="$ALL_MAKEFILES \\
18479 programs/mshta/Makefile"
18480 test "x$enable_mshta" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18481 mshta" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18482 mshta"
18483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18484 programs/mshta/Makefile: programs/mshta/Makefile.in programs/Makeprog.rules"
18485 ac_config_files="$ac_config_files programs/mshta/Makefile"
18487 ALL_MAKEFILES="$ALL_MAKEFILES \\
18488 programs/msiexec/Makefile"
18489 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18490 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18491 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18492 msiexec"
18493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18494 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
18495 ac_config_files="$ac_config_files programs/msiexec/Makefile"
18497 ALL_MAKEFILES="$ALL_MAKEFILES \\
18498 programs/net/Makefile"
18499 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18500 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18501 net"
18502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18503 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
18504 ac_config_files="$ac_config_files programs/net/Makefile"
18506 ALL_MAKEFILES="$ALL_MAKEFILES \\
18507 programs/notepad/Makefile"
18508 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18509 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18510 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18511 notepad"
18512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18513 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
18514 ac_config_files="$ac_config_files programs/notepad/Makefile"
18516 ALL_MAKEFILES="$ALL_MAKEFILES \\
18517 programs/oleview/Makefile"
18518 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18519 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18520 oleview"
18521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18522 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
18523 ac_config_files="$ac_config_files programs/oleview/Makefile"
18525 ALL_MAKEFILES="$ALL_MAKEFILES \\
18526 programs/progman/Makefile"
18527 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18528 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18529 progman"
18530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18531 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
18532 ac_config_files="$ac_config_files programs/progman/Makefile"
18534 ALL_MAKEFILES="$ALL_MAKEFILES \\
18535 programs/reg/Makefile"
18536 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18537 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18538 reg"
18539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18540 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
18541 ac_config_files="$ac_config_files programs/reg/Makefile"
18543 ALL_MAKEFILES="$ALL_MAKEFILES \\
18544 programs/regedit/Makefile"
18545 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18546 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18547 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18548 regedit"
18549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18550 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
18551 ac_config_files="$ac_config_files programs/regedit/Makefile"
18553 ALL_MAKEFILES="$ALL_MAKEFILES \\
18554 programs/regsvr32/Makefile"
18555 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18556 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18557 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18558 regsvr32"
18559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18560 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
18561 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
18563 ALL_MAKEFILES="$ALL_MAKEFILES \\
18564 programs/rpcss/Makefile"
18565 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18566 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18567 rpcss"
18568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18569 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
18570 ac_config_files="$ac_config_files programs/rpcss/Makefile"
18572 ALL_MAKEFILES="$ALL_MAKEFILES \\
18573 programs/rundll32/Makefile"
18574 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18575 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18576 rundll32"
18577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18578 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
18579 ac_config_files="$ac_config_files programs/rundll32/Makefile"
18581 ALL_MAKEFILES="$ALL_MAKEFILES \\
18582 programs/secedit/Makefile"
18583 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18584 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18585 secedit"
18586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18587 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
18588 ac_config_files="$ac_config_files programs/secedit/Makefile"
18590 ALL_MAKEFILES="$ALL_MAKEFILES \\
18591 programs/services/Makefile"
18592 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18593 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18594 services"
18595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18596 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
18597 ac_config_files="$ac_config_files programs/services/Makefile"
18599 ALL_MAKEFILES="$ALL_MAKEFILES \\
18600 programs/spoolsv/Makefile"
18601 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18602 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18603 spoolsv"
18604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18605 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
18606 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
18608 ALL_MAKEFILES="$ALL_MAKEFILES \\
18609 programs/start/Makefile"
18610 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18611 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18612 start"
18613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18614 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
18615 ac_config_files="$ac_config_files programs/start/Makefile"
18617 ALL_MAKEFILES="$ALL_MAKEFILES \\
18618 programs/svchost/Makefile"
18619 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18620 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18621 svchost"
18622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18623 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
18624 ac_config_files="$ac_config_files programs/svchost/Makefile"
18626 ALL_MAKEFILES="$ALL_MAKEFILES \\
18627 programs/taskmgr/Makefile"
18628 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18629 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18630 taskmgr"
18631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18632 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
18633 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
18635 ALL_MAKEFILES="$ALL_MAKEFILES \\
18636 programs/termsv/Makefile"
18637 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18638 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18639 termsv"
18640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18641 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
18642 ac_config_files="$ac_config_files programs/termsv/Makefile"
18644 ALL_MAKEFILES="$ALL_MAKEFILES \\
18645 programs/uninstaller/Makefile"
18646 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18647 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18648 uninstaller"
18649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18650 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
18651 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
18653 ALL_MAKEFILES="$ALL_MAKEFILES \\
18654 programs/unlodctr/Makefile"
18655 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18656 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18657 unlodctr"
18658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18659 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
18660 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
18662 ALL_MAKEFILES="$ALL_MAKEFILES \\
18663 programs/view/Makefile"
18664 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18665 view"
18666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18667 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
18668 ac_config_files="$ac_config_files programs/view/Makefile"
18670 ALL_MAKEFILES="$ALL_MAKEFILES \\
18671 programs/wineboot/Makefile"
18672 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18673 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18674 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18675 wineboot"
18676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18677 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
18678 ac_config_files="$ac_config_files programs/wineboot/Makefile"
18680 ALL_MAKEFILES="$ALL_MAKEFILES \\
18681 programs/winebrowser/Makefile"
18682 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18683 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18684 winebrowser"
18685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18686 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
18687 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
18689 ALL_MAKEFILES="$ALL_MAKEFILES \\
18690 programs/winecfg/Makefile"
18691 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18692 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18693 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18694 winecfg"
18695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18696 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
18697 ac_config_files="$ac_config_files programs/winecfg/Makefile"
18699 ALL_MAKEFILES="$ALL_MAKEFILES \\
18700 programs/wineconsole/Makefile"
18701 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18702 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18703 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18704 wineconsole"
18705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18706 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
18707 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
18709 ALL_MAKEFILES="$ALL_MAKEFILES \\
18710 programs/winedbg/Makefile"
18711 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18712 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18713 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18714 winedbg"
18715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18716 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
18717 ac_config_files="$ac_config_files programs/winedbg/Makefile"
18719 ALL_MAKEFILES="$ALL_MAKEFILES \\
18720 programs/winedevice/Makefile"
18721 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18722 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18723 winedevice"
18724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18725 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
18726 ac_config_files="$ac_config_files programs/winedevice/Makefile"
18728 ALL_MAKEFILES="$ALL_MAKEFILES \\
18729 programs/winefile/Makefile"
18730 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18731 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18732 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18733 winefile"
18734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18735 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
18736 ac_config_files="$ac_config_files programs/winefile/Makefile"
18738 ALL_MAKEFILES="$ALL_MAKEFILES \\
18739 programs/winemenubuilder/Makefile"
18740 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18741 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18742 winemenubuilder"
18743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18744 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
18745 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
18747 ALL_MAKEFILES="$ALL_MAKEFILES \\
18748 programs/winemine/Makefile"
18749 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18750 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18751 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18752 winemine"
18753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18754 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
18755 ac_config_files="$ac_config_files programs/winemine/Makefile"
18757 ALL_MAKEFILES="$ALL_MAKEFILES \\
18758 programs/winepath/Makefile"
18759 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18760 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18761 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18762 winepath"
18763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18764 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
18765 ac_config_files="$ac_config_files programs/winepath/Makefile"
18767 ALL_MAKEFILES="$ALL_MAKEFILES \\
18768 programs/winetest/Makefile"
18769 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18770 winetest"
18771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18772 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
18773 ac_config_files="$ac_config_files programs/winetest/Makefile"
18775 ALL_MAKEFILES="$ALL_MAKEFILES \\
18776 programs/winevdm/Makefile"
18777 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18778 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18779 winevdm"
18780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18781 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
18782 ac_config_files="$ac_config_files programs/winevdm/Makefile"
18784 ALL_MAKEFILES="$ALL_MAKEFILES \\
18785 programs/winhelp.exe16/Makefile"
18786 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18787 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18788 winhelp.exe16"
18789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18790 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
18791 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
18793 ALL_MAKEFILES="$ALL_MAKEFILES \\
18794 programs/winhlp32/Makefile"
18795 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18796 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18797 winhlp32"
18798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18799 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
18800 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
18802 ALL_MAKEFILES="$ALL_MAKEFILES \\
18803 programs/winoldap.mod16/Makefile"
18804 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18805 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18806 winoldap.mod16"
18807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18808 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
18809 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
18811 ALL_MAKEFILES="$ALL_MAKEFILES \\
18812 programs/winver/Makefile"
18813 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18814 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18815 winver"
18816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18817 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
18818 ac_config_files="$ac_config_files programs/winver/Makefile"
18820 ALL_MAKEFILES="$ALL_MAKEFILES \\
18821 programs/wordpad/Makefile"
18822 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18823 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18824 wordpad"
18825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18826 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
18827 ac_config_files="$ac_config_files programs/wordpad/Makefile"
18829 ALL_MAKEFILES="$ALL_MAKEFILES \\
18830 programs/write/Makefile"
18831 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18832 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18833 write"
18834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18835 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
18836 ac_config_files="$ac_config_files programs/write/Makefile"
18838 ALL_MAKEFILES="$ALL_MAKEFILES \\
18839 programs/xcopy/Makefile"
18840 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18841 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18842 xcopy"
18843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18844 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
18845 ac_config_files="$ac_config_files programs/xcopy/Makefile"
18847 ALL_MAKEFILES="$ALL_MAKEFILES \\
18848 server/Makefile"
18849 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18850 server"
18851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18852 server/Makefile: server/Makefile.in Make.rules"
18853 ac_config_files="$ac_config_files server/Makefile"
18855 ALL_MAKEFILES="$ALL_MAKEFILES \\
18856 tools/Makefile"
18857 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18858 tools"
18859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18860 tools/Makefile: tools/Makefile.in Make.rules"
18861 ac_config_files="$ac_config_files tools/Makefile"
18863 ALL_MAKEFILES="$ALL_MAKEFILES \\
18864 tools/widl/Makefile"
18866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18867 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
18868 ac_config_files="$ac_config_files tools/widl/Makefile"
18870 ALL_MAKEFILES="$ALL_MAKEFILES \\
18871 tools/winebuild/Makefile"
18873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18874 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
18875 ac_config_files="$ac_config_files tools/winebuild/Makefile"
18877 ALL_MAKEFILES="$ALL_MAKEFILES \\
18878 tools/winedump/Makefile"
18880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18881 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
18882 ac_config_files="$ac_config_files tools/winedump/Makefile"
18884 ALL_MAKEFILES="$ALL_MAKEFILES \\
18885 tools/winegcc/Makefile"
18887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18888 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
18889 ac_config_files="$ac_config_files tools/winegcc/Makefile"
18891 ALL_MAKEFILES="$ALL_MAKEFILES \\
18892 tools/wmc/Makefile"
18894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18895 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
18896 ac_config_files="$ac_config_files tools/wmc/Makefile"
18898 ALL_MAKEFILES="$ALL_MAKEFILES \\
18899 tools/wrc/Makefile"
18901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18902 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
18903 ac_config_files="$ac_config_files tools/wrc/Makefile"
18907 ALL_WINETEST_DEPENDS="# Test binaries"
18909 for dir in $ALL_TEST_DIRS
18911 if test "$dir" != "\\"
18912 then
18913 testname=`expr $dir : '\(.*\)/tests'`_test
18914 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18916 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
18917 cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
18918 $testname.rc:
18919 echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18920 $testname.res: $testname.rc $testname.exe"
18922 done
18924 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
18926 cat >confcache <<\_ACEOF
18927 # This file is a shell script that caches the results of configure
18928 # tests run on this system so they can be shared between configure
18929 # scripts and configure runs, see configure's option --config-cache.
18930 # It is not useful on other systems. If it contains results you don't
18931 # want to keep, you may remove or edit it.
18933 # config.status only pays attention to the cache file if you give it
18934 # the --recheck option to rerun configure.
18936 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18937 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18938 # following values.
18940 _ACEOF
18942 # The following way of writing the cache mishandles newlines in values,
18943 # but we know of no workaround that is simple, portable, and efficient.
18944 # So, we kill variables containing newlines.
18945 # Ultrix sh set writes to stderr and can't be redirected directly,
18946 # and sets the high bit in the cache file unless we assign to the vars.
18948 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18949 eval ac_val=\$$ac_var
18950 case $ac_val in #(
18951 *${as_nl}*)
18952 case $ac_var in #(
18953 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18954 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18955 esac
18956 case $ac_var in #(
18957 _ | IFS | as_nl) ;; #(
18958 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18959 *) { eval $ac_var=; unset $ac_var;} ;;
18960 esac ;;
18961 esac
18962 done
18964 (set) 2>&1 |
18965 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18966 *${as_nl}ac_space=\ *)
18967 # `set' does not quote correctly, so add quotes: double-quote
18968 # substitution turns \\\\ into \\, and sed turns \\ into \.
18969 sed -n \
18970 "s/'/'\\\\''/g;
18971 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18972 ;; #(
18974 # `set' quotes correctly as required by POSIX, so do not add quotes.
18975 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18977 esac |
18978 sort
18980 sed '
18981 /^ac_cv_env_/b end
18982 t clear
18983 :clear
18984 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18985 t end
18986 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18987 :end' >>confcache
18988 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18989 if test -w "$cache_file"; then
18990 test "x$cache_file" != "x/dev/null" &&
18991 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18992 $as_echo "$as_me: updating cache $cache_file" >&6;}
18993 cat confcache >$cache_file
18994 else
18995 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18996 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18999 rm -f confcache
19001 test "x$prefix" = xNONE && prefix=$ac_default_prefix
19002 # Let make expand exec_prefix.
19003 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
19005 DEFS=-DHAVE_CONFIG_H
19007 ac_libobjs=
19008 ac_ltlibobjs=
19009 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
19010 # 1. Remove the extension, and $U if already installed.
19011 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
19012 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
19013 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
19014 # will be set to the directory where LIBOBJS objects are built.
19015 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
19016 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
19017 done
19018 LIBOBJS=$ac_libobjs
19020 LTLIBOBJS=$ac_ltlibobjs
19024 : ${CONFIG_STATUS=./config.status}
19025 ac_write_fail=0
19026 ac_clean_files_save=$ac_clean_files
19027 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
19028 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
19029 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
19030 as_write_fail=0
19031 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
19032 #! $SHELL
19033 # Generated by $as_me.
19034 # Run this file to recreate the current configuration.
19035 # Compiler output produced by configure, useful for debugging
19036 # configure, is in config.log if it exists.
19038 debug=false
19039 ac_cs_recheck=false
19040 ac_cs_silent=false
19042 SHELL=\${CONFIG_SHELL-$SHELL}
19043 export SHELL
19044 _ASEOF
19045 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
19046 ## -------------------- ##
19047 ## M4sh Initialization. ##
19048 ## -------------------- ##
19050 # Be more Bourne compatible
19051 DUALCASE=1; export DUALCASE # for MKS sh
19052 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
19053 emulate sh
19054 NULLCMD=:
19055 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19056 # is contrary to our usage. Disable this feature.
19057 alias -g '${1+"$@"}'='"$@"'
19058 setopt NO_GLOB_SUBST
19059 else
19060 case `(set -o) 2>/dev/null` in #(
19061 *posix*) :
19062 set -o posix ;; #(
19063 *) :
19065 esac
19069 as_nl='
19071 export as_nl
19072 # Printing a long string crashes Solaris 7 /usr/bin/printf.
19073 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
19074 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
19075 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
19076 # Prefer a ksh shell builtin over an external printf program on Solaris,
19077 # but without wasting forks for bash or zsh.
19078 if test -z "$BASH_VERSION$ZSH_VERSION" \
19079 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
19080 as_echo='print -r --'
19081 as_echo_n='print -rn --'
19082 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
19083 as_echo='printf %s\n'
19084 as_echo_n='printf %s'
19085 else
19086 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
19087 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
19088 as_echo_n='/usr/ucb/echo -n'
19089 else
19090 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
19091 as_echo_n_body='eval
19092 arg=$1;
19093 case $arg in #(
19094 *"$as_nl"*)
19095 expr "X$arg" : "X\\(.*\\)$as_nl";
19096 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
19097 esac;
19098 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
19100 export as_echo_n_body
19101 as_echo_n='sh -c $as_echo_n_body as_echo'
19103 export as_echo_body
19104 as_echo='sh -c $as_echo_body as_echo'
19107 # The user is always right.
19108 if test "${PATH_SEPARATOR+set}" != set; then
19109 PATH_SEPARATOR=:
19110 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
19111 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
19112 PATH_SEPARATOR=';'
19117 # IFS
19118 # We need space, tab and new line, in precisely that order. Quoting is
19119 # there to prevent editors from complaining about space-tab.
19120 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
19121 # splitting by setting IFS to empty value.)
19122 IFS=" "" $as_nl"
19124 # Find who we are. Look in the path if we contain no directory separator.
19125 case $0 in #((
19126 *[\\/]* ) as_myself=$0 ;;
19127 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19128 for as_dir in $PATH
19130 IFS=$as_save_IFS
19131 test -z "$as_dir" && as_dir=.
19132 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
19133 done
19134 IFS=$as_save_IFS
19137 esac
19138 # We did not find ourselves, most probably we were run as `sh COMMAND'
19139 # in which case we are not to be found in the path.
19140 if test "x$as_myself" = x; then
19141 as_myself=$0
19143 if test ! -f "$as_myself"; then
19144 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
19145 exit 1
19148 # Unset variables that we do not need and which cause bugs (e.g. in
19149 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
19150 # suppresses any "Segmentation fault" message there. '((' could
19151 # trigger a bug in pdksh 5.2.14.
19152 for as_var in BASH_ENV ENV MAIL MAILPATH
19153 do eval test x\${$as_var+set} = xset \
19154 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
19155 done
19156 PS1='$ '
19157 PS2='> '
19158 PS4='+ '
19160 # NLS nuisances.
19161 LC_ALL=C
19162 export LC_ALL
19163 LANGUAGE=C
19164 export LANGUAGE
19166 # CDPATH.
19167 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
19170 # as_fn_error ERROR [LINENO LOG_FD]
19171 # ---------------------------------
19172 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
19173 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
19174 # script with status $?, using 1 if that was 0.
19175 as_fn_error ()
19177 as_status=$?; test $as_status -eq 0 && as_status=1
19178 if test "$3"; then
19179 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
19180 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
19182 $as_echo "$as_me: error: $1" >&2
19183 as_fn_exit $as_status
19184 } # as_fn_error
19187 # as_fn_set_status STATUS
19188 # -----------------------
19189 # Set $? to STATUS, without forking.
19190 as_fn_set_status ()
19192 return $1
19193 } # as_fn_set_status
19195 # as_fn_exit STATUS
19196 # -----------------
19197 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
19198 as_fn_exit ()
19200 set +e
19201 as_fn_set_status $1
19202 exit $1
19203 } # as_fn_exit
19205 # as_fn_unset VAR
19206 # ---------------
19207 # Portably unset VAR.
19208 as_fn_unset ()
19210 { eval $1=; unset $1;}
19212 as_unset=as_fn_unset
19213 # as_fn_append VAR VALUE
19214 # ----------------------
19215 # Append the text in VALUE to the end of the definition contained in VAR. Take
19216 # advantage of any shell optimizations that allow amortized linear growth over
19217 # repeated appends, instead of the typical quadratic growth present in naive
19218 # implementations.
19219 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
19220 eval 'as_fn_append ()
19222 eval $1+=\$2
19224 else
19225 as_fn_append ()
19227 eval $1=\$$1\$2
19229 fi # as_fn_append
19231 # as_fn_arith ARG...
19232 # ------------------
19233 # Perform arithmetic evaluation on the ARGs, and store the result in the
19234 # global $as_val. Take advantage of shells that can avoid forks. The arguments
19235 # must be portable across $(()) and expr.
19236 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
19237 eval 'as_fn_arith ()
19239 as_val=$(( $* ))
19241 else
19242 as_fn_arith ()
19244 as_val=`expr "$@" || test $? -eq 1`
19246 fi # as_fn_arith
19249 if expr a : '\(a\)' >/dev/null 2>&1 &&
19250 test "X`expr 00001 : '.*\(...\)'`" = X001; then
19251 as_expr=expr
19252 else
19253 as_expr=false
19256 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
19257 as_basename=basename
19258 else
19259 as_basename=false
19262 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
19263 as_dirname=dirname
19264 else
19265 as_dirname=false
19268 as_me=`$as_basename -- "$0" ||
19269 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
19270 X"$0" : 'X\(//\)$' \| \
19271 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
19272 $as_echo X/"$0" |
19273 sed '/^.*\/\([^/][^/]*\)\/*$/{
19274 s//\1/
19277 /^X\/\(\/\/\)$/{
19278 s//\1/
19281 /^X\/\(\/\).*/{
19282 s//\1/
19285 s/.*/./; q'`
19287 # Avoid depending upon Character Ranges.
19288 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
19289 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
19290 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
19291 as_cr_digits='0123456789'
19292 as_cr_alnum=$as_cr_Letters$as_cr_digits
19294 ECHO_C= ECHO_N= ECHO_T=
19295 case `echo -n x` in #(((((
19296 -n*)
19297 case `echo 'xy\c'` in
19298 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
19299 xy) ECHO_C='\c';;
19300 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
19301 ECHO_T=' ';;
19302 esac;;
19304 ECHO_N='-n';;
19305 esac
19307 rm -f conf$$ conf$$.exe conf$$.file
19308 if test -d conf$$.dir; then
19309 rm -f conf$$.dir/conf$$.file
19310 else
19311 rm -f conf$$.dir
19312 mkdir conf$$.dir 2>/dev/null
19314 if (echo >conf$$.file) 2>/dev/null; then
19315 if ln -s conf$$.file conf$$ 2>/dev/null; then
19316 as_ln_s='ln -s'
19317 # ... but there are two gotchas:
19318 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
19319 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
19320 # In both cases, we have to default to `cp -p'.
19321 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
19322 as_ln_s='cp -p'
19323 elif ln conf$$.file conf$$ 2>/dev/null; then
19324 as_ln_s=ln
19325 else
19326 as_ln_s='cp -p'
19328 else
19329 as_ln_s='cp -p'
19331 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
19332 rmdir conf$$.dir 2>/dev/null
19335 # as_fn_mkdir_p
19336 # -------------
19337 # Create "$as_dir" as a directory, including parents if necessary.
19338 as_fn_mkdir_p ()
19341 case $as_dir in #(
19342 -*) as_dir=./$as_dir;;
19343 esac
19344 test -d "$as_dir" || eval $as_mkdir_p || {
19345 as_dirs=
19346 while :; do
19347 case $as_dir in #(
19348 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
19349 *) as_qdir=$as_dir;;
19350 esac
19351 as_dirs="'$as_qdir' $as_dirs"
19352 as_dir=`$as_dirname -- "$as_dir" ||
19353 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19354 X"$as_dir" : 'X\(//\)[^/]' \| \
19355 X"$as_dir" : 'X\(//\)$' \| \
19356 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
19357 $as_echo X"$as_dir" |
19358 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19359 s//\1/
19362 /^X\(\/\/\)[^/].*/{
19363 s//\1/
19366 /^X\(\/\/\)$/{
19367 s//\1/
19370 /^X\(\/\).*/{
19371 s//\1/
19374 s/.*/./; q'`
19375 test -d "$as_dir" && break
19376 done
19377 test -z "$as_dirs" || eval "mkdir $as_dirs"
19378 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
19381 } # as_fn_mkdir_p
19382 if mkdir -p . 2>/dev/null; then
19383 as_mkdir_p='mkdir -p "$as_dir"'
19384 else
19385 test -d ./-p && rmdir ./-p
19386 as_mkdir_p=false
19389 if test -x / >/dev/null 2>&1; then
19390 as_test_x='test -x'
19391 else
19392 if ls -dL / >/dev/null 2>&1; then
19393 as_ls_L_option=L
19394 else
19395 as_ls_L_option=
19397 as_test_x='
19398 eval sh -c '\''
19399 if test -d "$1"; then
19400 test -d "$1/.";
19401 else
19402 case $1 in #(
19403 -*)set "./$1";;
19404 esac;
19405 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
19406 ???[sx]*):;;*)false;;esac;fi
19407 '\'' sh
19410 as_executable_p=$as_test_x
19412 # Sed expression to map a string onto a valid CPP name.
19413 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
19415 # Sed expression to map a string onto a valid variable name.
19416 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
19419 exec 6>&1
19420 ## ----------------------------------- ##
19421 ## Main body of $CONFIG_STATUS script. ##
19422 ## ----------------------------------- ##
19423 _ASEOF
19424 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
19426 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19427 # Save the log message, to keep $0 and so on meaningful, and to
19428 # report actual input values of CONFIG_FILES etc. instead of their
19429 # values after options handling.
19430 ac_log="
19431 This file was extended by Wine $as_me 1.1.37, which was
19432 generated by GNU Autoconf 2.65. Invocation command line was
19434 CONFIG_FILES = $CONFIG_FILES
19435 CONFIG_HEADERS = $CONFIG_HEADERS
19436 CONFIG_LINKS = $CONFIG_LINKS
19437 CONFIG_COMMANDS = $CONFIG_COMMANDS
19438 $ $0 $@
19440 on `(hostname || uname -n) 2>/dev/null | sed 1q`
19443 _ACEOF
19445 case $ac_config_files in *"
19446 "*) set x $ac_config_files; shift; ac_config_files=$*;;
19447 esac
19449 case $ac_config_headers in *"
19450 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
19451 esac
19454 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19455 # Files that config.status was made for.
19456 config_files="$ac_config_files"
19457 config_headers="$ac_config_headers"
19458 config_commands="$ac_config_commands"
19460 _ACEOF
19462 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19463 ac_cs_usage="\
19464 \`$as_me' instantiates files and other configuration actions
19465 from templates according to the current configuration. Unless the files
19466 and actions are specified as TAGs, all are instantiated by default.
19468 Usage: $0 [OPTION]... [TAG]...
19470 -h, --help print this help, then exit
19471 -V, --version print version number and configuration settings, then exit
19472 --config print configuration, then exit
19473 -q, --quiet, --silent
19474 do not print progress messages
19475 -d, --debug don't remove temporary files
19476 --recheck update $as_me by reconfiguring in the same conditions
19477 --file=FILE[:TEMPLATE]
19478 instantiate the configuration file FILE
19479 --header=FILE[:TEMPLATE]
19480 instantiate the configuration header FILE
19482 Configuration files:
19483 $config_files
19485 Configuration headers:
19486 $config_headers
19488 Configuration commands:
19489 $config_commands
19491 Report bugs to <wine-devel@winehq.org>.
19492 Wine home page: <http://www.winehq.org>."
19494 _ACEOF
19495 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19496 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
19497 ac_cs_version="\\
19498 Wine config.status 1.1.37
19499 configured by $0, generated by GNU Autoconf 2.65,
19500 with options \\"\$ac_cs_config\\"
19502 Copyright (C) 2009 Free Software Foundation, Inc.
19503 This config.status script is free software; the Free Software Foundation
19504 gives unlimited permission to copy, distribute and modify it."
19506 ac_pwd='$ac_pwd'
19507 srcdir='$srcdir'
19508 INSTALL='$INSTALL'
19509 test -n "\$AWK" || AWK=awk
19510 _ACEOF
19512 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19513 # The default lists apply if the user does not specify any file.
19514 ac_need_defaults=:
19515 while test $# != 0
19517 case $1 in
19518 --*=*)
19519 ac_option=`expr "X$1" : 'X\([^=]*\)='`
19520 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
19521 ac_shift=:
19524 ac_option=$1
19525 ac_optarg=$2
19526 ac_shift=shift
19528 esac
19530 case $ac_option in
19531 # Handling of the options.
19532 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
19533 ac_cs_recheck=: ;;
19534 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
19535 $as_echo "$ac_cs_version"; exit ;;
19536 --config | --confi | --conf | --con | --co | --c )
19537 $as_echo "$ac_cs_config"; exit ;;
19538 --debug | --debu | --deb | --de | --d | -d )
19539 debug=: ;;
19540 --file | --fil | --fi | --f )
19541 $ac_shift
19542 case $ac_optarg in
19543 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19544 esac
19545 as_fn_append CONFIG_FILES " '$ac_optarg'"
19546 ac_need_defaults=false;;
19547 --header | --heade | --head | --hea )
19548 $ac_shift
19549 case $ac_optarg in
19550 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19551 esac
19552 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
19553 ac_need_defaults=false;;
19554 --he | --h)
19555 # Conflict between --help and --header
19556 as_fn_error "ambiguous option: \`$1'
19557 Try \`$0 --help' for more information.";;
19558 --help | --hel | -h )
19559 $as_echo "$ac_cs_usage"; exit ;;
19560 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
19561 | -silent | --silent | --silen | --sile | --sil | --si | --s)
19562 ac_cs_silent=: ;;
19564 # This is an error.
19565 -*) as_fn_error "unrecognized option: \`$1'
19566 Try \`$0 --help' for more information." ;;
19568 *) as_fn_append ac_config_targets " $1"
19569 ac_need_defaults=false ;;
19571 esac
19572 shift
19573 done
19575 ac_configure_extra_args=
19577 if $ac_cs_silent; then
19578 exec 6>/dev/null
19579 ac_configure_extra_args="$ac_configure_extra_args --silent"
19582 _ACEOF
19583 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19584 if \$ac_cs_recheck; then
19585 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19586 shift
19587 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19588 CONFIG_SHELL='$SHELL'
19589 export CONFIG_SHELL
19590 exec "\$@"
19593 _ACEOF
19594 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19595 exec 5>>config.log
19597 echo
19598 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19599 ## Running $as_me. ##
19600 _ASBOX
19601 $as_echo "$ac_log"
19602 } >&5
19604 _ACEOF
19605 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19606 _ACEOF
19608 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19610 # Handling of arguments.
19611 for ac_config_target in $ac_config_targets
19613 case $ac_config_target in
19614 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
19615 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
19616 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
19617 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
19618 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
19619 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
19620 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
19621 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
19622 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
19623 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
19624 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
19625 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
19626 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
19627 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
19628 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
19629 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
19630 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
19631 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
19632 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
19633 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
19634 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
19635 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
19636 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
19637 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
19638 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
19639 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
19640 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
19641 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
19642 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
19643 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
19644 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
19645 "dlls/avifil32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/tests/Makefile" ;;
19646 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
19647 "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
19648 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
19649 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
19650 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
19651 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
19652 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
19653 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
19654 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
19655 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
19656 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
19657 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
19658 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
19659 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
19660 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
19661 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
19662 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
19663 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
19664 "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
19665 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
19666 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
19667 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
19668 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
19669 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
19670 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
19671 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
19672 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
19673 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
19674 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
19675 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
19676 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
19677 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
19678 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
19679 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
19680 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
19681 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
19682 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
19683 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
19684 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
19685 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
19686 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
19687 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
19688 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
19689 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
19690 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
19691 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
19692 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
19693 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
19694 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
19695 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
19696 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
19697 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
19698 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
19699 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
19700 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
19701 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
19702 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
19703 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
19704 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
19705 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
19706 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
19707 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
19708 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
19709 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
19710 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
19711 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
19712 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
19713 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
19714 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
19715 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
19716 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
19717 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
19718 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
19719 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
19720 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
19721 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
19722 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
19723 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
19724 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
19725 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
19726 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
19727 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
19728 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
19729 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
19730 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
19731 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
19732 "dlls/dmloader/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/tests/Makefile" ;;
19733 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
19734 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
19735 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
19736 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
19737 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
19738 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
19739 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
19740 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
19741 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
19742 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
19743 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
19744 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
19745 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
19746 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
19747 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
19748 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
19749 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
19750 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
19751 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
19752 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
19753 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
19754 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
19755 "dlls/dxdiagn/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/tests/Makefile" ;;
19756 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
19757 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
19758 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
19759 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
19760 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
19761 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
19762 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
19763 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
19764 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
19765 "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
19766 "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
19767 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
19768 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
19769 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
19770 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
19771 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
19772 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
19773 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
19774 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
19775 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
19776 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
19777 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
19778 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
19779 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
19780 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
19781 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
19782 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
19783 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
19784 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
19785 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
19786 "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
19787 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
19788 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
19789 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
19790 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
19791 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
19792 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
19793 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
19794 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
19795 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
19796 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
19797 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
19798 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
19799 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
19800 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
19801 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
19802 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
19803 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
19804 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
19805 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
19806 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
19807 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
19808 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
19809 "dlls/krnl386.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/krnl386.exe16/Makefile" ;;
19810 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
19811 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
19812 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
19813 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
19814 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
19815 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
19816 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
19817 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
19818 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
19819 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
19820 "dlls/mapistub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapistub/Makefile" ;;
19821 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
19822 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
19823 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
19824 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
19825 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
19826 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
19827 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
19828 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
19829 "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
19830 "dlls/mmdevapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/tests/Makefile" ;;
19831 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
19832 "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
19833 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
19834 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
19835 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
19836 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
19837 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
19838 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
19839 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
19840 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
19841 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
19842 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
19843 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
19844 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
19845 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
19846 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
19847 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
19848 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
19849 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
19850 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
19851 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
19852 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
19853 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
19854 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
19855 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
19856 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
19857 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
19858 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
19859 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
19860 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
19861 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
19862 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
19863 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
19864 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
19865 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
19866 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
19867 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
19868 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
19869 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
19870 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
19871 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
19872 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
19873 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
19874 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
19875 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
19876 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
19877 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
19878 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
19879 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
19880 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
19881 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
19882 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
19883 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
19884 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
19885 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
19886 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
19887 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
19888 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
19889 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
19890 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
19891 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
19892 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
19893 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
19894 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
19895 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
19896 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
19897 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
19898 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
19899 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
19900 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
19901 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
19902 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
19903 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
19904 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
19905 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
19906 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
19907 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
19908 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
19909 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
19910 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
19911 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
19912 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
19913 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
19914 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
19915 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
19916 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
19917 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
19918 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
19919 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
19920 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
19921 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
19922 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
19923 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
19924 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
19925 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
19926 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
19927 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
19928 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
19929 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
19930 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
19931 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
19932 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
19933 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
19934 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
19935 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
19936 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
19937 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
19938 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
19939 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
19940 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
19941 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
19942 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
19943 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
19944 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
19945 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
19946 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
19947 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
19948 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
19949 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
19950 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
19951 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
19952 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
19953 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
19954 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
19955 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
19956 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
19957 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
19958 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
19959 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
19960 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
19961 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
19962 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
19963 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
19964 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
19965 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
19966 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
19967 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
19968 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
19969 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
19970 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
19971 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
19972 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
19973 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
19974 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
19975 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
19976 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
19977 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
19978 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
19979 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
19980 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
19981 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
19982 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
19983 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
19984 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
19985 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
19986 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
19987 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
19988 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
19989 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
19990 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
19991 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
19992 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
19993 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
19994 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
19995 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
19996 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
19997 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
19998 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
19999 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
20000 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
20001 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
20002 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
20003 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
20004 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
20005 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
20006 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
20007 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
20008 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
20009 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
20010 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
20011 "dlls/user.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user.exe16/Makefile" ;;
20012 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
20013 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
20014 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
20015 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
20016 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
20017 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
20018 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
20019 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
20020 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
20021 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
20022 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
20023 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
20024 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
20025 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
20026 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
20027 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
20028 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
20029 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
20030 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
20031 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
20032 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
20033 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
20034 "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
20035 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
20036 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
20037 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
20038 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
20039 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
20040 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
20041 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
20042 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
20043 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
20044 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
20045 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
20046 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
20047 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
20048 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
20049 "dlls/winemapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemapi/Makefile" ;;
20050 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
20051 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
20052 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
20053 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
20054 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
20055 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
20056 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
20057 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
20058 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
20059 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
20060 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
20061 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
20062 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
20063 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
20064 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
20065 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
20066 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
20067 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
20068 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
20069 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
20070 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
20071 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
20072 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
20073 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
20074 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
20075 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
20076 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
20077 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
20078 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
20079 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
20080 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
20081 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
20082 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
20083 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
20084 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
20085 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
20086 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
20087 "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
20088 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
20089 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
20090 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
20091 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
20092 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
20093 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
20094 "dlls/xmllite/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/tests/Makefile" ;;
20095 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
20096 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
20097 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
20098 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
20099 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
20100 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
20101 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
20102 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
20103 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
20104 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
20105 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
20106 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
20107 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
20108 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
20109 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
20110 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
20111 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
20112 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
20113 "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
20114 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
20115 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
20116 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
20117 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
20118 "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
20119 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
20120 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
20121 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
20122 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
20123 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
20124 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
20125 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
20126 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
20127 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
20128 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
20129 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
20130 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
20131 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
20132 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
20133 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
20134 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
20135 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
20136 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
20137 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
20138 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
20139 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
20140 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
20141 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
20142 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
20143 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
20144 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
20145 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
20146 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
20147 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
20148 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
20149 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
20150 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
20151 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
20152 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
20153 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
20154 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
20155 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
20156 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
20157 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
20158 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
20159 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
20160 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
20161 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
20162 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
20163 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
20164 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
20165 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
20167 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
20168 esac
20169 done
20172 # If the user did not use the arguments to specify the items to instantiate,
20173 # then the envvar interface is used. Set only those that are not.
20174 # We use the long form for the default assignment because of an extremely
20175 # bizarre bug on SunOS 4.1.3.
20176 if $ac_need_defaults; then
20177 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
20178 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
20179 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
20182 # Have a temporary directory for convenience. Make it in the build tree
20183 # simply because there is no reason against having it here, and in addition,
20184 # creating and moving files from /tmp can sometimes cause problems.
20185 # Hook for its removal unless debugging.
20186 # Note that there is a small window in which the directory will not be cleaned:
20187 # after its creation but before its name has been assigned to `$tmp'.
20188 $debug ||
20190 tmp=
20191 trap 'exit_status=$?
20192 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
20194 trap 'as_fn_exit 1' 1 2 13 15
20196 # Create a (secure) tmp directory for tmp files.
20199 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
20200 test -n "$tmp" && test -d "$tmp"
20201 } ||
20203 tmp=./conf$$-$RANDOM
20204 (umask 077 && mkdir "$tmp")
20205 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
20207 # Set up the scripts for CONFIG_FILES section.
20208 # No need to generate them if there are no CONFIG_FILES.
20209 # This happens for instance with `./config.status config.h'.
20210 if test -n "$CONFIG_FILES"; then
20212 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
20213 ac_cs_awk_getline=:
20214 ac_cs_awk_pipe_init=
20215 ac_cs_awk_read_file='
20216 while ((getline aline < (F[key])) > 0)
20217 print(aline)
20218 close(F[key])'
20219 ac_cs_awk_pipe_fini=
20220 else
20221 ac_cs_awk_getline=false
20222 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
20223 ac_cs_awk_read_file='
20224 print "|#_!!_#|"
20225 print "cat " F[key] " &&"
20226 '$ac_cs_awk_pipe_init
20227 # The final `:' finishes the AND list.
20228 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
20230 ac_cr=`echo X | tr X '\015'`
20231 # On cygwin, bash can eat \r inside `` if the user requested igncr.
20232 # But we know of no other shell where ac_cr would be empty at this
20233 # point, so we can use a bashism as a fallback.
20234 if test "x$ac_cr" = x; then
20235 eval ac_cr=\$\'\\r\'
20237 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
20238 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
20239 ac_cs_awk_cr='\r'
20240 else
20241 ac_cs_awk_cr=$ac_cr
20244 echo 'BEGIN {' >"$tmp/subs1.awk" &&
20245 _ACEOF
20247 # Create commands to substitute file output variables.
20249 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
20250 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
20251 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
20252 echo "_ACAWK" &&
20253 echo "_ACEOF"
20254 } >conf$$files.sh &&
20255 . ./conf$$files.sh ||
20256 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20257 rm -f conf$$files.sh
20260 echo "cat >conf$$subs.awk <<_ACEOF" &&
20261 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
20262 echo "_ACEOF"
20263 } >conf$$subs.sh ||
20264 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20265 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
20266 ac_delim='%!_!# '
20267 for ac_last_try in false false false false false :; do
20268 . ./conf$$subs.sh ||
20269 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20271 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
20272 if test $ac_delim_n = $ac_delim_num; then
20273 break
20274 elif $ac_last_try; then
20275 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20276 else
20277 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
20279 done
20280 rm -f conf$$subs.sh
20282 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20283 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
20284 _ACEOF
20285 sed -n '
20287 s/^/S["/; s/!.*/"]=/
20290 s/^[^!]*!//
20291 :repl
20292 t repl
20293 s/'"$ac_delim"'$//
20294 t delim
20297 s/\(.\{148\}\)..*/\1/
20298 t more1
20299 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
20302 b repl
20303 :more1
20304 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
20307 s/.\{148\}//
20308 t nl
20309 :delim
20311 s/\(.\{148\}\)..*/\1/
20312 t more2
20313 s/["\\]/\\&/g; s/^/"/; s/$/"/
20316 :more2
20317 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
20320 s/.\{148\}//
20321 t delim
20322 ' <conf$$subs.awk | sed '
20323 /^[^""]/{
20325 s/\n//
20327 ' >>$CONFIG_STATUS || ac_write_fail=1
20328 rm -f conf$$subs.awk
20329 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20330 _ACAWK
20331 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
20332 for (key in S) S_is_set[key] = 1
20333 FS = "\a"
20334 \$ac_cs_awk_pipe_init
20337 line = $ 0
20338 nfields = split(line, field, "@")
20339 substed = 0
20340 len = length(field[1])
20341 for (i = 2; i < nfields; i++) {
20342 key = field[i]
20343 keylen = length(key)
20344 if (S_is_set[key]) {
20345 value = S[key]
20346 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
20347 len += length(value) + length(field[++i])
20348 substed = 1
20349 } else
20350 len += 1 + keylen
20352 if (nfields == 3 && !substed) {
20353 key = field[2]
20354 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
20355 \$ac_cs_awk_read_file
20356 next
20359 print line
20361 \$ac_cs_awk_pipe_fini
20362 _ACAWK
20363 _ACEOF
20364 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20365 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
20366 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
20367 else
20369 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
20370 || as_fn_error "could not setup config files machinery" "$LINENO" 5
20371 _ACEOF
20373 # VPATH may cause trouble with some makes, so we remove $(srcdir),
20374 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
20375 # trailing colons and then remove the whole line if VPATH becomes empty
20376 # (actually we leave an empty line to preserve line numbers).
20377 if test "x$srcdir" = x.; then
20378 ac_vpsub='/^[ ]*VPATH[ ]*=/{
20379 s/:*\$(srcdir):*/:/
20380 s/:*\${srcdir}:*/:/
20381 s/:*@srcdir@:*/:/
20382 s/^\([^=]*=[ ]*\):*/\1/
20383 s/:*$//
20384 s/^[^=]*=[ ]*$//
20388 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20389 fi # test -n "$CONFIG_FILES"
20391 # Set up the scripts for CONFIG_HEADERS section.
20392 # No need to generate them if there are no CONFIG_HEADERS.
20393 # This happens for instance with `./config.status Makefile'.
20394 if test -n "$CONFIG_HEADERS"; then
20395 cat >"$tmp/defines.awk" <<\_ACAWK ||
20396 BEGIN {
20397 _ACEOF
20399 # Transform confdefs.h into an awk script `defines.awk', embedded as
20400 # here-document in config.status, that substitutes the proper values into
20401 # config.h.in to produce config.h.
20403 # Create a delimiter string that does not exist in confdefs.h, to ease
20404 # handling of long lines.
20405 ac_delim='%!_!# '
20406 for ac_last_try in false false :; do
20407 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
20408 if test -z "$ac_t"; then
20409 break
20410 elif $ac_last_try; then
20411 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
20412 else
20413 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
20415 done
20417 # For the awk script, D is an array of macro values keyed by name,
20418 # likewise P contains macro parameters if any. Preserve backslash
20419 # newline sequences.
20421 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
20422 sed -n '
20423 s/.\{148\}/&'"$ac_delim"'/g
20424 t rset
20425 :rset
20426 s/^[ ]*#[ ]*define[ ][ ]*/ /
20427 t def
20429 :def
20430 s/\\$//
20431 t bsnl
20432 s/["\\]/\\&/g
20433 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
20434 D["\1"]=" \3"/p
20435 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
20437 :bsnl
20438 s/["\\]/\\&/g
20439 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
20440 D["\1"]=" \3\\\\\\n"\\/p
20441 t cont
20442 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
20443 t cont
20445 :cont
20447 s/.\{148\}/&'"$ac_delim"'/g
20448 t clear
20449 :clear
20450 s/\\$//
20451 t bsnlc
20452 s/["\\]/\\&/g; s/^/"/; s/$/"/p
20454 :bsnlc
20455 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
20456 b cont
20457 ' <confdefs.h | sed '
20458 s/'"$ac_delim"'/"\\\
20459 "/g' >>$CONFIG_STATUS || ac_write_fail=1
20461 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20462 for (key in D) D_is_set[key] = 1
20463 FS = "\a"
20465 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
20466 line = \$ 0
20467 split(line, arg, " ")
20468 if (arg[1] == "#") {
20469 defundef = arg[2]
20470 mac1 = arg[3]
20471 } else {
20472 defundef = substr(arg[1], 2)
20473 mac1 = arg[2]
20475 split(mac1, mac2, "(") #)
20476 macro = mac2[1]
20477 prefix = substr(line, 1, index(line, defundef) - 1)
20478 if (D_is_set[macro]) {
20479 # Preserve the white space surrounding the "#".
20480 print prefix "define", macro P[macro] D[macro]
20481 next
20482 } else {
20483 # Replace #undef with comments. This is necessary, for example,
20484 # in the case of _POSIX_SOURCE, which is predefined and required
20485 # on some systems where configure will not decide to define it.
20486 if (defundef == "undef") {
20487 print "/*", prefix defundef, macro, "*/"
20488 next
20492 { print }
20493 _ACAWK
20494 _ACEOF
20495 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20496 as_fn_error "could not setup config headers machinery" "$LINENO" 5
20497 fi # test -n "$CONFIG_HEADERS"
20500 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
20501 shift
20502 for ac_tag
20504 case $ac_tag in
20505 :[FHLC]) ac_mode=$ac_tag; continue;;
20506 esac
20507 case $ac_mode$ac_tag in
20508 :[FHL]*:*);;
20509 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
20510 :[FH]-) ac_tag=-:-;;
20511 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
20512 esac
20513 ac_save_IFS=$IFS
20514 IFS=:
20515 set x $ac_tag
20516 IFS=$ac_save_IFS
20517 shift
20518 ac_file=$1
20519 shift
20521 case $ac_mode in
20522 :L) ac_source=$1;;
20523 :[FH])
20524 ac_file_inputs=
20525 for ac_f
20527 case $ac_f in
20528 -) ac_f="$tmp/stdin";;
20529 *) # Look for the file first in the build tree, then in the source tree
20530 # (if the path is not absolute). The absolute path cannot be DOS-style,
20531 # because $ac_f cannot contain `:'.
20532 test -f "$ac_f" ||
20533 case $ac_f in
20534 [\\/$]*) false;;
20535 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
20536 esac ||
20537 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
20538 esac
20539 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
20540 as_fn_append ac_file_inputs " '$ac_f'"
20541 done
20543 # Let's still pretend it is `configure' which instantiates (i.e., don't
20544 # use $as_me), people would be surprised to read:
20545 # /* config.h. Generated by config.status. */
20546 configure_input='Generated from '`
20547 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
20548 `' by configure.'
20549 if test x"$ac_file" != x-; then
20550 configure_input="$ac_file. $configure_input"
20551 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
20552 $as_echo "$as_me: creating $ac_file" >&6;}
20554 # Neutralize special characters interpreted by sed in replacement strings.
20555 case $configure_input in #(
20556 *\&* | *\|* | *\\* )
20557 ac_sed_conf_input=`$as_echo "$configure_input" |
20558 sed 's/[\\\\&|]/\\\\&/g'`;; #(
20559 *) ac_sed_conf_input=$configure_input;;
20560 esac
20562 case $ac_tag in
20563 *:-:* | *:-) cat >"$tmp/stdin" \
20564 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
20565 esac
20567 esac
20569 ac_dir=`$as_dirname -- "$ac_file" ||
20570 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20571 X"$ac_file" : 'X\(//\)[^/]' \| \
20572 X"$ac_file" : 'X\(//\)$' \| \
20573 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
20574 $as_echo X"$ac_file" |
20575 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20576 s//\1/
20579 /^X\(\/\/\)[^/].*/{
20580 s//\1/
20583 /^X\(\/\/\)$/{
20584 s//\1/
20587 /^X\(\/\).*/{
20588 s//\1/
20591 s/.*/./; q'`
20592 as_dir="$ac_dir"; as_fn_mkdir_p
20593 ac_builddir=.
20595 case "$ac_dir" in
20596 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
20598 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
20599 # A ".." for each directory in $ac_dir_suffix.
20600 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
20601 case $ac_top_builddir_sub in
20602 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
20603 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
20604 esac ;;
20605 esac
20606 ac_abs_top_builddir=$ac_pwd
20607 ac_abs_builddir=$ac_pwd$ac_dir_suffix
20608 # for backward compatibility:
20609 ac_top_builddir=$ac_top_build_prefix
20611 case $srcdir in
20612 .) # We are building in place.
20613 ac_srcdir=.
20614 ac_top_srcdir=$ac_top_builddir_sub
20615 ac_abs_top_srcdir=$ac_pwd ;;
20616 [\\/]* | ?:[\\/]* ) # Absolute name.
20617 ac_srcdir=$srcdir$ac_dir_suffix;
20618 ac_top_srcdir=$srcdir
20619 ac_abs_top_srcdir=$srcdir ;;
20620 *) # Relative name.
20621 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
20622 ac_top_srcdir=$ac_top_build_prefix$srcdir
20623 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
20624 esac
20625 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
20628 case $ac_mode in
20631 # CONFIG_FILE
20634 case $INSTALL in
20635 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
20636 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
20637 esac
20638 _ACEOF
20640 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20641 # If the template does not know about datarootdir, expand it.
20642 # FIXME: This hack should be removed a few years after 2.60.
20643 ac_datarootdir_hack=; ac_datarootdir_seen=
20644 ac_sed_dataroot='
20645 /datarootdir/ {
20649 /@datadir@/p
20650 /@docdir@/p
20651 /@infodir@/p
20652 /@localedir@/p
20653 /@mandir@/p'
20654 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
20655 *datarootdir*) ac_datarootdir_seen=yes;;
20656 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
20657 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
20658 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
20659 _ACEOF
20660 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20661 ac_datarootdir_hack='
20662 s&@datadir@&$datadir&g
20663 s&@docdir@&$docdir&g
20664 s&@infodir@&$infodir&g
20665 s&@localedir@&$localedir&g
20666 s&@mandir@&$mandir&g
20667 s&\\\${datarootdir}&$datarootdir&g' ;;
20668 esac
20669 _ACEOF
20671 # Neutralize VPATH when `$srcdir' = `.'.
20672 # Shell code in configure.ac might set extrasub.
20673 # FIXME: do we really want to maintain this feature?
20674 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20675 ac_sed_extra="$ac_vpsub
20676 $extrasub
20677 _ACEOF
20678 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20680 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
20681 s|@configure_input@|$ac_sed_conf_input|;t t
20682 s&@top_builddir@&$ac_top_builddir_sub&;t t
20683 s&@top_build_prefix@&$ac_top_build_prefix&;t t
20684 s&@srcdir@&$ac_srcdir&;t t
20685 s&@abs_srcdir@&$ac_abs_srcdir&;t t
20686 s&@top_srcdir@&$ac_top_srcdir&;t t
20687 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
20688 s&@builddir@&$ac_builddir&;t t
20689 s&@abs_builddir@&$ac_abs_builddir&;t t
20690 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
20691 s&@INSTALL@&$ac_INSTALL&;t t
20692 $ac_datarootdir_hack
20694 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
20695 if $ac_cs_awk_getline; then
20696 $AWK -f "$tmp/subs.awk"
20697 else
20698 $AWK -f "$tmp/subs.awk" | $SHELL
20699 fi >$tmp/out \
20700 || as_fn_error "could not create $ac_file" "$LINENO" 5
20702 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
20703 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
20704 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
20705 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
20706 which seems to be undefined. Please make sure it is defined." >&5
20707 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
20708 which seems to be undefined. Please make sure it is defined." >&2;}
20710 rm -f "$tmp/stdin"
20711 case $ac_file in
20712 -) cat "$tmp/out" && rm -f "$tmp/out";;
20713 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
20714 esac \
20715 || as_fn_error "could not create $ac_file" "$LINENO" 5
20719 # CONFIG_HEADER
20721 if test x"$ac_file" != x-; then
20723 $as_echo "/* $configure_input */" \
20724 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
20725 } >"$tmp/config.h" \
20726 || as_fn_error "could not create $ac_file" "$LINENO" 5
20727 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
20728 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
20729 $as_echo "$as_me: $ac_file is unchanged" >&6;}
20730 else
20731 rm -f "$ac_file"
20732 mv "$tmp/config.h" "$ac_file" \
20733 || as_fn_error "could not create $ac_file" "$LINENO" 5
20735 else
20736 $as_echo "/* $configure_input */" \
20737 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
20738 || as_fn_error "could not create -" "$LINENO" 5
20742 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
20743 $as_echo "$as_me: executing $ac_file commands" >&6;}
20745 esac
20748 case $ac_file$ac_mode in
20749 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
20750 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
20751 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
20752 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
20753 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
20754 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
20755 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
20756 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
20757 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
20758 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
20759 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
20760 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
20761 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
20763 esac
20764 done # for ac_tag
20767 as_fn_exit 0
20768 _ACEOF
20769 ac_clean_files=$ac_clean_files_save
20771 test $ac_write_fail = 0 ||
20772 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
20775 # configure is writing to config.log, and then calls config.status.
20776 # config.status does its own redirection, appending to config.log.
20777 # Unfortunately, on DOS this fails, as config.log is still kept open
20778 # by configure, so config.status won't be able to write to it; its
20779 # output is simply discarded. So we exec the FD to /dev/null,
20780 # effectively closing config.log, so it can be properly (re)opened and
20781 # appended to by config.status. When coming back to configure, we
20782 # need to make the FD available again.
20783 if test "$no_create" != yes; then
20784 ac_cs_success=:
20785 ac_config_status_args=
20786 test "$silent" = yes &&
20787 ac_config_status_args="$ac_config_status_args --quiet"
20788 exec 5>/dev/null
20789 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
20790 exec 5>>config.log
20791 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
20792 # would make configure fail if this is the last instruction.
20793 $ac_cs_success || as_fn_exit $?
20795 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
20796 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
20797 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
20801 if test "$no_create" = "yes"
20802 then
20803 exit 0
20806 ac_save_IFS="$IFS"
20807 if test "x$wine_notices != "x; then
20808 echo >&6
20809 IFS="|"
20810 for msg in $wine_notices; do
20811 IFS="$ac_save_IFS"
20812 if test -n "$msg"; then
20813 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
20814 $as_echo "$as_me: $msg" >&6;}
20816 done
20818 IFS="|"
20819 for msg in $wine_warnings; do
20820 IFS="$ac_save_IFS"
20821 if test -n "$msg"; then
20822 echo >&2
20823 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
20824 $as_echo "$as_me: WARNING: $msg" >&2;}
20826 done
20827 IFS="$ac_save_IFS"
20829 echo "
20830 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
20831 " >&6