makefiles: Build the tools subdirectories directly from the top-level makefile.
[wine.git] / configure
blob0adb500a057369e0b314e17471b4537cc8b34bf7
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for Wine 1.1.38.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10 # Inc.
13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ##
16 ## M4sh Initialization. ##
17 ## -------------------- ##
19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 emulate sh
23 NULLCMD=:
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25 # is contrary to our usage. Disable this feature.
26 alias -g '${1+"$@"}'='"$@"'
27 setopt NO_GLOB_SUBST
28 else
29 case `(set -o) 2>/dev/null` in #(
30 *posix*) :
31 set -o posix ;; #(
32 *) :
34 esac
38 as_nl='
40 export as_nl
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
46 # but without wasting forks for bash or zsh.
47 if test -z "$BASH_VERSION$ZSH_VERSION" \
48 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49 as_echo='print -r --'
50 as_echo_n='print -rn --'
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52 as_echo='printf %s\n'
53 as_echo_n='printf %s'
54 else
55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57 as_echo_n='/usr/ucb/echo -n'
58 else
59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 as_echo_n_body='eval
61 arg=$1;
62 case $arg in #(
63 *"$as_nl"*)
64 expr "X$arg" : "X\\(.*\\)$as_nl";
65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66 esac;
67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
69 export as_echo_n_body
70 as_echo_n='sh -c $as_echo_n_body as_echo'
72 export as_echo_body
73 as_echo='sh -c $as_echo_body as_echo'
76 # The user is always right.
77 if test "${PATH_SEPARATOR+set}" != set; then
78 PATH_SEPARATOR=:
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81 PATH_SEPARATOR=';'
86 # IFS
87 # We need space, tab and new line, in precisely that order. Quoting is
88 # there to prevent editors from complaining about space-tab.
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.)
91 IFS=" "" $as_nl"
93 # Find who we are. Look in the path if we contain no directory separator.
94 case $0 in #((
95 *[\\/]* ) as_myself=$0 ;;
96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 for as_dir in $PATH
99 IFS=$as_save_IFS
100 test -z "$as_dir" && as_dir=.
101 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102 done
103 IFS=$as_save_IFS
106 esac
107 # We did not find ourselves, most probably we were run as `sh COMMAND'
108 # in which case we are not to be found in the path.
109 if test "x$as_myself" = x; then
110 as_myself=$0
112 if test ! -f "$as_myself"; then
113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 exit 1
117 # Unset variables that we do not need and which cause bugs (e.g. in
118 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
119 # suppresses any "Segmentation fault" message there. '((' could
120 # trigger a bug in pdksh 5.2.14.
121 for as_var in BASH_ENV ENV MAIL MAILPATH
122 do eval test x\${$as_var+set} = xset \
123 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124 done
125 PS1='$ '
126 PS2='> '
127 PS4='+ '
129 # NLS nuisances.
130 LC_ALL=C
131 export LC_ALL
132 LANGUAGE=C
133 export LANGUAGE
135 # CDPATH.
136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138 if test "x$CONFIG_SHELL" = x; then
139 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140 emulate sh
141 NULLCMD=:
142 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143 # is contrary to our usage. Disable this feature.
144 alias -g '\${1+\"\$@\"}'='\"\$@\"'
145 setopt NO_GLOB_SUBST
146 else
147 case \`(set -o) 2>/dev/null\` in #(
148 *posix*) :
149 set -o posix ;; #(
150 *) :
152 esac
155 as_required="as_fn_return () { (exit \$1); }
156 as_fn_success () { as_fn_return 0; }
157 as_fn_failure () { as_fn_return 1; }
158 as_fn_ret_success () { return 0; }
159 as_fn_ret_failure () { return 1; }
161 exitcode=0
162 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168 else
169 exitcode=1; echo positional parameters were not saved.
171 test x\$exitcode = x0 || exit 1"
172 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176 test \$(( 1 + 1 )) = 2 || exit 1"
177 if (eval "$as_required") 2>/dev/null; then :
178 as_have_required=yes
179 else
180 as_have_required=no
182 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
184 else
185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
186 as_found=false
187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
189 IFS=$as_save_IFS
190 test -z "$as_dir" && as_dir=.
191 as_found=:
192 case $as_dir in #(
194 for as_base in sh bash ksh sh5; do
195 # Try only shells that exist, to save several forks.
196 as_shell=$as_dir/$as_base
197 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
198 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
199 CONFIG_SHELL=$as_shell as_have_required=yes
200 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
201 break 2
204 done;;
205 esac
206 as_found=false
207 done
208 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
209 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
210 CONFIG_SHELL=$SHELL as_have_required=yes
211 fi; }
212 IFS=$as_save_IFS
215 if test "x$CONFIG_SHELL" != x; then :
216 # We cannot yet assume a decent shell, so we have to provide a
217 # neutralization value for shells without unset; and this also
218 # works around shells that cannot unset nonexistent variables.
219 BASH_ENV=/dev/null
220 ENV=/dev/null
221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222 export CONFIG_SHELL
223 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
226 if test x$as_have_required = xno; then :
227 $as_echo "$0: This script requires a shell more modern than all"
228 $as_echo "$0: the shells that I found on your system."
229 if test x${ZSH_VERSION+set} = xset ; then
230 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
231 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
232 else
233 $as_echo "$0: Please tell bug-autoconf@gnu.org and
234 $0: wine-devel@winehq.org about your system, including any
235 $0: error possibly output before this message. Then install
236 $0: a modern shell, or manually run the script under such a
237 $0: shell if you do have one."
239 exit 1
243 SHELL=${CONFIG_SHELL-/bin/sh}
244 export SHELL
245 # Unset more variables known to interfere with behavior of common tools.
246 CLICOLOR_FORCE= GREP_OPTIONS=
247 unset CLICOLOR_FORCE GREP_OPTIONS
249 ## --------------------- ##
250 ## M4sh Shell Functions. ##
251 ## --------------------- ##
252 # as_fn_unset VAR
253 # ---------------
254 # Portably unset VAR.
255 as_fn_unset ()
257 { eval $1=; unset $1;}
259 as_unset=as_fn_unset
261 # as_fn_set_status STATUS
262 # -----------------------
263 # Set $? to STATUS, without forking.
264 as_fn_set_status ()
266 return $1
267 } # as_fn_set_status
269 # as_fn_exit STATUS
270 # -----------------
271 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
272 as_fn_exit ()
274 set +e
275 as_fn_set_status $1
276 exit $1
277 } # as_fn_exit
279 # as_fn_mkdir_p
280 # -------------
281 # Create "$as_dir" as a directory, including parents if necessary.
282 as_fn_mkdir_p ()
285 case $as_dir in #(
286 -*) as_dir=./$as_dir;;
287 esac
288 test -d "$as_dir" || eval $as_mkdir_p || {
289 as_dirs=
290 while :; do
291 case $as_dir in #(
292 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
293 *) as_qdir=$as_dir;;
294 esac
295 as_dirs="'$as_qdir' $as_dirs"
296 as_dir=`$as_dirname -- "$as_dir" ||
297 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
298 X"$as_dir" : 'X\(//\)[^/]' \| \
299 X"$as_dir" : 'X\(//\)$' \| \
300 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
301 $as_echo X"$as_dir" |
302 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
303 s//\1/
306 /^X\(\/\/\)[^/].*/{
307 s//\1/
310 /^X\(\/\/\)$/{
311 s//\1/
314 /^X\(\/\).*/{
315 s//\1/
318 s/.*/./; q'`
319 test -d "$as_dir" && break
320 done
321 test -z "$as_dirs" || eval "mkdir $as_dirs"
322 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
325 } # as_fn_mkdir_p
326 # as_fn_append VAR VALUE
327 # ----------------------
328 # Append the text in VALUE to the end of the definition contained in VAR. Take
329 # advantage of any shell optimizations that allow amortized linear growth over
330 # repeated appends, instead of the typical quadratic growth present in naive
331 # implementations.
332 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
333 eval 'as_fn_append ()
335 eval $1+=\$2
337 else
338 as_fn_append ()
340 eval $1=\$$1\$2
342 fi # as_fn_append
344 # as_fn_arith ARG...
345 # ------------------
346 # Perform arithmetic evaluation on the ARGs, and store the result in the
347 # global $as_val. Take advantage of shells that can avoid forks. The arguments
348 # must be portable across $(()) and expr.
349 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
350 eval 'as_fn_arith ()
352 as_val=$(( $* ))
354 else
355 as_fn_arith ()
357 as_val=`expr "$@" || test $? -eq 1`
359 fi # as_fn_arith
362 # as_fn_error ERROR [LINENO LOG_FD]
363 # ---------------------------------
364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366 # script with status $?, using 1 if that was 0.
367 as_fn_error ()
369 as_status=$?; test $as_status -eq 0 && as_status=1
370 if test "$3"; then
371 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
374 $as_echo "$as_me: error: $1" >&2
375 as_fn_exit $as_status
376 } # as_fn_error
378 if expr a : '\(a\)' >/dev/null 2>&1 &&
379 test "X`expr 00001 : '.*\(...\)'`" = X001; then
380 as_expr=expr
381 else
382 as_expr=false
385 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386 as_basename=basename
387 else
388 as_basename=false
391 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392 as_dirname=dirname
393 else
394 as_dirname=false
397 as_me=`$as_basename -- "$0" ||
398 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
399 X"$0" : 'X\(//\)$' \| \
400 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
401 $as_echo X/"$0" |
402 sed '/^.*\/\([^/][^/]*\)\/*$/{
403 s//\1/
406 /^X\/\(\/\/\)$/{
407 s//\1/
410 /^X\/\(\/\).*/{
411 s//\1/
414 s/.*/./; q'`
416 # Avoid depending upon Character Ranges.
417 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
418 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
419 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
420 as_cr_digits='0123456789'
421 as_cr_alnum=$as_cr_Letters$as_cr_digits
424 as_lineno_1=$LINENO as_lineno_1a=$LINENO
425 as_lineno_2=$LINENO as_lineno_2a=$LINENO
426 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
427 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
428 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
429 sed -n '
431 /[$]LINENO/=
432 ' <$as_myself |
433 sed '
434 s/[$]LINENO.*/&-/
435 t lineno
437 :lineno
439 :loop
440 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
441 t loop
442 s/-\n.*//
443 ' >$as_me.lineno &&
444 chmod +x "$as_me.lineno" ||
445 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
447 # Don't try to exec as it changes $[0], causing all sort of problems
448 # (the dirname of $[0] is not the place where we might find the
449 # original and so on. Autoconf is especially sensitive to this).
450 . "./$as_me.lineno"
451 # Exit status is that of the last command.
452 exit
455 ECHO_C= ECHO_N= ECHO_T=
456 case `echo -n x` in #(((((
457 -n*)
458 case `echo 'xy\c'` in
459 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
460 xy) ECHO_C='\c';;
461 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
462 ECHO_T=' ';;
463 esac;;
465 ECHO_N='-n';;
466 esac
468 rm -f conf$$ conf$$.exe conf$$.file
469 if test -d conf$$.dir; then
470 rm -f conf$$.dir/conf$$.file
471 else
472 rm -f conf$$.dir
473 mkdir conf$$.dir 2>/dev/null
475 if (echo >conf$$.file) 2>/dev/null; then
476 if ln -s conf$$.file conf$$ 2>/dev/null; then
477 as_ln_s='ln -s'
478 # ... but there are two gotchas:
479 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
480 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
481 # In both cases, we have to default to `cp -p'.
482 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
483 as_ln_s='cp -p'
484 elif ln conf$$.file conf$$ 2>/dev/null; then
485 as_ln_s=ln
486 else
487 as_ln_s='cp -p'
489 else
490 as_ln_s='cp -p'
492 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
493 rmdir conf$$.dir 2>/dev/null
495 if mkdir -p . 2>/dev/null; then
496 as_mkdir_p='mkdir -p "$as_dir"'
497 else
498 test -d ./-p && rmdir ./-p
499 as_mkdir_p=false
502 if test -x / >/dev/null 2>&1; then
503 as_test_x='test -x'
504 else
505 if ls -dL / >/dev/null 2>&1; then
506 as_ls_L_option=L
507 else
508 as_ls_L_option=
510 as_test_x='
511 eval sh -c '\''
512 if test -d "$1"; then
513 test -d "$1/.";
514 else
515 case $1 in #(
516 -*)set "./$1";;
517 esac;
518 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
519 ???[sx]*):;;*)false;;esac;fi
520 '\'' sh
523 as_executable_p=$as_test_x
525 # Sed expression to map a string onto a valid CPP name.
526 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
528 # Sed expression to map a string onto a valid variable name.
529 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
532 test -n "$DJDIR" || exec 7<&0 </dev/null
533 exec 6>&1
535 # Name of the host.
536 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
537 # so uname gets run too.
538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
541 # Initializations.
543 ac_default_prefix=/usr/local
544 ac_clean_files=
545 ac_config_libobj_dir=.
546 LIBOBJS=
547 cross_compiling=no
548 subdirs=
549 MFLAGS=
550 MAKEFLAGS=
552 # Identity of this package.
553 PACKAGE_NAME='Wine'
554 PACKAGE_TARNAME='wine'
555 PACKAGE_VERSION='1.1.38'
556 PACKAGE_STRING='Wine 1.1.38'
557 PACKAGE_BUGREPORT='wine-devel@winehq.org'
558 PACKAGE_URL='http://www.winehq.org'
560 ac_unique_file="server/atom.c"
561 # Factoring default headers for most tests.
562 ac_includes_default="\
563 #include <stdio.h>
564 #ifdef HAVE_SYS_TYPES_H
565 # include <sys/types.h>
566 #endif
567 #ifdef HAVE_SYS_STAT_H
568 # include <sys/stat.h>
569 #endif
570 #ifdef STDC_HEADERS
571 # include <stdlib.h>
572 # include <stddef.h>
573 #else
574 # ifdef HAVE_STDLIB_H
575 # include <stdlib.h>
576 # endif
577 #endif
578 #ifdef HAVE_STRING_H
579 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
580 # include <memory.h>
581 # endif
582 # include <string.h>
583 #endif
584 #ifdef HAVE_STRINGS_H
585 # include <strings.h>
586 #endif
587 #ifdef HAVE_INTTYPES_H
588 # include <inttypes.h>
589 #endif
590 #ifdef HAVE_STDINT_H
591 # include <stdint.h>
592 #endif
593 #ifdef HAVE_UNISTD_H
594 # include <unistd.h>
595 #endif"
597 ac_subst_vars='LTLIBOBJS
598 LIBOBJS
599 ALL_WINETEST_DEPENDS
600 ALL_PROGRAM_BIN_INSTALL_DIRS
601 ALL_PROGRAM_INSTALL_DIRS
602 ALL_PROGRAM_DIRS
603 ALL_TEST_DIRS
604 ALL_IMPORTLIB_RULES
605 ALL_IMPORT_LIBS
606 ALL_STATIC_LIBS
607 ALL_IMPLIB_DIRS
608 ALL_TOOL_DIRS
609 ALL_DLL_DIRS
610 ALL_TOP_DIRS
611 ALL_MAKEFILE_DEPENDS
612 ALL_SYMLINKS
613 ALL_MAKEFILES
614 ALL_MAKERULES
615 DEPENDENCIES
616 LDAPLIBS
617 LIBPOLL
618 LIBDL
619 EXTRA_BINARIES
620 MAIN_BINARY
621 SOCKETLIBS
622 CRTLIBS
623 TOOLSEXT
624 LDPATH
625 BUILTINFLAG
626 EXTRACFLAGS
627 LIBKSTAT
628 LIBMPG123
629 PNGINCL
630 FONTCONFIGINCL
631 CUPSINCL
632 AUDIOIOLIBS
633 ALSALIBS
634 ESDLIBS
635 ESDINCL
636 ESDCONFIG
637 ZLIB
638 FREETYPEINCL
639 FREETYPELIBS
640 ft_devel
641 LCMSLIBS
642 RESOLVLIBS
643 GPHOTO2INCL
644 GPHOTO2LIBS
645 gphoto2port_devel
646 gphoto2_devel
647 SANEINCL
648 sane_devel
649 GNUTLSINCL
650 HALINCL
651 XSLTINCL
652 XML2INCL
653 XML2LIBS
654 NASLIBS
655 X_EXTRA_LIBS
656 X_LIBS
657 X_PRE_LIBS
658 X_CFLAGS
659 XMKMF
660 LIBPTHREAD
661 CROSSTARGET
662 CROSSTEST
663 CROSSCC
664 CARBONLIB
665 LIBOPENAL
666 COREAUDIO
667 DISKARBITRATIONLIB
668 LDEXECFLAGS
669 IOKITLIB
670 COREFOUNDATIONLIB
671 SECURITYLIB
672 DLLWRAP
673 DLLTOOL
675 LDRPATH_LOCAL
676 LDRPATH_INSTALL
677 IMPLIBEXT
678 LIBEXT
679 LDDLLFLAGS
680 LDSHARED
681 DLLFLAGS
682 DLLEXT
684 OPENGL_LIBS
685 XLIB
686 PRELINK
687 ICOTOOL
688 RSVG
689 PKG_CONFIG
690 FONTFORGE
691 LINTFLAGS
692 LINT
693 INSTALL_DATA
694 INSTALL_SCRIPT
695 INSTALL_PROGRAM
696 LDCONFIG
697 EGREP
698 GREP
699 LN_S
700 STRIP
701 RANLIB
702 ARFLAGS
703 ac_ct_AR
705 BISON
706 FLEX
707 TOOLSDIR
708 WOW64_DISABLE
709 TARGETFLAGS
710 CPPBIN
711 ac_ct_CXX
712 CXXFLAGS
714 OBJEXT
715 EXEEXT
716 ac_ct_CC
717 CPPFLAGS
718 LDFLAGS
719 CFLAGS
721 SET_MAKE
722 host_os
723 host_vendor
724 host_cpu
725 host
726 build_os
727 build_vendor
728 build_cpu
729 build
730 MAINTAINER_MODE
731 target_alias
732 host_alias
733 build_alias
734 LIBS
735 ECHO_T
736 ECHO_N
737 ECHO_C
738 DEFS
739 mandir
740 localedir
741 libdir
742 psdir
743 pdfdir
744 dvidir
745 htmldir
746 infodir
747 docdir
748 oldincludedir
749 includedir
750 localstatedir
751 sharedstatedir
752 sysconfdir
753 datadir
754 datarootdir
755 libexecdir
756 sbindir
757 bindir
758 program_transform_name
759 prefix
760 exec_prefix
761 PACKAGE_URL
762 PACKAGE_BUGREPORT
763 PACKAGE_STRING
764 PACKAGE_VERSION
765 PACKAGE_TARNAME
766 PACKAGE_NAME
767 PATH_SEPARATOR
768 SHELL'
769 ac_subst_files='MAKE_RULES
770 MAKE_DLL_RULES
771 MAKE_IMPLIB_RULES
772 MAKE_TEST_RULES
773 MAKE_PROG_RULES'
774 ac_user_opts='
775 enable_option_checking
776 enable_win16
777 enable_win64
778 enable_tests
779 enable_maintainer_mode
780 with_alsa
781 with_audioio
782 with_capi
783 with_cms
784 with_coreaudio
785 with_cups
786 with_curses
787 with_esd
788 with_fontconfig
789 with_freetype
790 with_gphoto
791 with_glu
792 with_gnutls
793 with_gsm
794 with_hal
795 with_jack
796 with_jpeg
797 with_ldap
798 with_mpg123
799 with_nas
800 with_openal
801 with_opengl
802 with_openssl
803 with_oss
804 with_png
805 with_pthread
806 with_sane
807 with_v4l
808 with_xcomposite
809 with_xcursor
810 with_xinerama
811 with_xinput
812 with_xml
813 with_xrandr
814 with_xrender
815 with_xshape
816 with_xshm
817 with_xslt
818 with_xxf86vm
819 with_wine_tools
820 with_wine64
821 enable_largefile
822 with_x
824 ac_precious_vars='build_alias
825 host_alias
826 target_alias
828 CFLAGS
829 LDFLAGS
830 LIBS
831 CPPFLAGS
833 CXXFLAGS
836 XMKMF'
839 # Initialize some variables set by options.
840 ac_init_help=
841 ac_init_version=false
842 ac_unrecognized_opts=
843 ac_unrecognized_sep=
844 # The variables have the same names as the options, with
845 # dashes changed to underlines.
846 cache_file=/dev/null
847 exec_prefix=NONE
848 no_create=
849 no_recursion=
850 prefix=NONE
851 program_prefix=NONE
852 program_suffix=NONE
853 program_transform_name=s,x,x,
854 silent=
855 site=
856 srcdir=
857 verbose=
858 x_includes=NONE
859 x_libraries=NONE
861 # Installation directory options.
862 # These are left unexpanded so users can "make install exec_prefix=/foo"
863 # and all the variables that are supposed to be based on exec_prefix
864 # by default will actually change.
865 # Use braces instead of parens because sh, perl, etc. also accept them.
866 # (The list follows the same order as the GNU Coding Standards.)
867 bindir='${exec_prefix}/bin'
868 sbindir='${exec_prefix}/sbin'
869 libexecdir='${exec_prefix}/libexec'
870 datarootdir='${prefix}/share'
871 datadir='${datarootdir}'
872 sysconfdir='${prefix}/etc'
873 sharedstatedir='${prefix}/com'
874 localstatedir='${prefix}/var'
875 includedir='${prefix}/include'
876 oldincludedir='/usr/include'
877 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
878 infodir='${datarootdir}/info'
879 htmldir='${docdir}'
880 dvidir='${docdir}'
881 pdfdir='${docdir}'
882 psdir='${docdir}'
883 libdir='${exec_prefix}/lib'
884 localedir='${datarootdir}/locale'
885 mandir='${datarootdir}/man'
887 ac_prev=
888 ac_dashdash=
889 for ac_option
891 # If the previous option needs an argument, assign it.
892 if test -n "$ac_prev"; then
893 eval $ac_prev=\$ac_option
894 ac_prev=
895 continue
898 case $ac_option in
899 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
900 *) ac_optarg=yes ;;
901 esac
903 # Accept the important Cygnus configure options, so we can diagnose typos.
905 case $ac_dashdash$ac_option in
907 ac_dashdash=yes ;;
909 -bindir | --bindir | --bindi | --bind | --bin | --bi)
910 ac_prev=bindir ;;
911 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
912 bindir=$ac_optarg ;;
914 -build | --build | --buil | --bui | --bu)
915 ac_prev=build_alias ;;
916 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
917 build_alias=$ac_optarg ;;
919 -cache-file | --cache-file | --cache-fil | --cache-fi \
920 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
921 ac_prev=cache_file ;;
922 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
923 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
924 cache_file=$ac_optarg ;;
926 --config-cache | -C)
927 cache_file=config.cache ;;
929 -datadir | --datadir | --datadi | --datad)
930 ac_prev=datadir ;;
931 -datadir=* | --datadir=* | --datadi=* | --datad=*)
932 datadir=$ac_optarg ;;
934 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
935 | --dataroo | --dataro | --datar)
936 ac_prev=datarootdir ;;
937 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
938 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
939 datarootdir=$ac_optarg ;;
941 -disable-* | --disable-*)
942 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
943 # Reject names that are not valid shell variable names.
944 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
945 as_fn_error "invalid feature name: $ac_useropt"
946 ac_useropt_orig=$ac_useropt
947 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
948 case $ac_user_opts in
950 "enable_$ac_useropt"
951 "*) ;;
952 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
953 ac_unrecognized_sep=', ';;
954 esac
955 eval enable_$ac_useropt=no ;;
957 -docdir | --docdir | --docdi | --doc | --do)
958 ac_prev=docdir ;;
959 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
960 docdir=$ac_optarg ;;
962 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
963 ac_prev=dvidir ;;
964 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
965 dvidir=$ac_optarg ;;
967 -enable-* | --enable-*)
968 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
969 # Reject names that are not valid shell variable names.
970 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
971 as_fn_error "invalid feature name: $ac_useropt"
972 ac_useropt_orig=$ac_useropt
973 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
974 case $ac_user_opts in
976 "enable_$ac_useropt"
977 "*) ;;
978 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
979 ac_unrecognized_sep=', ';;
980 esac
981 eval enable_$ac_useropt=\$ac_optarg ;;
983 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
984 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
985 | --exec | --exe | --ex)
986 ac_prev=exec_prefix ;;
987 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
988 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
989 | --exec=* | --exe=* | --ex=*)
990 exec_prefix=$ac_optarg ;;
992 -gas | --gas | --ga | --g)
993 # Obsolete; use --with-gas.
994 with_gas=yes ;;
996 -help | --help | --hel | --he | -h)
997 ac_init_help=long ;;
998 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
999 ac_init_help=recursive ;;
1000 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1001 ac_init_help=short ;;
1003 -host | --host | --hos | --ho)
1004 ac_prev=host_alias ;;
1005 -host=* | --host=* | --hos=* | --ho=*)
1006 host_alias=$ac_optarg ;;
1008 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1009 ac_prev=htmldir ;;
1010 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1011 | --ht=*)
1012 htmldir=$ac_optarg ;;
1014 -includedir | --includedir | --includedi | --included | --include \
1015 | --includ | --inclu | --incl | --inc)
1016 ac_prev=includedir ;;
1017 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1018 | --includ=* | --inclu=* | --incl=* | --inc=*)
1019 includedir=$ac_optarg ;;
1021 -infodir | --infodir | --infodi | --infod | --info | --inf)
1022 ac_prev=infodir ;;
1023 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1024 infodir=$ac_optarg ;;
1026 -libdir | --libdir | --libdi | --libd)
1027 ac_prev=libdir ;;
1028 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1029 libdir=$ac_optarg ;;
1031 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1032 | --libexe | --libex | --libe)
1033 ac_prev=libexecdir ;;
1034 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1035 | --libexe=* | --libex=* | --libe=*)
1036 libexecdir=$ac_optarg ;;
1038 -localedir | --localedir | --localedi | --localed | --locale)
1039 ac_prev=localedir ;;
1040 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1041 localedir=$ac_optarg ;;
1043 -localstatedir | --localstatedir | --localstatedi | --localstated \
1044 | --localstate | --localstat | --localsta | --localst | --locals)
1045 ac_prev=localstatedir ;;
1046 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1047 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1048 localstatedir=$ac_optarg ;;
1050 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1051 ac_prev=mandir ;;
1052 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1053 mandir=$ac_optarg ;;
1055 -nfp | --nfp | --nf)
1056 # Obsolete; use --without-fp.
1057 with_fp=no ;;
1059 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1060 | --no-cr | --no-c | -n)
1061 no_create=yes ;;
1063 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1064 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1065 no_recursion=yes ;;
1067 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1068 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1069 | --oldin | --oldi | --old | --ol | --o)
1070 ac_prev=oldincludedir ;;
1071 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1072 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1073 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1074 oldincludedir=$ac_optarg ;;
1076 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1077 ac_prev=prefix ;;
1078 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1079 prefix=$ac_optarg ;;
1081 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1082 | --program-pre | --program-pr | --program-p)
1083 ac_prev=program_prefix ;;
1084 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1085 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1086 program_prefix=$ac_optarg ;;
1088 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1089 | --program-suf | --program-su | --program-s)
1090 ac_prev=program_suffix ;;
1091 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1092 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1093 program_suffix=$ac_optarg ;;
1095 -program-transform-name | --program-transform-name \
1096 | --program-transform-nam | --program-transform-na \
1097 | --program-transform-n | --program-transform- \
1098 | --program-transform | --program-transfor \
1099 | --program-transfo | --program-transf \
1100 | --program-trans | --program-tran \
1101 | --progr-tra | --program-tr | --program-t)
1102 ac_prev=program_transform_name ;;
1103 -program-transform-name=* | --program-transform-name=* \
1104 | --program-transform-nam=* | --program-transform-na=* \
1105 | --program-transform-n=* | --program-transform-=* \
1106 | --program-transform=* | --program-transfor=* \
1107 | --program-transfo=* | --program-transf=* \
1108 | --program-trans=* | --program-tran=* \
1109 | --progr-tra=* | --program-tr=* | --program-t=*)
1110 program_transform_name=$ac_optarg ;;
1112 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1113 ac_prev=pdfdir ;;
1114 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1115 pdfdir=$ac_optarg ;;
1117 -psdir | --psdir | --psdi | --psd | --ps)
1118 ac_prev=psdir ;;
1119 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1120 psdir=$ac_optarg ;;
1122 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1123 | -silent | --silent | --silen | --sile | --sil)
1124 silent=yes ;;
1126 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1127 ac_prev=sbindir ;;
1128 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1129 | --sbi=* | --sb=*)
1130 sbindir=$ac_optarg ;;
1132 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1133 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1134 | --sharedst | --shareds | --shared | --share | --shar \
1135 | --sha | --sh)
1136 ac_prev=sharedstatedir ;;
1137 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1138 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1139 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1140 | --sha=* | --sh=*)
1141 sharedstatedir=$ac_optarg ;;
1143 -site | --site | --sit)
1144 ac_prev=site ;;
1145 -site=* | --site=* | --sit=*)
1146 site=$ac_optarg ;;
1148 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1149 ac_prev=srcdir ;;
1150 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1151 srcdir=$ac_optarg ;;
1153 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1154 | --syscon | --sysco | --sysc | --sys | --sy)
1155 ac_prev=sysconfdir ;;
1156 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1157 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1158 sysconfdir=$ac_optarg ;;
1160 -target | --target | --targe | --targ | --tar | --ta | --t)
1161 ac_prev=target_alias ;;
1162 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1163 target_alias=$ac_optarg ;;
1165 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1166 verbose=yes ;;
1168 -version | --version | --versio | --versi | --vers | -V)
1169 ac_init_version=: ;;
1171 -with-* | --with-*)
1172 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1173 # Reject names that are not valid shell variable names.
1174 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1175 as_fn_error "invalid package name: $ac_useropt"
1176 ac_useropt_orig=$ac_useropt
1177 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1178 case $ac_user_opts in
1180 "with_$ac_useropt"
1181 "*) ;;
1182 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1183 ac_unrecognized_sep=', ';;
1184 esac
1185 eval with_$ac_useropt=\$ac_optarg ;;
1187 -without-* | --without-*)
1188 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1189 # Reject names that are not valid shell variable names.
1190 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1191 as_fn_error "invalid package name: $ac_useropt"
1192 ac_useropt_orig=$ac_useropt
1193 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1194 case $ac_user_opts in
1196 "with_$ac_useropt"
1197 "*) ;;
1198 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1199 ac_unrecognized_sep=', ';;
1200 esac
1201 eval with_$ac_useropt=no ;;
1203 --x)
1204 # Obsolete; use --with-x.
1205 with_x=yes ;;
1207 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1208 | --x-incl | --x-inc | --x-in | --x-i)
1209 ac_prev=x_includes ;;
1210 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1211 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1212 x_includes=$ac_optarg ;;
1214 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1215 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1216 ac_prev=x_libraries ;;
1217 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1218 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1219 x_libraries=$ac_optarg ;;
1221 -*) as_fn_error "unrecognized option: \`$ac_option'
1222 Try \`$0 --help' for more information."
1225 *=*)
1226 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1227 # Reject names that are not valid shell variable names.
1228 case $ac_envvar in #(
1229 '' | [0-9]* | *[!_$as_cr_alnum]* )
1230 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1231 esac
1232 eval $ac_envvar=\$ac_optarg
1233 export $ac_envvar ;;
1236 # FIXME: should be removed in autoconf 3.0.
1237 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1238 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1239 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1240 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1243 esac
1244 done
1246 if test -n "$ac_prev"; then
1247 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1248 as_fn_error "missing argument to $ac_option"
1251 if test -n "$ac_unrecognized_opts"; then
1252 case $enable_option_checking in
1253 no) ;;
1254 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1255 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1256 esac
1259 # Check all directory arguments for consistency.
1260 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1261 datadir sysconfdir sharedstatedir localstatedir includedir \
1262 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1263 libdir localedir mandir
1265 eval ac_val=\$$ac_var
1266 # Remove trailing slashes.
1267 case $ac_val in
1268 */ )
1269 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1270 eval $ac_var=\$ac_val;;
1271 esac
1272 # Be sure to have absolute directory names.
1273 case $ac_val in
1274 [\\/$]* | ?:[\\/]* ) continue;;
1275 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1276 esac
1277 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1278 done
1280 # There might be people who depend on the old broken behavior: `$host'
1281 # used to hold the argument of --host etc.
1282 # FIXME: To remove some day.
1283 build=$build_alias
1284 host=$host_alias
1285 target=$target_alias
1287 # FIXME: To remove some day.
1288 if test "x$host_alias" != x; then
1289 if test "x$build_alias" = x; then
1290 cross_compiling=maybe
1291 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1292 If a cross compiler is detected then cross compile mode will be used." >&2
1293 elif test "x$build_alias" != "x$host_alias"; then
1294 cross_compiling=yes
1298 ac_tool_prefix=
1299 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1301 test "$silent" = yes && exec 6>/dev/null
1304 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1305 ac_ls_di=`ls -di .` &&
1306 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1307 as_fn_error "working directory cannot be determined"
1308 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1309 as_fn_error "pwd does not report name of working directory"
1312 # Find the source files, if location was not specified.
1313 if test -z "$srcdir"; then
1314 ac_srcdir_defaulted=yes
1315 # Try the directory containing this script, then the parent directory.
1316 ac_confdir=`$as_dirname -- "$as_myself" ||
1317 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1318 X"$as_myself" : 'X\(//\)[^/]' \| \
1319 X"$as_myself" : 'X\(//\)$' \| \
1320 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1321 $as_echo X"$as_myself" |
1322 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1323 s//\1/
1326 /^X\(\/\/\)[^/].*/{
1327 s//\1/
1330 /^X\(\/\/\)$/{
1331 s//\1/
1334 /^X\(\/\).*/{
1335 s//\1/
1338 s/.*/./; q'`
1339 srcdir=$ac_confdir
1340 if test ! -r "$srcdir/$ac_unique_file"; then
1341 srcdir=..
1343 else
1344 ac_srcdir_defaulted=no
1346 if test ! -r "$srcdir/$ac_unique_file"; then
1347 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1348 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1350 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1351 ac_abs_confdir=`(
1352 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1353 pwd)`
1354 # When building in place, set srcdir=.
1355 if test "$ac_abs_confdir" = "$ac_pwd"; then
1356 srcdir=.
1358 # Remove unnecessary trailing slashes from srcdir.
1359 # Double slashes in file names in object file debugging info
1360 # mess up M-x gdb in Emacs.
1361 case $srcdir in
1362 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1363 esac
1364 for ac_var in $ac_precious_vars; do
1365 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1366 eval ac_env_${ac_var}_value=\$${ac_var}
1367 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1368 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1369 done
1372 # Report the --help message.
1374 if test "$ac_init_help" = "long"; then
1375 # Omit some internal or obsolete options to make the list less imposing.
1376 # This message is too long to be a string in the A/UX 3.1 sh.
1377 cat <<_ACEOF
1378 \`configure' configures Wine 1.1.38 to adapt to many kinds of systems.
1380 Usage: $0 [OPTION]... [VAR=VALUE]...
1382 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1383 VAR=VALUE. See below for descriptions of some of the useful variables.
1385 Defaults for the options are specified in brackets.
1387 Configuration:
1388 -h, --help display this help and exit
1389 --help=short display options specific to this package
1390 --help=recursive display the short help of all the included packages
1391 -V, --version display version information and exit
1392 -q, --quiet, --silent do not print \`checking...' messages
1393 --cache-file=FILE cache test results in FILE [disabled]
1394 -C, --config-cache alias for \`--cache-file=config.cache'
1395 -n, --no-create do not create output files
1396 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1398 Installation directories:
1399 --prefix=PREFIX install architecture-independent files in PREFIX
1400 [$ac_default_prefix]
1401 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1402 [PREFIX]
1404 By default, \`make install' will install all the files in
1405 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1406 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1407 for instance \`--prefix=\$HOME'.
1409 For better control, use the options below.
1411 Fine tuning of the installation directories:
1412 --bindir=DIR user executables [EPREFIX/bin]
1413 --sbindir=DIR system admin executables [EPREFIX/sbin]
1414 --libexecdir=DIR program executables [EPREFIX/libexec]
1415 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1416 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1417 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1418 --libdir=DIR object code libraries [EPREFIX/lib]
1419 --includedir=DIR C header files [PREFIX/include]
1420 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1421 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1422 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1423 --infodir=DIR info documentation [DATAROOTDIR/info]
1424 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1425 --mandir=DIR man documentation [DATAROOTDIR/man]
1426 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1427 --htmldir=DIR html documentation [DOCDIR]
1428 --dvidir=DIR dvi documentation [DOCDIR]
1429 --pdfdir=DIR pdf documentation [DOCDIR]
1430 --psdir=DIR ps documentation [DOCDIR]
1431 _ACEOF
1433 cat <<\_ACEOF
1435 X features:
1436 --x-includes=DIR X include files are in DIR
1437 --x-libraries=DIR X library files are in DIR
1439 System types:
1440 --build=BUILD configure for building on BUILD [guessed]
1441 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1442 _ACEOF
1445 if test -n "$ac_init_help"; then
1446 case $ac_init_help in
1447 short | recursive ) echo "Configuration of Wine 1.1.38:";;
1448 esac
1449 cat <<\_ACEOF
1451 Optional Features:
1452 --disable-option-checking ignore unrecognized --enable/--with options
1453 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1454 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1455 --disable-win16 do not include Win16 support
1456 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1457 binaries)
1458 --disable-tests do not build the regression tests
1459 --enable-maintainer-mode
1460 enable maintainer-specific build rules
1461 --disable-largefile omit support for large files
1463 Optional Packages:
1464 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1465 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1466 --without-alsa do not use the Alsa sound support
1467 --without-audioio do not use the AudioIO sound support
1468 --without-capi do not use CAPI (ISDN support)
1469 --without-cms do not use CMS (color management support)
1470 --without-coreaudio do not use the CoreAudio sound support
1471 --without-cups do not use CUPS
1472 --without-curses do not use (n)curses
1473 --without-esd do not use the EsounD sound support
1474 --without-fontconfig do not use fontconfig
1475 --without-freetype do not use the FreeType library
1476 --without-gphoto do not use gphoto (Digital Camera support)
1477 --without-glu do not use the GLU library
1478 --without-gnutls do not use GnuTLS (schannel support)
1479 --without-gsm do not use libgsm (GSM 06.10 codec support)
1480 --without-hal do not use HAL (dynamic device support)
1481 --without-jack do not use the Jack sound support
1482 --without-jpeg do not use JPEG
1483 --without-ldap do not use LDAP
1484 --without-mpg123 do not use the mpg123 library
1485 --without-nas do not use the NAS sound support
1486 --without-openal do not use OpenAL
1487 --without-opengl do not use OpenGL
1488 --without-openssl do not use OpenSSL
1489 --without-oss do not use the OSS sound support
1490 --without-png do not use PNG
1491 --without-pthread do not use the pthread library
1492 --without-sane do not use SANE (scanner support)
1493 --without-v4l do not use v4l1 (v4l support)
1494 --without-xcomposite do not use the Xcomposite extension
1495 --without-xcursor do not use the Xcursor extension
1496 --without-xinerama do not use Xinerama (multi-monitor support)
1497 --without-xinput do not use the Xinput extension
1498 --without-xml do not use XML
1499 --without-xrandr do not use Xrandr (resolution changes)
1500 --without-xrender do not use the Xrender extension
1501 --without-xshape do not use the Xshape extension
1502 --without-xshm do not use XShm (shared memory extension)
1503 --without-xslt do not use XSLT
1504 --without-xxf86vm do not use XFree video mode extension
1505 --with-wine-tools=DIR use Wine tools from directory DIR
1506 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1507 --with-x use the X Window System
1509 Some influential environment variables:
1510 CC C compiler command
1511 CFLAGS C compiler flags
1512 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1513 nonstandard directory <lib dir>
1514 LIBS libraries to pass to the linker, e.g. -l<library>
1515 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1516 you have headers in a nonstandard directory <include dir>
1517 CXX C++ compiler command
1518 CXXFLAGS C++ compiler flags
1519 CPP C preprocessor
1520 XMKMF Path to xmkmf, Makefile generator for X Window System
1522 Use these variables to override the choices made by `configure' or to help
1523 it to find libraries and programs with nonstandard names/locations.
1525 Report bugs to <wine-devel@winehq.org>.
1526 Wine home page: <http://www.winehq.org>.
1527 _ACEOF
1528 ac_status=$?
1531 if test "$ac_init_help" = "recursive"; then
1532 # If there are subdirs, report their specific --help.
1533 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1534 test -d "$ac_dir" ||
1535 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1536 continue
1537 ac_builddir=.
1539 case "$ac_dir" in
1540 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1542 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1543 # A ".." for each directory in $ac_dir_suffix.
1544 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1545 case $ac_top_builddir_sub in
1546 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1547 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1548 esac ;;
1549 esac
1550 ac_abs_top_builddir=$ac_pwd
1551 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1552 # for backward compatibility:
1553 ac_top_builddir=$ac_top_build_prefix
1555 case $srcdir in
1556 .) # We are building in place.
1557 ac_srcdir=.
1558 ac_top_srcdir=$ac_top_builddir_sub
1559 ac_abs_top_srcdir=$ac_pwd ;;
1560 [\\/]* | ?:[\\/]* ) # Absolute name.
1561 ac_srcdir=$srcdir$ac_dir_suffix;
1562 ac_top_srcdir=$srcdir
1563 ac_abs_top_srcdir=$srcdir ;;
1564 *) # Relative name.
1565 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1566 ac_top_srcdir=$ac_top_build_prefix$srcdir
1567 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1568 esac
1569 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1571 cd "$ac_dir" || { ac_status=$?; continue; }
1572 # Check for guested configure.
1573 if test -f "$ac_srcdir/configure.gnu"; then
1574 echo &&
1575 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1576 elif test -f "$ac_srcdir/configure"; then
1577 echo &&
1578 $SHELL "$ac_srcdir/configure" --help=recursive
1579 else
1580 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1581 fi || ac_status=$?
1582 cd "$ac_pwd" || { ac_status=$?; break; }
1583 done
1586 test -n "$ac_init_help" && exit $ac_status
1587 if $ac_init_version; then
1588 cat <<\_ACEOF
1589 Wine configure 1.1.38
1590 generated by GNU Autoconf 2.65
1592 Copyright (C) 2009 Free Software Foundation, Inc.
1593 This configure script is free software; the Free Software Foundation
1594 gives unlimited permission to copy, distribute and modify it.
1595 _ACEOF
1596 exit
1599 ## ------------------------ ##
1600 ## Autoconf initialization. ##
1601 ## ------------------------ ##
1603 # ac_fn_c_try_compile LINENO
1604 # --------------------------
1605 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1606 ac_fn_c_try_compile ()
1608 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1609 rm -f conftest.$ac_objext
1610 if { { ac_try="$ac_compile"
1611 case "(($ac_try" in
1612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1613 *) ac_try_echo=$ac_try;;
1614 esac
1615 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1616 $as_echo "$ac_try_echo"; } >&5
1617 (eval "$ac_compile") 2>conftest.err
1618 ac_status=$?
1619 if test -s conftest.err; then
1620 grep -v '^ *+' conftest.err >conftest.er1
1621 cat conftest.er1 >&5
1622 mv -f conftest.er1 conftest.err
1624 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1625 test $ac_status = 0; } && {
1626 test -z "$ac_c_werror_flag" ||
1627 test ! -s conftest.err
1628 } && test -s conftest.$ac_objext; then :
1629 ac_retval=0
1630 else
1631 $as_echo "$as_me: failed program was:" >&5
1632 sed 's/^/| /' conftest.$ac_ext >&5
1634 ac_retval=1
1636 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1637 as_fn_set_status $ac_retval
1639 } # ac_fn_c_try_compile
1641 # ac_fn_cxx_try_compile LINENO
1642 # ----------------------------
1643 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1644 ac_fn_cxx_try_compile ()
1646 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1647 rm -f conftest.$ac_objext
1648 if { { ac_try="$ac_compile"
1649 case "(($ac_try" in
1650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1651 *) ac_try_echo=$ac_try;;
1652 esac
1653 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1654 $as_echo "$ac_try_echo"; } >&5
1655 (eval "$ac_compile") 2>conftest.err
1656 ac_status=$?
1657 if test -s conftest.err; then
1658 grep -v '^ *+' conftest.err >conftest.er1
1659 cat conftest.er1 >&5
1660 mv -f conftest.er1 conftest.err
1662 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1663 test $ac_status = 0; } && {
1664 test -z "$ac_cxx_werror_flag" ||
1665 test ! -s conftest.err
1666 } && test -s conftest.$ac_objext; then :
1667 ac_retval=0
1668 else
1669 $as_echo "$as_me: failed program was:" >&5
1670 sed 's/^/| /' conftest.$ac_ext >&5
1672 ac_retval=1
1674 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1675 as_fn_set_status $ac_retval
1677 } # ac_fn_cxx_try_compile
1679 # ac_fn_c_try_link LINENO
1680 # -----------------------
1681 # Try to link conftest.$ac_ext, and return whether this succeeded.
1682 ac_fn_c_try_link ()
1684 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1685 rm -f conftest.$ac_objext conftest$ac_exeext
1686 if { { ac_try="$ac_link"
1687 case "(($ac_try" in
1688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1689 *) ac_try_echo=$ac_try;;
1690 esac
1691 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1692 $as_echo "$ac_try_echo"; } >&5
1693 (eval "$ac_link") 2>conftest.err
1694 ac_status=$?
1695 if test -s conftest.err; then
1696 grep -v '^ *+' conftest.err >conftest.er1
1697 cat conftest.er1 >&5
1698 mv -f conftest.er1 conftest.err
1700 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1701 test $ac_status = 0; } && {
1702 test -z "$ac_c_werror_flag" ||
1703 test ! -s conftest.err
1704 } && test -s conftest$ac_exeext && {
1705 test "$cross_compiling" = yes ||
1706 $as_test_x conftest$ac_exeext
1707 }; then :
1708 ac_retval=0
1709 else
1710 $as_echo "$as_me: failed program was:" >&5
1711 sed 's/^/| /' conftest.$ac_ext >&5
1713 ac_retval=1
1715 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1716 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1717 # interfere with the next link command; also delete a directory that is
1718 # left behind by Apple's compiler. We do this before executing the actions.
1719 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1720 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1721 as_fn_set_status $ac_retval
1723 } # ac_fn_c_try_link
1725 # ac_fn_c_try_cpp LINENO
1726 # ----------------------
1727 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1728 ac_fn_c_try_cpp ()
1730 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1731 if { { ac_try="$ac_cpp conftest.$ac_ext"
1732 case "(($ac_try" in
1733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1734 *) ac_try_echo=$ac_try;;
1735 esac
1736 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1737 $as_echo "$ac_try_echo"; } >&5
1738 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1739 ac_status=$?
1740 if test -s conftest.err; then
1741 grep -v '^ *+' conftest.err >conftest.er1
1742 cat conftest.er1 >&5
1743 mv -f conftest.er1 conftest.err
1745 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1746 test $ac_status = 0; } >/dev/null && {
1747 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1748 test ! -s conftest.err
1749 }; then :
1750 ac_retval=0
1751 else
1752 $as_echo "$as_me: failed program was:" >&5
1753 sed 's/^/| /' conftest.$ac_ext >&5
1755 ac_retval=1
1757 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1758 as_fn_set_status $ac_retval
1760 } # ac_fn_c_try_cpp
1762 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1763 # -------------------------------------------------------
1764 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1765 # the include files in INCLUDES and setting the cache variable VAR
1766 # accordingly.
1767 ac_fn_c_check_header_mongrel ()
1769 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1770 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1772 $as_echo_n "checking for $2... " >&6; }
1773 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1774 $as_echo_n "(cached) " >&6
1776 eval ac_res=\$$3
1777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1778 $as_echo "$ac_res" >&6; }
1779 else
1780 # Is the header compilable?
1781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1782 $as_echo_n "checking $2 usability... " >&6; }
1783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1784 /* end confdefs.h. */
1786 #include <$2>
1787 _ACEOF
1788 if ac_fn_c_try_compile "$LINENO"; then :
1789 ac_header_compiler=yes
1790 else
1791 ac_header_compiler=no
1793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1795 $as_echo "$ac_header_compiler" >&6; }
1797 # Is the header present?
1798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1799 $as_echo_n "checking $2 presence... " >&6; }
1800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1801 /* end confdefs.h. */
1802 #include <$2>
1803 _ACEOF
1804 if ac_fn_c_try_cpp "$LINENO"; then :
1805 ac_header_preproc=yes
1806 else
1807 ac_header_preproc=no
1809 rm -f conftest.err conftest.$ac_ext
1810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1811 $as_echo "$ac_header_preproc" >&6; }
1813 # So? What about this header?
1814 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1815 yes:no: )
1816 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1817 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1818 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1819 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1821 no:yes:* )
1822 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1823 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1824 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1825 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1826 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1827 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1828 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1829 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1830 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1831 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1832 ( cat <<\_ASBOX
1833 ## ------------------------------------ ##
1834 ## Report this to wine-devel@winehq.org ##
1835 ## ------------------------------------ ##
1836 _ASBOX
1837 ) | sed "s/^/$as_me: WARNING: /" >&2
1839 esac
1840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1841 $as_echo_n "checking for $2... " >&6; }
1842 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1843 $as_echo_n "(cached) " >&6
1844 else
1845 eval "$3=\$ac_header_compiler"
1847 eval ac_res=\$$3
1848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1849 $as_echo "$ac_res" >&6; }
1851 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1853 } # ac_fn_c_check_header_mongrel
1855 # ac_fn_c_try_run LINENO
1856 # ----------------------
1857 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1858 # that executables *can* be run.
1859 ac_fn_c_try_run ()
1861 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1862 if { { ac_try="$ac_link"
1863 case "(($ac_try" in
1864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1865 *) ac_try_echo=$ac_try;;
1866 esac
1867 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1868 $as_echo "$ac_try_echo"; } >&5
1869 (eval "$ac_link") 2>&5
1870 ac_status=$?
1871 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1872 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1873 { { case "(($ac_try" in
1874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1875 *) ac_try_echo=$ac_try;;
1876 esac
1877 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1878 $as_echo "$ac_try_echo"; } >&5
1879 (eval "$ac_try") 2>&5
1880 ac_status=$?
1881 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1882 test $ac_status = 0; }; }; then :
1883 ac_retval=0
1884 else
1885 $as_echo "$as_me: program exited with status $ac_status" >&5
1886 $as_echo "$as_me: failed program was:" >&5
1887 sed 's/^/| /' conftest.$ac_ext >&5
1889 ac_retval=$ac_status
1891 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1892 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1893 as_fn_set_status $ac_retval
1895 } # ac_fn_c_try_run
1897 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1898 # -------------------------------------------------------
1899 # Tests whether HEADER exists and can be compiled using the include files in
1900 # INCLUDES, setting the cache variable VAR accordingly.
1901 ac_fn_c_check_header_compile ()
1903 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1905 $as_echo_n "checking for $2... " >&6; }
1906 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1907 $as_echo_n "(cached) " >&6
1908 else
1909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1910 /* end confdefs.h. */
1912 #include <$2>
1913 _ACEOF
1914 if ac_fn_c_try_compile "$LINENO"; then :
1915 eval "$3=yes"
1916 else
1917 eval "$3=no"
1919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1921 eval ac_res=\$$3
1922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1923 $as_echo "$ac_res" >&6; }
1924 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1926 } # ac_fn_c_check_header_compile
1928 # ac_fn_c_check_func LINENO FUNC VAR
1929 # ----------------------------------
1930 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1931 ac_fn_c_check_func ()
1933 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1935 $as_echo_n "checking for $2... " >&6; }
1936 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1937 $as_echo_n "(cached) " >&6
1938 else
1939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1940 /* end confdefs.h. */
1941 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1942 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1943 #define $2 innocuous_$2
1945 /* System header to define __stub macros and hopefully few prototypes,
1946 which can conflict with char $2 (); below.
1947 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1948 <limits.h> exists even on freestanding compilers. */
1950 #ifdef __STDC__
1951 # include <limits.h>
1952 #else
1953 # include <assert.h>
1954 #endif
1956 #undef $2
1958 /* Override any GCC internal prototype to avoid an error.
1959 Use char because int might match the return type of a GCC
1960 builtin and then its argument prototype would still apply. */
1961 #ifdef __cplusplus
1962 extern "C"
1963 #endif
1964 char $2 ();
1965 /* The GNU C library defines this for functions which it implements
1966 to always fail with ENOSYS. Some functions are actually named
1967 something starting with __ and the normal name is an alias. */
1968 #if defined __stub_$2 || defined __stub___$2
1969 choke me
1970 #endif
1973 main ()
1975 return $2 ();
1977 return 0;
1979 _ACEOF
1980 if ac_fn_c_try_link "$LINENO"; then :
1981 eval "$3=yes"
1982 else
1983 eval "$3=no"
1985 rm -f core conftest.err conftest.$ac_objext \
1986 conftest$ac_exeext conftest.$ac_ext
1988 eval ac_res=\$$3
1989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1990 $as_echo "$ac_res" >&6; }
1991 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1993 } # ac_fn_c_check_func
1995 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1996 # ----------------------------------------------------
1997 # Tries to find if the field MEMBER exists in type AGGR, after including
1998 # INCLUDES, setting cache variable VAR accordingly.
1999 ac_fn_c_check_member ()
2001 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2003 $as_echo_n "checking for $2.$3... " >&6; }
2004 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2005 $as_echo_n "(cached) " >&6
2006 else
2007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2008 /* end confdefs.h. */
2011 main ()
2013 static $2 ac_aggr;
2014 if (ac_aggr.$3)
2015 return 0;
2017 return 0;
2019 _ACEOF
2020 if ac_fn_c_try_compile "$LINENO"; then :
2021 eval "$4=yes"
2022 else
2023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2024 /* end confdefs.h. */
2027 main ()
2029 static $2 ac_aggr;
2030 if (sizeof ac_aggr.$3)
2031 return 0;
2033 return 0;
2035 _ACEOF
2036 if ac_fn_c_try_compile "$LINENO"; then :
2037 eval "$4=yes"
2038 else
2039 eval "$4=no"
2041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2045 eval ac_res=\$$4
2046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2047 $as_echo "$ac_res" >&6; }
2048 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2050 } # ac_fn_c_check_member
2052 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2053 # -------------------------------------------
2054 # Tests whether TYPE exists after having included INCLUDES, setting cache
2055 # variable VAR accordingly.
2056 ac_fn_c_check_type ()
2058 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2060 $as_echo_n "checking for $2... " >&6; }
2061 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2062 $as_echo_n "(cached) " >&6
2063 else
2064 eval "$3=no"
2065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2066 /* end confdefs.h. */
2069 main ()
2071 if (sizeof ($2))
2072 return 0;
2074 return 0;
2076 _ACEOF
2077 if ac_fn_c_try_compile "$LINENO"; then :
2078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2079 /* end confdefs.h. */
2082 main ()
2084 if (sizeof (($2)))
2085 return 0;
2087 return 0;
2089 _ACEOF
2090 if ac_fn_c_try_compile "$LINENO"; then :
2092 else
2093 eval "$3=yes"
2095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2099 eval ac_res=\$$3
2100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2101 $as_echo "$ac_res" >&6; }
2102 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2104 } # ac_fn_c_check_type
2105 cat >config.log <<_ACEOF
2106 This file contains any messages produced by compilers while
2107 running configure, to aid debugging if configure makes a mistake.
2109 It was created by Wine $as_me 1.1.38, which was
2110 generated by GNU Autoconf 2.65. Invocation command line was
2112 $ $0 $@
2114 _ACEOF
2115 exec 5>>config.log
2117 cat <<_ASUNAME
2118 ## --------- ##
2119 ## Platform. ##
2120 ## --------- ##
2122 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2123 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2124 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2125 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2126 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2128 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2129 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2131 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2132 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2133 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2134 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2135 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2136 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2137 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2139 _ASUNAME
2141 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2142 for as_dir in $PATH
2144 IFS=$as_save_IFS
2145 test -z "$as_dir" && as_dir=.
2146 $as_echo "PATH: $as_dir"
2147 done
2148 IFS=$as_save_IFS
2150 } >&5
2152 cat >&5 <<_ACEOF
2155 ## ----------- ##
2156 ## Core tests. ##
2157 ## ----------- ##
2159 _ACEOF
2162 # Keep a trace of the command line.
2163 # Strip out --no-create and --no-recursion so they do not pile up.
2164 # Strip out --silent because we don't want to record it for future runs.
2165 # Also quote any args containing shell meta-characters.
2166 # Make two passes to allow for proper duplicate-argument suppression.
2167 ac_configure_args=
2168 ac_configure_args0=
2169 ac_configure_args1=
2170 ac_must_keep_next=false
2171 for ac_pass in 1 2
2173 for ac_arg
2175 case $ac_arg in
2176 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2177 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2178 | -silent | --silent | --silen | --sile | --sil)
2179 continue ;;
2180 *\'*)
2181 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2182 esac
2183 case $ac_pass in
2184 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2186 as_fn_append ac_configure_args1 " '$ac_arg'"
2187 if test $ac_must_keep_next = true; then
2188 ac_must_keep_next=false # Got value, back to normal.
2189 else
2190 case $ac_arg in
2191 *=* | --config-cache | -C | -disable-* | --disable-* \
2192 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2193 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2194 | -with-* | --with-* | -without-* | --without-* | --x)
2195 case "$ac_configure_args0 " in
2196 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2197 esac
2199 -* ) ac_must_keep_next=true ;;
2200 esac
2202 as_fn_append ac_configure_args " '$ac_arg'"
2204 esac
2205 done
2206 done
2207 { ac_configure_args0=; unset ac_configure_args0;}
2208 { ac_configure_args1=; unset ac_configure_args1;}
2210 # When interrupted or exit'd, cleanup temporary files, and complete
2211 # config.log. We remove comments because anyway the quotes in there
2212 # would cause problems or look ugly.
2213 # WARNING: Use '\'' to represent an apostrophe within the trap.
2214 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2215 trap 'exit_status=$?
2216 # Save into config.log some information that might help in debugging.
2218 echo
2220 cat <<\_ASBOX
2221 ## ---------------- ##
2222 ## Cache variables. ##
2223 ## ---------------- ##
2224 _ASBOX
2225 echo
2226 # The following way of writing the cache mishandles newlines in values,
2228 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2229 eval ac_val=\$$ac_var
2230 case $ac_val in #(
2231 *${as_nl}*)
2232 case $ac_var in #(
2233 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2234 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2235 esac
2236 case $ac_var in #(
2237 _ | IFS | as_nl) ;; #(
2238 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2239 *) { eval $ac_var=; unset $ac_var;} ;;
2240 esac ;;
2241 esac
2242 done
2243 (set) 2>&1 |
2244 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2245 *${as_nl}ac_space=\ *)
2246 sed -n \
2247 "s/'\''/'\''\\\\'\'''\''/g;
2248 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2249 ;; #(
2251 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2253 esac |
2254 sort
2256 echo
2258 cat <<\_ASBOX
2259 ## ----------------- ##
2260 ## Output variables. ##
2261 ## ----------------- ##
2262 _ASBOX
2263 echo
2264 for ac_var in $ac_subst_vars
2266 eval ac_val=\$$ac_var
2267 case $ac_val in
2268 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2269 esac
2270 $as_echo "$ac_var='\''$ac_val'\''"
2271 done | sort
2272 echo
2274 if test -n "$ac_subst_files"; then
2275 cat <<\_ASBOX
2276 ## ------------------- ##
2277 ## File substitutions. ##
2278 ## ------------------- ##
2279 _ASBOX
2280 echo
2281 for ac_var in $ac_subst_files
2283 eval ac_val=\$$ac_var
2284 case $ac_val in
2285 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2286 esac
2287 $as_echo "$ac_var='\''$ac_val'\''"
2288 done | sort
2289 echo
2292 if test -s confdefs.h; then
2293 cat <<\_ASBOX
2294 ## ----------- ##
2295 ## confdefs.h. ##
2296 ## ----------- ##
2297 _ASBOX
2298 echo
2299 cat confdefs.h
2300 echo
2302 test "$ac_signal" != 0 &&
2303 $as_echo "$as_me: caught signal $ac_signal"
2304 $as_echo "$as_me: exit $exit_status"
2305 } >&5
2306 rm -f core *.core core.conftest.* &&
2307 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2308 exit $exit_status
2310 for ac_signal in 1 2 13 15; do
2311 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2312 done
2313 ac_signal=0
2315 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2316 rm -f -r conftest* confdefs.h
2318 $as_echo "/* confdefs.h */" > confdefs.h
2320 # Predefined preprocessor variables.
2322 cat >>confdefs.h <<_ACEOF
2323 #define PACKAGE_NAME "$PACKAGE_NAME"
2324 _ACEOF
2326 cat >>confdefs.h <<_ACEOF
2327 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2328 _ACEOF
2330 cat >>confdefs.h <<_ACEOF
2331 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2332 _ACEOF
2334 cat >>confdefs.h <<_ACEOF
2335 #define PACKAGE_STRING "$PACKAGE_STRING"
2336 _ACEOF
2338 cat >>confdefs.h <<_ACEOF
2339 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2340 _ACEOF
2342 cat >>confdefs.h <<_ACEOF
2343 #define PACKAGE_URL "$PACKAGE_URL"
2344 _ACEOF
2347 # Let the site file select an alternate cache file if it wants to.
2348 # Prefer an explicitly selected file to automatically selected ones.
2349 ac_site_file1=NONE
2350 ac_site_file2=NONE
2351 if test -n "$CONFIG_SITE"; then
2352 ac_site_file1=$CONFIG_SITE
2353 elif test "x$prefix" != xNONE; then
2354 ac_site_file1=$prefix/share/config.site
2355 ac_site_file2=$prefix/etc/config.site
2356 else
2357 ac_site_file1=$ac_default_prefix/share/config.site
2358 ac_site_file2=$ac_default_prefix/etc/config.site
2360 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2362 test "x$ac_site_file" = xNONE && continue
2363 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2364 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2365 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2366 sed 's/^/| /' "$ac_site_file" >&5
2367 . "$ac_site_file"
2369 done
2371 if test -r "$cache_file"; then
2372 # Some versions of bash will fail to source /dev/null (special files
2373 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2374 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2375 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2376 $as_echo "$as_me: loading cache $cache_file" >&6;}
2377 case $cache_file in
2378 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2379 *) . "./$cache_file";;
2380 esac
2382 else
2383 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2384 $as_echo "$as_me: creating cache $cache_file" >&6;}
2385 >$cache_file
2388 # Check that the precious variables saved in the cache have kept the same
2389 # value.
2390 ac_cache_corrupted=false
2391 for ac_var in $ac_precious_vars; do
2392 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2393 eval ac_new_set=\$ac_env_${ac_var}_set
2394 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2395 eval ac_new_val=\$ac_env_${ac_var}_value
2396 case $ac_old_set,$ac_new_set in
2397 set,)
2398 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2399 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2400 ac_cache_corrupted=: ;;
2401 ,set)
2402 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2403 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2404 ac_cache_corrupted=: ;;
2405 ,);;
2407 if test "x$ac_old_val" != "x$ac_new_val"; then
2408 # differences in whitespace do not lead to failure.
2409 ac_old_val_w=`echo x $ac_old_val`
2410 ac_new_val_w=`echo x $ac_new_val`
2411 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2412 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2413 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2414 ac_cache_corrupted=:
2415 else
2416 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2417 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2418 eval $ac_var=\$ac_old_val
2420 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2421 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2422 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2423 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2424 fi;;
2425 esac
2426 # Pass precious variables to config.status.
2427 if test "$ac_new_set" = set; then
2428 case $ac_new_val in
2429 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2430 *) ac_arg=$ac_var=$ac_new_val ;;
2431 esac
2432 case " $ac_configure_args " in
2433 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2434 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2435 esac
2437 done
2438 if $ac_cache_corrupted; then
2439 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2440 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2441 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2442 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2443 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2445 ## -------------------- ##
2446 ## Main body of script. ##
2447 ## -------------------- ##
2449 ac_ext=c
2450 ac_cpp='$CPP $CPPFLAGS'
2451 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2452 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2453 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2457 ac_config_headers="$ac_config_headers include/config.h"
2459 ac_aux_dir=
2460 for ac_dir in tools "$srcdir"/tools; do
2461 for ac_t in install-sh install.sh shtool; do
2462 if test -f "$ac_dir/$ac_t"; then
2463 ac_aux_dir=$ac_dir
2464 ac_install_sh="$ac_aux_dir/$ac_t -c"
2465 break 2
2467 done
2468 done
2469 if test -z "$ac_aux_dir"; then
2470 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2473 # These three variables are undocumented and unsupported,
2474 # and are intended to be withdrawn in a future Autoconf release.
2475 # They can cause serious problems if a builder's source tree is in a directory
2476 # whose full name contains unusual characters.
2477 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2478 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2479 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2484 # Check whether --enable-win16 was given.
2485 if test "${enable_win16+set}" = set; then :
2486 enableval=$enable_win16;
2489 # Check whether --enable-win64 was given.
2490 if test "${enable_win64+set}" = set; then :
2491 enableval=$enable_win64;
2494 # Check whether --enable-tests was given.
2495 if test "${enable_tests+set}" = set; then :
2496 enableval=$enable_tests;
2499 # Check whether --enable-maintainer-mode was given.
2500 if test "${enable_maintainer_mode+set}" = set; then :
2501 enableval=$enable_maintainer_mode;
2502 else
2503 MAINTAINER_MODE=\#
2509 # Check whether --with-alsa was given.
2510 if test "${with_alsa+set}" = set; then :
2511 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2515 # Check whether --with-audioio was given.
2516 if test "${with_audioio+set}" = set; then :
2517 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2521 # Check whether --with-capi was given.
2522 if test "${with_capi+set}" = set; then :
2523 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2527 # Check whether --with-cms was given.
2528 if test "${with_cms+set}" = set; then :
2529 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2533 # Check whether --with-coreaudio was given.
2534 if test "${with_coreaudio+set}" = set; then :
2535 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2539 # Check whether --with-cups was given.
2540 if test "${with_cups+set}" = set; then :
2541 withval=$with_cups;
2545 # Check whether --with-curses was given.
2546 if test "${with_curses+set}" = set; then :
2547 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2551 # Check whether --with-esd was given.
2552 if test "${with_esd+set}" = set; then :
2553 withval=$with_esd;
2557 # Check whether --with-fontconfig was given.
2558 if test "${with_fontconfig+set}" = set; then :
2559 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2563 # Check whether --with-freetype was given.
2564 if test "${with_freetype+set}" = set; then :
2565 withval=$with_freetype;
2569 # Check whether --with-gphoto was given.
2570 if test "${with_gphoto+set}" = set; then :
2571 withval=$with_gphoto;
2575 # Check whether --with-glu was given.
2576 if test "${with_glu+set}" = set; then :
2577 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2581 # Check whether --with-gnutls was given.
2582 if test "${with_gnutls+set}" = set; then :
2583 withval=$with_gnutls;
2587 # Check whether --with-gsm was given.
2588 if test "${with_gsm+set}" = set; then :
2589 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2593 # Check whether --with-hal was given.
2594 if test "${with_hal+set}" = set; then :
2595 withval=$with_hal;
2599 # Check whether --with-jack was given.
2600 if test "${with_jack+set}" = set; then :
2601 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2605 # Check whether --with-jpeg was given.
2606 if test "${with_jpeg+set}" = set; then :
2607 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2611 # Check whether --with-ldap was given.
2612 if test "${with_ldap+set}" = set; then :
2613 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2617 # Check whether --with-mpg123 was given.
2618 if test "${with_mpg123+set}" = set; then :
2619 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2623 # Check whether --with-nas was given.
2624 if test "${with_nas+set}" = set; then :
2625 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2629 # Check whether --with-openal was given.
2630 if test "${with_openal+set}" = set; then :
2631 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2635 # Check whether --with-opengl was given.
2636 if test "${with_opengl+set}" = set; then :
2637 withval=$with_opengl;
2641 # Check whether --with-openssl was given.
2642 if test "${with_openssl+set}" = set; then :
2643 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2647 # Check whether --with-oss was given.
2648 if test "${with_oss+set}" = set; then :
2649 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2653 # Check whether --with-png was given.
2654 if test "${with_png+set}" = set; then :
2655 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2659 # Check whether --with-pthread was given.
2660 if test "${with_pthread+set}" = set; then :
2661 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2665 # Check whether --with-sane was given.
2666 if test "${with_sane+set}" = set; then :
2667 withval=$with_sane;
2671 # Check whether --with-v4l was given.
2672 if test "${with_v4l+set}" = set; then :
2673 withval=$with_v4l;
2677 # Check whether --with-xcomposite was given.
2678 if test "${with_xcomposite+set}" = set; then :
2679 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2683 # Check whether --with-xcursor was given.
2684 if test "${with_xcursor+set}" = set; then :
2685 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2689 # Check whether --with-xinerama was given.
2690 if test "${with_xinerama+set}" = set; then :
2691 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2695 # Check whether --with-xinput was given.
2696 if test "${with_xinput+set}" = set; then :
2697 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2701 # Check whether --with-xml was given.
2702 if test "${with_xml+set}" = set; then :
2703 withval=$with_xml;
2707 # Check whether --with-xrandr was given.
2708 if test "${with_xrandr+set}" = set; then :
2709 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2713 # Check whether --with-xrender was given.
2714 if test "${with_xrender+set}" = set; then :
2715 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2719 # Check whether --with-xshape was given.
2720 if test "${with_xshape+set}" = set; then :
2721 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2725 # Check whether --with-xshm was given.
2726 if test "${with_xshm+set}" = set; then :
2727 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2731 # Check whether --with-xslt was given.
2732 if test "${with_xslt+set}" = set; then :
2733 withval=$with_xslt;
2737 # Check whether --with-xxf86vm was given.
2738 if test "${with_xxf86vm+set}" = set; then :
2739 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; ac_cv_header_X11_extensions_xf86vmproto_h=no; fi
2744 # Check whether --with-wine-tools was given.
2745 if test "${with_wine_tools+set}" = set; then :
2746 withval=$with_wine_tools;
2750 # Check whether --with-wine64 was given.
2751 if test "${with_wine64+set}" = set; then :
2752 withval=$with_wine64;
2756 # Make sure we can run config.sub.
2757 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2758 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2761 $as_echo_n "checking build system type... " >&6; }
2762 if test "${ac_cv_build+set}" = set; then :
2763 $as_echo_n "(cached) " >&6
2764 else
2765 ac_build_alias=$build_alias
2766 test "x$ac_build_alias" = x &&
2767 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2768 test "x$ac_build_alias" = x &&
2769 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2770 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2771 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2775 $as_echo "$ac_cv_build" >&6; }
2776 case $ac_cv_build in
2777 *-*-*) ;;
2778 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2779 esac
2780 build=$ac_cv_build
2781 ac_save_IFS=$IFS; IFS='-'
2782 set x $ac_cv_build
2783 shift
2784 build_cpu=$1
2785 build_vendor=$2
2786 shift; shift
2787 # Remember, the first character of IFS is used to create $*,
2788 # except with old shells:
2789 build_os=$*
2790 IFS=$ac_save_IFS
2791 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2795 $as_echo_n "checking host system type... " >&6; }
2796 if test "${ac_cv_host+set}" = set; then :
2797 $as_echo_n "(cached) " >&6
2798 else
2799 if test "x$host_alias" = x; then
2800 ac_cv_host=$ac_cv_build
2801 else
2802 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2803 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2808 $as_echo "$ac_cv_host" >&6; }
2809 case $ac_cv_host in
2810 *-*-*) ;;
2811 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2812 esac
2813 host=$ac_cv_host
2814 ac_save_IFS=$IFS; IFS='-'
2815 set x $ac_cv_host
2816 shift
2817 host_cpu=$1
2818 host_vendor=$2
2819 shift; shift
2820 # Remember, the first character of IFS is used to create $*,
2821 # except with old shells:
2822 host_os=$*
2823 IFS=$ac_save_IFS
2824 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2828 case "$srcdir" in
2829 .) ;;
2830 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2831 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2832 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2833 fi ;;
2834 esac
2837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2838 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2839 set x ${MAKE-make}
2840 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2841 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2842 $as_echo_n "(cached) " >&6
2843 else
2844 cat >conftest.make <<\_ACEOF
2845 SHELL = /bin/sh
2846 all:
2847 @echo '@@@%%%=$(MAKE)=@@@%%%'
2848 _ACEOF
2849 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2850 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2851 *@@@%%%=?*=@@@%%%*)
2852 eval ac_cv_prog_make_${ac_make}_set=yes;;
2854 eval ac_cv_prog_make_${ac_make}_set=no;;
2855 esac
2856 rm -f conftest.make
2858 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2860 $as_echo "yes" >&6; }
2861 SET_MAKE=
2862 else
2863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2864 $as_echo "no" >&6; }
2865 SET_MAKE="MAKE=${MAKE-make}"
2868 ac_ext=c
2869 ac_cpp='$CPP $CPPFLAGS'
2870 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2871 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2872 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2873 if test -n "$ac_tool_prefix"; then
2874 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2875 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2877 $as_echo_n "checking for $ac_word... " >&6; }
2878 if test "${ac_cv_prog_CC+set}" = set; then :
2879 $as_echo_n "(cached) " >&6
2880 else
2881 if test -n "$CC"; then
2882 ac_cv_prog_CC="$CC" # Let the user override the test.
2883 else
2884 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2885 for as_dir in $PATH
2887 IFS=$as_save_IFS
2888 test -z "$as_dir" && as_dir=.
2889 for ac_exec_ext in '' $ac_executable_extensions; do
2890 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2891 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2892 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2893 break 2
2895 done
2896 done
2897 IFS=$as_save_IFS
2901 CC=$ac_cv_prog_CC
2902 if test -n "$CC"; then
2903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2904 $as_echo "$CC" >&6; }
2905 else
2906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2907 $as_echo "no" >&6; }
2912 if test -z "$ac_cv_prog_CC"; then
2913 ac_ct_CC=$CC
2914 # Extract the first word of "gcc", so it can be a program name with args.
2915 set dummy gcc; ac_word=$2
2916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2917 $as_echo_n "checking for $ac_word... " >&6; }
2918 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2919 $as_echo_n "(cached) " >&6
2920 else
2921 if test -n "$ac_ct_CC"; then
2922 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2923 else
2924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2925 for as_dir in $PATH
2927 IFS=$as_save_IFS
2928 test -z "$as_dir" && as_dir=.
2929 for ac_exec_ext in '' $ac_executable_extensions; do
2930 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2931 ac_cv_prog_ac_ct_CC="gcc"
2932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2933 break 2
2935 done
2936 done
2937 IFS=$as_save_IFS
2941 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2942 if test -n "$ac_ct_CC"; then
2943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2944 $as_echo "$ac_ct_CC" >&6; }
2945 else
2946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2947 $as_echo "no" >&6; }
2950 if test "x$ac_ct_CC" = x; then
2951 CC=""
2952 else
2953 case $cross_compiling:$ac_tool_warned in
2954 yes:)
2955 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2956 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2957 ac_tool_warned=yes ;;
2958 esac
2959 CC=$ac_ct_CC
2961 else
2962 CC="$ac_cv_prog_CC"
2965 if test -z "$CC"; then
2966 if test -n "$ac_tool_prefix"; then
2967 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2968 set dummy ${ac_tool_prefix}cc; ac_word=$2
2969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2970 $as_echo_n "checking for $ac_word... " >&6; }
2971 if test "${ac_cv_prog_CC+set}" = set; then :
2972 $as_echo_n "(cached) " >&6
2973 else
2974 if test -n "$CC"; then
2975 ac_cv_prog_CC="$CC" # Let the user override the test.
2976 else
2977 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2978 for as_dir in $PATH
2980 IFS=$as_save_IFS
2981 test -z "$as_dir" && as_dir=.
2982 for ac_exec_ext in '' $ac_executable_extensions; do
2983 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2984 ac_cv_prog_CC="${ac_tool_prefix}cc"
2985 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2986 break 2
2988 done
2989 done
2990 IFS=$as_save_IFS
2994 CC=$ac_cv_prog_CC
2995 if test -n "$CC"; then
2996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2997 $as_echo "$CC" >&6; }
2998 else
2999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3000 $as_echo "no" >&6; }
3006 if test -z "$CC"; then
3007 # Extract the first word of "cc", so it can be a program name with args.
3008 set dummy cc; ac_word=$2
3009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3010 $as_echo_n "checking for $ac_word... " >&6; }
3011 if test "${ac_cv_prog_CC+set}" = set; then :
3012 $as_echo_n "(cached) " >&6
3013 else
3014 if test -n "$CC"; then
3015 ac_cv_prog_CC="$CC" # Let the user override the test.
3016 else
3017 ac_prog_rejected=no
3018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3019 for as_dir in $PATH
3021 IFS=$as_save_IFS
3022 test -z "$as_dir" && as_dir=.
3023 for ac_exec_ext in '' $ac_executable_extensions; do
3024 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3025 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3026 ac_prog_rejected=yes
3027 continue
3029 ac_cv_prog_CC="cc"
3030 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3031 break 2
3033 done
3034 done
3035 IFS=$as_save_IFS
3037 if test $ac_prog_rejected = yes; then
3038 # We found a bogon in the path, so make sure we never use it.
3039 set dummy $ac_cv_prog_CC
3040 shift
3041 if test $# != 0; then
3042 # We chose a different compiler from the bogus one.
3043 # However, it has the same basename, so the bogon will be chosen
3044 # first if we set CC to just the basename; use the full file name.
3045 shift
3046 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3051 CC=$ac_cv_prog_CC
3052 if test -n "$CC"; then
3053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3054 $as_echo "$CC" >&6; }
3055 else
3056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3057 $as_echo "no" >&6; }
3062 if test -z "$CC"; then
3063 if test -n "$ac_tool_prefix"; then
3064 for ac_prog in cl.exe
3066 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3067 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3069 $as_echo_n "checking for $ac_word... " >&6; }
3070 if test "${ac_cv_prog_CC+set}" = set; then :
3071 $as_echo_n "(cached) " >&6
3072 else
3073 if test -n "$CC"; then
3074 ac_cv_prog_CC="$CC" # Let the user override the test.
3075 else
3076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3077 for as_dir in $PATH
3079 IFS=$as_save_IFS
3080 test -z "$as_dir" && as_dir=.
3081 for ac_exec_ext in '' $ac_executable_extensions; do
3082 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3083 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3084 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3085 break 2
3087 done
3088 done
3089 IFS=$as_save_IFS
3093 CC=$ac_cv_prog_CC
3094 if test -n "$CC"; then
3095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3096 $as_echo "$CC" >&6; }
3097 else
3098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3099 $as_echo "no" >&6; }
3103 test -n "$CC" && break
3104 done
3106 if test -z "$CC"; then
3107 ac_ct_CC=$CC
3108 for ac_prog in cl.exe
3110 # Extract the first word of "$ac_prog", so it can be a program name with args.
3111 set dummy $ac_prog; ac_word=$2
3112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3113 $as_echo_n "checking for $ac_word... " >&6; }
3114 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3115 $as_echo_n "(cached) " >&6
3116 else
3117 if test -n "$ac_ct_CC"; then
3118 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3119 else
3120 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3121 for as_dir in $PATH
3123 IFS=$as_save_IFS
3124 test -z "$as_dir" && as_dir=.
3125 for ac_exec_ext in '' $ac_executable_extensions; do
3126 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3127 ac_cv_prog_ac_ct_CC="$ac_prog"
3128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3129 break 2
3131 done
3132 done
3133 IFS=$as_save_IFS
3137 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3138 if test -n "$ac_ct_CC"; then
3139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3140 $as_echo "$ac_ct_CC" >&6; }
3141 else
3142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3143 $as_echo "no" >&6; }
3147 test -n "$ac_ct_CC" && break
3148 done
3150 if test "x$ac_ct_CC" = x; then
3151 CC=""
3152 else
3153 case $cross_compiling:$ac_tool_warned in
3154 yes:)
3155 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3156 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3157 ac_tool_warned=yes ;;
3158 esac
3159 CC=$ac_ct_CC
3166 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3167 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3168 as_fn_error "no acceptable C compiler found in \$PATH
3169 See \`config.log' for more details." "$LINENO" 5; }
3171 # Provide some information about the compiler.
3172 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3173 set X $ac_compile
3174 ac_compiler=$2
3175 for ac_option in --version -v -V -qversion; do
3176 { { ac_try="$ac_compiler $ac_option >&5"
3177 case "(($ac_try" in
3178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3179 *) ac_try_echo=$ac_try;;
3180 esac
3181 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3182 $as_echo "$ac_try_echo"; } >&5
3183 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3184 ac_status=$?
3185 if test -s conftest.err; then
3186 sed '10a\
3187 ... rest of stderr output deleted ...
3188 10q' conftest.err >conftest.er1
3189 cat conftest.er1 >&5
3191 rm -f conftest.er1 conftest.err
3192 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3193 test $ac_status = 0; }
3194 done
3196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3197 /* end confdefs.h. */
3200 main ()
3204 return 0;
3206 _ACEOF
3207 ac_clean_files_save=$ac_clean_files
3208 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3209 # Try to create an executable without -o first, disregard a.out.
3210 # It will help us diagnose broken compilers, and finding out an intuition
3211 # of exeext.
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3213 $as_echo_n "checking whether the C compiler works... " >&6; }
3214 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3216 # The possible output files:
3217 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3219 ac_rmfiles=
3220 for ac_file in $ac_files
3222 case $ac_file in
3223 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3224 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3225 esac
3226 done
3227 rm -f $ac_rmfiles
3229 if { { ac_try="$ac_link_default"
3230 case "(($ac_try" in
3231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3232 *) ac_try_echo=$ac_try;;
3233 esac
3234 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3235 $as_echo "$ac_try_echo"; } >&5
3236 (eval "$ac_link_default") 2>&5
3237 ac_status=$?
3238 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3239 test $ac_status = 0; }; then :
3240 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3241 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3242 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3243 # so that the user can short-circuit this test for compilers unknown to
3244 # Autoconf.
3245 for ac_file in $ac_files ''
3247 test -f "$ac_file" || continue
3248 case $ac_file in
3249 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3251 [ab].out )
3252 # We found the default executable, but exeext='' is most
3253 # certainly right.
3254 break;;
3255 *.* )
3256 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3257 then :; else
3258 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3260 # We set ac_cv_exeext here because the later test for it is not
3261 # safe: cross compilers may not add the suffix if given an `-o'
3262 # argument, so we may need to know it at that point already.
3263 # Even if this section looks crufty: it has the advantage of
3264 # actually working.
3265 break;;
3267 break;;
3268 esac
3269 done
3270 test "$ac_cv_exeext" = no && ac_cv_exeext=
3272 else
3273 ac_file=''
3275 if test -z "$ac_file"; then :
3276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3277 $as_echo "no" >&6; }
3278 $as_echo "$as_me: failed program was:" >&5
3279 sed 's/^/| /' conftest.$ac_ext >&5
3281 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3282 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3283 { as_fn_set_status 77
3284 as_fn_error "C compiler cannot create executables
3285 See \`config.log' for more details." "$LINENO" 5; }; }
3286 else
3287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3288 $as_echo "yes" >&6; }
3290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3291 $as_echo_n "checking for C compiler default output file name... " >&6; }
3292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3293 $as_echo "$ac_file" >&6; }
3294 ac_exeext=$ac_cv_exeext
3296 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3297 ac_clean_files=$ac_clean_files_save
3298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3299 $as_echo_n "checking for suffix of executables... " >&6; }
3300 if { { ac_try="$ac_link"
3301 case "(($ac_try" in
3302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3303 *) ac_try_echo=$ac_try;;
3304 esac
3305 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3306 $as_echo "$ac_try_echo"; } >&5
3307 (eval "$ac_link") 2>&5
3308 ac_status=$?
3309 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3310 test $ac_status = 0; }; then :
3311 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3312 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3313 # work properly (i.e., refer to `conftest.exe'), while it won't with
3314 # `rm'.
3315 for ac_file in conftest.exe conftest conftest.*; do
3316 test -f "$ac_file" || continue
3317 case $ac_file in
3318 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3319 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3320 break;;
3321 * ) break;;
3322 esac
3323 done
3324 else
3325 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3326 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3327 as_fn_error "cannot compute suffix of executables: cannot compile and link
3328 See \`config.log' for more details." "$LINENO" 5; }
3330 rm -f conftest conftest$ac_cv_exeext
3331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3332 $as_echo "$ac_cv_exeext" >&6; }
3334 rm -f conftest.$ac_ext
3335 EXEEXT=$ac_cv_exeext
3336 ac_exeext=$EXEEXT
3337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3338 /* end confdefs.h. */
3339 #include <stdio.h>
3341 main ()
3343 FILE *f = fopen ("conftest.out", "w");
3344 return ferror (f) || fclose (f) != 0;
3347 return 0;
3349 _ACEOF
3350 ac_clean_files="$ac_clean_files conftest.out"
3351 # Check that the compiler produces executables we can run. If not, either
3352 # the compiler is broken, or we cross compile.
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3354 $as_echo_n "checking whether we are cross compiling... " >&6; }
3355 if test "$cross_compiling" != yes; then
3356 { { ac_try="$ac_link"
3357 case "(($ac_try" in
3358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3359 *) ac_try_echo=$ac_try;;
3360 esac
3361 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3362 $as_echo "$ac_try_echo"; } >&5
3363 (eval "$ac_link") 2>&5
3364 ac_status=$?
3365 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3366 test $ac_status = 0; }
3367 if { ac_try='./conftest$ac_cv_exeext'
3368 { { case "(($ac_try" in
3369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3370 *) ac_try_echo=$ac_try;;
3371 esac
3372 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3373 $as_echo "$ac_try_echo"; } >&5
3374 (eval "$ac_try") 2>&5
3375 ac_status=$?
3376 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3377 test $ac_status = 0; }; }; then
3378 cross_compiling=no
3379 else
3380 if test "$cross_compiling" = maybe; then
3381 cross_compiling=yes
3382 else
3383 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3384 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3385 as_fn_error "cannot run C compiled programs.
3386 If you meant to cross compile, use \`--host'.
3387 See \`config.log' for more details." "$LINENO" 5; }
3391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3392 $as_echo "$cross_compiling" >&6; }
3394 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3395 ac_clean_files=$ac_clean_files_save
3396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3397 $as_echo_n "checking for suffix of object files... " >&6; }
3398 if test "${ac_cv_objext+set}" = set; then :
3399 $as_echo_n "(cached) " >&6
3400 else
3401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3402 /* end confdefs.h. */
3405 main ()
3409 return 0;
3411 _ACEOF
3412 rm -f conftest.o conftest.obj
3413 if { { ac_try="$ac_compile"
3414 case "(($ac_try" in
3415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3416 *) ac_try_echo=$ac_try;;
3417 esac
3418 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3419 $as_echo "$ac_try_echo"; } >&5
3420 (eval "$ac_compile") 2>&5
3421 ac_status=$?
3422 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3423 test $ac_status = 0; }; then :
3424 for ac_file in conftest.o conftest.obj conftest.*; do
3425 test -f "$ac_file" || continue;
3426 case $ac_file in
3427 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3428 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3429 break;;
3430 esac
3431 done
3432 else
3433 $as_echo "$as_me: failed program was:" >&5
3434 sed 's/^/| /' conftest.$ac_ext >&5
3436 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3437 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3438 as_fn_error "cannot compute suffix of object files: cannot compile
3439 See \`config.log' for more details." "$LINENO" 5; }
3441 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3444 $as_echo "$ac_cv_objext" >&6; }
3445 OBJEXT=$ac_cv_objext
3446 ac_objext=$OBJEXT
3447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3448 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3449 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3450 $as_echo_n "(cached) " >&6
3451 else
3452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3453 /* end confdefs.h. */
3456 main ()
3458 #ifndef __GNUC__
3459 choke me
3460 #endif
3463 return 0;
3465 _ACEOF
3466 if ac_fn_c_try_compile "$LINENO"; then :
3467 ac_compiler_gnu=yes
3468 else
3469 ac_compiler_gnu=no
3471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3472 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3476 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3477 if test $ac_compiler_gnu = yes; then
3478 GCC=yes
3479 else
3480 GCC=
3482 ac_test_CFLAGS=${CFLAGS+set}
3483 ac_save_CFLAGS=$CFLAGS
3484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3485 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3486 if test "${ac_cv_prog_cc_g+set}" = set; then :
3487 $as_echo_n "(cached) " >&6
3488 else
3489 ac_save_c_werror_flag=$ac_c_werror_flag
3490 ac_c_werror_flag=yes
3491 ac_cv_prog_cc_g=no
3492 CFLAGS="-g"
3493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3494 /* end confdefs.h. */
3497 main ()
3501 return 0;
3503 _ACEOF
3504 if ac_fn_c_try_compile "$LINENO"; then :
3505 ac_cv_prog_cc_g=yes
3506 else
3507 CFLAGS=""
3508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3509 /* end confdefs.h. */
3512 main ()
3516 return 0;
3518 _ACEOF
3519 if ac_fn_c_try_compile "$LINENO"; then :
3521 else
3522 ac_c_werror_flag=$ac_save_c_werror_flag
3523 CFLAGS="-g"
3524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3525 /* end confdefs.h. */
3528 main ()
3532 return 0;
3534 _ACEOF
3535 if ac_fn_c_try_compile "$LINENO"; then :
3536 ac_cv_prog_cc_g=yes
3538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3543 ac_c_werror_flag=$ac_save_c_werror_flag
3545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3546 $as_echo "$ac_cv_prog_cc_g" >&6; }
3547 if test "$ac_test_CFLAGS" = set; then
3548 CFLAGS=$ac_save_CFLAGS
3549 elif test $ac_cv_prog_cc_g = yes; then
3550 if test "$GCC" = yes; then
3551 CFLAGS="-g -O2"
3552 else
3553 CFLAGS="-g"
3555 else
3556 if test "$GCC" = yes; then
3557 CFLAGS="-O2"
3558 else
3559 CFLAGS=
3562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3563 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3564 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3565 $as_echo_n "(cached) " >&6
3566 else
3567 ac_cv_prog_cc_c89=no
3568 ac_save_CC=$CC
3569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3570 /* end confdefs.h. */
3571 #include <stdarg.h>
3572 #include <stdio.h>
3573 #include <sys/types.h>
3574 #include <sys/stat.h>
3575 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3576 struct buf { int x; };
3577 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3578 static char *e (p, i)
3579 char **p;
3580 int i;
3582 return p[i];
3584 static char *f (char * (*g) (char **, int), char **p, ...)
3586 char *s;
3587 va_list v;
3588 va_start (v,p);
3589 s = g (p, va_arg (v,int));
3590 va_end (v);
3591 return s;
3594 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3595 function prototypes and stuff, but not '\xHH' hex character constants.
3596 These don't provoke an error unfortunately, instead are silently treated
3597 as 'x'. The following induces an error, until -std is added to get
3598 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3599 array size at least. It's necessary to write '\x00'==0 to get something
3600 that's true only with -std. */
3601 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3603 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3604 inside strings and character constants. */
3605 #define FOO(x) 'x'
3606 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3608 int test (int i, double x);
3609 struct s1 {int (*f) (int a);};
3610 struct s2 {int (*f) (double a);};
3611 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3612 int argc;
3613 char **argv;
3615 main ()
3617 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3619 return 0;
3621 _ACEOF
3622 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3623 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3625 CC="$ac_save_CC $ac_arg"
3626 if ac_fn_c_try_compile "$LINENO"; then :
3627 ac_cv_prog_cc_c89=$ac_arg
3629 rm -f core conftest.err conftest.$ac_objext
3630 test "x$ac_cv_prog_cc_c89" != "xno" && break
3631 done
3632 rm -f conftest.$ac_ext
3633 CC=$ac_save_CC
3636 # AC_CACHE_VAL
3637 case "x$ac_cv_prog_cc_c89" in
3639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3640 $as_echo "none needed" >&6; } ;;
3641 xno)
3642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3643 $as_echo "unsupported" >&6; } ;;
3645 CC="$CC $ac_cv_prog_cc_c89"
3646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3647 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3648 esac
3649 if test "x$ac_cv_prog_cc_c89" != xno; then :
3653 ac_ext=c
3654 ac_cpp='$CPP $CPPFLAGS'
3655 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3656 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3657 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3659 ac_ext=cpp
3660 ac_cpp='$CXXCPP $CPPFLAGS'
3661 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3662 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3663 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3664 if test -z "$CXX"; then
3665 if test -n "$CCC"; then
3666 CXX=$CCC
3667 else
3668 if test -n "$ac_tool_prefix"; then
3669 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3671 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3672 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3674 $as_echo_n "checking for $ac_word... " >&6; }
3675 if test "${ac_cv_prog_CXX+set}" = set; then :
3676 $as_echo_n "(cached) " >&6
3677 else
3678 if test -n "$CXX"; then
3679 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3680 else
3681 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3682 for as_dir in $PATH
3684 IFS=$as_save_IFS
3685 test -z "$as_dir" && as_dir=.
3686 for ac_exec_ext in '' $ac_executable_extensions; do
3687 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3688 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3689 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3690 break 2
3692 done
3693 done
3694 IFS=$as_save_IFS
3698 CXX=$ac_cv_prog_CXX
3699 if test -n "$CXX"; then
3700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3701 $as_echo "$CXX" >&6; }
3702 else
3703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3704 $as_echo "no" >&6; }
3708 test -n "$CXX" && break
3709 done
3711 if test -z "$CXX"; then
3712 ac_ct_CXX=$CXX
3713 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3715 # Extract the first word of "$ac_prog", so it can be a program name with args.
3716 set dummy $ac_prog; ac_word=$2
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3718 $as_echo_n "checking for $ac_word... " >&6; }
3719 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3720 $as_echo_n "(cached) " >&6
3721 else
3722 if test -n "$ac_ct_CXX"; then
3723 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3724 else
3725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3726 for as_dir in $PATH
3728 IFS=$as_save_IFS
3729 test -z "$as_dir" && as_dir=.
3730 for ac_exec_ext in '' $ac_executable_extensions; do
3731 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3732 ac_cv_prog_ac_ct_CXX="$ac_prog"
3733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3734 break 2
3736 done
3737 done
3738 IFS=$as_save_IFS
3742 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3743 if test -n "$ac_ct_CXX"; then
3744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3745 $as_echo "$ac_ct_CXX" >&6; }
3746 else
3747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3748 $as_echo "no" >&6; }
3752 test -n "$ac_ct_CXX" && break
3753 done
3755 if test "x$ac_ct_CXX" = x; then
3756 CXX="g++"
3757 else
3758 case $cross_compiling:$ac_tool_warned in
3759 yes:)
3760 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3761 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3762 ac_tool_warned=yes ;;
3763 esac
3764 CXX=$ac_ct_CXX
3770 # Provide some information about the compiler.
3771 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3772 set X $ac_compile
3773 ac_compiler=$2
3774 for ac_option in --version -v -V -qversion; do
3775 { { ac_try="$ac_compiler $ac_option >&5"
3776 case "(($ac_try" in
3777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3778 *) ac_try_echo=$ac_try;;
3779 esac
3780 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3781 $as_echo "$ac_try_echo"; } >&5
3782 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3783 ac_status=$?
3784 if test -s conftest.err; then
3785 sed '10a\
3786 ... rest of stderr output deleted ...
3787 10q' conftest.err >conftest.er1
3788 cat conftest.er1 >&5
3790 rm -f conftest.er1 conftest.err
3791 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3792 test $ac_status = 0; }
3793 done
3795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3796 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3797 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3798 $as_echo_n "(cached) " >&6
3799 else
3800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3801 /* end confdefs.h. */
3804 main ()
3806 #ifndef __GNUC__
3807 choke me
3808 #endif
3811 return 0;
3813 _ACEOF
3814 if ac_fn_cxx_try_compile "$LINENO"; then :
3815 ac_compiler_gnu=yes
3816 else
3817 ac_compiler_gnu=no
3819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3820 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3824 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3825 if test $ac_compiler_gnu = yes; then
3826 GXX=yes
3827 else
3828 GXX=
3830 ac_test_CXXFLAGS=${CXXFLAGS+set}
3831 ac_save_CXXFLAGS=$CXXFLAGS
3832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3833 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3834 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3835 $as_echo_n "(cached) " >&6
3836 else
3837 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3838 ac_cxx_werror_flag=yes
3839 ac_cv_prog_cxx_g=no
3840 CXXFLAGS="-g"
3841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3842 /* end confdefs.h. */
3845 main ()
3849 return 0;
3851 _ACEOF
3852 if ac_fn_cxx_try_compile "$LINENO"; then :
3853 ac_cv_prog_cxx_g=yes
3854 else
3855 CXXFLAGS=""
3856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3857 /* end confdefs.h. */
3860 main ()
3864 return 0;
3866 _ACEOF
3867 if ac_fn_cxx_try_compile "$LINENO"; then :
3869 else
3870 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3871 CXXFLAGS="-g"
3872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3873 /* end confdefs.h. */
3876 main ()
3880 return 0;
3882 _ACEOF
3883 if ac_fn_cxx_try_compile "$LINENO"; then :
3884 ac_cv_prog_cxx_g=yes
3886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3891 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3894 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3895 if test "$ac_test_CXXFLAGS" = set; then
3896 CXXFLAGS=$ac_save_CXXFLAGS
3897 elif test $ac_cv_prog_cxx_g = yes; then
3898 if test "$GXX" = yes; then
3899 CXXFLAGS="-g -O2"
3900 else
3901 CXXFLAGS="-g"
3903 else
3904 if test "$GXX" = yes; then
3905 CXXFLAGS="-O2"
3906 else
3907 CXXFLAGS=
3910 ac_ext=c
3911 ac_cpp='$CPP $CPPFLAGS'
3912 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3913 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3914 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3916 if test -n "$ac_tool_prefix"; then
3917 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3918 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3920 $as_echo_n "checking for $ac_word... " >&6; }
3921 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3922 $as_echo_n "(cached) " >&6
3923 else
3924 if test -n "$CPPBIN"; then
3925 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3926 else
3927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3928 for as_dir in $PATH
3930 IFS=$as_save_IFS
3931 test -z "$as_dir" && as_dir=.
3932 for ac_exec_ext in '' $ac_executable_extensions; do
3933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3934 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3936 break 2
3938 done
3939 done
3940 IFS=$as_save_IFS
3944 CPPBIN=$ac_cv_prog_CPPBIN
3945 if test -n "$CPPBIN"; then
3946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3947 $as_echo "$CPPBIN" >&6; }
3948 else
3949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3950 $as_echo "no" >&6; }
3955 if test -z "$ac_cv_prog_CPPBIN"; then
3956 ac_ct_CPPBIN=$CPPBIN
3957 # Extract the first word of "cpp", so it can be a program name with args.
3958 set dummy cpp; ac_word=$2
3959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3960 $as_echo_n "checking for $ac_word... " >&6; }
3961 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3962 $as_echo_n "(cached) " >&6
3963 else
3964 if test -n "$ac_ct_CPPBIN"; then
3965 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3966 else
3967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3968 for as_dir in $PATH
3970 IFS=$as_save_IFS
3971 test -z "$as_dir" && as_dir=.
3972 for ac_exec_ext in '' $ac_executable_extensions; do
3973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3974 ac_cv_prog_ac_ct_CPPBIN="cpp"
3975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3976 break 2
3978 done
3979 done
3980 IFS=$as_save_IFS
3984 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3985 if test -n "$ac_ct_CPPBIN"; then
3986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3987 $as_echo "$ac_ct_CPPBIN" >&6; }
3988 else
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3990 $as_echo "no" >&6; }
3993 if test "x$ac_ct_CPPBIN" = x; then
3994 CPPBIN="cpp"
3995 else
3996 case $cross_compiling:$ac_tool_warned in
3997 yes:)
3998 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3999 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4000 ac_tool_warned=yes ;;
4001 esac
4002 CPPBIN=$ac_ct_CPPBIN
4004 else
4005 CPPBIN="$ac_cv_prog_CPPBIN"
4009 cat >>confdefs.h <<_ACEOF
4010 #define EXEEXT "$ac_exeext"
4011 _ACEOF
4014 case $host in
4015 *-darwin*)
4016 if test "x$enable_win64" = "xyes"
4017 then
4018 CC="$CC -m64"
4019 CXX="$CXX -m64"
4020 LD="${LD:-ld} -arch x86_64"
4021 AS="${AS:-as} -arch x86_64"
4022 host_cpu="x86_64"
4023 notice_platform="64-bit "
4024 TARGETFLAGS="-m64"
4026 else
4027 CC="$CC -m32"
4028 CXX="$CXX -m32"
4029 LD="${LD:-ld} -arch i386"
4030 AS="${AS:-as} -arch i386"
4031 host_cpu="i386"
4032 notice_platform="32-bit "
4033 TARGETFLAGS="-m32"
4035 enable_win16=${enable_win16:-yes}
4038 x86_64*)
4039 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4040 then
4041 CC="$CC -m32"
4042 CXX="$CXX -m32"
4043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4044 $as_echo_n "checking whether $CC works... " >&6; }
4046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4047 /* end confdefs.h. */
4050 main ()
4054 return 0;
4056 _ACEOF
4057 if ac_fn_c_try_link "$LINENO"; then :
4058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4059 $as_echo "yes" >&6; }
4060 else
4061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4062 $as_echo "no" >&6; }
4063 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4065 rm -f core conftest.err conftest.$ac_objext \
4066 conftest$ac_exeext conftest.$ac_ext
4067 LD="${LD:-ld} -m elf_i386"
4068 AS="${AS:-as} --32"
4069 host_cpu="i386"
4070 notice_platform="32-bit "
4071 TARGETFLAGS="-m32"
4073 enable_win16=${enable_win16:-yes}
4074 else
4075 if test "x${GCC}" = "xyes"
4076 then
4077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4078 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4080 /* end confdefs.h. */
4081 #include <stdarg.h>
4083 main ()
4085 void func(__builtin_ms_va_list *args);
4087 return 0;
4089 _ACEOF
4090 if ac_fn_c_try_compile "$LINENO"; then :
4091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4092 $as_echo "yes" >&6; }
4093 else
4094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4095 $as_echo "no" >&6; }
4096 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4100 TARGETFLAGS="-m64"
4104 *-mingw32*|*-cygwin*)
4105 enable_win16=${enable_win16:-no}
4107 i[3456789]86*)
4108 enable_win16=${enable_win16:-yes}
4110 esac
4112 enable_win16=${enable_win16:-no}
4114 if test -n "$with_wine64"
4115 then
4116 if test "x$enable_win64" = "xyes"
4117 then
4118 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4119 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4121 WOW64_DISABLE=\#
4123 enable_fonts=${enable_fonts:-no}
4124 enable_include=${enable_include:-no}
4125 enable_server=${enable_server:-no}
4126 enable_tools=${enable_tools:-no}
4127 enable_wineboot=${enable_wineboot:-no}
4128 enable_winedbg=${enable_winedbg:-no}
4129 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4133 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4134 if test "${wine_cv_toolsdir+set}" = set; then :
4135 $as_echo_n "(cached) " >&6
4136 else
4137 wine_cv_toolsdir="$with_wine_tools"
4138 if test -z "$with_wine_tools"; then
4139 if test "$cross_compiling" = "yes"; then
4140 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4141 elif test -n "$with_wine64"; then
4142 wine_cv_toolsdir="$with_wine64"
4145 if test -z "$wine_cv_toolsdir"; then
4146 wine_cv_toolsdir="\$(TOPOBJDIR)"
4147 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4148 case "$wine_cv_toolsdir" in
4149 /*) ;;
4150 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4151 esac
4152 else
4153 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4157 $as_echo "$wine_cv_toolsdir" >&6; }
4158 TOOLSDIR=$wine_cv_toolsdir
4160 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4161 then
4162 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4166 for ac_prog in flex
4168 # Extract the first word of "$ac_prog", so it can be a program name with args.
4169 set dummy $ac_prog; ac_word=$2
4170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4171 $as_echo_n "checking for $ac_word... " >&6; }
4172 if test "${ac_cv_prog_FLEX+set}" = set; then :
4173 $as_echo_n "(cached) " >&6
4174 else
4175 if test -n "$FLEX"; then
4176 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4177 else
4178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4179 for as_dir in $PATH
4181 IFS=$as_save_IFS
4182 test -z "$as_dir" && as_dir=.
4183 for ac_exec_ext in '' $ac_executable_extensions; do
4184 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4185 ac_cv_prog_FLEX="$ac_prog"
4186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4187 break 2
4189 done
4190 done
4191 IFS=$as_save_IFS
4195 FLEX=$ac_cv_prog_FLEX
4196 if test -n "$FLEX"; then
4197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4198 $as_echo "$FLEX" >&6; }
4199 else
4200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4201 $as_echo "no" >&6; }
4205 test -n "$FLEX" && break
4206 done
4207 test -n "$FLEX" || FLEX="none"
4209 if test "$FLEX" = "none"
4210 then
4211 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4214 $as_echo_n "checking whether flex is recent enough... " >&6; }
4215 cat >conftest.l <<EOF
4216 %top{
4217 #include "prediluvian.h"
4221 if $FLEX -t conftest.l >/dev/null 2>&1
4222 then
4223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4224 $as_echo "yes" >&6; }
4225 else
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4227 $as_echo "no" >&6; }
4228 as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4231 for ac_prog in bison
4233 # Extract the first word of "$ac_prog", so it can be a program name with args.
4234 set dummy $ac_prog; ac_word=$2
4235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4236 $as_echo_n "checking for $ac_word... " >&6; }
4237 if test "${ac_cv_prog_BISON+set}" = set; then :
4238 $as_echo_n "(cached) " >&6
4239 else
4240 if test -n "$BISON"; then
4241 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4242 else
4243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4244 for as_dir in $PATH
4246 IFS=$as_save_IFS
4247 test -z "$as_dir" && as_dir=.
4248 for ac_exec_ext in '' $ac_executable_extensions; do
4249 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4250 ac_cv_prog_BISON="$ac_prog"
4251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4252 break 2
4254 done
4255 done
4256 IFS=$as_save_IFS
4260 BISON=$ac_cv_prog_BISON
4261 if test -n "$BISON"; then
4262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4263 $as_echo "$BISON" >&6; }
4264 else
4265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4266 $as_echo "no" >&6; }
4270 test -n "$BISON" && break
4271 done
4272 test -n "$BISON" || BISON="none"
4274 if test "$BISON" = "none"
4275 then
4276 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4279 if test -n "$ac_tool_prefix"; then
4280 for ac_prog in ar gar
4282 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4283 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4285 $as_echo_n "checking for $ac_word... " >&6; }
4286 if test "${ac_cv_prog_AR+set}" = set; then :
4287 $as_echo_n "(cached) " >&6
4288 else
4289 if test -n "$AR"; then
4290 ac_cv_prog_AR="$AR" # Let the user override the test.
4291 else
4292 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4293 for as_dir in $PATH
4295 IFS=$as_save_IFS
4296 test -z "$as_dir" && as_dir=.
4297 for ac_exec_ext in '' $ac_executable_extensions; do
4298 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4299 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4300 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4301 break 2
4303 done
4304 done
4305 IFS=$as_save_IFS
4309 AR=$ac_cv_prog_AR
4310 if test -n "$AR"; then
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4312 $as_echo "$AR" >&6; }
4313 else
4314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4315 $as_echo "no" >&6; }
4319 test -n "$AR" && break
4320 done
4322 if test -z "$AR"; then
4323 ac_ct_AR=$AR
4324 for ac_prog in ar gar
4326 # Extract the first word of "$ac_prog", so it can be a program name with args.
4327 set dummy $ac_prog; ac_word=$2
4328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4329 $as_echo_n "checking for $ac_word... " >&6; }
4330 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4331 $as_echo_n "(cached) " >&6
4332 else
4333 if test -n "$ac_ct_AR"; then
4334 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4335 else
4336 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4337 for as_dir in $PATH
4339 IFS=$as_save_IFS
4340 test -z "$as_dir" && as_dir=.
4341 for ac_exec_ext in '' $ac_executable_extensions; do
4342 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4343 ac_cv_prog_ac_ct_AR="$ac_prog"
4344 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4345 break 2
4347 done
4348 done
4349 IFS=$as_save_IFS
4353 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4354 if test -n "$ac_ct_AR"; then
4355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4356 $as_echo "$ac_ct_AR" >&6; }
4357 else
4358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4359 $as_echo "no" >&6; }
4363 test -n "$ac_ct_AR" && break
4364 done
4366 if test "x$ac_ct_AR" = x; then
4367 AR="ar"
4368 else
4369 case $cross_compiling:$ac_tool_warned in
4370 yes:)
4371 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4372 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4373 ac_tool_warned=yes ;;
4374 esac
4375 AR=$ac_ct_AR
4379 ARFLAGS=rc
4381 if test -n "$ac_tool_prefix"; then
4382 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4383 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4385 $as_echo_n "checking for $ac_word... " >&6; }
4386 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4387 $as_echo_n "(cached) " >&6
4388 else
4389 if test -n "$RANLIB"; then
4390 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4391 else
4392 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4393 for as_dir in $PATH
4395 IFS=$as_save_IFS
4396 test -z "$as_dir" && as_dir=.
4397 for ac_exec_ext in '' $ac_executable_extensions; do
4398 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4399 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4400 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4401 break 2
4403 done
4404 done
4405 IFS=$as_save_IFS
4409 RANLIB=$ac_cv_prog_RANLIB
4410 if test -n "$RANLIB"; then
4411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4412 $as_echo "$RANLIB" >&6; }
4413 else
4414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4415 $as_echo "no" >&6; }
4420 if test -z "$ac_cv_prog_RANLIB"; then
4421 ac_ct_RANLIB=$RANLIB
4422 # Extract the first word of "ranlib", so it can be a program name with args.
4423 set dummy ranlib; ac_word=$2
4424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4425 $as_echo_n "checking for $ac_word... " >&6; }
4426 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4427 $as_echo_n "(cached) " >&6
4428 else
4429 if test -n "$ac_ct_RANLIB"; then
4430 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4431 else
4432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4433 for as_dir in $PATH
4435 IFS=$as_save_IFS
4436 test -z "$as_dir" && as_dir=.
4437 for ac_exec_ext in '' $ac_executable_extensions; do
4438 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4439 ac_cv_prog_ac_ct_RANLIB="ranlib"
4440 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4441 break 2
4443 done
4444 done
4445 IFS=$as_save_IFS
4449 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4450 if test -n "$ac_ct_RANLIB"; then
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4452 $as_echo "$ac_ct_RANLIB" >&6; }
4453 else
4454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4455 $as_echo "no" >&6; }
4458 if test "x$ac_ct_RANLIB" = x; then
4459 RANLIB=":"
4460 else
4461 case $cross_compiling:$ac_tool_warned in
4462 yes:)
4463 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4464 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4465 ac_tool_warned=yes ;;
4466 esac
4467 RANLIB=$ac_ct_RANLIB
4469 else
4470 RANLIB="$ac_cv_prog_RANLIB"
4473 if test -n "$ac_tool_prefix"; then
4474 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4475 set dummy ${ac_tool_prefix}strip; ac_word=$2
4476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4477 $as_echo_n "checking for $ac_word... " >&6; }
4478 if test "${ac_cv_prog_STRIP+set}" = set; then :
4479 $as_echo_n "(cached) " >&6
4480 else
4481 if test -n "$STRIP"; then
4482 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4483 else
4484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4485 for as_dir in $PATH
4487 IFS=$as_save_IFS
4488 test -z "$as_dir" && as_dir=.
4489 for ac_exec_ext in '' $ac_executable_extensions; do
4490 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4491 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4492 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4493 break 2
4495 done
4496 done
4497 IFS=$as_save_IFS
4501 STRIP=$ac_cv_prog_STRIP
4502 if test -n "$STRIP"; then
4503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4504 $as_echo "$STRIP" >&6; }
4505 else
4506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4507 $as_echo "no" >&6; }
4512 if test -z "$ac_cv_prog_STRIP"; then
4513 ac_ct_STRIP=$STRIP
4514 # Extract the first word of "strip", so it can be a program name with args.
4515 set dummy strip; ac_word=$2
4516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4517 $as_echo_n "checking for $ac_word... " >&6; }
4518 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4519 $as_echo_n "(cached) " >&6
4520 else
4521 if test -n "$ac_ct_STRIP"; then
4522 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4523 else
4524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4525 for as_dir in $PATH
4527 IFS=$as_save_IFS
4528 test -z "$as_dir" && as_dir=.
4529 for ac_exec_ext in '' $ac_executable_extensions; do
4530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4531 ac_cv_prog_ac_ct_STRIP="strip"
4532 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4533 break 2
4535 done
4536 done
4537 IFS=$as_save_IFS
4541 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4542 if test -n "$ac_ct_STRIP"; then
4543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4544 $as_echo "$ac_ct_STRIP" >&6; }
4545 else
4546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4547 $as_echo "no" >&6; }
4550 if test "x$ac_ct_STRIP" = x; then
4551 STRIP="strip"
4552 else
4553 case $cross_compiling:$ac_tool_warned in
4554 yes:)
4555 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4556 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4557 ac_tool_warned=yes ;;
4558 esac
4559 STRIP=$ac_ct_STRIP
4561 else
4562 STRIP="$ac_cv_prog_STRIP"
4565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4566 $as_echo_n "checking whether ln -s works... " >&6; }
4567 LN_S=$as_ln_s
4568 if test "$LN_S" = "ln -s"; then
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4570 $as_echo "yes" >&6; }
4571 else
4572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4573 $as_echo "no, using $LN_S" >&6; }
4576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4577 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4578 if test "${ac_cv_path_GREP+set}" = set; then :
4579 $as_echo_n "(cached) " >&6
4580 else
4581 if test -z "$GREP"; then
4582 ac_path_GREP_found=false
4583 # Loop through the user's path and test for each of PROGNAME-LIST
4584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4585 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4587 IFS=$as_save_IFS
4588 test -z "$as_dir" && as_dir=.
4589 for ac_prog in grep ggrep; do
4590 for ac_exec_ext in '' $ac_executable_extensions; do
4591 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4592 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4593 # Check for GNU ac_path_GREP and select it if it is found.
4594 # Check for GNU $ac_path_GREP
4595 case `"$ac_path_GREP" --version 2>&1` in
4596 *GNU*)
4597 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4599 ac_count=0
4600 $as_echo_n 0123456789 >"conftest.in"
4601 while :
4603 cat "conftest.in" "conftest.in" >"conftest.tmp"
4604 mv "conftest.tmp" "conftest.in"
4605 cp "conftest.in" "conftest.nl"
4606 $as_echo 'GREP' >> "conftest.nl"
4607 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4608 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4609 as_fn_arith $ac_count + 1 && ac_count=$as_val
4610 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4611 # Best one so far, save it but keep looking for a better one
4612 ac_cv_path_GREP="$ac_path_GREP"
4613 ac_path_GREP_max=$ac_count
4615 # 10*(2^10) chars as input seems more than enough
4616 test $ac_count -gt 10 && break
4617 done
4618 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4619 esac
4621 $ac_path_GREP_found && break 3
4622 done
4623 done
4624 done
4625 IFS=$as_save_IFS
4626 if test -z "$ac_cv_path_GREP"; then
4627 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4629 else
4630 ac_cv_path_GREP=$GREP
4634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4635 $as_echo "$ac_cv_path_GREP" >&6; }
4636 GREP="$ac_cv_path_GREP"
4639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4640 $as_echo_n "checking for egrep... " >&6; }
4641 if test "${ac_cv_path_EGREP+set}" = set; then :
4642 $as_echo_n "(cached) " >&6
4643 else
4644 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4645 then ac_cv_path_EGREP="$GREP -E"
4646 else
4647 if test -z "$EGREP"; then
4648 ac_path_EGREP_found=false
4649 # Loop through the user's path and test for each of PROGNAME-LIST
4650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4651 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4653 IFS=$as_save_IFS
4654 test -z "$as_dir" && as_dir=.
4655 for ac_prog in egrep; do
4656 for ac_exec_ext in '' $ac_executable_extensions; do
4657 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4658 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4659 # Check for GNU ac_path_EGREP and select it if it is found.
4660 # Check for GNU $ac_path_EGREP
4661 case `"$ac_path_EGREP" --version 2>&1` in
4662 *GNU*)
4663 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4665 ac_count=0
4666 $as_echo_n 0123456789 >"conftest.in"
4667 while :
4669 cat "conftest.in" "conftest.in" >"conftest.tmp"
4670 mv "conftest.tmp" "conftest.in"
4671 cp "conftest.in" "conftest.nl"
4672 $as_echo 'EGREP' >> "conftest.nl"
4673 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4674 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4675 as_fn_arith $ac_count + 1 && ac_count=$as_val
4676 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4677 # Best one so far, save it but keep looking for a better one
4678 ac_cv_path_EGREP="$ac_path_EGREP"
4679 ac_path_EGREP_max=$ac_count
4681 # 10*(2^10) chars as input seems more than enough
4682 test $ac_count -gt 10 && break
4683 done
4684 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4685 esac
4687 $ac_path_EGREP_found && break 3
4688 done
4689 done
4690 done
4691 IFS=$as_save_IFS
4692 if test -z "$ac_cv_path_EGREP"; then
4693 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4695 else
4696 ac_cv_path_EGREP=$EGREP
4701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4702 $as_echo "$ac_cv_path_EGREP" >&6; }
4703 EGREP="$ac_cv_path_EGREP"
4706 # Extract the first word of "ldconfig", so it can be a program name with args.
4707 set dummy ldconfig; ac_word=$2
4708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4709 $as_echo_n "checking for $ac_word... " >&6; }
4710 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4711 $as_echo_n "(cached) " >&6
4712 else
4713 case $LDCONFIG in
4714 [\\/]* | ?:[\\/]*)
4715 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4719 for as_dir in /sbin /usr/sbin $PATH
4721 IFS=$as_save_IFS
4722 test -z "$as_dir" && as_dir=.
4723 for ac_exec_ext in '' $ac_executable_extensions; do
4724 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4725 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4726 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4727 break 2
4729 done
4730 done
4731 IFS=$as_save_IFS
4733 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4735 esac
4737 LDCONFIG=$ac_cv_path_LDCONFIG
4738 if test -n "$LDCONFIG"; then
4739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4740 $as_echo "$LDCONFIG" >&6; }
4741 else
4742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4743 $as_echo "no" >&6; }
4747 # Find a good install program. We prefer a C program (faster),
4748 # so one script is as good as another. But avoid the broken or
4749 # incompatible versions:
4750 # SysV /etc/install, /usr/sbin/install
4751 # SunOS /usr/etc/install
4752 # IRIX /sbin/install
4753 # AIX /bin/install
4754 # AmigaOS /C/install, which installs bootblocks on floppy discs
4755 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4756 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4757 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4758 # OS/2's system install, which has a completely different semantic
4759 # ./install, which can be erroneously created by make from ./install.sh.
4760 # Reject install programs that cannot install multiple files.
4761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4762 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4763 if test -z "$INSTALL"; then
4764 if test "${ac_cv_path_install+set}" = set; then :
4765 $as_echo_n "(cached) " >&6
4766 else
4767 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4768 for as_dir in $PATH
4770 IFS=$as_save_IFS
4771 test -z "$as_dir" && as_dir=.
4772 # Account for people who put trailing slashes in PATH elements.
4773 case $as_dir/ in #((
4774 ./ | .// | /[cC]/* | \
4775 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4776 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4777 /usr/ucb/* ) ;;
4779 # OSF1 and SCO ODT 3.0 have their own names for install.
4780 # Don't use installbsd from OSF since it installs stuff as root
4781 # by default.
4782 for ac_prog in ginstall scoinst install; do
4783 for ac_exec_ext in '' $ac_executable_extensions; do
4784 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4785 if test $ac_prog = install &&
4786 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4787 # AIX install. It has an incompatible calling convention.
4789 elif test $ac_prog = install &&
4790 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4791 # program-specific install script used by HP pwplus--don't use.
4793 else
4794 rm -rf conftest.one conftest.two conftest.dir
4795 echo one > conftest.one
4796 echo two > conftest.two
4797 mkdir conftest.dir
4798 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4799 test -s conftest.one && test -s conftest.two &&
4800 test -s conftest.dir/conftest.one &&
4801 test -s conftest.dir/conftest.two
4802 then
4803 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4804 break 3
4808 done
4809 done
4811 esac
4813 done
4814 IFS=$as_save_IFS
4816 rm -rf conftest.one conftest.two conftest.dir
4819 if test "${ac_cv_path_install+set}" = set; then
4820 INSTALL=$ac_cv_path_install
4821 else
4822 # As a last resort, use the slow shell script. Don't cache a
4823 # value for INSTALL within a source directory, because that will
4824 # break other packages using the cache if that directory is
4825 # removed, or if the value is a relative name.
4826 INSTALL=$ac_install_sh
4829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4830 $as_echo "$INSTALL" >&6; }
4832 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4833 # It thinks the first close brace ends the variable substitution.
4834 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4836 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4838 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4840 case "$INSTALL" in
4841 [\\/$]* | ?:[\\/]* ) ;;
4842 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4843 esac
4845 for ac_prog in lclint lint
4847 # Extract the first word of "$ac_prog", so it can be a program name with args.
4848 set dummy $ac_prog; ac_word=$2
4849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4850 $as_echo_n "checking for $ac_word... " >&6; }
4851 if test "${ac_cv_prog_LINT+set}" = set; then :
4852 $as_echo_n "(cached) " >&6
4853 else
4854 if test -n "$LINT"; then
4855 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4856 else
4857 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4858 for as_dir in $PATH
4860 IFS=$as_save_IFS
4861 test -z "$as_dir" && as_dir=.
4862 for ac_exec_ext in '' $ac_executable_extensions; do
4863 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4864 ac_cv_prog_LINT="$ac_prog"
4865 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4866 break 2
4868 done
4869 done
4870 IFS=$as_save_IFS
4874 LINT=$ac_cv_prog_LINT
4875 if test -n "$LINT"; then
4876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4877 $as_echo "$LINT" >&6; }
4878 else
4879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4880 $as_echo "no" >&6; }
4884 test -n "$LINT" && break
4885 done
4887 if test "$LINT" = "lint"
4888 then
4889 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4894 for ac_prog in fontforge
4896 # Extract the first word of "$ac_prog", so it can be a program name with args.
4897 set dummy $ac_prog; ac_word=$2
4898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4899 $as_echo_n "checking for $ac_word... " >&6; }
4900 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4901 $as_echo_n "(cached) " >&6
4902 else
4903 if test -n "$FONTFORGE"; then
4904 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4905 else
4906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4907 for as_dir in $PATH
4909 IFS=$as_save_IFS
4910 test -z "$as_dir" && as_dir=.
4911 for ac_exec_ext in '' $ac_executable_extensions; do
4912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4913 ac_cv_prog_FONTFORGE="$ac_prog"
4914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4915 break 2
4917 done
4918 done
4919 IFS=$as_save_IFS
4923 FONTFORGE=$ac_cv_prog_FONTFORGE
4924 if test -n "$FONTFORGE"; then
4925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4926 $as_echo "$FONTFORGE" >&6; }
4927 else
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4929 $as_echo "no" >&6; }
4933 test -n "$FONTFORGE" && break
4934 done
4935 test -n "$FONTFORGE" || FONTFORGE="false"
4937 for ac_prog in pkg-config
4939 # Extract the first word of "$ac_prog", so it can be a program name with args.
4940 set dummy $ac_prog; ac_word=$2
4941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4942 $as_echo_n "checking for $ac_word... " >&6; }
4943 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4944 $as_echo_n "(cached) " >&6
4945 else
4946 if test -n "$PKG_CONFIG"; then
4947 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4948 else
4949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4950 for as_dir in $PATH
4952 IFS=$as_save_IFS
4953 test -z "$as_dir" && as_dir=.
4954 for ac_exec_ext in '' $ac_executable_extensions; do
4955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4956 ac_cv_prog_PKG_CONFIG="$ac_prog"
4957 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4958 break 2
4960 done
4961 done
4962 IFS=$as_save_IFS
4966 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4967 if test -n "$PKG_CONFIG"; then
4968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4969 $as_echo "$PKG_CONFIG" >&6; }
4970 else
4971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4972 $as_echo "no" >&6; }
4976 test -n "$PKG_CONFIG" && break
4977 done
4978 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4980 for ac_prog in rsvg
4982 # Extract the first word of "$ac_prog", so it can be a program name with args.
4983 set dummy $ac_prog; ac_word=$2
4984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4985 $as_echo_n "checking for $ac_word... " >&6; }
4986 if test "${ac_cv_prog_RSVG+set}" = set; then :
4987 $as_echo_n "(cached) " >&6
4988 else
4989 if test -n "$RSVG"; then
4990 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4991 else
4992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4993 for as_dir in $PATH
4995 IFS=$as_save_IFS
4996 test -z "$as_dir" && as_dir=.
4997 for ac_exec_ext in '' $ac_executable_extensions; do
4998 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4999 ac_cv_prog_RSVG="$ac_prog"
5000 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5001 break 2
5003 done
5004 done
5005 IFS=$as_save_IFS
5009 RSVG=$ac_cv_prog_RSVG
5010 if test -n "$RSVG"; then
5011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5012 $as_echo "$RSVG" >&6; }
5013 else
5014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5015 $as_echo "no" >&6; }
5019 test -n "$RSVG" && break
5020 done
5021 test -n "$RSVG" || RSVG="false"
5023 for ac_prog in icotool
5025 # Extract the first word of "$ac_prog", so it can be a program name with args.
5026 set dummy $ac_prog; ac_word=$2
5027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5028 $as_echo_n "checking for $ac_word... " >&6; }
5029 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5030 $as_echo_n "(cached) " >&6
5031 else
5032 if test -n "$ICOTOOL"; then
5033 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5034 else
5035 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5036 for as_dir in $PATH
5038 IFS=$as_save_IFS
5039 test -z "$as_dir" && as_dir=.
5040 for ac_exec_ext in '' $ac_executable_extensions; do
5041 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5042 ac_cv_prog_ICOTOOL="$ac_prog"
5043 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5044 break 2
5046 done
5047 done
5048 IFS=$as_save_IFS
5052 ICOTOOL=$ac_cv_prog_ICOTOOL
5053 if test -n "$ICOTOOL"; then
5054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5055 $as_echo "$ICOTOOL" >&6; }
5056 else
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5058 $as_echo "no" >&6; }
5062 test -n "$ICOTOOL" && break
5063 done
5064 test -n "$ICOTOOL" || ICOTOOL="false"
5067 if test "${enable_maintainer_mode+set}" = set
5068 then
5069 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5070 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5071 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5074 case $host_cpu in
5075 *i[3456789]86*)
5076 # Extract the first word of "prelink", so it can be a program name with args.
5077 set dummy prelink; ac_word=$2
5078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5079 $as_echo_n "checking for $ac_word... " >&6; }
5080 if test "${ac_cv_path_PRELINK+set}" = set; then :
5081 $as_echo_n "(cached) " >&6
5082 else
5083 case $PRELINK in
5084 [\\/]* | ?:[\\/]*)
5085 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5088 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5089 for as_dir in /sbin /usr/sbin $PATH
5091 IFS=$as_save_IFS
5092 test -z "$as_dir" && as_dir=.
5093 for ac_exec_ext in '' $ac_executable_extensions; do
5094 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5095 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5096 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5097 break 2
5099 done
5100 done
5101 IFS=$as_save_IFS
5103 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5105 esac
5107 PRELINK=$ac_cv_path_PRELINK
5108 if test -n "$PRELINK"; then
5109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5110 $as_echo "$PRELINK" >&6; }
5111 else
5112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5113 $as_echo "no" >&6; }
5118 esac
5121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5122 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5123 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5124 $as_echo_n "(cached) " >&6
5125 else
5126 ac_check_lib_save_LIBS=$LIBS
5127 LIBS="-li386 $LIBS"
5128 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5129 /* end confdefs.h. */
5131 /* Override any GCC internal prototype to avoid an error.
5132 Use char because int might match the return type of a GCC
5133 builtin and then its argument prototype would still apply. */
5134 #ifdef __cplusplus
5135 extern "C"
5136 #endif
5137 char i386_set_ldt ();
5139 main ()
5141 return i386_set_ldt ();
5143 return 0;
5145 _ACEOF
5146 if ac_fn_c_try_link "$LINENO"; then :
5147 ac_cv_lib_i386_i386_set_ldt=yes
5148 else
5149 ac_cv_lib_i386_i386_set_ldt=no
5151 rm -f core conftest.err conftest.$ac_objext \
5152 conftest$ac_exeext conftest.$ac_ext
5153 LIBS=$ac_check_lib_save_LIBS
5155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5156 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5157 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5158 cat >>confdefs.h <<_ACEOF
5159 #define HAVE_LIBI386 1
5160 _ACEOF
5162 LIBS="-li386 $LIBS"
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5167 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5168 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5169 $as_echo_n "(cached) " >&6
5170 else
5171 ac_check_lib_save_LIBS=$LIBS
5172 LIBS="-lossaudio $LIBS"
5173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5174 /* end confdefs.h. */
5176 /* Override any GCC internal prototype to avoid an error.
5177 Use char because int might match the return type of a GCC
5178 builtin and then its argument prototype would still apply. */
5179 #ifdef __cplusplus
5180 extern "C"
5181 #endif
5182 char _oss_ioctl ();
5184 main ()
5186 return _oss_ioctl ();
5188 return 0;
5190 _ACEOF
5191 if ac_fn_c_try_link "$LINENO"; then :
5192 ac_cv_lib_ossaudio__oss_ioctl=yes
5193 else
5194 ac_cv_lib_ossaudio__oss_ioctl=no
5196 rm -f core conftest.err conftest.$ac_objext \
5197 conftest$ac_exeext conftest.$ac_ext
5198 LIBS=$ac_check_lib_save_LIBS
5200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5201 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5202 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5203 cat >>confdefs.h <<_ACEOF
5204 #define HAVE_LIBOSSAUDIO 1
5205 _ACEOF
5207 LIBS="-lossaudio $LIBS"
5212 XLIB=""
5214 OPENGL_LIBS=""
5218 # Check whether --enable-largefile was given.
5219 if test "${enable_largefile+set}" = set; then :
5220 enableval=$enable_largefile;
5223 if test "$enable_largefile" != no; then
5225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5226 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5227 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5228 $as_echo_n "(cached) " >&6
5229 else
5230 ac_cv_sys_largefile_CC=no
5231 if test "$GCC" != yes; then
5232 ac_save_CC=$CC
5233 while :; do
5234 # IRIX 6.2 and later do not support large files by default,
5235 # so use the C compiler's -n32 option if that helps.
5236 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5237 /* end confdefs.h. */
5238 #include <sys/types.h>
5239 /* Check that off_t can represent 2**63 - 1 correctly.
5240 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5241 since some C++ compilers masquerading as C compilers
5242 incorrectly reject 9223372036854775807. */
5243 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5244 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5245 && LARGE_OFF_T % 2147483647 == 1)
5246 ? 1 : -1];
5248 main ()
5252 return 0;
5254 _ACEOF
5255 if ac_fn_c_try_compile "$LINENO"; then :
5256 break
5258 rm -f core conftest.err conftest.$ac_objext
5259 CC="$CC -n32"
5260 if ac_fn_c_try_compile "$LINENO"; then :
5261 ac_cv_sys_largefile_CC=' -n32'; break
5263 rm -f core conftest.err conftest.$ac_objext
5264 break
5265 done
5266 CC=$ac_save_CC
5267 rm -f conftest.$ac_ext
5270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5271 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5272 if test "$ac_cv_sys_largefile_CC" != no; then
5273 CC=$CC$ac_cv_sys_largefile_CC
5276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5277 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5278 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5279 $as_echo_n "(cached) " >&6
5280 else
5281 while :; do
5282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5283 /* end confdefs.h. */
5284 #include <sys/types.h>
5285 /* Check that off_t can represent 2**63 - 1 correctly.
5286 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5287 since some C++ compilers masquerading as C compilers
5288 incorrectly reject 9223372036854775807. */
5289 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5290 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5291 && LARGE_OFF_T % 2147483647 == 1)
5292 ? 1 : -1];
5294 main ()
5298 return 0;
5300 _ACEOF
5301 if ac_fn_c_try_compile "$LINENO"; then :
5302 ac_cv_sys_file_offset_bits=no; break
5304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5306 /* end confdefs.h. */
5307 #define _FILE_OFFSET_BITS 64
5308 #include <sys/types.h>
5309 /* Check that off_t can represent 2**63 - 1 correctly.
5310 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5311 since some C++ compilers masquerading as C compilers
5312 incorrectly reject 9223372036854775807. */
5313 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5314 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5315 && LARGE_OFF_T % 2147483647 == 1)
5316 ? 1 : -1];
5318 main ()
5322 return 0;
5324 _ACEOF
5325 if ac_fn_c_try_compile "$LINENO"; then :
5326 ac_cv_sys_file_offset_bits=64; break
5328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5329 ac_cv_sys_file_offset_bits=unknown
5330 break
5331 done
5333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5334 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5335 case $ac_cv_sys_file_offset_bits in #(
5336 no | unknown) ;;
5338 cat >>confdefs.h <<_ACEOF
5339 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5340 _ACEOF
5342 esac
5343 rm -rf conftest*
5344 if test $ac_cv_sys_file_offset_bits = unknown; then
5345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5346 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5347 if test "${ac_cv_sys_large_files+set}" = set; then :
5348 $as_echo_n "(cached) " >&6
5349 else
5350 while :; do
5351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5352 /* end confdefs.h. */
5353 #include <sys/types.h>
5354 /* Check that off_t can represent 2**63 - 1 correctly.
5355 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5356 since some C++ compilers masquerading as C compilers
5357 incorrectly reject 9223372036854775807. */
5358 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5359 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5360 && LARGE_OFF_T % 2147483647 == 1)
5361 ? 1 : -1];
5363 main ()
5367 return 0;
5369 _ACEOF
5370 if ac_fn_c_try_compile "$LINENO"; then :
5371 ac_cv_sys_large_files=no; break
5373 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5375 /* end confdefs.h. */
5376 #define _LARGE_FILES 1
5377 #include <sys/types.h>
5378 /* Check that off_t can represent 2**63 - 1 correctly.
5379 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5380 since some C++ compilers masquerading as C compilers
5381 incorrectly reject 9223372036854775807. */
5382 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5383 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5384 && LARGE_OFF_T % 2147483647 == 1)
5385 ? 1 : -1];
5387 main ()
5391 return 0;
5393 _ACEOF
5394 if ac_fn_c_try_compile "$LINENO"; then :
5395 ac_cv_sys_large_files=1; break
5397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5398 ac_cv_sys_large_files=unknown
5399 break
5400 done
5402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5403 $as_echo "$ac_cv_sys_large_files" >&6; }
5404 case $ac_cv_sys_large_files in #(
5405 no | unknown) ;;
5407 cat >>confdefs.h <<_ACEOF
5408 #define _LARGE_FILES $ac_cv_sys_large_files
5409 _ACEOF
5411 esac
5412 rm -rf conftest*
5417 ac_ext=c
5418 ac_cpp='$CPP $CPPFLAGS'
5419 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5420 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5421 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5423 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5424 # On Suns, sometimes $CPP names a directory.
5425 if test -n "$CPP" && test -d "$CPP"; then
5426 CPP=
5428 if test -z "$CPP"; then
5429 if test "${ac_cv_prog_CPP+set}" = set; then :
5430 $as_echo_n "(cached) " >&6
5431 else
5432 # Double quotes because CPP needs to be expanded
5433 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5435 ac_preproc_ok=false
5436 for ac_c_preproc_warn_flag in '' yes
5438 # Use a header file that comes with gcc, so configuring glibc
5439 # with a fresh cross-compiler works.
5440 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5441 # <limits.h> exists even on freestanding compilers.
5442 # On the NeXT, cc -E runs the code through the compiler's parser,
5443 # not just through cpp. "Syntax error" is here to catch this case.
5444 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5445 /* end confdefs.h. */
5446 #ifdef __STDC__
5447 # include <limits.h>
5448 #else
5449 # include <assert.h>
5450 #endif
5451 Syntax error
5452 _ACEOF
5453 if ac_fn_c_try_cpp "$LINENO"; then :
5455 else
5456 # Broken: fails on valid input.
5457 continue
5459 rm -f conftest.err conftest.$ac_ext
5461 # OK, works on sane cases. Now check whether nonexistent headers
5462 # can be detected and how.
5463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464 /* end confdefs.h. */
5465 #include <ac_nonexistent.h>
5466 _ACEOF
5467 if ac_fn_c_try_cpp "$LINENO"; then :
5468 # Broken: success on invalid input.
5469 continue
5470 else
5471 # Passes both tests.
5472 ac_preproc_ok=:
5473 break
5475 rm -f conftest.err conftest.$ac_ext
5477 done
5478 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5479 rm -f conftest.err conftest.$ac_ext
5480 if $ac_preproc_ok; then :
5481 break
5484 done
5485 ac_cv_prog_CPP=$CPP
5488 CPP=$ac_cv_prog_CPP
5489 else
5490 ac_cv_prog_CPP=$CPP
5492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5493 $as_echo "$CPP" >&6; }
5494 ac_preproc_ok=false
5495 for ac_c_preproc_warn_flag in '' yes
5497 # Use a header file that comes with gcc, so configuring glibc
5498 # with a fresh cross-compiler works.
5499 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5500 # <limits.h> exists even on freestanding compilers.
5501 # On the NeXT, cc -E runs the code through the compiler's parser,
5502 # not just through cpp. "Syntax error" is here to catch this case.
5503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5504 /* end confdefs.h. */
5505 #ifdef __STDC__
5506 # include <limits.h>
5507 #else
5508 # include <assert.h>
5509 #endif
5510 Syntax error
5511 _ACEOF
5512 if ac_fn_c_try_cpp "$LINENO"; then :
5514 else
5515 # Broken: fails on valid input.
5516 continue
5518 rm -f conftest.err conftest.$ac_ext
5520 # OK, works on sane cases. Now check whether nonexistent headers
5521 # can be detected and how.
5522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5523 /* end confdefs.h. */
5524 #include <ac_nonexistent.h>
5525 _ACEOF
5526 if ac_fn_c_try_cpp "$LINENO"; then :
5527 # Broken: success on invalid input.
5528 continue
5529 else
5530 # Passes both tests.
5531 ac_preproc_ok=:
5532 break
5534 rm -f conftest.err conftest.$ac_ext
5536 done
5537 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5538 rm -f conftest.err conftest.$ac_ext
5539 if $ac_preproc_ok; then :
5541 else
5542 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5543 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5544 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5545 See \`config.log' for more details." "$LINENO" 5; }
5548 ac_ext=c
5549 ac_cpp='$CPP $CPPFLAGS'
5550 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5551 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5552 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5556 $as_echo_n "checking for ANSI C header files... " >&6; }
5557 if test "${ac_cv_header_stdc+set}" = set; then :
5558 $as_echo_n "(cached) " >&6
5559 else
5560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5561 /* end confdefs.h. */
5562 #include <stdlib.h>
5563 #include <stdarg.h>
5564 #include <string.h>
5565 #include <float.h>
5568 main ()
5572 return 0;
5574 _ACEOF
5575 if ac_fn_c_try_compile "$LINENO"; then :
5576 ac_cv_header_stdc=yes
5577 else
5578 ac_cv_header_stdc=no
5580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5582 if test $ac_cv_header_stdc = yes; then
5583 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5585 /* end confdefs.h. */
5586 #include <string.h>
5588 _ACEOF
5589 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5590 $EGREP "memchr" >/dev/null 2>&1; then :
5592 else
5593 ac_cv_header_stdc=no
5595 rm -f conftest*
5599 if test $ac_cv_header_stdc = yes; then
5600 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5602 /* end confdefs.h. */
5603 #include <stdlib.h>
5605 _ACEOF
5606 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5607 $EGREP "free" >/dev/null 2>&1; then :
5609 else
5610 ac_cv_header_stdc=no
5612 rm -f conftest*
5616 if test $ac_cv_header_stdc = yes; then
5617 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5618 if test "$cross_compiling" = yes; then :
5620 else
5621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5622 /* end confdefs.h. */
5623 #include <ctype.h>
5624 #include <stdlib.h>
5625 #if ((' ' & 0x0FF) == 0x020)
5626 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5627 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5628 #else
5629 # define ISLOWER(c) \
5630 (('a' <= (c) && (c) <= 'i') \
5631 || ('j' <= (c) && (c) <= 'r') \
5632 || ('s' <= (c) && (c) <= 'z'))
5633 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5634 #endif
5636 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5638 main ()
5640 int i;
5641 for (i = 0; i < 256; i++)
5642 if (XOR (islower (i), ISLOWER (i))
5643 || toupper (i) != TOUPPER (i))
5644 return 2;
5645 return 0;
5647 _ACEOF
5648 if ac_fn_c_try_run "$LINENO"; then :
5650 else
5651 ac_cv_header_stdc=no
5653 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5654 conftest.$ac_objext conftest.beam conftest.$ac_ext
5659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5660 $as_echo "$ac_cv_header_stdc" >&6; }
5661 if test $ac_cv_header_stdc = yes; then
5663 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5667 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5668 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5669 inttypes.h stdint.h unistd.h
5670 do :
5671 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5672 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5674 eval as_val=\$$as_ac_Header
5675 if test "x$as_val" = x""yes; then :
5676 cat >>confdefs.h <<_ACEOF
5677 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5678 _ACEOF
5682 done
5685 for ac_header in \
5686 AL/al.h \
5687 AudioUnit/AudioUnit.h \
5688 Carbon/Carbon.h \
5689 CoreAudio/CoreAudio.h \
5690 DiskArbitration/DiskArbitration.h \
5691 IOKit/IOKitLib.h \
5692 IOKit/hid/IOHIDLib.h \
5693 OpenAL/al.h \
5694 alias.h \
5695 alsa/asoundlib.h \
5696 arpa/inet.h \
5697 arpa/nameser.h \
5698 asm/types.h \
5699 capi20.h \
5700 curses.h \
5701 direct.h \
5702 dirent.h \
5703 dlfcn.h \
5704 elf.h \
5705 float.h \
5706 fnmatch.h \
5707 fontconfig/fontconfig.h \
5708 getopt.h \
5709 grp.h \
5710 gsm.h \
5711 gsm/gsm.h \
5712 ieeefp.h \
5713 inet/mib2.h \
5714 io.h \
5715 jack/jack.h \
5716 jpeglib.h \
5717 kstat.h \
5718 lber.h \
5719 lcms.h \
5720 lcms/lcms.h \
5721 ldap.h \
5722 libaudioio.h \
5723 link.h \
5724 linux/cdrom.h \
5725 linux/compiler.h \
5726 linux/hdreg.h \
5727 linux/input.h \
5728 linux/ioctl.h \
5729 linux/joystick.h \
5730 linux/major.h \
5731 linux/param.h \
5732 linux/serial.h \
5733 linux/types.h \
5734 linux/ucdrom.h \
5735 mach-o/nlist.h \
5736 mach/mach.h \
5737 mach/machine.h \
5738 machine/cpu.h \
5739 machine/limits.h \
5740 machine/soundcard.h \
5741 mntent.h \
5742 mpg123.h \
5743 ncurses.h \
5744 netdb.h \
5745 netinet/in.h \
5746 netinet/in_systm.h \
5747 netinet/tcp.h \
5748 netinet/tcp_fsm.h \
5749 openssl/err.h \
5750 openssl/ssl.h \
5751 png.h \
5752 poll.h \
5753 port.h \
5754 process.h \
5755 pthread.h \
5756 pwd.h \
5757 regex.h \
5758 sched.h \
5759 scsi/scsi.h \
5760 scsi/scsi_ioctl.h \
5761 scsi/sg.h \
5762 soundcard.h \
5763 stdbool.h \
5764 stdint.h \
5765 strings.h \
5766 stropts.h \
5767 sys/asoundlib.h \
5768 sys/cdio.h \
5769 sys/elf32.h \
5770 sys/epoll.h \
5771 sys/errno.h \
5772 sys/event.h \
5773 sys/exec_elf.h \
5774 sys/filio.h \
5775 sys/inotify.h \
5776 sys/ioctl.h \
5777 sys/ipc.h \
5778 sys/limits.h \
5779 sys/link.h \
5780 sys/mman.h \
5781 sys/modem.h \
5782 sys/msg.h \
5783 sys/mtio.h \
5784 sys/param.h \
5785 sys/poll.h \
5786 sys/prctl.h \
5787 sys/protosw.h \
5788 sys/ptrace.h \
5789 sys/resource.h \
5790 sys/scsiio.h \
5791 sys/shm.h \
5792 sys/signal.h \
5793 sys/socket.h \
5794 sys/socketvar.h \
5795 sys/sockio.h \
5796 sys/soundcard.h \
5797 sys/statvfs.h \
5798 sys/strtio.h \
5799 sys/syscall.h \
5800 sys/tihdr.h \
5801 sys/time.h \
5802 sys/timeout.h \
5803 sys/times.h \
5804 sys/uio.h \
5805 sys/un.h \
5806 sys/utsname.h \
5807 sys/vm86.h \
5808 sys/wait.h \
5809 syscall.h \
5810 termios.h \
5811 unistd.h \
5812 utime.h \
5813 valgrind/memcheck.h \
5814 valgrind/valgrind.h \
5815 zlib.h
5817 do :
5818 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5819 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5820 eval as_val=\$$as_ac_Header
5821 if test "x$as_val" = x""yes; then :
5822 cat >>confdefs.h <<_ACEOF
5823 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5824 _ACEOF
5828 done
5830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5831 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5832 if test "${ac_cv_header_stat_broken+set}" = set; then :
5833 $as_echo_n "(cached) " >&6
5834 else
5835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5836 /* end confdefs.h. */
5837 #include <sys/types.h>
5838 #include <sys/stat.h>
5840 #if defined S_ISBLK && defined S_IFDIR
5841 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5842 #endif
5844 #if defined S_ISBLK && defined S_IFCHR
5845 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5846 #endif
5848 #if defined S_ISLNK && defined S_IFREG
5849 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5850 #endif
5852 #if defined S_ISSOCK && defined S_IFREG
5853 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5854 #endif
5856 _ACEOF
5857 if ac_fn_c_try_compile "$LINENO"; then :
5858 ac_cv_header_stat_broken=no
5859 else
5860 ac_cv_header_stat_broken=yes
5862 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5865 $as_echo "$ac_cv_header_stat_broken" >&6; }
5866 if test $ac_cv_header_stat_broken = yes; then
5868 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5874 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5875 do :
5876 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5877 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5878 #ifdef HAVE_SYS_PARAM_H
5879 # include <sys/param.h>
5880 #endif
5882 eval as_val=\$$as_ac_Header
5883 if test "x$as_val" = x""yes; then :
5884 cat >>confdefs.h <<_ACEOF
5885 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5886 _ACEOF
5890 done
5893 for ac_header in \
5894 netinet/ip.h \
5895 net/if.h \
5896 net/if_arp.h \
5897 net/if_dl.h \
5898 net/if_types.h \
5899 net/route.h \
5900 netinet/if_ether.h \
5901 netinet/if_inarp.h \
5902 netinet/in_pcb.h \
5903 netinet/ip_icmp.h \
5904 netinet/ip_var.h \
5905 netinet/udp.h \
5906 netipx/ipx.h \
5908 do :
5909 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5910 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5911 #ifdef HAVE_SYS_SOCKET_H
5912 # include <sys/socket.h>
5913 #endif
5914 #ifdef HAVE_SYS_SOCKETVAR_H
5915 # include <sys/socketvar.h>
5916 #endif
5917 #ifdef HAVE_NET_ROUTE_H
5918 # include <net/route.h>
5919 #endif
5920 #ifdef HAVE_NETINET_IN_H
5921 # include <netinet/in.h>
5922 #endif
5923 #ifdef HAVE_NETINET_IN_SYSTM_H
5924 # include <netinet/in_systm.h>
5925 #endif
5926 #ifdef HAVE_NET_IF_H
5927 # include <net/if.h>
5928 #endif
5929 #ifdef HAVE_NETINET_IP_H
5930 # include <netinet/ip.h>
5931 #endif
5933 eval as_val=\$$as_ac_Header
5934 if test "x$as_val" = x""yes; then :
5935 cat >>confdefs.h <<_ACEOF
5936 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5937 _ACEOF
5941 done
5944 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5945 do :
5946 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5947 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5948 #ifdef HAVE_ALIAS_H
5949 # include <alias.h>
5950 #endif
5951 #ifdef HAVE_SYS_SOCKET_H
5952 # include <sys/socket.h>
5953 #endif
5954 #ifdef HAVE_SYS_SOCKETVAR_H
5955 # include <sys/socketvar.h>
5956 #endif
5957 #ifdef HAVE_SYS_TIMEOUT_H
5958 # include <sys/timeout.h>
5959 #endif
5960 #ifdef HAVE_NETINET_IN_H
5961 # include <netinet/in.h>
5962 #endif
5963 #ifdef HAVE_NETINET_IN_SYSTM_H
5964 # include <netinet/in_systm.h>
5965 #endif
5966 #ifdef HAVE_NETINET_IP_H
5967 # include <netinet/ip.h>
5968 #endif
5969 #ifdef HAVE_NETINET_IP_VAR_H
5970 # include <netinet/ip_var.h>
5971 #endif
5972 #ifdef HAVE_NETINET_IP_ICMP_H
5973 # include <netinet/ip_icmp.h>
5974 #endif
5975 #ifdef HAVE_NETINET_UDP_H
5976 # include <netinet/udp.h>
5977 #endif
5978 #ifdef HAVE_NETINET_TCP_H
5979 # include <netinet/tcp.h>
5980 #endif
5981 #ifdef HAVE_NETINET_TCP_TIMER_H
5982 #include <netinet/tcp_timer.h>
5983 #endif
5985 eval as_val=\$$as_ac_Header
5986 if test "x$as_val" = x""yes; then :
5987 cat >>confdefs.h <<_ACEOF
5988 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5989 _ACEOF
5993 done
5996 for ac_header in linux/ipx.h linux/irda.h
5997 do :
5998 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5999 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6000 #ifdef HAVE_ASM_TYPES_H
6001 # include <asm/types.h>
6002 #endif
6003 #ifdef HAVE_SYS_SOCKET_H
6004 # include <sys/socket.h>
6005 #endif
6006 #ifdef HAVE_LINUX_TYPES_H
6007 # include <linux/types.h>
6008 #endif
6010 eval as_val=\$$as_ac_Header
6011 if test "x$as_val" = x""yes; then :
6012 cat >>confdefs.h <<_ACEOF
6013 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6014 _ACEOF
6018 done
6021 for ac_header in mach-o/dyld_images.h
6022 do :
6023 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6024 # include <stdbool.h>
6025 #endif
6026 #ifdef HAVE_STDINT_H
6027 # include <stdint.h>
6028 #endif
6030 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6031 cat >>confdefs.h <<_ACEOF
6032 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6033 _ACEOF
6037 done
6040 for ac_header in resolv.h
6041 do :
6042 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6043 #ifdef HAVE_SYS_SOCKET_H
6044 # include <sys/socket.h>
6045 #endif
6046 #ifdef HAVE_NETINET_IN_H
6047 # include <netinet/in.h>
6048 #endif
6049 #ifdef HAVE_ARPA_NAMESER_H
6050 # include <arpa/nameser.h>
6051 #endif
6053 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6054 cat >>confdefs.h <<_ACEOF
6055 #define HAVE_RESOLV_H 1
6056 _ACEOF
6060 done
6063 for ac_header in ucontext.h
6064 do :
6065 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6067 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6068 cat >>confdefs.h <<_ACEOF
6069 #define HAVE_UCONTEXT_H 1
6070 _ACEOF
6074 done
6077 for ac_header in sys/thr.h
6078 do :
6079 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6080 #ifdef HAVE_UCONTEXT_H
6081 #include <ucontext.h>
6082 #endif
6084 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6085 cat >>confdefs.h <<_ACEOF
6086 #define HAVE_SYS_THR_H 1
6087 _ACEOF
6091 done
6094 for ac_header in pthread_np.h
6095 do :
6096 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6097 #include <pthread.h>
6098 #endif
6100 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6101 cat >>confdefs.h <<_ACEOF
6102 #define HAVE_PTHREAD_NP_H 1
6103 _ACEOF
6107 done
6110 for ac_header in linux/videodev.h
6111 do :
6112 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6113 #include <sys/time.h>
6114 #endif
6115 #include <sys/types.h>
6116 #ifdef HAVE_ASM_TYPES_H
6117 #include <asm/types.h>
6118 #endif
6120 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6121 cat >>confdefs.h <<_ACEOF
6122 #define HAVE_LINUX_VIDEODEV_H 1
6123 _ACEOF
6127 done
6130 for ac_header in linux/capi.h
6131 do :
6132 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6134 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6135 cat >>confdefs.h <<_ACEOF
6136 #define HAVE_LINUX_CAPI_H 1
6137 _ACEOF
6141 done
6145 DLLEXT=""
6147 DLLFLAGS="-D_REENTRANT"
6149 LDSHARED=""
6151 LDDLLFLAGS=""
6153 LIBEXT="so"
6155 IMPLIBEXT="def"
6157 LDRPATH_INSTALL=""
6159 LDRPATH_LOCAL=""
6161 STATIC_IMPLIBEXT="def.a"
6162 # Extract the first word of "ldd", so it can be a program name with args.
6163 set dummy ldd; ac_word=$2
6164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6165 $as_echo_n "checking for $ac_word... " >&6; }
6166 if test "${ac_cv_path_LDD+set}" = set; then :
6167 $as_echo_n "(cached) " >&6
6168 else
6169 case $LDD in
6170 [\\/]* | ?:[\\/]*)
6171 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6175 as_dummy="/sbin:/usr/sbin:$PATH"
6176 for as_dir in $as_dummy
6178 IFS=$as_save_IFS
6179 test -z "$as_dir" && as_dir=.
6180 for ac_exec_ext in '' $ac_executable_extensions; do
6181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6182 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6184 break 2
6186 done
6187 done
6188 IFS=$as_save_IFS
6190 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6192 esac
6194 LDD=$ac_cv_path_LDD
6195 if test -n "$LDD"; then
6196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6197 $as_echo "$LDD" >&6; }
6198 else
6199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6200 $as_echo "no" >&6; }
6205 case $host_os in
6206 cygwin*|mingw32*)
6207 if test -n "$ac_tool_prefix"; then
6208 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6209 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6211 $as_echo_n "checking for $ac_word... " >&6; }
6212 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6213 $as_echo_n "(cached) " >&6
6214 else
6215 if test -n "$DLLTOOL"; then
6216 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6217 else
6218 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6219 for as_dir in $PATH
6221 IFS=$as_save_IFS
6222 test -z "$as_dir" && as_dir=.
6223 for ac_exec_ext in '' $ac_executable_extensions; do
6224 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6225 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6226 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6227 break 2
6229 done
6230 done
6231 IFS=$as_save_IFS
6235 DLLTOOL=$ac_cv_prog_DLLTOOL
6236 if test -n "$DLLTOOL"; then
6237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6238 $as_echo "$DLLTOOL" >&6; }
6239 else
6240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6241 $as_echo "no" >&6; }
6246 if test -z "$ac_cv_prog_DLLTOOL"; then
6247 ac_ct_DLLTOOL=$DLLTOOL
6248 # Extract the first word of "dlltool", so it can be a program name with args.
6249 set dummy dlltool; ac_word=$2
6250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6251 $as_echo_n "checking for $ac_word... " >&6; }
6252 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6253 $as_echo_n "(cached) " >&6
6254 else
6255 if test -n "$ac_ct_DLLTOOL"; then
6256 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6257 else
6258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6259 for as_dir in $PATH
6261 IFS=$as_save_IFS
6262 test -z "$as_dir" && as_dir=.
6263 for ac_exec_ext in '' $ac_executable_extensions; do
6264 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6265 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6266 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6267 break 2
6269 done
6270 done
6271 IFS=$as_save_IFS
6275 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6276 if test -n "$ac_ct_DLLTOOL"; then
6277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6278 $as_echo "$ac_ct_DLLTOOL" >&6; }
6279 else
6280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6281 $as_echo "no" >&6; }
6284 if test "x$ac_ct_DLLTOOL" = x; then
6285 DLLTOOL="false"
6286 else
6287 case $cross_compiling:$ac_tool_warned in
6288 yes:)
6289 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6290 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6291 ac_tool_warned=yes ;;
6292 esac
6293 DLLTOOL=$ac_ct_DLLTOOL
6295 else
6296 DLLTOOL="$ac_cv_prog_DLLTOOL"
6299 if test -n "$ac_tool_prefix"; then
6300 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6301 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6303 $as_echo_n "checking for $ac_word... " >&6; }
6304 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6305 $as_echo_n "(cached) " >&6
6306 else
6307 if test -n "$DLLWRAP"; then
6308 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6309 else
6310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6311 for as_dir in $PATH
6313 IFS=$as_save_IFS
6314 test -z "$as_dir" && as_dir=.
6315 for ac_exec_ext in '' $ac_executable_extensions; do
6316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6317 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6319 break 2
6321 done
6322 done
6323 IFS=$as_save_IFS
6327 DLLWRAP=$ac_cv_prog_DLLWRAP
6328 if test -n "$DLLWRAP"; then
6329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6330 $as_echo "$DLLWRAP" >&6; }
6331 else
6332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6333 $as_echo "no" >&6; }
6338 if test -z "$ac_cv_prog_DLLWRAP"; then
6339 ac_ct_DLLWRAP=$DLLWRAP
6340 # Extract the first word of "dllwrap", so it can be a program name with args.
6341 set dummy dllwrap; ac_word=$2
6342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6343 $as_echo_n "checking for $ac_word... " >&6; }
6344 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6345 $as_echo_n "(cached) " >&6
6346 else
6347 if test -n "$ac_ct_DLLWRAP"; then
6348 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6349 else
6350 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6351 for as_dir in $PATH
6353 IFS=$as_save_IFS
6354 test -z "$as_dir" && as_dir=.
6355 for ac_exec_ext in '' $ac_executable_extensions; do
6356 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6357 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6358 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6359 break 2
6361 done
6362 done
6363 IFS=$as_save_IFS
6367 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6368 if test -n "$ac_ct_DLLWRAP"; then
6369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6370 $as_echo "$ac_ct_DLLWRAP" >&6; }
6371 else
6372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6373 $as_echo "no" >&6; }
6376 if test "x$ac_ct_DLLWRAP" = x; then
6377 DLLWRAP="false"
6378 else
6379 case $cross_compiling:$ac_tool_warned in
6380 yes:)
6381 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6382 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6383 ac_tool_warned=yes ;;
6384 esac
6385 DLLWRAP=$ac_ct_DLLWRAP
6387 else
6388 DLLWRAP="$ac_cv_prog_DLLWRAP"
6391 if test "$DLLWRAP" = "false"; then
6392 LIBEXT="a"
6393 else
6394 LIBEXT="dll"
6396 IMPLIBEXT="a"
6397 STATIC_IMPLIBEXT="a"
6398 enable_iphlpapi=${enable_iphlpapi:-no}
6399 enable_kernel32=${enable_kernel32:-no}
6400 enable_msvcrt=${enable_msvcrt:-no}
6401 enable_ntdll=${enable_ntdll:-no}
6402 enable_ws2_32=${enable_ws2_32:-no}
6403 enable_loader=${enable_loader:-no}
6404 enable_server=${enable_server:-no}
6405 with_x=${with_x:-no}
6406 with_pthread=${with_pthread:-no}
6408 darwin*|macosx*)
6409 DLLEXT=".so"
6410 LIBEXT="dylib"
6411 DLLFLAGS="$DLLFLAGS -fPIC"
6412 LDDLLFLAGS="-bundle -multiply_defined suppress"
6413 LIBWINE_LDFLAGS="-multiply_defined suppress"
6414 LDSHARED="\$(CC) -dynamiclib"
6415 STRIP="$STRIP -x"
6416 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6417 SECURITYLIB="-framework Security -framework CoreFoundation"
6419 COREFOUNDATIONLIB="-framework CoreFoundation"
6421 IOKITLIB="-framework IOKit -framework CoreFoundation"
6423 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6425 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6426 then
6427 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6430 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6431 then
6432 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6435 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6436 then
6437 LIBOPENAL="-framework OpenAL"
6439 ac_cv_lib_openal_alGetSource3i=yes
6441 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6442 then
6443 ac_save_LIBS="$LIBS"
6444 LIBS="$LIBS $IOKITLIB"
6445 for ac_func in IOHIDManagerCreate
6446 do :
6447 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6448 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6449 cat >>confdefs.h <<_ACEOF
6450 #define HAVE_IOHIDMANAGERCREATE 1
6451 _ACEOF
6454 done
6456 LIBS="$ac_save_LIBS"
6458 case $host_cpu in
6459 *powerpc*)
6460 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6461 esac
6462 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6463 then
6464 CARBONLIB="-framework Carbon"
6466 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6468 if test "x$enable_win16" = "xyes"
6469 then
6470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6471 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6472 if test "$cross_compiling" = yes; then :
6473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6474 $as_echo "cross-compiling, assuming yes" >&6; }
6475 else
6476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6477 /* end confdefs.h. */
6478 asm(".text\n"
6479 "bad:\tnop;nop\n"
6480 "good:\tnop;nop\n\t"
6481 ".globl _testfunc\n"
6482 "_testfunc:\tcallw good");
6483 extern void testfunc();
6485 main ()
6487 unsigned short *p = (unsigned short *)testfunc;
6488 return p[0] != 0xe866 || p[1] != 0xfffa
6490 return 0;
6492 _ACEOF
6493 if ac_fn_c_try_run "$LINENO"; then :
6494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6495 $as_echo "yes" >&6; }
6496 else
6497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6498 $as_echo "no" >&6; }
6499 as_fn_error "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." "$LINENO" 5
6501 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6502 conftest.$ac_objext conftest.beam conftest.$ac_ext
6508 DLLFLAGS="$DLLFLAGS -fPIC"
6509 DLLEXT=".so"
6510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6511 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6512 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6513 $as_echo_n "(cached) " >&6
6514 else
6515 ac_wine_try_cflags_saved=$CFLAGS
6516 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6518 /* end confdefs.h. */
6519 void myfunc() {}
6520 _ACEOF
6521 if ac_fn_c_try_link "$LINENO"; then :
6522 ac_cv_c_dll_gnuelf="yes"
6523 else
6524 ac_cv_c_dll_gnuelf="no"
6526 rm -f core conftest.err conftest.$ac_objext \
6527 conftest$ac_exeext conftest.$ac_ext
6528 CFLAGS=$ac_wine_try_cflags_saved
6530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6531 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6532 if test "$ac_cv_c_dll_gnuelf" = "yes"
6533 then
6534 LDSHARED="\$(CC) -shared"
6535 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6537 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6538 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6539 $as_echo_n "(cached) " >&6
6540 else
6541 ac_wine_try_cflags_saved=$CFLAGS
6542 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6544 /* end confdefs.h. */
6545 int main(int argc, char *argv) { return 0; }
6546 _ACEOF
6547 if ac_fn_c_try_link "$LINENO"; then :
6548 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6549 else
6550 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6552 rm -f core conftest.err conftest.$ac_objext \
6553 conftest$ac_exeext conftest.$ac_ext
6554 CFLAGS=$ac_wine_try_cflags_saved
6556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6557 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6558 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6559 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6560 else
6561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6562 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6563 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6564 $as_echo_n "(cached) " >&6
6565 else
6566 ac_wine_try_cflags_saved=$CFLAGS
6567 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6569 /* end confdefs.h. */
6570 int main(int argc, char *argv) { return 0; }
6571 _ACEOF
6572 if ac_fn_c_try_link "$LINENO"; then :
6573 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6574 else
6575 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6577 rm -f core conftest.err conftest.$ac_objext \
6578 conftest$ac_exeext conftest.$ac_ext
6579 CFLAGS=$ac_wine_try_cflags_saved
6581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6582 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6583 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6584 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6589 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6590 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6591 $as_echo_n "(cached) " >&6
6592 else
6593 ac_wine_try_cflags_saved=$CFLAGS
6594 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6596 /* end confdefs.h. */
6597 int main(int argc, char *argv) { return 0; }
6598 _ACEOF
6599 if ac_fn_c_try_link "$LINENO"; then :
6600 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6601 else
6602 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6604 rm -f core conftest.err conftest.$ac_objext \
6605 conftest$ac_exeext conftest.$ac_ext
6606 CFLAGS=$ac_wine_try_cflags_saved
6608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6609 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6610 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6611 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
6615 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6616 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6617 $as_echo_n "(cached) " >&6
6618 else
6619 ac_wine_try_cflags_saved=$CFLAGS
6620 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6622 /* end confdefs.h. */
6623 int main(int argc, char *argv) { return 0; }
6624 _ACEOF
6625 if ac_fn_c_try_link "$LINENO"; then :
6626 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6627 else
6628 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6630 rm -f core conftest.err conftest.$ac_objext \
6631 conftest$ac_exeext conftest.$ac_ext
6632 CFLAGS=$ac_wine_try_cflags_saved
6634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6635 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6636 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6637 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6640 echo '{ global: *; };' >conftest.map
6641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6642 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6643 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6644 $as_echo_n "(cached) " >&6
6645 else
6646 ac_wine_try_cflags_saved=$CFLAGS
6647 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6649 /* end confdefs.h. */
6650 int main(int argc, char *argv) { return 0; }
6651 _ACEOF
6652 if ac_fn_c_try_link "$LINENO"; then :
6653 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6654 else
6655 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6657 rm -f core conftest.err conftest.$ac_objext \
6658 conftest$ac_exeext conftest.$ac_ext
6659 CFLAGS=$ac_wine_try_cflags_saved
6661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6662 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6663 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6664 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6666 rm -f conftest.map
6668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6669 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6670 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6671 $as_echo_n "(cached) " >&6
6672 else
6673 ac_wine_try_cflags_saved=$CFLAGS
6674 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6676 /* end confdefs.h. */
6677 int main(int argc, char *argv) { return 0; }
6678 _ACEOF
6679 if ac_fn_c_try_link "$LINENO"; then :
6680 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6681 else
6682 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6684 rm -f core conftest.err conftest.$ac_objext \
6685 conftest$ac_exeext conftest.$ac_ext
6686 CFLAGS=$ac_wine_try_cflags_saved
6688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6689 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6690 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6691 LDEXECFLAGS="-Wl,--export-dynamic"
6695 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6697 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6698 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6699 $as_echo_n "(cached) " >&6
6700 else
6701 ac_wine_try_cflags_saved=$CFLAGS
6702 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6704 /* end confdefs.h. */
6705 int main(int argc, char *argv) { return 0; }
6706 _ACEOF
6707 if ac_fn_c_try_link "$LINENO"; then :
6708 eval "$as_ac_var=yes"
6709 else
6710 eval "$as_ac_var=no"
6712 rm -f core conftest.err conftest.$ac_objext \
6713 conftest$ac_exeext conftest.$ac_ext
6714 CFLAGS=$ac_wine_try_cflags_saved
6716 eval ac_res=\$$as_ac_var
6717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6718 $as_echo "$ac_res" >&6; }
6719 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6720 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6721 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6722 else
6723 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6725 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6726 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6727 $as_echo_n "(cached) " >&6
6728 else
6729 ac_wine_try_cflags_saved=$CFLAGS
6730 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6732 /* end confdefs.h. */
6733 int main(int argc, char *argv) { return 0; }
6734 _ACEOF
6735 if ac_fn_c_try_link "$LINENO"; then :
6736 eval "$as_ac_var=yes"
6737 else
6738 eval "$as_ac_var=no"
6740 rm -f core conftest.err conftest.$ac_objext \
6741 conftest$ac_exeext conftest.$ac_ext
6742 CFLAGS=$ac_wine_try_cflags_saved
6744 eval ac_res=\$$as_ac_var
6745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6746 $as_echo "$ac_res" >&6; }
6747 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6748 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6749 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6754 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6755 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6756 $as_echo_n "(cached) " >&6
6757 else
6758 ac_wine_try_cflags_saved=$CFLAGS
6759 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6761 /* end confdefs.h. */
6762 int main(int argc, char *argv) { return 0; }
6763 _ACEOF
6764 if ac_fn_c_try_link "$LINENO"; then :
6765 ac_cv_cflags__Wl___enable_new_dtags=yes
6766 else
6767 ac_cv_cflags__Wl___enable_new_dtags=no
6769 rm -f core conftest.err conftest.$ac_objext \
6770 conftest$ac_exeext conftest.$ac_ext
6771 CFLAGS=$ac_wine_try_cflags_saved
6773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6774 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6775 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6776 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6779 case $host_cpu in
6780 *i[3456789]86* | x86_64)
6781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6782 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6783 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6784 $as_echo_n "(cached) " >&6
6785 else
6786 ac_wine_try_cflags_saved=$CFLAGS
6787 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6789 /* end confdefs.h. */
6790 int main(int argc, char *argv) { return 0; }
6791 _ACEOF
6792 if ac_fn_c_try_link "$LINENO"; then :
6793 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6794 else
6795 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6797 rm -f core conftest.err conftest.$ac_objext \
6798 conftest$ac_exeext conftest.$ac_ext
6799 CFLAGS=$ac_wine_try_cflags_saved
6801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6802 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6803 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6804 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6807 esac
6809 else
6810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6811 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6812 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6813 $as_echo_n "(cached) " >&6
6814 else
6815 ac_wine_try_cflags_saved=$CFLAGS
6816 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6818 /* end confdefs.h. */
6819 void myfunc() {}
6820 _ACEOF
6821 if ac_fn_c_try_link "$LINENO"; then :
6822 ac_cv_c_dll_unixware="yes"
6823 else
6824 ac_cv_c_dll_unixware="no"
6826 rm -f core conftest.err conftest.$ac_objext \
6827 conftest$ac_exeext conftest.$ac_ext
6828 CFLAGS=$ac_wine_try_cflags_saved
6830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6831 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6832 if test "$ac_cv_c_dll_unixware" = "yes"
6833 then
6834 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6835 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6837 else
6838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6839 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6840 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6841 $as_echo_n "(cached) " >&6
6842 else
6843 ac_wine_try_cflags_saved=$CFLAGS
6844 CFLAGS="$CFLAGS -shared"
6845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6846 /* end confdefs.h. */
6847 void myfunc() {}
6848 _ACEOF
6849 if ac_fn_c_try_link "$LINENO"; then :
6850 ac_cv_c_dll_hpux="yes"
6851 else
6852 ac_cv_c_dll_hpux="no"
6854 rm -f core conftest.err conftest.$ac_objext \
6855 conftest$ac_exeext conftest.$ac_ext
6856 CFLAGS=$ac_wine_try_cflags_saved
6858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6859 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6860 if test "$ac_cv_c_dll_hpux" = "yes"
6861 then
6862 LIBEXT="sl"
6863 DLLEXT=".sl"
6864 LDDLLFLAGS="-shared -fPIC"
6865 LDSHARED="\$(CC) -shared"
6870 esac
6872 enable_winequartz_drv=${enable_winequartz_drv:-no}
6874 if test "$LIBEXT" = "a"; then
6875 as_fn_error "could not find a way to build shared libraries.
6876 It is currently not possible to build Wine without shared library
6877 (.so) support to allow transparent switch between .so and .dll files.
6878 If you are using Linux, you will need a newer binutils.
6879 " "$LINENO" 5
6882 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6883 then
6884 case "$host_cpu" in
6885 i[3456789]86*)
6886 ac_prefix_list="i686-pc-mingw32-gcc i586-pc-mingw32-gcc i486-pc-mingw32-gcc i386-pc-mingw32-gcc i686-mingw32msvc-gcc i586-mingw32msvc-gcc i486-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc " ;;
6887 x86_64)
6888 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
6890 ac_prefix_list="" ;;
6891 esac
6892 for ac_prog in $ac_prefix_list
6894 # Extract the first word of "$ac_prog", so it can be a program name with args.
6895 set dummy $ac_prog; ac_word=$2
6896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6897 $as_echo_n "checking for $ac_word... " >&6; }
6898 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6899 $as_echo_n "(cached) " >&6
6900 else
6901 if test -n "$CROSSCC"; then
6902 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6903 else
6904 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6905 for as_dir in $PATH
6907 IFS=$as_save_IFS
6908 test -z "$as_dir" && as_dir=.
6909 for ac_exec_ext in '' $ac_executable_extensions; do
6910 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6911 ac_cv_prog_CROSSCC="$ac_prog"
6912 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6913 break 2
6915 done
6916 done
6917 IFS=$as_save_IFS
6921 CROSSCC=$ac_cv_prog_CROSSCC
6922 if test -n "$CROSSCC"; then
6923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6924 $as_echo "$CROSSCC" >&6; }
6925 else
6926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6927 $as_echo "no" >&6; }
6931 test -n "$CROSSCC" && break
6932 done
6933 test -n "$CROSSCC" || CROSSCC="false"
6935 if test "$CROSSCC" != "false"
6936 then
6937 CROSSTEST="\$(CROSSTEST)"
6939 set x $CROSSCC
6940 shift
6941 target=""
6942 while test $# -ge 1
6944 case "$1" in
6945 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6946 esac
6947 shift
6948 done
6949 if test -n "$target"
6950 then
6951 CROSSTARGET="$target"
6958 if test "$ac_cv_header_pthread_h" = "yes"
6959 then
6960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
6961 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6962 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
6963 $as_echo_n "(cached) " >&6
6964 else
6965 ac_check_lib_save_LIBS=$LIBS
6966 LIBS="-lpthread $LIBS"
6967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6968 /* end confdefs.h. */
6970 /* Override any GCC internal prototype to avoid an error.
6971 Use char because int might match the return type of a GCC
6972 builtin and then its argument prototype would still apply. */
6973 #ifdef __cplusplus
6974 extern "C"
6975 #endif
6976 char pthread_create ();
6978 main ()
6980 return pthread_create ();
6982 return 0;
6984 _ACEOF
6985 if ac_fn_c_try_link "$LINENO"; then :
6986 ac_cv_lib_pthread_pthread_create=yes
6987 else
6988 ac_cv_lib_pthread_pthread_create=no
6990 rm -f core conftest.err conftest.$ac_objext \
6991 conftest$ac_exeext conftest.$ac_ext
6992 LIBS=$ac_check_lib_save_LIBS
6994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
6995 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
6996 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
6997 LIBPTHREAD="-lpthread"
7002 if test "x$LIBPTHREAD" = "x"; then :
7003 case "x$with_pthread" in
7004 xno) ;;
7005 *) as_fn_error "pthread ${notice_platform}development files not found.
7006 Wine cannot support threads without libpthread.
7007 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7008 esac
7012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7013 $as_echo_n "checking for X... " >&6; }
7016 # Check whether --with-x was given.
7017 if test "${with_x+set}" = set; then :
7018 withval=$with_x;
7021 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7022 if test "x$with_x" = xno; then
7023 # The user explicitly disabled X.
7024 have_x=disabled
7025 else
7026 case $x_includes,$x_libraries in #(
7027 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7028 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7029 $as_echo_n "(cached) " >&6
7030 else
7031 # One or both of the vars are not set, and there is no cached value.
7032 ac_x_includes=no ac_x_libraries=no
7033 rm -f -r conftest.dir
7034 if mkdir conftest.dir; then
7035 cd conftest.dir
7036 cat >Imakefile <<'_ACEOF'
7037 incroot:
7038 @echo incroot='${INCROOT}'
7039 usrlibdir:
7040 @echo usrlibdir='${USRLIBDIR}'
7041 libdir:
7042 @echo libdir='${LIBDIR}'
7043 _ACEOF
7044 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7045 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7046 for ac_var in incroot usrlibdir libdir; do
7047 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7048 done
7049 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7050 for ac_extension in a so sl dylib la dll; do
7051 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7052 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7053 ac_im_usrlibdir=$ac_im_libdir; break
7055 done
7056 # Screen out bogus values from the imake configuration. They are
7057 # bogus both because they are the default anyway, and because
7058 # using them would break gcc on systems where it needs fixed includes.
7059 case $ac_im_incroot in
7060 /usr/include) ac_x_includes= ;;
7061 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7062 esac
7063 case $ac_im_usrlibdir in
7064 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7065 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7066 esac
7068 cd ..
7069 rm -f -r conftest.dir
7072 # Standard set of common directories for X headers.
7073 # Check X11 before X11Rn because it is often a symlink to the current release.
7074 ac_x_header_dirs='
7075 /usr/X11/include
7076 /usr/X11R7/include
7077 /usr/X11R6/include
7078 /usr/X11R5/include
7079 /usr/X11R4/include
7081 /usr/include/X11
7082 /usr/include/X11R7
7083 /usr/include/X11R6
7084 /usr/include/X11R5
7085 /usr/include/X11R4
7087 /usr/local/X11/include
7088 /usr/local/X11R7/include
7089 /usr/local/X11R6/include
7090 /usr/local/X11R5/include
7091 /usr/local/X11R4/include
7093 /usr/local/include/X11
7094 /usr/local/include/X11R7
7095 /usr/local/include/X11R6
7096 /usr/local/include/X11R5
7097 /usr/local/include/X11R4
7099 /usr/X386/include
7100 /usr/x386/include
7101 /usr/XFree86/include/X11
7103 /usr/include
7104 /usr/local/include
7105 /usr/unsupported/include
7106 /usr/athena/include
7107 /usr/local/x11r5/include
7108 /usr/lpp/Xamples/include
7110 /usr/openwin/include
7111 /usr/openwin/share/include'
7113 if test "$ac_x_includes" = no; then
7114 # Guess where to find include files, by looking for Xlib.h.
7115 # First, try using that file with no special directory specified.
7116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7117 /* end confdefs.h. */
7118 #include <X11/Xlib.h>
7119 _ACEOF
7120 if ac_fn_c_try_cpp "$LINENO"; then :
7121 # We can compile using X headers with no special include directory.
7122 ac_x_includes=
7123 else
7124 for ac_dir in $ac_x_header_dirs; do
7125 if test -r "$ac_dir/X11/Xlib.h"; then
7126 ac_x_includes=$ac_dir
7127 break
7129 done
7131 rm -f conftest.err conftest.$ac_ext
7132 fi # $ac_x_includes = no
7134 if test "$ac_x_libraries" = no; then
7135 # Check for the libraries.
7136 # See if we find them without any special options.
7137 # Don't add to $LIBS permanently.
7138 ac_save_LIBS=$LIBS
7139 LIBS="-lX11 $LIBS"
7140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7141 /* end confdefs.h. */
7142 #include <X11/Xlib.h>
7144 main ()
7146 XrmInitialize ()
7148 return 0;
7150 _ACEOF
7151 if ac_fn_c_try_link "$LINENO"; then :
7152 LIBS=$ac_save_LIBS
7153 # We can link X programs with no special library path.
7154 ac_x_libraries=
7155 else
7156 LIBS=$ac_save_LIBS
7157 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7159 # Don't even attempt the hair of trying to link an X program!
7160 for ac_extension in a so sl dylib la dll; do
7161 if test -r "$ac_dir/libX11.$ac_extension"; then
7162 ac_x_libraries=$ac_dir
7163 break 2
7165 done
7166 done
7168 rm -f core conftest.err conftest.$ac_objext \
7169 conftest$ac_exeext conftest.$ac_ext
7170 fi # $ac_x_libraries = no
7172 case $ac_x_includes,$ac_x_libraries in #(
7173 no,* | *,no | *\'*)
7174 # Didn't find X, or a directory has "'" in its name.
7175 ac_cv_have_x="have_x=no";; #(
7177 # Record where we found X for the cache.
7178 ac_cv_have_x="have_x=yes\
7179 ac_x_includes='$ac_x_includes'\
7180 ac_x_libraries='$ac_x_libraries'"
7181 esac
7183 ;; #(
7184 *) have_x=yes;;
7185 esac
7186 eval "$ac_cv_have_x"
7187 fi # $with_x != no
7189 if test "$have_x" != yes; then
7190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7191 $as_echo "$have_x" >&6; }
7192 no_x=yes
7193 else
7194 # If each of the values was on the command line, it overrides each guess.
7195 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7196 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7197 # Update the cache value to reflect the command line values.
7198 ac_cv_have_x="have_x=yes\
7199 ac_x_includes='$x_includes'\
7200 ac_x_libraries='$x_libraries'"
7201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7202 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7205 if test "$no_x" = yes; then
7206 # Not all programs may use this symbol, but it does not hurt to define it.
7208 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7210 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7211 else
7212 if test -n "$x_includes"; then
7213 X_CFLAGS="$X_CFLAGS -I$x_includes"
7216 # It would also be nice to do this for all -L options, not just this one.
7217 if test -n "$x_libraries"; then
7218 X_LIBS="$X_LIBS -L$x_libraries"
7219 # For Solaris; some versions of Sun CC require a space after -R and
7220 # others require no space. Words are not sufficient . . . .
7221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7222 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7223 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7224 ac_xsave_c_werror_flag=$ac_c_werror_flag
7225 ac_c_werror_flag=yes
7226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7227 /* end confdefs.h. */
7230 main ()
7234 return 0;
7236 _ACEOF
7237 if ac_fn_c_try_link "$LINENO"; then :
7238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7239 $as_echo "no" >&6; }
7240 X_LIBS="$X_LIBS -R$x_libraries"
7241 else
7242 LIBS="$ac_xsave_LIBS -R $x_libraries"
7243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7244 /* end confdefs.h. */
7247 main ()
7251 return 0;
7253 _ACEOF
7254 if ac_fn_c_try_link "$LINENO"; then :
7255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7256 $as_echo "yes" >&6; }
7257 X_LIBS="$X_LIBS -R $x_libraries"
7258 else
7259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7260 $as_echo "neither works" >&6; }
7262 rm -f core conftest.err conftest.$ac_objext \
7263 conftest$ac_exeext conftest.$ac_ext
7265 rm -f core conftest.err conftest.$ac_objext \
7266 conftest$ac_exeext conftest.$ac_ext
7267 ac_c_werror_flag=$ac_xsave_c_werror_flag
7268 LIBS=$ac_xsave_LIBS
7271 # Check for system-dependent libraries X programs must link with.
7272 # Do this before checking for the system-independent R6 libraries
7273 # (-lICE), since we may need -lsocket or whatever for X linking.
7275 if test "$ISC" = yes; then
7276 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7277 else
7278 # Martyn Johnson says this is needed for Ultrix, if the X
7279 # libraries were built with DECnet support. And Karl Berry says
7280 # the Alpha needs dnet_stub (dnet does not exist).
7281 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7283 /* end confdefs.h. */
7285 /* Override any GCC internal prototype to avoid an error.
7286 Use char because int might match the return type of a GCC
7287 builtin and then its argument prototype would still apply. */
7288 #ifdef __cplusplus
7289 extern "C"
7290 #endif
7291 char XOpenDisplay ();
7293 main ()
7295 return XOpenDisplay ();
7297 return 0;
7299 _ACEOF
7300 if ac_fn_c_try_link "$LINENO"; then :
7302 else
7303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7304 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7305 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7306 $as_echo_n "(cached) " >&6
7307 else
7308 ac_check_lib_save_LIBS=$LIBS
7309 LIBS="-ldnet $LIBS"
7310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7311 /* end confdefs.h. */
7313 /* Override any GCC internal prototype to avoid an error.
7314 Use char because int might match the return type of a GCC
7315 builtin and then its argument prototype would still apply. */
7316 #ifdef __cplusplus
7317 extern "C"
7318 #endif
7319 char dnet_ntoa ();
7321 main ()
7323 return dnet_ntoa ();
7325 return 0;
7327 _ACEOF
7328 if ac_fn_c_try_link "$LINENO"; then :
7329 ac_cv_lib_dnet_dnet_ntoa=yes
7330 else
7331 ac_cv_lib_dnet_dnet_ntoa=no
7333 rm -f core conftest.err conftest.$ac_objext \
7334 conftest$ac_exeext conftest.$ac_ext
7335 LIBS=$ac_check_lib_save_LIBS
7337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7338 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7339 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7340 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7343 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7345 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7346 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7347 $as_echo_n "(cached) " >&6
7348 else
7349 ac_check_lib_save_LIBS=$LIBS
7350 LIBS="-ldnet_stub $LIBS"
7351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7352 /* end confdefs.h. */
7354 /* Override any GCC internal prototype to avoid an error.
7355 Use char because int might match the return type of a GCC
7356 builtin and then its argument prototype would still apply. */
7357 #ifdef __cplusplus
7358 extern "C"
7359 #endif
7360 char dnet_ntoa ();
7362 main ()
7364 return dnet_ntoa ();
7366 return 0;
7368 _ACEOF
7369 if ac_fn_c_try_link "$LINENO"; then :
7370 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7371 else
7372 ac_cv_lib_dnet_stub_dnet_ntoa=no
7374 rm -f core conftest.err conftest.$ac_objext \
7375 conftest$ac_exeext conftest.$ac_ext
7376 LIBS=$ac_check_lib_save_LIBS
7378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7379 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7380 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7381 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7386 rm -f core conftest.err conftest.$ac_objext \
7387 conftest$ac_exeext conftest.$ac_ext
7388 LIBS="$ac_xsave_LIBS"
7390 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7391 # to get the SysV transport functions.
7392 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7393 # needs -lnsl.
7394 # The nsl library prevents programs from opening the X display
7395 # on Irix 5.2, according to T.E. Dickey.
7396 # The functions gethostbyname, getservbyname, and inet_addr are
7397 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7398 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7399 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7403 if test $ac_cv_func_gethostbyname = no; then
7404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7405 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7406 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7407 $as_echo_n "(cached) " >&6
7408 else
7409 ac_check_lib_save_LIBS=$LIBS
7410 LIBS="-lnsl $LIBS"
7411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7412 /* end confdefs.h. */
7414 /* Override any GCC internal prototype to avoid an error.
7415 Use char because int might match the return type of a GCC
7416 builtin and then its argument prototype would still apply. */
7417 #ifdef __cplusplus
7418 extern "C"
7419 #endif
7420 char gethostbyname ();
7422 main ()
7424 return gethostbyname ();
7426 return 0;
7428 _ACEOF
7429 if ac_fn_c_try_link "$LINENO"; then :
7430 ac_cv_lib_nsl_gethostbyname=yes
7431 else
7432 ac_cv_lib_nsl_gethostbyname=no
7434 rm -f core conftest.err conftest.$ac_objext \
7435 conftest$ac_exeext conftest.$ac_ext
7436 LIBS=$ac_check_lib_save_LIBS
7438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7439 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7440 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7441 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7444 if test $ac_cv_lib_nsl_gethostbyname = no; then
7445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7446 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7447 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7448 $as_echo_n "(cached) " >&6
7449 else
7450 ac_check_lib_save_LIBS=$LIBS
7451 LIBS="-lbsd $LIBS"
7452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7453 /* end confdefs.h. */
7455 /* Override any GCC internal prototype to avoid an error.
7456 Use char because int might match the return type of a GCC
7457 builtin and then its argument prototype would still apply. */
7458 #ifdef __cplusplus
7459 extern "C"
7460 #endif
7461 char gethostbyname ();
7463 main ()
7465 return gethostbyname ();
7467 return 0;
7469 _ACEOF
7470 if ac_fn_c_try_link "$LINENO"; then :
7471 ac_cv_lib_bsd_gethostbyname=yes
7472 else
7473 ac_cv_lib_bsd_gethostbyname=no
7475 rm -f core conftest.err conftest.$ac_objext \
7476 conftest$ac_exeext conftest.$ac_ext
7477 LIBS=$ac_check_lib_save_LIBS
7479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7480 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7481 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7482 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7488 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7489 # socket/setsockopt and other routines are undefined under SCO ODT
7490 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7491 # on later versions), says Simon Leinen: it contains gethostby*
7492 # variants that don't use the name server (or something). -lsocket
7493 # must be given before -lnsl if both are needed. We assume that
7494 # if connect needs -lnsl, so does gethostbyname.
7495 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7496 if test "x$ac_cv_func_connect" = x""yes; then :
7500 if test $ac_cv_func_connect = no; then
7501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7502 $as_echo_n "checking for connect in -lsocket... " >&6; }
7503 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7504 $as_echo_n "(cached) " >&6
7505 else
7506 ac_check_lib_save_LIBS=$LIBS
7507 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7509 /* end confdefs.h. */
7511 /* Override any GCC internal prototype to avoid an error.
7512 Use char because int might match the return type of a GCC
7513 builtin and then its argument prototype would still apply. */
7514 #ifdef __cplusplus
7515 extern "C"
7516 #endif
7517 char connect ();
7519 main ()
7521 return connect ();
7523 return 0;
7525 _ACEOF
7526 if ac_fn_c_try_link "$LINENO"; then :
7527 ac_cv_lib_socket_connect=yes
7528 else
7529 ac_cv_lib_socket_connect=no
7531 rm -f core conftest.err conftest.$ac_objext \
7532 conftest$ac_exeext conftest.$ac_ext
7533 LIBS=$ac_check_lib_save_LIBS
7535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7536 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7537 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7538 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7543 # Guillermo Gomez says -lposix is necessary on A/UX.
7544 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7545 if test "x$ac_cv_func_remove" = x""yes; then :
7549 if test $ac_cv_func_remove = no; then
7550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7551 $as_echo_n "checking for remove in -lposix... " >&6; }
7552 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7553 $as_echo_n "(cached) " >&6
7554 else
7555 ac_check_lib_save_LIBS=$LIBS
7556 LIBS="-lposix $LIBS"
7557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7558 /* end confdefs.h. */
7560 /* Override any GCC internal prototype to avoid an error.
7561 Use char because int might match the return type of a GCC
7562 builtin and then its argument prototype would still apply. */
7563 #ifdef __cplusplus
7564 extern "C"
7565 #endif
7566 char remove ();
7568 main ()
7570 return remove ();
7572 return 0;
7574 _ACEOF
7575 if ac_fn_c_try_link "$LINENO"; then :
7576 ac_cv_lib_posix_remove=yes
7577 else
7578 ac_cv_lib_posix_remove=no
7580 rm -f core conftest.err conftest.$ac_objext \
7581 conftest$ac_exeext conftest.$ac_ext
7582 LIBS=$ac_check_lib_save_LIBS
7584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7585 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7586 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7587 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7592 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7593 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7594 if test "x$ac_cv_func_shmat" = x""yes; then :
7598 if test $ac_cv_func_shmat = no; then
7599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7600 $as_echo_n "checking for shmat in -lipc... " >&6; }
7601 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7602 $as_echo_n "(cached) " >&6
7603 else
7604 ac_check_lib_save_LIBS=$LIBS
7605 LIBS="-lipc $LIBS"
7606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7607 /* end confdefs.h. */
7609 /* Override any GCC internal prototype to avoid an error.
7610 Use char because int might match the return type of a GCC
7611 builtin and then its argument prototype would still apply. */
7612 #ifdef __cplusplus
7613 extern "C"
7614 #endif
7615 char shmat ();
7617 main ()
7619 return shmat ();
7621 return 0;
7623 _ACEOF
7624 if ac_fn_c_try_link "$LINENO"; then :
7625 ac_cv_lib_ipc_shmat=yes
7626 else
7627 ac_cv_lib_ipc_shmat=no
7629 rm -f core conftest.err conftest.$ac_objext \
7630 conftest$ac_exeext conftest.$ac_ext
7631 LIBS=$ac_check_lib_save_LIBS
7633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7634 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7635 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7636 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7642 # Check for libraries that X11R6 Xt/Xaw programs need.
7643 ac_save_LDFLAGS=$LDFLAGS
7644 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7645 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7646 # check for ICE first), but we must link in the order -lSM -lICE or
7647 # we get undefined symbols. So assume we have SM if we have ICE.
7648 # These have to be linked with before -lX11, unlike the other
7649 # libraries we check for below, so use a different variable.
7650 # John Interrante, Karl Berry
7651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7652 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7653 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7654 $as_echo_n "(cached) " >&6
7655 else
7656 ac_check_lib_save_LIBS=$LIBS
7657 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7659 /* end confdefs.h. */
7661 /* Override any GCC internal prototype to avoid an error.
7662 Use char because int might match the return type of a GCC
7663 builtin and then its argument prototype would still apply. */
7664 #ifdef __cplusplus
7665 extern "C"
7666 #endif
7667 char IceConnectionNumber ();
7669 main ()
7671 return IceConnectionNumber ();
7673 return 0;
7675 _ACEOF
7676 if ac_fn_c_try_link "$LINENO"; then :
7677 ac_cv_lib_ICE_IceConnectionNumber=yes
7678 else
7679 ac_cv_lib_ICE_IceConnectionNumber=no
7681 rm -f core conftest.err conftest.$ac_objext \
7682 conftest$ac_exeext conftest.$ac_ext
7683 LIBS=$ac_check_lib_save_LIBS
7685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7686 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7687 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7688 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7691 LDFLAGS=$ac_save_LDFLAGS
7696 if test "$have_x" = "yes"
7697 then
7698 XLIB="-lX11"
7699 ac_save_CPPFLAGS="$CPPFLAGS"
7700 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7703 $as_echo_n "checking for -lX11... " >&6; }
7704 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7705 $as_echo_n "(cached) " >&6
7706 else
7707 ac_check_soname_save_LIBS=$LIBS
7708 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7710 /* end confdefs.h. */
7712 /* Override any GCC internal prototype to avoid an error.
7713 Use char because int might match the return type of a GCC
7714 builtin and then its argument prototype would still apply. */
7715 #ifdef __cplusplus
7716 extern "C"
7717 #endif
7718 char XCreateWindow ();
7720 main ()
7722 return XCreateWindow ();
7724 return 0;
7726 _ACEOF
7727 if ac_fn_c_try_link "$LINENO"; then :
7728 case "$LIBEXT" in
7729 dll) ;;
7730 dylib) ac_cv_lib_soname_X11=`otool -L conftest$ac_exeext | grep "libX11\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libX11\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7731 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7732 esac
7734 rm -f core conftest.err conftest.$ac_objext \
7735 conftest$ac_exeext conftest.$ac_ext
7736 LIBS=$ac_check_soname_save_LIBS
7738 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7740 $as_echo "not found" >&6; }
7742 else
7743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7744 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7746 cat >>confdefs.h <<_ACEOF
7747 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7748 _ACEOF
7752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7753 $as_echo_n "checking for -lXext... " >&6; }
7754 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7755 $as_echo_n "(cached) " >&6
7756 else
7757 ac_check_soname_save_LIBS=$LIBS
7758 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7760 /* end confdefs.h. */
7762 /* Override any GCC internal prototype to avoid an error.
7763 Use char because int might match the return type of a GCC
7764 builtin and then its argument prototype would still apply. */
7765 #ifdef __cplusplus
7766 extern "C"
7767 #endif
7768 char XextCreateExtension ();
7770 main ()
7772 return XextCreateExtension ();
7774 return 0;
7776 _ACEOF
7777 if ac_fn_c_try_link "$LINENO"; then :
7778 case "$LIBEXT" in
7779 dll) ;;
7780 dylib) ac_cv_lib_soname_Xext=`otool -L conftest$ac_exeext | grep "libXext\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXext\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7781 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7782 esac
7784 rm -f core conftest.err conftest.$ac_objext \
7785 conftest$ac_exeext conftest.$ac_ext
7786 LIBS=$ac_check_soname_save_LIBS
7788 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7790 $as_echo "not found" >&6; }
7792 else
7793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7794 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7796 cat >>confdefs.h <<_ACEOF
7797 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7798 _ACEOF
7800 XLIB="-lXext $XLIB"
7803 for ac_header in X11/Xlib.h \
7804 X11/XKBlib.h \
7805 X11/Xutil.h \
7806 X11/Xcursor/Xcursor.h \
7807 X11/extensions/shape.h \
7808 X11/extensions/XInput.h \
7809 X11/extensions/XShm.h \
7810 X11/extensions/Xcomposite.h \
7811 X11/extensions/Xinerama.h \
7812 X11/extensions/Xrandr.h \
7813 X11/extensions/Xrender.h \
7814 X11/extensions/xf86vmode.h \
7815 X11/extensions/xf86vmproto.h
7816 do :
7817 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7818 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7819 # include <X11/Xlib.h>
7820 #endif
7821 #ifdef HAVE_X11_XUTIL_H
7822 # include <X11/Xutil.h>
7823 #endif
7825 eval as_val=\$$as_ac_Header
7826 if test "x$as_val" = x""yes; then :
7827 cat >>confdefs.h <<_ACEOF
7828 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7829 _ACEOF
7833 done
7836 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7837 then
7838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7839 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7840 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7841 $as_echo_n "(cached) " >&6
7842 else
7843 ac_check_lib_save_LIBS=$LIBS
7844 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7846 /* end confdefs.h. */
7848 /* Override any GCC internal prototype to avoid an error.
7849 Use char because int might match the return type of a GCC
7850 builtin and then its argument prototype would still apply. */
7851 #ifdef __cplusplus
7852 extern "C"
7853 #endif
7854 char XkbQueryExtension ();
7856 main ()
7858 return XkbQueryExtension ();
7860 return 0;
7862 _ACEOF
7863 if ac_fn_c_try_link "$LINENO"; then :
7864 ac_cv_lib_X11_XkbQueryExtension=yes
7865 else
7866 ac_cv_lib_X11_XkbQueryExtension=no
7868 rm -f core conftest.err conftest.$ac_objext \
7869 conftest$ac_exeext conftest.$ac_ext
7870 LIBS=$ac_check_lib_save_LIBS
7872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7873 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7874 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7876 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7882 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7883 then
7884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7885 $as_echo_n "checking for -lXcursor... " >&6; }
7886 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7887 $as_echo_n "(cached) " >&6
7888 else
7889 ac_check_soname_save_LIBS=$LIBS
7890 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7892 /* end confdefs.h. */
7894 /* Override any GCC internal prototype to avoid an error.
7895 Use char because int might match the return type of a GCC
7896 builtin and then its argument prototype would still apply. */
7897 #ifdef __cplusplus
7898 extern "C"
7899 #endif
7900 char XcursorImageLoadCursor ();
7902 main ()
7904 return XcursorImageLoadCursor ();
7906 return 0;
7908 _ACEOF
7909 if ac_fn_c_try_link "$LINENO"; then :
7910 case "$LIBEXT" in
7911 dll) ;;
7912 dylib) ac_cv_lib_soname_Xcursor=`otool -L conftest$ac_exeext | grep "libXcursor\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcursor\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7913 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7914 esac
7916 rm -f core conftest.err conftest.$ac_objext \
7917 conftest$ac_exeext conftest.$ac_ext
7918 LIBS=$ac_check_soname_save_LIBS
7920 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7922 $as_echo "not found" >&6; }
7924 else
7925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7926 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7928 cat >>confdefs.h <<_ACEOF
7929 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7930 _ACEOF
7935 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7936 case "x$with_xcursor" in
7937 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7938 xno) ;;
7939 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7940 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7941 esac
7944 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7945 then
7946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7947 $as_echo_n "checking for -lXi... " >&6; }
7948 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7949 $as_echo_n "(cached) " >&6
7950 else
7951 ac_check_soname_save_LIBS=$LIBS
7952 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7954 /* end confdefs.h. */
7956 /* Override any GCC internal prototype to avoid an error.
7957 Use char because int might match the return type of a GCC
7958 builtin and then its argument prototype would still apply. */
7959 #ifdef __cplusplus
7960 extern "C"
7961 #endif
7962 char XOpenDevice ();
7964 main ()
7966 return XOpenDevice ();
7968 return 0;
7970 _ACEOF
7971 if ac_fn_c_try_link "$LINENO"; then :
7972 case "$LIBEXT" in
7973 dll) ;;
7974 dylib) ac_cv_lib_soname_Xi=`otool -L conftest$ac_exeext | grep "libXi\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXi\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7975 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7976 esac
7978 rm -f core conftest.err conftest.$ac_objext \
7979 conftest$ac_exeext conftest.$ac_ext
7980 LIBS=$ac_check_soname_save_LIBS
7982 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7984 $as_echo "not found" >&6; }
7986 else
7987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
7988 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
7990 cat >>confdefs.h <<_ACEOF
7991 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
7992 _ACEOF
7997 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7998 case "x$with_xinput" in
7999 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8000 xno) ;;
8001 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8002 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8003 esac
8006 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8007 then
8008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8009 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8010 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8011 $as_echo_n "(cached) " >&6
8012 else
8013 ac_check_lib_save_LIBS=$LIBS
8014 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8016 /* end confdefs.h. */
8018 /* Override any GCC internal prototype to avoid an error.
8019 Use char because int might match the return type of a GCC
8020 builtin and then its argument prototype would still apply. */
8021 #ifdef __cplusplus
8022 extern "C"
8023 #endif
8024 char XShmQueryExtension ();
8026 main ()
8028 return XShmQueryExtension ();
8030 return 0;
8032 _ACEOF
8033 if ac_fn_c_try_link "$LINENO"; then :
8034 ac_cv_lib_Xext_XShmQueryExtension=yes
8035 else
8036 ac_cv_lib_Xext_XShmQueryExtension=no
8038 rm -f core conftest.err conftest.$ac_objext \
8039 conftest$ac_exeext conftest.$ac_ext
8040 LIBS=$ac_check_lib_save_LIBS
8042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8043 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8044 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8046 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8051 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8052 case "x$with_xshm" in
8053 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8054 xno) ;;
8055 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8056 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8057 esac
8060 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8061 then
8062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8063 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8064 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8065 $as_echo_n "(cached) " >&6
8066 else
8067 ac_check_lib_save_LIBS=$LIBS
8068 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8070 /* end confdefs.h. */
8072 /* Override any GCC internal prototype to avoid an error.
8073 Use char because int might match the return type of a GCC
8074 builtin and then its argument prototype would still apply. */
8075 #ifdef __cplusplus
8076 extern "C"
8077 #endif
8078 char XShapeQueryExtension ();
8080 main ()
8082 return XShapeQueryExtension ();
8084 return 0;
8086 _ACEOF
8087 if ac_fn_c_try_link "$LINENO"; then :
8088 ac_cv_lib_Xext_XShapeQueryExtension=yes
8089 else
8090 ac_cv_lib_Xext_XShapeQueryExtension=no
8092 rm -f core conftest.err conftest.$ac_objext \
8093 conftest$ac_exeext conftest.$ac_ext
8094 LIBS=$ac_check_lib_save_LIBS
8096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8097 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8098 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8100 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8105 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8106 case "x$with_xshape" in
8107 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8108 xno) ;;
8109 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8110 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8111 esac
8114 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8115 then
8116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8117 $as_echo_n "checking for -lXxf86vm... " >&6; }
8118 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8119 $as_echo_n "(cached) " >&6
8120 else
8121 ac_check_soname_save_LIBS=$LIBS
8122 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8124 /* end confdefs.h. */
8126 /* Override any GCC internal prototype to avoid an error.
8127 Use char because int might match the return type of a GCC
8128 builtin and then its argument prototype would still apply. */
8129 #ifdef __cplusplus
8130 extern "C"
8131 #endif
8132 char XF86VidModeQueryExtension ();
8134 main ()
8136 return XF86VidModeQueryExtension ();
8138 return 0;
8140 _ACEOF
8141 if ac_fn_c_try_link "$LINENO"; then :
8142 case "$LIBEXT" in
8143 dll) ;;
8144 dylib) ac_cv_lib_soname_Xxf86vm=`otool -L conftest$ac_exeext | grep "libXxf86vm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXxf86vm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8145 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8146 esac
8148 rm -f core conftest.err conftest.$ac_objext \
8149 conftest$ac_exeext conftest.$ac_ext
8150 LIBS=$ac_check_soname_save_LIBS
8152 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8154 $as_echo "not found" >&6; }
8156 else
8157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8158 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8160 cat >>confdefs.h <<_ACEOF
8161 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8162 _ACEOF
8167 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8168 case "x$with_xxf86vm" in
8169 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8170 xno) ;;
8171 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8172 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8173 esac
8176 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x" -a "x$ac_cv_lib_soname_Xext" != "x"
8177 then
8178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8179 $as_echo_n "checking for -lXrender... " >&6; }
8180 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8181 $as_echo_n "(cached) " >&6
8182 else
8183 ac_check_soname_save_LIBS=$LIBS
8184 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8185 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8186 /* end confdefs.h. */
8188 /* Override any GCC internal prototype to avoid an error.
8189 Use char because int might match the return type of a GCC
8190 builtin and then its argument prototype would still apply. */
8191 #ifdef __cplusplus
8192 extern "C"
8193 #endif
8194 char XRenderQueryExtension ();
8196 main ()
8198 return XRenderQueryExtension ();
8200 return 0;
8202 _ACEOF
8203 if ac_fn_c_try_link "$LINENO"; then :
8204 case "$LIBEXT" in
8205 dll) ;;
8206 dylib) ac_cv_lib_soname_Xrender=`otool -L conftest$ac_exeext | grep "libXrender\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrender\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8207 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8208 esac
8210 rm -f core conftest.err conftest.$ac_objext \
8211 conftest$ac_exeext conftest.$ac_ext
8212 LIBS=$ac_check_soname_save_LIBS
8214 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8216 $as_echo "not found" >&6; }
8218 else
8219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8220 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8222 cat >>confdefs.h <<_ACEOF
8223 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8224 _ACEOF
8226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8227 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8228 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8229 $as_echo_n "(cached) " >&6
8230 else
8231 ac_check_lib_save_LIBS=$LIBS
8232 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8234 /* end confdefs.h. */
8236 /* Override any GCC internal prototype to avoid an error.
8237 Use char because int might match the return type of a GCC
8238 builtin and then its argument prototype would still apply. */
8239 #ifdef __cplusplus
8240 extern "C"
8241 #endif
8242 char XRenderSetPictureTransform ();
8244 main ()
8246 return XRenderSetPictureTransform ();
8248 return 0;
8250 _ACEOF
8251 if ac_fn_c_try_link "$LINENO"; then :
8252 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8253 else
8254 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8256 rm -f core conftest.err conftest.$ac_objext \
8257 conftest$ac_exeext conftest.$ac_ext
8258 LIBS=$ac_check_lib_save_LIBS
8260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8261 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8262 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8264 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8271 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8272 case "x$with_xrender" in
8273 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8274 xno) ;;
8275 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8276 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8277 esac
8280 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8281 then
8282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8283 /* end confdefs.h. */
8284 #include <X11/Xlib.h>
8285 #include <X11/extensions/Xrandr.h>
8287 main ()
8289 static typeof(XRRSetScreenConfigAndRate) * func;
8291 return 0;
8293 _ACEOF
8294 if ac_fn_c_try_compile "$LINENO"; then :
8295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8296 $as_echo_n "checking for -lXrandr... " >&6; }
8297 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8298 $as_echo_n "(cached) " >&6
8299 else
8300 ac_check_soname_save_LIBS=$LIBS
8301 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8302 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8303 /* end confdefs.h. */
8305 /* Override any GCC internal prototype to avoid an error.
8306 Use char because int might match the return type of a GCC
8307 builtin and then its argument prototype would still apply. */
8308 #ifdef __cplusplus
8309 extern "C"
8310 #endif
8311 char XRRQueryExtension ();
8313 main ()
8315 return XRRQueryExtension ();
8317 return 0;
8319 _ACEOF
8320 if ac_fn_c_try_link "$LINENO"; then :
8321 case "$LIBEXT" in
8322 dll) ;;
8323 dylib) ac_cv_lib_soname_Xrandr=`otool -L conftest$ac_exeext | grep "libXrandr\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrandr\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8324 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8325 esac
8327 rm -f core conftest.err conftest.$ac_objext \
8328 conftest$ac_exeext conftest.$ac_ext
8329 LIBS=$ac_check_soname_save_LIBS
8331 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8333 $as_echo "not found" >&6; }
8335 else
8336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8337 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8339 cat >>confdefs.h <<_ACEOF
8340 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8341 _ACEOF
8346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8348 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8349 case "x$with_xrandr" in
8350 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8351 xno) ;;
8352 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8353 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8354 esac
8357 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8358 then
8359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8360 /* end confdefs.h. */
8361 #include <X11/Xlib.h>
8362 #include <X11/extensions/Xinerama.h>
8364 main ()
8366 static typeof(XineramaQueryScreens) * func;
8368 return 0;
8370 _ACEOF
8371 if ac_fn_c_try_compile "$LINENO"; then :
8372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8373 $as_echo_n "checking for -lXinerama... " >&6; }
8374 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8375 $as_echo_n "(cached) " >&6
8376 else
8377 ac_check_soname_save_LIBS=$LIBS
8378 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8380 /* end confdefs.h. */
8382 /* Override any GCC internal prototype to avoid an error.
8383 Use char because int might match the return type of a GCC
8384 builtin and then its argument prototype would still apply. */
8385 #ifdef __cplusplus
8386 extern "C"
8387 #endif
8388 char XineramaQueryScreens ();
8390 main ()
8392 return XineramaQueryScreens ();
8394 return 0;
8396 _ACEOF
8397 if ac_fn_c_try_link "$LINENO"; then :
8398 case "$LIBEXT" in
8399 dll) ;;
8400 dylib) ac_cv_lib_soname_Xinerama=`otool -L conftest$ac_exeext | grep "libXinerama\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXinerama\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8401 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8402 esac
8404 rm -f core conftest.err conftest.$ac_objext \
8405 conftest$ac_exeext conftest.$ac_ext
8406 LIBS=$ac_check_soname_save_LIBS
8408 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8410 $as_echo "not found" >&6; }
8412 else
8413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8414 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8416 cat >>confdefs.h <<_ACEOF
8417 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8418 _ACEOF
8423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8425 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8426 case "x$with_xinerama" in
8427 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8428 xno) ;;
8429 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8430 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8431 esac
8434 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8435 then
8436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8437 $as_echo_n "checking for -lXcomposite... " >&6; }
8438 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8439 $as_echo_n "(cached) " >&6
8440 else
8441 ac_check_soname_save_LIBS=$LIBS
8442 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8444 /* end confdefs.h. */
8446 /* Override any GCC internal prototype to avoid an error.
8447 Use char because int might match the return type of a GCC
8448 builtin and then its argument prototype would still apply. */
8449 #ifdef __cplusplus
8450 extern "C"
8451 #endif
8452 char XCompositeRedirectWindow ();
8454 main ()
8456 return XCompositeRedirectWindow ();
8458 return 0;
8460 _ACEOF
8461 if ac_fn_c_try_link "$LINENO"; then :
8462 case "$LIBEXT" in
8463 dll) ;;
8464 dylib) ac_cv_lib_soname_Xcomposite=`otool -L conftest$ac_exeext | grep "libXcomposite\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcomposite\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8465 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8466 esac
8468 rm -f core conftest.err conftest.$ac_objext \
8469 conftest$ac_exeext conftest.$ac_ext
8470 LIBS=$ac_check_soname_save_LIBS
8472 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8474 $as_echo "not found" >&6; }
8476 else
8477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8478 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8480 cat >>confdefs.h <<_ACEOF
8481 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8482 _ACEOF
8487 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8488 case "x$with_xcomposite" in
8489 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8490 xno) ;;
8491 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8492 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8493 esac
8496 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8497 #include <X11/Xlib.h>
8498 #endif
8500 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8502 cat >>confdefs.h <<_ACEOF
8503 #define HAVE_XICCALLBACK_CALLBACK 1
8504 _ACEOF
8511 opengl_msg=""
8512 if test "x$with_opengl" != "xno"
8513 then
8514 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8515 do :
8516 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8517 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8518 # include <GL/glx.h>
8519 #endif
8521 eval as_val=\$$as_ac_Header
8522 if test "x$as_val" = x""yes; then :
8523 cat >>confdefs.h <<_ACEOF
8524 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8525 _ACEOF
8529 done
8531 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8532 then
8533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8534 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8535 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8536 $as_echo_n "(cached) " >&6
8537 else
8538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8539 /* end confdefs.h. */
8540 #include <GL/gl.h>
8542 main ()
8544 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8546 return 0;
8548 _ACEOF
8549 if ac_fn_c_try_compile "$LINENO"; then :
8550 wine_cv_opengl_header_version_OK="yes"
8551 else
8552 wine_cv_opengl_header_version_OK="no"
8554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8557 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8559 if test "$wine_cv_opengl_header_version_OK" = "yes"
8560 then
8561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8562 $as_echo_n "checking for -lGL... " >&6; }
8563 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8564 $as_echo_n "(cached) " >&6
8565 else
8566 ac_check_soname_save_LIBS=$LIBS
8567 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8569 /* end confdefs.h. */
8571 /* Override any GCC internal prototype to avoid an error.
8572 Use char because int might match the return type of a GCC
8573 builtin and then its argument prototype would still apply. */
8574 #ifdef __cplusplus
8575 extern "C"
8576 #endif
8577 char glXCreateContext ();
8579 main ()
8581 return glXCreateContext ();
8583 return 0;
8585 _ACEOF
8586 if ac_fn_c_try_link "$LINENO"; then :
8587 case "$LIBEXT" in
8588 dll) ;;
8589 dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8590 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8591 esac
8593 rm -f core conftest.err conftest.$ac_objext \
8594 conftest$ac_exeext conftest.$ac_ext
8595 LIBS=$ac_check_soname_save_LIBS
8597 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8599 $as_echo "not found" >&6; }
8600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8601 $as_echo_n "checking for -lGL... " >&6; }
8602 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8603 $as_echo_n "(cached) " >&6
8604 else
8605 ac_check_soname_save_LIBS=$LIBS
8606 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib $LIBS"
8607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8608 /* end confdefs.h. */
8610 /* Override any GCC internal prototype to avoid an error.
8611 Use char because int might match the return type of a GCC
8612 builtin and then its argument prototype would still apply. */
8613 #ifdef __cplusplus
8614 extern "C"
8615 #endif
8616 char glXCreateContext ();
8618 main ()
8620 return glXCreateContext ();
8622 return 0;
8624 _ACEOF
8625 if ac_fn_c_try_link "$LINENO"; then :
8626 case "$LIBEXT" in
8627 dll) ;;
8628 dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8629 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8630 esac
8632 rm -f core conftest.err conftest.$ac_objext \
8633 conftest$ac_exeext conftest.$ac_ext
8634 LIBS=$ac_check_soname_save_LIBS
8636 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8638 $as_echo "not found" >&6; }
8639 if test -f /usr/X11R6/lib/libGL.a
8640 then
8641 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8642 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8643 else
8644 opengl_msg="No OpenGL library found on this system."
8646 else
8647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8648 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8650 cat >>confdefs.h <<_ACEOF
8651 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8652 _ACEOF
8654 OPENGL_LIBS="-Xlinker -dylib_file -Xlinker /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lGL"
8656 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8659 else
8660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8661 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8663 cat >>confdefs.h <<_ACEOF
8664 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8665 _ACEOF
8667 OPENGL_LIBS="-lGL"
8669 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8672 if test "$ac_cv_header_GL_glu_h" = "yes"
8673 then
8674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8675 $as_echo_n "checking for -lGLU... " >&6; }
8676 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8677 $as_echo_n "(cached) " >&6
8678 else
8679 ac_check_soname_save_LIBS=$LIBS
8680 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8682 /* end confdefs.h. */
8684 /* Override any GCC internal prototype to avoid an error.
8685 Use char because int might match the return type of a GCC
8686 builtin and then its argument prototype would still apply. */
8687 #ifdef __cplusplus
8688 extern "C"
8689 #endif
8690 char gluLookAt ();
8692 main ()
8694 return gluLookAt ();
8696 return 0;
8698 _ACEOF
8699 if ac_fn_c_try_link "$LINENO"; then :
8700 case "$LIBEXT" in
8701 dll) ;;
8702 dylib) ac_cv_lib_soname_GLU=`otool -L conftest$ac_exeext | grep "libGLU\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGLU\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8703 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8704 esac
8706 rm -f core conftest.err conftest.$ac_objext \
8707 conftest$ac_exeext conftest.$ac_ext
8708 LIBS=$ac_check_soname_save_LIBS
8710 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8712 $as_echo "not found" >&6; }
8714 else
8715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8716 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8718 cat >>confdefs.h <<_ACEOF
8719 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8720 _ACEOF
8725 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8726 case "x$with_glu" in
8727 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8728 xno) ;;
8729 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8730 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8731 esac
8733 else
8734 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8736 else
8737 opengl_msg="OpenGL development headers not found."
8739 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8740 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8741 else
8742 enable_opengl32=${enable_opengl32:-no}
8743 enable_glu32=${enable_glu32:-no}
8745 if test -n "$opengl_msg"; then :
8746 case "x$with_opengl" in
8747 x) wine_warnings="$wine_warnings|$opengl_msg
8748 OpenGL and Direct3D won't be supported." ;;
8749 xno) ;;
8750 *) as_fn_error "$opengl_msg
8751 OpenGL and Direct3D won't be supported.
8752 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8753 esac
8756 NASLIBS=""
8758 for ac_header in audio/audiolib.h
8759 do :
8760 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8761 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8762 cat >>confdefs.h <<_ACEOF
8763 #define HAVE_AUDIO_AUDIOLIB_H 1
8764 _ACEOF
8765 for ac_header in audio/soundlib.h
8766 do :
8767 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8769 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8770 cat >>confdefs.h <<_ACEOF
8771 #define HAVE_AUDIO_SOUNDLIB_H 1
8772 _ACEOF
8776 done
8778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8779 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8780 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8781 $as_echo_n "(cached) " >&6
8782 else
8783 ac_check_lib_save_LIBS=$LIBS
8784 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8786 /* end confdefs.h. */
8788 /* Override any GCC internal prototype to avoid an error.
8789 Use char because int might match the return type of a GCC
8790 builtin and then its argument prototype would still apply. */
8791 #ifdef __cplusplus
8792 extern "C"
8793 #endif
8794 char AuCreateFlow ();
8796 main ()
8798 return AuCreateFlow ();
8800 return 0;
8802 _ACEOF
8803 if ac_fn_c_try_link "$LINENO"; then :
8804 ac_cv_lib_audio_AuCreateFlow=yes
8805 else
8806 ac_cv_lib_audio_AuCreateFlow=no
8808 rm -f core conftest.err conftest.$ac_objext \
8809 conftest$ac_exeext conftest.$ac_ext
8810 LIBS=$ac_check_lib_save_LIBS
8812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8813 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8814 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8816 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8819 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8820 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8821 $as_echo_n "(cached) " >&6
8822 else
8823 ac_check_lib_save_LIBS=$LIBS
8824 LIBS="-lXau $X_LIBS $LIBS"
8825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8826 /* end confdefs.h. */
8828 /* Override any GCC internal prototype to avoid an error.
8829 Use char because int might match the return type of a GCC
8830 builtin and then its argument prototype would still apply. */
8831 #ifdef __cplusplus
8832 extern "C"
8833 #endif
8834 char XauGetBestAuthByAddr ();
8836 main ()
8838 return XauGetBestAuthByAddr ();
8840 return 0;
8842 _ACEOF
8843 if ac_fn_c_try_link "$LINENO"; then :
8844 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8845 else
8846 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8848 rm -f core conftest.err conftest.$ac_objext \
8849 conftest$ac_exeext conftest.$ac_ext
8850 LIBS=$ac_check_lib_save_LIBS
8852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8853 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8854 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8855 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8856 else
8857 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8865 done
8868 CPPFLAGS="$ac_save_CPPFLAGS"
8869 else
8870 XLIB=""
8871 X_CFLAGS=""
8872 X_LIBS=""
8873 enable_winex11_drv=${enable_winex11_drv:-no}
8874 enable_opengl32=${enable_opengl32:-no}
8875 enable_glu32=${enable_glu32:-no}
8877 if test "x$XLIB" = "x"; then :
8878 case "x$with_x" in
8879 xno) ;;
8880 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
8881 without X support, which probably isn't what you want. You will need to install
8882 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8883 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8884 esac
8888 XML2LIBS=""
8890 XML2INCL=""
8892 XSLTINCL=""
8894 if test "x$with_xml" != "xno"
8895 then
8896 ac_save_CPPFLAGS="$CPPFLAGS"
8897 if test "$PKG_CONFIG" != "false"
8898 then
8899 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8900 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8901 else
8902 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8903 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
8905 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8906 for ac_header in libxml/parser.h
8907 do :
8908 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8909 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8910 cat >>confdefs.h <<_ACEOF
8911 #define HAVE_LIBXML_PARSER_H 1
8912 _ACEOF
8913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8914 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8915 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8916 $as_echo_n "(cached) " >&6
8917 else
8918 ac_check_lib_save_LIBS=$LIBS
8919 LIBS="-lxml2 $ac_xml_libs $LIBS"
8920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8921 /* end confdefs.h. */
8923 /* Override any GCC internal prototype to avoid an error.
8924 Use char because int might match the return type of a GCC
8925 builtin and then its argument prototype would still apply. */
8926 #ifdef __cplusplus
8927 extern "C"
8928 #endif
8929 char xmlParseMemory ();
8931 main ()
8933 return xmlParseMemory ();
8935 return 0;
8937 _ACEOF
8938 if ac_fn_c_try_link "$LINENO"; then :
8939 ac_cv_lib_xml2_xmlParseMemory=yes
8940 else
8941 ac_cv_lib_xml2_xmlParseMemory=no
8943 rm -f core conftest.err conftest.$ac_objext \
8944 conftest$ac_exeext conftest.$ac_ext
8945 LIBS=$ac_check_lib_save_LIBS
8947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8948 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8949 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8951 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8953 XML2LIBS="$ac_xml_libs"
8954 XML2INCL="$ac_xml_cflags"
8957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8958 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8959 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8960 $as_echo_n "(cached) " >&6
8961 else
8962 ac_check_lib_save_LIBS=$LIBS
8963 LIBS="-lxml2 $ac_xml_libs $LIBS"
8964 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8965 /* end confdefs.h. */
8967 /* Override any GCC internal prototype to avoid an error.
8968 Use char because int might match the return type of a GCC
8969 builtin and then its argument prototype would still apply. */
8970 #ifdef __cplusplus
8971 extern "C"
8972 #endif
8973 char xmlReadMemory ();
8975 main ()
8977 return xmlReadMemory ();
8979 return 0;
8981 _ACEOF
8982 if ac_fn_c_try_link "$LINENO"; then :
8983 ac_cv_lib_xml2_xmlReadMemory=yes
8984 else
8985 ac_cv_lib_xml2_xmlReadMemory=no
8987 rm -f core conftest.err conftest.$ac_objext \
8988 conftest$ac_exeext conftest.$ac_ext
8989 LIBS=$ac_check_lib_save_LIBS
8991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
8992 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
8993 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
8995 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
8999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9000 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9001 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9002 $as_echo_n "(cached) " >&6
9003 else
9004 ac_check_lib_save_LIBS=$LIBS
9005 LIBS="-lxml2 $ac_xml_libs $LIBS"
9006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9007 /* end confdefs.h. */
9009 /* Override any GCC internal prototype to avoid an error.
9010 Use char because int might match the return type of a GCC
9011 builtin and then its argument prototype would still apply. */
9012 #ifdef __cplusplus
9013 extern "C"
9014 #endif
9015 char xmlNewDocPI ();
9017 main ()
9019 return xmlNewDocPI ();
9021 return 0;
9023 _ACEOF
9024 if ac_fn_c_try_link "$LINENO"; then :
9025 ac_cv_lib_xml2_xmlNewDocPI=yes
9026 else
9027 ac_cv_lib_xml2_xmlNewDocPI=no
9029 rm -f core conftest.err conftest.$ac_objext \
9030 conftest$ac_exeext conftest.$ac_ext
9031 LIBS=$ac_check_lib_save_LIBS
9033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9034 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9035 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9037 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9044 done
9046 CPPFLAGS="$ac_save_CPPFLAGS"
9048 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9049 case "x$with_xml" in
9050 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9051 xno) ;;
9052 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9053 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9054 esac
9057 if test "x$with_xslt" != "xno"
9058 then
9059 if test "$PKG_CONFIG" != "false"
9060 then
9061 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9062 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9063 else
9064 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9065 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9067 ac_save_CPPFLAGS="$CPPFLAGS"
9068 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9069 for ac_header in libxslt/pattern.h libxslt/transform.h
9070 do :
9071 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9072 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9073 # include <libxslt/pattern.h>
9074 #endif
9076 eval as_val=\$$as_ac_Header
9077 if test "x$as_val" = x""yes; then :
9078 cat >>confdefs.h <<_ACEOF
9079 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9080 _ACEOF
9084 done
9086 CPPFLAGS="$ac_save_CPPFLAGS"
9087 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9088 then
9089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9090 $as_echo_n "checking for -lxslt... " >&6; }
9091 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9092 $as_echo_n "(cached) " >&6
9093 else
9094 ac_check_soname_save_LIBS=$LIBS
9095 LIBS="-lxslt $ac_xslt_libs $LIBS"
9096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9097 /* end confdefs.h. */
9099 /* Override any GCC internal prototype to avoid an error.
9100 Use char because int might match the return type of a GCC
9101 builtin and then its argument prototype would still apply. */
9102 #ifdef __cplusplus
9103 extern "C"
9104 #endif
9105 char xsltCompilePattern ();
9107 main ()
9109 return xsltCompilePattern ();
9111 return 0;
9113 _ACEOF
9114 if ac_fn_c_try_link "$LINENO"; then :
9115 case "$LIBEXT" in
9116 dll) ;;
9117 dylib) ac_cv_lib_soname_xslt=`otool -L conftest$ac_exeext | grep "libxslt\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libxslt\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9118 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9119 esac
9121 rm -f core conftest.err conftest.$ac_objext \
9122 conftest$ac_exeext conftest.$ac_ext
9123 LIBS=$ac_check_soname_save_LIBS
9125 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9127 $as_echo "not found" >&6; }
9129 else
9130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9131 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9133 cat >>confdefs.h <<_ACEOF
9134 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9135 _ACEOF
9137 XSLTINCL="$ac_xslt_cflags"
9141 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9142 case "x$with_xslt" in
9143 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9144 xno) ;;
9145 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9146 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9147 esac
9150 HALINCL=""
9152 if test "x$with_hal" != "xno"
9153 then
9154 ac_save_CPPFLAGS="$CPPFLAGS"
9155 if test "$PKG_CONFIG" != "false"
9156 then
9157 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9158 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9159 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9161 for ac_header in dbus/dbus.h hal/libhal.h
9162 do :
9163 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9164 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9165 eval as_val=\$$as_ac_Header
9166 if test "x$as_val" = x""yes; then :
9167 cat >>confdefs.h <<_ACEOF
9168 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9169 _ACEOF
9173 done
9175 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9176 then
9177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9178 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9179 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9180 $as_echo_n "(cached) " >&6
9181 else
9182 ac_check_lib_save_LIBS=$LIBS
9183 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9185 /* end confdefs.h. */
9187 /* Override any GCC internal prototype to avoid an error.
9188 Use char because int might match the return type of a GCC
9189 builtin and then its argument prototype would still apply. */
9190 #ifdef __cplusplus
9191 extern "C"
9192 #endif
9193 char dbus_connection_close ();
9195 main ()
9197 return dbus_connection_close ();
9199 return 0;
9201 _ACEOF
9202 if ac_fn_c_try_link "$LINENO"; then :
9203 ac_cv_lib_dbus_1_dbus_connection_close=yes
9204 else
9205 ac_cv_lib_dbus_1_dbus_connection_close=no
9207 rm -f core conftest.err conftest.$ac_objext \
9208 conftest$ac_exeext conftest.$ac_ext
9209 LIBS=$ac_check_lib_save_LIBS
9211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9212 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9213 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9215 $as_echo_n "checking for -lhal... " >&6; }
9216 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9217 $as_echo_n "(cached) " >&6
9218 else
9219 ac_check_soname_save_LIBS=$LIBS
9220 LIBS="-lhal $ac_hal_libs $LIBS"
9221 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9222 /* end confdefs.h. */
9224 /* Override any GCC internal prototype to avoid an error.
9225 Use char because int might match the return type of a GCC
9226 builtin and then its argument prototype would still apply. */
9227 #ifdef __cplusplus
9228 extern "C"
9229 #endif
9230 char libhal_ctx_new ();
9232 main ()
9234 return libhal_ctx_new ();
9236 return 0;
9238 _ACEOF
9239 if ac_fn_c_try_link "$LINENO"; then :
9240 case "$LIBEXT" in
9241 dll) ;;
9242 dylib) ac_cv_lib_soname_hal=`otool -L conftest$ac_exeext | grep "libhal\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libhal\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9243 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9244 esac
9246 rm -f core conftest.err conftest.$ac_objext \
9247 conftest$ac_exeext conftest.$ac_ext
9248 LIBS=$ac_check_soname_save_LIBS
9250 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9252 $as_echo "not found" >&6; }
9254 else
9255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9256 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9258 cat >>confdefs.h <<_ACEOF
9259 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9260 _ACEOF
9262 HALINCL="$ac_hal_cflags"
9267 CPPFLAGS="$ac_save_CPPFLAGS"
9269 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9270 case "x$with_hal" in
9271 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9272 xno) ;;
9273 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9274 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9275 esac
9278 if test "x$with_gnutls" != "xno"
9279 then
9280 ac_save_CPPFLAGS="$CPPFLAGS"
9281 if test "$PKG_CONFIG" != "false"
9282 then
9283 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9284 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9285 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9287 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9288 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9290 /* end confdefs.h. */
9291 #include <gnutls/gnutls.h>
9293 main ()
9295 typeof(gnutls_mac_get_key_size) *pfunc;
9297 return 0;
9299 _ACEOF
9300 if ac_fn_c_try_compile "$LINENO"; then :
9301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9302 $as_echo_n "checking for -lgnutls... " >&6; }
9303 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9304 $as_echo_n "(cached) " >&6
9305 else
9306 ac_check_soname_save_LIBS=$LIBS
9307 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9309 /* end confdefs.h. */
9311 /* Override any GCC internal prototype to avoid an error.
9312 Use char because int might match the return type of a GCC
9313 builtin and then its argument prototype would still apply. */
9314 #ifdef __cplusplus
9315 extern "C"
9316 #endif
9317 char gnutls_global_init ();
9319 main ()
9321 return gnutls_global_init ();
9323 return 0;
9325 _ACEOF
9326 if ac_fn_c_try_link "$LINENO"; then :
9327 case "$LIBEXT" in
9328 dll) ;;
9329 dylib) ac_cv_lib_soname_gnutls=`otool -L conftest$ac_exeext | grep "libgnutls\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9330 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9331 esac
9333 rm -f core conftest.err conftest.$ac_objext \
9334 conftest$ac_exeext conftest.$ac_ext
9335 LIBS=$ac_check_soname_save_LIBS
9337 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9339 $as_echo "not found" >&6; }
9341 else
9342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9343 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9345 cat >>confdefs.h <<_ACEOF
9346 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9347 _ACEOF
9349 GNUTLSINCL="$ac_gnutls_cflags"
9353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9357 CPPFLAGS="$ac_save_CPPFLAGS"
9359 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9360 case "x$with_gnutls" in
9361 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9362 xno) ;;
9363 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9364 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9365 esac
9368 CURSESLIBS=""
9369 if test "$ac_cv_header_ncurses_h" = "yes"
9370 then
9371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9372 $as_echo_n "checking for -lncurses... " >&6; }
9373 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9374 $as_echo_n "(cached) " >&6
9375 else
9376 ac_check_soname_save_LIBS=$LIBS
9377 LIBS="-lncurses $LIBS"
9378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9379 /* end confdefs.h. */
9381 /* Override any GCC internal prototype to avoid an error.
9382 Use char because int might match the return type of a GCC
9383 builtin and then its argument prototype would still apply. */
9384 #ifdef __cplusplus
9385 extern "C"
9386 #endif
9387 char waddch ();
9389 main ()
9391 return waddch ();
9393 return 0;
9395 _ACEOF
9396 if ac_fn_c_try_link "$LINENO"; then :
9397 case "$LIBEXT" in
9398 dll) ;;
9399 dylib) ac_cv_lib_soname_ncurses=`otool -L conftest$ac_exeext | grep "libncurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libncurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9400 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9401 esac
9403 rm -f core conftest.err conftest.$ac_objext \
9404 conftest$ac_exeext conftest.$ac_ext
9405 LIBS=$ac_check_soname_save_LIBS
9407 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9409 $as_echo "not found" >&6; }
9411 else
9412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9413 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9415 cat >>confdefs.h <<_ACEOF
9416 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9417 _ACEOF
9419 CURSESLIBS="-lncurses"
9421 elif test "$ac_cv_header_curses_h" = "yes"
9422 then
9423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9424 $as_echo_n "checking for -lcurses... " >&6; }
9425 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9426 $as_echo_n "(cached) " >&6
9427 else
9428 ac_check_soname_save_LIBS=$LIBS
9429 LIBS="-lcurses $LIBS"
9430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9431 /* end confdefs.h. */
9433 /* Override any GCC internal prototype to avoid an error.
9434 Use char because int might match the return type of a GCC
9435 builtin and then its argument prototype would still apply. */
9436 #ifdef __cplusplus
9437 extern "C"
9438 #endif
9439 char waddch ();
9441 main ()
9443 return waddch ();
9445 return 0;
9447 _ACEOF
9448 if ac_fn_c_try_link "$LINENO"; then :
9449 case "$LIBEXT" in
9450 dll) ;;
9451 dylib) ac_cv_lib_soname_curses=`otool -L conftest$ac_exeext | grep "libcurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9452 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9453 esac
9455 rm -f core conftest.err conftest.$ac_objext \
9456 conftest$ac_exeext conftest.$ac_ext
9457 LIBS=$ac_check_soname_save_LIBS
9459 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9461 $as_echo "not found" >&6; }
9463 else
9464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9465 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9467 cat >>confdefs.h <<_ACEOF
9468 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9469 _ACEOF
9471 CURSESLIBS="-lcurses"
9474 ac_save_LIBS="$LIBS"
9475 LIBS="$LIBS $CURSESLIBS"
9476 for ac_func in mousemask
9477 do :
9478 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9479 if test "x$ac_cv_func_mousemask" = x""yes; then :
9480 cat >>confdefs.h <<_ACEOF
9481 #define HAVE_MOUSEMASK 1
9482 _ACEOF
9485 done
9487 LIBS="$ac_save_LIBS"
9488 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9489 case "x$with_curses" in
9490 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9491 xno) ;;
9492 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9493 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9494 esac
9497 if test "x$with_sane" != "xno"
9498 then
9499 ac_save_CPPFLAGS="$CPPFLAGS"
9500 # Extract the first word of "sane-config", so it can be a program name with args.
9501 set dummy sane-config; ac_word=$2
9502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9503 $as_echo_n "checking for $ac_word... " >&6; }
9504 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9505 $as_echo_n "(cached) " >&6
9506 else
9507 if test -n "$sane_devel"; then
9508 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9509 else
9510 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9511 for as_dir in $PATH
9513 IFS=$as_save_IFS
9514 test -z "$as_dir" && as_dir=.
9515 for ac_exec_ext in '' $ac_executable_extensions; do
9516 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9517 ac_cv_prog_sane_devel="sane-config"
9518 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9519 break 2
9521 done
9522 done
9523 IFS=$as_save_IFS
9525 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9528 sane_devel=$ac_cv_prog_sane_devel
9529 if test -n "$sane_devel"; then
9530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9531 $as_echo "$sane_devel" >&6; }
9532 else
9533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9534 $as_echo "no" >&6; }
9538 if test "$sane_devel" != "no"
9539 then
9540 ac_sane_incl="`$sane_devel --cflags`"
9541 ac_sane_libs="`$sane_devel --ldflags`"
9542 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9544 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9545 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9547 $as_echo_n "checking for -lsane... " >&6; }
9548 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9549 $as_echo_n "(cached) " >&6
9550 else
9551 ac_check_soname_save_LIBS=$LIBS
9552 LIBS="-lsane $ac_sane_libs $LIBS"
9553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9554 /* end confdefs.h. */
9556 /* Override any GCC internal prototype to avoid an error.
9557 Use char because int might match the return type of a GCC
9558 builtin and then its argument prototype would still apply. */
9559 #ifdef __cplusplus
9560 extern "C"
9561 #endif
9562 char sane_init ();
9564 main ()
9566 return sane_init ();
9568 return 0;
9570 _ACEOF
9571 if ac_fn_c_try_link "$LINENO"; then :
9572 case "$LIBEXT" in
9573 dll) ;;
9574 dylib) ac_cv_lib_soname_sane=`otool -L conftest$ac_exeext | grep "libsane\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libsane\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9575 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9576 esac
9578 rm -f core conftest.err conftest.$ac_objext \
9579 conftest$ac_exeext conftest.$ac_ext
9580 LIBS=$ac_check_soname_save_LIBS
9582 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9584 $as_echo "not found" >&6; }
9586 else
9587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9588 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9590 cat >>confdefs.h <<_ACEOF
9591 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9592 _ACEOF
9594 SANEINCL="$ac_sane_incl"
9600 CPPFLAGS="$ac_save_CPPFLAGS"
9602 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9603 case "x$with_sane" in
9604 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9605 xno) ;;
9606 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9607 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9608 esac
9611 if test "x$with_v4l" != "xno"
9612 then
9613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9614 $as_echo_n "checking for -lv4l1... " >&6; }
9615 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9616 $as_echo_n "(cached) " >&6
9617 else
9618 ac_check_soname_save_LIBS=$LIBS
9619 LIBS="-lv4l1 $LIBS"
9620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9621 /* end confdefs.h. */
9623 /* Override any GCC internal prototype to avoid an error.
9624 Use char because int might match the return type of a GCC
9625 builtin and then its argument prototype would still apply. */
9626 #ifdef __cplusplus
9627 extern "C"
9628 #endif
9629 char v4l1_open ();
9631 main ()
9633 return v4l1_open ();
9635 return 0;
9637 _ACEOF
9638 if ac_fn_c_try_link "$LINENO"; then :
9639 case "$LIBEXT" in
9640 dll) ;;
9641 dylib) ac_cv_lib_soname_v4l1=`otool -L conftest$ac_exeext | grep "libv4l1\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libv4l1\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9642 *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9643 esac
9645 rm -f core conftest.err conftest.$ac_objext \
9646 conftest$ac_exeext conftest.$ac_ext
9647 LIBS=$ac_check_soname_save_LIBS
9649 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9651 $as_echo "not found" >&6; }
9653 else
9654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9655 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9657 cat >>confdefs.h <<_ACEOF
9658 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9659 _ACEOF
9664 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9665 case "x$with_v4l" in
9666 x) wine_notices="$wine_notices|libv4l ${notice_platform}development files not found." ;;
9667 xno) ;;
9668 *) as_fn_error "libv4l ${notice_platform}development files not found.
9669 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9670 esac
9673 if test "x$with_gphoto" != "xno"
9674 then
9675 ac_save_CPPFLAGS="$CPPFLAGS"
9676 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9677 set dummy gphoto2-config; ac_word=$2
9678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9679 $as_echo_n "checking for $ac_word... " >&6; }
9680 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9681 $as_echo_n "(cached) " >&6
9682 else
9683 if test -n "$gphoto2_devel"; then
9684 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9685 else
9686 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9687 for as_dir in $PATH
9689 IFS=$as_save_IFS
9690 test -z "$as_dir" && as_dir=.
9691 for ac_exec_ext in '' $ac_executable_extensions; do
9692 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9693 ac_cv_prog_gphoto2_devel="gphoto2-config"
9694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9695 break 2
9697 done
9698 done
9699 IFS=$as_save_IFS
9701 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9704 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9705 if test -n "$gphoto2_devel"; then
9706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9707 $as_echo "$gphoto2_devel" >&6; }
9708 else
9709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9710 $as_echo "no" >&6; }
9714 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9715 set dummy gphoto2-port-config; ac_word=$2
9716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9717 $as_echo_n "checking for $ac_word... " >&6; }
9718 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9719 $as_echo_n "(cached) " >&6
9720 else
9721 if test -n "$gphoto2port_devel"; then
9722 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9723 else
9724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9725 for as_dir in $PATH
9727 IFS=$as_save_IFS
9728 test -z "$as_dir" && as_dir=.
9729 for ac_exec_ext in '' $ac_executable_extensions; do
9730 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9731 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9733 break 2
9735 done
9736 done
9737 IFS=$as_save_IFS
9739 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9742 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9743 if test -n "$gphoto2port_devel"; then
9744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9745 $as_echo "$gphoto2port_devel" >&6; }
9746 else
9747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9748 $as_echo "no" >&6; }
9752 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9753 then
9754 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9755 ac_gphoto2_libs=""
9756 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9758 case "$i" in
9759 -L/usr/lib|-L/usr/lib64) ;;
9760 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9761 esac
9762 done
9763 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9765 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9766 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9767 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9769 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9770 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9771 $as_echo_n "(cached) " >&6
9772 else
9773 ac_check_lib_save_LIBS=$LIBS
9774 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9776 /* end confdefs.h. */
9778 /* Override any GCC internal prototype to avoid an error.
9779 Use char because int might match the return type of a GCC
9780 builtin and then its argument prototype would still apply. */
9781 #ifdef __cplusplus
9782 extern "C"
9783 #endif
9784 char gp_camera_new ();
9786 main ()
9788 return gp_camera_new ();
9790 return 0;
9792 _ACEOF
9793 if ac_fn_c_try_link "$LINENO"; then :
9794 ac_cv_lib_gphoto2_gp_camera_new=yes
9795 else
9796 ac_cv_lib_gphoto2_gp_camera_new=no
9798 rm -f core conftest.err conftest.$ac_objext \
9799 conftest$ac_exeext conftest.$ac_ext
9800 LIBS=$ac_check_lib_save_LIBS
9802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9803 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9804 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9806 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9808 GPHOTO2LIBS="$ac_gphoto2_libs"
9810 GPHOTO2INCL="$ac_gphoto2_incl"
9817 CPPFLAGS="$ac_save_CPPFLAGS"
9819 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9820 case "x$with_gphoto" in
9821 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9822 xno) ;;
9823 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9824 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9825 esac
9829 RESOLVLIBS=""
9831 if test "$ac_cv_header_resolv_h" = "yes"
9832 then
9833 ac_save_LIBS="$LIBS"
9834 LIBS="$LIBS -lresolv"
9835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9836 /* end confdefs.h. */
9837 #ifdef HAVE_NETINET_IN_H
9838 #include <netinet/in.h>
9839 #endif
9840 #include <resolv.h>
9842 main ()
9844 res_init();
9846 return 0;
9848 _ACEOF
9849 if ac_fn_c_try_link "$LINENO"; then :
9851 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9853 RESOLVLIBS="-lresolv"
9855 rm -f core conftest.err conftest.$ac_objext \
9856 conftest$ac_exeext conftest.$ac_ext
9857 LIBS="$ac_save_LIBS"
9860 LCMSLIBS=""
9862 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9863 then
9864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9865 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9866 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9867 $as_echo_n "(cached) " >&6
9868 else
9869 ac_check_lib_save_LIBS=$LIBS
9870 LIBS="-llcms $LIBS"
9871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9872 /* end confdefs.h. */
9874 /* Override any GCC internal prototype to avoid an error.
9875 Use char because int might match the return type of a GCC
9876 builtin and then its argument prototype would still apply. */
9877 #ifdef __cplusplus
9878 extern "C"
9879 #endif
9880 char cmsOpenProfileFromFile ();
9882 main ()
9884 return cmsOpenProfileFromFile ();
9886 return 0;
9888 _ACEOF
9889 if ac_fn_c_try_link "$LINENO"; then :
9890 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9891 else
9892 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9894 rm -f core conftest.err conftest.$ac_objext \
9895 conftest$ac_exeext conftest.$ac_ext
9896 LIBS=$ac_check_lib_save_LIBS
9898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9899 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9900 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9902 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9904 LCMSLIBS="-llcms"
9908 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9909 case "x$with_cms" in
9910 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9911 xno) ;;
9912 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9913 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9914 esac
9917 if test "x$with_freetype" != "xno"
9918 then
9919 for ac_prog in freetype-config freetype2-config
9921 # Extract the first word of "$ac_prog", so it can be a program name with args.
9922 set dummy $ac_prog; ac_word=$2
9923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9924 $as_echo_n "checking for $ac_word... " >&6; }
9925 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9926 $as_echo_n "(cached) " >&6
9927 else
9928 if test -n "$ft_devel"; then
9929 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9930 else
9931 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9932 for as_dir in $PATH
9934 IFS=$as_save_IFS
9935 test -z "$as_dir" && as_dir=.
9936 for ac_exec_ext in '' $ac_executable_extensions; do
9937 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9938 ac_cv_prog_ft_devel="$ac_prog"
9939 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9940 break 2
9942 done
9943 done
9944 IFS=$as_save_IFS
9948 ft_devel=$ac_cv_prog_ft_devel
9949 if test -n "$ft_devel"; then
9950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9951 $as_echo "$ft_devel" >&6; }
9952 else
9953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9954 $as_echo "no" >&6; }
9958 test -n "$ft_devel" && break
9959 done
9960 test -n "$ft_devel" || ft_devel="no"
9962 if test "$ft_devel" != "no"
9963 then
9964 ac_freetype_incl=`$ft_devel --cflags`
9965 ac_freetype_libs=`$ft_devel --libs`
9967 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
9968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
9969 $as_echo_n "checking for -lfreetype... " >&6; }
9970 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
9971 $as_echo_n "(cached) " >&6
9972 else
9973 ac_check_soname_save_LIBS=$LIBS
9974 LIBS="-lfreetype $ac_freetype_libs $LIBS"
9975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9976 /* end confdefs.h. */
9978 /* Override any GCC internal prototype to avoid an error.
9979 Use char because int might match the return type of a GCC
9980 builtin and then its argument prototype would still apply. */
9981 #ifdef __cplusplus
9982 extern "C"
9983 #endif
9984 char FT_Init_FreeType ();
9986 main ()
9988 return FT_Init_FreeType ();
9990 return 0;
9992 _ACEOF
9993 if ac_fn_c_try_link "$LINENO"; then :
9994 case "$LIBEXT" in
9995 dll) ;;
9996 dylib) ac_cv_lib_soname_freetype=`otool -L conftest$ac_exeext | grep "libfreetype\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfreetype\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9997 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9998 esac
10000 rm -f core conftest.err conftest.$ac_objext \
10001 conftest$ac_exeext conftest.$ac_ext
10002 LIBS=$ac_check_soname_save_LIBS
10004 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10006 $as_echo "not found" >&6; }
10007 ft_lib=no
10008 else
10009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10010 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10012 cat >>confdefs.h <<_ACEOF
10013 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10014 _ACEOF
10016 ft_lib=yes
10018 if test "$ft_lib" = "yes"
10019 then
10020 ac_save_CPPFLAGS="$CPPFLAGS"
10021 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10022 for ac_header in ft2build.h \
10023 freetype/freetype.h \
10024 freetype/ftglyph.h \
10025 freetype/fttypes.h \
10026 freetype/tttables.h \
10027 freetype/ftsnames.h \
10028 freetype/ttnameid.h \
10029 freetype/ftoutln.h \
10030 freetype/ftwinfnt.h \
10031 freetype/ftmodapi.h \
10032 freetype/ftlcdfil.h \
10033 freetype/internal/sfnt.h
10034 do :
10035 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10036 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10037 # include <ft2build.h>
10038 #endif
10040 eval as_val=\$$as_ac_Header
10041 if test "x$as_val" = x""yes; then :
10042 cat >>confdefs.h <<_ACEOF
10043 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10044 _ACEOF
10048 done
10050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10051 /* end confdefs.h. */
10052 #include <ft2build.h>
10053 #include <freetype/fttrigon.h>
10054 _ACEOF
10055 if ac_fn_c_try_cpp "$LINENO"; then :
10057 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10059 wine_cv_fttrigon=yes
10060 else
10061 wine_cv_fttrigon=no
10063 rm -f conftest.err conftest.$ac_ext
10064 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10066 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10068 cat >>confdefs.h <<_ACEOF
10069 #define HAVE_FT_TRUETYPEENGINETYPE 1
10070 _ACEOF
10075 ac_save_CFLAGS="$CFLAGS"
10076 CFLAGS="$CFLAGS $ac_freetype_libs"
10077 for ac_func in FT_Load_Sfnt_Table
10078 do :
10079 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10080 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10081 cat >>confdefs.h <<_ACEOF
10082 #define HAVE_FT_LOAD_SFNT_TABLE 1
10083 _ACEOF
10086 done
10088 CFLAGS="$ac_save_CFLAGS"
10089 CPPFLAGS="$ac_save_CPPFLAGS"
10090 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10091 then
10093 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10095 FREETYPELIBS="$ac_freetype_libs"
10097 FREETYPEINCL="$ac_freetype_incl"
10102 if test "x$FREETYPELIBS" = "x"; then :
10103 case "x$with_freetype" in
10104 xno) ;;
10105 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10106 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10107 esac
10109 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10112 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10113 if test "${ac_cv_c_ppdev+set}" = set; then :
10114 $as_echo_n "(cached) " >&6
10115 else
10116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10117 /* end confdefs.h. */
10118 #include <linux/ppdev.h>
10120 main ()
10122 ioctl (1,PPCLAIM,0)
10124 return 0;
10126 _ACEOF
10127 if ac_fn_c_try_compile "$LINENO"; then :
10128 ac_cv_c_ppdev="yes"
10129 else
10130 ac_cv_c_ppdev="no"
10132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10135 $as_echo "$ac_cv_c_ppdev" >&6; }
10136 if test "$ac_cv_c_ppdev" = "yes"
10137 then
10139 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10143 ac_wine_check_funcs_save_LIBS="$LIBS"
10144 LIBS="$LIBS $LIBPTHREAD"
10145 for ac_func in \
10146 pthread_attr_get_np \
10147 pthread_getattr_np \
10148 pthread_get_stackaddr_np \
10149 pthread_get_stacksize_np
10150 do :
10151 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10152 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10153 eval as_val=\$$as_ac_var
10154 if test "x$as_val" = x""yes; then :
10155 cat >>confdefs.h <<_ACEOF
10156 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10157 _ACEOF
10160 done
10162 LIBS="$ac_wine_check_funcs_save_LIBS"
10164 if test "$ac_cv_header_zlib_h" = "yes"
10165 then
10166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10167 $as_echo_n "checking for inflate in -lz... " >&6; }
10168 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10169 $as_echo_n "(cached) " >&6
10170 else
10171 ac_check_lib_save_LIBS=$LIBS
10172 LIBS="-lz $LIBS"
10173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10174 /* end confdefs.h. */
10176 /* Override any GCC internal prototype to avoid an error.
10177 Use char because int might match the return type of a GCC
10178 builtin and then its argument prototype would still apply. */
10179 #ifdef __cplusplus
10180 extern "C"
10181 #endif
10182 char inflate ();
10184 main ()
10186 return inflate ();
10188 return 0;
10190 _ACEOF
10191 if ac_fn_c_try_link "$LINENO"; then :
10192 ac_cv_lib_z_inflate=yes
10193 else
10194 ac_cv_lib_z_inflate=no
10196 rm -f core conftest.err conftest.$ac_objext \
10197 conftest$ac_exeext conftest.$ac_ext
10198 LIBS=$ac_check_lib_save_LIBS
10200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10201 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10202 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10204 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10206 ZLIB="-lz"
10212 if test "x$with_esd" != xno
10213 then
10214 save_CFLAGS="$CFLAGS"
10215 # Extract the first word of "esd-config", so it can be a program name with args.
10216 set dummy esd-config; ac_word=$2
10217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10218 $as_echo_n "checking for $ac_word... " >&6; }
10219 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10220 $as_echo_n "(cached) " >&6
10221 else
10222 case $ESDCONFIG in
10223 [\\/]* | ?:[\\/]*)
10224 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10227 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10228 for as_dir in $PATH
10230 IFS=$as_save_IFS
10231 test -z "$as_dir" && as_dir=.
10232 for ac_exec_ext in '' $ac_executable_extensions; do
10233 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10234 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10235 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10236 break 2
10238 done
10239 done
10240 IFS=$as_save_IFS
10242 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10244 esac
10246 ESDCONFIG=$ac_cv_path_ESDCONFIG
10247 if test -n "$ESDCONFIG"; then
10248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10249 $as_echo "$ESDCONFIG" >&6; }
10250 else
10251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10252 $as_echo "no" >&6; }
10256 if test "x$ESDCONFIG" != "xno"
10257 then
10258 ac_esd_incl=""
10259 for i in `$ESDCONFIG --cflags`
10261 case "$i" in
10262 -I*) ac_esd_incl="$ac_esd_incl $i";;
10263 esac
10264 done
10265 ac_esd_libs=`$ESDCONFIG --libs`
10266 CFLAGS="$CFLAGS $ac_esd_incl"
10268 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10269 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10270 if test "x$ac_cv_header_esd_h" = x""yes; then :
10271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10272 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10273 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10274 $as_echo_n "(cached) " >&6
10275 else
10276 ac_check_lib_save_LIBS=$LIBS
10277 LIBS="-lesd $ac_esd_libs $LIBS"
10278 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10279 /* end confdefs.h. */
10281 /* Override any GCC internal prototype to avoid an error.
10282 Use char because int might match the return type of a GCC
10283 builtin and then its argument prototype would still apply. */
10284 #ifdef __cplusplus
10285 extern "C"
10286 #endif
10287 char esd_open_sound ();
10289 main ()
10291 return esd_open_sound ();
10293 return 0;
10295 _ACEOF
10296 if ac_fn_c_try_link "$LINENO"; then :
10297 ac_cv_lib_esd_esd_open_sound=yes
10298 else
10299 ac_cv_lib_esd_esd_open_sound=no
10301 rm -f core conftest.err conftest.$ac_objext \
10302 conftest$ac_exeext conftest.$ac_ext
10303 LIBS=$ac_check_lib_save_LIBS
10305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10306 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10307 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10308 ESDINCL="$ac_esd_incl"
10310 ESDLIBS="$ac_esd_libs"
10313 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10320 CFLAGS="$save_CFLAGS"
10323 ALSALIBS=""
10325 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10326 then
10327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10328 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10329 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10330 $as_echo_n "(cached) " >&6
10331 else
10332 ac_check_lib_save_LIBS=$LIBS
10333 LIBS="-lasound $LIBS"
10334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10335 /* end confdefs.h. */
10337 /* Override any GCC internal prototype to avoid an error.
10338 Use char because int might match the return type of a GCC
10339 builtin and then its argument prototype would still apply. */
10340 #ifdef __cplusplus
10341 extern "C"
10342 #endif
10343 char snd_pcm_hw_params_get_access ();
10345 main ()
10347 return snd_pcm_hw_params_get_access ();
10349 return 0;
10351 _ACEOF
10352 if ac_fn_c_try_link "$LINENO"; then :
10353 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10354 else
10355 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10357 rm -f core conftest.err conftest.$ac_objext \
10358 conftest$ac_exeext conftest.$ac_ext
10359 LIBS=$ac_check_lib_save_LIBS
10361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10362 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10363 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10365 /* end confdefs.h. */
10366 #ifdef HAVE_ALSA_ASOUNDLIB_H
10367 #include <alsa/asoundlib.h>
10368 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10369 #include <sys/asoundlib.h>
10370 #endif
10372 main ()
10374 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10376 return 0;
10378 _ACEOF
10379 if ac_fn_c_try_compile "$LINENO"; then :
10381 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10383 ALSALIBS="-lasound"
10385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10390 AUDIOIOLIBS=""
10392 if test "$ac_cv_header_libaudioio_h" = "yes"
10393 then
10394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10395 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10396 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10397 $as_echo_n "(cached) " >&6
10398 else
10399 ac_check_lib_save_LIBS=$LIBS
10400 LIBS="-laudioio $LIBS"
10401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10402 /* end confdefs.h. */
10404 /* Override any GCC internal prototype to avoid an error.
10405 Use char because int might match the return type of a GCC
10406 builtin and then its argument prototype would still apply. */
10407 #ifdef __cplusplus
10408 extern "C"
10409 #endif
10410 char AudioIOGetVersion ();
10412 main ()
10414 return AudioIOGetVersion ();
10416 return 0;
10418 _ACEOF
10419 if ac_fn_c_try_link "$LINENO"; then :
10420 ac_cv_lib_audioio_AudioIOGetVersion=yes
10421 else
10422 ac_cv_lib_audioio_AudioIOGetVersion=no
10424 rm -f core conftest.err conftest.$ac_objext \
10425 conftest$ac_exeext conftest.$ac_ext
10426 LIBS=$ac_check_lib_save_LIBS
10428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10429 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10430 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10431 AUDIOIOLIBS="-laudioio"
10433 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10440 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10441 then
10442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10443 $as_echo_n "checking for -lcapi20... " >&6; }
10444 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10445 $as_echo_n "(cached) " >&6
10446 else
10447 ac_check_soname_save_LIBS=$LIBS
10448 LIBS="-lcapi20 $LIBS"
10449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10450 /* end confdefs.h. */
10452 /* Override any GCC internal prototype to avoid an error.
10453 Use char because int might match the return type of a GCC
10454 builtin and then its argument prototype would still apply. */
10455 #ifdef __cplusplus
10456 extern "C"
10457 #endif
10458 char capi20_register ();
10460 main ()
10462 return capi20_register ();
10464 return 0;
10466 _ACEOF
10467 if ac_fn_c_try_link "$LINENO"; then :
10468 case "$LIBEXT" in
10469 dll) ;;
10470 dylib) ac_cv_lib_soname_capi20=`otool -L conftest$ac_exeext | grep "libcapi20\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcapi20\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10471 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10472 esac
10474 rm -f core conftest.err conftest.$ac_objext \
10475 conftest$ac_exeext conftest.$ac_ext
10476 LIBS=$ac_check_soname_save_LIBS
10478 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10480 $as_echo "not found" >&6; }
10482 else
10483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10484 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10486 cat >>confdefs.h <<_ACEOF
10487 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10488 _ACEOF
10493 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10494 case "x$with_capi" in
10495 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10496 xno) ;;
10497 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10498 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10499 esac
10502 CUPSINCL=""
10504 if test "x$with_cups" != "xno"
10505 then
10506 ac_save_CPPFLAGS="$CPPFLAGS"
10507 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10508 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10509 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10510 for ac_header in cups/cups.h
10511 do :
10512 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10513 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10514 cat >>confdefs.h <<_ACEOF
10515 #define HAVE_CUPS_CUPS_H 1
10516 _ACEOF
10517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10518 $as_echo_n "checking for -lcups... " >&6; }
10519 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10520 $as_echo_n "(cached) " >&6
10521 else
10522 ac_check_soname_save_LIBS=$LIBS
10523 LIBS="-lcups $ac_cups_libs $LIBS"
10524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10525 /* end confdefs.h. */
10527 /* Override any GCC internal prototype to avoid an error.
10528 Use char because int might match the return type of a GCC
10529 builtin and then its argument prototype would still apply. */
10530 #ifdef __cplusplus
10531 extern "C"
10532 #endif
10533 char cupsGetDefault ();
10535 main ()
10537 return cupsGetDefault ();
10539 return 0;
10541 _ACEOF
10542 if ac_fn_c_try_link "$LINENO"; then :
10543 case "$LIBEXT" in
10544 dll) ;;
10545 dylib) ac_cv_lib_soname_cups=`otool -L conftest$ac_exeext | grep "libcups\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcups\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10546 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10547 esac
10549 rm -f core conftest.err conftest.$ac_objext \
10550 conftest$ac_exeext conftest.$ac_ext
10551 LIBS=$ac_check_soname_save_LIBS
10553 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10555 $as_echo "not found" >&6; }
10557 else
10558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10559 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10561 cat >>confdefs.h <<_ACEOF
10562 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10563 _ACEOF
10565 CUPSINCL="$ac_cups_cflags"
10569 done
10571 CPPFLAGS="$ac_save_CPPFLAGS"
10573 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10574 case "x$with_cups" in
10575 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10576 xno) ;;
10577 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10578 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10579 esac
10582 if test "$ac_cv_header_jack_jack_h" = "yes"
10583 then
10584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10585 $as_echo_n "checking for -ljack... " >&6; }
10586 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10587 $as_echo_n "(cached) " >&6
10588 else
10589 ac_check_soname_save_LIBS=$LIBS
10590 LIBS="-ljack $LIBS"
10591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10592 /* end confdefs.h. */
10594 /* Override any GCC internal prototype to avoid an error.
10595 Use char because int might match the return type of a GCC
10596 builtin and then its argument prototype would still apply. */
10597 #ifdef __cplusplus
10598 extern "C"
10599 #endif
10600 char jack_client_new ();
10602 main ()
10604 return jack_client_new ();
10606 return 0;
10608 _ACEOF
10609 if ac_fn_c_try_link "$LINENO"; then :
10610 case "$LIBEXT" in
10611 dll) ;;
10612 dylib) ac_cv_lib_soname_jack=`otool -L conftest$ac_exeext | grep "libjack-*[0-9.]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjack-*[0-9.]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10613 *) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjack-*[0-9.]*\\.$LIBEXT" | sed -e "s/^.*\(libjack-*[0-9.]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10614 esac
10616 rm -f core conftest.err conftest.$ac_objext \
10617 conftest$ac_exeext conftest.$ac_ext
10618 LIBS=$ac_check_soname_save_LIBS
10620 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10622 $as_echo "not found" >&6; }
10624 else
10625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10626 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10628 cat >>confdefs.h <<_ACEOF
10629 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10630 _ACEOF
10636 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10637 then
10638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10639 $as_echo_n "checking for -lfontconfig... " >&6; }
10640 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10641 $as_echo_n "(cached) " >&6
10642 else
10643 ac_check_soname_save_LIBS=$LIBS
10644 LIBS="-lfontconfig $LIBS"
10645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10646 /* end confdefs.h. */
10648 /* Override any GCC internal prototype to avoid an error.
10649 Use char because int might match the return type of a GCC
10650 builtin and then its argument prototype would still apply. */
10651 #ifdef __cplusplus
10652 extern "C"
10653 #endif
10654 char FcInit ();
10656 main ()
10658 return FcInit ();
10660 return 0;
10662 _ACEOF
10663 if ac_fn_c_try_link "$LINENO"; then :
10664 case "$LIBEXT" in
10665 dll) ;;
10666 dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10667 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10668 esac
10670 rm -f core conftest.err conftest.$ac_objext \
10671 conftest$ac_exeext conftest.$ac_ext
10672 LIBS=$ac_check_soname_save_LIBS
10674 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10676 $as_echo "not found" >&6; }
10678 else
10679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10680 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10682 cat >>confdefs.h <<_ACEOF
10683 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10684 _ACEOF
10688 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10689 then
10690 ac_save_CPPFLAGS="$CPPFLAGS"
10691 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10692 $as_unset ac_cv_header_fontconfig_fontconfig_h
10693 for ac_header in fontconfig/fontconfig.h
10694 do :
10695 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10696 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10697 cat >>confdefs.h <<_ACEOF
10698 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10699 _ACEOF
10703 done
10705 CPPFLAGS="$ac_save_CPPFLAGS"
10706 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10707 then
10708 FONTCONFIGINCL="$X_CFLAGS"
10710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10711 $as_echo_n "checking for -lfontconfig... " >&6; }
10712 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10713 $as_echo_n "(cached) " >&6
10714 else
10715 ac_check_soname_save_LIBS=$LIBS
10716 LIBS="-lfontconfig $X_LIBS $LIBS"
10717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10718 /* end confdefs.h. */
10720 /* Override any GCC internal prototype to avoid an error.
10721 Use char because int might match the return type of a GCC
10722 builtin and then its argument prototype would still apply. */
10723 #ifdef __cplusplus
10724 extern "C"
10725 #endif
10726 char FcInit ();
10728 main ()
10730 return FcInit ();
10732 return 0;
10734 _ACEOF
10735 if ac_fn_c_try_link "$LINENO"; then :
10736 case "$LIBEXT" in
10737 dll) ;;
10738 dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10739 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10740 esac
10742 rm -f core conftest.err conftest.$ac_objext \
10743 conftest$ac_exeext conftest.$ac_ext
10744 LIBS=$ac_check_soname_save_LIBS
10746 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10748 $as_echo "not found" >&6; }
10750 else
10751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10752 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10754 cat >>confdefs.h <<_ACEOF
10755 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10756 _ACEOF
10762 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10763 case "x$with_fontconfig" in
10764 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10765 xno) ;;
10766 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10767 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10768 esac
10771 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10772 then
10773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10774 $as_echo_n "checking for -lssl... " >&6; }
10775 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10776 $as_echo_n "(cached) " >&6
10777 else
10778 ac_check_soname_save_LIBS=$LIBS
10779 LIBS="-lssl $LIBS"
10780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10781 /* end confdefs.h. */
10783 /* Override any GCC internal prototype to avoid an error.
10784 Use char because int might match the return type of a GCC
10785 builtin and then its argument prototype would still apply. */
10786 #ifdef __cplusplus
10787 extern "C"
10788 #endif
10789 char SSL_library_init ();
10791 main ()
10793 return SSL_library_init ();
10795 return 0;
10797 _ACEOF
10798 if ac_fn_c_try_link "$LINENO"; then :
10799 case "$LIBEXT" in
10800 dll) ;;
10801 dylib) ac_cv_lib_soname_ssl=`otool -L conftest$ac_exeext | grep "libssl\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libssl\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10802 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10803 esac
10805 rm -f core conftest.err conftest.$ac_objext \
10806 conftest$ac_exeext conftest.$ac_ext
10807 LIBS=$ac_check_soname_save_LIBS
10809 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10811 $as_echo "not found" >&6; }
10813 else
10814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10815 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10817 cat >>confdefs.h <<_ACEOF
10818 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10819 _ACEOF
10823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10824 $as_echo_n "checking for -lcrypto... " >&6; }
10825 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10826 $as_echo_n "(cached) " >&6
10827 else
10828 ac_check_soname_save_LIBS=$LIBS
10829 LIBS="-lcrypto $LIBS"
10830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10831 /* end confdefs.h. */
10833 /* Override any GCC internal prototype to avoid an error.
10834 Use char because int might match the return type of a GCC
10835 builtin and then its argument prototype would still apply. */
10836 #ifdef __cplusplus
10837 extern "C"
10838 #endif
10839 char BIO_new_socket ();
10841 main ()
10843 return BIO_new_socket ();
10845 return 0;
10847 _ACEOF
10848 if ac_fn_c_try_link "$LINENO"; then :
10849 case "$LIBEXT" in
10850 dll) ;;
10851 dylib) ac_cv_lib_soname_crypto=`otool -L conftest$ac_exeext | grep "libcrypto\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcrypto\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10852 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10853 esac
10855 rm -f core conftest.err conftest.$ac_objext \
10856 conftest$ac_exeext conftest.$ac_ext
10857 LIBS=$ac_check_soname_save_LIBS
10859 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10861 $as_echo "not found" >&6; }
10863 else
10864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10865 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10867 cat >>confdefs.h <<_ACEOF
10868 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10869 _ACEOF
10874 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10875 case "x$with_openssl" in
10876 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10877 xno) ;;
10878 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10879 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10880 esac
10883 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10884 then
10885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10886 $as_echo_n "checking for -lgsm... " >&6; }
10887 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10888 $as_echo_n "(cached) " >&6
10889 else
10890 ac_check_soname_save_LIBS=$LIBS
10891 LIBS="-lgsm $LIBS"
10892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10893 /* end confdefs.h. */
10895 /* Override any GCC internal prototype to avoid an error.
10896 Use char because int might match the return type of a GCC
10897 builtin and then its argument prototype would still apply. */
10898 #ifdef __cplusplus
10899 extern "C"
10900 #endif
10901 char gsm_create ();
10903 main ()
10905 return gsm_create ();
10907 return 0;
10909 _ACEOF
10910 if ac_fn_c_try_link "$LINENO"; then :
10911 case "$LIBEXT" in
10912 dll) ;;
10913 dylib) ac_cv_lib_soname_gsm=`otool -L conftest$ac_exeext | grep "libgsm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgsm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10914 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10915 esac
10917 rm -f core conftest.err conftest.$ac_objext \
10918 conftest$ac_exeext conftest.$ac_ext
10919 LIBS=$ac_check_soname_save_LIBS
10921 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10923 $as_echo "not found" >&6; }
10925 else
10926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10927 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10929 cat >>confdefs.h <<_ACEOF
10930 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10931 _ACEOF
10936 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10937 case "x$with_gsm" in
10938 x) wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10939 xno) ;;
10940 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10941 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
10942 esac
10945 if test "$ac_cv_header_jpeglib_h" = "yes"
10946 then
10947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10948 $as_echo_n "checking for -ljpeg... " >&6; }
10949 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10950 $as_echo_n "(cached) " >&6
10951 else
10952 ac_check_soname_save_LIBS=$LIBS
10953 LIBS="-ljpeg $LIBS"
10954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10955 /* end confdefs.h. */
10957 /* Override any GCC internal prototype to avoid an error.
10958 Use char because int might match the return type of a GCC
10959 builtin and then its argument prototype would still apply. */
10960 #ifdef __cplusplus
10961 extern "C"
10962 #endif
10963 char jpeg_start_decompress ();
10965 main ()
10967 return jpeg_start_decompress ();
10969 return 0;
10971 _ACEOF
10972 if ac_fn_c_try_link "$LINENO"; then :
10973 case "$LIBEXT" in
10974 dll) ;;
10975 dylib) ac_cv_lib_soname_jpeg=`otool -L conftest$ac_exeext | grep "libjpeg\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjpeg\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10976 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10977 esac
10979 rm -f core conftest.err conftest.$ac_objext \
10980 conftest$ac_exeext conftest.$ac_ext
10981 LIBS=$ac_check_soname_save_LIBS
10983 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10985 $as_echo "not found" >&6; }
10987 else
10988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
10989 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
10991 cat >>confdefs.h <<_ACEOF
10992 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
10993 _ACEOF
10998 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10999 case "x$with_jpeg" in
11000 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11001 xno) ;;
11002 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11003 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11004 esac
11007 if test "$ac_cv_header_png_h" = "yes"
11008 then
11009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11010 $as_echo_n "checking for -lpng... " >&6; }
11011 if test "${ac_cv_lib_soname_png+set}" = set; then :
11012 $as_echo_n "(cached) " >&6
11013 else
11014 ac_check_soname_save_LIBS=$LIBS
11015 LIBS="-lpng -lm -lz $LIBS"
11016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11017 /* end confdefs.h. */
11019 /* Override any GCC internal prototype to avoid an error.
11020 Use char because int might match the return type of a GCC
11021 builtin and then its argument prototype would still apply. */
11022 #ifdef __cplusplus
11023 extern "C"
11024 #endif
11025 char png_create_read_struct ();
11027 main ()
11029 return png_create_read_struct ();
11031 return 0;
11033 _ACEOF
11034 if ac_fn_c_try_link "$LINENO"; then :
11035 case "$LIBEXT" in
11036 dll) ;;
11037 dylib) ac_cv_lib_soname_png=`otool -L conftest$ac_exeext | grep "libpng[0-9]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libpng[0-9]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11038 *) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11039 esac
11041 rm -f core conftest.err conftest.$ac_objext \
11042 conftest$ac_exeext conftest.$ac_ext
11043 LIBS=$ac_check_soname_save_LIBS
11045 if test "x$ac_cv_lib_soname_png" = "x"; then :
11046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11047 $as_echo "not found" >&6; }
11049 else
11050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11051 $as_echo "$ac_cv_lib_soname_png" >&6; }
11053 cat >>confdefs.h <<_ACEOF
11054 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11055 _ACEOF
11059 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11060 then
11061 ac_save_CPPFLAGS="$CPPFLAGS"
11062 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11063 $as_unset ac_cv_header_png_h
11064 for ac_header in png.h
11065 do :
11066 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11067 if test "x$ac_cv_header_png_h" = x""yes; then :
11068 cat >>confdefs.h <<_ACEOF
11069 #define HAVE_PNG_H 1
11070 _ACEOF
11074 done
11076 CPPFLAGS="$ac_save_CPPFLAGS"
11077 if test "$ac_cv_header_png_h" = "yes"
11078 then
11079 PNGINCL="$X_CFLAGS"
11081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11082 $as_echo_n "checking for -lpng... " >&6; }
11083 if test "${ac_cv_lib_soname_png+set}" = set; then :
11084 $as_echo_n "(cached) " >&6
11085 else
11086 ac_check_soname_save_LIBS=$LIBS
11087 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11089 /* end confdefs.h. */
11091 /* Override any GCC internal prototype to avoid an error.
11092 Use char because int might match the return type of a GCC
11093 builtin and then its argument prototype would still apply. */
11094 #ifdef __cplusplus
11095 extern "C"
11096 #endif
11097 char png_create_read_struct ();
11099 main ()
11101 return png_create_read_struct ();
11103 return 0;
11105 _ACEOF
11106 if ac_fn_c_try_link "$LINENO"; then :
11107 case "$LIBEXT" in
11108 dll) ;;
11109 dylib) ac_cv_lib_soname_png=`otool -L conftest$ac_exeext | grep "libpng[0-9]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libpng[0-9]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11110 *) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11111 esac
11113 rm -f core conftest.err conftest.$ac_objext \
11114 conftest$ac_exeext conftest.$ac_ext
11115 LIBS=$ac_check_soname_save_LIBS
11117 if test "x$ac_cv_lib_soname_png" = "x"; then :
11118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11119 $as_echo "not found" >&6; }
11121 else
11122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11123 $as_echo "$ac_cv_lib_soname_png" >&6; }
11125 cat >>confdefs.h <<_ACEOF
11126 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11127 _ACEOF
11133 if test "x$ac_cv_lib_soname_png" = "x"; then :
11134 case "x$with_png" in
11135 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11136 xno) ;;
11137 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11138 This is an error since --with-png was requested." "$LINENO" 5 ;;
11139 esac
11142 if test "$ac_cv_header_mpg123_h" = "yes"
11143 then
11144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11145 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11146 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11147 $as_echo_n "(cached) " >&6
11148 else
11149 ac_check_lib_save_LIBS=$LIBS
11150 LIBS="-lmpg123 $LIBS"
11151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11152 /* end confdefs.h. */
11154 /* Override any GCC internal prototype to avoid an error.
11155 Use char because int might match the return type of a GCC
11156 builtin and then its argument prototype would still apply. */
11157 #ifdef __cplusplus
11158 extern "C"
11159 #endif
11160 char mpg123_feed ();
11162 main ()
11164 return mpg123_feed ();
11166 return 0;
11168 _ACEOF
11169 if ac_fn_c_try_link "$LINENO"; then :
11170 ac_cv_lib_mpg123_mpg123_feed=yes
11171 else
11172 ac_cv_lib_mpg123_mpg123_feed=no
11174 rm -f core conftest.err conftest.$ac_objext \
11175 conftest$ac_exeext conftest.$ac_ext
11176 LIBS=$ac_check_lib_save_LIBS
11178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11179 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11180 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11181 LIBMPG123="-lmpg123"
11186 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
11187 case "x$with_mpg123" in
11188 x) wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11189 xno) ;;
11190 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11191 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11192 esac
11194 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11196 if test "$ac_cv_header_AL_al_h" = "yes"
11197 then
11198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11199 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11200 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11201 $as_echo_n "(cached) " >&6
11202 else
11203 ac_check_lib_save_LIBS=$LIBS
11204 LIBS="-lopenal $LIBS"
11205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11206 /* end confdefs.h. */
11208 /* Override any GCC internal prototype to avoid an error.
11209 Use char because int might match the return type of a GCC
11210 builtin and then its argument prototype would still apply. */
11211 #ifdef __cplusplus
11212 extern "C"
11213 #endif
11214 char alGetSource3i ();
11216 main ()
11218 return alGetSource3i ();
11220 return 0;
11222 _ACEOF
11223 if ac_fn_c_try_link "$LINENO"; then :
11224 ac_cv_lib_openal_alGetSource3i=yes
11225 else
11226 ac_cv_lib_openal_alGetSource3i=no
11228 rm -f core conftest.err conftest.$ac_objext \
11229 conftest$ac_exeext conftest.$ac_ext
11230 LIBS=$ac_check_lib_save_LIBS
11232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11233 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11234 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11235 LIBOPENAL="-lopenal"
11240 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11241 case "x$with_openal" in
11242 x) wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11243 xno) ;;
11244 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11245 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11246 esac
11248 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11250 if test "$ac_cv_header_kstat_h" = "yes"
11251 then
11252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11253 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11254 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11255 $as_echo_n "(cached) " >&6
11256 else
11257 ac_check_lib_save_LIBS=$LIBS
11258 LIBS="-lkstat $LIBS"
11259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11260 /* end confdefs.h. */
11262 /* Override any GCC internal prototype to avoid an error.
11263 Use char because int might match the return type of a GCC
11264 builtin and then its argument prototype would still apply. */
11265 #ifdef __cplusplus
11266 extern "C"
11267 #endif
11268 char kstat_open ();
11270 main ()
11272 return kstat_open ();
11274 return 0;
11276 _ACEOF
11277 if ac_fn_c_try_link "$LINENO"; then :
11278 ac_cv_lib_kstat_kstat_open=yes
11279 else
11280 ac_cv_lib_kstat_kstat_open=no
11282 rm -f core conftest.err conftest.$ac_objext \
11283 conftest$ac_exeext conftest.$ac_ext
11284 LIBS=$ac_check_lib_save_LIBS
11286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11287 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11288 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11290 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11292 LIBKSTAT="-lkstat"
11298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11299 $as_echo_n "checking for -lodbc... " >&6; }
11300 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11301 $as_echo_n "(cached) " >&6
11302 else
11303 ac_check_soname_save_LIBS=$LIBS
11304 LIBS="-lodbc $LIBS"
11305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11306 /* end confdefs.h. */
11308 /* Override any GCC internal prototype to avoid an error.
11309 Use char because int might match the return type of a GCC
11310 builtin and then its argument prototype would still apply. */
11311 #ifdef __cplusplus
11312 extern "C"
11313 #endif
11314 char SQLConnect ();
11316 main ()
11318 return SQLConnect ();
11320 return 0;
11322 _ACEOF
11323 if ac_fn_c_try_link "$LINENO"; then :
11324 case "$LIBEXT" in
11325 dll) ;;
11326 dylib) ac_cv_lib_soname_odbc=`otool -L conftest$ac_exeext | grep "libodbc\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libodbc\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11327 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11328 esac
11330 rm -f core conftest.err conftest.$ac_objext \
11331 conftest$ac_exeext conftest.$ac_ext
11332 LIBS=$ac_check_soname_save_LIBS
11334 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11336 $as_echo "not found" >&6; }
11337 cat >>confdefs.h <<_ACEOF
11338 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11339 _ACEOF
11341 else
11342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11343 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11345 cat >>confdefs.h <<_ACEOF
11346 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11347 _ACEOF
11352 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11353 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11354 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11355 "$ac_cv_header_soundcard_h" != "yes" -a \
11356 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11357 then
11358 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
11362 EXTRACFLAGS=""
11364 if test "x${GCC}" = "xyes"
11365 then
11366 EXTRACFLAGS="-Wall -pipe"
11368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11369 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11370 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11371 $as_echo_n "(cached) " >&6
11372 else
11373 if test "$cross_compiling" = yes; then :
11374 ac_cv_c_gcc_strength_bug="yes"
11375 else
11376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11377 /* end confdefs.h. */
11378 int L[4] = {0,1,2,3};
11380 main ()
11382 static int Array[3];
11383 unsigned int B = 3;
11384 int i;
11385 for(i=0; i<B; i++) Array[i] = i - 3;
11386 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11387 L[i] = 4;
11388 return (Array[1] != -2 || L[2] != 3)
11390 return 0;
11392 _ACEOF
11393 if ac_fn_c_try_run "$LINENO"; then :
11394 ac_cv_c_gcc_strength_bug="no"
11395 else
11396 ac_cv_c_gcc_strength_bug="yes"
11398 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11399 conftest.$ac_objext conftest.beam conftest.$ac_ext
11403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11404 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11405 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11406 then
11407 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11411 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11412 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11413 $as_echo_n "(cached) " >&6
11414 else
11415 ac_wine_try_cflags_saved=$CFLAGS
11416 CFLAGS="$CFLAGS -fno-builtin"
11417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11418 /* end confdefs.h. */
11419 int main(int argc, char *argv) { return 0; }
11420 _ACEOF
11421 if ac_fn_c_try_link "$LINENO"; then :
11422 ac_cv_cflags__fno_builtin=yes
11423 else
11424 ac_cv_cflags__fno_builtin=no
11426 rm -f core conftest.err conftest.$ac_objext \
11427 conftest$ac_exeext conftest.$ac_ext
11428 CFLAGS=$ac_wine_try_cflags_saved
11430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11431 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11432 if test $ac_cv_cflags__fno_builtin = yes; then :
11433 BUILTINFLAG="-fno-builtin"
11436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11437 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11438 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11439 $as_echo_n "(cached) " >&6
11440 else
11441 ac_wine_try_cflags_saved=$CFLAGS
11442 CFLAGS="$CFLAGS -fno-strict-aliasing"
11443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11444 /* end confdefs.h. */
11445 int main(int argc, char *argv) { return 0; }
11446 _ACEOF
11447 if ac_fn_c_try_link "$LINENO"; then :
11448 ac_cv_cflags__fno_strict_aliasing=yes
11449 else
11450 ac_cv_cflags__fno_strict_aliasing=no
11452 rm -f core conftest.err conftest.$ac_objext \
11453 conftest$ac_exeext conftest.$ac_ext
11454 CFLAGS=$ac_wine_try_cflags_saved
11456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11457 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11458 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11459 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11462 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11463 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11464 $as_echo_n "(cached) " >&6
11465 else
11466 ac_wine_try_cflags_saved=$CFLAGS
11467 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11469 /* end confdefs.h. */
11470 int main(int argc, char *argv) { return 0; }
11471 _ACEOF
11472 if ac_fn_c_try_link "$LINENO"; then :
11473 ac_cv_cflags__Wdeclaration_after_statement=yes
11474 else
11475 ac_cv_cflags__Wdeclaration_after_statement=no
11477 rm -f core conftest.err conftest.$ac_objext \
11478 conftest$ac_exeext conftest.$ac_ext
11479 CFLAGS=$ac_wine_try_cflags_saved
11481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11482 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11483 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11484 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11487 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11488 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11489 $as_echo_n "(cached) " >&6
11490 else
11491 ac_wine_try_cflags_saved=$CFLAGS
11492 CFLAGS="$CFLAGS -Wstrict-prototypes"
11493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11494 /* end confdefs.h. */
11495 int main(int argc, char *argv) { return 0; }
11496 _ACEOF
11497 if ac_fn_c_try_link "$LINENO"; then :
11498 ac_cv_cflags__Wstrict_prototypes=yes
11499 else
11500 ac_cv_cflags__Wstrict_prototypes=no
11502 rm -f core conftest.err conftest.$ac_objext \
11503 conftest$ac_exeext conftest.$ac_ext
11504 CFLAGS=$ac_wine_try_cflags_saved
11506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11507 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11508 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11509 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11512 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11513 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11514 $as_echo_n "(cached) " >&6
11515 else
11516 ac_wine_try_cflags_saved=$CFLAGS
11517 CFLAGS="$CFLAGS -Wtype-limits"
11518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11519 /* end confdefs.h. */
11520 int main(int argc, char *argv) { return 0; }
11521 _ACEOF
11522 if ac_fn_c_try_link "$LINENO"; then :
11523 ac_cv_cflags__Wtype_limits=yes
11524 else
11525 ac_cv_cflags__Wtype_limits=no
11527 rm -f core conftest.err conftest.$ac_objext \
11528 conftest$ac_exeext conftest.$ac_ext
11529 CFLAGS=$ac_wine_try_cflags_saved
11531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11532 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11533 if test $ac_cv_cflags__Wtype_limits = yes; then :
11534 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11537 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11538 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11539 $as_echo_n "(cached) " >&6
11540 else
11541 ac_wine_try_cflags_saved=$CFLAGS
11542 CFLAGS="$CFLAGS -Wwrite-strings"
11543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11544 /* end confdefs.h. */
11545 int main(int argc, char *argv) { return 0; }
11546 _ACEOF
11547 if ac_fn_c_try_link "$LINENO"; then :
11548 ac_cv_cflags__Wwrite_strings=yes
11549 else
11550 ac_cv_cflags__Wwrite_strings=no
11552 rm -f core conftest.err conftest.$ac_objext \
11553 conftest$ac_exeext conftest.$ac_ext
11554 CFLAGS=$ac_wine_try_cflags_saved
11556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11557 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11558 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11559 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11562 saved_CFLAGS="$CFLAGS"
11563 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11565 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11566 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11567 $as_echo_n "(cached) " >&6
11568 else
11569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11570 /* end confdefs.h. */
11571 #include <string.h>
11573 main ()
11577 return 0;
11579 _ACEOF
11580 if ac_fn_c_try_compile "$LINENO"; then :
11581 ac_cv_c_string_h_warnings=no
11582 else
11583 ac_cv_c_string_h_warnings=yes
11585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11588 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11589 CFLAGS="$saved_CFLAGS"
11590 if test "$ac_cv_c_string_h_warnings" = "no"
11591 then
11592 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11595 if test "${enable_maintainer_mode+set}" = set
11596 then
11597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11598 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11599 if test "${ac_cv_cflags__Werror+set}" = set; then :
11600 $as_echo_n "(cached) " >&6
11601 else
11602 ac_wine_try_cflags_saved=$CFLAGS
11603 CFLAGS="$CFLAGS -Werror"
11604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11605 /* end confdefs.h. */
11606 int main(int argc, char *argv) { return 0; }
11607 _ACEOF
11608 if ac_fn_c_try_link "$LINENO"; then :
11609 ac_cv_cflags__Werror=yes
11610 else
11611 ac_cv_cflags__Werror=no
11613 rm -f core conftest.err conftest.$ac_objext \
11614 conftest$ac_exeext conftest.$ac_ext
11615 CFLAGS=$ac_wine_try_cflags_saved
11617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11618 $as_echo "$ac_cv_cflags__Werror" >&6; }
11619 if test $ac_cv_cflags__Werror = yes; then :
11620 EXTRACFLAGS="$EXTRACFLAGS -Werror"
11624 saved_CFLAGS="$CFLAGS"
11625 CFLAGS="$CFLAGS -Werror"
11626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11627 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11628 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11629 $as_echo_n "(cached) " >&6
11630 else
11631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11632 /* end confdefs.h. */
11633 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11635 main ()
11639 return 0;
11641 _ACEOF
11642 if ac_fn_c_try_compile "$LINENO"; then :
11643 ac_cv_have_ms_hook_prologue="yes"
11644 else
11645 ac_cv_have_ms_hook_prologue="no"
11647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11650 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11651 CFLAGS="$saved_CFLAGS"
11652 if test "$ac_cv_have_ms_hook_prologue" = "yes"
11653 then
11655 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11657 else
11658 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11665 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11666 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11667 $as_echo_n "(cached) " >&6
11668 else
11669 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11670 /* end confdefs.h. */
11671 extern int ac_test;
11673 main ()
11675 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11677 return 0;
11679 _ACEOF
11680 if ac_fn_c_try_link "$LINENO"; then :
11681 ac_cv_c_extern_prefix="yes"
11682 else
11683 ac_cv_c_extern_prefix="no"
11685 rm -f core conftest.err conftest.$ac_objext \
11686 conftest$ac_exeext conftest.$ac_ext
11688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11689 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11691 case $host_cpu in
11692 *i[3456789]86*)
11693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11694 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11695 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11696 $as_echo_n "(cached) " >&6
11697 else
11698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11699 /* end confdefs.h. */
11700 #ifndef _MSC_VER
11701 #define __stdcall __attribute__((__stdcall__))
11702 #endif
11703 int __stdcall ac_test(int i) { return i; }
11705 main ()
11707 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11709 return 0;
11711 _ACEOF
11712 if ac_fn_c_try_link "$LINENO"; then :
11713 ac_cv_c_stdcall_suffix="yes"
11714 else
11715 ac_cv_c_stdcall_suffix="no"
11717 rm -f core conftest.err conftest.$ac_objext \
11718 conftest$ac_exeext conftest.$ac_ext
11720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11721 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11722 *) ac_cv_c_stdcall_suffix="no" ;;
11723 esac
11726 if test "$ac_cv_c_extern_prefix" = "yes"
11727 then
11728 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11730 asm_name_prefix="_"
11731 else
11732 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11734 asm_name_prefix=""
11738 if test "$ac_cv_c_stdcall_suffix" = "yes"
11739 then
11740 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11742 else
11743 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11749 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11750 if test "${ac_cv_asm_func_def+set}" = set; then :
11751 $as_echo_n "(cached) " >&6
11752 else
11753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11754 /* end confdefs.h. */
11757 main ()
11759 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11761 return 0;
11763 _ACEOF
11764 if ac_fn_c_try_link "$LINENO"; then :
11765 ac_cv_asm_func_def=".def"
11766 else
11767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11768 /* end confdefs.h. */
11771 main ()
11773 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11775 return 0;
11777 _ACEOF
11778 if ac_fn_c_try_link "$LINENO"; then :
11779 ac_cv_asm_func_def=".type @function"
11780 else
11781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11782 /* end confdefs.h. */
11785 main ()
11787 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11789 return 0;
11791 _ACEOF
11792 if ac_fn_c_try_link "$LINENO"; then :
11793 ac_cv_asm_func_def=".type 2"
11794 else
11795 ac_cv_asm_func_def="unknown"
11797 rm -f core conftest.err conftest.$ac_objext \
11798 conftest$ac_exeext conftest.$ac_ext
11800 rm -f core conftest.err conftest.$ac_objext \
11801 conftest$ac_exeext conftest.$ac_ext
11803 rm -f core conftest.err conftest.$ac_objext \
11804 conftest$ac_exeext conftest.$ac_ext
11806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11807 $as_echo "$ac_cv_asm_func_def" >&6; }
11810 case "$ac_cv_asm_func_def" in
11811 ".def")
11812 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11814 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11815 ".type @function")
11816 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11818 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11819 ".type 2")
11820 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11822 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11824 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11826 asm_func_header="" ;;
11827 esac
11829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11830 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11831 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11832 $as_echo_n "(cached) " >&6
11833 else
11834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11835 /* end confdefs.h. */
11836 asm(".text\n\t.long 0");
11838 main ()
11842 return 0;
11844 _ACEOF
11845 if ac_fn_c_try_compile "$LINENO"; then :
11846 ac_cv_c_asm_outside_funcs="yes"
11847 else
11848 ac_cv_c_asm_outside_funcs="no"
11850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11853 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11856 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11857 if test "${ac_cv_c_dot_previous+set}" = set; then :
11858 $as_echo_n "(cached) " >&6
11859 else
11860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11861 /* end confdefs.h. */
11864 main ()
11866 asm(".text\nac_test:\t.long 0\n\t.previous");
11868 return 0;
11870 _ACEOF
11871 if ac_fn_c_try_link "$LINENO"; then :
11872 ac_cv_c_dot_previous="yes"
11873 else
11874 ac_cv_c_dot_previous="no"
11876 rm -f core conftest.err conftest.$ac_objext \
11877 conftest$ac_exeext conftest.$ac_ext
11879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11880 $as_echo "$ac_cv_c_dot_previous" >&6; }
11882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11883 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11884 if test "${ac_cv_c_cfi_support+set}" = set; then :
11885 $as_echo_n "(cached) " >&6
11886 else
11887 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11888 /* end confdefs.h. */
11889 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11891 main ()
11895 return 0;
11897 _ACEOF
11898 if ac_fn_c_try_compile "$LINENO"; then :
11899 ac_cv_c_cfi_support="yes"
11900 else
11901 ac_cv_c_cfi_support="no"
11903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
11906 $as_echo "$ac_cv_c_cfi_support" >&6; }
11908 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
11909 asm_func_trailer=""
11910 if test "$ac_cv_c_dot_previous" = "yes"
11911 then
11912 asm_func_trailer="\\n\\t.previous"
11914 if test "$ac_cv_c_cfi_support" = "yes"
11915 then
11916 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
11917 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
11919 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
11921 else
11922 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
11926 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
11929 if test "$ac_cv_c_asm_outside_funcs" = "yes"
11930 then
11931 cat >>confdefs.h <<_ACEOF
11932 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
11933 _ACEOF
11935 else
11936 cat >>confdefs.h <<_ACEOF
11937 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
11938 _ACEOF
11942 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
11945 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
11949 LDPATH=""
11951 case $build_os in
11952 cygwin*|mingw32*)
11953 TOOLSEXT=".exe"
11955 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
11957 darwin*|macosx*)
11960 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
11962 esac
11964 case $host_os in
11965 mingw32*)
11966 CRTLIBS="-lmsvcrt"
11968 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
11971 esac
11973 MAIN_BINARY="wine"
11975 test -z "$with_wine64" || MAIN_BINARY="wine32"
11977 case $host_cpu in
11978 *i[3456789]86*)
11979 case $host_os in
11980 linux*)
11981 EXTRA_BINARIES="wine-preloader"
11983 esac
11985 esac
11988 ac_save_CFLAGS="$CFLAGS"
11989 CFLAGS="$CFLAGS $BUILTINFLAG"
11990 for ac_func in \
11991 _pclose \
11992 _popen \
11993 _snprintf \
11994 _spawnvp \
11995 _strdup \
11996 _stricmp \
11997 _strnicmp \
11998 _strtoi64 \
11999 _strtoui64 \
12000 _vsnprintf \
12001 asctime_r \
12002 chsize \
12003 dlopen \
12004 epoll_create \
12005 ffs \
12006 finite \
12007 fnmatch \
12008 fork \
12009 fpclass \
12010 fstatfs \
12011 fstatvfs \
12012 ftruncate \
12013 futimes \
12014 futimesat \
12015 getdirentries \
12016 getopt_long \
12017 getpagesize \
12018 getpwuid \
12019 gettid \
12020 gettimeofday \
12021 getuid \
12022 kqueue \
12023 lstat \
12024 memmove \
12025 mmap \
12026 pclose \
12027 pipe2 \
12028 poll \
12029 popen \
12030 port_create \
12031 prctl \
12032 pread \
12033 pwrite \
12034 readdir \
12035 readlink \
12036 sched_setaffinity \
12037 sched_yield \
12038 select \
12039 setproctitle \
12040 setrlimit \
12041 settimeofday \
12042 sigaltstack \
12043 sigprocmask \
12044 snprintf \
12045 spawnvp \
12046 statfs \
12047 statvfs \
12048 strcasecmp \
12049 strdup \
12050 strerror \
12051 strncasecmp \
12052 strtold \
12053 strtoll \
12054 strtoull \
12055 symlink \
12056 tcgetattr \
12057 thr_kill2 \
12058 timegm \
12059 usleep \
12060 vsnprintf \
12061 wait4 \
12062 waitpid \
12064 do :
12065 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12066 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12067 eval as_val=\$$as_ac_var
12068 if test "x$as_val" = x""yes; then :
12069 cat >>confdefs.h <<_ACEOF
12070 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12071 _ACEOF
12074 done
12076 CFLAGS="$ac_save_CFLAGS"
12078 if test "$ac_cv_func_dlopen" = no
12079 then
12080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12081 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12082 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12083 $as_echo_n "(cached) " >&6
12084 else
12085 ac_check_lib_save_LIBS=$LIBS
12086 LIBS="-ldl $LIBS"
12087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12088 /* end confdefs.h. */
12090 /* Override any GCC internal prototype to avoid an error.
12091 Use char because int might match the return type of a GCC
12092 builtin and then its argument prototype would still apply. */
12093 #ifdef __cplusplus
12094 extern "C"
12095 #endif
12096 char dlopen ();
12098 main ()
12100 return dlopen ();
12102 return 0;
12104 _ACEOF
12105 if ac_fn_c_try_link "$LINENO"; then :
12106 ac_cv_lib_dl_dlopen=yes
12107 else
12108 ac_cv_lib_dl_dlopen=no
12110 rm -f core conftest.err conftest.$ac_objext \
12111 conftest$ac_exeext conftest.$ac_ext
12112 LIBS=$ac_check_lib_save_LIBS
12114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12115 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12116 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12117 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12118 LIBDL="-ldl"
12123 ac_wine_check_funcs_save_LIBS="$LIBS"
12124 LIBS="$LIBS $LIBDL"
12125 for ac_func in dladdr
12126 do :
12127 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12128 if test "x$ac_cv_func_dladdr" = x""yes; then :
12129 cat >>confdefs.h <<_ACEOF
12130 #define HAVE_DLADDR 1
12131 _ACEOF
12134 done
12136 LIBS="$ac_wine_check_funcs_save_LIBS"
12138 if test "$ac_cv_func_poll" = no
12139 then
12140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12141 $as_echo_n "checking for poll in -lpoll... " >&6; }
12142 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12143 $as_echo_n "(cached) " >&6
12144 else
12145 ac_check_lib_save_LIBS=$LIBS
12146 LIBS="-lpoll $LIBS"
12147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12148 /* end confdefs.h. */
12150 /* Override any GCC internal prototype to avoid an error.
12151 Use char because int might match the return type of a GCC
12152 builtin and then its argument prototype would still apply. */
12153 #ifdef __cplusplus
12154 extern "C"
12155 #endif
12156 char poll ();
12158 main ()
12160 return poll ();
12162 return 0;
12164 _ACEOF
12165 if ac_fn_c_try_link "$LINENO"; then :
12166 ac_cv_lib_poll_poll=yes
12167 else
12168 ac_cv_lib_poll_poll=no
12170 rm -f core conftest.err conftest.$ac_objext \
12171 conftest$ac_exeext conftest.$ac_ext
12172 LIBS=$ac_check_lib_save_LIBS
12174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12175 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12176 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12177 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12178 LIBPOLL="-lpoll"
12184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12185 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12186 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12187 $as_echo_n "(cached) " >&6
12188 else
12189 ac_func_search_save_LIBS=$LIBS
12190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12191 /* end confdefs.h. */
12193 /* Override any GCC internal prototype to avoid an error.
12194 Use char because int might match the return type of a GCC
12195 builtin and then its argument prototype would still apply. */
12196 #ifdef __cplusplus
12197 extern "C"
12198 #endif
12199 char gethostbyname ();
12201 main ()
12203 return gethostbyname ();
12205 return 0;
12207 _ACEOF
12208 for ac_lib in '' nsl; do
12209 if test -z "$ac_lib"; then
12210 ac_res="none required"
12211 else
12212 ac_res=-l$ac_lib
12213 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12215 if ac_fn_c_try_link "$LINENO"; then :
12216 ac_cv_search_gethostbyname=$ac_res
12218 rm -f core conftest.err conftest.$ac_objext \
12219 conftest$ac_exeext
12220 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12221 break
12223 done
12224 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12226 else
12227 ac_cv_search_gethostbyname=no
12229 rm conftest.$ac_ext
12230 LIBS=$ac_func_search_save_LIBS
12232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12233 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12234 ac_res=$ac_cv_search_gethostbyname
12235 if test "$ac_res" != no; then :
12236 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12242 $as_echo_n "checking for library containing connect... " >&6; }
12243 if test "${ac_cv_search_connect+set}" = set; then :
12244 $as_echo_n "(cached) " >&6
12245 else
12246 ac_func_search_save_LIBS=$LIBS
12247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12248 /* end confdefs.h. */
12250 /* Override any GCC internal prototype to avoid an error.
12251 Use char because int might match the return type of a GCC
12252 builtin and then its argument prototype would still apply. */
12253 #ifdef __cplusplus
12254 extern "C"
12255 #endif
12256 char connect ();
12258 main ()
12260 return connect ();
12262 return 0;
12264 _ACEOF
12265 for ac_lib in '' socket; do
12266 if test -z "$ac_lib"; then
12267 ac_res="none required"
12268 else
12269 ac_res=-l$ac_lib
12270 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12272 if ac_fn_c_try_link "$LINENO"; then :
12273 ac_cv_search_connect=$ac_res
12275 rm -f core conftest.err conftest.$ac_objext \
12276 conftest$ac_exeext
12277 if test "${ac_cv_search_connect+set}" = set; then :
12278 break
12280 done
12281 if test "${ac_cv_search_connect+set}" = set; then :
12283 else
12284 ac_cv_search_connect=no
12286 rm conftest.$ac_ext
12287 LIBS=$ac_func_search_save_LIBS
12289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12290 $as_echo "$ac_cv_search_connect" >&6; }
12291 ac_res=$ac_cv_search_connect
12292 if test "$ac_res" != no; then :
12293 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12299 $as_echo_n "checking for library containing inet_aton... " >&6; }
12300 if test "${ac_cv_search_inet_aton+set}" = set; then :
12301 $as_echo_n "(cached) " >&6
12302 else
12303 ac_func_search_save_LIBS=$LIBS
12304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12305 /* end confdefs.h. */
12307 /* Override any GCC internal prototype to avoid an error.
12308 Use char because int might match the return type of a GCC
12309 builtin and then its argument prototype would still apply. */
12310 #ifdef __cplusplus
12311 extern "C"
12312 #endif
12313 char inet_aton ();
12315 main ()
12317 return inet_aton ();
12319 return 0;
12321 _ACEOF
12322 for ac_lib in '' resolv; do
12323 if test -z "$ac_lib"; then
12324 ac_res="none required"
12325 else
12326 ac_res=-l$ac_lib
12327 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12329 if ac_fn_c_try_link "$LINENO"; then :
12330 ac_cv_search_inet_aton=$ac_res
12332 rm -f core conftest.err conftest.$ac_objext \
12333 conftest$ac_exeext
12334 if test "${ac_cv_search_inet_aton+set}" = set; then :
12335 break
12337 done
12338 if test "${ac_cv_search_inet_aton+set}" = set; then :
12340 else
12341 ac_cv_search_inet_aton=no
12343 rm conftest.$ac_ext
12344 LIBS=$ac_func_search_save_LIBS
12346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12347 $as_echo "$ac_cv_search_inet_aton" >&6; }
12348 ac_res=$ac_cv_search_inet_aton
12349 if test "$ac_res" != no; then :
12350 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12355 for ac_func in \
12356 getaddrinfo \
12357 getnameinfo \
12358 getnetbyname \
12359 getprotobyname \
12360 getprotobynumber \
12361 getservbyport \
12362 inet_network \
12363 inet_ntop \
12364 inet_pton \
12365 sendmsg \
12366 socketpair \
12368 do :
12369 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12370 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12371 eval as_val=\$$as_ac_var
12372 if test "x$as_val" = x""yes; then :
12373 cat >>confdefs.h <<_ACEOF
12374 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12375 _ACEOF
12378 done
12381 LDAPLIBS=""
12383 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12384 then
12385 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12387 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12389 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12390 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12391 $as_echo_n "(cached) " >&6
12392 else
12393 ac_check_lib_save_LIBS=$LIBS
12394 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12396 /* end confdefs.h. */
12398 /* Override any GCC internal prototype to avoid an error.
12399 Use char because int might match the return type of a GCC
12400 builtin and then its argument prototype would still apply. */
12401 #ifdef __cplusplus
12402 extern "C"
12403 #endif
12404 char ldap_initialize ();
12406 main ()
12408 return ldap_initialize ();
12410 return 0;
12412 _ACEOF
12413 if ac_fn_c_try_link "$LINENO"; then :
12414 ac_cv_lib_ldap_r_ldap_initialize=yes
12415 else
12416 ac_cv_lib_ldap_r_ldap_initialize=no
12418 rm -f core conftest.err conftest.$ac_objext \
12419 conftest$ac_exeext conftest.$ac_ext
12420 LIBS=$ac_check_lib_save_LIBS
12422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12423 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12424 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12426 $as_echo_n "checking for ber_init in -llber... " >&6; }
12427 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12428 $as_echo_n "(cached) " >&6
12429 else
12430 ac_check_lib_save_LIBS=$LIBS
12431 LIBS="-llber $LIBPTHREAD $LIBS"
12432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12433 /* end confdefs.h. */
12435 /* Override any GCC internal prototype to avoid an error.
12436 Use char because int might match the return type of a GCC
12437 builtin and then its argument prototype would still apply. */
12438 #ifdef __cplusplus
12439 extern "C"
12440 #endif
12441 char ber_init ();
12443 main ()
12445 return ber_init ();
12447 return 0;
12449 _ACEOF
12450 if ac_fn_c_try_link "$LINENO"; then :
12451 ac_cv_lib_lber_ber_init=yes
12452 else
12453 ac_cv_lib_lber_ber_init=no
12455 rm -f core conftest.err conftest.$ac_objext \
12456 conftest$ac_exeext conftest.$ac_ext
12457 LIBS=$ac_check_lib_save_LIBS
12459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12460 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12461 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12463 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12465 LDAPLIBS="-lldap_r -llber"
12472 ac_wine_check_funcs_save_LIBS="$LIBS"
12473 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12474 for ac_func in \
12475 ldap_count_references \
12476 ldap_first_reference \
12477 ldap_next_reference \
12478 ldap_parse_reference \
12479 ldap_parse_sort_control \
12480 ldap_parse_sortresponse_control \
12481 ldap_parse_vlv_control \
12482 ldap_parse_vlvresponse_control
12483 do :
12484 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12485 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12486 eval as_val=\$$as_ac_var
12487 if test "x$as_val" = x""yes; then :
12488 cat >>confdefs.h <<_ACEOF
12489 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12490 _ACEOF
12493 done
12495 LIBS="$ac_wine_check_funcs_save_LIBS"
12497 if test "x$LDAPLIBS" = "x"; then :
12498 case "x$with_ldap" in
12499 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12500 xno) ;;
12501 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12502 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12503 esac
12506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12507 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12508 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12509 $as_echo_n "(cached) " >&6
12510 else
12511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12512 /* end confdefs.h. */
12513 #include <sys/stat.h>
12515 main ()
12517 mkdir("foo");
12519 return 0;
12521 _ACEOF
12522 if ac_fn_c_try_compile "$LINENO"; then :
12523 wine_cv_one_arg_mkdir=yes
12524 else
12525 wine_cv_one_arg_mkdir=no
12527 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12530 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12531 if test "$wine_cv_one_arg_mkdir" = "yes"
12532 then
12534 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12540 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12541 if test "${ac_cv_c_const+set}" = set; then :
12542 $as_echo_n "(cached) " >&6
12543 else
12544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12545 /* end confdefs.h. */
12548 main ()
12550 /* FIXME: Include the comments suggested by Paul. */
12551 #ifndef __cplusplus
12552 /* Ultrix mips cc rejects this. */
12553 typedef int charset[2];
12554 const charset cs;
12555 /* SunOS 4.1.1 cc rejects this. */
12556 char const *const *pcpcc;
12557 char **ppc;
12558 /* NEC SVR4.0.2 mips cc rejects this. */
12559 struct point {int x, y;};
12560 static struct point const zero = {0,0};
12561 /* AIX XL C 1.02.0.0 rejects this.
12562 It does not let you subtract one const X* pointer from another in
12563 an arm of an if-expression whose if-part is not a constant
12564 expression */
12565 const char *g = "string";
12566 pcpcc = &g + (g ? g-g : 0);
12567 /* HPUX 7.0 cc rejects these. */
12568 ++pcpcc;
12569 ppc = (char**) pcpcc;
12570 pcpcc = (char const *const *) ppc;
12571 { /* SCO 3.2v4 cc rejects this. */
12572 char *t;
12573 char const *s = 0 ? (char *) 0 : (char const *) 0;
12575 *t++ = 0;
12576 if (s) return 0;
12578 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12579 int x[] = {25, 17};
12580 const int *foo = &x[0];
12581 ++foo;
12583 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12584 typedef const int *iptr;
12585 iptr p = 0;
12586 ++p;
12588 { /* AIX XL C 1.02.0.0 rejects this saying
12589 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12590 struct s { int j; const int *ap[3]; };
12591 struct s *b; b->j = 5;
12593 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12594 const int foo = 10;
12595 if (!foo) return 0;
12597 return !cs[0] && !zero.x;
12598 #endif
12601 return 0;
12603 _ACEOF
12604 if ac_fn_c_try_compile "$LINENO"; then :
12605 ac_cv_c_const=yes
12606 else
12607 ac_cv_c_const=no
12609 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12612 $as_echo "$ac_cv_c_const" >&6; }
12613 if test $ac_cv_c_const = no; then
12615 $as_echo "#define const /**/" >>confdefs.h
12619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12620 $as_echo_n "checking for inline... " >&6; }
12621 if test "${ac_cv_c_inline+set}" = set; then :
12622 $as_echo_n "(cached) " >&6
12623 else
12624 ac_cv_c_inline=no
12625 for ac_kw in inline __inline__ __inline; do
12626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12627 /* end confdefs.h. */
12628 #ifndef __cplusplus
12629 typedef int foo_t;
12630 static $ac_kw foo_t static_foo () {return 0; }
12631 $ac_kw foo_t foo () {return 0; }
12632 #endif
12634 _ACEOF
12635 if ac_fn_c_try_compile "$LINENO"; then :
12636 ac_cv_c_inline=$ac_kw
12638 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12639 test "$ac_cv_c_inline" != no && break
12640 done
12643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12644 $as_echo "$ac_cv_c_inline" >&6; }
12646 case $ac_cv_c_inline in
12647 inline | yes) ;;
12649 case $ac_cv_c_inline in
12650 no) ac_val=;;
12651 *) ac_val=$ac_cv_c_inline;;
12652 esac
12653 cat >>confdefs.h <<_ACEOF
12654 #ifndef __cplusplus
12655 #define inline $ac_val
12656 #endif
12657 _ACEOF
12659 esac
12661 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12662 if test "x$ac_cv_type_mode_t" = x""yes; then :
12664 cat >>confdefs.h <<_ACEOF
12665 #define HAVE_MODE_T 1
12666 _ACEOF
12670 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12671 if test "x$ac_cv_type_off_t" = x""yes; then :
12673 cat >>confdefs.h <<_ACEOF
12674 #define HAVE_OFF_T 1
12675 _ACEOF
12679 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12680 if test "x$ac_cv_type_pid_t" = x""yes; then :
12682 cat >>confdefs.h <<_ACEOF
12683 #define HAVE_PID_T 1
12684 _ACEOF
12688 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12689 if test "x$ac_cv_type_size_t" = x""yes; then :
12691 cat >>confdefs.h <<_ACEOF
12692 #define HAVE_SIZE_T 1
12693 _ACEOF
12697 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12698 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12700 cat >>confdefs.h <<_ACEOF
12701 #define HAVE_SSIZE_T 1
12702 _ACEOF
12706 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12707 if test "x$ac_cv_type_long_long" = x""yes; then :
12709 cat >>confdefs.h <<_ACEOF
12710 #define HAVE_LONG_LONG 1
12711 _ACEOF
12715 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12716 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12718 cat >>confdefs.h <<_ACEOF
12719 #define HAVE_FSBLKCNT_T 1
12720 _ACEOF
12724 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12725 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12727 cat >>confdefs.h <<_ACEOF
12728 #define HAVE_FSFILCNT_T 1
12729 _ACEOF
12734 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12735 #include <signal.h>
12737 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12739 cat >>confdefs.h <<_ACEOF
12740 #define HAVE_SIGSET_T 1
12741 _ACEOF
12746 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12748 if test "x$ac_cv_type_request_sense" = x""yes; then :
12750 cat >>confdefs.h <<_ACEOF
12751 #define HAVE_REQUEST_SENSE 1
12752 _ACEOF
12758 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12759 #ifdef HAVE_SYS_SOCKET_H
12760 #include <sys/socket.h>
12761 #endif
12762 #ifdef HAVE_SYS_SOCKETVAR_H
12763 #include <sys/socketvar.h>
12764 #endif
12765 #ifdef HAVE_NET_ROUTE_H
12766 #include <net/route.h>
12767 #endif
12768 #ifdef HAVE_NETINET_IN_H
12769 #include <netinet/in.h>
12770 #endif
12771 #ifdef HAVE_NETINET_IN_SYSTM_H
12772 #include <netinet/in_systm.h>
12773 #endif
12774 #ifdef HAVE_NETINET_IP_H
12775 #include <netinet/ip.h>
12776 #endif
12777 #ifdef HAVE_NETINET_IN_PCB_H
12778 #include <netinet/in_pcb.h>
12779 #endif
12781 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12783 cat >>confdefs.h <<_ACEOF
12784 #define HAVE_STRUCT_XINPGEN 1
12785 _ACEOF
12791 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12792 #include <linux/input.h>
12793 #endif
12795 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12797 cat >>confdefs.h <<_ACEOF
12798 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12799 _ACEOF
12805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12806 $as_echo_n "checking for sigaddset... " >&6; }
12807 if test "${wine_cv_have_sigaddset+set}" = set; then :
12808 $as_echo_n "(cached) " >&6
12809 else
12810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12811 /* end confdefs.h. */
12812 #include <signal.h>
12814 main ()
12816 sigset_t set; sigaddset(&set,SIGTERM);
12818 return 0;
12820 _ACEOF
12821 if ac_fn_c_try_link "$LINENO"; then :
12822 wine_cv_have_sigaddset=yes
12823 else
12824 wine_cv_have_sigaddset=no
12826 rm -f core conftest.err conftest.$ac_objext \
12827 conftest$ac_exeext conftest.$ac_ext
12829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12830 $as_echo "$wine_cv_have_sigaddset" >&6; }
12831 if test "$wine_cv_have_sigaddset" = "yes"
12832 then
12834 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12840 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12841 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12842 $as_echo_n "(cached) " >&6
12843 else
12844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12845 /* end confdefs.h. */
12846 #include <netdb.h>
12848 main ()
12851 char *name=0;
12852 struct hostent he;
12853 struct hostent *result;
12854 char *buf=0;
12855 int bufsize=0;
12856 int res,errnr;
12857 char *addr=0;
12858 int addrlen=0;
12859 int addrtype=0;
12860 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12861 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12864 return 0;
12866 _ACEOF
12867 if ac_fn_c_try_link "$LINENO"; then :
12868 wine_cv_linux_gethostbyname_r_6=yes
12869 else
12870 wine_cv_linux_gethostbyname_r_6=no
12873 rm -f core conftest.err conftest.$ac_objext \
12874 conftest$ac_exeext conftest.$ac_ext
12877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12878 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12879 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12880 then
12882 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12886 if test "$ac_cv_header_linux_joystick_h" = "yes"
12887 then
12888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12889 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12890 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12891 $as_echo_n "(cached) " >&6
12892 else
12893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12894 /* end confdefs.h. */
12896 #include <sys/ioctl.h>
12897 #include <sys/types.h>
12898 #include <linux/joystick.h>
12900 struct js_event blub;
12901 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12902 #error "no 2.2 header"
12903 #endif
12906 main ()
12908 /*empty*/
12910 return 0;
12912 _ACEOF
12913 if ac_fn_c_try_compile "$LINENO"; then :
12914 wine_cv_linux_joystick_22_api=yes
12915 else
12916 wine_cv_linux_joystick_22_api=no
12918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
12922 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
12923 if test "$wine_cv_linux_joystick_22_api" = "yes"
12924 then
12926 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
12932 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
12933 #ifdef HAVE_SYS_PARAM_H
12934 # include <sys/param.h>
12935 #endif
12936 #ifdef HAVE_SYS_MOUNT_H
12937 # include <sys/mount.h>
12938 #endif
12939 #ifdef HAVE_SYS_VFS_H
12940 # include <sys/vfs.h>
12941 #endif
12942 #ifdef HAVE_SYS_STATFS_H
12943 # include <sys/statfs.h>
12944 #endif
12946 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
12948 cat >>confdefs.h <<_ACEOF
12949 #define HAVE_STRUCT_STATFS_F_BFREE 1
12950 _ACEOF
12954 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
12955 #ifdef HAVE_SYS_PARAM_H
12956 # include <sys/param.h>
12957 #endif
12958 #ifdef HAVE_SYS_MOUNT_H
12959 # include <sys/mount.h>
12960 #endif
12961 #ifdef HAVE_SYS_VFS_H
12962 # include <sys/vfs.h>
12963 #endif
12964 #ifdef HAVE_SYS_STATFS_H
12965 # include <sys/statfs.h>
12966 #endif
12968 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
12970 cat >>confdefs.h <<_ACEOF
12971 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
12972 _ACEOF
12976 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
12977 #ifdef HAVE_SYS_PARAM_H
12978 # include <sys/param.h>
12979 #endif
12980 #ifdef HAVE_SYS_MOUNT_H
12981 # include <sys/mount.h>
12982 #endif
12983 #ifdef HAVE_SYS_VFS_H
12984 # include <sys/vfs.h>
12985 #endif
12986 #ifdef HAVE_SYS_STATFS_H
12987 # include <sys/statfs.h>
12988 #endif
12990 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
12992 cat >>confdefs.h <<_ACEOF
12993 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
12994 _ACEOF
12998 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
12999 #ifdef HAVE_SYS_PARAM_H
13000 # include <sys/param.h>
13001 #endif
13002 #ifdef HAVE_SYS_MOUNT_H
13003 # include <sys/mount.h>
13004 #endif
13005 #ifdef HAVE_SYS_VFS_H
13006 # include <sys/vfs.h>
13007 #endif
13008 #ifdef HAVE_SYS_STATFS_H
13009 # include <sys/statfs.h>
13010 #endif
13012 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13014 cat >>confdefs.h <<_ACEOF
13015 #define HAVE_STRUCT_STATFS_F_FFREE 1
13016 _ACEOF
13020 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13021 #ifdef HAVE_SYS_PARAM_H
13022 # include <sys/param.h>
13023 #endif
13024 #ifdef HAVE_SYS_MOUNT_H
13025 # include <sys/mount.h>
13026 #endif
13027 #ifdef HAVE_SYS_VFS_H
13028 # include <sys/vfs.h>
13029 #endif
13030 #ifdef HAVE_SYS_STATFS_H
13031 # include <sys/statfs.h>
13032 #endif
13034 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13036 cat >>confdefs.h <<_ACEOF
13037 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13038 _ACEOF
13042 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13043 #ifdef HAVE_SYS_PARAM_H
13044 # include <sys/param.h>
13045 #endif
13046 #ifdef HAVE_SYS_MOUNT_H
13047 # include <sys/mount.h>
13048 #endif
13049 #ifdef HAVE_SYS_VFS_H
13050 # include <sys/vfs.h>
13051 #endif
13052 #ifdef HAVE_SYS_STATFS_H
13053 # include <sys/statfs.h>
13054 #endif
13056 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13058 cat >>confdefs.h <<_ACEOF
13059 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13060 _ACEOF
13066 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13067 #include <sys/statvfs.h>
13068 #endif
13070 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13072 cat >>confdefs.h <<_ACEOF
13073 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13074 _ACEOF
13080 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13081 #ifdef HAVE_SYS_SOCKET_H
13082 # include <sys/socket.h>
13083 #endif
13084 #ifdef HAVE_SYS_UN_H
13085 # include <sys/un.h>
13086 #endif
13088 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13090 cat >>confdefs.h <<_ACEOF
13091 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13092 _ACEOF
13096 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13097 #ifdef HAVE_SYS_SOCKET_H
13098 # include <sys/socket.h>
13099 #endif
13100 #ifdef HAVE_SYS_UN_H
13101 # include <sys/un.h>
13102 #endif
13104 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13106 cat >>confdefs.h <<_ACEOF
13107 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13108 _ACEOF
13112 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13113 #ifdef HAVE_SYS_SOCKET_H
13114 # include <sys/socket.h>
13115 #endif
13116 #ifdef HAVE_SYS_UN_H
13117 # include <sys/un.h>
13118 #endif
13120 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13122 cat >>confdefs.h <<_ACEOF
13123 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13124 _ACEOF
13130 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13131 #ifdef HAVE_SCSI_SG_H
13132 #include <scsi/sg.h>
13133 #endif
13135 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13137 cat >>confdefs.h <<_ACEOF
13138 #define HAVE_SCSIREQ_T_CMD 1
13139 _ACEOF
13143 ac_fn_c_check_member "$LINENO" "sg_io_hdr_t" "interface_id" "ac_cv_member_sg_io_hdr_t_interface_id" "#include <sys/types.h>
13144 #ifdef HAVE_SCSI_SG_H
13145 #include <scsi/sg.h>
13146 #endif
13148 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13150 cat >>confdefs.h <<_ACEOF
13151 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13152 _ACEOF
13158 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13160 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13162 cat >>confdefs.h <<_ACEOF
13163 #define HAVE_SIGINFO_T_SI_FD 1
13164 _ACEOF
13170 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13171 #ifdef HAVE_SYS_MTIO_H
13172 #include <sys/mtio.h>
13173 #endif
13175 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13177 cat >>confdefs.h <<_ACEOF
13178 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13179 _ACEOF
13183 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13184 #ifdef HAVE_SYS_MTIO_H
13185 #include <sys/mtio.h>
13186 #endif
13188 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13190 cat >>confdefs.h <<_ACEOF
13191 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13192 _ACEOF
13196 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13197 #ifdef HAVE_SYS_MTIO_H
13198 #include <sys/mtio.h>
13199 #endif
13201 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13203 cat >>confdefs.h <<_ACEOF
13204 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13205 _ACEOF
13211 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13212 #include <getopt.h>
13213 #endif
13215 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13217 cat >>confdefs.h <<_ACEOF
13218 #define HAVE_STRUCT_OPTION_NAME 1
13219 _ACEOF
13225 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13226 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13228 cat >>confdefs.h <<_ACEOF
13229 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13230 _ACEOF
13234 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13235 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13237 cat >>confdefs.h <<_ACEOF
13238 #define HAVE_STRUCT_STAT_ST_MTIM 1
13239 _ACEOF
13243 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13244 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13246 cat >>confdefs.h <<_ACEOF
13247 #define HAVE_STRUCT_STAT_ST_CTIM 1
13248 _ACEOF
13252 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13253 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13255 cat >>confdefs.h <<_ACEOF
13256 #define HAVE_STRUCT_STAT_ST_ATIM 1
13257 _ACEOF
13263 ac_fn_c_check_member "$LINENO" "struct sockaddr_in6" "sin6_scope_id" "ac_cv_member_struct_sockaddr_in6_sin6_scope_id" "#ifdef HAVE_SYS_TYPES_H
13264 #include <sys/types.h>
13265 #endif
13266 #ifdef HAVE_NETINET_IN_H
13267 #include <netinet/in.h>
13268 #endif
13270 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13272 cat >>confdefs.h <<_ACEOF
13273 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13274 _ACEOF
13280 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13281 #include <sys/types.h>
13282 #endif
13283 #ifdef HAVE_NETINET_IN_H
13284 # include <netinet/in.h>
13285 #endif
13286 #ifdef HAVE_ARPA_NAMESER_H
13287 # include <arpa/nameser.h>
13288 #endif
13290 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13292 cat >>confdefs.h <<_ACEOF
13293 #define HAVE_NS_MSG__MSG_PTR 1
13294 _ACEOF
13300 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13301 #include <sys/types.h>
13302 #endif
13303 #ifdef HAVE_ALIAS_H
13304 #include <alias.h>
13305 #endif
13306 #ifdef HAVE_SYS_SOCKET_H
13307 #include <sys/socket.h>
13308 #endif
13309 #ifdef HAVE_SYS_SOCKETVAR_H
13310 #include <sys/socketvar.h>
13311 #endif
13312 #ifdef HAVE_SYS_TIMEOUT_H
13313 #include <sys/timeout.h>
13314 #endif
13315 #ifdef HAVE_NETINET_IN_H
13316 #include <netinet/in.h>
13317 #endif
13318 #ifdef HAVE_NETINET_IN_SYSTM_H
13319 #include <netinet/in_systm.h>
13320 #endif
13321 #ifdef HAVE_NETINET_IP_H
13322 #include <netinet/ip.h>
13323 #endif
13324 #ifdef HAVE_NETINET_IP_VAR_H
13325 #include <netinet/ip_var.h>
13326 #endif
13327 #ifdef HAVE_NETINET_IP_ICMP_H
13328 #include <netinet/ip_icmp.h>
13329 #endif
13330 #ifdef HAVE_NETINET_ICMP_VAR
13331 #include <netinet/icmp_var.h>
13332 #endif
13334 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13336 cat >>confdefs.h <<_ACEOF
13337 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13338 _ACEOF
13344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13345 $as_echo_n "checking for timezone variable... " >&6; }
13346 if test "${ac_cv_have_timezone+set}" = set; then :
13347 $as_echo_n "(cached) " >&6
13348 else
13349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13350 /* end confdefs.h. */
13351 #include <time.h>
13353 main ()
13355 timezone = 1
13357 return 0;
13359 _ACEOF
13360 if ac_fn_c_try_link "$LINENO"; then :
13361 ac_cv_have_timezone="yes"
13362 else
13363 ac_cv_have_timezone="no"
13365 rm -f core conftest.err conftest.$ac_objext \
13366 conftest$ac_exeext conftest.$ac_ext
13368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13369 $as_echo "$ac_cv_have_timezone" >&6; }
13370 if test "$ac_cv_have_timezone" = "yes"
13371 then
13373 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13377 $as_echo_n "checking for daylight variable... " >&6; }
13378 if test "${ac_cv_have_daylight+set}" = set; then :
13379 $as_echo_n "(cached) " >&6
13380 else
13381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13382 /* end confdefs.h. */
13383 #include <time.h>
13385 main ()
13387 daylight = 1
13389 return 0;
13391 _ACEOF
13392 if ac_fn_c_try_link "$LINENO"; then :
13393 ac_cv_have_daylight="yes"
13394 else
13395 ac_cv_have_daylight="no"
13397 rm -f core conftest.err conftest.$ac_objext \
13398 conftest$ac_exeext conftest.$ac_ext
13400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13401 $as_echo "$ac_cv_have_daylight" >&6; }
13402 if test "$ac_cv_have_daylight" = "yes"
13403 then
13405 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13410 $as_echo_n "checking for isinf... " >&6; }
13411 if test "${ac_cv_have_isinf+set}" = set; then :
13412 $as_echo_n "(cached) " >&6
13413 else
13414 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13415 /* end confdefs.h. */
13416 #include <math.h>
13418 main ()
13420 float f = 0.0; int i=isinf(f)
13422 return 0;
13424 _ACEOF
13425 if ac_fn_c_try_link "$LINENO"; then :
13426 ac_cv_have_isinf="yes"
13427 else
13428 ac_cv_have_isinf="no"
13430 rm -f core conftest.err conftest.$ac_objext \
13431 conftest$ac_exeext conftest.$ac_ext
13433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13434 $as_echo "$ac_cv_have_isinf" >&6; }
13435 if test "$ac_cv_have_isinf" = "yes"
13436 then
13438 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13443 $as_echo_n "checking for isnan... " >&6; }
13444 if test "${ac_cv_have_isnan+set}" = set; then :
13445 $as_echo_n "(cached) " >&6
13446 else
13447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13448 /* end confdefs.h. */
13449 #include <math.h>
13451 main ()
13453 float f = 0.0; int i=isnan(f)
13455 return 0;
13457 _ACEOF
13458 if ac_fn_c_try_link "$LINENO"; then :
13459 ac_cv_have_isnan="yes"
13460 else
13461 ac_cv_have_isnan="no"
13463 rm -f core conftest.err conftest.$ac_objext \
13464 conftest$ac_exeext conftest.$ac_ext
13466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13467 $as_echo "$ac_cv_have_isnan" >&6; }
13468 if test "$ac_cv_have_isnan" = "yes"
13469 then
13471 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13476 case $host_cpu in
13477 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13478 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13479 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13480 $as_echo_n "(cached) " >&6
13481 else
13482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13483 /* end confdefs.h. */
13484 #ifndef __i386__
13486 #endif
13487 _ACEOF
13488 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13489 $EGREP "yes" >/dev/null 2>&1; then :
13490 ac_cv_cpp_def___i386__=yes
13491 else
13492 ac_cv_cpp_def___i386__=no
13494 rm -f conftest*
13497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13498 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13499 if test $ac_cv_cpp_def___i386__ = yes; then :
13500 CFLAGS="$CFLAGS -D__i386__"
13501 LINTFLAGS="$LINTFLAGS -D__i386__"
13502 fi ;;
13503 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13504 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13505 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13506 $as_echo_n "(cached) " >&6
13507 else
13508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13509 /* end confdefs.h. */
13510 #ifndef __x86_64__
13512 #endif
13513 _ACEOF
13514 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13515 $EGREP "yes" >/dev/null 2>&1; then :
13516 ac_cv_cpp_def___x86_64__=yes
13517 else
13518 ac_cv_cpp_def___x86_64__=no
13520 rm -f conftest*
13523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13524 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13525 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13526 CFLAGS="$CFLAGS -D__x86_64__"
13527 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13528 fi ;;
13529 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13530 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13531 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13532 $as_echo_n "(cached) " >&6
13533 else
13534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13535 /* end confdefs.h. */
13536 #ifndef __ALPHA__
13538 #endif
13539 _ACEOF
13540 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13541 $EGREP "yes" >/dev/null 2>&1; then :
13542 ac_cv_cpp_def___ALPHA__=yes
13543 else
13544 ac_cv_cpp_def___ALPHA__=no
13546 rm -f conftest*
13549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13550 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13551 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13552 CFLAGS="$CFLAGS -D__ALPHA__"
13553 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13554 fi ;;
13555 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13556 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13557 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13558 $as_echo_n "(cached) " >&6
13559 else
13560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13561 /* end confdefs.h. */
13562 #ifndef __sparc__
13564 #endif
13565 _ACEOF
13566 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13567 $EGREP "yes" >/dev/null 2>&1; then :
13568 ac_cv_cpp_def___sparc__=yes
13569 else
13570 ac_cv_cpp_def___sparc__=no
13572 rm -f conftest*
13575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13576 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13577 if test $ac_cv_cpp_def___sparc__ = yes; then :
13578 CFLAGS="$CFLAGS -D__sparc__"
13579 LINTFLAGS="$LINTFLAGS -D__sparc__"
13580 fi ;;
13581 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13582 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13583 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13584 $as_echo_n "(cached) " >&6
13585 else
13586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13587 /* end confdefs.h. */
13588 #ifndef __powerpc__
13590 #endif
13591 _ACEOF
13592 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13593 $EGREP "yes" >/dev/null 2>&1; then :
13594 ac_cv_cpp_def___powerpc__=yes
13595 else
13596 ac_cv_cpp_def___powerpc__=no
13598 rm -f conftest*
13601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13602 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13603 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13604 CFLAGS="$CFLAGS -D__powerpc__"
13605 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13606 fi ;;
13607 esac
13609 case $host_vendor in
13610 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13611 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13612 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13613 $as_echo_n "(cached) " >&6
13614 else
13615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13616 /* end confdefs.h. */
13617 #ifndef __sun__
13619 #endif
13620 _ACEOF
13621 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13622 $EGREP "yes" >/dev/null 2>&1; then :
13623 ac_cv_cpp_def___sun__=yes
13624 else
13625 ac_cv_cpp_def___sun__=no
13627 rm -f conftest*
13630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13631 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13632 if test $ac_cv_cpp_def___sun__ = yes; then :
13633 CFLAGS="$CFLAGS -D__sun__"
13634 LINTFLAGS="$LINTFLAGS -D__sun__"
13635 fi ;;
13636 esac
13639 DEPENDENCIES="### Dependencies:
13641 .INIT: Makefile
13642 .BEGIN: Makefile
13643 .MAKEFILEDEPS:
13644 Makefile: dummy
13645 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13647 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
13648 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13649 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13650 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13651 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13654 ALL_MAKERULES=""
13656 ALL_MAKEFILES=""
13658 ALL_SYMLINKS=""
13660 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13663 ALL_TOP_DIRS=""
13665 ALL_DLL_DIRS=""
13667 ALL_TOOL_DIRS=""
13669 ALL_IMPLIB_DIRS=""
13671 ALL_STATIC_LIBS=""
13673 ALL_IMPORT_LIBS=""
13675 ALL_IMPORTLIB_RULES=""
13677 ALL_TEST_DIRS=""
13679 ALL_PROGRAM_DIRS=""
13681 ALL_PROGRAM_INSTALL_DIRS=""
13683 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13688 ac_config_commands="$ac_config_commands include/stamp-h"
13691 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
13692 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13693 dlls/wineps.drv/generic.ppd"
13694 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
13695 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13696 fonts/marlett.ttf"
13697 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
13698 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13699 fonts/symbol.ttf"
13700 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
13701 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13702 fonts/tahoma.ttf"
13703 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
13704 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13705 fonts/tahomabd.ttf"
13706 ac_config_links="$ac_config_links wine:tools/winewrapper"
13707 ALL_SYMLINKS="$ALL_SYMLINKS \\
13708 wine"
13710 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13712 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13714 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13716 ac_config_commands="$ac_config_commands dlls/user32/resources"
13718 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13720 ac_config_commands="$ac_config_commands include/wine"
13723 ALL_MAKERULES="$ALL_MAKERULES \\
13724 Make.rules"
13725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13726 Make.rules: Make.rules.in config.status"
13727 MAKE_RULES=Make.rules
13728 ac_config_files="$ac_config_files Make.rules"
13730 ALL_MAKERULES="$ALL_MAKERULES \\
13731 dlls/Makedll.rules"
13732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13733 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules config.status"
13734 MAKE_DLL_RULES=dlls/Makedll.rules
13735 ac_config_files="$ac_config_files dlls/Makedll.rules"
13737 ALL_MAKERULES="$ALL_MAKERULES \\
13738 dlls/Makeimplib.rules"
13739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13740 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules config.status"
13741 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13742 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13744 ALL_MAKERULES="$ALL_MAKERULES \\
13745 dlls/Maketest.rules"
13746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13747 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules config.status"
13748 MAKE_TEST_RULES=dlls/Maketest.rules
13749 ac_config_files="$ac_config_files dlls/Maketest.rules"
13751 ALL_MAKERULES="$ALL_MAKERULES \\
13752 programs/Makeprog.rules"
13753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13754 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules config.status"
13755 MAKE_PROG_RULES=programs/Makeprog.rules
13756 ac_config_files="$ac_config_files programs/Makeprog.rules"
13761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13762 Makefile: Makefile.in Make.rules config.status"
13763 ac_config_files="$ac_config_files Makefile"
13765 ALL_MAKEFILES="$ALL_MAKEFILES \\
13766 dlls/Makefile"
13767 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13768 dlls"
13769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13770 dlls/Makefile: dlls/Makefile.in Make.rules config.status"
13771 ac_config_files="$ac_config_files dlls/Makefile"
13773 ALL_MAKEFILES="$ALL_MAKEFILES \\
13774 dlls/acledit/Makefile"
13775 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13776 acledit"
13777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13778 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules config.status"
13779 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13781 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13782 aclui/libaclui.$IMPLIBEXT"
13783 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13784 aclui/libaclui.def aclui/libaclui.a aclui/libaclui.cross.a: aclui/aclui.spec \$(WINEBUILD)
13785 @cd aclui && \$(MAKE) \`basename \$@\`"
13786 ALL_MAKEFILES="$ALL_MAKEFILES \\
13787 dlls/aclui/Makefile"
13788 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13789 aclui"
13790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13791 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules config.status"
13792 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13794 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13795 activeds/libactiveds.$IMPLIBEXT"
13796 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13797 activeds/libactiveds.def activeds/libactiveds.a activeds/libactiveds.cross.a: activeds/activeds.spec \$(WINEBUILD)
13798 @cd activeds && \$(MAKE) \`basename \$@\`"
13799 ALL_MAKEFILES="$ALL_MAKEFILES \\
13800 dlls/activeds/Makefile"
13801 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13802 activeds"
13803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13804 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules config.status"
13805 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13807 ALL_MAKEFILES="$ALL_MAKEFILES \\
13808 dlls/actxprxy/Makefile"
13809 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13810 actxprxy"
13811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13812 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules config.status"
13813 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13815 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
13816 adsiid/libadsiid.a"
13817 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13818 adsiid/libadsiid.a: adsiid
13819 adsiid/libadsiid.cross.a: dummy
13820 @cd adsiid && \$(MAKE) libadsiid.cross.a"
13821 ALL_MAKEFILES="$ALL_MAKEFILES \\
13822 dlls/adsiid/Makefile"
13823 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
13824 adsiid"
13825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13826 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules config.status"
13827 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13829 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13830 advapi32/libadvapi32.$IMPLIBEXT"
13831 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13832 advapi32/libadvapi32.def advapi32/libadvapi32.a advapi32/libadvapi32.cross.a: advapi32/advapi32.spec \$(WINEBUILD)
13833 @cd advapi32 && \$(MAKE) \`basename \$@\`"
13834 ALL_MAKEFILES="$ALL_MAKEFILES \\
13835 dlls/advapi32/Makefile"
13836 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13837 advapi32"
13838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13839 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules config.status"
13840 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13842 ALL_MAKEFILES="$ALL_MAKEFILES \\
13843 dlls/advapi32/tests/Makefile"
13844 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13845 advapi32/tests"
13846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13847 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules config.status"
13848 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13850 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13851 advpack/libadvpack.$IMPLIBEXT"
13852 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13853 advpack/libadvpack.def advpack/libadvpack.a advpack/libadvpack.cross.a: advpack/advpack.spec \$(WINEBUILD)
13854 @cd advpack && \$(MAKE) \`basename \$@\`"
13855 ALL_MAKEFILES="$ALL_MAKEFILES \\
13856 dlls/advpack/Makefile"
13857 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13858 advpack"
13859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13860 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules config.status"
13861 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13863 ALL_MAKEFILES="$ALL_MAKEFILES \\
13864 dlls/advpack/tests/Makefile"
13865 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13866 advpack/tests"
13867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13868 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules config.status"
13869 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13871 ALL_MAKEFILES="$ALL_MAKEFILES \\
13872 dlls/amstream/Makefile"
13873 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13874 amstream"
13875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13876 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules config.status"
13877 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13879 ALL_MAKEFILES="$ALL_MAKEFILES \\
13880 dlls/amstream/tests/Makefile"
13881 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13882 amstream/tests"
13883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13884 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules config.status"
13885 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13887 ALL_MAKEFILES="$ALL_MAKEFILES \\
13888 dlls/appwiz.cpl/Makefile"
13889 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13890 appwiz.cpl"
13891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13892 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules config.status"
13893 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13895 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13896 atl/libatl.$IMPLIBEXT"
13897 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13898 atl/libatl.def atl/libatl.a atl/libatl.cross.a: atl/atl.spec \$(WINEBUILD)
13899 @cd atl && \$(MAKE) \`basename \$@\`"
13900 ALL_MAKEFILES="$ALL_MAKEFILES \\
13901 dlls/atl/Makefile"
13902 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13903 atl"
13904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13905 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules config.status"
13906 ac_config_files="$ac_config_files dlls/atl/Makefile"
13908 ALL_MAKEFILES="$ALL_MAKEFILES \\
13909 dlls/authz/Makefile"
13910 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13911 authz"
13912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13913 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules config.status"
13914 ac_config_files="$ac_config_files dlls/authz/Makefile"
13916 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13917 avicap32/libavicap32.$IMPLIBEXT"
13918 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13919 avicap32/libavicap32.def avicap32/libavicap32.a avicap32/libavicap32.cross.a: avicap32/avicap32.spec \$(WINEBUILD)
13920 @cd avicap32 && \$(MAKE) \`basename \$@\`"
13921 ALL_MAKEFILES="$ALL_MAKEFILES \\
13922 dlls/avicap32/Makefile"
13923 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13924 avicap32"
13925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13926 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules config.status"
13927 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13929 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13930 avifil32/libavifil32.$IMPLIBEXT"
13931 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13932 avifil32/libavifil32.def avifil32/libavifil32.a avifil32/libavifil32.cross.a: avifil32/avifil32.spec \$(WINEBUILD)
13933 @cd avifil32 && \$(MAKE) \`basename \$@\`"
13934 ALL_MAKEFILES="$ALL_MAKEFILES \\
13935 dlls/avifil32/Makefile"
13936 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13937 avifil32"
13938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13939 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules config.status"
13940 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13942 ALL_MAKEFILES="$ALL_MAKEFILES \\
13943 dlls/avifil32/tests/Makefile"
13944 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13945 avifil32/tests"
13946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13947 dlls/avifil32/tests/Makefile: dlls/avifil32/tests/Makefile.in dlls/Maketest.rules config.status"
13948 ac_config_files="$ac_config_files dlls/avifil32/tests/Makefile"
13950 ALL_MAKEFILES="$ALL_MAKEFILES \\
13951 dlls/avifile.dll16/Makefile"
13952 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13953 avifile.dll16"
13954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13955 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules config.status"
13956 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
13958 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13959 avrt/libavrt.$IMPLIBEXT"
13960 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13961 avrt/libavrt.def avrt/libavrt.a avrt/libavrt.cross.a: avrt/avrt.spec \$(WINEBUILD)
13962 @cd avrt && \$(MAKE) \`basename \$@\`"
13963 ALL_MAKEFILES="$ALL_MAKEFILES \\
13964 dlls/avrt/Makefile"
13965 test "x$enable_avrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13966 avrt"
13967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13968 dlls/avrt/Makefile: dlls/avrt/Makefile.in dlls/Makedll.rules config.status"
13969 ac_config_files="$ac_config_files dlls/avrt/Makefile"
13971 ALL_MAKEFILES="$ALL_MAKEFILES \\
13972 dlls/bcrypt/Makefile"
13973 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13974 bcrypt"
13975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13976 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules config.status"
13977 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
13979 ALL_MAKEFILES="$ALL_MAKEFILES \\
13980 dlls/browseui/Makefile"
13981 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13982 browseui"
13983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13984 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules config.status"
13985 ac_config_files="$ac_config_files dlls/browseui/Makefile"
13987 ALL_MAKEFILES="$ALL_MAKEFILES \\
13988 dlls/browseui/tests/Makefile"
13989 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13990 browseui/tests"
13991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13992 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules config.status"
13993 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
13995 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13996 cabinet/libcabinet.$IMPLIBEXT"
13997 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13998 cabinet/libcabinet.def cabinet/libcabinet.a cabinet/libcabinet.cross.a: cabinet/cabinet.spec \$(WINEBUILD)
13999 @cd cabinet && \$(MAKE) \`basename \$@\`"
14000 ALL_MAKEFILES="$ALL_MAKEFILES \\
14001 dlls/cabinet/Makefile"
14002 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14003 cabinet"
14004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14005 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules config.status"
14006 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
14008 ALL_MAKEFILES="$ALL_MAKEFILES \\
14009 dlls/cabinet/tests/Makefile"
14010 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14011 cabinet/tests"
14012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14013 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules config.status"
14014 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
14016 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14017 capi2032/libcapi2032.$IMPLIBEXT"
14018 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14019 capi2032/libcapi2032.def capi2032/libcapi2032.a capi2032/libcapi2032.cross.a: capi2032/capi2032.spec \$(WINEBUILD)
14020 @cd capi2032 && \$(MAKE) \`basename \$@\`"
14021 ALL_MAKEFILES="$ALL_MAKEFILES \\
14022 dlls/capi2032/Makefile"
14023 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14024 capi2032"
14025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14026 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules config.status"
14027 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
14029 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14030 cards/libcards.$IMPLIBEXT"
14031 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14032 cards/libcards.def cards/libcards.a cards/libcards.cross.a: cards/cards.spec \$(WINEBUILD)
14033 @cd cards && \$(MAKE) \`basename \$@\`"
14034 ALL_MAKEFILES="$ALL_MAKEFILES \\
14035 dlls/cards/Makefile"
14036 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14037 cards"
14038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14039 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules config.status"
14040 ac_config_files="$ac_config_files dlls/cards/Makefile"
14042 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14043 cfgmgr32/libcfgmgr32.$IMPLIBEXT"
14044 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14045 cfgmgr32/libcfgmgr32.def cfgmgr32/libcfgmgr32.a cfgmgr32/libcfgmgr32.cross.a: cfgmgr32/cfgmgr32.spec \$(WINEBUILD)
14046 @cd cfgmgr32 && \$(MAKE) \`basename \$@\`"
14047 ALL_MAKEFILES="$ALL_MAKEFILES \\
14048 dlls/cfgmgr32/Makefile"
14049 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14050 cfgmgr32"
14051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14052 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules config.status"
14053 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
14055 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14056 clusapi/libclusapi.$IMPLIBEXT"
14057 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14058 clusapi/libclusapi.def clusapi/libclusapi.a clusapi/libclusapi.cross.a: clusapi/clusapi.spec \$(WINEBUILD)
14059 @cd clusapi && \$(MAKE) \`basename \$@\`"
14060 ALL_MAKEFILES="$ALL_MAKEFILES \\
14061 dlls/clusapi/Makefile"
14062 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14063 clusapi"
14064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14065 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules config.status"
14066 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
14068 ALL_MAKEFILES="$ALL_MAKEFILES \\
14069 dlls/comcat/Makefile"
14070 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14071 comcat"
14072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14073 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules config.status"
14074 ac_config_files="$ac_config_files dlls/comcat/Makefile"
14076 ALL_MAKEFILES="$ALL_MAKEFILES \\
14077 dlls/comcat/tests/Makefile"
14078 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14079 comcat/tests"
14080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14081 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules config.status"
14082 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
14084 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14085 comctl32/libcomctl32.$IMPLIBEXT"
14086 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14087 comctl32/libcomctl32.def comctl32/libcomctl32.a comctl32/libcomctl32.cross.a: comctl32/comctl32.spec \$(WINEBUILD)
14088 @cd comctl32 && \$(MAKE) \`basename \$@\`"
14089 ALL_MAKEFILES="$ALL_MAKEFILES \\
14090 dlls/comctl32/Makefile"
14091 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14092 comctl32"
14093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14094 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules config.status"
14095 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
14097 ALL_MAKEFILES="$ALL_MAKEFILES \\
14098 dlls/comctl32/tests/Makefile"
14099 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14100 comctl32/tests"
14101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14102 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules config.status"
14103 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
14105 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14106 comdlg32/libcomdlg32.$IMPLIBEXT"
14107 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14108 comdlg32/libcomdlg32.def comdlg32/libcomdlg32.a comdlg32/libcomdlg32.cross.a: comdlg32/comdlg32.spec \$(WINEBUILD)
14109 @cd comdlg32 && \$(MAKE) \`basename \$@\`"
14110 ALL_MAKEFILES="$ALL_MAKEFILES \\
14111 dlls/comdlg32/Makefile"
14112 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14113 comdlg32"
14114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14115 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules config.status"
14116 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
14118 ALL_MAKEFILES="$ALL_MAKEFILES \\
14119 dlls/comdlg32/tests/Makefile"
14120 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14121 comdlg32/tests"
14122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14123 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules config.status"
14124 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
14126 ALL_MAKEFILES="$ALL_MAKEFILES \\
14127 dlls/comm.drv16/Makefile"
14128 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14129 comm.drv16"
14130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14131 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules config.status"
14132 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
14134 ALL_MAKEFILES="$ALL_MAKEFILES \\
14135 dlls/commdlg.dll16/Makefile"
14136 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14137 commdlg.dll16"
14138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14139 dlls/commdlg.dll16/Makefile: dlls/commdlg.dll16/Makefile.in dlls/Makedll.rules config.status"
14140 ac_config_files="$ac_config_files dlls/commdlg.dll16/Makefile"
14142 ALL_MAKEFILES="$ALL_MAKEFILES \\
14143 dlls/compobj.dll16/Makefile"
14144 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14145 compobj.dll16"
14146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14147 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules config.status"
14148 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
14150 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14151 compstui/libcompstui.$IMPLIBEXT"
14152 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14153 compstui/libcompstui.def compstui/libcompstui.a compstui/libcompstui.cross.a: compstui/compstui.spec \$(WINEBUILD)
14154 @cd compstui && \$(MAKE) \`basename \$@\`"
14155 ALL_MAKEFILES="$ALL_MAKEFILES \\
14156 dlls/compstui/Makefile"
14157 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14158 compstui"
14159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14160 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules config.status"
14161 ac_config_files="$ac_config_files dlls/compstui/Makefile"
14163 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14164 credui/libcredui.$IMPLIBEXT"
14165 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14166 credui/libcredui.def credui/libcredui.a credui/libcredui.cross.a: credui/credui.spec \$(WINEBUILD)
14167 @cd credui && \$(MAKE) \`basename \$@\`"
14168 ALL_MAKEFILES="$ALL_MAKEFILES \\
14169 dlls/credui/Makefile"
14170 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14171 credui"
14172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14173 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules config.status"
14174 ac_config_files="$ac_config_files dlls/credui/Makefile"
14176 ALL_MAKEFILES="$ALL_MAKEFILES \\
14177 dlls/credui/tests/Makefile"
14178 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14179 credui/tests"
14180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14181 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules config.status"
14182 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14184 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14185 crtdll/libcrtdll.$IMPLIBEXT"
14186 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14187 crtdll/libcrtdll.def crtdll/libcrtdll.a crtdll/libcrtdll.cross.a: crtdll/crtdll.spec \$(WINEBUILD)
14188 @cd crtdll && \$(MAKE) \`basename \$@\`"
14189 ALL_MAKEFILES="$ALL_MAKEFILES \\
14190 dlls/crtdll/Makefile"
14191 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14192 crtdll"
14193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14194 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules config.status"
14195 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14197 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14198 crypt32/libcrypt32.$IMPLIBEXT"
14199 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14200 crypt32/libcrypt32.def crypt32/libcrypt32.a crypt32/libcrypt32.cross.a: crypt32/crypt32.spec \$(WINEBUILD)
14201 @cd crypt32 && \$(MAKE) \`basename \$@\`"
14202 ALL_MAKEFILES="$ALL_MAKEFILES \\
14203 dlls/crypt32/Makefile"
14204 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14205 crypt32"
14206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14207 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules config.status"
14208 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14210 ALL_MAKEFILES="$ALL_MAKEFILES \\
14211 dlls/crypt32/tests/Makefile"
14212 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14213 crypt32/tests"
14214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14215 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules config.status"
14216 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14218 ALL_MAKEFILES="$ALL_MAKEFILES \\
14219 dlls/cryptdlg/Makefile"
14220 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14221 cryptdlg"
14222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14223 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules config.status"
14224 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14226 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14227 cryptdll/libcryptdll.$IMPLIBEXT"
14228 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14229 cryptdll/libcryptdll.def cryptdll/libcryptdll.a cryptdll/libcryptdll.cross.a: cryptdll/cryptdll.spec \$(WINEBUILD)
14230 @cd cryptdll && \$(MAKE) \`basename \$@\`"
14231 ALL_MAKEFILES="$ALL_MAKEFILES \\
14232 dlls/cryptdll/Makefile"
14233 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14234 cryptdll"
14235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14236 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules config.status"
14237 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14239 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14240 cryptnet/libcryptnet.$IMPLIBEXT"
14241 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14242 cryptnet/libcryptnet.def cryptnet/libcryptnet.a cryptnet/libcryptnet.cross.a: cryptnet/cryptnet.spec \$(WINEBUILD)
14243 @cd cryptnet && \$(MAKE) \`basename \$@\`"
14244 ALL_MAKEFILES="$ALL_MAKEFILES \\
14245 dlls/cryptnet/Makefile"
14246 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14247 cryptnet"
14248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14249 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules config.status"
14250 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14252 ALL_MAKEFILES="$ALL_MAKEFILES \\
14253 dlls/cryptnet/tests/Makefile"
14254 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14255 cryptnet/tests"
14256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14257 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules config.status"
14258 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14260 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14261 cryptui/libcryptui.$IMPLIBEXT"
14262 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14263 cryptui/libcryptui.def cryptui/libcryptui.a cryptui/libcryptui.cross.a: cryptui/cryptui.spec \$(WINEBUILD)
14264 @cd cryptui && \$(MAKE) \`basename \$@\`"
14265 ALL_MAKEFILES="$ALL_MAKEFILES \\
14266 dlls/cryptui/Makefile"
14267 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14268 cryptui"
14269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14270 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules config.status"
14271 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14273 ALL_MAKEFILES="$ALL_MAKEFILES \\
14274 dlls/cryptui/tests/Makefile"
14275 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14276 cryptui/tests"
14277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14278 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules config.status"
14279 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14281 ALL_MAKEFILES="$ALL_MAKEFILES \\
14282 dlls/ctapi32/Makefile"
14283 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14284 ctapi32"
14285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14286 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules config.status"
14287 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14289 ALL_MAKEFILES="$ALL_MAKEFILES \\
14290 dlls/ctl3d.dll16/Makefile"
14291 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14292 ctl3d.dll16"
14293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14294 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules config.status"
14295 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14297 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14298 ctl3d32/libctl3d32.$IMPLIBEXT"
14299 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14300 ctl3d32/libctl3d32.def ctl3d32/libctl3d32.a ctl3d32/libctl3d32.cross.a: ctl3d32/ctl3d32.spec \$(WINEBUILD)
14301 @cd ctl3d32 && \$(MAKE) \`basename \$@\`"
14302 ALL_MAKEFILES="$ALL_MAKEFILES \\
14303 dlls/ctl3d32/Makefile"
14304 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14305 ctl3d32"
14306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14307 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules config.status"
14308 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14310 ALL_MAKEFILES="$ALL_MAKEFILES \\
14311 dlls/ctl3dv2.dll16/Makefile"
14312 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14313 ctl3dv2.dll16"
14314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14315 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules config.status"
14316 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14318 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14319 d3d10/libd3d10.$IMPLIBEXT"
14320 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14321 d3d10/libd3d10.def d3d10/libd3d10.a d3d10/libd3d10.cross.a: d3d10/d3d10.spec \$(WINEBUILD)
14322 @cd d3d10 && \$(MAKE) \`basename \$@\`"
14323 ALL_MAKEFILES="$ALL_MAKEFILES \\
14324 dlls/d3d10/Makefile"
14325 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14326 d3d10"
14327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14328 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules config.status"
14329 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14331 ALL_MAKEFILES="$ALL_MAKEFILES \\
14332 dlls/d3d10/tests/Makefile"
14333 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14334 d3d10/tests"
14335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14336 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules config.status"
14337 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14339 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14340 d3d10core/libd3d10core.$IMPLIBEXT"
14341 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14342 d3d10core/libd3d10core.def d3d10core/libd3d10core.a d3d10core/libd3d10core.cross.a: d3d10core/d3d10core.spec \$(WINEBUILD)
14343 @cd d3d10core && \$(MAKE) \`basename \$@\`"
14344 ALL_MAKEFILES="$ALL_MAKEFILES \\
14345 dlls/d3d10core/Makefile"
14346 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14347 d3d10core"
14348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14349 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules config.status"
14350 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14352 ALL_MAKEFILES="$ALL_MAKEFILES \\
14353 dlls/d3d10core/tests/Makefile"
14354 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14355 d3d10core/tests"
14356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14357 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules config.status"
14358 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14360 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14361 d3d8/libd3d8.$IMPLIBEXT"
14362 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14363 d3d8/libd3d8.def d3d8/libd3d8.a d3d8/libd3d8.cross.a: d3d8/d3d8.spec \$(WINEBUILD)
14364 @cd d3d8 && \$(MAKE) \`basename \$@\`"
14365 ALL_MAKEFILES="$ALL_MAKEFILES \\
14366 dlls/d3d8/Makefile"
14367 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14368 d3d8"
14369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14370 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules config.status"
14371 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14373 ALL_MAKEFILES="$ALL_MAKEFILES \\
14374 dlls/d3d8/tests/Makefile"
14375 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14376 d3d8/tests"
14377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14378 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules config.status"
14379 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14381 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14382 d3d9/libd3d9.$IMPLIBEXT"
14383 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14384 d3d9/libd3d9.def d3d9/libd3d9.a d3d9/libd3d9.cross.a: d3d9/d3d9.spec \$(WINEBUILD)
14385 @cd d3d9 && \$(MAKE) \`basename \$@\`"
14386 ALL_MAKEFILES="$ALL_MAKEFILES \\
14387 dlls/d3d9/Makefile"
14388 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14389 d3d9"
14390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14391 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules config.status"
14392 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14394 ALL_MAKEFILES="$ALL_MAKEFILES \\
14395 dlls/d3d9/tests/Makefile"
14396 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14397 d3d9/tests"
14398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14399 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules config.status"
14400 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14402 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14403 d3dim/libd3dim.$IMPLIBEXT"
14404 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14405 d3dim/libd3dim.def d3dim/libd3dim.a d3dim/libd3dim.cross.a: d3dim/d3dim.spec \$(WINEBUILD)
14406 @cd d3dim && \$(MAKE) \`basename \$@\`"
14407 ALL_MAKEFILES="$ALL_MAKEFILES \\
14408 dlls/d3dim/Makefile"
14409 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14410 d3dim"
14411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14412 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules config.status"
14413 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14415 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14416 d3drm/libd3drm.$IMPLIBEXT"
14417 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14418 d3drm/libd3drm.def d3drm/libd3drm.a d3drm/libd3drm.cross.a: d3drm/d3drm.spec \$(WINEBUILD)
14419 @cd d3drm && \$(MAKE) \`basename \$@\`"
14420 ALL_MAKEFILES="$ALL_MAKEFILES \\
14421 dlls/d3drm/Makefile"
14422 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14423 d3drm"
14424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14425 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules config.status"
14426 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14428 ALL_MAKEFILES="$ALL_MAKEFILES \\
14429 dlls/d3drm/tests/Makefile"
14430 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14431 d3drm/tests"
14432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14433 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules config.status"
14434 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14436 ALL_MAKEFILES="$ALL_MAKEFILES \\
14437 dlls/d3dx9_24/Makefile"
14438 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14439 d3dx9_24"
14440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14441 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules config.status"
14442 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14444 ALL_MAKEFILES="$ALL_MAKEFILES \\
14445 dlls/d3dx9_25/Makefile"
14446 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14447 d3dx9_25"
14448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14449 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules config.status"
14450 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14452 ALL_MAKEFILES="$ALL_MAKEFILES \\
14453 dlls/d3dx9_26/Makefile"
14454 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14455 d3dx9_26"
14456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14457 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules config.status"
14458 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14460 ALL_MAKEFILES="$ALL_MAKEFILES \\
14461 dlls/d3dx9_27/Makefile"
14462 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14463 d3dx9_27"
14464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14465 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules config.status"
14466 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14468 ALL_MAKEFILES="$ALL_MAKEFILES \\
14469 dlls/d3dx9_28/Makefile"
14470 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14471 d3dx9_28"
14472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14473 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules config.status"
14474 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14476 ALL_MAKEFILES="$ALL_MAKEFILES \\
14477 dlls/d3dx9_29/Makefile"
14478 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14479 d3dx9_29"
14480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14481 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules config.status"
14482 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14484 ALL_MAKEFILES="$ALL_MAKEFILES \\
14485 dlls/d3dx9_30/Makefile"
14486 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14487 d3dx9_30"
14488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14489 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules config.status"
14490 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14492 ALL_MAKEFILES="$ALL_MAKEFILES \\
14493 dlls/d3dx9_31/Makefile"
14494 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14495 d3dx9_31"
14496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14497 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules config.status"
14498 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14500 ALL_MAKEFILES="$ALL_MAKEFILES \\
14501 dlls/d3dx9_32/Makefile"
14502 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14503 d3dx9_32"
14504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14505 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules config.status"
14506 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14508 ALL_MAKEFILES="$ALL_MAKEFILES \\
14509 dlls/d3dx9_33/Makefile"
14510 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14511 d3dx9_33"
14512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14513 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules config.status"
14514 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14516 ALL_MAKEFILES="$ALL_MAKEFILES \\
14517 dlls/d3dx9_34/Makefile"
14518 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14519 d3dx9_34"
14520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14521 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules config.status"
14522 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14524 ALL_MAKEFILES="$ALL_MAKEFILES \\
14525 dlls/d3dx9_35/Makefile"
14526 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14527 d3dx9_35"
14528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14529 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules config.status"
14530 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14532 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14533 d3dx9_36/libd3dx9.$IMPLIBEXT \\
14534 libd3dx9.$IMPLIBEXT"
14535 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14536 libd3dx9.a: d3dx9_36/libd3dx9.a
14537 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.a \$@
14538 libd3dx9.cross.a: d3dx9_36/libd3dx9.cross.a
14539 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.cross.a \$@
14540 libd3dx9.def: d3dx9_36/libd3dx9.def
14541 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.def \$@
14542 clean::
14543 \$(RM) libd3dx9.def
14544 d3dx9_36/libd3dx9.def d3dx9_36/libd3dx9.a d3dx9_36/libd3dx9.cross.a: d3dx9_36/d3dx9_36.spec \$(WINEBUILD)
14545 @cd d3dx9_36 && \$(MAKE) \`basename \$@\`"
14546 ALL_MAKEFILES="$ALL_MAKEFILES \\
14547 dlls/d3dx9_36/Makefile"
14548 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14549 d3dx9_36"
14550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14551 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules config.status"
14552 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14554 ALL_MAKEFILES="$ALL_MAKEFILES \\
14555 dlls/d3dx9_36/tests/Makefile"
14556 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14557 d3dx9_36/tests"
14558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14559 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules config.status"
14560 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14562 ALL_MAKEFILES="$ALL_MAKEFILES \\
14563 dlls/d3dx9_37/Makefile"
14564 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14565 d3dx9_37"
14566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14567 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules config.status"
14568 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14570 ALL_MAKEFILES="$ALL_MAKEFILES \\
14571 dlls/d3dx9_38/Makefile"
14572 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14573 d3dx9_38"
14574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14575 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules config.status"
14576 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14578 ALL_MAKEFILES="$ALL_MAKEFILES \\
14579 dlls/d3dx9_39/Makefile"
14580 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14581 d3dx9_39"
14582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14583 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules config.status"
14584 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14586 ALL_MAKEFILES="$ALL_MAKEFILES \\
14587 dlls/d3dx9_40/Makefile"
14588 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14589 d3dx9_40"
14590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14591 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules config.status"
14592 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14594 ALL_MAKEFILES="$ALL_MAKEFILES \\
14595 dlls/d3dx9_41/Makefile"
14596 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14597 d3dx9_41"
14598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14599 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules config.status"
14600 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14602 ALL_MAKEFILES="$ALL_MAKEFILES \\
14603 dlls/d3dx9_42/Makefile"
14604 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14605 d3dx9_42"
14606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14607 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules config.status"
14608 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
14610 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14611 d3dxof/libd3dxof.$IMPLIBEXT"
14612 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14613 d3dxof/libd3dxof.def d3dxof/libd3dxof.a d3dxof/libd3dxof.cross.a: d3dxof/d3dxof.spec \$(WINEBUILD)
14614 @cd d3dxof && \$(MAKE) \`basename \$@\`"
14615 ALL_MAKEFILES="$ALL_MAKEFILES \\
14616 dlls/d3dxof/Makefile"
14617 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14618 d3dxof"
14619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14620 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules config.status"
14621 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14623 ALL_MAKEFILES="$ALL_MAKEFILES \\
14624 dlls/d3dxof/tests/Makefile"
14625 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14626 d3dxof/tests"
14627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14628 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules config.status"
14629 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14631 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14632 dbghelp/libdbghelp.$IMPLIBEXT"
14633 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14634 dbghelp/libdbghelp.def dbghelp/libdbghelp.a dbghelp/libdbghelp.cross.a: dbghelp/dbghelp.spec \$(WINEBUILD)
14635 @cd dbghelp && \$(MAKE) \`basename \$@\`"
14636 ALL_MAKEFILES="$ALL_MAKEFILES \\
14637 dlls/dbghelp/Makefile"
14638 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14639 dbghelp"
14640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14641 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules config.status"
14642 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14644 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14645 dciman32/libdciman32.$IMPLIBEXT"
14646 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14647 dciman32/libdciman32.def dciman32/libdciman32.a dciman32/libdciman32.cross.a: dciman32/dciman32.spec \$(WINEBUILD)
14648 @cd dciman32 && \$(MAKE) \`basename \$@\`"
14649 ALL_MAKEFILES="$ALL_MAKEFILES \\
14650 dlls/dciman32/Makefile"
14651 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14652 dciman32"
14653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14654 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules config.status"
14655 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14657 ALL_MAKEFILES="$ALL_MAKEFILES \\
14658 dlls/ddeml.dll16/Makefile"
14659 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14660 ddeml.dll16"
14661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14662 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules config.status"
14663 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14665 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14666 ddraw/libddraw.$IMPLIBEXT"
14667 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14668 ddraw/libddraw.def ddraw/libddraw.a ddraw/libddraw.cross.a: ddraw/ddraw.spec \$(WINEBUILD)
14669 @cd ddraw && \$(MAKE) \`basename \$@\`"
14670 ALL_MAKEFILES="$ALL_MAKEFILES \\
14671 dlls/ddraw/Makefile"
14672 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14673 ddraw"
14674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14675 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules config.status"
14676 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14678 ALL_MAKEFILES="$ALL_MAKEFILES \\
14679 dlls/ddraw/tests/Makefile"
14680 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14681 ddraw/tests"
14682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14683 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules config.status"
14684 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14686 ALL_MAKEFILES="$ALL_MAKEFILES \\
14687 dlls/ddrawex/Makefile"
14688 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14689 ddrawex"
14690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14691 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules config.status"
14692 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14694 ALL_MAKEFILES="$ALL_MAKEFILES \\
14695 dlls/ddrawex/tests/Makefile"
14696 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14697 ddrawex/tests"
14698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14699 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules config.status"
14700 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14702 ALL_MAKEFILES="$ALL_MAKEFILES \\
14703 dlls/devenum/Makefile"
14704 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14705 devenum"
14706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14707 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules config.status"
14708 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14710 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14711 dinput/libdinput.$IMPLIBEXT \\
14712 dinput/libdinput.$STATIC_IMPLIBEXT"
14713 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14714 dinput/libdinput.def: dinput/dinput.spec \$(WINEBUILD)
14715 @cd dinput && \$(MAKE) \`basename \$@\`
14716 dinput/libdinput.$STATIC_IMPLIBEXT dinput/libdinput.cross.a: dummy
14717 @cd dinput && \$(MAKE) \`basename \$@\`"
14718 ALL_MAKEFILES="$ALL_MAKEFILES \\
14719 dlls/dinput/Makefile"
14720 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14721 dinput"
14722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14723 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules config.status"
14724 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14726 ALL_MAKEFILES="$ALL_MAKEFILES \\
14727 dlls/dinput/tests/Makefile"
14728 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14729 dinput/tests"
14730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14731 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules config.status"
14732 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14734 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14735 dinput8/libdinput8.$IMPLIBEXT"
14736 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14737 dinput8/libdinput8.def dinput8/libdinput8.a dinput8/libdinput8.cross.a: dinput8/dinput8.spec \$(WINEBUILD)
14738 @cd dinput8 && \$(MAKE) \`basename \$@\`"
14739 ALL_MAKEFILES="$ALL_MAKEFILES \\
14740 dlls/dinput8/Makefile"
14741 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14742 dinput8"
14743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14744 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules config.status"
14745 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14747 ALL_MAKEFILES="$ALL_MAKEFILES \\
14748 dlls/dispdib.dll16/Makefile"
14749 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14750 dispdib.dll16"
14751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14752 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules config.status"
14753 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14755 ALL_MAKEFILES="$ALL_MAKEFILES \\
14756 dlls/display.drv16/Makefile"
14757 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14758 display.drv16"
14759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14760 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules config.status"
14761 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14763 ALL_MAKEFILES="$ALL_MAKEFILES \\
14764 dlls/dmband/Makefile"
14765 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14766 dmband"
14767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14768 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules config.status"
14769 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14771 ALL_MAKEFILES="$ALL_MAKEFILES \\
14772 dlls/dmcompos/Makefile"
14773 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14774 dmcompos"
14775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14776 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules config.status"
14777 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14779 ALL_MAKEFILES="$ALL_MAKEFILES \\
14780 dlls/dmime/Makefile"
14781 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14782 dmime"
14783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14784 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules config.status"
14785 ac_config_files="$ac_config_files dlls/dmime/Makefile"
14787 ALL_MAKEFILES="$ALL_MAKEFILES \\
14788 dlls/dmloader/Makefile"
14789 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14790 dmloader"
14791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14792 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules config.status"
14793 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14795 ALL_MAKEFILES="$ALL_MAKEFILES \\
14796 dlls/dmloader/tests/Makefile"
14797 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14798 dmloader/tests"
14799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14800 dlls/dmloader/tests/Makefile: dlls/dmloader/tests/Makefile.in dlls/Maketest.rules config.status"
14801 ac_config_files="$ac_config_files dlls/dmloader/tests/Makefile"
14803 ALL_MAKEFILES="$ALL_MAKEFILES \\
14804 dlls/dmscript/Makefile"
14805 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14806 dmscript"
14807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14808 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules config.status"
14809 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
14811 ALL_MAKEFILES="$ALL_MAKEFILES \\
14812 dlls/dmstyle/Makefile"
14813 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14814 dmstyle"
14815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14816 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules config.status"
14817 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
14819 ALL_MAKEFILES="$ALL_MAKEFILES \\
14820 dlls/dmsynth/Makefile"
14821 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14822 dmsynth"
14823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14824 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules config.status"
14825 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
14827 ALL_MAKEFILES="$ALL_MAKEFILES \\
14828 dlls/dmusic/Makefile"
14829 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14830 dmusic"
14831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14832 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules config.status"
14833 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
14835 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14836 dmusic32/libdmusic32.$IMPLIBEXT"
14837 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14838 dmusic32/libdmusic32.def dmusic32/libdmusic32.a dmusic32/libdmusic32.cross.a: dmusic32/dmusic32.spec \$(WINEBUILD)
14839 @cd dmusic32 && \$(MAKE) \`basename \$@\`"
14840 ALL_MAKEFILES="$ALL_MAKEFILES \\
14841 dlls/dmusic32/Makefile"
14842 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14843 dmusic32"
14844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14845 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules config.status"
14846 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
14848 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14849 dnsapi/libdnsapi.$IMPLIBEXT"
14850 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14851 dnsapi/libdnsapi.def dnsapi/libdnsapi.a dnsapi/libdnsapi.cross.a: dnsapi/dnsapi.spec \$(WINEBUILD)
14852 @cd dnsapi && \$(MAKE) \`basename \$@\`"
14853 ALL_MAKEFILES="$ALL_MAKEFILES \\
14854 dlls/dnsapi/Makefile"
14855 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14856 dnsapi"
14857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14858 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules config.status"
14859 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
14861 ALL_MAKEFILES="$ALL_MAKEFILES \\
14862 dlls/dnsapi/tests/Makefile"
14863 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14864 dnsapi/tests"
14865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14866 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules config.status"
14867 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
14869 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14870 dplay/libdplay.$IMPLIBEXT"
14871 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14872 dplay/libdplay.def dplay/libdplay.a dplay/libdplay.cross.a: dplay/dplay.spec \$(WINEBUILD)
14873 @cd dplay && \$(MAKE) \`basename \$@\`"
14874 ALL_MAKEFILES="$ALL_MAKEFILES \\
14875 dlls/dplay/Makefile"
14876 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14877 dplay"
14878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14879 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules config.status"
14880 ac_config_files="$ac_config_files dlls/dplay/Makefile"
14882 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14883 dplayx/libdplayx.$IMPLIBEXT"
14884 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14885 dplayx/libdplayx.def dplayx/libdplayx.a dplayx/libdplayx.cross.a: dplayx/dplayx.spec \$(WINEBUILD)
14886 @cd dplayx && \$(MAKE) \`basename \$@\`"
14887 ALL_MAKEFILES="$ALL_MAKEFILES \\
14888 dlls/dplayx/Makefile"
14889 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14890 dplayx"
14891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14892 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules config.status"
14893 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
14895 ALL_MAKEFILES="$ALL_MAKEFILES \\
14896 dlls/dplayx/tests/Makefile"
14897 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14898 dplayx/tests"
14899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14900 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules config.status"
14901 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
14903 ALL_MAKEFILES="$ALL_MAKEFILES \\
14904 dlls/dpnaddr/Makefile"
14905 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14906 dpnaddr"
14907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14908 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules config.status"
14909 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
14911 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14912 dpnet/libdpnet.$IMPLIBEXT"
14913 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14914 dpnet/libdpnet.def dpnet/libdpnet.a dpnet/libdpnet.cross.a: dpnet/dpnet.spec \$(WINEBUILD)
14915 @cd dpnet && \$(MAKE) \`basename \$@\`"
14916 ALL_MAKEFILES="$ALL_MAKEFILES \\
14917 dlls/dpnet/Makefile"
14918 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14919 dpnet"
14920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14921 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules config.status"
14922 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
14924 ALL_MAKEFILES="$ALL_MAKEFILES \\
14925 dlls/dpnhpast/Makefile"
14926 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14927 dpnhpast"
14928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14929 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules config.status"
14930 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
14932 ALL_MAKEFILES="$ALL_MAKEFILES \\
14933 dlls/dpnlobby/Makefile"
14934 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14935 dpnlobby"
14936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14937 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules config.status"
14938 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
14940 ALL_MAKEFILES="$ALL_MAKEFILES \\
14941 dlls/dpwsockx/Makefile"
14942 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14943 dpwsockx"
14944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14945 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules config.status"
14946 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
14948 ALL_MAKEFILES="$ALL_MAKEFILES \\
14949 dlls/drmclien/Makefile"
14950 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14951 drmclien"
14952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14953 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules config.status"
14954 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
14956 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14957 dsound/libdsound.$IMPLIBEXT"
14958 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14959 dsound/libdsound.def dsound/libdsound.a dsound/libdsound.cross.a: dsound/dsound.spec \$(WINEBUILD)
14960 @cd dsound && \$(MAKE) \`basename \$@\`"
14961 ALL_MAKEFILES="$ALL_MAKEFILES \\
14962 dlls/dsound/Makefile"
14963 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14964 dsound"
14965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14966 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules config.status"
14967 ac_config_files="$ac_config_files dlls/dsound/Makefile"
14969 ALL_MAKEFILES="$ALL_MAKEFILES \\
14970 dlls/dsound/tests/Makefile"
14971 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14972 dsound/tests"
14973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14974 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules config.status"
14975 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
14977 ALL_MAKEFILES="$ALL_MAKEFILES \\
14978 dlls/dssenh/Makefile"
14979 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14980 dssenh"
14981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14982 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules config.status"
14983 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
14985 ALL_MAKEFILES="$ALL_MAKEFILES \\
14986 dlls/dswave/Makefile"
14987 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14988 dswave"
14989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14990 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules config.status"
14991 ac_config_files="$ac_config_files dlls/dswave/Makefile"
14993 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14994 dwmapi/libdwmapi.$IMPLIBEXT"
14995 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14996 dwmapi/libdwmapi.def dwmapi/libdwmapi.a dwmapi/libdwmapi.cross.a: dwmapi/dwmapi.spec \$(WINEBUILD)
14997 @cd dwmapi && \$(MAKE) \`basename \$@\`"
14998 ALL_MAKEFILES="$ALL_MAKEFILES \\
14999 dlls/dwmapi/Makefile"
15000 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15001 dwmapi"
15002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15003 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules config.status"
15004 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
15006 ALL_MAKEFILES="$ALL_MAKEFILES \\
15007 dlls/dxdiagn/Makefile"
15008 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15009 dxdiagn"
15010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15011 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules config.status"
15012 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
15014 ALL_MAKEFILES="$ALL_MAKEFILES \\
15015 dlls/dxdiagn/tests/Makefile"
15016 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15017 dxdiagn/tests"
15018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15019 dlls/dxdiagn/tests/Makefile: dlls/dxdiagn/tests/Makefile.in dlls/Maketest.rules config.status"
15020 ac_config_files="$ac_config_files dlls/dxdiagn/tests/Makefile"
15022 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15023 dxerr8/libdxerr8.a"
15024 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15025 dxerr8/libdxerr8.a: dxerr8
15026 dxerr8/libdxerr8.cross.a: dummy
15027 @cd dxerr8 && \$(MAKE) libdxerr8.cross.a"
15028 ALL_MAKEFILES="$ALL_MAKEFILES \\
15029 dlls/dxerr8/Makefile"
15030 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
15031 dxerr8"
15032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15033 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules config.status"
15034 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
15036 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15037 dxerr9/libdxerr9.a"
15038 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15039 dxerr9/libdxerr9.a: dxerr9
15040 dxerr9/libdxerr9.cross.a: dummy
15041 @cd dxerr9 && \$(MAKE) libdxerr9.cross.a"
15042 ALL_MAKEFILES="$ALL_MAKEFILES \\
15043 dlls/dxerr9/Makefile"
15044 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
15045 dxerr9"
15046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15047 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules config.status"
15048 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
15050 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15051 dxgi/libdxgi.$IMPLIBEXT"
15052 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15053 dxgi/libdxgi.def dxgi/libdxgi.a dxgi/libdxgi.cross.a: dxgi/dxgi.spec \$(WINEBUILD)
15054 @cd dxgi && \$(MAKE) \`basename \$@\`"
15055 ALL_MAKEFILES="$ALL_MAKEFILES \\
15056 dlls/dxgi/Makefile"
15057 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15058 dxgi"
15059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15060 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules config.status"
15061 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
15063 ALL_MAKEFILES="$ALL_MAKEFILES \\
15064 dlls/dxgi/tests/Makefile"
15065 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15066 dxgi/tests"
15067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15068 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules config.status"
15069 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
15071 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15072 dxguid/libdxguid.a"
15073 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15074 dxguid/libdxguid.a: dxguid
15075 dxguid/libdxguid.cross.a: dummy
15076 @cd dxguid && \$(MAKE) libdxguid.cross.a"
15077 ALL_MAKEFILES="$ALL_MAKEFILES \\
15078 dlls/dxguid/Makefile"
15079 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
15080 dxguid"
15081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15082 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules config.status"
15083 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
15085 ALL_MAKEFILES="$ALL_MAKEFILES \\
15086 dlls/faultrep/Makefile"
15087 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15088 faultrep"
15089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15090 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules config.status"
15091 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
15093 ALL_MAKEFILES="$ALL_MAKEFILES \\
15094 dlls/fltlib/Makefile"
15095 test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15096 fltlib"
15097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15098 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules config.status"
15099 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
15101 ALL_MAKEFILES="$ALL_MAKEFILES \\
15102 dlls/fusion/Makefile"
15103 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15104 fusion"
15105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15106 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules config.status"
15107 ac_config_files="$ac_config_files dlls/fusion/Makefile"
15109 ALL_MAKEFILES="$ALL_MAKEFILES \\
15110 dlls/fusion/tests/Makefile"
15111 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15112 fusion/tests"
15113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15114 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules config.status"
15115 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
15117 ALL_MAKEFILES="$ALL_MAKEFILES \\
15118 dlls/fwpuclnt/Makefile"
15119 test "x$enable_fwpuclnt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15120 fwpuclnt"
15121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15122 dlls/fwpuclnt/Makefile: dlls/fwpuclnt/Makefile.in dlls/Makedll.rules config.status"
15123 ac_config_files="$ac_config_files dlls/fwpuclnt/Makefile"
15125 ALL_MAKEFILES="$ALL_MAKEFILES \\
15126 dlls/gdi.exe16/Makefile"
15127 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15128 gdi.exe16"
15129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15130 dlls/gdi.exe16/Makefile: dlls/gdi.exe16/Makefile.in dlls/Makedll.rules config.status"
15131 ac_config_files="$ac_config_files dlls/gdi.exe16/Makefile"
15133 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15134 gdi32/libgdi32.$IMPLIBEXT"
15135 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15136 gdi32/libgdi32.def gdi32/libgdi32.a gdi32/libgdi32.cross.a: gdi32/gdi32.spec \$(WINEBUILD)
15137 @cd gdi32 && \$(MAKE) \`basename \$@\`"
15138 ALL_MAKEFILES="$ALL_MAKEFILES \\
15139 dlls/gdi32/Makefile"
15140 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15141 gdi32"
15142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15143 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules config.status"
15144 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
15146 ALL_MAKEFILES="$ALL_MAKEFILES \\
15147 dlls/gdi32/tests/Makefile"
15148 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15149 gdi32/tests"
15150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15151 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules config.status"
15152 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
15154 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15155 gdiplus/libgdiplus.$IMPLIBEXT"
15156 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15157 gdiplus/libgdiplus.def gdiplus/libgdiplus.a gdiplus/libgdiplus.cross.a: gdiplus/gdiplus.spec \$(WINEBUILD)
15158 @cd gdiplus && \$(MAKE) \`basename \$@\`"
15159 ALL_MAKEFILES="$ALL_MAKEFILES \\
15160 dlls/gdiplus/Makefile"
15161 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15162 gdiplus"
15163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15164 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules config.status"
15165 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
15167 ALL_MAKEFILES="$ALL_MAKEFILES \\
15168 dlls/gdiplus/tests/Makefile"
15169 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15170 gdiplus/tests"
15171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15172 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules config.status"
15173 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
15175 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15176 glu32/libglu32.$IMPLIBEXT"
15177 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15178 glu32/libglu32.def glu32/libglu32.a glu32/libglu32.cross.a: glu32/glu32.spec \$(WINEBUILD)
15179 @cd glu32 && \$(MAKE) \`basename \$@\`"
15180 ALL_MAKEFILES="$ALL_MAKEFILES \\
15181 dlls/glu32/Makefile"
15182 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15183 glu32"
15184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15185 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules config.status"
15186 ac_config_files="$ac_config_files dlls/glu32/Makefile"
15188 ALL_MAKEFILES="$ALL_MAKEFILES \\
15189 dlls/gphoto2.ds/Makefile"
15190 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15191 gphoto2.ds"
15192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15193 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules config.status"
15194 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
15196 ALL_MAKEFILES="$ALL_MAKEFILES \\
15197 dlls/gpkcsp/Makefile"
15198 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15199 gpkcsp"
15200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15201 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules config.status"
15202 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
15204 ALL_MAKEFILES="$ALL_MAKEFILES \\
15205 dlls/hal/Makefile"
15206 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15207 hal"
15208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15209 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules config.status"
15210 ac_config_files="$ac_config_files dlls/hal/Makefile"
15212 ALL_MAKEFILES="$ALL_MAKEFILES \\
15213 dlls/hhctrl.ocx/Makefile"
15214 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15215 hhctrl.ocx"
15216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15217 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules config.status"
15218 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
15220 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15221 hid/libhid.$IMPLIBEXT"
15222 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15223 hid/libhid.def hid/libhid.a hid/libhid.cross.a: hid/hid.spec \$(WINEBUILD)
15224 @cd hid && \$(MAKE) \`basename \$@\`"
15225 ALL_MAKEFILES="$ALL_MAKEFILES \\
15226 dlls/hid/Makefile"
15227 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15228 hid"
15229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15230 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules config.status"
15231 ac_config_files="$ac_config_files dlls/hid/Makefile"
15233 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15234 hlink/libhlink.$IMPLIBEXT"
15235 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15236 hlink/libhlink.def hlink/libhlink.a hlink/libhlink.cross.a: hlink/hlink.spec \$(WINEBUILD)
15237 @cd hlink && \$(MAKE) \`basename \$@\`"
15238 ALL_MAKEFILES="$ALL_MAKEFILES \\
15239 dlls/hlink/Makefile"
15240 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15241 hlink"
15242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15243 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules config.status"
15244 ac_config_files="$ac_config_files dlls/hlink/Makefile"
15246 ALL_MAKEFILES="$ALL_MAKEFILES \\
15247 dlls/hlink/tests/Makefile"
15248 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15249 hlink/tests"
15250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15251 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules config.status"
15252 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
15254 ALL_MAKEFILES="$ALL_MAKEFILES \\
15255 dlls/hnetcfg/Makefile"
15256 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15257 hnetcfg"
15258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15259 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules config.status"
15260 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
15262 ALL_MAKEFILES="$ALL_MAKEFILES \\
15263 dlls/httpapi/Makefile"
15264 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15265 httpapi"
15266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15267 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules config.status"
15268 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
15270 ALL_MAKEFILES="$ALL_MAKEFILES \\
15271 dlls/iccvid/Makefile"
15272 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15273 iccvid"
15274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15275 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules config.status"
15276 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
15278 ALL_MAKEFILES="$ALL_MAKEFILES \\
15279 dlls/icmp/Makefile"
15280 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15281 icmp"
15282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15283 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules config.status"
15284 ac_config_files="$ac_config_files dlls/icmp/Makefile"
15286 ALL_MAKEFILES="$ALL_MAKEFILES \\
15287 dlls/ifsmgr.vxd/Makefile"
15288 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15289 ifsmgr.vxd"
15290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15291 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules config.status"
15292 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
15294 ALL_MAKEFILES="$ALL_MAKEFILES \\
15295 dlls/imaadp32.acm/Makefile"
15296 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15297 imaadp32.acm"
15298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15299 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules config.status"
15300 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
15302 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15303 imagehlp/libimagehlp.$IMPLIBEXT"
15304 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15305 imagehlp/libimagehlp.def imagehlp/libimagehlp.a imagehlp/libimagehlp.cross.a: imagehlp/imagehlp.spec \$(WINEBUILD)
15306 @cd imagehlp && \$(MAKE) \`basename \$@\`"
15307 ALL_MAKEFILES="$ALL_MAKEFILES \\
15308 dlls/imagehlp/Makefile"
15309 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15310 imagehlp"
15311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15312 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules config.status"
15313 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
15315 ALL_MAKEFILES="$ALL_MAKEFILES \\
15316 dlls/imagehlp/tests/Makefile"
15317 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15318 imagehlp/tests"
15319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15320 dlls/imagehlp/tests/Makefile: dlls/imagehlp/tests/Makefile.in dlls/Maketest.rules config.status"
15321 ac_config_files="$ac_config_files dlls/imagehlp/tests/Makefile"
15323 ALL_MAKEFILES="$ALL_MAKEFILES \\
15324 dlls/imm.dll16/Makefile"
15325 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15326 imm.dll16"
15327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15328 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules config.status"
15329 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
15331 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15332 imm32/libimm32.$IMPLIBEXT"
15333 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15334 imm32/libimm32.def imm32/libimm32.a imm32/libimm32.cross.a: imm32/imm32.spec \$(WINEBUILD)
15335 @cd imm32 && \$(MAKE) \`basename \$@\`"
15336 ALL_MAKEFILES="$ALL_MAKEFILES \\
15337 dlls/imm32/Makefile"
15338 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15339 imm32"
15340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15341 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules config.status"
15342 ac_config_files="$ac_config_files dlls/imm32/Makefile"
15344 ALL_MAKEFILES="$ALL_MAKEFILES \\
15345 dlls/imm32/tests/Makefile"
15346 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15347 imm32/tests"
15348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15349 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules config.status"
15350 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
15352 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15353 inetcomm/libinetcomm.$IMPLIBEXT"
15354 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15355 inetcomm/libinetcomm.def inetcomm/libinetcomm.a inetcomm/libinetcomm.cross.a: inetcomm/inetcomm.spec \$(WINEBUILD)
15356 @cd inetcomm && \$(MAKE) \`basename \$@\`"
15357 ALL_MAKEFILES="$ALL_MAKEFILES \\
15358 dlls/inetcomm/Makefile"
15359 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15360 inetcomm"
15361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15362 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules config.status"
15363 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
15365 ALL_MAKEFILES="$ALL_MAKEFILES \\
15366 dlls/inetcomm/tests/Makefile"
15367 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15368 inetcomm/tests"
15369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15370 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules config.status"
15371 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
15373 ALL_MAKEFILES="$ALL_MAKEFILES \\
15374 dlls/inetmib1/Makefile"
15375 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15376 inetmib1"
15377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15378 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules config.status"
15379 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
15381 ALL_MAKEFILES="$ALL_MAKEFILES \\
15382 dlls/inetmib1/tests/Makefile"
15383 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15384 inetmib1/tests"
15385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15386 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules config.status"
15387 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
15389 ALL_MAKEFILES="$ALL_MAKEFILES \\
15390 dlls/infosoft/Makefile"
15391 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15392 infosoft"
15393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15394 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules config.status"
15395 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
15397 ALL_MAKEFILES="$ALL_MAKEFILES \\
15398 dlls/infosoft/tests/Makefile"
15399 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15400 infosoft/tests"
15401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15402 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules config.status"
15403 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
15405 ALL_MAKEFILES="$ALL_MAKEFILES \\
15406 dlls/initpki/Makefile"
15407 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15408 initpki"
15409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15410 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules config.status"
15411 ac_config_files="$ac_config_files dlls/initpki/Makefile"
15413 ALL_MAKEFILES="$ALL_MAKEFILES \\
15414 dlls/inkobj/Makefile"
15415 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15416 inkobj"
15417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15418 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules config.status"
15419 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
15421 ALL_MAKEFILES="$ALL_MAKEFILES \\
15422 dlls/inseng/Makefile"
15423 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15424 inseng"
15425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15426 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules config.status"
15427 ac_config_files="$ac_config_files dlls/inseng/Makefile"
15429 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15430 iphlpapi/libiphlpapi.$IMPLIBEXT"
15431 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15432 iphlpapi/libiphlpapi.def iphlpapi/libiphlpapi.a iphlpapi/libiphlpapi.cross.a: iphlpapi/iphlpapi.spec \$(WINEBUILD)
15433 @cd iphlpapi && \$(MAKE) \`basename \$@\`"
15434 ALL_MAKEFILES="$ALL_MAKEFILES \\
15435 dlls/iphlpapi/Makefile"
15436 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15437 iphlpapi"
15438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15439 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules config.status"
15440 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
15442 ALL_MAKEFILES="$ALL_MAKEFILES \\
15443 dlls/iphlpapi/tests/Makefile"
15444 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15445 iphlpapi/tests"
15446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15447 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules config.status"
15448 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
15450 ALL_MAKEFILES="$ALL_MAKEFILES \\
15451 dlls/itircl/Makefile"
15452 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15453 itircl"
15454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15455 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules config.status"
15456 ac_config_files="$ac_config_files dlls/itircl/Makefile"
15458 ALL_MAKEFILES="$ALL_MAKEFILES \\
15459 dlls/itss/Makefile"
15460 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15461 itss"
15462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15463 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules config.status"
15464 ac_config_files="$ac_config_files dlls/itss/Makefile"
15466 ALL_MAKEFILES="$ALL_MAKEFILES \\
15467 dlls/itss/tests/Makefile"
15468 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15469 itss/tests"
15470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15471 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules config.status"
15472 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
15474 ALL_MAKEFILES="$ALL_MAKEFILES \\
15475 dlls/jscript/Makefile"
15476 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15477 jscript"
15478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15479 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules config.status"
15480 ac_config_files="$ac_config_files dlls/jscript/Makefile"
15482 ALL_MAKEFILES="$ALL_MAKEFILES \\
15483 dlls/jscript/tests/Makefile"
15484 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15485 jscript/tests"
15486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15487 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules config.status"
15488 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
15490 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15491 kernel32/libkernel32.$IMPLIBEXT"
15492 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15493 kernel32/libkernel32.def kernel32/libkernel32.a kernel32/libkernel32.cross.a: kernel32/kernel32.spec \$(WINEBUILD)
15494 @cd kernel32 && \$(MAKE) \`basename \$@\`"
15495 ALL_MAKEFILES="$ALL_MAKEFILES \\
15496 dlls/kernel32/Makefile"
15497 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15498 kernel32"
15499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15500 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules config.status"
15501 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
15503 ALL_MAKEFILES="$ALL_MAKEFILES \\
15504 dlls/kernel32/tests/Makefile"
15505 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15506 kernel32/tests"
15507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15508 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules config.status"
15509 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
15511 ALL_MAKEFILES="$ALL_MAKEFILES \\
15512 dlls/keyboard.drv16/Makefile"
15513 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15514 keyboard.drv16"
15515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15516 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules config.status"
15517 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
15519 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15520 krnl386.exe16/libkernel.$IMPLIBEXT \\
15521 libkernel.$IMPLIBEXT"
15522 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15523 libkernel.a: krnl386.exe16/libkernel.a
15524 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.a \$@
15525 libkernel.cross.a: krnl386.exe16/libkernel.cross.a
15526 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.cross.a \$@
15527 libkernel.def: krnl386.exe16/libkernel.def
15528 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.def \$@
15529 clean::
15530 \$(RM) libkernel.def
15531 krnl386.exe16/libkernel.def krnl386.exe16/libkernel.a krnl386.exe16/libkernel.cross.a: krnl386.exe16/krnl386.exe16.spec \$(WINEBUILD)
15532 @cd krnl386.exe16 && \$(MAKE) \`basename \$@\`"
15533 ALL_MAKEFILES="$ALL_MAKEFILES \\
15534 dlls/krnl386.exe16/Makefile"
15535 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15536 krnl386.exe16"
15537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15538 dlls/krnl386.exe16/Makefile: dlls/krnl386.exe16/Makefile.in dlls/Makedll.rules config.status"
15539 ac_config_files="$ac_config_files dlls/krnl386.exe16/Makefile"
15541 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15542 loadperf/libloadperf.$IMPLIBEXT"
15543 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15544 loadperf/libloadperf.def loadperf/libloadperf.a loadperf/libloadperf.cross.a: loadperf/loadperf.spec \$(WINEBUILD)
15545 @cd loadperf && \$(MAKE) \`basename \$@\`"
15546 ALL_MAKEFILES="$ALL_MAKEFILES \\
15547 dlls/loadperf/Makefile"
15548 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15549 loadperf"
15550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15551 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules config.status"
15552 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
15554 ALL_MAKEFILES="$ALL_MAKEFILES \\
15555 dlls/localspl/Makefile"
15556 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15557 localspl"
15558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15559 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules config.status"
15560 ac_config_files="$ac_config_files dlls/localspl/Makefile"
15562 ALL_MAKEFILES="$ALL_MAKEFILES \\
15563 dlls/localspl/tests/Makefile"
15564 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15565 localspl/tests"
15566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15567 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules config.status"
15568 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
15570 ALL_MAKEFILES="$ALL_MAKEFILES \\
15571 dlls/localui/Makefile"
15572 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15573 localui"
15574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15575 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules config.status"
15576 ac_config_files="$ac_config_files dlls/localui/Makefile"
15578 ALL_MAKEFILES="$ALL_MAKEFILES \\
15579 dlls/localui/tests/Makefile"
15580 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15581 localui/tests"
15582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15583 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules config.status"
15584 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
15586 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15587 lz32/liblz32.$IMPLIBEXT"
15588 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15589 lz32/liblz32.def lz32/liblz32.a lz32/liblz32.cross.a: lz32/lz32.spec \$(WINEBUILD)
15590 @cd lz32 && \$(MAKE) \`basename \$@\`"
15591 ALL_MAKEFILES="$ALL_MAKEFILES \\
15592 dlls/lz32/Makefile"
15593 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15594 lz32"
15595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15596 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules config.status"
15597 ac_config_files="$ac_config_files dlls/lz32/Makefile"
15599 ALL_MAKEFILES="$ALL_MAKEFILES \\
15600 dlls/lz32/tests/Makefile"
15601 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15602 lz32/tests"
15603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15604 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules config.status"
15605 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
15607 ALL_MAKEFILES="$ALL_MAKEFILES \\
15608 dlls/lzexpand.dll16/Makefile"
15609 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15610 lzexpand.dll16"
15611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15612 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules config.status"
15613 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
15615 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15616 mapi32/libmapi32.$IMPLIBEXT"
15617 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15618 mapi32/libmapi32.def mapi32/libmapi32.a mapi32/libmapi32.cross.a: mapi32/mapi32.spec \$(WINEBUILD)
15619 @cd mapi32 && \$(MAKE) \`basename \$@\`"
15620 ALL_MAKEFILES="$ALL_MAKEFILES \\
15621 dlls/mapi32/Makefile"
15622 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15623 mapi32"
15624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15625 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules config.status"
15626 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
15628 ALL_MAKEFILES="$ALL_MAKEFILES \\
15629 dlls/mapi32/tests/Makefile"
15630 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15631 mapi32/tests"
15632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15633 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules config.status"
15634 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
15636 ALL_MAKEFILES="$ALL_MAKEFILES \\
15637 dlls/mapistub/Makefile"
15638 test "x$enable_mapistub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15639 mapistub"
15640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15641 dlls/mapistub/Makefile: dlls/mapistub/Makefile.in dlls/Makedll.rules config.status"
15642 ac_config_files="$ac_config_files dlls/mapistub/Makefile"
15644 ALL_MAKEFILES="$ALL_MAKEFILES \\
15645 dlls/mciavi32/Makefile"
15646 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15647 mciavi32"
15648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15649 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules config.status"
15650 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
15652 ALL_MAKEFILES="$ALL_MAKEFILES \\
15653 dlls/mcicda/Makefile"
15654 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15655 mcicda"
15656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15657 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules config.status"
15658 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
15660 ALL_MAKEFILES="$ALL_MAKEFILES \\
15661 dlls/mciqtz32/Makefile"
15662 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15663 mciqtz32"
15664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15665 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules config.status"
15666 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
15668 ALL_MAKEFILES="$ALL_MAKEFILES \\
15669 dlls/mciseq/Makefile"
15670 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15671 mciseq"
15672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15673 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules config.status"
15674 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
15676 ALL_MAKEFILES="$ALL_MAKEFILES \\
15677 dlls/mciwave/Makefile"
15678 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15679 mciwave"
15680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15681 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules config.status"
15682 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
15684 ALL_MAKEFILES="$ALL_MAKEFILES \\
15685 dlls/midimap/Makefile"
15686 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15687 midimap"
15688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15689 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules config.status"
15690 ac_config_files="$ac_config_files dlls/midimap/Makefile"
15692 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15693 mlang/libmlang.$IMPLIBEXT"
15694 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15695 mlang/libmlang.def mlang/libmlang.a mlang/libmlang.cross.a: mlang/mlang.spec \$(WINEBUILD)
15696 @cd mlang && \$(MAKE) \`basename \$@\`"
15697 ALL_MAKEFILES="$ALL_MAKEFILES \\
15698 dlls/mlang/Makefile"
15699 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15700 mlang"
15701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15702 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules config.status"
15703 ac_config_files="$ac_config_files dlls/mlang/Makefile"
15705 ALL_MAKEFILES="$ALL_MAKEFILES \\
15706 dlls/mlang/tests/Makefile"
15707 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15708 mlang/tests"
15709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15710 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules config.status"
15711 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
15713 ALL_MAKEFILES="$ALL_MAKEFILES \\
15714 dlls/mmdevapi/Makefile"
15715 test "x$enable_mmdevapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15716 mmdevapi"
15717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15718 dlls/mmdevapi/Makefile: dlls/mmdevapi/Makefile.in dlls/Makedll.rules config.status"
15719 ac_config_files="$ac_config_files dlls/mmdevapi/Makefile"
15721 ALL_MAKEFILES="$ALL_MAKEFILES \\
15722 dlls/mmdevapi/tests/Makefile"
15723 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15724 mmdevapi/tests"
15725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15726 dlls/mmdevapi/tests/Makefile: dlls/mmdevapi/tests/Makefile.in dlls/Maketest.rules config.status"
15727 ac_config_files="$ac_config_files dlls/mmdevapi/tests/Makefile"
15729 ALL_MAKEFILES="$ALL_MAKEFILES \\
15730 dlls/mmdevldr.vxd/Makefile"
15731 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15732 mmdevldr.vxd"
15733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15734 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules config.status"
15735 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
15737 ALL_MAKEFILES="$ALL_MAKEFILES \\
15738 dlls/mmsystem.dll16/Makefile"
15739 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15740 mmsystem.dll16"
15741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15742 dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules config.status"
15743 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
15745 ALL_MAKEFILES="$ALL_MAKEFILES \\
15746 dlls/monodebg.vxd/Makefile"
15747 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15748 monodebg.vxd"
15749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15750 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules config.status"
15751 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
15753 ALL_MAKEFILES="$ALL_MAKEFILES \\
15754 dlls/mountmgr.sys/Makefile"
15755 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15756 mountmgr.sys"
15757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15758 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules config.status"
15759 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
15761 ALL_MAKEFILES="$ALL_MAKEFILES \\
15762 dlls/mouse.drv16/Makefile"
15763 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15764 mouse.drv16"
15765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15766 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules config.status"
15767 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
15769 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15770 mpr/libmpr.$IMPLIBEXT"
15771 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15772 mpr/libmpr.def mpr/libmpr.a mpr/libmpr.cross.a: mpr/mpr.spec \$(WINEBUILD)
15773 @cd mpr && \$(MAKE) \`basename \$@\`"
15774 ALL_MAKEFILES="$ALL_MAKEFILES \\
15775 dlls/mpr/Makefile"
15776 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15777 mpr"
15778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15779 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules config.status"
15780 ac_config_files="$ac_config_files dlls/mpr/Makefile"
15782 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15783 mprapi/libmprapi.$IMPLIBEXT"
15784 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15785 mprapi/libmprapi.def mprapi/libmprapi.a mprapi/libmprapi.cross.a: mprapi/mprapi.spec \$(WINEBUILD)
15786 @cd mprapi && \$(MAKE) \`basename \$@\`"
15787 ALL_MAKEFILES="$ALL_MAKEFILES \\
15788 dlls/mprapi/Makefile"
15789 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15790 mprapi"
15791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15792 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules config.status"
15793 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
15795 ALL_MAKEFILES="$ALL_MAKEFILES \\
15796 dlls/msacm.dll16/Makefile"
15797 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15798 msacm.dll16"
15799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15800 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules config.status"
15801 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
15803 ALL_MAKEFILES="$ALL_MAKEFILES \\
15804 dlls/msacm32.drv/Makefile"
15805 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15806 msacm32.drv"
15807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15808 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules config.status"
15809 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
15811 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15812 msacm32/libmsacm32.$IMPLIBEXT"
15813 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15814 msacm32/libmsacm32.def msacm32/libmsacm32.a msacm32/libmsacm32.cross.a: msacm32/msacm32.spec \$(WINEBUILD)
15815 @cd msacm32 && \$(MAKE) \`basename \$@\`"
15816 ALL_MAKEFILES="$ALL_MAKEFILES \\
15817 dlls/msacm32/Makefile"
15818 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15819 msacm32"
15820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15821 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules config.status"
15822 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
15824 ALL_MAKEFILES="$ALL_MAKEFILES \\
15825 dlls/msacm32/tests/Makefile"
15826 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15827 msacm32/tests"
15828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15829 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules config.status"
15830 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
15832 ALL_MAKEFILES="$ALL_MAKEFILES \\
15833 dlls/msadp32.acm/Makefile"
15834 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15835 msadp32.acm"
15836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15837 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules config.status"
15838 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
15840 ALL_MAKEFILES="$ALL_MAKEFILES \\
15841 dlls/mscat32/Makefile"
15842 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15843 mscat32"
15844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15845 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules config.status"
15846 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
15848 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15849 mscms/libmscms.$IMPLIBEXT"
15850 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15851 mscms/libmscms.def mscms/libmscms.a mscms/libmscms.cross.a: mscms/mscms.spec \$(WINEBUILD)
15852 @cd mscms && \$(MAKE) \`basename \$@\`"
15853 ALL_MAKEFILES="$ALL_MAKEFILES \\
15854 dlls/mscms/Makefile"
15855 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15856 mscms"
15857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15858 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules config.status"
15859 ac_config_files="$ac_config_files dlls/mscms/Makefile"
15861 ALL_MAKEFILES="$ALL_MAKEFILES \\
15862 dlls/mscms/tests/Makefile"
15863 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15864 mscms/tests"
15865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15866 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules config.status"
15867 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
15869 ALL_MAKEFILES="$ALL_MAKEFILES \\
15870 dlls/mscoree/Makefile"
15871 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15872 mscoree"
15873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15874 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules config.status"
15875 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
15877 ALL_MAKEFILES="$ALL_MAKEFILES \\
15878 dlls/msctf/Makefile"
15879 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15880 msctf"
15881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15882 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules config.status"
15883 ac_config_files="$ac_config_files dlls/msctf/Makefile"
15885 ALL_MAKEFILES="$ALL_MAKEFILES \\
15886 dlls/msctf/tests/Makefile"
15887 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15888 msctf/tests"
15889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15890 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules config.status"
15891 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
15893 ALL_MAKEFILES="$ALL_MAKEFILES \\
15894 dlls/msdaps/Makefile"
15895 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15896 msdaps"
15897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15898 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules config.status"
15899 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
15901 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15902 msdmo/libmsdmo.$IMPLIBEXT"
15903 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15904 msdmo/libmsdmo.def msdmo/libmsdmo.a msdmo/libmsdmo.cross.a: msdmo/msdmo.spec \$(WINEBUILD)
15905 @cd msdmo && \$(MAKE) \`basename \$@\`"
15906 ALL_MAKEFILES="$ALL_MAKEFILES \\
15907 dlls/msdmo/Makefile"
15908 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15909 msdmo"
15910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15911 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules config.status"
15912 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
15914 ALL_MAKEFILES="$ALL_MAKEFILES \\
15915 dlls/msftedit/Makefile"
15916 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15917 msftedit"
15918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15919 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules config.status"
15920 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
15922 ALL_MAKEFILES="$ALL_MAKEFILES \\
15923 dlls/msg711.acm/Makefile"
15924 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15925 msg711.acm"
15926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15927 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules config.status"
15928 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
15930 ALL_MAKEFILES="$ALL_MAKEFILES \\
15931 dlls/msgsm32.acm/Makefile"
15932 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15933 msgsm32.acm"
15934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15935 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules config.status"
15936 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
15938 ALL_MAKEFILES="$ALL_MAKEFILES \\
15939 dlls/mshtml.tlb/Makefile"
15940 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15941 mshtml.tlb"
15942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15943 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules config.status"
15944 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
15946 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15947 mshtml/libmshtml.$IMPLIBEXT"
15948 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15949 mshtml/libmshtml.def mshtml/libmshtml.a mshtml/libmshtml.cross.a: mshtml/mshtml.spec \$(WINEBUILD)
15950 @cd mshtml && \$(MAKE) \`basename \$@\`"
15951 ALL_MAKEFILES="$ALL_MAKEFILES \\
15952 dlls/mshtml/Makefile"
15953 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15954 mshtml"
15955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15956 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules config.status"
15957 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
15959 ALL_MAKEFILES="$ALL_MAKEFILES \\
15960 dlls/mshtml/tests/Makefile"
15961 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15962 mshtml/tests"
15963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15964 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules config.status"
15965 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
15967 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15968 msi/libmsi.$IMPLIBEXT"
15969 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15970 msi/libmsi.def msi/libmsi.a msi/libmsi.cross.a: msi/msi.spec \$(WINEBUILD)
15971 @cd msi && \$(MAKE) \`basename \$@\`"
15972 ALL_MAKEFILES="$ALL_MAKEFILES \\
15973 dlls/msi/Makefile"
15974 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15975 msi"
15976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15977 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules config.status"
15978 ac_config_files="$ac_config_files dlls/msi/Makefile"
15980 ALL_MAKEFILES="$ALL_MAKEFILES \\
15981 dlls/msi/tests/Makefile"
15982 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15983 msi/tests"
15984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15985 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules config.status"
15986 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
15988 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15989 msimg32/libmsimg32.$IMPLIBEXT"
15990 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15991 msimg32/libmsimg32.def msimg32/libmsimg32.a msimg32/libmsimg32.cross.a: msimg32/msimg32.spec \$(WINEBUILD)
15992 @cd msimg32 && \$(MAKE) \`basename \$@\`"
15993 ALL_MAKEFILES="$ALL_MAKEFILES \\
15994 dlls/msimg32/Makefile"
15995 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15996 msimg32"
15997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15998 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules config.status"
15999 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
16001 ALL_MAKEFILES="$ALL_MAKEFILES \\
16002 dlls/msimtf/Makefile"
16003 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16004 msimtf"
16005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16006 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules config.status"
16007 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
16009 ALL_MAKEFILES="$ALL_MAKEFILES \\
16010 dlls/msisip/Makefile"
16011 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16012 msisip"
16013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16014 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules config.status"
16015 ac_config_files="$ac_config_files dlls/msisip/Makefile"
16017 ALL_MAKEFILES="$ALL_MAKEFILES \\
16018 dlls/msisys.ocx/Makefile"
16019 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16020 msisys.ocx"
16021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16022 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules config.status"
16023 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
16025 ALL_MAKEFILES="$ALL_MAKEFILES \\
16026 dlls/msnet32/Makefile"
16027 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16028 msnet32"
16029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16030 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules config.status"
16031 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
16033 ALL_MAKEFILES="$ALL_MAKEFILES \\
16034 dlls/msrle32/Makefile"
16035 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16036 msrle32"
16037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16038 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules config.status"
16039 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
16041 ALL_MAKEFILES="$ALL_MAKEFILES \\
16042 dlls/mssign32/Makefile"
16043 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16044 mssign32"
16045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16046 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules config.status"
16047 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
16049 ALL_MAKEFILES="$ALL_MAKEFILES \\
16050 dlls/mssip32/Makefile"
16051 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16052 mssip32"
16053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16054 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules config.status"
16055 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
16057 ALL_MAKEFILES="$ALL_MAKEFILES \\
16058 dlls/mstask/Makefile"
16059 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16060 mstask"
16061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16062 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules config.status"
16063 ac_config_files="$ac_config_files dlls/mstask/Makefile"
16065 ALL_MAKEFILES="$ALL_MAKEFILES \\
16066 dlls/mstask/tests/Makefile"
16067 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16068 mstask/tests"
16069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16070 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules config.status"
16071 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
16073 ALL_MAKEFILES="$ALL_MAKEFILES \\
16074 dlls/msvcirt/Makefile"
16075 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16076 msvcirt"
16077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16078 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules config.status"
16079 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
16081 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16082 msvcr71/libmsvcr71.$IMPLIBEXT"
16083 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16084 msvcr71/libmsvcr71.def msvcr71/libmsvcr71.a msvcr71/libmsvcr71.cross.a: msvcr71/msvcr71.spec \$(WINEBUILD)
16085 @cd msvcr71 && \$(MAKE) \`basename \$@\`"
16086 ALL_MAKEFILES="$ALL_MAKEFILES \\
16087 dlls/msvcr71/Makefile"
16088 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16089 msvcr71"
16090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16091 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules config.status"
16092 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
16094 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16095 msvcrt/libmsvcrt.$IMPLIBEXT"
16096 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16097 msvcrt/libmsvcrt.def msvcrt/libmsvcrt.a msvcrt/libmsvcrt.cross.a: msvcrt/msvcrt.spec \$(WINEBUILD)
16098 @cd msvcrt && \$(MAKE) \`basename \$@\`"
16099 ALL_MAKEFILES="$ALL_MAKEFILES \\
16100 dlls/msvcrt/Makefile"
16101 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16102 msvcrt"
16103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16104 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules config.status"
16105 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
16107 ALL_MAKEFILES="$ALL_MAKEFILES \\
16108 dlls/msvcrt/tests/Makefile"
16109 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16110 msvcrt/tests"
16111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16112 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules config.status"
16113 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
16115 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16116 msvcrt20/libmsvcrt20.$IMPLIBEXT"
16117 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16118 msvcrt20/libmsvcrt20.def msvcrt20/libmsvcrt20.a msvcrt20/libmsvcrt20.cross.a: msvcrt20/msvcrt20.spec \$(WINEBUILD)
16119 @cd msvcrt20 && \$(MAKE) \`basename \$@\`"
16120 ALL_MAKEFILES="$ALL_MAKEFILES \\
16121 dlls/msvcrt20/Makefile"
16122 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16123 msvcrt20"
16124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16125 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules config.status"
16126 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
16128 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16129 msvcrt40/libmsvcrt40.$IMPLIBEXT"
16130 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16131 msvcrt40/libmsvcrt40.def msvcrt40/libmsvcrt40.a msvcrt40/libmsvcrt40.cross.a: msvcrt40/msvcrt40.spec \$(WINEBUILD)
16132 @cd msvcrt40 && \$(MAKE) \`basename \$@\`"
16133 ALL_MAKEFILES="$ALL_MAKEFILES \\
16134 dlls/msvcrt40/Makefile"
16135 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16136 msvcrt40"
16137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16138 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules config.status"
16139 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
16141 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16142 msvcrtd/libmsvcrtd.$IMPLIBEXT"
16143 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16144 msvcrtd/libmsvcrtd.def msvcrtd/libmsvcrtd.a msvcrtd/libmsvcrtd.cross.a: msvcrtd/msvcrtd.spec \$(WINEBUILD)
16145 @cd msvcrtd && \$(MAKE) \`basename \$@\`"
16146 ALL_MAKEFILES="$ALL_MAKEFILES \\
16147 dlls/msvcrtd/Makefile"
16148 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16149 msvcrtd"
16150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16151 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules config.status"
16152 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
16154 ALL_MAKEFILES="$ALL_MAKEFILES \\
16155 dlls/msvcrtd/tests/Makefile"
16156 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16157 msvcrtd/tests"
16158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16159 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules config.status"
16160 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
16162 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16163 msvfw32/libmsvfw32.$IMPLIBEXT"
16164 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16165 msvfw32/libmsvfw32.def msvfw32/libmsvfw32.a msvfw32/libmsvfw32.cross.a: msvfw32/msvfw32.spec \$(WINEBUILD)
16166 @cd msvfw32 && \$(MAKE) \`basename \$@\`"
16167 ALL_MAKEFILES="$ALL_MAKEFILES \\
16168 dlls/msvfw32/Makefile"
16169 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16170 msvfw32"
16171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16172 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules config.status"
16173 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
16175 ALL_MAKEFILES="$ALL_MAKEFILES \\
16176 dlls/msvfw32/tests/Makefile"
16177 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16178 msvfw32/tests"
16179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16180 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules config.status"
16181 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
16183 ALL_MAKEFILES="$ALL_MAKEFILES \\
16184 dlls/msvidc32/Makefile"
16185 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16186 msvidc32"
16187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16188 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules config.status"
16189 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
16191 ALL_MAKEFILES="$ALL_MAKEFILES \\
16192 dlls/msvideo.dll16/Makefile"
16193 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16194 msvideo.dll16"
16195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16196 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules config.status"
16197 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
16199 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16200 mswsock/libmswsock.$IMPLIBEXT"
16201 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16202 mswsock/libmswsock.def mswsock/libmswsock.a mswsock/libmswsock.cross.a: mswsock/mswsock.spec \$(WINEBUILD)
16203 @cd mswsock && \$(MAKE) \`basename \$@\`"
16204 ALL_MAKEFILES="$ALL_MAKEFILES \\
16205 dlls/mswsock/Makefile"
16206 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16207 mswsock"
16208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16209 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules config.status"
16210 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
16212 ALL_MAKEFILES="$ALL_MAKEFILES \\
16213 dlls/msxml3/Makefile"
16214 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16215 msxml3"
16216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16217 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules config.status"
16218 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
16220 ALL_MAKEFILES="$ALL_MAKEFILES \\
16221 dlls/msxml3/tests/Makefile"
16222 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16223 msxml3/tests"
16224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16225 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules config.status"
16226 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
16228 ALL_MAKEFILES="$ALL_MAKEFILES \\
16229 dlls/msxml4/Makefile"
16230 test "x$enable_msxml4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16231 msxml4"
16232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16233 dlls/msxml4/Makefile: dlls/msxml4/Makefile.in dlls/Makedll.rules config.status"
16234 ac_config_files="$ac_config_files dlls/msxml4/Makefile"
16236 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16237 nddeapi/libnddeapi.$IMPLIBEXT"
16238 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16239 nddeapi/libnddeapi.def nddeapi/libnddeapi.a nddeapi/libnddeapi.cross.a: nddeapi/nddeapi.spec \$(WINEBUILD)
16240 @cd nddeapi && \$(MAKE) \`basename \$@\`"
16241 ALL_MAKEFILES="$ALL_MAKEFILES \\
16242 dlls/nddeapi/Makefile"
16243 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16244 nddeapi"
16245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16246 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules config.status"
16247 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
16249 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16250 netapi32/libnetapi32.$IMPLIBEXT"
16251 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16252 netapi32/libnetapi32.def netapi32/libnetapi32.a netapi32/libnetapi32.cross.a: netapi32/netapi32.spec \$(WINEBUILD)
16253 @cd netapi32 && \$(MAKE) \`basename \$@\`"
16254 ALL_MAKEFILES="$ALL_MAKEFILES \\
16255 dlls/netapi32/Makefile"
16256 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16257 netapi32"
16258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16259 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules config.status"
16260 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
16262 ALL_MAKEFILES="$ALL_MAKEFILES \\
16263 dlls/netapi32/tests/Makefile"
16264 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16265 netapi32/tests"
16266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16267 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules config.status"
16268 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
16270 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16271 newdev/libnewdev.$IMPLIBEXT"
16272 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16273 newdev/libnewdev.def newdev/libnewdev.a newdev/libnewdev.cross.a: newdev/newdev.spec \$(WINEBUILD)
16274 @cd newdev && \$(MAKE) \`basename \$@\`"
16275 ALL_MAKEFILES="$ALL_MAKEFILES \\
16276 dlls/newdev/Makefile"
16277 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16278 newdev"
16279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16280 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules config.status"
16281 ac_config_files="$ac_config_files dlls/newdev/Makefile"
16283 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16284 ntdll/libntdll.$IMPLIBEXT"
16285 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16286 ntdll/libntdll.def ntdll/libntdll.a ntdll/libntdll.cross.a: ntdll/ntdll.spec \$(WINEBUILD)
16287 @cd ntdll && \$(MAKE) \`basename \$@\`"
16288 ALL_MAKEFILES="$ALL_MAKEFILES \\
16289 dlls/ntdll/Makefile"
16290 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16291 ntdll"
16292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16293 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules config.status"
16294 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
16296 ALL_MAKEFILES="$ALL_MAKEFILES \\
16297 dlls/ntdll/tests/Makefile"
16298 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16299 ntdll/tests"
16300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16301 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules config.status"
16302 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
16304 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16305 ntdsapi/libntdsapi.$IMPLIBEXT"
16306 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16307 ntdsapi/libntdsapi.def ntdsapi/libntdsapi.a ntdsapi/libntdsapi.cross.a: ntdsapi/ntdsapi.spec \$(WINEBUILD)
16308 @cd ntdsapi && \$(MAKE) \`basename \$@\`"
16309 ALL_MAKEFILES="$ALL_MAKEFILES \\
16310 dlls/ntdsapi/Makefile"
16311 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16312 ntdsapi"
16313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16314 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules config.status"
16315 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
16317 ALL_MAKEFILES="$ALL_MAKEFILES \\
16318 dlls/ntdsapi/tests/Makefile"
16319 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16320 ntdsapi/tests"
16321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16322 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules config.status"
16323 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
16325 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16326 ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT"
16327 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16328 ntoskrnl.exe/libntoskrnl.exe.def ntoskrnl.exe/libntoskrnl.exe.a ntoskrnl.exe/libntoskrnl.exe.cross.a: ntoskrnl.exe/ntoskrnl.exe.spec \$(WINEBUILD)
16329 @cd ntoskrnl.exe && \$(MAKE) \`basename \$@\`"
16330 ALL_MAKEFILES="$ALL_MAKEFILES \\
16331 dlls/ntoskrnl.exe/Makefile"
16332 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16333 ntoskrnl.exe"
16334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16335 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules config.status"
16336 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
16338 ALL_MAKEFILES="$ALL_MAKEFILES \\
16339 dlls/ntprint/Makefile"
16340 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16341 ntprint"
16342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16343 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules config.status"
16344 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
16346 ALL_MAKEFILES="$ALL_MAKEFILES \\
16347 dlls/ntprint/tests/Makefile"
16348 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16349 ntprint/tests"
16350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16351 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules config.status"
16352 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
16354 ALL_MAKEFILES="$ALL_MAKEFILES \\
16355 dlls/objsel/Makefile"
16356 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16357 objsel"
16358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16359 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules config.status"
16360 ac_config_files="$ac_config_files dlls/objsel/Makefile"
16362 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16363 odbc32/libodbc32.$IMPLIBEXT"
16364 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16365 odbc32/libodbc32.def odbc32/libodbc32.a odbc32/libodbc32.cross.a: odbc32/odbc32.spec \$(WINEBUILD)
16366 @cd odbc32 && \$(MAKE) \`basename \$@\`"
16367 ALL_MAKEFILES="$ALL_MAKEFILES \\
16368 dlls/odbc32/Makefile"
16369 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16370 odbc32"
16371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16372 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules config.status"
16373 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
16375 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16376 odbccp32/libodbccp32.$IMPLIBEXT"
16377 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16378 odbccp32/libodbccp32.def odbccp32/libodbccp32.a odbccp32/libodbccp32.cross.a: odbccp32/odbccp32.spec \$(WINEBUILD)
16379 @cd odbccp32 && \$(MAKE) \`basename \$@\`"
16380 ALL_MAKEFILES="$ALL_MAKEFILES \\
16381 dlls/odbccp32/Makefile"
16382 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16383 odbccp32"
16384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16385 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules config.status"
16386 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
16388 ALL_MAKEFILES="$ALL_MAKEFILES \\
16389 dlls/odbccp32/tests/Makefile"
16390 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16391 odbccp32/tests"
16392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16393 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules config.status"
16394 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
16396 ALL_MAKEFILES="$ALL_MAKEFILES \\
16397 dlls/ole2.dll16/Makefile"
16398 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16399 ole2.dll16"
16400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16401 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules config.status"
16402 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
16404 ALL_MAKEFILES="$ALL_MAKEFILES \\
16405 dlls/ole2conv.dll16/Makefile"
16406 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16407 ole2conv.dll16"
16408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16409 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules config.status"
16410 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
16412 ALL_MAKEFILES="$ALL_MAKEFILES \\
16413 dlls/ole2disp.dll16/Makefile"
16414 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16415 ole2disp.dll16"
16416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16417 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules config.status"
16418 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
16420 ALL_MAKEFILES="$ALL_MAKEFILES \\
16421 dlls/ole2nls.dll16/Makefile"
16422 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16423 ole2nls.dll16"
16424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16425 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules config.status"
16426 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
16428 ALL_MAKEFILES="$ALL_MAKEFILES \\
16429 dlls/ole2prox.dll16/Makefile"
16430 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16431 ole2prox.dll16"
16432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16433 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules config.status"
16434 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
16436 ALL_MAKEFILES="$ALL_MAKEFILES \\
16437 dlls/ole2thk.dll16/Makefile"
16438 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16439 ole2thk.dll16"
16440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16441 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules config.status"
16442 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
16444 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16445 ole32/libole32.$IMPLIBEXT"
16446 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16447 ole32/libole32.def ole32/libole32.a ole32/libole32.cross.a: ole32/ole32.spec \$(WINEBUILD)
16448 @cd ole32 && \$(MAKE) \`basename \$@\`"
16449 ALL_MAKEFILES="$ALL_MAKEFILES \\
16450 dlls/ole32/Makefile"
16451 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16452 ole32"
16453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16454 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules config.status"
16455 ac_config_files="$ac_config_files dlls/ole32/Makefile"
16457 ALL_MAKEFILES="$ALL_MAKEFILES \\
16458 dlls/ole32/tests/Makefile"
16459 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16460 ole32/tests"
16461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16462 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules config.status"
16463 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
16465 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16466 oleacc/liboleacc.$IMPLIBEXT"
16467 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16468 oleacc/liboleacc.def oleacc/liboleacc.a oleacc/liboleacc.cross.a: oleacc/oleacc.spec \$(WINEBUILD)
16469 @cd oleacc && \$(MAKE) \`basename \$@\`"
16470 ALL_MAKEFILES="$ALL_MAKEFILES \\
16471 dlls/oleacc/Makefile"
16472 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16473 oleacc"
16474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16475 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules config.status"
16476 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
16478 ALL_MAKEFILES="$ALL_MAKEFILES \\
16479 dlls/oleacc/tests/Makefile"
16480 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16481 oleacc/tests"
16482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16483 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules config.status"
16484 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
16486 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16487 oleaut32/liboleaut32.$IMPLIBEXT"
16488 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16489 oleaut32/liboleaut32.def oleaut32/liboleaut32.a oleaut32/liboleaut32.cross.a: oleaut32/oleaut32.spec \$(WINEBUILD)
16490 @cd oleaut32 && \$(MAKE) \`basename \$@\`"
16491 ALL_MAKEFILES="$ALL_MAKEFILES \\
16492 dlls/oleaut32/Makefile"
16493 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16494 oleaut32"
16495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16496 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules config.status"
16497 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
16499 ALL_MAKEFILES="$ALL_MAKEFILES \\
16500 dlls/oleaut32/tests/Makefile"
16501 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16502 oleaut32/tests"
16503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16504 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules config.status"
16505 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
16507 ALL_MAKEFILES="$ALL_MAKEFILES \\
16508 dlls/olecli.dll16/Makefile"
16509 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16510 olecli.dll16"
16511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16512 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules config.status"
16513 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
16515 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16516 olecli32/libolecli32.$IMPLIBEXT"
16517 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16518 olecli32/libolecli32.def olecli32/libolecli32.a olecli32/libolecli32.cross.a: olecli32/olecli32.spec \$(WINEBUILD)
16519 @cd olecli32 && \$(MAKE) \`basename \$@\`"
16520 ALL_MAKEFILES="$ALL_MAKEFILES \\
16521 dlls/olecli32/Makefile"
16522 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16523 olecli32"
16524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16525 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules config.status"
16526 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
16528 ALL_MAKEFILES="$ALL_MAKEFILES \\
16529 dlls/oledb32/Makefile"
16530 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16531 oledb32"
16532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16533 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules config.status"
16534 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
16536 ALL_MAKEFILES="$ALL_MAKEFILES \\
16537 dlls/oledb32/tests/Makefile"
16538 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16539 oledb32/tests"
16540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16541 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules config.status"
16542 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
16544 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16545 oledlg/liboledlg.$IMPLIBEXT"
16546 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16547 oledlg/liboledlg.def oledlg/liboledlg.a oledlg/liboledlg.cross.a: oledlg/oledlg.spec \$(WINEBUILD)
16548 @cd oledlg && \$(MAKE) \`basename \$@\`"
16549 ALL_MAKEFILES="$ALL_MAKEFILES \\
16550 dlls/oledlg/Makefile"
16551 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16552 oledlg"
16553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16554 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules config.status"
16555 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
16557 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16558 olepro32/libolepro32.$IMPLIBEXT"
16559 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16560 olepro32/libolepro32.def olepro32/libolepro32.a olepro32/libolepro32.cross.a: olepro32/olepro32.spec \$(WINEBUILD)
16561 @cd olepro32 && \$(MAKE) \`basename \$@\`"
16562 ALL_MAKEFILES="$ALL_MAKEFILES \\
16563 dlls/olepro32/Makefile"
16564 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16565 olepro32"
16566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16567 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules config.status"
16568 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
16570 ALL_MAKEFILES="$ALL_MAKEFILES \\
16571 dlls/olesvr.dll16/Makefile"
16572 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16573 olesvr.dll16"
16574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16575 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules config.status"
16576 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
16578 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16579 olesvr32/libolesvr32.$IMPLIBEXT"
16580 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16581 olesvr32/libolesvr32.def olesvr32/libolesvr32.a olesvr32/libolesvr32.cross.a: olesvr32/olesvr32.spec \$(WINEBUILD)
16582 @cd olesvr32 && \$(MAKE) \`basename \$@\`"
16583 ALL_MAKEFILES="$ALL_MAKEFILES \\
16584 dlls/olesvr32/Makefile"
16585 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16586 olesvr32"
16587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16588 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules config.status"
16589 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
16591 ALL_MAKEFILES="$ALL_MAKEFILES \\
16592 dlls/olethk32/Makefile"
16593 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16594 olethk32"
16595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16596 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules config.status"
16597 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
16599 ALL_MAKEFILES="$ALL_MAKEFILES \\
16600 dlls/openal32/Makefile"
16601 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16602 openal32"
16603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16604 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules config.status"
16605 ac_config_files="$ac_config_files dlls/openal32/Makefile"
16607 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16608 opengl32/libopengl32.$IMPLIBEXT"
16609 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16610 opengl32/libopengl32.def opengl32/libopengl32.a opengl32/libopengl32.cross.a: opengl32/opengl32.spec \$(WINEBUILD)
16611 @cd opengl32 && \$(MAKE) \`basename \$@\`"
16612 ALL_MAKEFILES="$ALL_MAKEFILES \\
16613 dlls/opengl32/Makefile"
16614 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16615 opengl32"
16616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16617 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules config.status"
16618 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
16620 ALL_MAKEFILES="$ALL_MAKEFILES \\
16621 dlls/opengl32/tests/Makefile"
16622 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16623 opengl32/tests"
16624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16625 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules config.status"
16626 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
16628 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16629 pdh/libpdh.$IMPLIBEXT"
16630 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16631 pdh/libpdh.def pdh/libpdh.a pdh/libpdh.cross.a: pdh/pdh.spec \$(WINEBUILD)
16632 @cd pdh && \$(MAKE) \`basename \$@\`"
16633 ALL_MAKEFILES="$ALL_MAKEFILES \\
16634 dlls/pdh/Makefile"
16635 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16636 pdh"
16637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16638 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules config.status"
16639 ac_config_files="$ac_config_files dlls/pdh/Makefile"
16641 ALL_MAKEFILES="$ALL_MAKEFILES \\
16642 dlls/pdh/tests/Makefile"
16643 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16644 pdh/tests"
16645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16646 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules config.status"
16647 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
16649 ALL_MAKEFILES="$ALL_MAKEFILES \\
16650 dlls/pidgen/Makefile"
16651 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16652 pidgen"
16653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16654 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules config.status"
16655 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
16657 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16658 powrprof/libpowrprof.$IMPLIBEXT"
16659 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16660 powrprof/libpowrprof.def powrprof/libpowrprof.a powrprof/libpowrprof.cross.a: powrprof/powrprof.spec \$(WINEBUILD)
16661 @cd powrprof && \$(MAKE) \`basename \$@\`"
16662 ALL_MAKEFILES="$ALL_MAKEFILES \\
16663 dlls/powrprof/Makefile"
16664 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16665 powrprof"
16666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16667 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules config.status"
16668 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
16670 ALL_MAKEFILES="$ALL_MAKEFILES \\
16671 dlls/printui/Makefile"
16672 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16673 printui"
16674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16675 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules config.status"
16676 ac_config_files="$ac_config_files dlls/printui/Makefile"
16678 ALL_MAKEFILES="$ALL_MAKEFILES \\
16679 dlls/propsys/Makefile"
16680 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16681 propsys"
16682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16683 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules config.status"
16684 ac_config_files="$ac_config_files dlls/propsys/Makefile"
16686 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16687 psapi/libpsapi.$IMPLIBEXT"
16688 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16689 psapi/libpsapi.def psapi/libpsapi.a psapi/libpsapi.cross.a: psapi/psapi.spec \$(WINEBUILD)
16690 @cd psapi && \$(MAKE) \`basename \$@\`"
16691 ALL_MAKEFILES="$ALL_MAKEFILES \\
16692 dlls/psapi/Makefile"
16693 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16694 psapi"
16695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16696 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules config.status"
16697 ac_config_files="$ac_config_files dlls/psapi/Makefile"
16699 ALL_MAKEFILES="$ALL_MAKEFILES \\
16700 dlls/psapi/tests/Makefile"
16701 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16702 psapi/tests"
16703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16704 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules config.status"
16705 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
16707 ALL_MAKEFILES="$ALL_MAKEFILES \\
16708 dlls/pstorec/Makefile"
16709 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16710 pstorec"
16711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16712 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules config.status"
16713 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
16715 ALL_MAKEFILES="$ALL_MAKEFILES \\
16716 dlls/qcap/Makefile"
16717 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16718 qcap"
16719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16720 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules config.status"
16721 ac_config_files="$ac_config_files dlls/qcap/Makefile"
16723 ALL_MAKEFILES="$ALL_MAKEFILES \\
16724 dlls/qedit/Makefile"
16725 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16726 qedit"
16727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16728 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules config.status"
16729 ac_config_files="$ac_config_files dlls/qedit/Makefile"
16731 ALL_MAKEFILES="$ALL_MAKEFILES \\
16732 dlls/qedit/tests/Makefile"
16733 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16734 qedit/tests"
16735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16736 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules config.status"
16737 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
16739 ALL_MAKEFILES="$ALL_MAKEFILES \\
16740 dlls/qmgr/Makefile"
16741 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16742 qmgr"
16743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16744 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules config.status"
16745 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
16747 ALL_MAKEFILES="$ALL_MAKEFILES \\
16748 dlls/qmgr/tests/Makefile"
16749 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16750 qmgr/tests"
16751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16752 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules config.status"
16753 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
16755 ALL_MAKEFILES="$ALL_MAKEFILES \\
16756 dlls/qmgrprxy/Makefile"
16757 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16758 qmgrprxy"
16759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16760 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules config.status"
16761 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
16763 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16764 quartz/libquartz.$IMPLIBEXT"
16765 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16766 quartz/libquartz.def quartz/libquartz.a quartz/libquartz.cross.a: quartz/quartz.spec \$(WINEBUILD)
16767 @cd quartz && \$(MAKE) \`basename \$@\`"
16768 ALL_MAKEFILES="$ALL_MAKEFILES \\
16769 dlls/quartz/Makefile"
16770 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16771 quartz"
16772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16773 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules config.status"
16774 ac_config_files="$ac_config_files dlls/quartz/Makefile"
16776 ALL_MAKEFILES="$ALL_MAKEFILES \\
16777 dlls/quartz/tests/Makefile"
16778 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16779 quartz/tests"
16780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16781 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules config.status"
16782 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
16784 ALL_MAKEFILES="$ALL_MAKEFILES \\
16785 dlls/query/Makefile"
16786 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16787 query"
16788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16789 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules config.status"
16790 ac_config_files="$ac_config_files dlls/query/Makefile"
16792 ALL_MAKEFILES="$ALL_MAKEFILES \\
16793 dlls/rasapi16.dll16/Makefile"
16794 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16795 rasapi16.dll16"
16796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16797 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules config.status"
16798 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
16800 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16801 rasapi32/librasapi32.$IMPLIBEXT"
16802 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16803 rasapi32/librasapi32.def rasapi32/librasapi32.a rasapi32/librasapi32.cross.a: rasapi32/rasapi32.spec \$(WINEBUILD)
16804 @cd rasapi32 && \$(MAKE) \`basename \$@\`"
16805 ALL_MAKEFILES="$ALL_MAKEFILES \\
16806 dlls/rasapi32/Makefile"
16807 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16808 rasapi32"
16809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16810 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules config.status"
16811 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
16813 ALL_MAKEFILES="$ALL_MAKEFILES \\
16814 dlls/rasapi32/tests/Makefile"
16815 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16816 rasapi32/tests"
16817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16818 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules config.status"
16819 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
16821 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16822 rasdlg/librasdlg.$IMPLIBEXT"
16823 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16824 rasdlg/librasdlg.def rasdlg/librasdlg.a rasdlg/librasdlg.cross.a: rasdlg/rasdlg.spec \$(WINEBUILD)
16825 @cd rasdlg && \$(MAKE) \`basename \$@\`"
16826 ALL_MAKEFILES="$ALL_MAKEFILES \\
16827 dlls/rasdlg/Makefile"
16828 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16829 rasdlg"
16830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16831 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules config.status"
16832 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
16834 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16835 resutils/libresutils.$IMPLIBEXT"
16836 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16837 resutils/libresutils.def resutils/libresutils.a resutils/libresutils.cross.a: resutils/resutils.spec \$(WINEBUILD)
16838 @cd resutils && \$(MAKE) \`basename \$@\`"
16839 ALL_MAKEFILES="$ALL_MAKEFILES \\
16840 dlls/resutils/Makefile"
16841 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16842 resutils"
16843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16844 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules config.status"
16845 ac_config_files="$ac_config_files dlls/resutils/Makefile"
16847 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16848 riched20/libriched20.$IMPLIBEXT"
16849 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16850 riched20/libriched20.def riched20/libriched20.a riched20/libriched20.cross.a: riched20/riched20.spec \$(WINEBUILD)
16851 @cd riched20 && \$(MAKE) \`basename \$@\`"
16852 ALL_MAKEFILES="$ALL_MAKEFILES \\
16853 dlls/riched20/Makefile"
16854 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16855 riched20"
16856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16857 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules config.status"
16858 ac_config_files="$ac_config_files dlls/riched20/Makefile"
16860 ALL_MAKEFILES="$ALL_MAKEFILES \\
16861 dlls/riched20/tests/Makefile"
16862 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16863 riched20/tests"
16864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16865 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules config.status"
16866 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
16868 ALL_MAKEFILES="$ALL_MAKEFILES \\
16869 dlls/riched32/Makefile"
16870 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16871 riched32"
16872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16873 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules config.status"
16874 ac_config_files="$ac_config_files dlls/riched32/Makefile"
16876 ALL_MAKEFILES="$ALL_MAKEFILES \\
16877 dlls/riched32/tests/Makefile"
16878 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16879 riched32/tests"
16880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16881 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules config.status"
16882 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
16884 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16885 rpcrt4/librpcrt4.$IMPLIBEXT"
16886 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16887 rpcrt4/librpcrt4.def rpcrt4/librpcrt4.a rpcrt4/librpcrt4.cross.a: rpcrt4/rpcrt4.spec \$(WINEBUILD)
16888 @cd rpcrt4 && \$(MAKE) \`basename \$@\`"
16889 ALL_MAKEFILES="$ALL_MAKEFILES \\
16890 dlls/rpcrt4/Makefile"
16891 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16892 rpcrt4"
16893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16894 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules config.status"
16895 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
16897 ALL_MAKEFILES="$ALL_MAKEFILES \\
16898 dlls/rpcrt4/tests/Makefile"
16899 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16900 rpcrt4/tests"
16901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16902 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules config.status"
16903 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
16905 ALL_MAKEFILES="$ALL_MAKEFILES \\
16906 dlls/rsabase/Makefile"
16907 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16908 rsabase"
16909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16910 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules config.status"
16911 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
16913 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16914 rsaenh/librsaenh.$IMPLIBEXT"
16915 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16916 rsaenh/librsaenh.def rsaenh/librsaenh.a rsaenh/librsaenh.cross.a: rsaenh/rsaenh.spec \$(WINEBUILD)
16917 @cd rsaenh && \$(MAKE) \`basename \$@\`"
16918 ALL_MAKEFILES="$ALL_MAKEFILES \\
16919 dlls/rsaenh/Makefile"
16920 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16921 rsaenh"
16922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16923 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules config.status"
16924 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
16926 ALL_MAKEFILES="$ALL_MAKEFILES \\
16927 dlls/rsaenh/tests/Makefile"
16928 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16929 rsaenh/tests"
16930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16931 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules config.status"
16932 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
16934 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16935 rtutils/librtutils.$IMPLIBEXT"
16936 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16937 rtutils/librtutils.def rtutils/librtutils.a rtutils/librtutils.cross.a: rtutils/rtutils.spec \$(WINEBUILD)
16938 @cd rtutils && \$(MAKE) \`basename \$@\`"
16939 ALL_MAKEFILES="$ALL_MAKEFILES \\
16940 dlls/rtutils/Makefile"
16941 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16942 rtutils"
16943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16944 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules config.status"
16945 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
16947 ALL_MAKEFILES="$ALL_MAKEFILES \\
16948 dlls/sane.ds/Makefile"
16949 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16950 sane.ds"
16951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16952 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules config.status"
16953 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
16955 ALL_MAKEFILES="$ALL_MAKEFILES \\
16956 dlls/sccbase/Makefile"
16957 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16958 sccbase"
16959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16960 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules config.status"
16961 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
16963 ALL_MAKEFILES="$ALL_MAKEFILES \\
16964 dlls/schannel/Makefile"
16965 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16966 schannel"
16967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16968 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules config.status"
16969 ac_config_files="$ac_config_files dlls/schannel/Makefile"
16971 ALL_MAKEFILES="$ALL_MAKEFILES \\
16972 dlls/schannel/tests/Makefile"
16973 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16974 schannel/tests"
16975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16976 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules config.status"
16977 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
16979 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16980 secur32/libsecur32.$IMPLIBEXT"
16981 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16982 secur32/libsecur32.def secur32/libsecur32.a secur32/libsecur32.cross.a: secur32/secur32.spec \$(WINEBUILD)
16983 @cd secur32 && \$(MAKE) \`basename \$@\`"
16984 ALL_MAKEFILES="$ALL_MAKEFILES \\
16985 dlls/secur32/Makefile"
16986 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16987 secur32"
16988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16989 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules config.status"
16990 ac_config_files="$ac_config_files dlls/secur32/Makefile"
16992 ALL_MAKEFILES="$ALL_MAKEFILES \\
16993 dlls/secur32/tests/Makefile"
16994 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16995 secur32/tests"
16996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16997 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules config.status"
16998 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
17000 ALL_MAKEFILES="$ALL_MAKEFILES \\
17001 dlls/security/Makefile"
17002 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17003 security"
17004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17005 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules config.status"
17006 ac_config_files="$ac_config_files dlls/security/Makefile"
17008 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17009 sensapi/libsensapi.$IMPLIBEXT"
17010 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17011 sensapi/libsensapi.def sensapi/libsensapi.a sensapi/libsensapi.cross.a: sensapi/sensapi.spec \$(WINEBUILD)
17012 @cd sensapi && \$(MAKE) \`basename \$@\`"
17013 ALL_MAKEFILES="$ALL_MAKEFILES \\
17014 dlls/sensapi/Makefile"
17015 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17016 sensapi"
17017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17018 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules config.status"
17019 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
17021 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17022 serialui/libserialui.$IMPLIBEXT"
17023 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17024 serialui/libserialui.def serialui/libserialui.a serialui/libserialui.cross.a: serialui/serialui.spec \$(WINEBUILD)
17025 @cd serialui && \$(MAKE) \`basename \$@\`"
17026 ALL_MAKEFILES="$ALL_MAKEFILES \\
17027 dlls/serialui/Makefile"
17028 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17029 serialui"
17030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17031 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules config.status"
17032 ac_config_files="$ac_config_files dlls/serialui/Makefile"
17034 ALL_MAKEFILES="$ALL_MAKEFILES \\
17035 dlls/serialui/tests/Makefile"
17036 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17037 serialui/tests"
17038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17039 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules config.status"
17040 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
17042 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17043 setupapi/libsetupapi.$IMPLIBEXT"
17044 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17045 setupapi/libsetupapi.def setupapi/libsetupapi.a setupapi/libsetupapi.cross.a: setupapi/setupapi.spec \$(WINEBUILD)
17046 @cd setupapi && \$(MAKE) \`basename \$@\`"
17047 ALL_MAKEFILES="$ALL_MAKEFILES \\
17048 dlls/setupapi/Makefile"
17049 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17050 setupapi"
17051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17052 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules config.status"
17053 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
17055 ALL_MAKEFILES="$ALL_MAKEFILES \\
17056 dlls/setupapi/tests/Makefile"
17057 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17058 setupapi/tests"
17059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17060 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules config.status"
17061 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
17063 ALL_MAKEFILES="$ALL_MAKEFILES \\
17064 dlls/setupx.dll16/Makefile"
17065 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17066 setupx.dll16"
17067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17068 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules config.status"
17069 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
17071 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17072 sfc/libsfc.$IMPLIBEXT"
17073 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17074 sfc/libsfc.def sfc/libsfc.a sfc/libsfc.cross.a: sfc/sfc.spec \$(WINEBUILD)
17075 @cd sfc && \$(MAKE) \`basename \$@\`"
17076 ALL_MAKEFILES="$ALL_MAKEFILES \\
17077 dlls/sfc/Makefile"
17078 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17079 sfc"
17080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17081 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules config.status"
17082 ac_config_files="$ac_config_files dlls/sfc/Makefile"
17084 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17085 sfc_os/libsfc_os.$IMPLIBEXT"
17086 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17087 sfc_os/libsfc_os.def sfc_os/libsfc_os.a sfc_os/libsfc_os.cross.a: sfc_os/sfc_os.spec \$(WINEBUILD)
17088 @cd sfc_os && \$(MAKE) \`basename \$@\`"
17089 ALL_MAKEFILES="$ALL_MAKEFILES \\
17090 dlls/sfc_os/Makefile"
17091 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17092 sfc_os"
17093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17094 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules config.status"
17095 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
17097 ALL_MAKEFILES="$ALL_MAKEFILES \\
17098 dlls/shdoclc/Makefile"
17099 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17100 shdoclc"
17101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17102 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules config.status"
17103 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
17105 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17106 shdocvw/libshdocvw.$IMPLIBEXT"
17107 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17108 shdocvw/libshdocvw.def shdocvw/libshdocvw.a shdocvw/libshdocvw.cross.a: shdocvw/shdocvw.spec \$(WINEBUILD)
17109 @cd shdocvw && \$(MAKE) \`basename \$@\`"
17110 ALL_MAKEFILES="$ALL_MAKEFILES \\
17111 dlls/shdocvw/Makefile"
17112 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17113 shdocvw"
17114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17115 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules config.status"
17116 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
17118 ALL_MAKEFILES="$ALL_MAKEFILES \\
17119 dlls/shdocvw/tests/Makefile"
17120 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17121 shdocvw/tests"
17122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17123 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules config.status"
17124 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
17126 ALL_MAKEFILES="$ALL_MAKEFILES \\
17127 dlls/shell.dll16/Makefile"
17128 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17129 shell.dll16"
17130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17131 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules config.status"
17132 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
17134 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17135 shell32/libshell32.$IMPLIBEXT"
17136 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17137 shell32/libshell32.def shell32/libshell32.a shell32/libshell32.cross.a: shell32/shell32.spec \$(WINEBUILD)
17138 @cd shell32 && \$(MAKE) \`basename \$@\`"
17139 ALL_MAKEFILES="$ALL_MAKEFILES \\
17140 dlls/shell32/Makefile"
17141 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17142 shell32"
17143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17144 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules config.status"
17145 ac_config_files="$ac_config_files dlls/shell32/Makefile"
17147 ALL_MAKEFILES="$ALL_MAKEFILES \\
17148 dlls/shell32/tests/Makefile"
17149 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17150 shell32/tests"
17151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17152 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules config.status"
17153 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
17155 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17156 shfolder/libshfolder.$IMPLIBEXT"
17157 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17158 shfolder/libshfolder.def shfolder/libshfolder.a shfolder/libshfolder.cross.a: shfolder/shfolder.spec \$(WINEBUILD)
17159 @cd shfolder && \$(MAKE) \`basename \$@\`"
17160 ALL_MAKEFILES="$ALL_MAKEFILES \\
17161 dlls/shfolder/Makefile"
17162 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17163 shfolder"
17164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17165 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules config.status"
17166 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
17168 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17169 shlwapi/libshlwapi.$IMPLIBEXT"
17170 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17171 shlwapi/libshlwapi.def shlwapi/libshlwapi.a shlwapi/libshlwapi.cross.a: shlwapi/shlwapi.spec \$(WINEBUILD)
17172 @cd shlwapi && \$(MAKE) \`basename \$@\`"
17173 ALL_MAKEFILES="$ALL_MAKEFILES \\
17174 dlls/shlwapi/Makefile"
17175 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17176 shlwapi"
17177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17178 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules config.status"
17179 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
17181 ALL_MAKEFILES="$ALL_MAKEFILES \\
17182 dlls/shlwapi/tests/Makefile"
17183 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17184 shlwapi/tests"
17185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17186 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules config.status"
17187 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
17189 ALL_MAKEFILES="$ALL_MAKEFILES \\
17190 dlls/slbcsp/Makefile"
17191 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17192 slbcsp"
17193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17194 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules config.status"
17195 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
17197 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17198 slc/libslc.$IMPLIBEXT"
17199 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17200 slc/libslc.def slc/libslc.a slc/libslc.cross.a: slc/slc.spec \$(WINEBUILD)
17201 @cd slc && \$(MAKE) \`basename \$@\`"
17202 ALL_MAKEFILES="$ALL_MAKEFILES \\
17203 dlls/slc/Makefile"
17204 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17205 slc"
17206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17207 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules config.status"
17208 ac_config_files="$ac_config_files dlls/slc/Makefile"
17210 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17211 snmpapi/libsnmpapi.$IMPLIBEXT"
17212 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17213 snmpapi/libsnmpapi.def snmpapi/libsnmpapi.a snmpapi/libsnmpapi.cross.a: snmpapi/snmpapi.spec \$(WINEBUILD)
17214 @cd snmpapi && \$(MAKE) \`basename \$@\`"
17215 ALL_MAKEFILES="$ALL_MAKEFILES \\
17216 dlls/snmpapi/Makefile"
17217 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17218 snmpapi"
17219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17220 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules config.status"
17221 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
17223 ALL_MAKEFILES="$ALL_MAKEFILES \\
17224 dlls/snmpapi/tests/Makefile"
17225 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17226 snmpapi/tests"
17227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17228 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules config.status"
17229 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
17231 ALL_MAKEFILES="$ALL_MAKEFILES \\
17232 dlls/softpub/Makefile"
17233 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17234 softpub"
17235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17236 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules config.status"
17237 ac_config_files="$ac_config_files dlls/softpub/Makefile"
17239 ALL_MAKEFILES="$ALL_MAKEFILES \\
17240 dlls/sound.drv16/Makefile"
17241 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17242 sound.drv16"
17243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17244 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules config.status"
17245 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
17247 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17248 spoolss/libspoolss.$IMPLIBEXT"
17249 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17250 spoolss/libspoolss.def spoolss/libspoolss.a spoolss/libspoolss.cross.a: spoolss/spoolss.spec \$(WINEBUILD)
17251 @cd spoolss && \$(MAKE) \`basename \$@\`"
17252 ALL_MAKEFILES="$ALL_MAKEFILES \\
17253 dlls/spoolss/Makefile"
17254 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17255 spoolss"
17256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17257 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules config.status"
17258 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
17260 ALL_MAKEFILES="$ALL_MAKEFILES \\
17261 dlls/spoolss/tests/Makefile"
17262 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17263 spoolss/tests"
17264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17265 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules config.status"
17266 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
17268 ALL_MAKEFILES="$ALL_MAKEFILES \\
17269 dlls/stdole2.tlb/Makefile"
17270 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17271 stdole2.tlb"
17272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17273 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules config.status"
17274 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
17276 ALL_MAKEFILES="$ALL_MAKEFILES \\
17277 dlls/stdole32.tlb/Makefile"
17278 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17279 stdole32.tlb"
17280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17281 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules config.status"
17282 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
17284 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17285 sti/libsti.$IMPLIBEXT"
17286 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17287 sti/libsti.def sti/libsti.a sti/libsti.cross.a: sti/sti.spec \$(WINEBUILD)
17288 @cd sti && \$(MAKE) \`basename \$@\`"
17289 ALL_MAKEFILES="$ALL_MAKEFILES \\
17290 dlls/sti/Makefile"
17291 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17292 sti"
17293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17294 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules config.status"
17295 ac_config_files="$ac_config_files dlls/sti/Makefile"
17297 ALL_MAKEFILES="$ALL_MAKEFILES \\
17298 dlls/sti/tests/Makefile"
17299 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17300 sti/tests"
17301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17302 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules config.status"
17303 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
17305 ALL_MAKEFILES="$ALL_MAKEFILES \\
17306 dlls/storage.dll16/Makefile"
17307 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17308 storage.dll16"
17309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17310 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules config.status"
17311 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
17313 ALL_MAKEFILES="$ALL_MAKEFILES \\
17314 dlls/stress.dll16/Makefile"
17315 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17316 stress.dll16"
17317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17318 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules config.status"
17319 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
17321 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
17322 strmiids/libstrmiids.a"
17323 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17324 strmiids/libstrmiids.a: strmiids
17325 strmiids/libstrmiids.cross.a: dummy
17326 @cd strmiids && \$(MAKE) libstrmiids.cross.a"
17327 ALL_MAKEFILES="$ALL_MAKEFILES \\
17328 dlls/strmiids/Makefile"
17329 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17330 strmiids"
17331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17332 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules config.status"
17333 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
17335 ALL_MAKEFILES="$ALL_MAKEFILES \\
17336 dlls/svrapi/Makefile"
17337 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17338 svrapi"
17339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17340 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules config.status"
17341 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
17343 ALL_MAKEFILES="$ALL_MAKEFILES \\
17344 dlls/sxs/Makefile"
17345 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17346 sxs"
17347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17348 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules config.status"
17349 ac_config_files="$ac_config_files dlls/sxs/Makefile"
17351 ALL_MAKEFILES="$ALL_MAKEFILES \\
17352 dlls/system.drv16/Makefile"
17353 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17354 system.drv16"
17355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17356 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules config.status"
17357 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
17359 ALL_MAKEFILES="$ALL_MAKEFILES \\
17360 dlls/t2embed/Makefile"
17361 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17362 t2embed"
17363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17364 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules config.status"
17365 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
17367 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17368 tapi32/libtapi32.$IMPLIBEXT"
17369 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17370 tapi32/libtapi32.def tapi32/libtapi32.a tapi32/libtapi32.cross.a: tapi32/tapi32.spec \$(WINEBUILD)
17371 @cd tapi32 && \$(MAKE) \`basename \$@\`"
17372 ALL_MAKEFILES="$ALL_MAKEFILES \\
17373 dlls/tapi32/Makefile"
17374 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17375 tapi32"
17376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17377 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules config.status"
17378 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
17380 ALL_MAKEFILES="$ALL_MAKEFILES \\
17381 dlls/toolhelp.dll16/Makefile"
17382 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17383 toolhelp.dll16"
17384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17385 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules config.status"
17386 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
17388 ALL_MAKEFILES="$ALL_MAKEFILES \\
17389 dlls/traffic/Makefile"
17390 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17391 traffic"
17392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17393 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules config.status"
17394 ac_config_files="$ac_config_files dlls/traffic/Makefile"
17396 ALL_MAKEFILES="$ALL_MAKEFILES \\
17397 dlls/twain.dll16/Makefile"
17398 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17399 twain.dll16"
17400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17401 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules config.status"
17402 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
17404 ALL_MAKEFILES="$ALL_MAKEFILES \\
17405 dlls/twain_32/Makefile"
17406 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17407 twain_32"
17408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17409 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules config.status"
17410 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
17412 ALL_MAKEFILES="$ALL_MAKEFILES \\
17413 dlls/twain_32/tests/Makefile"
17414 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17415 twain_32/tests"
17416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17417 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules config.status"
17418 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
17420 ALL_MAKEFILES="$ALL_MAKEFILES \\
17421 dlls/typelib.dll16/Makefile"
17422 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17423 typelib.dll16"
17424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17425 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules config.status"
17426 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
17428 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17429 unicows/libunicows.$IMPLIBEXT"
17430 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17431 unicows/libunicows.def unicows/libunicows.a unicows/libunicows.cross.a: unicows/unicows.spec \$(WINEBUILD)
17432 @cd unicows && \$(MAKE) \`basename \$@\`"
17433 ALL_MAKEFILES="$ALL_MAKEFILES \\
17434 dlls/unicows/Makefile"
17435 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17436 unicows"
17437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17438 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules config.status"
17439 ac_config_files="$ac_config_files dlls/unicows/Makefile"
17441 ALL_MAKEFILES="$ALL_MAKEFILES \\
17442 dlls/updspapi/Makefile"
17443 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17444 updspapi"
17445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17446 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules config.status"
17447 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
17449 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17450 url/liburl.$IMPLIBEXT"
17451 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17452 url/liburl.def url/liburl.a url/liburl.cross.a: url/url.spec \$(WINEBUILD)
17453 @cd url && \$(MAKE) \`basename \$@\`"
17454 ALL_MAKEFILES="$ALL_MAKEFILES \\
17455 dlls/url/Makefile"
17456 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17457 url"
17458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17459 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules config.status"
17460 ac_config_files="$ac_config_files dlls/url/Makefile"
17462 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17463 urlmon/liburlmon.$IMPLIBEXT"
17464 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17465 urlmon/liburlmon.def urlmon/liburlmon.a urlmon/liburlmon.cross.a: urlmon/urlmon.spec \$(WINEBUILD)
17466 @cd urlmon && \$(MAKE) \`basename \$@\`"
17467 ALL_MAKEFILES="$ALL_MAKEFILES \\
17468 dlls/urlmon/Makefile"
17469 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17470 urlmon"
17471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17472 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules config.status"
17473 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
17475 ALL_MAKEFILES="$ALL_MAKEFILES \\
17476 dlls/urlmon/tests/Makefile"
17477 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17478 urlmon/tests"
17479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17480 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules config.status"
17481 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
17483 ALL_MAKEFILES="$ALL_MAKEFILES \\
17484 dlls/user.exe16/Makefile"
17485 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17486 user.exe16"
17487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17488 dlls/user.exe16/Makefile: dlls/user.exe16/Makefile.in dlls/Makedll.rules config.status"
17489 ac_config_files="$ac_config_files dlls/user.exe16/Makefile"
17491 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17492 user32/libuser32.$IMPLIBEXT"
17493 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17494 user32/libuser32.def user32/libuser32.a user32/libuser32.cross.a: user32/user32.spec \$(WINEBUILD)
17495 @cd user32 && \$(MAKE) \`basename \$@\`"
17496 ALL_MAKEFILES="$ALL_MAKEFILES \\
17497 dlls/user32/Makefile"
17498 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17499 user32"
17500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17501 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules config.status"
17502 ac_config_files="$ac_config_files dlls/user32/Makefile"
17504 ALL_MAKEFILES="$ALL_MAKEFILES \\
17505 dlls/user32/tests/Makefile"
17506 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17507 user32/tests"
17508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17509 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules config.status"
17510 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
17512 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17513 userenv/libuserenv.$IMPLIBEXT"
17514 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17515 userenv/libuserenv.def userenv/libuserenv.a userenv/libuserenv.cross.a: userenv/userenv.spec \$(WINEBUILD)
17516 @cd userenv && \$(MAKE) \`basename \$@\`"
17517 ALL_MAKEFILES="$ALL_MAKEFILES \\
17518 dlls/userenv/Makefile"
17519 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17520 userenv"
17521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17522 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules config.status"
17523 ac_config_files="$ac_config_files dlls/userenv/Makefile"
17525 ALL_MAKEFILES="$ALL_MAKEFILES \\
17526 dlls/userenv/tests/Makefile"
17527 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17528 userenv/tests"
17529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17530 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules config.status"
17531 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
17533 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17534 usp10/libusp10.$IMPLIBEXT"
17535 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17536 usp10/libusp10.def usp10/libusp10.a usp10/libusp10.cross.a: usp10/usp10.spec \$(WINEBUILD)
17537 @cd usp10 && \$(MAKE) \`basename \$@\`"
17538 ALL_MAKEFILES="$ALL_MAKEFILES \\
17539 dlls/usp10/Makefile"
17540 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17541 usp10"
17542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17543 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules config.status"
17544 ac_config_files="$ac_config_files dlls/usp10/Makefile"
17546 ALL_MAKEFILES="$ALL_MAKEFILES \\
17547 dlls/usp10/tests/Makefile"
17548 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17549 usp10/tests"
17550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17551 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules config.status"
17552 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
17554 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
17555 uuid/libuuid.a"
17556 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17557 uuid/libuuid.a: uuid
17558 uuid/libuuid.cross.a: dummy
17559 @cd uuid && \$(MAKE) libuuid.cross.a"
17560 ALL_MAKEFILES="$ALL_MAKEFILES \\
17561 dlls/uuid/Makefile"
17562 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17563 uuid"
17564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17565 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules config.status"
17566 ac_config_files="$ac_config_files dlls/uuid/Makefile"
17568 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17569 uxtheme/libuxtheme.$IMPLIBEXT"
17570 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17571 uxtheme/libuxtheme.def uxtheme/libuxtheme.a uxtheme/libuxtheme.cross.a: uxtheme/uxtheme.spec \$(WINEBUILD)
17572 @cd uxtheme && \$(MAKE) \`basename \$@\`"
17573 ALL_MAKEFILES="$ALL_MAKEFILES \\
17574 dlls/uxtheme/Makefile"
17575 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17576 uxtheme"
17577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17578 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules config.status"
17579 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
17581 ALL_MAKEFILES="$ALL_MAKEFILES \\
17582 dlls/uxtheme/tests/Makefile"
17583 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17584 uxtheme/tests"
17585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17586 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules config.status"
17587 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
17589 ALL_MAKEFILES="$ALL_MAKEFILES \\
17590 dlls/vdhcp.vxd/Makefile"
17591 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17592 vdhcp.vxd"
17593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17594 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules config.status"
17595 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
17597 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17598 vdmdbg/libvdmdbg.$IMPLIBEXT"
17599 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17600 vdmdbg/libvdmdbg.def vdmdbg/libvdmdbg.a vdmdbg/libvdmdbg.cross.a: vdmdbg/vdmdbg.spec \$(WINEBUILD)
17601 @cd vdmdbg && \$(MAKE) \`basename \$@\`"
17602 ALL_MAKEFILES="$ALL_MAKEFILES \\
17603 dlls/vdmdbg/Makefile"
17604 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17605 vdmdbg"
17606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17607 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules config.status"
17608 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
17610 ALL_MAKEFILES="$ALL_MAKEFILES \\
17611 dlls/ver.dll16/Makefile"
17612 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17613 ver.dll16"
17614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17615 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules config.status"
17616 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
17618 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17619 version/libversion.$IMPLIBEXT"
17620 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17621 version/libversion.def version/libversion.a version/libversion.cross.a: version/version.spec \$(WINEBUILD)
17622 @cd version && \$(MAKE) \`basename \$@\`"
17623 ALL_MAKEFILES="$ALL_MAKEFILES \\
17624 dlls/version/Makefile"
17625 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17626 version"
17627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17628 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules config.status"
17629 ac_config_files="$ac_config_files dlls/version/Makefile"
17631 ALL_MAKEFILES="$ALL_MAKEFILES \\
17632 dlls/version/tests/Makefile"
17633 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17634 version/tests"
17635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17636 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules config.status"
17637 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
17639 ALL_MAKEFILES="$ALL_MAKEFILES \\
17640 dlls/vmm.vxd/Makefile"
17641 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17642 vmm.vxd"
17643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17644 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules config.status"
17645 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
17647 ALL_MAKEFILES="$ALL_MAKEFILES \\
17648 dlls/vnbt.vxd/Makefile"
17649 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17650 vnbt.vxd"
17651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17652 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules config.status"
17653 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
17655 ALL_MAKEFILES="$ALL_MAKEFILES \\
17656 dlls/vnetbios.vxd/Makefile"
17657 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17658 vnetbios.vxd"
17659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17660 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules config.status"
17661 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
17663 ALL_MAKEFILES="$ALL_MAKEFILES \\
17664 dlls/vtdapi.vxd/Makefile"
17665 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17666 vtdapi.vxd"
17667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17668 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules config.status"
17669 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
17671 ALL_MAKEFILES="$ALL_MAKEFILES \\
17672 dlls/vwin32.vxd/Makefile"
17673 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17674 vwin32.vxd"
17675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17676 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules config.status"
17677 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
17679 ALL_MAKEFILES="$ALL_MAKEFILES \\
17680 dlls/w32skrnl/Makefile"
17681 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17682 w32skrnl"
17683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17684 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules config.status"
17685 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
17687 ALL_MAKEFILES="$ALL_MAKEFILES \\
17688 dlls/w32sys.dll16/Makefile"
17689 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17690 w32sys.dll16"
17691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17692 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules config.status"
17693 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
17695 ALL_MAKEFILES="$ALL_MAKEFILES \\
17696 dlls/wbemprox/Makefile"
17697 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17698 wbemprox"
17699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17700 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules config.status"
17701 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
17703 ALL_MAKEFILES="$ALL_MAKEFILES \\
17704 dlls/wiaservc/Makefile"
17705 test "x$enable_wiaservc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17706 wiaservc"
17707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17708 dlls/wiaservc/Makefile: dlls/wiaservc/Makefile.in dlls/Makedll.rules config.status"
17709 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
17711 ALL_MAKEFILES="$ALL_MAKEFILES \\
17712 dlls/win32s16.dll16/Makefile"
17713 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17714 win32s16.dll16"
17715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17716 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules config.status"
17717 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
17719 ALL_MAKEFILES="$ALL_MAKEFILES \\
17720 dlls/win87em.dll16/Makefile"
17721 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17722 win87em.dll16"
17723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17724 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules config.status"
17725 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
17727 ALL_MAKEFILES="$ALL_MAKEFILES \\
17728 dlls/winaspi.dll16/Makefile"
17729 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17730 winaspi.dll16"
17731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17732 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules config.status"
17733 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
17735 ALL_MAKEFILES="$ALL_MAKEFILES \\
17736 dlls/windebug.dll16/Makefile"
17737 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17738 windebug.dll16"
17739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17740 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules config.status"
17741 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
17743 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17744 windowscodecs/libwindowscodecs.$IMPLIBEXT"
17745 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17746 windowscodecs/libwindowscodecs.def windowscodecs/libwindowscodecs.a windowscodecs/libwindowscodecs.cross.a: windowscodecs/windowscodecs.spec \$(WINEBUILD)
17747 @cd windowscodecs && \$(MAKE) \`basename \$@\`"
17748 ALL_MAKEFILES="$ALL_MAKEFILES \\
17749 dlls/windowscodecs/Makefile"
17750 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17751 windowscodecs"
17752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17753 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules config.status"
17754 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
17756 ALL_MAKEFILES="$ALL_MAKEFILES \\
17757 dlls/windowscodecs/tests/Makefile"
17758 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17759 windowscodecs/tests"
17760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17761 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules config.status"
17762 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
17764 ALL_MAKEFILES="$ALL_MAKEFILES \\
17765 dlls/winealsa.drv/Makefile"
17766 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17767 winealsa.drv"
17768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17769 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules config.status"
17770 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
17772 ALL_MAKEFILES="$ALL_MAKEFILES \\
17773 dlls/wineaudioio.drv/Makefile"
17774 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17775 wineaudioio.drv"
17776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17777 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules config.status"
17778 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
17780 ALL_MAKEFILES="$ALL_MAKEFILES \\
17781 dlls/winecoreaudio.drv/Makefile"
17782 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17783 winecoreaudio.drv"
17784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17785 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules config.status"
17786 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
17788 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
17789 winecrt0/libwinecrt0.a"
17790 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17791 winecrt0/libwinecrt0.a: winecrt0
17792 winecrt0/libwinecrt0.cross.a: dummy
17793 @cd winecrt0 && \$(MAKE) libwinecrt0.cross.a"
17794 ALL_MAKEFILES="$ALL_MAKEFILES \\
17795 dlls/winecrt0/Makefile"
17796 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17797 winecrt0"
17798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17799 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules config.status"
17800 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
17802 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17803 wined3d/libwined3d.$IMPLIBEXT"
17804 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17805 wined3d/libwined3d.def wined3d/libwined3d.a wined3d/libwined3d.cross.a: wined3d/wined3d.spec \$(WINEBUILD)
17806 @cd wined3d && \$(MAKE) \`basename \$@\`"
17807 ALL_MAKEFILES="$ALL_MAKEFILES \\
17808 dlls/wined3d/Makefile"
17809 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17810 wined3d"
17811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17812 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules config.status"
17813 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
17815 ALL_MAKEFILES="$ALL_MAKEFILES \\
17816 dlls/wineesd.drv/Makefile"
17817 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17818 wineesd.drv"
17819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17820 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules config.status"
17821 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
17823 ALL_MAKEFILES="$ALL_MAKEFILES \\
17824 dlls/winejack.drv/Makefile"
17825 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17826 winejack.drv"
17827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17828 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules config.status"
17829 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
17831 ALL_MAKEFILES="$ALL_MAKEFILES \\
17832 dlls/winejoystick.drv/Makefile"
17833 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17834 winejoystick.drv"
17835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17836 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules config.status"
17837 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
17839 ALL_MAKEFILES="$ALL_MAKEFILES \\
17840 dlls/winemapi/Makefile"
17841 test "x$enable_winemapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17842 winemapi"
17843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17844 dlls/winemapi/Makefile: dlls/winemapi/Makefile.in dlls/Makedll.rules config.status"
17845 ac_config_files="$ac_config_files dlls/winemapi/Makefile"
17847 ALL_MAKEFILES="$ALL_MAKEFILES \\
17848 dlls/winemp3.acm/Makefile"
17849 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17850 winemp3.acm"
17851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17852 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules config.status"
17853 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
17855 ALL_MAKEFILES="$ALL_MAKEFILES \\
17856 dlls/winenas.drv/Makefile"
17857 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17858 winenas.drv"
17859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17860 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules config.status"
17861 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
17863 ALL_MAKEFILES="$ALL_MAKEFILES \\
17864 dlls/wineoss.drv/Makefile"
17865 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17866 wineoss.drv"
17867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17868 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules config.status"
17869 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
17871 ALL_MAKEFILES="$ALL_MAKEFILES \\
17872 dlls/wineps.drv/Makefile"
17873 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17874 wineps.drv"
17875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17876 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules config.status"
17877 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
17879 ALL_MAKEFILES="$ALL_MAKEFILES \\
17880 dlls/wineps16.drv16/Makefile"
17881 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17882 wineps16.drv16"
17883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17884 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules config.status"
17885 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
17887 ALL_MAKEFILES="$ALL_MAKEFILES \\
17888 dlls/winequartz.drv/Makefile"
17889 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17890 winequartz.drv"
17891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17892 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules config.status"
17893 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
17895 ALL_MAKEFILES="$ALL_MAKEFILES \\
17896 dlls/winex11.drv/Makefile"
17897 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17898 winex11.drv"
17899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17900 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules config.status"
17901 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
17903 ALL_MAKEFILES="$ALL_MAKEFILES \\
17904 dlls/wing.dll16/Makefile"
17905 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17906 wing.dll16"
17907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17908 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules config.status"
17909 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
17911 ALL_MAKEFILES="$ALL_MAKEFILES \\
17912 dlls/wing32/Makefile"
17913 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17914 wing32"
17915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17916 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules config.status"
17917 ac_config_files="$ac_config_files dlls/wing32/Makefile"
17919 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17920 winhttp/libwinhttp.$IMPLIBEXT"
17921 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17922 winhttp/libwinhttp.def winhttp/libwinhttp.a winhttp/libwinhttp.cross.a: winhttp/winhttp.spec \$(WINEBUILD)
17923 @cd winhttp && \$(MAKE) \`basename \$@\`"
17924 ALL_MAKEFILES="$ALL_MAKEFILES \\
17925 dlls/winhttp/Makefile"
17926 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17927 winhttp"
17928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17929 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules config.status"
17930 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
17932 ALL_MAKEFILES="$ALL_MAKEFILES \\
17933 dlls/winhttp/tests/Makefile"
17934 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17935 winhttp/tests"
17936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17937 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules config.status"
17938 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
17940 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17941 wininet/libwininet.$IMPLIBEXT"
17942 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17943 wininet/libwininet.def wininet/libwininet.a wininet/libwininet.cross.a: wininet/wininet.spec \$(WINEBUILD)
17944 @cd wininet && \$(MAKE) \`basename \$@\`"
17945 ALL_MAKEFILES="$ALL_MAKEFILES \\
17946 dlls/wininet/Makefile"
17947 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17948 wininet"
17949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17950 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules config.status"
17951 ac_config_files="$ac_config_files dlls/wininet/Makefile"
17953 ALL_MAKEFILES="$ALL_MAKEFILES \\
17954 dlls/wininet/tests/Makefile"
17955 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17956 wininet/tests"
17957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17958 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules config.status"
17959 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
17961 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17962 winmm/libwinmm.$IMPLIBEXT"
17963 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17964 winmm/libwinmm.def winmm/libwinmm.a winmm/libwinmm.cross.a: winmm/winmm.spec \$(WINEBUILD)
17965 @cd winmm && \$(MAKE) \`basename \$@\`"
17966 ALL_MAKEFILES="$ALL_MAKEFILES \\
17967 dlls/winmm/Makefile"
17968 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17969 winmm"
17970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17971 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules config.status"
17972 ac_config_files="$ac_config_files dlls/winmm/Makefile"
17974 ALL_MAKEFILES="$ALL_MAKEFILES \\
17975 dlls/winmm/tests/Makefile"
17976 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17977 winmm/tests"
17978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17979 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules config.status"
17980 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
17982 ALL_MAKEFILES="$ALL_MAKEFILES \\
17983 dlls/winnls.dll16/Makefile"
17984 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17985 winnls.dll16"
17986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17987 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules config.status"
17988 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
17990 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17991 winnls32/libwinnls32.$IMPLIBEXT"
17992 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17993 winnls32/libwinnls32.def winnls32/libwinnls32.a winnls32/libwinnls32.cross.a: winnls32/winnls32.spec \$(WINEBUILD)
17994 @cd winnls32 && \$(MAKE) \`basename \$@\`"
17995 ALL_MAKEFILES="$ALL_MAKEFILES \\
17996 dlls/winnls32/Makefile"
17997 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17998 winnls32"
17999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18000 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules config.status"
18001 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
18003 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18004 winscard/libwinscard.$IMPLIBEXT"
18005 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18006 winscard/libwinscard.def winscard/libwinscard.a winscard/libwinscard.cross.a: winscard/winscard.spec \$(WINEBUILD)
18007 @cd winscard && \$(MAKE) \`basename \$@\`"
18008 ALL_MAKEFILES="$ALL_MAKEFILES \\
18009 dlls/winscard/Makefile"
18010 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18011 winscard"
18012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18013 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules config.status"
18014 ac_config_files="$ac_config_files dlls/winscard/Makefile"
18016 ALL_MAKEFILES="$ALL_MAKEFILES \\
18017 dlls/winsock.dll16/Makefile"
18018 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18019 winsock.dll16"
18020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18021 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules config.status"
18022 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
18024 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18025 winspool.drv/libwinspool.$IMPLIBEXT \\
18026 libwinspool.$IMPLIBEXT"
18027 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18028 libwinspool.a: winspool.drv/libwinspool.a
18029 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.a \$@
18030 libwinspool.cross.a: winspool.drv/libwinspool.cross.a
18031 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.cross.a \$@
18032 libwinspool.def: winspool.drv/libwinspool.def
18033 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.def \$@
18034 clean::
18035 \$(RM) libwinspool.def
18036 winspool.drv/libwinspool.def winspool.drv/libwinspool.a winspool.drv/libwinspool.cross.a: winspool.drv/winspool.drv.spec \$(WINEBUILD)
18037 @cd winspool.drv && \$(MAKE) \`basename \$@\`"
18038 ALL_MAKEFILES="$ALL_MAKEFILES \\
18039 dlls/winspool.drv/Makefile"
18040 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18041 winspool.drv"
18042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18043 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules config.status"
18044 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
18046 ALL_MAKEFILES="$ALL_MAKEFILES \\
18047 dlls/winspool.drv/tests/Makefile"
18048 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18049 winspool.drv/tests"
18050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18051 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules config.status"
18052 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
18054 ALL_MAKEFILES="$ALL_MAKEFILES \\
18055 dlls/wintab.dll16/Makefile"
18056 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18057 wintab.dll16"
18058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18059 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules config.status"
18060 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
18062 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18063 wintab32/libwintab32.$IMPLIBEXT"
18064 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18065 wintab32/libwintab32.def wintab32/libwintab32.a wintab32/libwintab32.cross.a: wintab32/wintab32.spec \$(WINEBUILD)
18066 @cd wintab32 && \$(MAKE) \`basename \$@\`"
18067 ALL_MAKEFILES="$ALL_MAKEFILES \\
18068 dlls/wintab32/Makefile"
18069 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18070 wintab32"
18071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18072 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules config.status"
18073 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
18075 ALL_MAKEFILES="$ALL_MAKEFILES \\
18076 dlls/wintab32/tests/Makefile"
18077 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18078 wintab32/tests"
18079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18080 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules config.status"
18081 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
18083 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18084 wintrust/libwintrust.$IMPLIBEXT"
18085 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18086 wintrust/libwintrust.def wintrust/libwintrust.a wintrust/libwintrust.cross.a: wintrust/wintrust.spec \$(WINEBUILD)
18087 @cd wintrust && \$(MAKE) \`basename \$@\`"
18088 ALL_MAKEFILES="$ALL_MAKEFILES \\
18089 dlls/wintrust/Makefile"
18090 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18091 wintrust"
18092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18093 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules config.status"
18094 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
18096 ALL_MAKEFILES="$ALL_MAKEFILES \\
18097 dlls/wintrust/tests/Makefile"
18098 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18099 wintrust/tests"
18100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18101 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules config.status"
18102 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
18104 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18105 wldap32/libwldap32.$IMPLIBEXT"
18106 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18107 wldap32/libwldap32.def wldap32/libwldap32.a wldap32/libwldap32.cross.a: wldap32/wldap32.spec \$(WINEBUILD)
18108 @cd wldap32 && \$(MAKE) \`basename \$@\`"
18109 ALL_MAKEFILES="$ALL_MAKEFILES \\
18110 dlls/wldap32/Makefile"
18111 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18112 wldap32"
18113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18114 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules config.status"
18115 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
18117 ALL_MAKEFILES="$ALL_MAKEFILES \\
18118 dlls/wldap32/tests/Makefile"
18119 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18120 wldap32/tests"
18121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18122 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules config.status"
18123 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
18125 ALL_MAKEFILES="$ALL_MAKEFILES \\
18126 dlls/wmi/Makefile"
18127 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18128 wmi"
18129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18130 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules config.status"
18131 ac_config_files="$ac_config_files dlls/wmi/Makefile"
18133 ALL_MAKEFILES="$ALL_MAKEFILES \\
18134 dlls/wmiutils/Makefile"
18135 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18136 wmiutils"
18137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18138 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules config.status"
18139 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
18141 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18142 wnaspi32/libwnaspi32.$IMPLIBEXT"
18143 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18144 wnaspi32/libwnaspi32.def wnaspi32/libwnaspi32.a wnaspi32/libwnaspi32.cross.a: wnaspi32/wnaspi32.spec \$(WINEBUILD)
18145 @cd wnaspi32 && \$(MAKE) \`basename \$@\`"
18146 ALL_MAKEFILES="$ALL_MAKEFILES \\
18147 dlls/wnaspi32/Makefile"
18148 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18149 wnaspi32"
18150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18151 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules config.status"
18152 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
18154 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18155 wow32/libwow32.$IMPLIBEXT"
18156 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18157 wow32/libwow32.def wow32/libwow32.a wow32/libwow32.cross.a: wow32/wow32.spec \$(WINEBUILD)
18158 @cd wow32 && \$(MAKE) \`basename \$@\`"
18159 ALL_MAKEFILES="$ALL_MAKEFILES \\
18160 dlls/wow32/Makefile"
18161 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18162 wow32"
18163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18164 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules config.status"
18165 ac_config_files="$ac_config_files dlls/wow32/Makefile"
18167 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18168 ws2_32/libws2_32.$IMPLIBEXT"
18169 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18170 ws2_32/libws2_32.def ws2_32/libws2_32.a ws2_32/libws2_32.cross.a: ws2_32/ws2_32.spec \$(WINEBUILD)
18171 @cd ws2_32 && \$(MAKE) \`basename \$@\`"
18172 ALL_MAKEFILES="$ALL_MAKEFILES \\
18173 dlls/ws2_32/Makefile"
18174 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18175 ws2_32"
18176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18177 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules config.status"
18178 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
18180 ALL_MAKEFILES="$ALL_MAKEFILES \\
18181 dlls/ws2_32/tests/Makefile"
18182 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18183 ws2_32/tests"
18184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18185 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules config.status"
18186 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
18188 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18189 wsock32/libwsock32.$IMPLIBEXT"
18190 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18191 wsock32/libwsock32.def wsock32/libwsock32.a wsock32/libwsock32.cross.a: wsock32/wsock32.spec \$(WINEBUILD)
18192 @cd wsock32 && \$(MAKE) \`basename \$@\`"
18193 ALL_MAKEFILES="$ALL_MAKEFILES \\
18194 dlls/wsock32/Makefile"
18195 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18196 wsock32"
18197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18198 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules config.status"
18199 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
18201 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18202 wtsapi32/libwtsapi32.$IMPLIBEXT"
18203 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18204 wtsapi32/libwtsapi32.def wtsapi32/libwtsapi32.a wtsapi32/libwtsapi32.cross.a: wtsapi32/wtsapi32.spec \$(WINEBUILD)
18205 @cd wtsapi32 && \$(MAKE) \`basename \$@\`"
18206 ALL_MAKEFILES="$ALL_MAKEFILES \\
18207 dlls/wtsapi32/Makefile"
18208 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18209 wtsapi32"
18210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18211 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules config.status"
18212 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
18214 ALL_MAKEFILES="$ALL_MAKEFILES \\
18215 dlls/wuapi/Makefile"
18216 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18217 wuapi"
18218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18219 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules config.status"
18220 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
18222 ALL_MAKEFILES="$ALL_MAKEFILES \\
18223 dlls/wuaueng/Makefile"
18224 test "x$enable_wuaueng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18225 wuaueng"
18226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18227 dlls/wuaueng/Makefile: dlls/wuaueng/Makefile.in dlls/Makedll.rules config.status"
18228 ac_config_files="$ac_config_files dlls/wuaueng/Makefile"
18230 ALL_MAKEFILES="$ALL_MAKEFILES \\
18231 dlls/xinput1_1/Makefile"
18232 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18233 xinput1_1"
18234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18235 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules config.status"
18236 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
18238 ALL_MAKEFILES="$ALL_MAKEFILES \\
18239 dlls/xinput1_2/Makefile"
18240 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18241 xinput1_2"
18242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18243 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules config.status"
18244 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
18246 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18247 xinput1_3/libxinput.$IMPLIBEXT \\
18248 libxinput.$IMPLIBEXT"
18249 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18250 libxinput.a: xinput1_3/libxinput.a
18251 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.a \$@
18252 libxinput.cross.a: xinput1_3/libxinput.cross.a
18253 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.cross.a \$@
18254 libxinput.def: xinput1_3/libxinput.def
18255 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.def \$@
18256 clean::
18257 \$(RM) libxinput.def
18258 xinput1_3/libxinput.def xinput1_3/libxinput.a xinput1_3/libxinput.cross.a: xinput1_3/xinput1_3.spec \$(WINEBUILD)
18259 @cd xinput1_3 && \$(MAKE) \`basename \$@\`"
18260 ALL_MAKEFILES="$ALL_MAKEFILES \\
18261 dlls/xinput1_3/Makefile"
18262 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18263 xinput1_3"
18264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18265 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules config.status"
18266 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
18268 ALL_MAKEFILES="$ALL_MAKEFILES \\
18269 dlls/xinput1_3/tests/Makefile"
18270 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18271 xinput1_3/tests"
18272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18273 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules config.status"
18274 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
18276 ALL_MAKEFILES="$ALL_MAKEFILES \\
18277 dlls/xinput9_1_0/Makefile"
18278 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18279 xinput9_1_0"
18280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18281 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules config.status"
18282 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
18284 ALL_MAKEFILES="$ALL_MAKEFILES \\
18285 dlls/xmllite/Makefile"
18286 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18287 xmllite"
18288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18289 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules config.status"
18290 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
18292 ALL_MAKEFILES="$ALL_MAKEFILES \\
18293 dlls/xmllite/tests/Makefile"
18294 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18295 xmllite/tests"
18296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18297 dlls/xmllite/tests/Makefile: dlls/xmllite/tests/Makefile.in dlls/Maketest.rules config.status"
18298 ac_config_files="$ac_config_files dlls/xmllite/tests/Makefile"
18300 ALL_MAKEFILES="$ALL_MAKEFILES \\
18301 documentation/Makefile"
18302 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18303 documentation"
18304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18305 documentation/Makefile: documentation/Makefile.in Make.rules config.status"
18306 ac_config_files="$ac_config_files documentation/Makefile"
18308 ALL_MAKEFILES="$ALL_MAKEFILES \\
18309 fonts/Makefile"
18310 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18311 fonts"
18312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18313 fonts/Makefile: fonts/Makefile.in Make.rules config.status"
18314 ac_config_files="$ac_config_files fonts/Makefile"
18316 ALL_MAKEFILES="$ALL_MAKEFILES \\
18317 include/Makefile"
18318 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18319 include"
18320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18321 include/Makefile: include/Makefile.in Make.rules config.status"
18322 ac_config_files="$ac_config_files include/Makefile"
18324 ALL_MAKEFILES="$ALL_MAKEFILES \\
18325 libs/port/Makefile"
18327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18328 libs/port/Makefile: libs/port/Makefile.in Make.rules config.status"
18329 ac_config_files="$ac_config_files libs/port/Makefile"
18331 ALL_MAKEFILES="$ALL_MAKEFILES \\
18332 libs/wine/Makefile"
18334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18335 libs/wine/Makefile: libs/wine/Makefile.in Make.rules config.status"
18336 ac_config_files="$ac_config_files libs/wine/Makefile"
18338 ALL_MAKEFILES="$ALL_MAKEFILES \\
18339 libs/wpp/Makefile"
18341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18342 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules config.status"
18343 ac_config_files="$ac_config_files libs/wpp/Makefile"
18345 ALL_MAKEFILES="$ALL_MAKEFILES \\
18346 loader/Makefile"
18347 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18348 loader"
18349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18350 loader/Makefile: loader/Makefile.in Make.rules config.status"
18351 ac_config_files="$ac_config_files loader/Makefile"
18353 ALL_MAKEFILES="$ALL_MAKEFILES \\
18354 programs/Makefile"
18355 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18356 programs"
18357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18358 programs/Makefile: programs/Makefile.in Make.rules config.status"
18359 ac_config_files="$ac_config_files programs/Makefile"
18361 ALL_MAKEFILES="$ALL_MAKEFILES \\
18362 programs/cacls/Makefile"
18363 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18364 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18365 cacls"
18366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18367 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules config.status"
18368 ac_config_files="$ac_config_files programs/cacls/Makefile"
18370 ALL_MAKEFILES="$ALL_MAKEFILES \\
18371 programs/clock/Makefile"
18372 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18373 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18374 clock"
18375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18376 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules config.status"
18377 ac_config_files="$ac_config_files programs/clock/Makefile"
18379 ALL_MAKEFILES="$ALL_MAKEFILES \\
18380 programs/cmd/Makefile"
18381 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18382 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18383 cmd"
18384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18385 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules config.status"
18386 ac_config_files="$ac_config_files programs/cmd/Makefile"
18388 ALL_MAKEFILES="$ALL_MAKEFILES \\
18389 programs/cmdlgtst/Makefile"
18390 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18391 cmdlgtst"
18392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18393 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules config.status"
18394 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
18396 ALL_MAKEFILES="$ALL_MAKEFILES \\
18397 programs/control/Makefile"
18398 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18399 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18400 control"
18401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18402 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules config.status"
18403 ac_config_files="$ac_config_files programs/control/Makefile"
18405 ALL_MAKEFILES="$ALL_MAKEFILES \\
18406 programs/dxdiag/Makefile"
18407 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18408 dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18409 dxdiag"
18410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18411 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules config.status"
18412 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
18414 ALL_MAKEFILES="$ALL_MAKEFILES \\
18415 programs/eject/Makefile"
18416 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18417 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18418 eject"
18419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18420 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules config.status"
18421 ac_config_files="$ac_config_files programs/eject/Makefile"
18423 ALL_MAKEFILES="$ALL_MAKEFILES \\
18424 programs/expand/Makefile"
18425 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18426 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18427 expand"
18428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18429 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules config.status"
18430 ac_config_files="$ac_config_files programs/expand/Makefile"
18432 ALL_MAKEFILES="$ALL_MAKEFILES \\
18433 programs/explorer/Makefile"
18434 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18435 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18436 explorer"
18437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18438 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules config.status"
18439 ac_config_files="$ac_config_files programs/explorer/Makefile"
18441 ALL_MAKEFILES="$ALL_MAKEFILES \\
18442 programs/extrac32/Makefile"
18443 test "x$enable_extrac32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18444 extrac32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18445 extrac32"
18446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18447 programs/extrac32/Makefile: programs/extrac32/Makefile.in programs/Makeprog.rules config.status"
18448 ac_config_files="$ac_config_files programs/extrac32/Makefile"
18450 ALL_MAKEFILES="$ALL_MAKEFILES \\
18451 programs/hh/Makefile"
18452 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18453 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18456 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules config.status"
18457 ac_config_files="$ac_config_files programs/hh/Makefile"
18459 ALL_MAKEFILES="$ALL_MAKEFILES \\
18460 programs/icinfo/Makefile"
18461 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18462 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18463 icinfo"
18464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18465 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules config.status"
18466 ac_config_files="$ac_config_files programs/icinfo/Makefile"
18468 ALL_MAKEFILES="$ALL_MAKEFILES \\
18469 programs/iexplore/Makefile"
18470 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18471 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18472 iexplore"
18473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18474 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules config.status"
18475 ac_config_files="$ac_config_files programs/iexplore/Makefile"
18477 ALL_MAKEFILES="$ALL_MAKEFILES \\
18478 programs/lodctr/Makefile"
18479 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18480 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18481 lodctr"
18482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18483 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules config.status"
18484 ac_config_files="$ac_config_files programs/lodctr/Makefile"
18486 ALL_MAKEFILES="$ALL_MAKEFILES \\
18487 programs/mshta/Makefile"
18488 test "x$enable_mshta" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18489 mshta" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18490 mshta"
18491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18492 programs/mshta/Makefile: programs/mshta/Makefile.in programs/Makeprog.rules config.status"
18493 ac_config_files="$ac_config_files programs/mshta/Makefile"
18495 ALL_MAKEFILES="$ALL_MAKEFILES \\
18496 programs/msiexec/Makefile"
18497 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18498 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18499 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18500 msiexec"
18501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18502 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules config.status"
18503 ac_config_files="$ac_config_files programs/msiexec/Makefile"
18505 ALL_MAKEFILES="$ALL_MAKEFILES \\
18506 programs/net/Makefile"
18507 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18508 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18509 net"
18510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18511 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules config.status"
18512 ac_config_files="$ac_config_files programs/net/Makefile"
18514 ALL_MAKEFILES="$ALL_MAKEFILES \\
18515 programs/notepad/Makefile"
18516 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18517 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18518 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18519 notepad"
18520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18521 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules config.status"
18522 ac_config_files="$ac_config_files programs/notepad/Makefile"
18524 ALL_MAKEFILES="$ALL_MAKEFILES \\
18525 programs/oleview/Makefile"
18526 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18527 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18528 oleview"
18529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18530 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules config.status"
18531 ac_config_files="$ac_config_files programs/oleview/Makefile"
18533 ALL_MAKEFILES="$ALL_MAKEFILES \\
18534 programs/progman/Makefile"
18535 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18536 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18537 progman"
18538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18539 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules config.status"
18540 ac_config_files="$ac_config_files programs/progman/Makefile"
18542 ALL_MAKEFILES="$ALL_MAKEFILES \\
18543 programs/reg/Makefile"
18544 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18545 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18546 reg"
18547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18548 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules config.status"
18549 ac_config_files="$ac_config_files programs/reg/Makefile"
18551 ALL_MAKEFILES="$ALL_MAKEFILES \\
18552 programs/regedit/Makefile"
18553 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18554 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18555 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18556 regedit"
18557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18558 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules config.status"
18559 ac_config_files="$ac_config_files programs/regedit/Makefile"
18561 ALL_MAKEFILES="$ALL_MAKEFILES \\
18562 programs/regsvr32/Makefile"
18563 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18564 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18565 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18566 regsvr32"
18567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18568 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules config.status"
18569 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
18571 ALL_MAKEFILES="$ALL_MAKEFILES \\
18572 programs/rpcss/Makefile"
18573 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18574 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18575 rpcss"
18576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18577 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules config.status"
18578 ac_config_files="$ac_config_files programs/rpcss/Makefile"
18580 ALL_MAKEFILES="$ALL_MAKEFILES \\
18581 programs/rundll32/Makefile"
18582 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18583 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18584 rundll32"
18585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18586 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules config.status"
18587 ac_config_files="$ac_config_files programs/rundll32/Makefile"
18589 ALL_MAKEFILES="$ALL_MAKEFILES \\
18590 programs/secedit/Makefile"
18591 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18592 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18593 secedit"
18594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18595 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules config.status"
18596 ac_config_files="$ac_config_files programs/secedit/Makefile"
18598 ALL_MAKEFILES="$ALL_MAKEFILES \\
18599 programs/services/Makefile"
18600 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18601 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18602 services"
18603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18604 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules config.status"
18605 ac_config_files="$ac_config_files programs/services/Makefile"
18607 ALL_MAKEFILES="$ALL_MAKEFILES \\
18608 programs/spoolsv/Makefile"
18609 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18610 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18611 spoolsv"
18612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18613 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules config.status"
18614 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
18616 ALL_MAKEFILES="$ALL_MAKEFILES \\
18617 programs/start/Makefile"
18618 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18619 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18620 start"
18621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18622 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules config.status"
18623 ac_config_files="$ac_config_files programs/start/Makefile"
18625 ALL_MAKEFILES="$ALL_MAKEFILES \\
18626 programs/svchost/Makefile"
18627 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18628 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18629 svchost"
18630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18631 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules config.status"
18632 ac_config_files="$ac_config_files programs/svchost/Makefile"
18634 ALL_MAKEFILES="$ALL_MAKEFILES \\
18635 programs/taskmgr/Makefile"
18636 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18637 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18638 taskmgr"
18639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18640 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules config.status"
18641 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
18643 ALL_MAKEFILES="$ALL_MAKEFILES \\
18644 programs/termsv/Makefile"
18645 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18646 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18647 termsv"
18648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18649 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules config.status"
18650 ac_config_files="$ac_config_files programs/termsv/Makefile"
18652 ALL_MAKEFILES="$ALL_MAKEFILES \\
18653 programs/uninstaller/Makefile"
18654 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18655 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18656 uninstaller"
18657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18658 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules config.status"
18659 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
18661 ALL_MAKEFILES="$ALL_MAKEFILES \\
18662 programs/unlodctr/Makefile"
18663 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18664 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18665 unlodctr"
18666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18667 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules config.status"
18668 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
18670 ALL_MAKEFILES="$ALL_MAKEFILES \\
18671 programs/view/Makefile"
18672 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18673 view"
18674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18675 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules config.status"
18676 ac_config_files="$ac_config_files programs/view/Makefile"
18678 ALL_MAKEFILES="$ALL_MAKEFILES \\
18679 programs/wineboot/Makefile"
18680 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18681 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18682 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18683 wineboot"
18684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18685 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules config.status"
18686 ac_config_files="$ac_config_files programs/wineboot/Makefile"
18688 ALL_MAKEFILES="$ALL_MAKEFILES \\
18689 programs/winebrowser/Makefile"
18690 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18691 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18692 winebrowser"
18693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18694 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules config.status"
18695 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
18697 ALL_MAKEFILES="$ALL_MAKEFILES \\
18698 programs/winecfg/Makefile"
18699 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18700 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18701 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18702 winecfg"
18703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18704 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules config.status"
18705 ac_config_files="$ac_config_files programs/winecfg/Makefile"
18707 ALL_MAKEFILES="$ALL_MAKEFILES \\
18708 programs/wineconsole/Makefile"
18709 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18710 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18711 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18712 wineconsole"
18713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18714 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules config.status"
18715 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
18717 ALL_MAKEFILES="$ALL_MAKEFILES \\
18718 programs/winedbg/Makefile"
18719 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18720 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18721 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18722 winedbg"
18723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18724 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules config.status"
18725 ac_config_files="$ac_config_files programs/winedbg/Makefile"
18727 ALL_MAKEFILES="$ALL_MAKEFILES \\
18728 programs/winedevice/Makefile"
18729 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18730 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18731 winedevice"
18732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18733 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules config.status"
18734 ac_config_files="$ac_config_files programs/winedevice/Makefile"
18736 ALL_MAKEFILES="$ALL_MAKEFILES \\
18737 programs/winefile/Makefile"
18738 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18739 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18740 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18741 winefile"
18742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18743 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules config.status"
18744 ac_config_files="$ac_config_files programs/winefile/Makefile"
18746 ALL_MAKEFILES="$ALL_MAKEFILES \\
18747 programs/winemenubuilder/Makefile"
18748 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18749 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18750 winemenubuilder"
18751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18752 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules config.status"
18753 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
18755 ALL_MAKEFILES="$ALL_MAKEFILES \\
18756 programs/winemine/Makefile"
18757 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18758 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18759 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18760 winemine"
18761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18762 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules config.status"
18763 ac_config_files="$ac_config_files programs/winemine/Makefile"
18765 ALL_MAKEFILES="$ALL_MAKEFILES \\
18766 programs/winepath/Makefile"
18767 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18768 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18769 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18770 winepath"
18771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18772 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules config.status"
18773 ac_config_files="$ac_config_files programs/winepath/Makefile"
18775 ALL_MAKEFILES="$ALL_MAKEFILES \\
18776 programs/winetest/Makefile"
18777 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18778 winetest"
18779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18780 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules config.status"
18781 ac_config_files="$ac_config_files programs/winetest/Makefile"
18783 ALL_MAKEFILES="$ALL_MAKEFILES \\
18784 programs/winevdm/Makefile"
18785 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18786 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18787 winevdm"
18788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18789 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules config.status"
18790 ac_config_files="$ac_config_files programs/winevdm/Makefile"
18792 ALL_MAKEFILES="$ALL_MAKEFILES \\
18793 programs/winhelp.exe16/Makefile"
18794 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18795 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18796 winhelp.exe16"
18797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18798 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules config.status"
18799 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
18801 ALL_MAKEFILES="$ALL_MAKEFILES \\
18802 programs/winhlp32/Makefile"
18803 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18804 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18805 winhlp32"
18806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18807 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules config.status"
18808 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
18810 ALL_MAKEFILES="$ALL_MAKEFILES \\
18811 programs/winoldap.mod16/Makefile"
18812 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18813 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18814 winoldap.mod16"
18815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18816 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules config.status"
18817 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
18819 ALL_MAKEFILES="$ALL_MAKEFILES \\
18820 programs/winver/Makefile"
18821 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18822 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18823 winver"
18824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18825 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules config.status"
18826 ac_config_files="$ac_config_files programs/winver/Makefile"
18828 ALL_MAKEFILES="$ALL_MAKEFILES \\
18829 programs/wordpad/Makefile"
18830 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18831 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18832 wordpad"
18833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18834 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules config.status"
18835 ac_config_files="$ac_config_files programs/wordpad/Makefile"
18837 ALL_MAKEFILES="$ALL_MAKEFILES \\
18838 programs/write/Makefile"
18839 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18840 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18841 write"
18842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18843 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules config.status"
18844 ac_config_files="$ac_config_files programs/write/Makefile"
18846 ALL_MAKEFILES="$ALL_MAKEFILES \\
18847 programs/xcopy/Makefile"
18848 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18849 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18850 xcopy"
18851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18852 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules config.status"
18853 ac_config_files="$ac_config_files programs/xcopy/Makefile"
18855 ALL_MAKEFILES="$ALL_MAKEFILES \\
18856 server/Makefile"
18857 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18858 server"
18859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18860 server/Makefile: server/Makefile.in Make.rules config.status"
18861 ac_config_files="$ac_config_files server/Makefile"
18863 ALL_MAKEFILES="$ALL_MAKEFILES \\
18864 tools/Makefile"
18865 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
18866 tools"
18867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18868 tools/Makefile: tools/Makefile.in Make.rules config.status"
18869 ac_config_files="$ac_config_files tools/Makefile"
18871 ALL_MAKEFILES="$ALL_MAKEFILES \\
18872 tools/widl/Makefile"
18873 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
18874 tools/widl"
18875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18876 tools/widl/Makefile: tools/widl/Makefile.in Make.rules config.status"
18877 ac_config_files="$ac_config_files tools/widl/Makefile"
18879 ALL_MAKEFILES="$ALL_MAKEFILES \\
18880 tools/winebuild/Makefile"
18881 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
18882 tools/winebuild"
18883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18884 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules config.status"
18885 ac_config_files="$ac_config_files tools/winebuild/Makefile"
18887 ALL_MAKEFILES="$ALL_MAKEFILES \\
18888 tools/winedump/Makefile"
18889 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
18890 tools/winedump"
18891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18892 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules config.status"
18893 ac_config_files="$ac_config_files tools/winedump/Makefile"
18895 ALL_MAKEFILES="$ALL_MAKEFILES \\
18896 tools/winegcc/Makefile"
18897 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
18898 tools/winegcc"
18899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18900 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules config.status"
18901 ac_config_files="$ac_config_files tools/winegcc/Makefile"
18903 ALL_MAKEFILES="$ALL_MAKEFILES \\
18904 tools/wmc/Makefile"
18905 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
18906 tools/wmc"
18907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18908 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules config.status"
18909 ac_config_files="$ac_config_files tools/wmc/Makefile"
18911 ALL_MAKEFILES="$ALL_MAKEFILES \\
18912 tools/wrc/Makefile"
18913 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
18914 tools/wrc"
18915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18916 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules config.status"
18917 ac_config_files="$ac_config_files tools/wrc/Makefile"
18921 ALL_WINETEST_DEPENDS="# Test binaries"
18923 for dir in $ALL_TEST_DIRS
18925 if test "$dir" != "\\"
18926 then
18927 testname=`expr $dir : '\(.*\)/tests'`_test
18928 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18930 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
18931 cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
18932 $testname.rc:
18933 echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18934 $testname.res: $testname.rc $testname.exe"
18936 done
18938 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
18940 cat >confcache <<\_ACEOF
18941 # This file is a shell script that caches the results of configure
18942 # tests run on this system so they can be shared between configure
18943 # scripts and configure runs, see configure's option --config-cache.
18944 # It is not useful on other systems. If it contains results you don't
18945 # want to keep, you may remove or edit it.
18947 # config.status only pays attention to the cache file if you give it
18948 # the --recheck option to rerun configure.
18950 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18951 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18952 # following values.
18954 _ACEOF
18956 # The following way of writing the cache mishandles newlines in values,
18957 # but we know of no workaround that is simple, portable, and efficient.
18958 # So, we kill variables containing newlines.
18959 # Ultrix sh set writes to stderr and can't be redirected directly,
18960 # and sets the high bit in the cache file unless we assign to the vars.
18962 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18963 eval ac_val=\$$ac_var
18964 case $ac_val in #(
18965 *${as_nl}*)
18966 case $ac_var in #(
18967 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18968 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18969 esac
18970 case $ac_var in #(
18971 _ | IFS | as_nl) ;; #(
18972 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18973 *) { eval $ac_var=; unset $ac_var;} ;;
18974 esac ;;
18975 esac
18976 done
18978 (set) 2>&1 |
18979 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18980 *${as_nl}ac_space=\ *)
18981 # `set' does not quote correctly, so add quotes: double-quote
18982 # substitution turns \\\\ into \\, and sed turns \\ into \.
18983 sed -n \
18984 "s/'/'\\\\''/g;
18985 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18986 ;; #(
18988 # `set' quotes correctly as required by POSIX, so do not add quotes.
18989 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18991 esac |
18992 sort
18994 sed '
18995 /^ac_cv_env_/b end
18996 t clear
18997 :clear
18998 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18999 t end
19000 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
19001 :end' >>confcache
19002 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
19003 if test -w "$cache_file"; then
19004 test "x$cache_file" != "x/dev/null" &&
19005 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
19006 $as_echo "$as_me: updating cache $cache_file" >&6;}
19007 cat confcache >$cache_file
19008 else
19009 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
19010 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
19013 rm -f confcache
19015 test "x$prefix" = xNONE && prefix=$ac_default_prefix
19016 # Let make expand exec_prefix.
19017 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
19019 DEFS=-DHAVE_CONFIG_H
19021 ac_libobjs=
19022 ac_ltlibobjs=
19023 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
19024 # 1. Remove the extension, and $U if already installed.
19025 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
19026 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
19027 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
19028 # will be set to the directory where LIBOBJS objects are built.
19029 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
19030 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
19031 done
19032 LIBOBJS=$ac_libobjs
19034 LTLIBOBJS=$ac_ltlibobjs
19038 : ${CONFIG_STATUS=./config.status}
19039 ac_write_fail=0
19040 ac_clean_files_save=$ac_clean_files
19041 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
19042 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
19043 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
19044 as_write_fail=0
19045 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
19046 #! $SHELL
19047 # Generated by $as_me.
19048 # Run this file to recreate the current configuration.
19049 # Compiler output produced by configure, useful for debugging
19050 # configure, is in config.log if it exists.
19052 debug=false
19053 ac_cs_recheck=false
19054 ac_cs_silent=false
19056 SHELL=\${CONFIG_SHELL-$SHELL}
19057 export SHELL
19058 _ASEOF
19059 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
19060 ## -------------------- ##
19061 ## M4sh Initialization. ##
19062 ## -------------------- ##
19064 # Be more Bourne compatible
19065 DUALCASE=1; export DUALCASE # for MKS sh
19066 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
19067 emulate sh
19068 NULLCMD=:
19069 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19070 # is contrary to our usage. Disable this feature.
19071 alias -g '${1+"$@"}'='"$@"'
19072 setopt NO_GLOB_SUBST
19073 else
19074 case `(set -o) 2>/dev/null` in #(
19075 *posix*) :
19076 set -o posix ;; #(
19077 *) :
19079 esac
19083 as_nl='
19085 export as_nl
19086 # Printing a long string crashes Solaris 7 /usr/bin/printf.
19087 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
19088 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
19089 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
19090 # Prefer a ksh shell builtin over an external printf program on Solaris,
19091 # but without wasting forks for bash or zsh.
19092 if test -z "$BASH_VERSION$ZSH_VERSION" \
19093 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
19094 as_echo='print -r --'
19095 as_echo_n='print -rn --'
19096 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
19097 as_echo='printf %s\n'
19098 as_echo_n='printf %s'
19099 else
19100 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
19101 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
19102 as_echo_n='/usr/ucb/echo -n'
19103 else
19104 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
19105 as_echo_n_body='eval
19106 arg=$1;
19107 case $arg in #(
19108 *"$as_nl"*)
19109 expr "X$arg" : "X\\(.*\\)$as_nl";
19110 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
19111 esac;
19112 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
19114 export as_echo_n_body
19115 as_echo_n='sh -c $as_echo_n_body as_echo'
19117 export as_echo_body
19118 as_echo='sh -c $as_echo_body as_echo'
19121 # The user is always right.
19122 if test "${PATH_SEPARATOR+set}" != set; then
19123 PATH_SEPARATOR=:
19124 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
19125 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
19126 PATH_SEPARATOR=';'
19131 # IFS
19132 # We need space, tab and new line, in precisely that order. Quoting is
19133 # there to prevent editors from complaining about space-tab.
19134 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
19135 # splitting by setting IFS to empty value.)
19136 IFS=" "" $as_nl"
19138 # Find who we are. Look in the path if we contain no directory separator.
19139 case $0 in #((
19140 *[\\/]* ) as_myself=$0 ;;
19141 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19142 for as_dir in $PATH
19144 IFS=$as_save_IFS
19145 test -z "$as_dir" && as_dir=.
19146 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
19147 done
19148 IFS=$as_save_IFS
19151 esac
19152 # We did not find ourselves, most probably we were run as `sh COMMAND'
19153 # in which case we are not to be found in the path.
19154 if test "x$as_myself" = x; then
19155 as_myself=$0
19157 if test ! -f "$as_myself"; then
19158 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
19159 exit 1
19162 # Unset variables that we do not need and which cause bugs (e.g. in
19163 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
19164 # suppresses any "Segmentation fault" message there. '((' could
19165 # trigger a bug in pdksh 5.2.14.
19166 for as_var in BASH_ENV ENV MAIL MAILPATH
19167 do eval test x\${$as_var+set} = xset \
19168 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
19169 done
19170 PS1='$ '
19171 PS2='> '
19172 PS4='+ '
19174 # NLS nuisances.
19175 LC_ALL=C
19176 export LC_ALL
19177 LANGUAGE=C
19178 export LANGUAGE
19180 # CDPATH.
19181 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
19184 # as_fn_error ERROR [LINENO LOG_FD]
19185 # ---------------------------------
19186 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
19187 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
19188 # script with status $?, using 1 if that was 0.
19189 as_fn_error ()
19191 as_status=$?; test $as_status -eq 0 && as_status=1
19192 if test "$3"; then
19193 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
19194 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
19196 $as_echo "$as_me: error: $1" >&2
19197 as_fn_exit $as_status
19198 } # as_fn_error
19201 # as_fn_set_status STATUS
19202 # -----------------------
19203 # Set $? to STATUS, without forking.
19204 as_fn_set_status ()
19206 return $1
19207 } # as_fn_set_status
19209 # as_fn_exit STATUS
19210 # -----------------
19211 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
19212 as_fn_exit ()
19214 set +e
19215 as_fn_set_status $1
19216 exit $1
19217 } # as_fn_exit
19219 # as_fn_unset VAR
19220 # ---------------
19221 # Portably unset VAR.
19222 as_fn_unset ()
19224 { eval $1=; unset $1;}
19226 as_unset=as_fn_unset
19227 # as_fn_append VAR VALUE
19228 # ----------------------
19229 # Append the text in VALUE to the end of the definition contained in VAR. Take
19230 # advantage of any shell optimizations that allow amortized linear growth over
19231 # repeated appends, instead of the typical quadratic growth present in naive
19232 # implementations.
19233 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
19234 eval 'as_fn_append ()
19236 eval $1+=\$2
19238 else
19239 as_fn_append ()
19241 eval $1=\$$1\$2
19243 fi # as_fn_append
19245 # as_fn_arith ARG...
19246 # ------------------
19247 # Perform arithmetic evaluation on the ARGs, and store the result in the
19248 # global $as_val. Take advantage of shells that can avoid forks. The arguments
19249 # must be portable across $(()) and expr.
19250 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
19251 eval 'as_fn_arith ()
19253 as_val=$(( $* ))
19255 else
19256 as_fn_arith ()
19258 as_val=`expr "$@" || test $? -eq 1`
19260 fi # as_fn_arith
19263 if expr a : '\(a\)' >/dev/null 2>&1 &&
19264 test "X`expr 00001 : '.*\(...\)'`" = X001; then
19265 as_expr=expr
19266 else
19267 as_expr=false
19270 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
19271 as_basename=basename
19272 else
19273 as_basename=false
19276 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
19277 as_dirname=dirname
19278 else
19279 as_dirname=false
19282 as_me=`$as_basename -- "$0" ||
19283 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
19284 X"$0" : 'X\(//\)$' \| \
19285 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
19286 $as_echo X/"$0" |
19287 sed '/^.*\/\([^/][^/]*\)\/*$/{
19288 s//\1/
19291 /^X\/\(\/\/\)$/{
19292 s//\1/
19295 /^X\/\(\/\).*/{
19296 s//\1/
19299 s/.*/./; q'`
19301 # Avoid depending upon Character Ranges.
19302 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
19303 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
19304 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
19305 as_cr_digits='0123456789'
19306 as_cr_alnum=$as_cr_Letters$as_cr_digits
19308 ECHO_C= ECHO_N= ECHO_T=
19309 case `echo -n x` in #(((((
19310 -n*)
19311 case `echo 'xy\c'` in
19312 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
19313 xy) ECHO_C='\c';;
19314 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
19315 ECHO_T=' ';;
19316 esac;;
19318 ECHO_N='-n';;
19319 esac
19321 rm -f conf$$ conf$$.exe conf$$.file
19322 if test -d conf$$.dir; then
19323 rm -f conf$$.dir/conf$$.file
19324 else
19325 rm -f conf$$.dir
19326 mkdir conf$$.dir 2>/dev/null
19328 if (echo >conf$$.file) 2>/dev/null; then
19329 if ln -s conf$$.file conf$$ 2>/dev/null; then
19330 as_ln_s='ln -s'
19331 # ... but there are two gotchas:
19332 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
19333 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
19334 # In both cases, we have to default to `cp -p'.
19335 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
19336 as_ln_s='cp -p'
19337 elif ln conf$$.file conf$$ 2>/dev/null; then
19338 as_ln_s=ln
19339 else
19340 as_ln_s='cp -p'
19342 else
19343 as_ln_s='cp -p'
19345 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
19346 rmdir conf$$.dir 2>/dev/null
19349 # as_fn_mkdir_p
19350 # -------------
19351 # Create "$as_dir" as a directory, including parents if necessary.
19352 as_fn_mkdir_p ()
19355 case $as_dir in #(
19356 -*) as_dir=./$as_dir;;
19357 esac
19358 test -d "$as_dir" || eval $as_mkdir_p || {
19359 as_dirs=
19360 while :; do
19361 case $as_dir in #(
19362 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
19363 *) as_qdir=$as_dir;;
19364 esac
19365 as_dirs="'$as_qdir' $as_dirs"
19366 as_dir=`$as_dirname -- "$as_dir" ||
19367 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19368 X"$as_dir" : 'X\(//\)[^/]' \| \
19369 X"$as_dir" : 'X\(//\)$' \| \
19370 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
19371 $as_echo X"$as_dir" |
19372 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19373 s//\1/
19376 /^X\(\/\/\)[^/].*/{
19377 s//\1/
19380 /^X\(\/\/\)$/{
19381 s//\1/
19384 /^X\(\/\).*/{
19385 s//\1/
19388 s/.*/./; q'`
19389 test -d "$as_dir" && break
19390 done
19391 test -z "$as_dirs" || eval "mkdir $as_dirs"
19392 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
19395 } # as_fn_mkdir_p
19396 if mkdir -p . 2>/dev/null; then
19397 as_mkdir_p='mkdir -p "$as_dir"'
19398 else
19399 test -d ./-p && rmdir ./-p
19400 as_mkdir_p=false
19403 if test -x / >/dev/null 2>&1; then
19404 as_test_x='test -x'
19405 else
19406 if ls -dL / >/dev/null 2>&1; then
19407 as_ls_L_option=L
19408 else
19409 as_ls_L_option=
19411 as_test_x='
19412 eval sh -c '\''
19413 if test -d "$1"; then
19414 test -d "$1/.";
19415 else
19416 case $1 in #(
19417 -*)set "./$1";;
19418 esac;
19419 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
19420 ???[sx]*):;;*)false;;esac;fi
19421 '\'' sh
19424 as_executable_p=$as_test_x
19426 # Sed expression to map a string onto a valid CPP name.
19427 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
19429 # Sed expression to map a string onto a valid variable name.
19430 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
19433 exec 6>&1
19434 ## ----------------------------------- ##
19435 ## Main body of $CONFIG_STATUS script. ##
19436 ## ----------------------------------- ##
19437 _ASEOF
19438 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
19440 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19441 # Save the log message, to keep $0 and so on meaningful, and to
19442 # report actual input values of CONFIG_FILES etc. instead of their
19443 # values after options handling.
19444 ac_log="
19445 This file was extended by Wine $as_me 1.1.38, which was
19446 generated by GNU Autoconf 2.65. Invocation command line was
19448 CONFIG_FILES = $CONFIG_FILES
19449 CONFIG_HEADERS = $CONFIG_HEADERS
19450 CONFIG_LINKS = $CONFIG_LINKS
19451 CONFIG_COMMANDS = $CONFIG_COMMANDS
19452 $ $0 $@
19454 on `(hostname || uname -n) 2>/dev/null | sed 1q`
19457 _ACEOF
19459 case $ac_config_files in *"
19460 "*) set x $ac_config_files; shift; ac_config_files=$*;;
19461 esac
19463 case $ac_config_headers in *"
19464 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
19465 esac
19468 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19469 # Files that config.status was made for.
19470 config_files="$ac_config_files"
19471 config_headers="$ac_config_headers"
19472 config_links="$ac_config_links"
19473 config_commands="$ac_config_commands"
19475 _ACEOF
19477 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19478 ac_cs_usage="\
19479 \`$as_me' instantiates files and other configuration actions
19480 from templates according to the current configuration. Unless the files
19481 and actions are specified as TAGs, all are instantiated by default.
19483 Usage: $0 [OPTION]... [TAG]...
19485 -h, --help print this help, then exit
19486 -V, --version print version number and configuration settings, then exit
19487 --config print configuration, then exit
19488 -q, --quiet, --silent
19489 do not print progress messages
19490 -d, --debug don't remove temporary files
19491 --recheck update $as_me by reconfiguring in the same conditions
19492 --file=FILE[:TEMPLATE]
19493 instantiate the configuration file FILE
19494 --header=FILE[:TEMPLATE]
19495 instantiate the configuration header FILE
19497 Configuration files:
19498 $config_files
19500 Configuration headers:
19501 $config_headers
19503 Configuration links:
19504 $config_links
19506 Configuration commands:
19507 $config_commands
19509 Report bugs to <wine-devel@winehq.org>.
19510 Wine home page: <http://www.winehq.org>."
19512 _ACEOF
19513 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19514 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
19515 ac_cs_version="\\
19516 Wine config.status 1.1.38
19517 configured by $0, generated by GNU Autoconf 2.65,
19518 with options \\"\$ac_cs_config\\"
19520 Copyright (C) 2009 Free Software Foundation, Inc.
19521 This config.status script is free software; the Free Software Foundation
19522 gives unlimited permission to copy, distribute and modify it."
19524 ac_pwd='$ac_pwd'
19525 srcdir='$srcdir'
19526 INSTALL='$INSTALL'
19527 test -n "\$AWK" || AWK=awk
19528 _ACEOF
19530 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19531 # The default lists apply if the user does not specify any file.
19532 ac_need_defaults=:
19533 while test $# != 0
19535 case $1 in
19536 --*=*)
19537 ac_option=`expr "X$1" : 'X\([^=]*\)='`
19538 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
19539 ac_shift=:
19542 ac_option=$1
19543 ac_optarg=$2
19544 ac_shift=shift
19546 esac
19548 case $ac_option in
19549 # Handling of the options.
19550 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
19551 ac_cs_recheck=: ;;
19552 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
19553 $as_echo "$ac_cs_version"; exit ;;
19554 --config | --confi | --conf | --con | --co | --c )
19555 $as_echo "$ac_cs_config"; exit ;;
19556 --debug | --debu | --deb | --de | --d | -d )
19557 debug=: ;;
19558 --file | --fil | --fi | --f )
19559 $ac_shift
19560 case $ac_optarg in
19561 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19562 esac
19563 as_fn_append CONFIG_FILES " '$ac_optarg'"
19564 ac_need_defaults=false;;
19565 --header | --heade | --head | --hea )
19566 $ac_shift
19567 case $ac_optarg in
19568 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19569 esac
19570 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
19571 ac_need_defaults=false;;
19572 --he | --h)
19573 # Conflict between --help and --header
19574 as_fn_error "ambiguous option: \`$1'
19575 Try \`$0 --help' for more information.";;
19576 --help | --hel | -h )
19577 $as_echo "$ac_cs_usage"; exit ;;
19578 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
19579 | -silent | --silent | --silen | --sile | --sil | --si | --s)
19580 ac_cs_silent=: ;;
19582 # This is an error.
19583 -*) as_fn_error "unrecognized option: \`$1'
19584 Try \`$0 --help' for more information." ;;
19586 *) as_fn_append ac_config_targets " $1"
19587 ac_need_defaults=false ;;
19589 esac
19590 shift
19591 done
19593 ac_configure_extra_args=
19595 if $ac_cs_silent; then
19596 exec 6>/dev/null
19597 ac_configure_extra_args="$ac_configure_extra_args --silent"
19600 _ACEOF
19601 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19602 if \$ac_cs_recheck; then
19603 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19604 shift
19605 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19606 CONFIG_SHELL='$SHELL'
19607 export CONFIG_SHELL
19608 exec "\$@"
19611 _ACEOF
19612 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19613 exec 5>>config.log
19615 echo
19616 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19617 ## Running $as_me. ##
19618 _ASBOX
19619 $as_echo "$ac_log"
19620 } >&5
19622 _ACEOF
19623 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19624 _ACEOF
19626 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19628 # Handling of arguments.
19629 for ac_config_target in $ac_config_targets
19631 case $ac_config_target in
19632 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
19633 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
19634 "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
19635 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19636 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19637 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19638 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19639 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
19640 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
19641 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
19642 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
19643 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
19644 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
19645 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
19646 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
19647 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
19648 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
19649 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
19650 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
19651 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
19652 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
19653 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
19654 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
19655 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
19656 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
19657 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
19658 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
19659 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
19660 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
19661 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
19662 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
19663 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
19664 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
19665 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
19666 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
19667 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
19668 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
19669 "dlls/avifil32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/tests/Makefile" ;;
19670 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
19671 "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
19672 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
19673 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
19674 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
19675 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
19676 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
19677 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
19678 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
19679 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
19680 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
19681 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
19682 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
19683 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
19684 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
19685 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
19686 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
19687 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
19688 "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
19689 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
19690 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
19691 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
19692 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
19693 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
19694 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
19695 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
19696 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
19697 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
19698 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
19699 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
19700 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
19701 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
19702 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
19703 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
19704 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
19705 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
19706 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
19707 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
19708 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
19709 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
19710 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
19711 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
19712 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
19713 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
19714 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
19715 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
19716 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
19717 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
19718 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
19719 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
19720 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
19721 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
19722 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
19723 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
19724 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
19725 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
19726 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
19727 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
19728 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
19729 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
19730 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
19731 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
19732 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
19733 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
19734 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
19735 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
19736 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
19737 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
19738 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
19739 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
19740 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
19741 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
19742 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
19743 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
19744 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
19745 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
19746 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
19747 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
19748 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
19749 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
19750 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
19751 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
19752 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
19753 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
19754 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
19755 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
19756 "dlls/dmloader/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/tests/Makefile" ;;
19757 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
19758 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
19759 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
19760 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
19761 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
19762 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
19763 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
19764 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
19765 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
19766 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
19767 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
19768 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
19769 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
19770 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
19771 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
19772 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
19773 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
19774 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
19775 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
19776 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
19777 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
19778 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
19779 "dlls/dxdiagn/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/tests/Makefile" ;;
19780 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
19781 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
19782 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
19783 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
19784 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
19785 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
19786 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
19787 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
19788 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
19789 "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
19790 "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
19791 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
19792 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
19793 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
19794 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
19795 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
19796 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
19797 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
19798 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
19799 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
19800 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
19801 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
19802 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
19803 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
19804 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
19805 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
19806 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
19807 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
19808 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
19809 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
19810 "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
19811 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
19812 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
19813 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
19814 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
19815 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
19816 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
19817 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
19818 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
19819 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
19820 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
19821 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
19822 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
19823 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
19824 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
19825 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
19826 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
19827 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
19828 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
19829 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
19830 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
19831 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
19832 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
19833 "dlls/krnl386.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/krnl386.exe16/Makefile" ;;
19834 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
19835 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
19836 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
19837 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
19838 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
19839 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
19840 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
19841 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
19842 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
19843 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
19844 "dlls/mapistub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapistub/Makefile" ;;
19845 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
19846 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
19847 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
19848 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
19849 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
19850 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
19851 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
19852 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
19853 "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
19854 "dlls/mmdevapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/tests/Makefile" ;;
19855 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
19856 "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
19857 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
19858 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
19859 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
19860 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
19861 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
19862 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
19863 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
19864 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
19865 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
19866 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
19867 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
19868 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
19869 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
19870 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
19871 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
19872 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
19873 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
19874 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
19875 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
19876 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
19877 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
19878 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
19879 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
19880 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
19881 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
19882 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
19883 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
19884 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
19885 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
19886 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
19887 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
19888 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
19889 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
19890 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
19891 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
19892 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
19893 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
19894 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
19895 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
19896 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
19897 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
19898 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
19899 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
19900 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
19901 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
19902 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
19903 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
19904 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
19905 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
19906 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
19907 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
19908 "dlls/msxml4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml4/Makefile" ;;
19909 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
19910 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
19911 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
19912 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
19913 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
19914 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
19915 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
19916 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
19917 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
19918 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
19919 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
19920 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
19921 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
19922 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
19923 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
19924 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
19925 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
19926 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
19927 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
19928 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
19929 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
19930 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
19931 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
19932 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
19933 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
19934 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
19935 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
19936 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
19937 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
19938 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
19939 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
19940 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
19941 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
19942 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
19943 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
19944 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
19945 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
19946 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
19947 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
19948 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
19949 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
19950 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
19951 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
19952 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
19953 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
19954 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
19955 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
19956 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
19957 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
19958 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
19959 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
19960 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
19961 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
19962 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
19963 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
19964 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
19965 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
19966 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
19967 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
19968 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
19969 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
19970 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
19971 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
19972 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
19973 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
19974 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
19975 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
19976 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
19977 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
19978 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
19979 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
19980 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
19981 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
19982 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
19983 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
19984 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
19985 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
19986 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
19987 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
19988 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
19989 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
19990 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
19991 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
19992 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
19993 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
19994 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
19995 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
19996 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
19997 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
19998 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
19999 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
20000 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
20001 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
20002 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
20003 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
20004 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
20005 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
20006 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
20007 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
20008 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
20009 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
20010 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
20011 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
20012 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
20013 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
20014 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
20015 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
20016 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
20017 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
20018 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
20019 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
20020 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
20021 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
20022 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
20023 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
20024 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
20025 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
20026 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
20027 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
20028 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
20029 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
20030 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
20031 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
20032 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
20033 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
20034 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
20035 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
20036 "dlls/user.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user.exe16/Makefile" ;;
20037 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
20038 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
20039 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
20040 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
20041 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
20042 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
20043 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
20044 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
20045 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
20046 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
20047 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
20048 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
20049 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
20050 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
20051 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
20052 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
20053 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
20054 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
20055 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
20056 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
20057 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
20058 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
20059 "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
20060 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
20061 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
20062 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
20063 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
20064 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
20065 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
20066 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
20067 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
20068 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
20069 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
20070 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
20071 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
20072 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
20073 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
20074 "dlls/winemapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemapi/Makefile" ;;
20075 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
20076 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
20077 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
20078 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
20079 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
20080 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
20081 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
20082 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
20083 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
20084 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
20085 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
20086 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
20087 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
20088 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
20089 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
20090 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
20091 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
20092 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
20093 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
20094 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
20095 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
20096 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
20097 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
20098 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
20099 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
20100 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
20101 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
20102 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
20103 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
20104 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
20105 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
20106 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
20107 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
20108 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
20109 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
20110 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
20111 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
20112 "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
20113 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
20114 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
20115 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
20116 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
20117 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
20118 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
20119 "dlls/xmllite/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/tests/Makefile" ;;
20120 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
20121 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
20122 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
20123 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
20124 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
20125 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
20126 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
20127 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
20128 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
20129 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
20130 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
20131 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
20132 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
20133 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
20134 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
20135 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
20136 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
20137 "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
20138 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
20139 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
20140 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
20141 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
20142 "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
20143 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
20144 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
20145 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
20146 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
20147 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
20148 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
20149 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
20150 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
20151 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
20152 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
20153 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
20154 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
20155 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
20156 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
20157 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
20158 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
20159 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
20160 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
20161 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
20162 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
20163 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
20164 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
20165 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
20166 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
20167 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
20168 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
20169 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
20170 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
20171 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
20172 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
20173 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
20174 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
20175 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
20176 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
20177 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
20178 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
20179 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
20180 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
20181 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
20182 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
20183 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
20184 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
20185 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
20186 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
20187 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
20188 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
20189 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
20191 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
20192 esac
20193 done
20196 # If the user did not use the arguments to specify the items to instantiate,
20197 # then the envvar interface is used. Set only those that are not.
20198 # We use the long form for the default assignment because of an extremely
20199 # bizarre bug on SunOS 4.1.3.
20200 if $ac_need_defaults; then
20201 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
20202 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
20203 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
20204 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
20207 # Have a temporary directory for convenience. Make it in the build tree
20208 # simply because there is no reason against having it here, and in addition,
20209 # creating and moving files from /tmp can sometimes cause problems.
20210 # Hook for its removal unless debugging.
20211 # Note that there is a small window in which the directory will not be cleaned:
20212 # after its creation but before its name has been assigned to `$tmp'.
20213 $debug ||
20215 tmp=
20216 trap 'exit_status=$?
20217 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
20219 trap 'as_fn_exit 1' 1 2 13 15
20221 # Create a (secure) tmp directory for tmp files.
20224 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
20225 test -n "$tmp" && test -d "$tmp"
20226 } ||
20228 tmp=./conf$$-$RANDOM
20229 (umask 077 && mkdir "$tmp")
20230 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
20232 # Set up the scripts for CONFIG_FILES section.
20233 # No need to generate them if there are no CONFIG_FILES.
20234 # This happens for instance with `./config.status config.h'.
20235 if test -n "$CONFIG_FILES"; then
20237 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
20238 ac_cs_awk_getline=:
20239 ac_cs_awk_pipe_init=
20240 ac_cs_awk_read_file='
20241 while ((getline aline < (F[key])) > 0)
20242 print(aline)
20243 close(F[key])'
20244 ac_cs_awk_pipe_fini=
20245 else
20246 ac_cs_awk_getline=false
20247 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
20248 ac_cs_awk_read_file='
20249 print "|#_!!_#|"
20250 print "cat " F[key] " &&"
20251 '$ac_cs_awk_pipe_init
20252 # The final `:' finishes the AND list.
20253 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
20255 ac_cr=`echo X | tr X '\015'`
20256 # On cygwin, bash can eat \r inside `` if the user requested igncr.
20257 # But we know of no other shell where ac_cr would be empty at this
20258 # point, so we can use a bashism as a fallback.
20259 if test "x$ac_cr" = x; then
20260 eval ac_cr=\$\'\\r\'
20262 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
20263 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
20264 ac_cs_awk_cr='\r'
20265 else
20266 ac_cs_awk_cr=$ac_cr
20269 echo 'BEGIN {' >"$tmp/subs1.awk" &&
20270 _ACEOF
20272 # Create commands to substitute file output variables.
20274 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
20275 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
20276 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
20277 echo "_ACAWK" &&
20278 echo "_ACEOF"
20279 } >conf$$files.sh &&
20280 . ./conf$$files.sh ||
20281 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20282 rm -f conf$$files.sh
20285 echo "cat >conf$$subs.awk <<_ACEOF" &&
20286 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
20287 echo "_ACEOF"
20288 } >conf$$subs.sh ||
20289 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20290 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
20291 ac_delim='%!_!# '
20292 for ac_last_try in false false false false false :; do
20293 . ./conf$$subs.sh ||
20294 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20296 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
20297 if test $ac_delim_n = $ac_delim_num; then
20298 break
20299 elif $ac_last_try; then
20300 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20301 else
20302 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
20304 done
20305 rm -f conf$$subs.sh
20307 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20308 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
20309 _ACEOF
20310 sed -n '
20312 s/^/S["/; s/!.*/"]=/
20315 s/^[^!]*!//
20316 :repl
20317 t repl
20318 s/'"$ac_delim"'$//
20319 t delim
20322 s/\(.\{148\}\)..*/\1/
20323 t more1
20324 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
20327 b repl
20328 :more1
20329 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
20332 s/.\{148\}//
20333 t nl
20334 :delim
20336 s/\(.\{148\}\)..*/\1/
20337 t more2
20338 s/["\\]/\\&/g; s/^/"/; s/$/"/
20341 :more2
20342 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
20345 s/.\{148\}//
20346 t delim
20347 ' <conf$$subs.awk | sed '
20348 /^[^""]/{
20350 s/\n//
20352 ' >>$CONFIG_STATUS || ac_write_fail=1
20353 rm -f conf$$subs.awk
20354 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20355 _ACAWK
20356 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
20357 for (key in S) S_is_set[key] = 1
20358 FS = "\a"
20359 \$ac_cs_awk_pipe_init
20362 line = $ 0
20363 nfields = split(line, field, "@")
20364 substed = 0
20365 len = length(field[1])
20366 for (i = 2; i < nfields; i++) {
20367 key = field[i]
20368 keylen = length(key)
20369 if (S_is_set[key]) {
20370 value = S[key]
20371 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
20372 len += length(value) + length(field[++i])
20373 substed = 1
20374 } else
20375 len += 1 + keylen
20377 if (nfields == 3 && !substed) {
20378 key = field[2]
20379 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
20380 \$ac_cs_awk_read_file
20381 next
20384 print line
20386 \$ac_cs_awk_pipe_fini
20387 _ACAWK
20388 _ACEOF
20389 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20390 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
20391 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
20392 else
20394 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
20395 || as_fn_error "could not setup config files machinery" "$LINENO" 5
20396 _ACEOF
20398 # VPATH may cause trouble with some makes, so we remove $(srcdir),
20399 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
20400 # trailing colons and then remove the whole line if VPATH becomes empty
20401 # (actually we leave an empty line to preserve line numbers).
20402 if test "x$srcdir" = x.; then
20403 ac_vpsub='/^[ ]*VPATH[ ]*=/{
20404 s/:*\$(srcdir):*/:/
20405 s/:*\${srcdir}:*/:/
20406 s/:*@srcdir@:*/:/
20407 s/^\([^=]*=[ ]*\):*/\1/
20408 s/:*$//
20409 s/^[^=]*=[ ]*$//
20413 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20414 fi # test -n "$CONFIG_FILES"
20416 # Set up the scripts for CONFIG_HEADERS section.
20417 # No need to generate them if there are no CONFIG_HEADERS.
20418 # This happens for instance with `./config.status Makefile'.
20419 if test -n "$CONFIG_HEADERS"; then
20420 cat >"$tmp/defines.awk" <<\_ACAWK ||
20421 BEGIN {
20422 _ACEOF
20424 # Transform confdefs.h into an awk script `defines.awk', embedded as
20425 # here-document in config.status, that substitutes the proper values into
20426 # config.h.in to produce config.h.
20428 # Create a delimiter string that does not exist in confdefs.h, to ease
20429 # handling of long lines.
20430 ac_delim='%!_!# '
20431 for ac_last_try in false false :; do
20432 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
20433 if test -z "$ac_t"; then
20434 break
20435 elif $ac_last_try; then
20436 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
20437 else
20438 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
20440 done
20442 # For the awk script, D is an array of macro values keyed by name,
20443 # likewise P contains macro parameters if any. Preserve backslash
20444 # newline sequences.
20446 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
20447 sed -n '
20448 s/.\{148\}/&'"$ac_delim"'/g
20449 t rset
20450 :rset
20451 s/^[ ]*#[ ]*define[ ][ ]*/ /
20452 t def
20454 :def
20455 s/\\$//
20456 t bsnl
20457 s/["\\]/\\&/g
20458 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
20459 D["\1"]=" \3"/p
20460 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
20462 :bsnl
20463 s/["\\]/\\&/g
20464 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
20465 D["\1"]=" \3\\\\\\n"\\/p
20466 t cont
20467 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
20468 t cont
20470 :cont
20472 s/.\{148\}/&'"$ac_delim"'/g
20473 t clear
20474 :clear
20475 s/\\$//
20476 t bsnlc
20477 s/["\\]/\\&/g; s/^/"/; s/$/"/p
20479 :bsnlc
20480 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
20481 b cont
20482 ' <confdefs.h | sed '
20483 s/'"$ac_delim"'/"\\\
20484 "/g' >>$CONFIG_STATUS || ac_write_fail=1
20486 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20487 for (key in D) D_is_set[key] = 1
20488 FS = "\a"
20490 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
20491 line = \$ 0
20492 split(line, arg, " ")
20493 if (arg[1] == "#") {
20494 defundef = arg[2]
20495 mac1 = arg[3]
20496 } else {
20497 defundef = substr(arg[1], 2)
20498 mac1 = arg[2]
20500 split(mac1, mac2, "(") #)
20501 macro = mac2[1]
20502 prefix = substr(line, 1, index(line, defundef) - 1)
20503 if (D_is_set[macro]) {
20504 # Preserve the white space surrounding the "#".
20505 print prefix "define", macro P[macro] D[macro]
20506 next
20507 } else {
20508 # Replace #undef with comments. This is necessary, for example,
20509 # in the case of _POSIX_SOURCE, which is predefined and required
20510 # on some systems where configure will not decide to define it.
20511 if (defundef == "undef") {
20512 print "/*", prefix defundef, macro, "*/"
20513 next
20517 { print }
20518 _ACAWK
20519 _ACEOF
20520 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20521 as_fn_error "could not setup config headers machinery" "$LINENO" 5
20522 fi # test -n "$CONFIG_HEADERS"
20525 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
20526 shift
20527 for ac_tag
20529 case $ac_tag in
20530 :[FHLC]) ac_mode=$ac_tag; continue;;
20531 esac
20532 case $ac_mode$ac_tag in
20533 :[FHL]*:*);;
20534 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
20535 :[FH]-) ac_tag=-:-;;
20536 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
20537 esac
20538 ac_save_IFS=$IFS
20539 IFS=:
20540 set x $ac_tag
20541 IFS=$ac_save_IFS
20542 shift
20543 ac_file=$1
20544 shift
20546 case $ac_mode in
20547 :L) ac_source=$1;;
20548 :[FH])
20549 ac_file_inputs=
20550 for ac_f
20552 case $ac_f in
20553 -) ac_f="$tmp/stdin";;
20554 *) # Look for the file first in the build tree, then in the source tree
20555 # (if the path is not absolute). The absolute path cannot be DOS-style,
20556 # because $ac_f cannot contain `:'.
20557 test -f "$ac_f" ||
20558 case $ac_f in
20559 [\\/$]*) false;;
20560 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
20561 esac ||
20562 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
20563 esac
20564 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
20565 as_fn_append ac_file_inputs " '$ac_f'"
20566 done
20568 # Let's still pretend it is `configure' which instantiates (i.e., don't
20569 # use $as_me), people would be surprised to read:
20570 # /* config.h. Generated by config.status. */
20571 configure_input='Generated from '`
20572 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
20573 `' by configure.'
20574 if test x"$ac_file" != x-; then
20575 configure_input="$ac_file. $configure_input"
20576 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
20577 $as_echo "$as_me: creating $ac_file" >&6;}
20579 # Neutralize special characters interpreted by sed in replacement strings.
20580 case $configure_input in #(
20581 *\&* | *\|* | *\\* )
20582 ac_sed_conf_input=`$as_echo "$configure_input" |
20583 sed 's/[\\\\&|]/\\\\&/g'`;; #(
20584 *) ac_sed_conf_input=$configure_input;;
20585 esac
20587 case $ac_tag in
20588 *:-:* | *:-) cat >"$tmp/stdin" \
20589 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
20590 esac
20592 esac
20594 ac_dir=`$as_dirname -- "$ac_file" ||
20595 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20596 X"$ac_file" : 'X\(//\)[^/]' \| \
20597 X"$ac_file" : 'X\(//\)$' \| \
20598 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
20599 $as_echo X"$ac_file" |
20600 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20601 s//\1/
20604 /^X\(\/\/\)[^/].*/{
20605 s//\1/
20608 /^X\(\/\/\)$/{
20609 s//\1/
20612 /^X\(\/\).*/{
20613 s//\1/
20616 s/.*/./; q'`
20617 as_dir="$ac_dir"; as_fn_mkdir_p
20618 ac_builddir=.
20620 case "$ac_dir" in
20621 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
20623 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
20624 # A ".." for each directory in $ac_dir_suffix.
20625 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
20626 case $ac_top_builddir_sub in
20627 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
20628 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
20629 esac ;;
20630 esac
20631 ac_abs_top_builddir=$ac_pwd
20632 ac_abs_builddir=$ac_pwd$ac_dir_suffix
20633 # for backward compatibility:
20634 ac_top_builddir=$ac_top_build_prefix
20636 case $srcdir in
20637 .) # We are building in place.
20638 ac_srcdir=.
20639 ac_top_srcdir=$ac_top_builddir_sub
20640 ac_abs_top_srcdir=$ac_pwd ;;
20641 [\\/]* | ?:[\\/]* ) # Absolute name.
20642 ac_srcdir=$srcdir$ac_dir_suffix;
20643 ac_top_srcdir=$srcdir
20644 ac_abs_top_srcdir=$srcdir ;;
20645 *) # Relative name.
20646 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
20647 ac_top_srcdir=$ac_top_build_prefix$srcdir
20648 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
20649 esac
20650 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
20653 case $ac_mode in
20656 # CONFIG_FILE
20659 case $INSTALL in
20660 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
20661 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
20662 esac
20663 _ACEOF
20665 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20666 # If the template does not know about datarootdir, expand it.
20667 # FIXME: This hack should be removed a few years after 2.60.
20668 ac_datarootdir_hack=; ac_datarootdir_seen=
20669 ac_sed_dataroot='
20670 /datarootdir/ {
20674 /@datadir@/p
20675 /@docdir@/p
20676 /@infodir@/p
20677 /@localedir@/p
20678 /@mandir@/p'
20679 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
20680 *datarootdir*) ac_datarootdir_seen=yes;;
20681 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
20682 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
20683 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
20684 _ACEOF
20685 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20686 ac_datarootdir_hack='
20687 s&@datadir@&$datadir&g
20688 s&@docdir@&$docdir&g
20689 s&@infodir@&$infodir&g
20690 s&@localedir@&$localedir&g
20691 s&@mandir@&$mandir&g
20692 s&\\\${datarootdir}&$datarootdir&g' ;;
20693 esac
20694 _ACEOF
20696 # Neutralize VPATH when `$srcdir' = `.'.
20697 # Shell code in configure.ac might set extrasub.
20698 # FIXME: do we really want to maintain this feature?
20699 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20700 ac_sed_extra="$ac_vpsub
20701 $extrasub
20702 _ACEOF
20703 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20705 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
20706 s|@configure_input@|$ac_sed_conf_input|;t t
20707 s&@top_builddir@&$ac_top_builddir_sub&;t t
20708 s&@top_build_prefix@&$ac_top_build_prefix&;t t
20709 s&@srcdir@&$ac_srcdir&;t t
20710 s&@abs_srcdir@&$ac_abs_srcdir&;t t
20711 s&@top_srcdir@&$ac_top_srcdir&;t t
20712 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
20713 s&@builddir@&$ac_builddir&;t t
20714 s&@abs_builddir@&$ac_abs_builddir&;t t
20715 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
20716 s&@INSTALL@&$ac_INSTALL&;t t
20717 $ac_datarootdir_hack
20719 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
20720 if $ac_cs_awk_getline; then
20721 $AWK -f "$tmp/subs.awk"
20722 else
20723 $AWK -f "$tmp/subs.awk" | $SHELL
20724 fi >$tmp/out \
20725 || as_fn_error "could not create $ac_file" "$LINENO" 5
20727 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
20728 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
20729 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
20730 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
20731 which seems to be undefined. Please make sure it is defined." >&5
20732 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
20733 which seems to be undefined. Please make sure it is defined." >&2;}
20735 rm -f "$tmp/stdin"
20736 case $ac_file in
20737 -) cat "$tmp/out" && rm -f "$tmp/out";;
20738 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
20739 esac \
20740 || as_fn_error "could not create $ac_file" "$LINENO" 5
20744 # CONFIG_HEADER
20746 if test x"$ac_file" != x-; then
20748 $as_echo "/* $configure_input */" \
20749 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
20750 } >"$tmp/config.h" \
20751 || as_fn_error "could not create $ac_file" "$LINENO" 5
20752 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
20753 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
20754 $as_echo "$as_me: $ac_file is unchanged" >&6;}
20755 else
20756 rm -f "$ac_file"
20757 mv "$tmp/config.h" "$ac_file" \
20758 || as_fn_error "could not create $ac_file" "$LINENO" 5
20760 else
20761 $as_echo "/* $configure_input */" \
20762 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
20763 || as_fn_error "could not create -" "$LINENO" 5
20768 # CONFIG_LINK
20771 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
20773 else
20774 # Prefer the file from the source tree if names are identical.
20775 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
20776 ac_source=$srcdir/$ac_source
20779 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
20780 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
20782 if test ! -r "$ac_source"; then
20783 as_fn_error "$ac_source: file not found" "$LINENO" 5
20785 rm -f "$ac_file"
20787 # Try a relative symlink, then a hard link, then a copy.
20788 case $srcdir in
20789 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
20790 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
20791 esac
20792 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
20793 ln "$ac_source" "$ac_file" 2>/dev/null ||
20794 cp -p "$ac_source" "$ac_file" ||
20795 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
20798 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
20799 $as_echo "$as_me: executing $ac_file commands" >&6;}
20801 esac
20804 case $ac_file$ac_mode in
20805 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
20806 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
20807 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
20808 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
20809 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
20810 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
20811 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
20812 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
20813 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
20814 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
20815 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
20816 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
20817 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
20819 esac
20820 done # for ac_tag
20823 as_fn_exit 0
20824 _ACEOF
20825 ac_clean_files=$ac_clean_files_save
20827 test $ac_write_fail = 0 ||
20828 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
20831 # configure is writing to config.log, and then calls config.status.
20832 # config.status does its own redirection, appending to config.log.
20833 # Unfortunately, on DOS this fails, as config.log is still kept open
20834 # by configure, so config.status won't be able to write to it; its
20835 # output is simply discarded. So we exec the FD to /dev/null,
20836 # effectively closing config.log, so it can be properly (re)opened and
20837 # appended to by config.status. When coming back to configure, we
20838 # need to make the FD available again.
20839 if test "$no_create" != yes; then
20840 ac_cs_success=:
20841 ac_config_status_args=
20842 test "$silent" = yes &&
20843 ac_config_status_args="$ac_config_status_args --quiet"
20844 exec 5>/dev/null
20845 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
20846 exec 5>>config.log
20847 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
20848 # would make configure fail if this is the last instruction.
20849 $ac_cs_success || as_fn_exit $?
20851 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
20852 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
20853 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
20857 if test "$no_create" = "yes"
20858 then
20859 exit 0
20862 ac_save_IFS="$IFS"
20863 if test "x$wine_notices != "x; then
20864 echo >&6
20865 IFS="|"
20866 for msg in $wine_notices; do
20867 IFS="$ac_save_IFS"
20868 if test -n "$msg"; then
20869 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
20870 $as_echo "$as_me: $msg" >&6;}
20872 done
20874 IFS="|"
20875 for msg in $wine_warnings; do
20876 IFS="$ac_save_IFS"
20877 if test -n "$msg"; then
20878 echo >&2
20879 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
20880 $as_echo "$as_me: WARNING: $msg" >&2;}
20882 done
20883 IFS="$ac_save_IFS"
20885 echo "
20886 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
20887 " >&6