d3drm: Beginning of Mesh info retrieval.
[wine/multimedia.git] / configure
blobdba6223cd09c06b538322b5ee57d57e29b48418c
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_DLL_DIRS
609 ALL_TOP_DIRS
610 ALL_MAKEFILE_DEPENDS
611 ALL_SYMLINKS
612 ALL_MAKEFILES
613 ALL_MAKERULES
614 DEPENDENCIES
615 LDAPLIBS
616 LIBPOLL
617 LIBDL
618 EXTRA_BINARIES
619 MAIN_BINARY
620 SOCKETLIBS
621 CRTLIBS
622 TOOLSEXT
623 LDPATH
624 BUILTINFLAG
625 EXTRACFLAGS
626 LIBKSTAT
627 LIBMPG123
628 PNGINCL
629 FONTCONFIGINCL
630 CUPSINCL
631 AUDIOIOLIBS
632 ALSALIBS
633 ESDLIBS
634 ESDINCL
635 ESDCONFIG
636 ZLIB
637 FREETYPEINCL
638 FREETYPELIBS
639 ft_devel
640 LCMSLIBS
641 RESOLVLIBS
642 GPHOTO2INCL
643 GPHOTO2LIBS
644 gphoto2port_devel
645 gphoto2_devel
646 SANEINCL
647 sane_devel
648 GNUTLSINCL
649 HALINCL
650 XSLTINCL
651 XML2INCL
652 XML2LIBS
653 NASLIBS
654 X_EXTRA_LIBS
655 X_LIBS
656 X_PRE_LIBS
657 X_CFLAGS
658 XMKMF
659 LIBPTHREAD
660 CROSSTARGET
661 CROSSTEST
662 CROSSCC
663 CARBONLIB
664 LIBOPENAL
665 COREAUDIO
666 DISKARBITRATIONLIB
667 LDEXECFLAGS
668 IOKITLIB
669 COREFOUNDATIONLIB
670 SECURITYLIB
671 DLLWRAP
672 DLLTOOL
674 LDRPATH_LOCAL
675 LDRPATH_INSTALL
676 IMPLIBEXT
677 LIBEXT
678 LDDLLFLAGS
679 LDSHARED
680 DLLFLAGS
681 DLLEXT
683 OPENGL_LIBS
684 XLIB
685 PRELINK
686 ICOTOOL
687 RSVG
688 PKG_CONFIG
689 FONTFORGE
690 LINTFLAGS
691 LINT
692 INSTALL_DATA
693 INSTALL_SCRIPT
694 INSTALL_PROGRAM
695 LDCONFIG
696 EGREP
697 GREP
698 LN_S
699 STRIP
700 RANLIB
701 ARFLAGS
702 ac_ct_AR
704 BISON
705 FLEX
706 TOOLSDIR
707 WOW64_DISABLE
708 TARGETFLAGS
709 CPPBIN
710 ac_ct_CXX
711 CXXFLAGS
713 OBJEXT
714 EXEEXT
715 ac_ct_CC
716 CPPFLAGS
717 LDFLAGS
718 CFLAGS
720 SET_MAKE
721 host_os
722 host_vendor
723 host_cpu
724 host
725 build_os
726 build_vendor
727 build_cpu
728 build
729 MAINTAINER_MODE
730 target_alias
731 host_alias
732 build_alias
733 LIBS
734 ECHO_T
735 ECHO_N
736 ECHO_C
737 DEFS
738 mandir
739 localedir
740 libdir
741 psdir
742 pdfdir
743 dvidir
744 htmldir
745 infodir
746 docdir
747 oldincludedir
748 includedir
749 localstatedir
750 sharedstatedir
751 sysconfdir
752 datadir
753 datarootdir
754 libexecdir
755 sbindir
756 bindir
757 program_transform_name
758 prefix
759 exec_prefix
760 PACKAGE_URL
761 PACKAGE_BUGREPORT
762 PACKAGE_STRING
763 PACKAGE_VERSION
764 PACKAGE_TARNAME
765 PACKAGE_NAME
766 PATH_SEPARATOR
767 SHELL'
768 ac_subst_files='MAKE_RULES
769 MAKE_DLL_RULES
770 MAKE_IMPLIB_RULES
771 MAKE_TEST_RULES
772 MAKE_PROG_RULES'
773 ac_user_opts='
774 enable_option_checking
775 enable_win16
776 enable_win64
777 enable_tests
778 enable_maintainer_mode
779 with_alsa
780 with_audioio
781 with_capi
782 with_cms
783 with_coreaudio
784 with_cups
785 with_curses
786 with_esd
787 with_fontconfig
788 with_freetype
789 with_gphoto
790 with_glu
791 with_gnutls
792 with_gsm
793 with_hal
794 with_jack
795 with_jpeg
796 with_ldap
797 with_mpg123
798 with_nas
799 with_openal
800 with_opengl
801 with_openssl
802 with_oss
803 with_png
804 with_pthread
805 with_sane
806 with_v4l
807 with_xcomposite
808 with_xcursor
809 with_xinerama
810 with_xinput
811 with_xml
812 with_xrandr
813 with_xrender
814 with_xshape
815 with_xshm
816 with_xslt
817 with_xxf86vm
818 with_wine_tools
819 with_wine64
820 enable_largefile
821 with_x
823 ac_precious_vars='build_alias
824 host_alias
825 target_alias
827 CFLAGS
828 LDFLAGS
829 LIBS
830 CPPFLAGS
832 CXXFLAGS
835 XMKMF'
838 # Initialize some variables set by options.
839 ac_init_help=
840 ac_init_version=false
841 ac_unrecognized_opts=
842 ac_unrecognized_sep=
843 # The variables have the same names as the options, with
844 # dashes changed to underlines.
845 cache_file=/dev/null
846 exec_prefix=NONE
847 no_create=
848 no_recursion=
849 prefix=NONE
850 program_prefix=NONE
851 program_suffix=NONE
852 program_transform_name=s,x,x,
853 silent=
854 site=
855 srcdir=
856 verbose=
857 x_includes=NONE
858 x_libraries=NONE
860 # Installation directory options.
861 # These are left unexpanded so users can "make install exec_prefix=/foo"
862 # and all the variables that are supposed to be based on exec_prefix
863 # by default will actually change.
864 # Use braces instead of parens because sh, perl, etc. also accept them.
865 # (The list follows the same order as the GNU Coding Standards.)
866 bindir='${exec_prefix}/bin'
867 sbindir='${exec_prefix}/sbin'
868 libexecdir='${exec_prefix}/libexec'
869 datarootdir='${prefix}/share'
870 datadir='${datarootdir}'
871 sysconfdir='${prefix}/etc'
872 sharedstatedir='${prefix}/com'
873 localstatedir='${prefix}/var'
874 includedir='${prefix}/include'
875 oldincludedir='/usr/include'
876 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
877 infodir='${datarootdir}/info'
878 htmldir='${docdir}'
879 dvidir='${docdir}'
880 pdfdir='${docdir}'
881 psdir='${docdir}'
882 libdir='${exec_prefix}/lib'
883 localedir='${datarootdir}/locale'
884 mandir='${datarootdir}/man'
886 ac_prev=
887 ac_dashdash=
888 for ac_option
890 # If the previous option needs an argument, assign it.
891 if test -n "$ac_prev"; then
892 eval $ac_prev=\$ac_option
893 ac_prev=
894 continue
897 case $ac_option in
898 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
899 *) ac_optarg=yes ;;
900 esac
902 # Accept the important Cygnus configure options, so we can diagnose typos.
904 case $ac_dashdash$ac_option in
906 ac_dashdash=yes ;;
908 -bindir | --bindir | --bindi | --bind | --bin | --bi)
909 ac_prev=bindir ;;
910 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
911 bindir=$ac_optarg ;;
913 -build | --build | --buil | --bui | --bu)
914 ac_prev=build_alias ;;
915 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
916 build_alias=$ac_optarg ;;
918 -cache-file | --cache-file | --cache-fil | --cache-fi \
919 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
920 ac_prev=cache_file ;;
921 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
922 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
923 cache_file=$ac_optarg ;;
925 --config-cache | -C)
926 cache_file=config.cache ;;
928 -datadir | --datadir | --datadi | --datad)
929 ac_prev=datadir ;;
930 -datadir=* | --datadir=* | --datadi=* | --datad=*)
931 datadir=$ac_optarg ;;
933 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
934 | --dataroo | --dataro | --datar)
935 ac_prev=datarootdir ;;
936 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
937 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
938 datarootdir=$ac_optarg ;;
940 -disable-* | --disable-*)
941 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
942 # Reject names that are not valid shell variable names.
943 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
944 as_fn_error "invalid feature name: $ac_useropt"
945 ac_useropt_orig=$ac_useropt
946 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
947 case $ac_user_opts in
949 "enable_$ac_useropt"
950 "*) ;;
951 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
952 ac_unrecognized_sep=', ';;
953 esac
954 eval enable_$ac_useropt=no ;;
956 -docdir | --docdir | --docdi | --doc | --do)
957 ac_prev=docdir ;;
958 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
959 docdir=$ac_optarg ;;
961 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
962 ac_prev=dvidir ;;
963 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
964 dvidir=$ac_optarg ;;
966 -enable-* | --enable-*)
967 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
968 # Reject names that are not valid shell variable names.
969 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
970 as_fn_error "invalid feature name: $ac_useropt"
971 ac_useropt_orig=$ac_useropt
972 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
973 case $ac_user_opts in
975 "enable_$ac_useropt"
976 "*) ;;
977 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
978 ac_unrecognized_sep=', ';;
979 esac
980 eval enable_$ac_useropt=\$ac_optarg ;;
982 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
983 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
984 | --exec | --exe | --ex)
985 ac_prev=exec_prefix ;;
986 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
987 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
988 | --exec=* | --exe=* | --ex=*)
989 exec_prefix=$ac_optarg ;;
991 -gas | --gas | --ga | --g)
992 # Obsolete; use --with-gas.
993 with_gas=yes ;;
995 -help | --help | --hel | --he | -h)
996 ac_init_help=long ;;
997 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
998 ac_init_help=recursive ;;
999 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1000 ac_init_help=short ;;
1002 -host | --host | --hos | --ho)
1003 ac_prev=host_alias ;;
1004 -host=* | --host=* | --hos=* | --ho=*)
1005 host_alias=$ac_optarg ;;
1007 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1008 ac_prev=htmldir ;;
1009 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1010 | --ht=*)
1011 htmldir=$ac_optarg ;;
1013 -includedir | --includedir | --includedi | --included | --include \
1014 | --includ | --inclu | --incl | --inc)
1015 ac_prev=includedir ;;
1016 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1017 | --includ=* | --inclu=* | --incl=* | --inc=*)
1018 includedir=$ac_optarg ;;
1020 -infodir | --infodir | --infodi | --infod | --info | --inf)
1021 ac_prev=infodir ;;
1022 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1023 infodir=$ac_optarg ;;
1025 -libdir | --libdir | --libdi | --libd)
1026 ac_prev=libdir ;;
1027 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1028 libdir=$ac_optarg ;;
1030 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1031 | --libexe | --libex | --libe)
1032 ac_prev=libexecdir ;;
1033 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1034 | --libexe=* | --libex=* | --libe=*)
1035 libexecdir=$ac_optarg ;;
1037 -localedir | --localedir | --localedi | --localed | --locale)
1038 ac_prev=localedir ;;
1039 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1040 localedir=$ac_optarg ;;
1042 -localstatedir | --localstatedir | --localstatedi | --localstated \
1043 | --localstate | --localstat | --localsta | --localst | --locals)
1044 ac_prev=localstatedir ;;
1045 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1046 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1047 localstatedir=$ac_optarg ;;
1049 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1050 ac_prev=mandir ;;
1051 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1052 mandir=$ac_optarg ;;
1054 -nfp | --nfp | --nf)
1055 # Obsolete; use --without-fp.
1056 with_fp=no ;;
1058 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1059 | --no-cr | --no-c | -n)
1060 no_create=yes ;;
1062 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1063 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1064 no_recursion=yes ;;
1066 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1067 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1068 | --oldin | --oldi | --old | --ol | --o)
1069 ac_prev=oldincludedir ;;
1070 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1071 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1072 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1073 oldincludedir=$ac_optarg ;;
1075 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1076 ac_prev=prefix ;;
1077 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1078 prefix=$ac_optarg ;;
1080 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1081 | --program-pre | --program-pr | --program-p)
1082 ac_prev=program_prefix ;;
1083 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1084 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1085 program_prefix=$ac_optarg ;;
1087 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1088 | --program-suf | --program-su | --program-s)
1089 ac_prev=program_suffix ;;
1090 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1091 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1092 program_suffix=$ac_optarg ;;
1094 -program-transform-name | --program-transform-name \
1095 | --program-transform-nam | --program-transform-na \
1096 | --program-transform-n | --program-transform- \
1097 | --program-transform | --program-transfor \
1098 | --program-transfo | --program-transf \
1099 | --program-trans | --program-tran \
1100 | --progr-tra | --program-tr | --program-t)
1101 ac_prev=program_transform_name ;;
1102 -program-transform-name=* | --program-transform-name=* \
1103 | --program-transform-nam=* | --program-transform-na=* \
1104 | --program-transform-n=* | --program-transform-=* \
1105 | --program-transform=* | --program-transfor=* \
1106 | --program-transfo=* | --program-transf=* \
1107 | --program-trans=* | --program-tran=* \
1108 | --progr-tra=* | --program-tr=* | --program-t=*)
1109 program_transform_name=$ac_optarg ;;
1111 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1112 ac_prev=pdfdir ;;
1113 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1114 pdfdir=$ac_optarg ;;
1116 -psdir | --psdir | --psdi | --psd | --ps)
1117 ac_prev=psdir ;;
1118 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1119 psdir=$ac_optarg ;;
1121 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1122 | -silent | --silent | --silen | --sile | --sil)
1123 silent=yes ;;
1125 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1126 ac_prev=sbindir ;;
1127 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1128 | --sbi=* | --sb=*)
1129 sbindir=$ac_optarg ;;
1131 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1132 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1133 | --sharedst | --shareds | --shared | --share | --shar \
1134 | --sha | --sh)
1135 ac_prev=sharedstatedir ;;
1136 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1137 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1138 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1139 | --sha=* | --sh=*)
1140 sharedstatedir=$ac_optarg ;;
1142 -site | --site | --sit)
1143 ac_prev=site ;;
1144 -site=* | --site=* | --sit=*)
1145 site=$ac_optarg ;;
1147 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1148 ac_prev=srcdir ;;
1149 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1150 srcdir=$ac_optarg ;;
1152 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1153 | --syscon | --sysco | --sysc | --sys | --sy)
1154 ac_prev=sysconfdir ;;
1155 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1156 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1157 sysconfdir=$ac_optarg ;;
1159 -target | --target | --targe | --targ | --tar | --ta | --t)
1160 ac_prev=target_alias ;;
1161 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1162 target_alias=$ac_optarg ;;
1164 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1165 verbose=yes ;;
1167 -version | --version | --versio | --versi | --vers | -V)
1168 ac_init_version=: ;;
1170 -with-* | --with-*)
1171 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1172 # Reject names that are not valid shell variable names.
1173 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1174 as_fn_error "invalid package name: $ac_useropt"
1175 ac_useropt_orig=$ac_useropt
1176 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1177 case $ac_user_opts in
1179 "with_$ac_useropt"
1180 "*) ;;
1181 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1182 ac_unrecognized_sep=', ';;
1183 esac
1184 eval with_$ac_useropt=\$ac_optarg ;;
1186 -without-* | --without-*)
1187 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1188 # Reject names that are not valid shell variable names.
1189 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1190 as_fn_error "invalid package name: $ac_useropt"
1191 ac_useropt_orig=$ac_useropt
1192 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1193 case $ac_user_opts in
1195 "with_$ac_useropt"
1196 "*) ;;
1197 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1198 ac_unrecognized_sep=', ';;
1199 esac
1200 eval with_$ac_useropt=no ;;
1202 --x)
1203 # Obsolete; use --with-x.
1204 with_x=yes ;;
1206 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1207 | --x-incl | --x-inc | --x-in | --x-i)
1208 ac_prev=x_includes ;;
1209 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1210 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1211 x_includes=$ac_optarg ;;
1213 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1214 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1215 ac_prev=x_libraries ;;
1216 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1217 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1218 x_libraries=$ac_optarg ;;
1220 -*) as_fn_error "unrecognized option: \`$ac_option'
1221 Try \`$0 --help' for more information."
1224 *=*)
1225 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1226 # Reject names that are not valid shell variable names.
1227 case $ac_envvar in #(
1228 '' | [0-9]* | *[!_$as_cr_alnum]* )
1229 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1230 esac
1231 eval $ac_envvar=\$ac_optarg
1232 export $ac_envvar ;;
1235 # FIXME: should be removed in autoconf 3.0.
1236 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1237 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1238 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1239 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1242 esac
1243 done
1245 if test -n "$ac_prev"; then
1246 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1247 as_fn_error "missing argument to $ac_option"
1250 if test -n "$ac_unrecognized_opts"; then
1251 case $enable_option_checking in
1252 no) ;;
1253 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1254 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1255 esac
1258 # Check all directory arguments for consistency.
1259 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1260 datadir sysconfdir sharedstatedir localstatedir includedir \
1261 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1262 libdir localedir mandir
1264 eval ac_val=\$$ac_var
1265 # Remove trailing slashes.
1266 case $ac_val in
1267 */ )
1268 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1269 eval $ac_var=\$ac_val;;
1270 esac
1271 # Be sure to have absolute directory names.
1272 case $ac_val in
1273 [\\/$]* | ?:[\\/]* ) continue;;
1274 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1275 esac
1276 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1277 done
1279 # There might be people who depend on the old broken behavior: `$host'
1280 # used to hold the argument of --host etc.
1281 # FIXME: To remove some day.
1282 build=$build_alias
1283 host=$host_alias
1284 target=$target_alias
1286 # FIXME: To remove some day.
1287 if test "x$host_alias" != x; then
1288 if test "x$build_alias" = x; then
1289 cross_compiling=maybe
1290 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1291 If a cross compiler is detected then cross compile mode will be used." >&2
1292 elif test "x$build_alias" != "x$host_alias"; then
1293 cross_compiling=yes
1297 ac_tool_prefix=
1298 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1300 test "$silent" = yes && exec 6>/dev/null
1303 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1304 ac_ls_di=`ls -di .` &&
1305 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1306 as_fn_error "working directory cannot be determined"
1307 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1308 as_fn_error "pwd does not report name of working directory"
1311 # Find the source files, if location was not specified.
1312 if test -z "$srcdir"; then
1313 ac_srcdir_defaulted=yes
1314 # Try the directory containing this script, then the parent directory.
1315 ac_confdir=`$as_dirname -- "$as_myself" ||
1316 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1317 X"$as_myself" : 'X\(//\)[^/]' \| \
1318 X"$as_myself" : 'X\(//\)$' \| \
1319 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1320 $as_echo X"$as_myself" |
1321 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1322 s//\1/
1325 /^X\(\/\/\)[^/].*/{
1326 s//\1/
1329 /^X\(\/\/\)$/{
1330 s//\1/
1333 /^X\(\/\).*/{
1334 s//\1/
1337 s/.*/./; q'`
1338 srcdir=$ac_confdir
1339 if test ! -r "$srcdir/$ac_unique_file"; then
1340 srcdir=..
1342 else
1343 ac_srcdir_defaulted=no
1345 if test ! -r "$srcdir/$ac_unique_file"; then
1346 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1347 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1349 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1350 ac_abs_confdir=`(
1351 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1352 pwd)`
1353 # When building in place, set srcdir=.
1354 if test "$ac_abs_confdir" = "$ac_pwd"; then
1355 srcdir=.
1357 # Remove unnecessary trailing slashes from srcdir.
1358 # Double slashes in file names in object file debugging info
1359 # mess up M-x gdb in Emacs.
1360 case $srcdir in
1361 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1362 esac
1363 for ac_var in $ac_precious_vars; do
1364 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1365 eval ac_env_${ac_var}_value=\$${ac_var}
1366 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1367 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1368 done
1371 # Report the --help message.
1373 if test "$ac_init_help" = "long"; then
1374 # Omit some internal or obsolete options to make the list less imposing.
1375 # This message is too long to be a string in the A/UX 3.1 sh.
1376 cat <<_ACEOF
1377 \`configure' configures Wine 1.1.38 to adapt to many kinds of systems.
1379 Usage: $0 [OPTION]... [VAR=VALUE]...
1381 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1382 VAR=VALUE. See below for descriptions of some of the useful variables.
1384 Defaults for the options are specified in brackets.
1386 Configuration:
1387 -h, --help display this help and exit
1388 --help=short display options specific to this package
1389 --help=recursive display the short help of all the included packages
1390 -V, --version display version information and exit
1391 -q, --quiet, --silent do not print \`checking...' messages
1392 --cache-file=FILE cache test results in FILE [disabled]
1393 -C, --config-cache alias for \`--cache-file=config.cache'
1394 -n, --no-create do not create output files
1395 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1397 Installation directories:
1398 --prefix=PREFIX install architecture-independent files in PREFIX
1399 [$ac_default_prefix]
1400 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1401 [PREFIX]
1403 By default, \`make install' will install all the files in
1404 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1405 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1406 for instance \`--prefix=\$HOME'.
1408 For better control, use the options below.
1410 Fine tuning of the installation directories:
1411 --bindir=DIR user executables [EPREFIX/bin]
1412 --sbindir=DIR system admin executables [EPREFIX/sbin]
1413 --libexecdir=DIR program executables [EPREFIX/libexec]
1414 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1415 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1416 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1417 --libdir=DIR object code libraries [EPREFIX/lib]
1418 --includedir=DIR C header files [PREFIX/include]
1419 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1420 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1421 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1422 --infodir=DIR info documentation [DATAROOTDIR/info]
1423 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1424 --mandir=DIR man documentation [DATAROOTDIR/man]
1425 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1426 --htmldir=DIR html documentation [DOCDIR]
1427 --dvidir=DIR dvi documentation [DOCDIR]
1428 --pdfdir=DIR pdf documentation [DOCDIR]
1429 --psdir=DIR ps documentation [DOCDIR]
1430 _ACEOF
1432 cat <<\_ACEOF
1434 X features:
1435 --x-includes=DIR X include files are in DIR
1436 --x-libraries=DIR X library files are in DIR
1438 System types:
1439 --build=BUILD configure for building on BUILD [guessed]
1440 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1441 _ACEOF
1444 if test -n "$ac_init_help"; then
1445 case $ac_init_help in
1446 short | recursive ) echo "Configuration of Wine 1.1.38:";;
1447 esac
1448 cat <<\_ACEOF
1450 Optional Features:
1451 --disable-option-checking ignore unrecognized --enable/--with options
1452 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1453 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1454 --disable-win16 do not include Win16 support
1455 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1456 binaries)
1457 --disable-tests do not build the regression tests
1458 --enable-maintainer-mode
1459 enable maintainer-specific build rules
1460 --disable-largefile omit support for large files
1462 Optional Packages:
1463 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1464 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1465 --without-alsa do not use the Alsa sound support
1466 --without-audioio do not use the AudioIO sound support
1467 --without-capi do not use CAPI (ISDN support)
1468 --without-cms do not use CMS (color management support)
1469 --without-coreaudio do not use the CoreAudio sound support
1470 --without-cups do not use CUPS
1471 --without-curses do not use (n)curses
1472 --without-esd do not use the EsounD sound support
1473 --without-fontconfig do not use fontconfig
1474 --without-freetype do not use the FreeType library
1475 --without-gphoto do not use gphoto (Digital Camera support)
1476 --without-glu do not use the GLU library
1477 --without-gnutls do not use GnuTLS (schannel support)
1478 --without-gsm do not use libgsm (GSM 06.10 codec support)
1479 --without-hal do not use HAL (dynamic device support)
1480 --without-jack do not use the Jack sound support
1481 --without-jpeg do not use JPEG
1482 --without-ldap do not use LDAP
1483 --without-mpg123 do not use the mpg123 library
1484 --without-nas do not use the NAS sound support
1485 --without-openal do not use OpenAL
1486 --without-opengl do not use OpenGL
1487 --without-openssl do not use OpenSSL
1488 --without-oss do not use the OSS sound support
1489 --without-png do not use PNG
1490 --without-pthread do not use the pthread library
1491 --without-sane do not use SANE (scanner support)
1492 --without-v4l do not use v4l1 (v4l support)
1493 --without-xcomposite do not use the Xcomposite extension
1494 --without-xcursor do not use the Xcursor extension
1495 --without-xinerama do not use Xinerama (multi-monitor support)
1496 --without-xinput do not use the Xinput extension
1497 --without-xml do not use XML
1498 --without-xrandr do not use Xrandr (resolution changes)
1499 --without-xrender do not use the Xrender extension
1500 --without-xshape do not use the Xshape extension
1501 --without-xshm do not use XShm (shared memory extension)
1502 --without-xslt do not use XSLT
1503 --without-xxf86vm do not use XFree video mode extension
1504 --with-wine-tools=DIR use Wine tools from directory DIR
1505 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1506 --with-x use the X Window System
1508 Some influential environment variables:
1509 CC C compiler command
1510 CFLAGS C compiler flags
1511 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1512 nonstandard directory <lib dir>
1513 LIBS libraries to pass to the linker, e.g. -l<library>
1514 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1515 you have headers in a nonstandard directory <include dir>
1516 CXX C++ compiler command
1517 CXXFLAGS C++ compiler flags
1518 CPP C preprocessor
1519 XMKMF Path to xmkmf, Makefile generator for X Window System
1521 Use these variables to override the choices made by `configure' or to help
1522 it to find libraries and programs with nonstandard names/locations.
1524 Report bugs to <wine-devel@winehq.org>.
1525 Wine home page: <http://www.winehq.org>.
1526 _ACEOF
1527 ac_status=$?
1530 if test "$ac_init_help" = "recursive"; then
1531 # If there are subdirs, report their specific --help.
1532 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1533 test -d "$ac_dir" ||
1534 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1535 continue
1536 ac_builddir=.
1538 case "$ac_dir" in
1539 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1541 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1542 # A ".." for each directory in $ac_dir_suffix.
1543 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1544 case $ac_top_builddir_sub in
1545 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1546 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1547 esac ;;
1548 esac
1549 ac_abs_top_builddir=$ac_pwd
1550 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1551 # for backward compatibility:
1552 ac_top_builddir=$ac_top_build_prefix
1554 case $srcdir in
1555 .) # We are building in place.
1556 ac_srcdir=.
1557 ac_top_srcdir=$ac_top_builddir_sub
1558 ac_abs_top_srcdir=$ac_pwd ;;
1559 [\\/]* | ?:[\\/]* ) # Absolute name.
1560 ac_srcdir=$srcdir$ac_dir_suffix;
1561 ac_top_srcdir=$srcdir
1562 ac_abs_top_srcdir=$srcdir ;;
1563 *) # Relative name.
1564 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1565 ac_top_srcdir=$ac_top_build_prefix$srcdir
1566 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1567 esac
1568 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1570 cd "$ac_dir" || { ac_status=$?; continue; }
1571 # Check for guested configure.
1572 if test -f "$ac_srcdir/configure.gnu"; then
1573 echo &&
1574 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1575 elif test -f "$ac_srcdir/configure"; then
1576 echo &&
1577 $SHELL "$ac_srcdir/configure" --help=recursive
1578 else
1579 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1580 fi || ac_status=$?
1581 cd "$ac_pwd" || { ac_status=$?; break; }
1582 done
1585 test -n "$ac_init_help" && exit $ac_status
1586 if $ac_init_version; then
1587 cat <<\_ACEOF
1588 Wine configure 1.1.38
1589 generated by GNU Autoconf 2.65
1591 Copyright (C) 2009 Free Software Foundation, Inc.
1592 This configure script is free software; the Free Software Foundation
1593 gives unlimited permission to copy, distribute and modify it.
1594 _ACEOF
1595 exit
1598 ## ------------------------ ##
1599 ## Autoconf initialization. ##
1600 ## ------------------------ ##
1602 # ac_fn_c_try_compile LINENO
1603 # --------------------------
1604 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1605 ac_fn_c_try_compile ()
1607 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1608 rm -f conftest.$ac_objext
1609 if { { ac_try="$ac_compile"
1610 case "(($ac_try" in
1611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1612 *) ac_try_echo=$ac_try;;
1613 esac
1614 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1615 $as_echo "$ac_try_echo"; } >&5
1616 (eval "$ac_compile") 2>conftest.err
1617 ac_status=$?
1618 if test -s conftest.err; then
1619 grep -v '^ *+' conftest.err >conftest.er1
1620 cat conftest.er1 >&5
1621 mv -f conftest.er1 conftest.err
1623 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1624 test $ac_status = 0; } && {
1625 test -z "$ac_c_werror_flag" ||
1626 test ! -s conftest.err
1627 } && test -s conftest.$ac_objext; then :
1628 ac_retval=0
1629 else
1630 $as_echo "$as_me: failed program was:" >&5
1631 sed 's/^/| /' conftest.$ac_ext >&5
1633 ac_retval=1
1635 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1636 as_fn_set_status $ac_retval
1638 } # ac_fn_c_try_compile
1640 # ac_fn_cxx_try_compile LINENO
1641 # ----------------------------
1642 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1643 ac_fn_cxx_try_compile ()
1645 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1646 rm -f conftest.$ac_objext
1647 if { { ac_try="$ac_compile"
1648 case "(($ac_try" in
1649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1650 *) ac_try_echo=$ac_try;;
1651 esac
1652 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1653 $as_echo "$ac_try_echo"; } >&5
1654 (eval "$ac_compile") 2>conftest.err
1655 ac_status=$?
1656 if test -s conftest.err; then
1657 grep -v '^ *+' conftest.err >conftest.er1
1658 cat conftest.er1 >&5
1659 mv -f conftest.er1 conftest.err
1661 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1662 test $ac_status = 0; } && {
1663 test -z "$ac_cxx_werror_flag" ||
1664 test ! -s conftest.err
1665 } && test -s conftest.$ac_objext; then :
1666 ac_retval=0
1667 else
1668 $as_echo "$as_me: failed program was:" >&5
1669 sed 's/^/| /' conftest.$ac_ext >&5
1671 ac_retval=1
1673 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1674 as_fn_set_status $ac_retval
1676 } # ac_fn_cxx_try_compile
1678 # ac_fn_c_try_link LINENO
1679 # -----------------------
1680 # Try to link conftest.$ac_ext, and return whether this succeeded.
1681 ac_fn_c_try_link ()
1683 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1684 rm -f conftest.$ac_objext conftest$ac_exeext
1685 if { { ac_try="$ac_link"
1686 case "(($ac_try" in
1687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1688 *) ac_try_echo=$ac_try;;
1689 esac
1690 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1691 $as_echo "$ac_try_echo"; } >&5
1692 (eval "$ac_link") 2>conftest.err
1693 ac_status=$?
1694 if test -s conftest.err; then
1695 grep -v '^ *+' conftest.err >conftest.er1
1696 cat conftest.er1 >&5
1697 mv -f conftest.er1 conftest.err
1699 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1700 test $ac_status = 0; } && {
1701 test -z "$ac_c_werror_flag" ||
1702 test ! -s conftest.err
1703 } && test -s conftest$ac_exeext && {
1704 test "$cross_compiling" = yes ||
1705 $as_test_x conftest$ac_exeext
1706 }; then :
1707 ac_retval=0
1708 else
1709 $as_echo "$as_me: failed program was:" >&5
1710 sed 's/^/| /' conftest.$ac_ext >&5
1712 ac_retval=1
1714 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1715 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1716 # interfere with the next link command; also delete a directory that is
1717 # left behind by Apple's compiler. We do this before executing the actions.
1718 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1719 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1720 as_fn_set_status $ac_retval
1722 } # ac_fn_c_try_link
1724 # ac_fn_c_try_cpp LINENO
1725 # ----------------------
1726 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1727 ac_fn_c_try_cpp ()
1729 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1730 if { { ac_try="$ac_cpp conftest.$ac_ext"
1731 case "(($ac_try" in
1732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1733 *) ac_try_echo=$ac_try;;
1734 esac
1735 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1736 $as_echo "$ac_try_echo"; } >&5
1737 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1738 ac_status=$?
1739 if test -s conftest.err; then
1740 grep -v '^ *+' conftest.err >conftest.er1
1741 cat conftest.er1 >&5
1742 mv -f conftest.er1 conftest.err
1744 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1745 test $ac_status = 0; } >/dev/null && {
1746 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1747 test ! -s conftest.err
1748 }; then :
1749 ac_retval=0
1750 else
1751 $as_echo "$as_me: failed program was:" >&5
1752 sed 's/^/| /' conftest.$ac_ext >&5
1754 ac_retval=1
1756 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1757 as_fn_set_status $ac_retval
1759 } # ac_fn_c_try_cpp
1761 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1762 # -------------------------------------------------------
1763 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1764 # the include files in INCLUDES and setting the cache variable VAR
1765 # accordingly.
1766 ac_fn_c_check_header_mongrel ()
1768 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1769 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1771 $as_echo_n "checking for $2... " >&6; }
1772 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1773 $as_echo_n "(cached) " >&6
1775 eval ac_res=\$$3
1776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1777 $as_echo "$ac_res" >&6; }
1778 else
1779 # Is the header compilable?
1780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1781 $as_echo_n "checking $2 usability... " >&6; }
1782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1783 /* end confdefs.h. */
1785 #include <$2>
1786 _ACEOF
1787 if ac_fn_c_try_compile "$LINENO"; then :
1788 ac_header_compiler=yes
1789 else
1790 ac_header_compiler=no
1792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1794 $as_echo "$ac_header_compiler" >&6; }
1796 # Is the header present?
1797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1798 $as_echo_n "checking $2 presence... " >&6; }
1799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1800 /* end confdefs.h. */
1801 #include <$2>
1802 _ACEOF
1803 if ac_fn_c_try_cpp "$LINENO"; then :
1804 ac_header_preproc=yes
1805 else
1806 ac_header_preproc=no
1808 rm -f conftest.err conftest.$ac_ext
1809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1810 $as_echo "$ac_header_preproc" >&6; }
1812 # So? What about this header?
1813 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1814 yes:no: )
1815 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1816 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1817 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1818 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1820 no:yes:* )
1821 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1822 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1823 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1824 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1825 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1826 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1827 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1828 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1829 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1830 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1831 ( cat <<\_ASBOX
1832 ## ------------------------------------ ##
1833 ## Report this to wine-devel@winehq.org ##
1834 ## ------------------------------------ ##
1835 _ASBOX
1836 ) | sed "s/^/$as_me: WARNING: /" >&2
1838 esac
1839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1840 $as_echo_n "checking for $2... " >&6; }
1841 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1842 $as_echo_n "(cached) " >&6
1843 else
1844 eval "$3=\$ac_header_compiler"
1846 eval ac_res=\$$3
1847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1848 $as_echo "$ac_res" >&6; }
1850 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1852 } # ac_fn_c_check_header_mongrel
1854 # ac_fn_c_try_run LINENO
1855 # ----------------------
1856 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1857 # that executables *can* be run.
1858 ac_fn_c_try_run ()
1860 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1861 if { { ac_try="$ac_link"
1862 case "(($ac_try" in
1863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1864 *) ac_try_echo=$ac_try;;
1865 esac
1866 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1867 $as_echo "$ac_try_echo"; } >&5
1868 (eval "$ac_link") 2>&5
1869 ac_status=$?
1870 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1871 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1872 { { case "(($ac_try" in
1873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1874 *) ac_try_echo=$ac_try;;
1875 esac
1876 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1877 $as_echo "$ac_try_echo"; } >&5
1878 (eval "$ac_try") 2>&5
1879 ac_status=$?
1880 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1881 test $ac_status = 0; }; }; then :
1882 ac_retval=0
1883 else
1884 $as_echo "$as_me: program exited with status $ac_status" >&5
1885 $as_echo "$as_me: failed program was:" >&5
1886 sed 's/^/| /' conftest.$ac_ext >&5
1888 ac_retval=$ac_status
1890 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1891 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1892 as_fn_set_status $ac_retval
1894 } # ac_fn_c_try_run
1896 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1897 # -------------------------------------------------------
1898 # Tests whether HEADER exists and can be compiled using the include files in
1899 # INCLUDES, setting the cache variable VAR accordingly.
1900 ac_fn_c_check_header_compile ()
1902 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1904 $as_echo_n "checking for $2... " >&6; }
1905 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1906 $as_echo_n "(cached) " >&6
1907 else
1908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1909 /* end confdefs.h. */
1911 #include <$2>
1912 _ACEOF
1913 if ac_fn_c_try_compile "$LINENO"; then :
1914 eval "$3=yes"
1915 else
1916 eval "$3=no"
1918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1920 eval ac_res=\$$3
1921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1922 $as_echo "$ac_res" >&6; }
1923 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1925 } # ac_fn_c_check_header_compile
1927 # ac_fn_c_check_func LINENO FUNC VAR
1928 # ----------------------------------
1929 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1930 ac_fn_c_check_func ()
1932 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1934 $as_echo_n "checking for $2... " >&6; }
1935 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1936 $as_echo_n "(cached) " >&6
1937 else
1938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1939 /* end confdefs.h. */
1940 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1941 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1942 #define $2 innocuous_$2
1944 /* System header to define __stub macros and hopefully few prototypes,
1945 which can conflict with char $2 (); below.
1946 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1947 <limits.h> exists even on freestanding compilers. */
1949 #ifdef __STDC__
1950 # include <limits.h>
1951 #else
1952 # include <assert.h>
1953 #endif
1955 #undef $2
1957 /* Override any GCC internal prototype to avoid an error.
1958 Use char because int might match the return type of a GCC
1959 builtin and then its argument prototype would still apply. */
1960 #ifdef __cplusplus
1961 extern "C"
1962 #endif
1963 char $2 ();
1964 /* The GNU C library defines this for functions which it implements
1965 to always fail with ENOSYS. Some functions are actually named
1966 something starting with __ and the normal name is an alias. */
1967 #if defined __stub_$2 || defined __stub___$2
1968 choke me
1969 #endif
1972 main ()
1974 return $2 ();
1976 return 0;
1978 _ACEOF
1979 if ac_fn_c_try_link "$LINENO"; then :
1980 eval "$3=yes"
1981 else
1982 eval "$3=no"
1984 rm -f core conftest.err conftest.$ac_objext \
1985 conftest$ac_exeext conftest.$ac_ext
1987 eval ac_res=\$$3
1988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1989 $as_echo "$ac_res" >&6; }
1990 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1992 } # ac_fn_c_check_func
1994 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1995 # ----------------------------------------------------
1996 # Tries to find if the field MEMBER exists in type AGGR, after including
1997 # INCLUDES, setting cache variable VAR accordingly.
1998 ac_fn_c_check_member ()
2000 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2002 $as_echo_n "checking for $2.$3... " >&6; }
2003 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2004 $as_echo_n "(cached) " >&6
2005 else
2006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2007 /* end confdefs.h. */
2010 main ()
2012 static $2 ac_aggr;
2013 if (ac_aggr.$3)
2014 return 0;
2016 return 0;
2018 _ACEOF
2019 if ac_fn_c_try_compile "$LINENO"; then :
2020 eval "$4=yes"
2021 else
2022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2023 /* end confdefs.h. */
2026 main ()
2028 static $2 ac_aggr;
2029 if (sizeof ac_aggr.$3)
2030 return 0;
2032 return 0;
2034 _ACEOF
2035 if ac_fn_c_try_compile "$LINENO"; then :
2036 eval "$4=yes"
2037 else
2038 eval "$4=no"
2040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2044 eval ac_res=\$$4
2045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2046 $as_echo "$ac_res" >&6; }
2047 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2049 } # ac_fn_c_check_member
2051 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2052 # -------------------------------------------
2053 # Tests whether TYPE exists after having included INCLUDES, setting cache
2054 # variable VAR accordingly.
2055 ac_fn_c_check_type ()
2057 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2059 $as_echo_n "checking for $2... " >&6; }
2060 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2061 $as_echo_n "(cached) " >&6
2062 else
2063 eval "$3=no"
2064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2065 /* end confdefs.h. */
2068 main ()
2070 if (sizeof ($2))
2071 return 0;
2073 return 0;
2075 _ACEOF
2076 if ac_fn_c_try_compile "$LINENO"; then :
2077 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2078 /* end confdefs.h. */
2081 main ()
2083 if (sizeof (($2)))
2084 return 0;
2086 return 0;
2088 _ACEOF
2089 if ac_fn_c_try_compile "$LINENO"; then :
2091 else
2092 eval "$3=yes"
2094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2098 eval ac_res=\$$3
2099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2100 $as_echo "$ac_res" >&6; }
2101 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2103 } # ac_fn_c_check_type
2104 cat >config.log <<_ACEOF
2105 This file contains any messages produced by compilers while
2106 running configure, to aid debugging if configure makes a mistake.
2108 It was created by Wine $as_me 1.1.38, which was
2109 generated by GNU Autoconf 2.65. Invocation command line was
2111 $ $0 $@
2113 _ACEOF
2114 exec 5>>config.log
2116 cat <<_ASUNAME
2117 ## --------- ##
2118 ## Platform. ##
2119 ## --------- ##
2121 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2122 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2123 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2124 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2125 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2127 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2128 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2130 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2131 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2132 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2133 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2134 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2135 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2136 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2138 _ASUNAME
2140 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2141 for as_dir in $PATH
2143 IFS=$as_save_IFS
2144 test -z "$as_dir" && as_dir=.
2145 $as_echo "PATH: $as_dir"
2146 done
2147 IFS=$as_save_IFS
2149 } >&5
2151 cat >&5 <<_ACEOF
2154 ## ----------- ##
2155 ## Core tests. ##
2156 ## ----------- ##
2158 _ACEOF
2161 # Keep a trace of the command line.
2162 # Strip out --no-create and --no-recursion so they do not pile up.
2163 # Strip out --silent because we don't want to record it for future runs.
2164 # Also quote any args containing shell meta-characters.
2165 # Make two passes to allow for proper duplicate-argument suppression.
2166 ac_configure_args=
2167 ac_configure_args0=
2168 ac_configure_args1=
2169 ac_must_keep_next=false
2170 for ac_pass in 1 2
2172 for ac_arg
2174 case $ac_arg in
2175 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2176 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2177 | -silent | --silent | --silen | --sile | --sil)
2178 continue ;;
2179 *\'*)
2180 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2181 esac
2182 case $ac_pass in
2183 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2185 as_fn_append ac_configure_args1 " '$ac_arg'"
2186 if test $ac_must_keep_next = true; then
2187 ac_must_keep_next=false # Got value, back to normal.
2188 else
2189 case $ac_arg in
2190 *=* | --config-cache | -C | -disable-* | --disable-* \
2191 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2192 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2193 | -with-* | --with-* | -without-* | --without-* | --x)
2194 case "$ac_configure_args0 " in
2195 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2196 esac
2198 -* ) ac_must_keep_next=true ;;
2199 esac
2201 as_fn_append ac_configure_args " '$ac_arg'"
2203 esac
2204 done
2205 done
2206 { ac_configure_args0=; unset ac_configure_args0;}
2207 { ac_configure_args1=; unset ac_configure_args1;}
2209 # When interrupted or exit'd, cleanup temporary files, and complete
2210 # config.log. We remove comments because anyway the quotes in there
2211 # would cause problems or look ugly.
2212 # WARNING: Use '\'' to represent an apostrophe within the trap.
2213 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2214 trap 'exit_status=$?
2215 # Save into config.log some information that might help in debugging.
2217 echo
2219 cat <<\_ASBOX
2220 ## ---------------- ##
2221 ## Cache variables. ##
2222 ## ---------------- ##
2223 _ASBOX
2224 echo
2225 # The following way of writing the cache mishandles newlines in values,
2227 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2228 eval ac_val=\$$ac_var
2229 case $ac_val in #(
2230 *${as_nl}*)
2231 case $ac_var in #(
2232 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2233 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2234 esac
2235 case $ac_var in #(
2236 _ | IFS | as_nl) ;; #(
2237 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2238 *) { eval $ac_var=; unset $ac_var;} ;;
2239 esac ;;
2240 esac
2241 done
2242 (set) 2>&1 |
2243 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2244 *${as_nl}ac_space=\ *)
2245 sed -n \
2246 "s/'\''/'\''\\\\'\'''\''/g;
2247 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2248 ;; #(
2250 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2252 esac |
2253 sort
2255 echo
2257 cat <<\_ASBOX
2258 ## ----------------- ##
2259 ## Output variables. ##
2260 ## ----------------- ##
2261 _ASBOX
2262 echo
2263 for ac_var in $ac_subst_vars
2265 eval ac_val=\$$ac_var
2266 case $ac_val in
2267 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2268 esac
2269 $as_echo "$ac_var='\''$ac_val'\''"
2270 done | sort
2271 echo
2273 if test -n "$ac_subst_files"; then
2274 cat <<\_ASBOX
2275 ## ------------------- ##
2276 ## File substitutions. ##
2277 ## ------------------- ##
2278 _ASBOX
2279 echo
2280 for ac_var in $ac_subst_files
2282 eval ac_val=\$$ac_var
2283 case $ac_val in
2284 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2285 esac
2286 $as_echo "$ac_var='\''$ac_val'\''"
2287 done | sort
2288 echo
2291 if test -s confdefs.h; then
2292 cat <<\_ASBOX
2293 ## ----------- ##
2294 ## confdefs.h. ##
2295 ## ----------- ##
2296 _ASBOX
2297 echo
2298 cat confdefs.h
2299 echo
2301 test "$ac_signal" != 0 &&
2302 $as_echo "$as_me: caught signal $ac_signal"
2303 $as_echo "$as_me: exit $exit_status"
2304 } >&5
2305 rm -f core *.core core.conftest.* &&
2306 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2307 exit $exit_status
2309 for ac_signal in 1 2 13 15; do
2310 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2311 done
2312 ac_signal=0
2314 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2315 rm -f -r conftest* confdefs.h
2317 $as_echo "/* confdefs.h */" > confdefs.h
2319 # Predefined preprocessor variables.
2321 cat >>confdefs.h <<_ACEOF
2322 #define PACKAGE_NAME "$PACKAGE_NAME"
2323 _ACEOF
2325 cat >>confdefs.h <<_ACEOF
2326 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2327 _ACEOF
2329 cat >>confdefs.h <<_ACEOF
2330 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2331 _ACEOF
2333 cat >>confdefs.h <<_ACEOF
2334 #define PACKAGE_STRING "$PACKAGE_STRING"
2335 _ACEOF
2337 cat >>confdefs.h <<_ACEOF
2338 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2339 _ACEOF
2341 cat >>confdefs.h <<_ACEOF
2342 #define PACKAGE_URL "$PACKAGE_URL"
2343 _ACEOF
2346 # Let the site file select an alternate cache file if it wants to.
2347 # Prefer an explicitly selected file to automatically selected ones.
2348 ac_site_file1=NONE
2349 ac_site_file2=NONE
2350 if test -n "$CONFIG_SITE"; then
2351 ac_site_file1=$CONFIG_SITE
2352 elif test "x$prefix" != xNONE; then
2353 ac_site_file1=$prefix/share/config.site
2354 ac_site_file2=$prefix/etc/config.site
2355 else
2356 ac_site_file1=$ac_default_prefix/share/config.site
2357 ac_site_file2=$ac_default_prefix/etc/config.site
2359 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2361 test "x$ac_site_file" = xNONE && continue
2362 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2363 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2364 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2365 sed 's/^/| /' "$ac_site_file" >&5
2366 . "$ac_site_file"
2368 done
2370 if test -r "$cache_file"; then
2371 # Some versions of bash will fail to source /dev/null (special files
2372 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2373 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2374 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2375 $as_echo "$as_me: loading cache $cache_file" >&6;}
2376 case $cache_file in
2377 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2378 *) . "./$cache_file";;
2379 esac
2381 else
2382 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2383 $as_echo "$as_me: creating cache $cache_file" >&6;}
2384 >$cache_file
2387 # Check that the precious variables saved in the cache have kept the same
2388 # value.
2389 ac_cache_corrupted=false
2390 for ac_var in $ac_precious_vars; do
2391 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2392 eval ac_new_set=\$ac_env_${ac_var}_set
2393 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2394 eval ac_new_val=\$ac_env_${ac_var}_value
2395 case $ac_old_set,$ac_new_set in
2396 set,)
2397 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2398 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2399 ac_cache_corrupted=: ;;
2400 ,set)
2401 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2402 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2403 ac_cache_corrupted=: ;;
2404 ,);;
2406 if test "x$ac_old_val" != "x$ac_new_val"; then
2407 # differences in whitespace do not lead to failure.
2408 ac_old_val_w=`echo x $ac_old_val`
2409 ac_new_val_w=`echo x $ac_new_val`
2410 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2411 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2412 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2413 ac_cache_corrupted=:
2414 else
2415 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2416 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2417 eval $ac_var=\$ac_old_val
2419 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2420 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2421 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2422 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2423 fi;;
2424 esac
2425 # Pass precious variables to config.status.
2426 if test "$ac_new_set" = set; then
2427 case $ac_new_val in
2428 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2429 *) ac_arg=$ac_var=$ac_new_val ;;
2430 esac
2431 case " $ac_configure_args " in
2432 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2433 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2434 esac
2436 done
2437 if $ac_cache_corrupted; then
2438 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2439 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2440 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2441 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2442 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2444 ## -------------------- ##
2445 ## Main body of script. ##
2446 ## -------------------- ##
2448 ac_ext=c
2449 ac_cpp='$CPP $CPPFLAGS'
2450 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2451 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2452 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2456 ac_config_headers="$ac_config_headers include/config.h"
2458 ac_aux_dir=
2459 for ac_dir in tools "$srcdir"/tools; do
2460 for ac_t in install-sh install.sh shtool; do
2461 if test -f "$ac_dir/$ac_t"; then
2462 ac_aux_dir=$ac_dir
2463 ac_install_sh="$ac_aux_dir/$ac_t -c"
2464 break 2
2466 done
2467 done
2468 if test -z "$ac_aux_dir"; then
2469 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2472 # These three variables are undocumented and unsupported,
2473 # and are intended to be withdrawn in a future Autoconf release.
2474 # They can cause serious problems if a builder's source tree is in a directory
2475 # whose full name contains unusual characters.
2476 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2477 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2478 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2483 # Check whether --enable-win16 was given.
2484 if test "${enable_win16+set}" = set; then :
2485 enableval=$enable_win16;
2488 # Check whether --enable-win64 was given.
2489 if test "${enable_win64+set}" = set; then :
2490 enableval=$enable_win64;
2493 # Check whether --enable-tests was given.
2494 if test "${enable_tests+set}" = set; then :
2495 enableval=$enable_tests;
2498 # Check whether --enable-maintainer-mode was given.
2499 if test "${enable_maintainer_mode+set}" = set; then :
2500 enableval=$enable_maintainer_mode;
2501 else
2502 MAINTAINER_MODE=\#
2508 # Check whether --with-alsa was given.
2509 if test "${with_alsa+set}" = set; then :
2510 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2514 # Check whether --with-audioio was given.
2515 if test "${with_audioio+set}" = set; then :
2516 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2520 # Check whether --with-capi was given.
2521 if test "${with_capi+set}" = set; then :
2522 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2526 # Check whether --with-cms was given.
2527 if test "${with_cms+set}" = set; then :
2528 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2532 # Check whether --with-coreaudio was given.
2533 if test "${with_coreaudio+set}" = set; then :
2534 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2538 # Check whether --with-cups was given.
2539 if test "${with_cups+set}" = set; then :
2540 withval=$with_cups;
2544 # Check whether --with-curses was given.
2545 if test "${with_curses+set}" = set; then :
2546 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2550 # Check whether --with-esd was given.
2551 if test "${with_esd+set}" = set; then :
2552 withval=$with_esd;
2556 # Check whether --with-fontconfig was given.
2557 if test "${with_fontconfig+set}" = set; then :
2558 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2562 # Check whether --with-freetype was given.
2563 if test "${with_freetype+set}" = set; then :
2564 withval=$with_freetype;
2568 # Check whether --with-gphoto was given.
2569 if test "${with_gphoto+set}" = set; then :
2570 withval=$with_gphoto;
2574 # Check whether --with-glu was given.
2575 if test "${with_glu+set}" = set; then :
2576 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2580 # Check whether --with-gnutls was given.
2581 if test "${with_gnutls+set}" = set; then :
2582 withval=$with_gnutls;
2586 # Check whether --with-gsm was given.
2587 if test "${with_gsm+set}" = set; then :
2588 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2592 # Check whether --with-hal was given.
2593 if test "${with_hal+set}" = set; then :
2594 withval=$with_hal;
2598 # Check whether --with-jack was given.
2599 if test "${with_jack+set}" = set; then :
2600 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2604 # Check whether --with-jpeg was given.
2605 if test "${with_jpeg+set}" = set; then :
2606 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2610 # Check whether --with-ldap was given.
2611 if test "${with_ldap+set}" = set; then :
2612 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2616 # Check whether --with-mpg123 was given.
2617 if test "${with_mpg123+set}" = set; then :
2618 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2622 # Check whether --with-nas was given.
2623 if test "${with_nas+set}" = set; then :
2624 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2628 # Check whether --with-openal was given.
2629 if test "${with_openal+set}" = set; then :
2630 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2634 # Check whether --with-opengl was given.
2635 if test "${with_opengl+set}" = set; then :
2636 withval=$with_opengl;
2640 # Check whether --with-openssl was given.
2641 if test "${with_openssl+set}" = set; then :
2642 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2646 # Check whether --with-oss was given.
2647 if test "${with_oss+set}" = set; then :
2648 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2652 # Check whether --with-png was given.
2653 if test "${with_png+set}" = set; then :
2654 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2658 # Check whether --with-pthread was given.
2659 if test "${with_pthread+set}" = set; then :
2660 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2664 # Check whether --with-sane was given.
2665 if test "${with_sane+set}" = set; then :
2666 withval=$with_sane;
2670 # Check whether --with-v4l was given.
2671 if test "${with_v4l+set}" = set; then :
2672 withval=$with_v4l;
2676 # Check whether --with-xcomposite was given.
2677 if test "${with_xcomposite+set}" = set; then :
2678 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2682 # Check whether --with-xcursor was given.
2683 if test "${with_xcursor+set}" = set; then :
2684 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2688 # Check whether --with-xinerama was given.
2689 if test "${with_xinerama+set}" = set; then :
2690 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2694 # Check whether --with-xinput was given.
2695 if test "${with_xinput+set}" = set; then :
2696 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2700 # Check whether --with-xml was given.
2701 if test "${with_xml+set}" = set; then :
2702 withval=$with_xml;
2706 # Check whether --with-xrandr was given.
2707 if test "${with_xrandr+set}" = set; then :
2708 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2712 # Check whether --with-xrender was given.
2713 if test "${with_xrender+set}" = set; then :
2714 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2718 # Check whether --with-xshape was given.
2719 if test "${with_xshape+set}" = set; then :
2720 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2724 # Check whether --with-xshm was given.
2725 if test "${with_xshm+set}" = set; then :
2726 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2730 # Check whether --with-xslt was given.
2731 if test "${with_xslt+set}" = set; then :
2732 withval=$with_xslt;
2736 # Check whether --with-xxf86vm was given.
2737 if test "${with_xxf86vm+set}" = set; then :
2738 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; ac_cv_header_X11_extensions_xf86vmproto_h=no; fi
2743 # Check whether --with-wine-tools was given.
2744 if test "${with_wine_tools+set}" = set; then :
2745 withval=$with_wine_tools;
2749 # Check whether --with-wine64 was given.
2750 if test "${with_wine64+set}" = set; then :
2751 withval=$with_wine64;
2755 # Make sure we can run config.sub.
2756 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2757 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2760 $as_echo_n "checking build system type... " >&6; }
2761 if test "${ac_cv_build+set}" = set; then :
2762 $as_echo_n "(cached) " >&6
2763 else
2764 ac_build_alias=$build_alias
2765 test "x$ac_build_alias" = x &&
2766 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2767 test "x$ac_build_alias" = x &&
2768 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2769 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2770 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2774 $as_echo "$ac_cv_build" >&6; }
2775 case $ac_cv_build in
2776 *-*-*) ;;
2777 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2778 esac
2779 build=$ac_cv_build
2780 ac_save_IFS=$IFS; IFS='-'
2781 set x $ac_cv_build
2782 shift
2783 build_cpu=$1
2784 build_vendor=$2
2785 shift; shift
2786 # Remember, the first character of IFS is used to create $*,
2787 # except with old shells:
2788 build_os=$*
2789 IFS=$ac_save_IFS
2790 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2794 $as_echo_n "checking host system type... " >&6; }
2795 if test "${ac_cv_host+set}" = set; then :
2796 $as_echo_n "(cached) " >&6
2797 else
2798 if test "x$host_alias" = x; then
2799 ac_cv_host=$ac_cv_build
2800 else
2801 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2802 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2807 $as_echo "$ac_cv_host" >&6; }
2808 case $ac_cv_host in
2809 *-*-*) ;;
2810 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2811 esac
2812 host=$ac_cv_host
2813 ac_save_IFS=$IFS; IFS='-'
2814 set x $ac_cv_host
2815 shift
2816 host_cpu=$1
2817 host_vendor=$2
2818 shift; shift
2819 # Remember, the first character of IFS is used to create $*,
2820 # except with old shells:
2821 host_os=$*
2822 IFS=$ac_save_IFS
2823 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2827 case "$srcdir" in
2828 .) ;;
2829 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2830 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2831 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2832 fi ;;
2833 esac
2836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2837 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2838 set x ${MAKE-make}
2839 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2840 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2841 $as_echo_n "(cached) " >&6
2842 else
2843 cat >conftest.make <<\_ACEOF
2844 SHELL = /bin/sh
2845 all:
2846 @echo '@@@%%%=$(MAKE)=@@@%%%'
2847 _ACEOF
2848 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2849 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2850 *@@@%%%=?*=@@@%%%*)
2851 eval ac_cv_prog_make_${ac_make}_set=yes;;
2853 eval ac_cv_prog_make_${ac_make}_set=no;;
2854 esac
2855 rm -f conftest.make
2857 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2859 $as_echo "yes" >&6; }
2860 SET_MAKE=
2861 else
2862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2863 $as_echo "no" >&6; }
2864 SET_MAKE="MAKE=${MAKE-make}"
2867 ac_ext=c
2868 ac_cpp='$CPP $CPPFLAGS'
2869 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2870 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2871 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2872 if test -n "$ac_tool_prefix"; then
2873 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2874 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2876 $as_echo_n "checking for $ac_word... " >&6; }
2877 if test "${ac_cv_prog_CC+set}" = set; then :
2878 $as_echo_n "(cached) " >&6
2879 else
2880 if test -n "$CC"; then
2881 ac_cv_prog_CC="$CC" # Let the user override the test.
2882 else
2883 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2884 for as_dir in $PATH
2886 IFS=$as_save_IFS
2887 test -z "$as_dir" && as_dir=.
2888 for ac_exec_ext in '' $ac_executable_extensions; do
2889 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2890 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2892 break 2
2894 done
2895 done
2896 IFS=$as_save_IFS
2900 CC=$ac_cv_prog_CC
2901 if test -n "$CC"; then
2902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2903 $as_echo "$CC" >&6; }
2904 else
2905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2906 $as_echo "no" >&6; }
2911 if test -z "$ac_cv_prog_CC"; then
2912 ac_ct_CC=$CC
2913 # Extract the first word of "gcc", so it can be a program name with args.
2914 set dummy gcc; ac_word=$2
2915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2916 $as_echo_n "checking for $ac_word... " >&6; }
2917 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2918 $as_echo_n "(cached) " >&6
2919 else
2920 if test -n "$ac_ct_CC"; then
2921 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2922 else
2923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2924 for as_dir in $PATH
2926 IFS=$as_save_IFS
2927 test -z "$as_dir" && as_dir=.
2928 for ac_exec_ext in '' $ac_executable_extensions; do
2929 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2930 ac_cv_prog_ac_ct_CC="gcc"
2931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2932 break 2
2934 done
2935 done
2936 IFS=$as_save_IFS
2940 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2941 if test -n "$ac_ct_CC"; then
2942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2943 $as_echo "$ac_ct_CC" >&6; }
2944 else
2945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2946 $as_echo "no" >&6; }
2949 if test "x$ac_ct_CC" = x; then
2950 CC=""
2951 else
2952 case $cross_compiling:$ac_tool_warned in
2953 yes:)
2954 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2955 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2956 ac_tool_warned=yes ;;
2957 esac
2958 CC=$ac_ct_CC
2960 else
2961 CC="$ac_cv_prog_CC"
2964 if test -z "$CC"; then
2965 if test -n "$ac_tool_prefix"; then
2966 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2967 set dummy ${ac_tool_prefix}cc; ac_word=$2
2968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2969 $as_echo_n "checking for $ac_word... " >&6; }
2970 if test "${ac_cv_prog_CC+set}" = set; then :
2971 $as_echo_n "(cached) " >&6
2972 else
2973 if test -n "$CC"; then
2974 ac_cv_prog_CC="$CC" # Let the user override the test.
2975 else
2976 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2977 for as_dir in $PATH
2979 IFS=$as_save_IFS
2980 test -z "$as_dir" && as_dir=.
2981 for ac_exec_ext in '' $ac_executable_extensions; do
2982 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2983 ac_cv_prog_CC="${ac_tool_prefix}cc"
2984 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2985 break 2
2987 done
2988 done
2989 IFS=$as_save_IFS
2993 CC=$ac_cv_prog_CC
2994 if test -n "$CC"; then
2995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2996 $as_echo "$CC" >&6; }
2997 else
2998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2999 $as_echo "no" >&6; }
3005 if test -z "$CC"; then
3006 # Extract the first word of "cc", so it can be a program name with args.
3007 set dummy cc; ac_word=$2
3008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3009 $as_echo_n "checking for $ac_word... " >&6; }
3010 if test "${ac_cv_prog_CC+set}" = set; then :
3011 $as_echo_n "(cached) " >&6
3012 else
3013 if test -n "$CC"; then
3014 ac_cv_prog_CC="$CC" # Let the user override the test.
3015 else
3016 ac_prog_rejected=no
3017 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3018 for as_dir in $PATH
3020 IFS=$as_save_IFS
3021 test -z "$as_dir" && as_dir=.
3022 for ac_exec_ext in '' $ac_executable_extensions; do
3023 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3024 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3025 ac_prog_rejected=yes
3026 continue
3028 ac_cv_prog_CC="cc"
3029 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3030 break 2
3032 done
3033 done
3034 IFS=$as_save_IFS
3036 if test $ac_prog_rejected = yes; then
3037 # We found a bogon in the path, so make sure we never use it.
3038 set dummy $ac_cv_prog_CC
3039 shift
3040 if test $# != 0; then
3041 # We chose a different compiler from the bogus one.
3042 # However, it has the same basename, so the bogon will be chosen
3043 # first if we set CC to just the basename; use the full file name.
3044 shift
3045 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3050 CC=$ac_cv_prog_CC
3051 if test -n "$CC"; then
3052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3053 $as_echo "$CC" >&6; }
3054 else
3055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3056 $as_echo "no" >&6; }
3061 if test -z "$CC"; then
3062 if test -n "$ac_tool_prefix"; then
3063 for ac_prog in cl.exe
3065 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3066 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3068 $as_echo_n "checking for $ac_word... " >&6; }
3069 if test "${ac_cv_prog_CC+set}" = set; then :
3070 $as_echo_n "(cached) " >&6
3071 else
3072 if test -n "$CC"; then
3073 ac_cv_prog_CC="$CC" # Let the user override the test.
3074 else
3075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3076 for as_dir in $PATH
3078 IFS=$as_save_IFS
3079 test -z "$as_dir" && as_dir=.
3080 for ac_exec_ext in '' $ac_executable_extensions; do
3081 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3082 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3083 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3084 break 2
3086 done
3087 done
3088 IFS=$as_save_IFS
3092 CC=$ac_cv_prog_CC
3093 if test -n "$CC"; then
3094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3095 $as_echo "$CC" >&6; }
3096 else
3097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3098 $as_echo "no" >&6; }
3102 test -n "$CC" && break
3103 done
3105 if test -z "$CC"; then
3106 ac_ct_CC=$CC
3107 for ac_prog in cl.exe
3109 # Extract the first word of "$ac_prog", so it can be a program name with args.
3110 set dummy $ac_prog; ac_word=$2
3111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3112 $as_echo_n "checking for $ac_word... " >&6; }
3113 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3114 $as_echo_n "(cached) " >&6
3115 else
3116 if test -n "$ac_ct_CC"; then
3117 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3118 else
3119 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3120 for as_dir in $PATH
3122 IFS=$as_save_IFS
3123 test -z "$as_dir" && as_dir=.
3124 for ac_exec_ext in '' $ac_executable_extensions; do
3125 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3126 ac_cv_prog_ac_ct_CC="$ac_prog"
3127 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3128 break 2
3130 done
3131 done
3132 IFS=$as_save_IFS
3136 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3137 if test -n "$ac_ct_CC"; then
3138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3139 $as_echo "$ac_ct_CC" >&6; }
3140 else
3141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3142 $as_echo "no" >&6; }
3146 test -n "$ac_ct_CC" && break
3147 done
3149 if test "x$ac_ct_CC" = x; then
3150 CC=""
3151 else
3152 case $cross_compiling:$ac_tool_warned in
3153 yes:)
3154 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3155 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3156 ac_tool_warned=yes ;;
3157 esac
3158 CC=$ac_ct_CC
3165 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3166 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3167 as_fn_error "no acceptable C compiler found in \$PATH
3168 See \`config.log' for more details." "$LINENO" 5; }
3170 # Provide some information about the compiler.
3171 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3172 set X $ac_compile
3173 ac_compiler=$2
3174 for ac_option in --version -v -V -qversion; do
3175 { { ac_try="$ac_compiler $ac_option >&5"
3176 case "(($ac_try" in
3177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3178 *) ac_try_echo=$ac_try;;
3179 esac
3180 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3181 $as_echo "$ac_try_echo"; } >&5
3182 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3183 ac_status=$?
3184 if test -s conftest.err; then
3185 sed '10a\
3186 ... rest of stderr output deleted ...
3187 10q' conftest.err >conftest.er1
3188 cat conftest.er1 >&5
3190 rm -f conftest.er1 conftest.err
3191 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3192 test $ac_status = 0; }
3193 done
3195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3196 /* end confdefs.h. */
3199 main ()
3203 return 0;
3205 _ACEOF
3206 ac_clean_files_save=$ac_clean_files
3207 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3208 # Try to create an executable without -o first, disregard a.out.
3209 # It will help us diagnose broken compilers, and finding out an intuition
3210 # of exeext.
3211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3212 $as_echo_n "checking whether the C compiler works... " >&6; }
3213 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3215 # The possible output files:
3216 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3218 ac_rmfiles=
3219 for ac_file in $ac_files
3221 case $ac_file in
3222 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3223 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3224 esac
3225 done
3226 rm -f $ac_rmfiles
3228 if { { ac_try="$ac_link_default"
3229 case "(($ac_try" in
3230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3231 *) ac_try_echo=$ac_try;;
3232 esac
3233 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3234 $as_echo "$ac_try_echo"; } >&5
3235 (eval "$ac_link_default") 2>&5
3236 ac_status=$?
3237 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3238 test $ac_status = 0; }; then :
3239 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3240 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3241 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3242 # so that the user can short-circuit this test for compilers unknown to
3243 # Autoconf.
3244 for ac_file in $ac_files ''
3246 test -f "$ac_file" || continue
3247 case $ac_file in
3248 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3250 [ab].out )
3251 # We found the default executable, but exeext='' is most
3252 # certainly right.
3253 break;;
3254 *.* )
3255 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3256 then :; else
3257 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3259 # We set ac_cv_exeext here because the later test for it is not
3260 # safe: cross compilers may not add the suffix if given an `-o'
3261 # argument, so we may need to know it at that point already.
3262 # Even if this section looks crufty: it has the advantage of
3263 # actually working.
3264 break;;
3266 break;;
3267 esac
3268 done
3269 test "$ac_cv_exeext" = no && ac_cv_exeext=
3271 else
3272 ac_file=''
3274 if test -z "$ac_file"; then :
3275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3276 $as_echo "no" >&6; }
3277 $as_echo "$as_me: failed program was:" >&5
3278 sed 's/^/| /' conftest.$ac_ext >&5
3280 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3281 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3282 { as_fn_set_status 77
3283 as_fn_error "C compiler cannot create executables
3284 See \`config.log' for more details." "$LINENO" 5; }; }
3285 else
3286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3287 $as_echo "yes" >&6; }
3289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3290 $as_echo_n "checking for C compiler default output file name... " >&6; }
3291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3292 $as_echo "$ac_file" >&6; }
3293 ac_exeext=$ac_cv_exeext
3295 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3296 ac_clean_files=$ac_clean_files_save
3297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3298 $as_echo_n "checking for suffix of executables... " >&6; }
3299 if { { ac_try="$ac_link"
3300 case "(($ac_try" in
3301 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3302 *) ac_try_echo=$ac_try;;
3303 esac
3304 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3305 $as_echo "$ac_try_echo"; } >&5
3306 (eval "$ac_link") 2>&5
3307 ac_status=$?
3308 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3309 test $ac_status = 0; }; then :
3310 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3311 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3312 # work properly (i.e., refer to `conftest.exe'), while it won't with
3313 # `rm'.
3314 for ac_file in conftest.exe conftest conftest.*; do
3315 test -f "$ac_file" || continue
3316 case $ac_file in
3317 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3318 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3319 break;;
3320 * ) break;;
3321 esac
3322 done
3323 else
3324 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3325 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3326 as_fn_error "cannot compute suffix of executables: cannot compile and link
3327 See \`config.log' for more details." "$LINENO" 5; }
3329 rm -f conftest conftest$ac_cv_exeext
3330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3331 $as_echo "$ac_cv_exeext" >&6; }
3333 rm -f conftest.$ac_ext
3334 EXEEXT=$ac_cv_exeext
3335 ac_exeext=$EXEEXT
3336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3337 /* end confdefs.h. */
3338 #include <stdio.h>
3340 main ()
3342 FILE *f = fopen ("conftest.out", "w");
3343 return ferror (f) || fclose (f) != 0;
3346 return 0;
3348 _ACEOF
3349 ac_clean_files="$ac_clean_files conftest.out"
3350 # Check that the compiler produces executables we can run. If not, either
3351 # the compiler is broken, or we cross compile.
3352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3353 $as_echo_n "checking whether we are cross compiling... " >&6; }
3354 if test "$cross_compiling" != yes; then
3355 { { ac_try="$ac_link"
3356 case "(($ac_try" in
3357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3358 *) ac_try_echo=$ac_try;;
3359 esac
3360 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3361 $as_echo "$ac_try_echo"; } >&5
3362 (eval "$ac_link") 2>&5
3363 ac_status=$?
3364 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3365 test $ac_status = 0; }
3366 if { ac_try='./conftest$ac_cv_exeext'
3367 { { case "(($ac_try" in
3368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3369 *) ac_try_echo=$ac_try;;
3370 esac
3371 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3372 $as_echo "$ac_try_echo"; } >&5
3373 (eval "$ac_try") 2>&5
3374 ac_status=$?
3375 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3376 test $ac_status = 0; }; }; then
3377 cross_compiling=no
3378 else
3379 if test "$cross_compiling" = maybe; then
3380 cross_compiling=yes
3381 else
3382 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3383 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3384 as_fn_error "cannot run C compiled programs.
3385 If you meant to cross compile, use \`--host'.
3386 See \`config.log' for more details." "$LINENO" 5; }
3390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3391 $as_echo "$cross_compiling" >&6; }
3393 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3394 ac_clean_files=$ac_clean_files_save
3395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3396 $as_echo_n "checking for suffix of object files... " >&6; }
3397 if test "${ac_cv_objext+set}" = set; then :
3398 $as_echo_n "(cached) " >&6
3399 else
3400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3401 /* end confdefs.h. */
3404 main ()
3408 return 0;
3410 _ACEOF
3411 rm -f conftest.o conftest.obj
3412 if { { ac_try="$ac_compile"
3413 case "(($ac_try" in
3414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3415 *) ac_try_echo=$ac_try;;
3416 esac
3417 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3418 $as_echo "$ac_try_echo"; } >&5
3419 (eval "$ac_compile") 2>&5
3420 ac_status=$?
3421 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3422 test $ac_status = 0; }; then :
3423 for ac_file in conftest.o conftest.obj conftest.*; do
3424 test -f "$ac_file" || continue;
3425 case $ac_file in
3426 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3427 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3428 break;;
3429 esac
3430 done
3431 else
3432 $as_echo "$as_me: failed program was:" >&5
3433 sed 's/^/| /' conftest.$ac_ext >&5
3435 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3436 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3437 as_fn_error "cannot compute suffix of object files: cannot compile
3438 See \`config.log' for more details." "$LINENO" 5; }
3440 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3443 $as_echo "$ac_cv_objext" >&6; }
3444 OBJEXT=$ac_cv_objext
3445 ac_objext=$OBJEXT
3446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3447 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3448 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3449 $as_echo_n "(cached) " >&6
3450 else
3451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3452 /* end confdefs.h. */
3455 main ()
3457 #ifndef __GNUC__
3458 choke me
3459 #endif
3462 return 0;
3464 _ACEOF
3465 if ac_fn_c_try_compile "$LINENO"; then :
3466 ac_compiler_gnu=yes
3467 else
3468 ac_compiler_gnu=no
3470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3471 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3475 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3476 if test $ac_compiler_gnu = yes; then
3477 GCC=yes
3478 else
3479 GCC=
3481 ac_test_CFLAGS=${CFLAGS+set}
3482 ac_save_CFLAGS=$CFLAGS
3483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3484 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3485 if test "${ac_cv_prog_cc_g+set}" = set; then :
3486 $as_echo_n "(cached) " >&6
3487 else
3488 ac_save_c_werror_flag=$ac_c_werror_flag
3489 ac_c_werror_flag=yes
3490 ac_cv_prog_cc_g=no
3491 CFLAGS="-g"
3492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3493 /* end confdefs.h. */
3496 main ()
3500 return 0;
3502 _ACEOF
3503 if ac_fn_c_try_compile "$LINENO"; then :
3504 ac_cv_prog_cc_g=yes
3505 else
3506 CFLAGS=""
3507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3508 /* end confdefs.h. */
3511 main ()
3515 return 0;
3517 _ACEOF
3518 if ac_fn_c_try_compile "$LINENO"; then :
3520 else
3521 ac_c_werror_flag=$ac_save_c_werror_flag
3522 CFLAGS="-g"
3523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3524 /* end confdefs.h. */
3527 main ()
3531 return 0;
3533 _ACEOF
3534 if ac_fn_c_try_compile "$LINENO"; then :
3535 ac_cv_prog_cc_g=yes
3537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 ac_c_werror_flag=$ac_save_c_werror_flag
3544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3545 $as_echo "$ac_cv_prog_cc_g" >&6; }
3546 if test "$ac_test_CFLAGS" = set; then
3547 CFLAGS=$ac_save_CFLAGS
3548 elif test $ac_cv_prog_cc_g = yes; then
3549 if test "$GCC" = yes; then
3550 CFLAGS="-g -O2"
3551 else
3552 CFLAGS="-g"
3554 else
3555 if test "$GCC" = yes; then
3556 CFLAGS="-O2"
3557 else
3558 CFLAGS=
3561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3562 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3563 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3564 $as_echo_n "(cached) " >&6
3565 else
3566 ac_cv_prog_cc_c89=no
3567 ac_save_CC=$CC
3568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3569 /* end confdefs.h. */
3570 #include <stdarg.h>
3571 #include <stdio.h>
3572 #include <sys/types.h>
3573 #include <sys/stat.h>
3574 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3575 struct buf { int x; };
3576 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3577 static char *e (p, i)
3578 char **p;
3579 int i;
3581 return p[i];
3583 static char *f (char * (*g) (char **, int), char **p, ...)
3585 char *s;
3586 va_list v;
3587 va_start (v,p);
3588 s = g (p, va_arg (v,int));
3589 va_end (v);
3590 return s;
3593 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3594 function prototypes and stuff, but not '\xHH' hex character constants.
3595 These don't provoke an error unfortunately, instead are silently treated
3596 as 'x'. The following induces an error, until -std is added to get
3597 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3598 array size at least. It's necessary to write '\x00'==0 to get something
3599 that's true only with -std. */
3600 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3602 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3603 inside strings and character constants. */
3604 #define FOO(x) 'x'
3605 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3607 int test (int i, double x);
3608 struct s1 {int (*f) (int a);};
3609 struct s2 {int (*f) (double a);};
3610 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3611 int argc;
3612 char **argv;
3614 main ()
3616 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3618 return 0;
3620 _ACEOF
3621 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3622 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3624 CC="$ac_save_CC $ac_arg"
3625 if ac_fn_c_try_compile "$LINENO"; then :
3626 ac_cv_prog_cc_c89=$ac_arg
3628 rm -f core conftest.err conftest.$ac_objext
3629 test "x$ac_cv_prog_cc_c89" != "xno" && break
3630 done
3631 rm -f conftest.$ac_ext
3632 CC=$ac_save_CC
3635 # AC_CACHE_VAL
3636 case "x$ac_cv_prog_cc_c89" in
3638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3639 $as_echo "none needed" >&6; } ;;
3640 xno)
3641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3642 $as_echo "unsupported" >&6; } ;;
3644 CC="$CC $ac_cv_prog_cc_c89"
3645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3646 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3647 esac
3648 if test "x$ac_cv_prog_cc_c89" != xno; then :
3652 ac_ext=c
3653 ac_cpp='$CPP $CPPFLAGS'
3654 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3655 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3656 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3658 ac_ext=cpp
3659 ac_cpp='$CXXCPP $CPPFLAGS'
3660 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3661 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3662 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3663 if test -z "$CXX"; then
3664 if test -n "$CCC"; then
3665 CXX=$CCC
3666 else
3667 if test -n "$ac_tool_prefix"; then
3668 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3670 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3671 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3673 $as_echo_n "checking for $ac_word... " >&6; }
3674 if test "${ac_cv_prog_CXX+set}" = set; then :
3675 $as_echo_n "(cached) " >&6
3676 else
3677 if test -n "$CXX"; then
3678 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3679 else
3680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3681 for as_dir in $PATH
3683 IFS=$as_save_IFS
3684 test -z "$as_dir" && as_dir=.
3685 for ac_exec_ext in '' $ac_executable_extensions; do
3686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3687 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3688 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3689 break 2
3691 done
3692 done
3693 IFS=$as_save_IFS
3697 CXX=$ac_cv_prog_CXX
3698 if test -n "$CXX"; then
3699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3700 $as_echo "$CXX" >&6; }
3701 else
3702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3703 $as_echo "no" >&6; }
3707 test -n "$CXX" && break
3708 done
3710 if test -z "$CXX"; then
3711 ac_ct_CXX=$CXX
3712 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3714 # Extract the first word of "$ac_prog", so it can be a program name with args.
3715 set dummy $ac_prog; ac_word=$2
3716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3717 $as_echo_n "checking for $ac_word... " >&6; }
3718 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3719 $as_echo_n "(cached) " >&6
3720 else
3721 if test -n "$ac_ct_CXX"; then
3722 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3723 else
3724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3725 for as_dir in $PATH
3727 IFS=$as_save_IFS
3728 test -z "$as_dir" && as_dir=.
3729 for ac_exec_ext in '' $ac_executable_extensions; do
3730 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3731 ac_cv_prog_ac_ct_CXX="$ac_prog"
3732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3733 break 2
3735 done
3736 done
3737 IFS=$as_save_IFS
3741 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3742 if test -n "$ac_ct_CXX"; then
3743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3744 $as_echo "$ac_ct_CXX" >&6; }
3745 else
3746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3747 $as_echo "no" >&6; }
3751 test -n "$ac_ct_CXX" && break
3752 done
3754 if test "x$ac_ct_CXX" = x; then
3755 CXX="g++"
3756 else
3757 case $cross_compiling:$ac_tool_warned in
3758 yes:)
3759 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3760 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3761 ac_tool_warned=yes ;;
3762 esac
3763 CXX=$ac_ct_CXX
3769 # Provide some information about the compiler.
3770 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3771 set X $ac_compile
3772 ac_compiler=$2
3773 for ac_option in --version -v -V -qversion; do
3774 { { ac_try="$ac_compiler $ac_option >&5"
3775 case "(($ac_try" in
3776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3777 *) ac_try_echo=$ac_try;;
3778 esac
3779 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3780 $as_echo "$ac_try_echo"; } >&5
3781 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3782 ac_status=$?
3783 if test -s conftest.err; then
3784 sed '10a\
3785 ... rest of stderr output deleted ...
3786 10q' conftest.err >conftest.er1
3787 cat conftest.er1 >&5
3789 rm -f conftest.er1 conftest.err
3790 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3791 test $ac_status = 0; }
3792 done
3794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3795 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3796 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3797 $as_echo_n "(cached) " >&6
3798 else
3799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3800 /* end confdefs.h. */
3803 main ()
3805 #ifndef __GNUC__
3806 choke me
3807 #endif
3810 return 0;
3812 _ACEOF
3813 if ac_fn_cxx_try_compile "$LINENO"; then :
3814 ac_compiler_gnu=yes
3815 else
3816 ac_compiler_gnu=no
3818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3819 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3823 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3824 if test $ac_compiler_gnu = yes; then
3825 GXX=yes
3826 else
3827 GXX=
3829 ac_test_CXXFLAGS=${CXXFLAGS+set}
3830 ac_save_CXXFLAGS=$CXXFLAGS
3831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3832 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3833 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3834 $as_echo_n "(cached) " >&6
3835 else
3836 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3837 ac_cxx_werror_flag=yes
3838 ac_cv_prog_cxx_g=no
3839 CXXFLAGS="-g"
3840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3841 /* end confdefs.h. */
3844 main ()
3848 return 0;
3850 _ACEOF
3851 if ac_fn_cxx_try_compile "$LINENO"; then :
3852 ac_cv_prog_cxx_g=yes
3853 else
3854 CXXFLAGS=""
3855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3856 /* end confdefs.h. */
3859 main ()
3863 return 0;
3865 _ACEOF
3866 if ac_fn_cxx_try_compile "$LINENO"; then :
3868 else
3869 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3870 CXXFLAGS="-g"
3871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3872 /* end confdefs.h. */
3875 main ()
3879 return 0;
3881 _ACEOF
3882 if ac_fn_cxx_try_compile "$LINENO"; then :
3883 ac_cv_prog_cxx_g=yes
3885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3889 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3890 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3893 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3894 if test "$ac_test_CXXFLAGS" = set; then
3895 CXXFLAGS=$ac_save_CXXFLAGS
3896 elif test $ac_cv_prog_cxx_g = yes; then
3897 if test "$GXX" = yes; then
3898 CXXFLAGS="-g -O2"
3899 else
3900 CXXFLAGS="-g"
3902 else
3903 if test "$GXX" = yes; then
3904 CXXFLAGS="-O2"
3905 else
3906 CXXFLAGS=
3909 ac_ext=c
3910 ac_cpp='$CPP $CPPFLAGS'
3911 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3912 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3913 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3915 if test -n "$ac_tool_prefix"; then
3916 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3917 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3919 $as_echo_n "checking for $ac_word... " >&6; }
3920 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3921 $as_echo_n "(cached) " >&6
3922 else
3923 if test -n "$CPPBIN"; then
3924 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3925 else
3926 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3927 for as_dir in $PATH
3929 IFS=$as_save_IFS
3930 test -z "$as_dir" && as_dir=.
3931 for ac_exec_ext in '' $ac_executable_extensions; do
3932 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3933 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3934 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3935 break 2
3937 done
3938 done
3939 IFS=$as_save_IFS
3943 CPPBIN=$ac_cv_prog_CPPBIN
3944 if test -n "$CPPBIN"; then
3945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3946 $as_echo "$CPPBIN" >&6; }
3947 else
3948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3949 $as_echo "no" >&6; }
3954 if test -z "$ac_cv_prog_CPPBIN"; then
3955 ac_ct_CPPBIN=$CPPBIN
3956 # Extract the first word of "cpp", so it can be a program name with args.
3957 set dummy cpp; ac_word=$2
3958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3959 $as_echo_n "checking for $ac_word... " >&6; }
3960 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3961 $as_echo_n "(cached) " >&6
3962 else
3963 if test -n "$ac_ct_CPPBIN"; then
3964 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3965 else
3966 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3967 for as_dir in $PATH
3969 IFS=$as_save_IFS
3970 test -z "$as_dir" && as_dir=.
3971 for ac_exec_ext in '' $ac_executable_extensions; do
3972 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3973 ac_cv_prog_ac_ct_CPPBIN="cpp"
3974 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3975 break 2
3977 done
3978 done
3979 IFS=$as_save_IFS
3983 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3984 if test -n "$ac_ct_CPPBIN"; then
3985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3986 $as_echo "$ac_ct_CPPBIN" >&6; }
3987 else
3988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3989 $as_echo "no" >&6; }
3992 if test "x$ac_ct_CPPBIN" = x; then
3993 CPPBIN="cpp"
3994 else
3995 case $cross_compiling:$ac_tool_warned in
3996 yes:)
3997 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3998 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3999 ac_tool_warned=yes ;;
4000 esac
4001 CPPBIN=$ac_ct_CPPBIN
4003 else
4004 CPPBIN="$ac_cv_prog_CPPBIN"
4008 cat >>confdefs.h <<_ACEOF
4009 #define EXEEXT "$ac_exeext"
4010 _ACEOF
4013 case $host in
4014 *-darwin*)
4015 if test "x$enable_win64" = "xyes"
4016 then
4017 CC="$CC -m64"
4018 CXX="$CXX -m64"
4019 LD="${LD:-ld} -arch x86_64"
4020 AS="${AS:-as} -arch x86_64"
4021 host_cpu="x86_64"
4022 notice_platform="64-bit "
4023 TARGETFLAGS="-m64"
4025 else
4026 CC="$CC -m32"
4027 CXX="$CXX -m32"
4028 LD="${LD:-ld} -arch i386"
4029 AS="${AS:-as} -arch i386"
4030 host_cpu="i386"
4031 notice_platform="32-bit "
4032 TARGETFLAGS="-m32"
4034 enable_win16=${enable_win16:-yes}
4037 x86_64*)
4038 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4039 then
4040 CC="$CC -m32"
4041 CXX="$CXX -m32"
4042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4043 $as_echo_n "checking whether $CC works... " >&6; }
4045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4046 /* end confdefs.h. */
4049 main ()
4053 return 0;
4055 _ACEOF
4056 if ac_fn_c_try_link "$LINENO"; then :
4057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4058 $as_echo "yes" >&6; }
4059 else
4060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4061 $as_echo "no" >&6; }
4062 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4064 rm -f core conftest.err conftest.$ac_objext \
4065 conftest$ac_exeext conftest.$ac_ext
4066 LD="${LD:-ld} -m elf_i386"
4067 AS="${AS:-as} --32"
4068 host_cpu="i386"
4069 notice_platform="32-bit "
4070 TARGETFLAGS="-m32"
4072 enable_win16=${enable_win16:-yes}
4073 else
4074 if test "x${GCC}" = "xyes"
4075 then
4076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4077 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4079 /* end confdefs.h. */
4080 #include <stdarg.h>
4082 main ()
4084 void func(__builtin_ms_va_list *args);
4086 return 0;
4088 _ACEOF
4089 if ac_fn_c_try_compile "$LINENO"; then :
4090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4091 $as_echo "yes" >&6; }
4092 else
4093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4094 $as_echo "no" >&6; }
4095 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4099 TARGETFLAGS="-m64"
4103 *-mingw32*|*-cygwin*)
4104 enable_win16=${enable_win16:-no}
4106 i[3456789]86*)
4107 enable_win16=${enable_win16:-yes}
4109 esac
4111 enable_win16=${enable_win16:-no}
4113 if test -n "$with_wine64"
4114 then
4115 if test "x$enable_win64" = "xyes"
4116 then
4117 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4118 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4120 WOW64_DISABLE=\#
4122 enable_fonts=${enable_fonts:-no}
4123 enable_include=${enable_include:-no}
4124 enable_server=${enable_server:-no}
4125 enable_tools=${enable_tools:-no}
4126 enable_wineboot=${enable_wineboot:-no}
4127 enable_winedbg=${enable_winedbg:-no}
4128 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4132 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4133 if test "${wine_cv_toolsdir+set}" = set; then :
4134 $as_echo_n "(cached) " >&6
4135 else
4136 wine_cv_toolsdir="$with_wine_tools"
4137 if test -z "$with_wine_tools"; then
4138 if test "$cross_compiling" = "yes"; then
4139 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4140 elif test -n "$with_wine64"; then
4141 wine_cv_toolsdir="$with_wine64"
4144 if test -z "$wine_cv_toolsdir"; then
4145 wine_cv_toolsdir="\$(TOPOBJDIR)"
4146 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4147 case "$wine_cv_toolsdir" in
4148 /*) ;;
4149 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4150 esac
4151 else
4152 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4156 $as_echo "$wine_cv_toolsdir" >&6; }
4157 TOOLSDIR=$wine_cv_toolsdir
4159 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4160 then
4161 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4165 for ac_prog in flex
4167 # Extract the first word of "$ac_prog", so it can be a program name with args.
4168 set dummy $ac_prog; ac_word=$2
4169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4170 $as_echo_n "checking for $ac_word... " >&6; }
4171 if test "${ac_cv_prog_FLEX+set}" = set; then :
4172 $as_echo_n "(cached) " >&6
4173 else
4174 if test -n "$FLEX"; then
4175 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4176 else
4177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4178 for as_dir in $PATH
4180 IFS=$as_save_IFS
4181 test -z "$as_dir" && as_dir=.
4182 for ac_exec_ext in '' $ac_executable_extensions; do
4183 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4184 ac_cv_prog_FLEX="$ac_prog"
4185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4186 break 2
4188 done
4189 done
4190 IFS=$as_save_IFS
4194 FLEX=$ac_cv_prog_FLEX
4195 if test -n "$FLEX"; then
4196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4197 $as_echo "$FLEX" >&6; }
4198 else
4199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4200 $as_echo "no" >&6; }
4204 test -n "$FLEX" && break
4205 done
4206 test -n "$FLEX" || FLEX="none"
4208 if test "$FLEX" = "none"
4209 then
4210 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4213 $as_echo_n "checking whether flex is recent enough... " >&6; }
4214 cat >conftest.l <<EOF
4215 %top{
4216 #include "prediluvian.h"
4220 if $FLEX -t conftest.l >/dev/null 2>&1
4221 then
4222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4223 $as_echo "yes" >&6; }
4224 else
4225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4226 $as_echo "no" >&6; }
4227 as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4230 for ac_prog in bison
4232 # Extract the first word of "$ac_prog", so it can be a program name with args.
4233 set dummy $ac_prog; ac_word=$2
4234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4235 $as_echo_n "checking for $ac_word... " >&6; }
4236 if test "${ac_cv_prog_BISON+set}" = set; then :
4237 $as_echo_n "(cached) " >&6
4238 else
4239 if test -n "$BISON"; then
4240 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4241 else
4242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4243 for as_dir in $PATH
4245 IFS=$as_save_IFS
4246 test -z "$as_dir" && as_dir=.
4247 for ac_exec_ext in '' $ac_executable_extensions; do
4248 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4249 ac_cv_prog_BISON="$ac_prog"
4250 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4251 break 2
4253 done
4254 done
4255 IFS=$as_save_IFS
4259 BISON=$ac_cv_prog_BISON
4260 if test -n "$BISON"; then
4261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4262 $as_echo "$BISON" >&6; }
4263 else
4264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4265 $as_echo "no" >&6; }
4269 test -n "$BISON" && break
4270 done
4271 test -n "$BISON" || BISON="none"
4273 if test "$BISON" = "none"
4274 then
4275 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4278 if test -n "$ac_tool_prefix"; then
4279 for ac_prog in ar gar
4281 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4282 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4284 $as_echo_n "checking for $ac_word... " >&6; }
4285 if test "${ac_cv_prog_AR+set}" = set; then :
4286 $as_echo_n "(cached) " >&6
4287 else
4288 if test -n "$AR"; then
4289 ac_cv_prog_AR="$AR" # Let the user override the test.
4290 else
4291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4292 for as_dir in $PATH
4294 IFS=$as_save_IFS
4295 test -z "$as_dir" && as_dir=.
4296 for ac_exec_ext in '' $ac_executable_extensions; do
4297 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4298 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4299 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4300 break 2
4302 done
4303 done
4304 IFS=$as_save_IFS
4308 AR=$ac_cv_prog_AR
4309 if test -n "$AR"; then
4310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4311 $as_echo "$AR" >&6; }
4312 else
4313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4314 $as_echo "no" >&6; }
4318 test -n "$AR" && break
4319 done
4321 if test -z "$AR"; then
4322 ac_ct_AR=$AR
4323 for ac_prog in ar gar
4325 # Extract the first word of "$ac_prog", so it can be a program name with args.
4326 set dummy $ac_prog; ac_word=$2
4327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4328 $as_echo_n "checking for $ac_word... " >&6; }
4329 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4330 $as_echo_n "(cached) " >&6
4331 else
4332 if test -n "$ac_ct_AR"; then
4333 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4334 else
4335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4336 for as_dir in $PATH
4338 IFS=$as_save_IFS
4339 test -z "$as_dir" && as_dir=.
4340 for ac_exec_ext in '' $ac_executable_extensions; do
4341 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4342 ac_cv_prog_ac_ct_AR="$ac_prog"
4343 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4344 break 2
4346 done
4347 done
4348 IFS=$as_save_IFS
4352 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4353 if test -n "$ac_ct_AR"; then
4354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4355 $as_echo "$ac_ct_AR" >&6; }
4356 else
4357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4358 $as_echo "no" >&6; }
4362 test -n "$ac_ct_AR" && break
4363 done
4365 if test "x$ac_ct_AR" = x; then
4366 AR="ar"
4367 else
4368 case $cross_compiling:$ac_tool_warned in
4369 yes:)
4370 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4371 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4372 ac_tool_warned=yes ;;
4373 esac
4374 AR=$ac_ct_AR
4378 ARFLAGS=rc
4380 if test -n "$ac_tool_prefix"; then
4381 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4382 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4384 $as_echo_n "checking for $ac_word... " >&6; }
4385 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4386 $as_echo_n "(cached) " >&6
4387 else
4388 if test -n "$RANLIB"; then
4389 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4390 else
4391 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4392 for as_dir in $PATH
4394 IFS=$as_save_IFS
4395 test -z "$as_dir" && as_dir=.
4396 for ac_exec_ext in '' $ac_executable_extensions; do
4397 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4398 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4399 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4400 break 2
4402 done
4403 done
4404 IFS=$as_save_IFS
4408 RANLIB=$ac_cv_prog_RANLIB
4409 if test -n "$RANLIB"; then
4410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4411 $as_echo "$RANLIB" >&6; }
4412 else
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4414 $as_echo "no" >&6; }
4419 if test -z "$ac_cv_prog_RANLIB"; then
4420 ac_ct_RANLIB=$RANLIB
4421 # Extract the first word of "ranlib", so it can be a program name with args.
4422 set dummy ranlib; ac_word=$2
4423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4424 $as_echo_n "checking for $ac_word... " >&6; }
4425 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4426 $as_echo_n "(cached) " >&6
4427 else
4428 if test -n "$ac_ct_RANLIB"; then
4429 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4430 else
4431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4432 for as_dir in $PATH
4434 IFS=$as_save_IFS
4435 test -z "$as_dir" && as_dir=.
4436 for ac_exec_ext in '' $ac_executable_extensions; do
4437 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4438 ac_cv_prog_ac_ct_RANLIB="ranlib"
4439 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4440 break 2
4442 done
4443 done
4444 IFS=$as_save_IFS
4448 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4449 if test -n "$ac_ct_RANLIB"; then
4450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4451 $as_echo "$ac_ct_RANLIB" >&6; }
4452 else
4453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4454 $as_echo "no" >&6; }
4457 if test "x$ac_ct_RANLIB" = x; then
4458 RANLIB=":"
4459 else
4460 case $cross_compiling:$ac_tool_warned in
4461 yes:)
4462 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4463 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4464 ac_tool_warned=yes ;;
4465 esac
4466 RANLIB=$ac_ct_RANLIB
4468 else
4469 RANLIB="$ac_cv_prog_RANLIB"
4472 if test -n "$ac_tool_prefix"; then
4473 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4474 set dummy ${ac_tool_prefix}strip; ac_word=$2
4475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4476 $as_echo_n "checking for $ac_word... " >&6; }
4477 if test "${ac_cv_prog_STRIP+set}" = set; then :
4478 $as_echo_n "(cached) " >&6
4479 else
4480 if test -n "$STRIP"; then
4481 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4482 else
4483 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4484 for as_dir in $PATH
4486 IFS=$as_save_IFS
4487 test -z "$as_dir" && as_dir=.
4488 for ac_exec_ext in '' $ac_executable_extensions; do
4489 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4490 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4491 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4492 break 2
4494 done
4495 done
4496 IFS=$as_save_IFS
4500 STRIP=$ac_cv_prog_STRIP
4501 if test -n "$STRIP"; then
4502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4503 $as_echo "$STRIP" >&6; }
4504 else
4505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4506 $as_echo "no" >&6; }
4511 if test -z "$ac_cv_prog_STRIP"; then
4512 ac_ct_STRIP=$STRIP
4513 # Extract the first word of "strip", so it can be a program name with args.
4514 set dummy strip; ac_word=$2
4515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4516 $as_echo_n "checking for $ac_word... " >&6; }
4517 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4518 $as_echo_n "(cached) " >&6
4519 else
4520 if test -n "$ac_ct_STRIP"; then
4521 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4522 else
4523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4524 for as_dir in $PATH
4526 IFS=$as_save_IFS
4527 test -z "$as_dir" && as_dir=.
4528 for ac_exec_ext in '' $ac_executable_extensions; do
4529 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4530 ac_cv_prog_ac_ct_STRIP="strip"
4531 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4532 break 2
4534 done
4535 done
4536 IFS=$as_save_IFS
4540 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4541 if test -n "$ac_ct_STRIP"; then
4542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4543 $as_echo "$ac_ct_STRIP" >&6; }
4544 else
4545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4546 $as_echo "no" >&6; }
4549 if test "x$ac_ct_STRIP" = x; then
4550 STRIP="strip"
4551 else
4552 case $cross_compiling:$ac_tool_warned in
4553 yes:)
4554 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4555 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4556 ac_tool_warned=yes ;;
4557 esac
4558 STRIP=$ac_ct_STRIP
4560 else
4561 STRIP="$ac_cv_prog_STRIP"
4564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4565 $as_echo_n "checking whether ln -s works... " >&6; }
4566 LN_S=$as_ln_s
4567 if test "$LN_S" = "ln -s"; then
4568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4569 $as_echo "yes" >&6; }
4570 else
4571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4572 $as_echo "no, using $LN_S" >&6; }
4575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4576 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4577 if test "${ac_cv_path_GREP+set}" = set; then :
4578 $as_echo_n "(cached) " >&6
4579 else
4580 if test -z "$GREP"; then
4581 ac_path_GREP_found=false
4582 # Loop through the user's path and test for each of PROGNAME-LIST
4583 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4584 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4586 IFS=$as_save_IFS
4587 test -z "$as_dir" && as_dir=.
4588 for ac_prog in grep ggrep; do
4589 for ac_exec_ext in '' $ac_executable_extensions; do
4590 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4591 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4592 # Check for GNU ac_path_GREP and select it if it is found.
4593 # Check for GNU $ac_path_GREP
4594 case `"$ac_path_GREP" --version 2>&1` in
4595 *GNU*)
4596 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4598 ac_count=0
4599 $as_echo_n 0123456789 >"conftest.in"
4600 while :
4602 cat "conftest.in" "conftest.in" >"conftest.tmp"
4603 mv "conftest.tmp" "conftest.in"
4604 cp "conftest.in" "conftest.nl"
4605 $as_echo 'GREP' >> "conftest.nl"
4606 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4607 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4608 as_fn_arith $ac_count + 1 && ac_count=$as_val
4609 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4610 # Best one so far, save it but keep looking for a better one
4611 ac_cv_path_GREP="$ac_path_GREP"
4612 ac_path_GREP_max=$ac_count
4614 # 10*(2^10) chars as input seems more than enough
4615 test $ac_count -gt 10 && break
4616 done
4617 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4618 esac
4620 $ac_path_GREP_found && break 3
4621 done
4622 done
4623 done
4624 IFS=$as_save_IFS
4625 if test -z "$ac_cv_path_GREP"; then
4626 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4628 else
4629 ac_cv_path_GREP=$GREP
4633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4634 $as_echo "$ac_cv_path_GREP" >&6; }
4635 GREP="$ac_cv_path_GREP"
4638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4639 $as_echo_n "checking for egrep... " >&6; }
4640 if test "${ac_cv_path_EGREP+set}" = set; then :
4641 $as_echo_n "(cached) " >&6
4642 else
4643 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4644 then ac_cv_path_EGREP="$GREP -E"
4645 else
4646 if test -z "$EGREP"; then
4647 ac_path_EGREP_found=false
4648 # Loop through the user's path and test for each of PROGNAME-LIST
4649 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4650 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4652 IFS=$as_save_IFS
4653 test -z "$as_dir" && as_dir=.
4654 for ac_prog in egrep; do
4655 for ac_exec_ext in '' $ac_executable_extensions; do
4656 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4657 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4658 # Check for GNU ac_path_EGREP and select it if it is found.
4659 # Check for GNU $ac_path_EGREP
4660 case `"$ac_path_EGREP" --version 2>&1` in
4661 *GNU*)
4662 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4664 ac_count=0
4665 $as_echo_n 0123456789 >"conftest.in"
4666 while :
4668 cat "conftest.in" "conftest.in" >"conftest.tmp"
4669 mv "conftest.tmp" "conftest.in"
4670 cp "conftest.in" "conftest.nl"
4671 $as_echo 'EGREP' >> "conftest.nl"
4672 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4673 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4674 as_fn_arith $ac_count + 1 && ac_count=$as_val
4675 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4676 # Best one so far, save it but keep looking for a better one
4677 ac_cv_path_EGREP="$ac_path_EGREP"
4678 ac_path_EGREP_max=$ac_count
4680 # 10*(2^10) chars as input seems more than enough
4681 test $ac_count -gt 10 && break
4682 done
4683 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4684 esac
4686 $ac_path_EGREP_found && break 3
4687 done
4688 done
4689 done
4690 IFS=$as_save_IFS
4691 if test -z "$ac_cv_path_EGREP"; then
4692 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4694 else
4695 ac_cv_path_EGREP=$EGREP
4700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4701 $as_echo "$ac_cv_path_EGREP" >&6; }
4702 EGREP="$ac_cv_path_EGREP"
4705 # Extract the first word of "ldconfig", so it can be a program name with args.
4706 set dummy ldconfig; ac_word=$2
4707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4708 $as_echo_n "checking for $ac_word... " >&6; }
4709 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4710 $as_echo_n "(cached) " >&6
4711 else
4712 case $LDCONFIG in
4713 [\\/]* | ?:[\\/]*)
4714 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4717 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4718 for as_dir in /sbin /usr/sbin $PATH
4720 IFS=$as_save_IFS
4721 test -z "$as_dir" && as_dir=.
4722 for ac_exec_ext in '' $ac_executable_extensions; do
4723 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4724 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4726 break 2
4728 done
4729 done
4730 IFS=$as_save_IFS
4732 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4734 esac
4736 LDCONFIG=$ac_cv_path_LDCONFIG
4737 if test -n "$LDCONFIG"; then
4738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4739 $as_echo "$LDCONFIG" >&6; }
4740 else
4741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4742 $as_echo "no" >&6; }
4746 # Find a good install program. We prefer a C program (faster),
4747 # so one script is as good as another. But avoid the broken or
4748 # incompatible versions:
4749 # SysV /etc/install, /usr/sbin/install
4750 # SunOS /usr/etc/install
4751 # IRIX /sbin/install
4752 # AIX /bin/install
4753 # AmigaOS /C/install, which installs bootblocks on floppy discs
4754 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4755 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4756 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4757 # OS/2's system install, which has a completely different semantic
4758 # ./install, which can be erroneously created by make from ./install.sh.
4759 # Reject install programs that cannot install multiple files.
4760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4761 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4762 if test -z "$INSTALL"; then
4763 if test "${ac_cv_path_install+set}" = set; then :
4764 $as_echo_n "(cached) " >&6
4765 else
4766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4767 for as_dir in $PATH
4769 IFS=$as_save_IFS
4770 test -z "$as_dir" && as_dir=.
4771 # Account for people who put trailing slashes in PATH elements.
4772 case $as_dir/ in #((
4773 ./ | .// | /[cC]/* | \
4774 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4775 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4776 /usr/ucb/* ) ;;
4778 # OSF1 and SCO ODT 3.0 have their own names for install.
4779 # Don't use installbsd from OSF since it installs stuff as root
4780 # by default.
4781 for ac_prog in ginstall scoinst install; do
4782 for ac_exec_ext in '' $ac_executable_extensions; do
4783 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4784 if test $ac_prog = install &&
4785 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4786 # AIX install. It has an incompatible calling convention.
4788 elif test $ac_prog = install &&
4789 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4790 # program-specific install script used by HP pwplus--don't use.
4792 else
4793 rm -rf conftest.one conftest.two conftest.dir
4794 echo one > conftest.one
4795 echo two > conftest.two
4796 mkdir conftest.dir
4797 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4798 test -s conftest.one && test -s conftest.two &&
4799 test -s conftest.dir/conftest.one &&
4800 test -s conftest.dir/conftest.two
4801 then
4802 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4803 break 3
4807 done
4808 done
4810 esac
4812 done
4813 IFS=$as_save_IFS
4815 rm -rf conftest.one conftest.two conftest.dir
4818 if test "${ac_cv_path_install+set}" = set; then
4819 INSTALL=$ac_cv_path_install
4820 else
4821 # As a last resort, use the slow shell script. Don't cache a
4822 # value for INSTALL within a source directory, because that will
4823 # break other packages using the cache if that directory is
4824 # removed, or if the value is a relative name.
4825 INSTALL=$ac_install_sh
4828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4829 $as_echo "$INSTALL" >&6; }
4831 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4832 # It thinks the first close brace ends the variable substitution.
4833 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4835 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4837 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4839 case "$INSTALL" in
4840 [\\/$]* | ?:[\\/]* ) ;;
4841 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4842 esac
4844 for ac_prog in lclint lint
4846 # Extract the first word of "$ac_prog", so it can be a program name with args.
4847 set dummy $ac_prog; ac_word=$2
4848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4849 $as_echo_n "checking for $ac_word... " >&6; }
4850 if test "${ac_cv_prog_LINT+set}" = set; then :
4851 $as_echo_n "(cached) " >&6
4852 else
4853 if test -n "$LINT"; then
4854 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4855 else
4856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4857 for as_dir in $PATH
4859 IFS=$as_save_IFS
4860 test -z "$as_dir" && as_dir=.
4861 for ac_exec_ext in '' $ac_executable_extensions; do
4862 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4863 ac_cv_prog_LINT="$ac_prog"
4864 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4865 break 2
4867 done
4868 done
4869 IFS=$as_save_IFS
4873 LINT=$ac_cv_prog_LINT
4874 if test -n "$LINT"; then
4875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4876 $as_echo "$LINT" >&6; }
4877 else
4878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4879 $as_echo "no" >&6; }
4883 test -n "$LINT" && break
4884 done
4886 if test "$LINT" = "lint"
4887 then
4888 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4893 for ac_prog in fontforge
4895 # Extract the first word of "$ac_prog", so it can be a program name with args.
4896 set dummy $ac_prog; ac_word=$2
4897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4898 $as_echo_n "checking for $ac_word... " >&6; }
4899 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4900 $as_echo_n "(cached) " >&6
4901 else
4902 if test -n "$FONTFORGE"; then
4903 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4904 else
4905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4906 for as_dir in $PATH
4908 IFS=$as_save_IFS
4909 test -z "$as_dir" && as_dir=.
4910 for ac_exec_ext in '' $ac_executable_extensions; do
4911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4912 ac_cv_prog_FONTFORGE="$ac_prog"
4913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4914 break 2
4916 done
4917 done
4918 IFS=$as_save_IFS
4922 FONTFORGE=$ac_cv_prog_FONTFORGE
4923 if test -n "$FONTFORGE"; then
4924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4925 $as_echo "$FONTFORGE" >&6; }
4926 else
4927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4928 $as_echo "no" >&6; }
4932 test -n "$FONTFORGE" && break
4933 done
4934 test -n "$FONTFORGE" || FONTFORGE="false"
4936 for ac_prog in pkg-config
4938 # Extract the first word of "$ac_prog", so it can be a program name with args.
4939 set dummy $ac_prog; ac_word=$2
4940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4941 $as_echo_n "checking for $ac_word... " >&6; }
4942 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4943 $as_echo_n "(cached) " >&6
4944 else
4945 if test -n "$PKG_CONFIG"; then
4946 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4947 else
4948 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4949 for as_dir in $PATH
4951 IFS=$as_save_IFS
4952 test -z "$as_dir" && as_dir=.
4953 for ac_exec_ext in '' $ac_executable_extensions; do
4954 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4955 ac_cv_prog_PKG_CONFIG="$ac_prog"
4956 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4957 break 2
4959 done
4960 done
4961 IFS=$as_save_IFS
4965 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4966 if test -n "$PKG_CONFIG"; then
4967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4968 $as_echo "$PKG_CONFIG" >&6; }
4969 else
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4971 $as_echo "no" >&6; }
4975 test -n "$PKG_CONFIG" && break
4976 done
4977 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4979 for ac_prog in rsvg
4981 # Extract the first word of "$ac_prog", so it can be a program name with args.
4982 set dummy $ac_prog; ac_word=$2
4983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4984 $as_echo_n "checking for $ac_word... " >&6; }
4985 if test "${ac_cv_prog_RSVG+set}" = set; then :
4986 $as_echo_n "(cached) " >&6
4987 else
4988 if test -n "$RSVG"; then
4989 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4990 else
4991 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4992 for as_dir in $PATH
4994 IFS=$as_save_IFS
4995 test -z "$as_dir" && as_dir=.
4996 for ac_exec_ext in '' $ac_executable_extensions; do
4997 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4998 ac_cv_prog_RSVG="$ac_prog"
4999 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5000 break 2
5002 done
5003 done
5004 IFS=$as_save_IFS
5008 RSVG=$ac_cv_prog_RSVG
5009 if test -n "$RSVG"; then
5010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5011 $as_echo "$RSVG" >&6; }
5012 else
5013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5014 $as_echo "no" >&6; }
5018 test -n "$RSVG" && break
5019 done
5020 test -n "$RSVG" || RSVG="false"
5022 for ac_prog in icotool
5024 # Extract the first word of "$ac_prog", so it can be a program name with args.
5025 set dummy $ac_prog; ac_word=$2
5026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5027 $as_echo_n "checking for $ac_word... " >&6; }
5028 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5029 $as_echo_n "(cached) " >&6
5030 else
5031 if test -n "$ICOTOOL"; then
5032 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5033 else
5034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5035 for as_dir in $PATH
5037 IFS=$as_save_IFS
5038 test -z "$as_dir" && as_dir=.
5039 for ac_exec_ext in '' $ac_executable_extensions; do
5040 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5041 ac_cv_prog_ICOTOOL="$ac_prog"
5042 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5043 break 2
5045 done
5046 done
5047 IFS=$as_save_IFS
5051 ICOTOOL=$ac_cv_prog_ICOTOOL
5052 if test -n "$ICOTOOL"; then
5053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5054 $as_echo "$ICOTOOL" >&6; }
5055 else
5056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5057 $as_echo "no" >&6; }
5061 test -n "$ICOTOOL" && break
5062 done
5063 test -n "$ICOTOOL" || ICOTOOL="false"
5066 if test "${enable_maintainer_mode+set}" = set
5067 then
5068 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5069 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5070 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5073 case $host_cpu in
5074 *i[3456789]86*)
5075 # Extract the first word of "prelink", so it can be a program name with args.
5076 set dummy prelink; ac_word=$2
5077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5078 $as_echo_n "checking for $ac_word... " >&6; }
5079 if test "${ac_cv_path_PRELINK+set}" = set; then :
5080 $as_echo_n "(cached) " >&6
5081 else
5082 case $PRELINK in
5083 [\\/]* | ?:[\\/]*)
5084 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5087 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5088 for as_dir in /sbin /usr/sbin $PATH
5090 IFS=$as_save_IFS
5091 test -z "$as_dir" && as_dir=.
5092 for ac_exec_ext in '' $ac_executable_extensions; do
5093 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5094 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5095 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5096 break 2
5098 done
5099 done
5100 IFS=$as_save_IFS
5102 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5104 esac
5106 PRELINK=$ac_cv_path_PRELINK
5107 if test -n "$PRELINK"; then
5108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5109 $as_echo "$PRELINK" >&6; }
5110 else
5111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5112 $as_echo "no" >&6; }
5117 esac
5120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5121 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5122 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5123 $as_echo_n "(cached) " >&6
5124 else
5125 ac_check_lib_save_LIBS=$LIBS
5126 LIBS="-li386 $LIBS"
5127 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5128 /* end confdefs.h. */
5130 /* Override any GCC internal prototype to avoid an error.
5131 Use char because int might match the return type of a GCC
5132 builtin and then its argument prototype would still apply. */
5133 #ifdef __cplusplus
5134 extern "C"
5135 #endif
5136 char i386_set_ldt ();
5138 main ()
5140 return i386_set_ldt ();
5142 return 0;
5144 _ACEOF
5145 if ac_fn_c_try_link "$LINENO"; then :
5146 ac_cv_lib_i386_i386_set_ldt=yes
5147 else
5148 ac_cv_lib_i386_i386_set_ldt=no
5150 rm -f core conftest.err conftest.$ac_objext \
5151 conftest$ac_exeext conftest.$ac_ext
5152 LIBS=$ac_check_lib_save_LIBS
5154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5155 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5156 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5157 cat >>confdefs.h <<_ACEOF
5158 #define HAVE_LIBI386 1
5159 _ACEOF
5161 LIBS="-li386 $LIBS"
5165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5166 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5167 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5168 $as_echo_n "(cached) " >&6
5169 else
5170 ac_check_lib_save_LIBS=$LIBS
5171 LIBS="-lossaudio $LIBS"
5172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5173 /* end confdefs.h. */
5175 /* Override any GCC internal prototype to avoid an error.
5176 Use char because int might match the return type of a GCC
5177 builtin and then its argument prototype would still apply. */
5178 #ifdef __cplusplus
5179 extern "C"
5180 #endif
5181 char _oss_ioctl ();
5183 main ()
5185 return _oss_ioctl ();
5187 return 0;
5189 _ACEOF
5190 if ac_fn_c_try_link "$LINENO"; then :
5191 ac_cv_lib_ossaudio__oss_ioctl=yes
5192 else
5193 ac_cv_lib_ossaudio__oss_ioctl=no
5195 rm -f core conftest.err conftest.$ac_objext \
5196 conftest$ac_exeext conftest.$ac_ext
5197 LIBS=$ac_check_lib_save_LIBS
5199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5200 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5201 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5202 cat >>confdefs.h <<_ACEOF
5203 #define HAVE_LIBOSSAUDIO 1
5204 _ACEOF
5206 LIBS="-lossaudio $LIBS"
5211 XLIB=""
5213 OPENGL_LIBS=""
5217 # Check whether --enable-largefile was given.
5218 if test "${enable_largefile+set}" = set; then :
5219 enableval=$enable_largefile;
5222 if test "$enable_largefile" != no; then
5224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5225 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5226 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5227 $as_echo_n "(cached) " >&6
5228 else
5229 ac_cv_sys_largefile_CC=no
5230 if test "$GCC" != yes; then
5231 ac_save_CC=$CC
5232 while :; do
5233 # IRIX 6.2 and later do not support large files by default,
5234 # so use the C compiler's -n32 option if that helps.
5235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5236 /* end confdefs.h. */
5237 #include <sys/types.h>
5238 /* Check that off_t can represent 2**63 - 1 correctly.
5239 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5240 since some C++ compilers masquerading as C compilers
5241 incorrectly reject 9223372036854775807. */
5242 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5243 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5244 && LARGE_OFF_T % 2147483647 == 1)
5245 ? 1 : -1];
5247 main ()
5251 return 0;
5253 _ACEOF
5254 if ac_fn_c_try_compile "$LINENO"; then :
5255 break
5257 rm -f core conftest.err conftest.$ac_objext
5258 CC="$CC -n32"
5259 if ac_fn_c_try_compile "$LINENO"; then :
5260 ac_cv_sys_largefile_CC=' -n32'; break
5262 rm -f core conftest.err conftest.$ac_objext
5263 break
5264 done
5265 CC=$ac_save_CC
5266 rm -f conftest.$ac_ext
5269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5270 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5271 if test "$ac_cv_sys_largefile_CC" != no; then
5272 CC=$CC$ac_cv_sys_largefile_CC
5275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5276 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5277 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5278 $as_echo_n "(cached) " >&6
5279 else
5280 while :; do
5281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5282 /* end confdefs.h. */
5283 #include <sys/types.h>
5284 /* Check that off_t can represent 2**63 - 1 correctly.
5285 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5286 since some C++ compilers masquerading as C compilers
5287 incorrectly reject 9223372036854775807. */
5288 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5289 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5290 && LARGE_OFF_T % 2147483647 == 1)
5291 ? 1 : -1];
5293 main ()
5297 return 0;
5299 _ACEOF
5300 if ac_fn_c_try_compile "$LINENO"; then :
5301 ac_cv_sys_file_offset_bits=no; break
5303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5305 /* end confdefs.h. */
5306 #define _FILE_OFFSET_BITS 64
5307 #include <sys/types.h>
5308 /* Check that off_t can represent 2**63 - 1 correctly.
5309 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5310 since some C++ compilers masquerading as C compilers
5311 incorrectly reject 9223372036854775807. */
5312 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5313 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5314 && LARGE_OFF_T % 2147483647 == 1)
5315 ? 1 : -1];
5317 main ()
5321 return 0;
5323 _ACEOF
5324 if ac_fn_c_try_compile "$LINENO"; then :
5325 ac_cv_sys_file_offset_bits=64; break
5327 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5328 ac_cv_sys_file_offset_bits=unknown
5329 break
5330 done
5332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5333 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5334 case $ac_cv_sys_file_offset_bits in #(
5335 no | unknown) ;;
5337 cat >>confdefs.h <<_ACEOF
5338 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5339 _ACEOF
5341 esac
5342 rm -rf conftest*
5343 if test $ac_cv_sys_file_offset_bits = unknown; then
5344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5345 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5346 if test "${ac_cv_sys_large_files+set}" = set; then :
5347 $as_echo_n "(cached) " >&6
5348 else
5349 while :; do
5350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5351 /* end confdefs.h. */
5352 #include <sys/types.h>
5353 /* Check that off_t can represent 2**63 - 1 correctly.
5354 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5355 since some C++ compilers masquerading as C compilers
5356 incorrectly reject 9223372036854775807. */
5357 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5358 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5359 && LARGE_OFF_T % 2147483647 == 1)
5360 ? 1 : -1];
5362 main ()
5366 return 0;
5368 _ACEOF
5369 if ac_fn_c_try_compile "$LINENO"; then :
5370 ac_cv_sys_large_files=no; break
5372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5373 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5374 /* end confdefs.h. */
5375 #define _LARGE_FILES 1
5376 #include <sys/types.h>
5377 /* Check that off_t can represent 2**63 - 1 correctly.
5378 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5379 since some C++ compilers masquerading as C compilers
5380 incorrectly reject 9223372036854775807. */
5381 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5382 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5383 && LARGE_OFF_T % 2147483647 == 1)
5384 ? 1 : -1];
5386 main ()
5390 return 0;
5392 _ACEOF
5393 if ac_fn_c_try_compile "$LINENO"; then :
5394 ac_cv_sys_large_files=1; break
5396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5397 ac_cv_sys_large_files=unknown
5398 break
5399 done
5401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5402 $as_echo "$ac_cv_sys_large_files" >&6; }
5403 case $ac_cv_sys_large_files in #(
5404 no | unknown) ;;
5406 cat >>confdefs.h <<_ACEOF
5407 #define _LARGE_FILES $ac_cv_sys_large_files
5408 _ACEOF
5410 esac
5411 rm -rf conftest*
5416 ac_ext=c
5417 ac_cpp='$CPP $CPPFLAGS'
5418 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5419 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5420 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5422 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5423 # On Suns, sometimes $CPP names a directory.
5424 if test -n "$CPP" && test -d "$CPP"; then
5425 CPP=
5427 if test -z "$CPP"; then
5428 if test "${ac_cv_prog_CPP+set}" = set; then :
5429 $as_echo_n "(cached) " >&6
5430 else
5431 # Double quotes because CPP needs to be expanded
5432 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5434 ac_preproc_ok=false
5435 for ac_c_preproc_warn_flag in '' yes
5437 # Use a header file that comes with gcc, so configuring glibc
5438 # with a fresh cross-compiler works.
5439 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5440 # <limits.h> exists even on freestanding compilers.
5441 # On the NeXT, cc -E runs the code through the compiler's parser,
5442 # not just through cpp. "Syntax error" is here to catch this case.
5443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5444 /* end confdefs.h. */
5445 #ifdef __STDC__
5446 # include <limits.h>
5447 #else
5448 # include <assert.h>
5449 #endif
5450 Syntax error
5451 _ACEOF
5452 if ac_fn_c_try_cpp "$LINENO"; then :
5454 else
5455 # Broken: fails on valid input.
5456 continue
5458 rm -f conftest.err conftest.$ac_ext
5460 # OK, works on sane cases. Now check whether nonexistent headers
5461 # can be detected and how.
5462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5463 /* end confdefs.h. */
5464 #include <ac_nonexistent.h>
5465 _ACEOF
5466 if ac_fn_c_try_cpp "$LINENO"; then :
5467 # Broken: success on invalid input.
5468 continue
5469 else
5470 # Passes both tests.
5471 ac_preproc_ok=:
5472 break
5474 rm -f conftest.err conftest.$ac_ext
5476 done
5477 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5478 rm -f conftest.err conftest.$ac_ext
5479 if $ac_preproc_ok; then :
5480 break
5483 done
5484 ac_cv_prog_CPP=$CPP
5487 CPP=$ac_cv_prog_CPP
5488 else
5489 ac_cv_prog_CPP=$CPP
5491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5492 $as_echo "$CPP" >&6; }
5493 ac_preproc_ok=false
5494 for ac_c_preproc_warn_flag in '' yes
5496 # Use a header file that comes with gcc, so configuring glibc
5497 # with a fresh cross-compiler works.
5498 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5499 # <limits.h> exists even on freestanding compilers.
5500 # On the NeXT, cc -E runs the code through the compiler's parser,
5501 # not just through cpp. "Syntax error" is here to catch this case.
5502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5503 /* end confdefs.h. */
5504 #ifdef __STDC__
5505 # include <limits.h>
5506 #else
5507 # include <assert.h>
5508 #endif
5509 Syntax error
5510 _ACEOF
5511 if ac_fn_c_try_cpp "$LINENO"; then :
5513 else
5514 # Broken: fails on valid input.
5515 continue
5517 rm -f conftest.err conftest.$ac_ext
5519 # OK, works on sane cases. Now check whether nonexistent headers
5520 # can be detected and how.
5521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5522 /* end confdefs.h. */
5523 #include <ac_nonexistent.h>
5524 _ACEOF
5525 if ac_fn_c_try_cpp "$LINENO"; then :
5526 # Broken: success on invalid input.
5527 continue
5528 else
5529 # Passes both tests.
5530 ac_preproc_ok=:
5531 break
5533 rm -f conftest.err conftest.$ac_ext
5535 done
5536 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5537 rm -f conftest.err conftest.$ac_ext
5538 if $ac_preproc_ok; then :
5540 else
5541 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5542 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5543 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5544 See \`config.log' for more details." "$LINENO" 5; }
5547 ac_ext=c
5548 ac_cpp='$CPP $CPPFLAGS'
5549 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5550 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5551 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5555 $as_echo_n "checking for ANSI C header files... " >&6; }
5556 if test "${ac_cv_header_stdc+set}" = set; then :
5557 $as_echo_n "(cached) " >&6
5558 else
5559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5560 /* end confdefs.h. */
5561 #include <stdlib.h>
5562 #include <stdarg.h>
5563 #include <string.h>
5564 #include <float.h>
5567 main ()
5571 return 0;
5573 _ACEOF
5574 if ac_fn_c_try_compile "$LINENO"; then :
5575 ac_cv_header_stdc=yes
5576 else
5577 ac_cv_header_stdc=no
5579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5581 if test $ac_cv_header_stdc = yes; then
5582 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5584 /* end confdefs.h. */
5585 #include <string.h>
5587 _ACEOF
5588 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5589 $EGREP "memchr" >/dev/null 2>&1; then :
5591 else
5592 ac_cv_header_stdc=no
5594 rm -f conftest*
5598 if test $ac_cv_header_stdc = yes; then
5599 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5601 /* end confdefs.h. */
5602 #include <stdlib.h>
5604 _ACEOF
5605 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5606 $EGREP "free" >/dev/null 2>&1; then :
5608 else
5609 ac_cv_header_stdc=no
5611 rm -f conftest*
5615 if test $ac_cv_header_stdc = yes; then
5616 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5617 if test "$cross_compiling" = yes; then :
5619 else
5620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5621 /* end confdefs.h. */
5622 #include <ctype.h>
5623 #include <stdlib.h>
5624 #if ((' ' & 0x0FF) == 0x020)
5625 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5626 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5627 #else
5628 # define ISLOWER(c) \
5629 (('a' <= (c) && (c) <= 'i') \
5630 || ('j' <= (c) && (c) <= 'r') \
5631 || ('s' <= (c) && (c) <= 'z'))
5632 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5633 #endif
5635 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5637 main ()
5639 int i;
5640 for (i = 0; i < 256; i++)
5641 if (XOR (islower (i), ISLOWER (i))
5642 || toupper (i) != TOUPPER (i))
5643 return 2;
5644 return 0;
5646 _ACEOF
5647 if ac_fn_c_try_run "$LINENO"; then :
5649 else
5650 ac_cv_header_stdc=no
5652 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5653 conftest.$ac_objext conftest.beam conftest.$ac_ext
5658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5659 $as_echo "$ac_cv_header_stdc" >&6; }
5660 if test $ac_cv_header_stdc = yes; then
5662 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5666 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5667 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5668 inttypes.h stdint.h unistd.h
5669 do :
5670 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5671 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5673 eval as_val=\$$as_ac_Header
5674 if test "x$as_val" = x""yes; then :
5675 cat >>confdefs.h <<_ACEOF
5676 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5677 _ACEOF
5681 done
5684 for ac_header in \
5685 AL/al.h \
5686 AudioUnit/AudioUnit.h \
5687 Carbon/Carbon.h \
5688 CoreAudio/CoreAudio.h \
5689 DiskArbitration/DiskArbitration.h \
5690 IOKit/IOKitLib.h \
5691 IOKit/hid/IOHIDLib.h \
5692 OpenAL/al.h \
5693 alias.h \
5694 alsa/asoundlib.h \
5695 arpa/inet.h \
5696 arpa/nameser.h \
5697 asm/types.h \
5698 capi20.h \
5699 curses.h \
5700 direct.h \
5701 dirent.h \
5702 dlfcn.h \
5703 elf.h \
5704 float.h \
5705 fnmatch.h \
5706 fontconfig/fontconfig.h \
5707 getopt.h \
5708 grp.h \
5709 gsm.h \
5710 gsm/gsm.h \
5711 ieeefp.h \
5712 inet/mib2.h \
5713 io.h \
5714 jack/jack.h \
5715 jpeglib.h \
5716 kstat.h \
5717 lber.h \
5718 lcms.h \
5719 lcms/lcms.h \
5720 ldap.h \
5721 libaudioio.h \
5722 link.h \
5723 linux/cdrom.h \
5724 linux/compiler.h \
5725 linux/hdreg.h \
5726 linux/input.h \
5727 linux/ioctl.h \
5728 linux/joystick.h \
5729 linux/major.h \
5730 linux/param.h \
5731 linux/serial.h \
5732 linux/types.h \
5733 linux/ucdrom.h \
5734 mach-o/nlist.h \
5735 mach/mach.h \
5736 mach/machine.h \
5737 machine/cpu.h \
5738 machine/limits.h \
5739 machine/soundcard.h \
5740 mntent.h \
5741 mpg123.h \
5742 ncurses.h \
5743 netdb.h \
5744 netinet/in.h \
5745 netinet/in_systm.h \
5746 netinet/tcp.h \
5747 netinet/tcp_fsm.h \
5748 openssl/err.h \
5749 openssl/ssl.h \
5750 png.h \
5751 poll.h \
5752 port.h \
5753 process.h \
5754 pthread.h \
5755 pwd.h \
5756 regex.h \
5757 sched.h \
5758 scsi/scsi.h \
5759 scsi/scsi_ioctl.h \
5760 scsi/sg.h \
5761 soundcard.h \
5762 stdbool.h \
5763 stdint.h \
5764 strings.h \
5765 stropts.h \
5766 sys/asoundlib.h \
5767 sys/cdio.h \
5768 sys/elf32.h \
5769 sys/epoll.h \
5770 sys/errno.h \
5771 sys/event.h \
5772 sys/exec_elf.h \
5773 sys/filio.h \
5774 sys/inotify.h \
5775 sys/ioctl.h \
5776 sys/ipc.h \
5777 sys/limits.h \
5778 sys/link.h \
5779 sys/mman.h \
5780 sys/modem.h \
5781 sys/msg.h \
5782 sys/mtio.h \
5783 sys/param.h \
5784 sys/poll.h \
5785 sys/prctl.h \
5786 sys/protosw.h \
5787 sys/ptrace.h \
5788 sys/resource.h \
5789 sys/scsiio.h \
5790 sys/shm.h \
5791 sys/signal.h \
5792 sys/socket.h \
5793 sys/socketvar.h \
5794 sys/sockio.h \
5795 sys/soundcard.h \
5796 sys/statvfs.h \
5797 sys/strtio.h \
5798 sys/syscall.h \
5799 sys/tihdr.h \
5800 sys/time.h \
5801 sys/timeout.h \
5802 sys/times.h \
5803 sys/uio.h \
5804 sys/un.h \
5805 sys/utsname.h \
5806 sys/vm86.h \
5807 sys/wait.h \
5808 syscall.h \
5809 termios.h \
5810 unistd.h \
5811 utime.h \
5812 valgrind/memcheck.h \
5813 valgrind/valgrind.h \
5814 zlib.h
5816 do :
5817 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5818 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5819 eval as_val=\$$as_ac_Header
5820 if test "x$as_val" = x""yes; then :
5821 cat >>confdefs.h <<_ACEOF
5822 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5823 _ACEOF
5827 done
5829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5830 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5831 if test "${ac_cv_header_stat_broken+set}" = set; then :
5832 $as_echo_n "(cached) " >&6
5833 else
5834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5835 /* end confdefs.h. */
5836 #include <sys/types.h>
5837 #include <sys/stat.h>
5839 #if defined S_ISBLK && defined S_IFDIR
5840 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5841 #endif
5843 #if defined S_ISBLK && defined S_IFCHR
5844 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5845 #endif
5847 #if defined S_ISLNK && defined S_IFREG
5848 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5849 #endif
5851 #if defined S_ISSOCK && defined S_IFREG
5852 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5853 #endif
5855 _ACEOF
5856 if ac_fn_c_try_compile "$LINENO"; then :
5857 ac_cv_header_stat_broken=no
5858 else
5859 ac_cv_header_stat_broken=yes
5861 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5864 $as_echo "$ac_cv_header_stat_broken" >&6; }
5865 if test $ac_cv_header_stat_broken = yes; then
5867 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5873 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5874 do :
5875 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5876 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5877 #ifdef HAVE_SYS_PARAM_H
5878 # include <sys/param.h>
5879 #endif
5881 eval as_val=\$$as_ac_Header
5882 if test "x$as_val" = x""yes; then :
5883 cat >>confdefs.h <<_ACEOF
5884 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5885 _ACEOF
5889 done
5892 for ac_header in \
5893 netinet/ip.h \
5894 net/if.h \
5895 net/if_arp.h \
5896 net/if_dl.h \
5897 net/if_types.h \
5898 net/route.h \
5899 netinet/if_ether.h \
5900 netinet/if_inarp.h \
5901 netinet/in_pcb.h \
5902 netinet/ip_icmp.h \
5903 netinet/ip_var.h \
5904 netinet/udp.h \
5905 netipx/ipx.h \
5907 do :
5908 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5909 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5910 #ifdef HAVE_SYS_SOCKET_H
5911 # include <sys/socket.h>
5912 #endif
5913 #ifdef HAVE_SYS_SOCKETVAR_H
5914 # include <sys/socketvar.h>
5915 #endif
5916 #ifdef HAVE_NET_ROUTE_H
5917 # include <net/route.h>
5918 #endif
5919 #ifdef HAVE_NETINET_IN_H
5920 # include <netinet/in.h>
5921 #endif
5922 #ifdef HAVE_NETINET_IN_SYSTM_H
5923 # include <netinet/in_systm.h>
5924 #endif
5925 #ifdef HAVE_NET_IF_H
5926 # include <net/if.h>
5927 #endif
5928 #ifdef HAVE_NETINET_IP_H
5929 # include <netinet/ip.h>
5930 #endif
5932 eval as_val=\$$as_ac_Header
5933 if test "x$as_val" = x""yes; then :
5934 cat >>confdefs.h <<_ACEOF
5935 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5936 _ACEOF
5940 done
5943 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5944 do :
5945 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5946 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5947 #ifdef HAVE_ALIAS_H
5948 # include <alias.h>
5949 #endif
5950 #ifdef HAVE_SYS_SOCKET_H
5951 # include <sys/socket.h>
5952 #endif
5953 #ifdef HAVE_SYS_SOCKETVAR_H
5954 # include <sys/socketvar.h>
5955 #endif
5956 #ifdef HAVE_SYS_TIMEOUT_H
5957 # include <sys/timeout.h>
5958 #endif
5959 #ifdef HAVE_NETINET_IN_H
5960 # include <netinet/in.h>
5961 #endif
5962 #ifdef HAVE_NETINET_IN_SYSTM_H
5963 # include <netinet/in_systm.h>
5964 #endif
5965 #ifdef HAVE_NETINET_IP_H
5966 # include <netinet/ip.h>
5967 #endif
5968 #ifdef HAVE_NETINET_IP_VAR_H
5969 # include <netinet/ip_var.h>
5970 #endif
5971 #ifdef HAVE_NETINET_IP_ICMP_H
5972 # include <netinet/ip_icmp.h>
5973 #endif
5974 #ifdef HAVE_NETINET_UDP_H
5975 # include <netinet/udp.h>
5976 #endif
5977 #ifdef HAVE_NETINET_TCP_H
5978 # include <netinet/tcp.h>
5979 #endif
5980 #ifdef HAVE_NETINET_TCP_TIMER_H
5981 #include <netinet/tcp_timer.h>
5982 #endif
5984 eval as_val=\$$as_ac_Header
5985 if test "x$as_val" = x""yes; then :
5986 cat >>confdefs.h <<_ACEOF
5987 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5988 _ACEOF
5992 done
5995 for ac_header in linux/ipx.h linux/irda.h
5996 do :
5997 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5998 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5999 #ifdef HAVE_ASM_TYPES_H
6000 # include <asm/types.h>
6001 #endif
6002 #ifdef HAVE_SYS_SOCKET_H
6003 # include <sys/socket.h>
6004 #endif
6005 #ifdef HAVE_LINUX_TYPES_H
6006 # include <linux/types.h>
6007 #endif
6009 eval as_val=\$$as_ac_Header
6010 if test "x$as_val" = x""yes; then :
6011 cat >>confdefs.h <<_ACEOF
6012 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6013 _ACEOF
6017 done
6020 for ac_header in mach-o/dyld_images.h
6021 do :
6022 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6023 # include <stdbool.h>
6024 #endif
6025 #ifdef HAVE_STDINT_H
6026 # include <stdint.h>
6027 #endif
6029 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6030 cat >>confdefs.h <<_ACEOF
6031 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6032 _ACEOF
6036 done
6039 for ac_header in resolv.h
6040 do :
6041 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6042 #ifdef HAVE_SYS_SOCKET_H
6043 # include <sys/socket.h>
6044 #endif
6045 #ifdef HAVE_NETINET_IN_H
6046 # include <netinet/in.h>
6047 #endif
6048 #ifdef HAVE_ARPA_NAMESER_H
6049 # include <arpa/nameser.h>
6050 #endif
6052 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6053 cat >>confdefs.h <<_ACEOF
6054 #define HAVE_RESOLV_H 1
6055 _ACEOF
6059 done
6062 for ac_header in ucontext.h
6063 do :
6064 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6066 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6067 cat >>confdefs.h <<_ACEOF
6068 #define HAVE_UCONTEXT_H 1
6069 _ACEOF
6073 done
6076 for ac_header in sys/thr.h
6077 do :
6078 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6079 #ifdef HAVE_UCONTEXT_H
6080 #include <ucontext.h>
6081 #endif
6083 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6084 cat >>confdefs.h <<_ACEOF
6085 #define HAVE_SYS_THR_H 1
6086 _ACEOF
6090 done
6093 for ac_header in pthread_np.h
6094 do :
6095 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6096 #include <pthread.h>
6097 #endif
6099 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6100 cat >>confdefs.h <<_ACEOF
6101 #define HAVE_PTHREAD_NP_H 1
6102 _ACEOF
6106 done
6109 for ac_header in linux/videodev.h
6110 do :
6111 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6112 #include <sys/time.h>
6113 #endif
6114 #include <sys/types.h>
6115 #ifdef HAVE_ASM_TYPES_H
6116 #include <asm/types.h>
6117 #endif
6119 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6120 cat >>confdefs.h <<_ACEOF
6121 #define HAVE_LINUX_VIDEODEV_H 1
6122 _ACEOF
6126 done
6129 for ac_header in linux/capi.h
6130 do :
6131 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6133 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6134 cat >>confdefs.h <<_ACEOF
6135 #define HAVE_LINUX_CAPI_H 1
6136 _ACEOF
6140 done
6144 DLLEXT=""
6146 DLLFLAGS="-D_REENTRANT"
6148 LDSHARED=""
6150 LDDLLFLAGS=""
6152 LIBEXT="so"
6154 IMPLIBEXT="def"
6156 LDRPATH_INSTALL=""
6158 LDRPATH_LOCAL=""
6160 STATIC_IMPLIBEXT="def.a"
6161 # Extract the first word of "ldd", so it can be a program name with args.
6162 set dummy ldd; ac_word=$2
6163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6164 $as_echo_n "checking for $ac_word... " >&6; }
6165 if test "${ac_cv_path_LDD+set}" = set; then :
6166 $as_echo_n "(cached) " >&6
6167 else
6168 case $LDD in
6169 [\\/]* | ?:[\\/]*)
6170 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6173 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6174 as_dummy="/sbin:/usr/sbin:$PATH"
6175 for as_dir in $as_dummy
6177 IFS=$as_save_IFS
6178 test -z "$as_dir" && as_dir=.
6179 for ac_exec_ext in '' $ac_executable_extensions; do
6180 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6181 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6182 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6183 break 2
6185 done
6186 done
6187 IFS=$as_save_IFS
6189 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6191 esac
6193 LDD=$ac_cv_path_LDD
6194 if test -n "$LDD"; then
6195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6196 $as_echo "$LDD" >&6; }
6197 else
6198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6199 $as_echo "no" >&6; }
6204 case $host_os in
6205 cygwin*|mingw32*)
6206 if test -n "$ac_tool_prefix"; then
6207 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6208 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6210 $as_echo_n "checking for $ac_word... " >&6; }
6211 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6212 $as_echo_n "(cached) " >&6
6213 else
6214 if test -n "$DLLTOOL"; then
6215 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6216 else
6217 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6218 for as_dir in $PATH
6220 IFS=$as_save_IFS
6221 test -z "$as_dir" && as_dir=.
6222 for ac_exec_ext in '' $ac_executable_extensions; do
6223 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6224 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6225 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6226 break 2
6228 done
6229 done
6230 IFS=$as_save_IFS
6234 DLLTOOL=$ac_cv_prog_DLLTOOL
6235 if test -n "$DLLTOOL"; then
6236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6237 $as_echo "$DLLTOOL" >&6; }
6238 else
6239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6240 $as_echo "no" >&6; }
6245 if test -z "$ac_cv_prog_DLLTOOL"; then
6246 ac_ct_DLLTOOL=$DLLTOOL
6247 # Extract the first word of "dlltool", so it can be a program name with args.
6248 set dummy dlltool; ac_word=$2
6249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6250 $as_echo_n "checking for $ac_word... " >&6; }
6251 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6252 $as_echo_n "(cached) " >&6
6253 else
6254 if test -n "$ac_ct_DLLTOOL"; then
6255 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6256 else
6257 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6258 for as_dir in $PATH
6260 IFS=$as_save_IFS
6261 test -z "$as_dir" && as_dir=.
6262 for ac_exec_ext in '' $ac_executable_extensions; do
6263 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6264 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6265 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6266 break 2
6268 done
6269 done
6270 IFS=$as_save_IFS
6274 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6275 if test -n "$ac_ct_DLLTOOL"; then
6276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6277 $as_echo "$ac_ct_DLLTOOL" >&6; }
6278 else
6279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6280 $as_echo "no" >&6; }
6283 if test "x$ac_ct_DLLTOOL" = x; then
6284 DLLTOOL="false"
6285 else
6286 case $cross_compiling:$ac_tool_warned in
6287 yes:)
6288 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6289 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6290 ac_tool_warned=yes ;;
6291 esac
6292 DLLTOOL=$ac_ct_DLLTOOL
6294 else
6295 DLLTOOL="$ac_cv_prog_DLLTOOL"
6298 if test -n "$ac_tool_prefix"; then
6299 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6300 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6302 $as_echo_n "checking for $ac_word... " >&6; }
6303 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6304 $as_echo_n "(cached) " >&6
6305 else
6306 if test -n "$DLLWRAP"; then
6307 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6308 else
6309 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6310 for as_dir in $PATH
6312 IFS=$as_save_IFS
6313 test -z "$as_dir" && as_dir=.
6314 for ac_exec_ext in '' $ac_executable_extensions; do
6315 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6316 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6317 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6318 break 2
6320 done
6321 done
6322 IFS=$as_save_IFS
6326 DLLWRAP=$ac_cv_prog_DLLWRAP
6327 if test -n "$DLLWRAP"; then
6328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6329 $as_echo "$DLLWRAP" >&6; }
6330 else
6331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6332 $as_echo "no" >&6; }
6337 if test -z "$ac_cv_prog_DLLWRAP"; then
6338 ac_ct_DLLWRAP=$DLLWRAP
6339 # Extract the first word of "dllwrap", so it can be a program name with args.
6340 set dummy dllwrap; ac_word=$2
6341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6342 $as_echo_n "checking for $ac_word... " >&6; }
6343 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6344 $as_echo_n "(cached) " >&6
6345 else
6346 if test -n "$ac_ct_DLLWRAP"; then
6347 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6348 else
6349 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6350 for as_dir in $PATH
6352 IFS=$as_save_IFS
6353 test -z "$as_dir" && as_dir=.
6354 for ac_exec_ext in '' $ac_executable_extensions; do
6355 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6356 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6357 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6358 break 2
6360 done
6361 done
6362 IFS=$as_save_IFS
6366 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6367 if test -n "$ac_ct_DLLWRAP"; then
6368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6369 $as_echo "$ac_ct_DLLWRAP" >&6; }
6370 else
6371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6372 $as_echo "no" >&6; }
6375 if test "x$ac_ct_DLLWRAP" = x; then
6376 DLLWRAP="false"
6377 else
6378 case $cross_compiling:$ac_tool_warned in
6379 yes:)
6380 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6381 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6382 ac_tool_warned=yes ;;
6383 esac
6384 DLLWRAP=$ac_ct_DLLWRAP
6386 else
6387 DLLWRAP="$ac_cv_prog_DLLWRAP"
6390 if test "$DLLWRAP" = "false"; then
6391 LIBEXT="a"
6392 else
6393 LIBEXT="dll"
6395 IMPLIBEXT="a"
6396 STATIC_IMPLIBEXT="a"
6397 enable_iphlpapi=${enable_iphlpapi:-no}
6398 enable_kernel32=${enable_kernel32:-no}
6399 enable_msvcrt=${enable_msvcrt:-no}
6400 enable_ntdll=${enable_ntdll:-no}
6401 enable_ws2_32=${enable_ws2_32:-no}
6402 enable_loader=${enable_loader:-no}
6403 enable_server=${enable_server:-no}
6404 with_x=${with_x:-no}
6405 with_pthread=${with_pthread:-no}
6407 darwin*|macosx*)
6408 DLLEXT=".so"
6409 LIBEXT="dylib"
6410 DLLFLAGS="$DLLFLAGS -fPIC"
6411 LDDLLFLAGS="-bundle -multiply_defined suppress"
6412 LIBWINE_LDFLAGS="-multiply_defined suppress"
6413 LDSHARED="\$(CC) -dynamiclib"
6414 STRIP="$STRIP -x"
6415 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6416 SECURITYLIB="-framework Security -framework CoreFoundation"
6418 COREFOUNDATIONLIB="-framework CoreFoundation"
6420 IOKITLIB="-framework IOKit -framework CoreFoundation"
6422 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6424 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6425 then
6426 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6429 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6430 then
6431 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6434 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6435 then
6436 LIBOPENAL="-framework OpenAL"
6438 ac_cv_lib_openal_alGetSource3i=yes
6440 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6441 then
6442 ac_save_LIBS="$LIBS"
6443 LIBS="$LIBS $IOKITLIB"
6444 for ac_func in IOHIDManagerCreate
6445 do :
6446 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6447 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6448 cat >>confdefs.h <<_ACEOF
6449 #define HAVE_IOHIDMANAGERCREATE 1
6450 _ACEOF
6453 done
6455 LIBS="$ac_save_LIBS"
6457 case $host_cpu in
6458 *powerpc*)
6459 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6460 esac
6461 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6462 then
6463 CARBONLIB="-framework Carbon"
6465 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6467 if test "x$enable_win16" = "xyes"
6468 then
6469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6470 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6471 if test "$cross_compiling" = yes; then :
6472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6473 $as_echo "cross-compiling, assuming yes" >&6; }
6474 else
6475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6476 /* end confdefs.h. */
6477 asm(".text\n"
6478 "bad:\tnop;nop\n"
6479 "good:\tnop;nop\n\t"
6480 ".globl _testfunc\n"
6481 "_testfunc:\tcallw good");
6482 extern void testfunc();
6484 main ()
6486 unsigned short *p = (unsigned short *)testfunc;
6487 return p[0] != 0xe866 || p[1] != 0xfffa
6489 return 0;
6491 _ACEOF
6492 if ac_fn_c_try_run "$LINENO"; then :
6493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6494 $as_echo "yes" >&6; }
6495 else
6496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6497 $as_echo "no" >&6; }
6498 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
6500 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6501 conftest.$ac_objext conftest.beam conftest.$ac_ext
6507 DLLFLAGS="$DLLFLAGS -fPIC"
6508 DLLEXT=".so"
6509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6510 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6511 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6512 $as_echo_n "(cached) " >&6
6513 else
6514 ac_wine_try_cflags_saved=$CFLAGS
6515 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6517 /* end confdefs.h. */
6518 void myfunc() {}
6519 _ACEOF
6520 if ac_fn_c_try_link "$LINENO"; then :
6521 ac_cv_c_dll_gnuelf="yes"
6522 else
6523 ac_cv_c_dll_gnuelf="no"
6525 rm -f core conftest.err conftest.$ac_objext \
6526 conftest$ac_exeext conftest.$ac_ext
6527 CFLAGS=$ac_wine_try_cflags_saved
6529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6530 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6531 if test "$ac_cv_c_dll_gnuelf" = "yes"
6532 then
6533 LDSHARED="\$(CC) -shared"
6534 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6536 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6537 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6538 $as_echo_n "(cached) " >&6
6539 else
6540 ac_wine_try_cflags_saved=$CFLAGS
6541 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6543 /* end confdefs.h. */
6544 int main(int argc, char *argv) { return 0; }
6545 _ACEOF
6546 if ac_fn_c_try_link "$LINENO"; then :
6547 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6548 else
6549 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6551 rm -f core conftest.err conftest.$ac_objext \
6552 conftest$ac_exeext conftest.$ac_ext
6553 CFLAGS=$ac_wine_try_cflags_saved
6555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6556 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6557 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6558 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6559 else
6560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6561 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6562 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6563 $as_echo_n "(cached) " >&6
6564 else
6565 ac_wine_try_cflags_saved=$CFLAGS
6566 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6568 /* end confdefs.h. */
6569 int main(int argc, char *argv) { return 0; }
6570 _ACEOF
6571 if ac_fn_c_try_link "$LINENO"; then :
6572 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6573 else
6574 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6576 rm -f core conftest.err conftest.$ac_objext \
6577 conftest$ac_exeext conftest.$ac_ext
6578 CFLAGS=$ac_wine_try_cflags_saved
6580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6581 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6582 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6583 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6588 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6589 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6590 $as_echo_n "(cached) " >&6
6591 else
6592 ac_wine_try_cflags_saved=$CFLAGS
6593 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6594 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6595 /* end confdefs.h. */
6596 int main(int argc, char *argv) { return 0; }
6597 _ACEOF
6598 if ac_fn_c_try_link "$LINENO"; then :
6599 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6600 else
6601 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6603 rm -f core conftest.err conftest.$ac_objext \
6604 conftest$ac_exeext conftest.$ac_ext
6605 CFLAGS=$ac_wine_try_cflags_saved
6607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6608 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6609 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6610 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6613 { $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
6614 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6615 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6616 $as_echo_n "(cached) " >&6
6617 else
6618 ac_wine_try_cflags_saved=$CFLAGS
6619 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6621 /* end confdefs.h. */
6622 int main(int argc, char *argv) { return 0; }
6623 _ACEOF
6624 if ac_fn_c_try_link "$LINENO"; then :
6625 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6626 else
6627 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6629 rm -f core conftest.err conftest.$ac_objext \
6630 conftest$ac_exeext conftest.$ac_ext
6631 CFLAGS=$ac_wine_try_cflags_saved
6633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6634 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6635 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6636 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6639 echo '{ global: *; };' >conftest.map
6640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6641 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6642 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6643 $as_echo_n "(cached) " >&6
6644 else
6645 ac_wine_try_cflags_saved=$CFLAGS
6646 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6648 /* end confdefs.h. */
6649 int main(int argc, char *argv) { return 0; }
6650 _ACEOF
6651 if ac_fn_c_try_link "$LINENO"; then :
6652 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6653 else
6654 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6656 rm -f core conftest.err conftest.$ac_objext \
6657 conftest$ac_exeext conftest.$ac_ext
6658 CFLAGS=$ac_wine_try_cflags_saved
6660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6661 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6662 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6663 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6665 rm -f conftest.map
6667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6668 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6669 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6670 $as_echo_n "(cached) " >&6
6671 else
6672 ac_wine_try_cflags_saved=$CFLAGS
6673 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6674 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6675 /* end confdefs.h. */
6676 int main(int argc, char *argv) { return 0; }
6677 _ACEOF
6678 if ac_fn_c_try_link "$LINENO"; then :
6679 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6680 else
6681 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6683 rm -f core conftest.err conftest.$ac_objext \
6684 conftest$ac_exeext conftest.$ac_ext
6685 CFLAGS=$ac_wine_try_cflags_saved
6687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6688 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6689 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6690 LDEXECFLAGS="-Wl,--export-dynamic"
6694 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6696 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6697 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6698 $as_echo_n "(cached) " >&6
6699 else
6700 ac_wine_try_cflags_saved=$CFLAGS
6701 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6703 /* end confdefs.h. */
6704 int main(int argc, char *argv) { return 0; }
6705 _ACEOF
6706 if ac_fn_c_try_link "$LINENO"; then :
6707 eval "$as_ac_var=yes"
6708 else
6709 eval "$as_ac_var=no"
6711 rm -f core conftest.err conftest.$ac_objext \
6712 conftest$ac_exeext conftest.$ac_ext
6713 CFLAGS=$ac_wine_try_cflags_saved
6715 eval ac_res=\$$as_ac_var
6716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6717 $as_echo "$ac_res" >&6; }
6718 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6719 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6720 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6721 else
6722 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6724 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6725 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6726 $as_echo_n "(cached) " >&6
6727 else
6728 ac_wine_try_cflags_saved=$CFLAGS
6729 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6731 /* end confdefs.h. */
6732 int main(int argc, char *argv) { return 0; }
6733 _ACEOF
6734 if ac_fn_c_try_link "$LINENO"; then :
6735 eval "$as_ac_var=yes"
6736 else
6737 eval "$as_ac_var=no"
6739 rm -f core conftest.err conftest.$ac_objext \
6740 conftest$ac_exeext conftest.$ac_ext
6741 CFLAGS=$ac_wine_try_cflags_saved
6743 eval ac_res=\$$as_ac_var
6744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6745 $as_echo "$ac_res" >&6; }
6746 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6747 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6748 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6753 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6754 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6755 $as_echo_n "(cached) " >&6
6756 else
6757 ac_wine_try_cflags_saved=$CFLAGS
6758 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6760 /* end confdefs.h. */
6761 int main(int argc, char *argv) { return 0; }
6762 _ACEOF
6763 if ac_fn_c_try_link "$LINENO"; then :
6764 ac_cv_cflags__Wl___enable_new_dtags=yes
6765 else
6766 ac_cv_cflags__Wl___enable_new_dtags=no
6768 rm -f core conftest.err conftest.$ac_objext \
6769 conftest$ac_exeext conftest.$ac_ext
6770 CFLAGS=$ac_wine_try_cflags_saved
6772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6773 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6774 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6775 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6778 case $host_cpu in
6779 *i[3456789]86* | x86_64)
6780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6781 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6782 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6783 $as_echo_n "(cached) " >&6
6784 else
6785 ac_wine_try_cflags_saved=$CFLAGS
6786 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6788 /* end confdefs.h. */
6789 int main(int argc, char *argv) { return 0; }
6790 _ACEOF
6791 if ac_fn_c_try_link "$LINENO"; then :
6792 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6793 else
6794 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6796 rm -f core conftest.err conftest.$ac_objext \
6797 conftest$ac_exeext conftest.$ac_ext
6798 CFLAGS=$ac_wine_try_cflags_saved
6800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6801 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6802 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6803 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6806 esac
6808 else
6809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6810 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6811 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6812 $as_echo_n "(cached) " >&6
6813 else
6814 ac_wine_try_cflags_saved=$CFLAGS
6815 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6817 /* end confdefs.h. */
6818 void myfunc() {}
6819 _ACEOF
6820 if ac_fn_c_try_link "$LINENO"; then :
6821 ac_cv_c_dll_unixware="yes"
6822 else
6823 ac_cv_c_dll_unixware="no"
6825 rm -f core conftest.err conftest.$ac_objext \
6826 conftest$ac_exeext conftest.$ac_ext
6827 CFLAGS=$ac_wine_try_cflags_saved
6829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6830 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6831 if test "$ac_cv_c_dll_unixware" = "yes"
6832 then
6833 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6834 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6836 else
6837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6838 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6839 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6840 $as_echo_n "(cached) " >&6
6841 else
6842 ac_wine_try_cflags_saved=$CFLAGS
6843 CFLAGS="$CFLAGS -shared"
6844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6845 /* end confdefs.h. */
6846 void myfunc() {}
6847 _ACEOF
6848 if ac_fn_c_try_link "$LINENO"; then :
6849 ac_cv_c_dll_hpux="yes"
6850 else
6851 ac_cv_c_dll_hpux="no"
6853 rm -f core conftest.err conftest.$ac_objext \
6854 conftest$ac_exeext conftest.$ac_ext
6855 CFLAGS=$ac_wine_try_cflags_saved
6857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6858 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6859 if test "$ac_cv_c_dll_hpux" = "yes"
6860 then
6861 LIBEXT="sl"
6862 DLLEXT=".sl"
6863 LDDLLFLAGS="-shared -fPIC"
6864 LDSHARED="\$(CC) -shared"
6869 esac
6871 enable_winequartz_drv=${enable_winequartz_drv:-no}
6873 if test "$LIBEXT" = "a"; then
6874 as_fn_error "could not find a way to build shared libraries.
6875 It is currently not possible to build Wine without shared library
6876 (.so) support to allow transparent switch between .so and .dll files.
6877 If you are using Linux, you will need a newer binutils.
6878 " "$LINENO" 5
6881 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6882 then
6883 case "$host_cpu" in
6884 i[3456789]86*)
6885 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 " ;;
6886 x86_64)
6887 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
6889 ac_prefix_list="" ;;
6890 esac
6891 for ac_prog in $ac_prefix_list
6893 # Extract the first word of "$ac_prog", so it can be a program name with args.
6894 set dummy $ac_prog; ac_word=$2
6895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6896 $as_echo_n "checking for $ac_word... " >&6; }
6897 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6898 $as_echo_n "(cached) " >&6
6899 else
6900 if test -n "$CROSSCC"; then
6901 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6902 else
6903 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6904 for as_dir in $PATH
6906 IFS=$as_save_IFS
6907 test -z "$as_dir" && as_dir=.
6908 for ac_exec_ext in '' $ac_executable_extensions; do
6909 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6910 ac_cv_prog_CROSSCC="$ac_prog"
6911 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6912 break 2
6914 done
6915 done
6916 IFS=$as_save_IFS
6920 CROSSCC=$ac_cv_prog_CROSSCC
6921 if test -n "$CROSSCC"; then
6922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6923 $as_echo "$CROSSCC" >&6; }
6924 else
6925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6926 $as_echo "no" >&6; }
6930 test -n "$CROSSCC" && break
6931 done
6932 test -n "$CROSSCC" || CROSSCC="false"
6934 if test "$CROSSCC" != "false"
6935 then
6936 CROSSTEST="\$(CROSSTEST)"
6938 set x $CROSSCC
6939 shift
6940 target=""
6941 while test $# -ge 1
6943 case "$1" in
6944 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6945 esac
6946 shift
6947 done
6948 if test -n "$target"
6949 then
6950 CROSSTARGET="$target"
6957 if test "$ac_cv_header_pthread_h" = "yes"
6958 then
6959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
6960 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6961 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
6962 $as_echo_n "(cached) " >&6
6963 else
6964 ac_check_lib_save_LIBS=$LIBS
6965 LIBS="-lpthread $LIBS"
6966 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6967 /* end confdefs.h. */
6969 /* Override any GCC internal prototype to avoid an error.
6970 Use char because int might match the return type of a GCC
6971 builtin and then its argument prototype would still apply. */
6972 #ifdef __cplusplus
6973 extern "C"
6974 #endif
6975 char pthread_create ();
6977 main ()
6979 return pthread_create ();
6981 return 0;
6983 _ACEOF
6984 if ac_fn_c_try_link "$LINENO"; then :
6985 ac_cv_lib_pthread_pthread_create=yes
6986 else
6987 ac_cv_lib_pthread_pthread_create=no
6989 rm -f core conftest.err conftest.$ac_objext \
6990 conftest$ac_exeext conftest.$ac_ext
6991 LIBS=$ac_check_lib_save_LIBS
6993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
6994 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
6995 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
6996 LIBPTHREAD="-lpthread"
7001 if test "x$LIBPTHREAD" = "x"; then :
7002 case "x$with_pthread" in
7003 xno) ;;
7004 *) as_fn_error "pthread ${notice_platform}development files not found.
7005 Wine cannot support threads without libpthread.
7006 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7007 esac
7011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7012 $as_echo_n "checking for X... " >&6; }
7015 # Check whether --with-x was given.
7016 if test "${with_x+set}" = set; then :
7017 withval=$with_x;
7020 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7021 if test "x$with_x" = xno; then
7022 # The user explicitly disabled X.
7023 have_x=disabled
7024 else
7025 case $x_includes,$x_libraries in #(
7026 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7027 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7028 $as_echo_n "(cached) " >&6
7029 else
7030 # One or both of the vars are not set, and there is no cached value.
7031 ac_x_includes=no ac_x_libraries=no
7032 rm -f -r conftest.dir
7033 if mkdir conftest.dir; then
7034 cd conftest.dir
7035 cat >Imakefile <<'_ACEOF'
7036 incroot:
7037 @echo incroot='${INCROOT}'
7038 usrlibdir:
7039 @echo usrlibdir='${USRLIBDIR}'
7040 libdir:
7041 @echo libdir='${LIBDIR}'
7042 _ACEOF
7043 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7044 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7045 for ac_var in incroot usrlibdir libdir; do
7046 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7047 done
7048 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7049 for ac_extension in a so sl dylib la dll; do
7050 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7051 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7052 ac_im_usrlibdir=$ac_im_libdir; break
7054 done
7055 # Screen out bogus values from the imake configuration. They are
7056 # bogus both because they are the default anyway, and because
7057 # using them would break gcc on systems where it needs fixed includes.
7058 case $ac_im_incroot in
7059 /usr/include) ac_x_includes= ;;
7060 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7061 esac
7062 case $ac_im_usrlibdir in
7063 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7064 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7065 esac
7067 cd ..
7068 rm -f -r conftest.dir
7071 # Standard set of common directories for X headers.
7072 # Check X11 before X11Rn because it is often a symlink to the current release.
7073 ac_x_header_dirs='
7074 /usr/X11/include
7075 /usr/X11R7/include
7076 /usr/X11R6/include
7077 /usr/X11R5/include
7078 /usr/X11R4/include
7080 /usr/include/X11
7081 /usr/include/X11R7
7082 /usr/include/X11R6
7083 /usr/include/X11R5
7084 /usr/include/X11R4
7086 /usr/local/X11/include
7087 /usr/local/X11R7/include
7088 /usr/local/X11R6/include
7089 /usr/local/X11R5/include
7090 /usr/local/X11R4/include
7092 /usr/local/include/X11
7093 /usr/local/include/X11R7
7094 /usr/local/include/X11R6
7095 /usr/local/include/X11R5
7096 /usr/local/include/X11R4
7098 /usr/X386/include
7099 /usr/x386/include
7100 /usr/XFree86/include/X11
7102 /usr/include
7103 /usr/local/include
7104 /usr/unsupported/include
7105 /usr/athena/include
7106 /usr/local/x11r5/include
7107 /usr/lpp/Xamples/include
7109 /usr/openwin/include
7110 /usr/openwin/share/include'
7112 if test "$ac_x_includes" = no; then
7113 # Guess where to find include files, by looking for Xlib.h.
7114 # First, try using that file with no special directory specified.
7115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7116 /* end confdefs.h. */
7117 #include <X11/Xlib.h>
7118 _ACEOF
7119 if ac_fn_c_try_cpp "$LINENO"; then :
7120 # We can compile using X headers with no special include directory.
7121 ac_x_includes=
7122 else
7123 for ac_dir in $ac_x_header_dirs; do
7124 if test -r "$ac_dir/X11/Xlib.h"; then
7125 ac_x_includes=$ac_dir
7126 break
7128 done
7130 rm -f conftest.err conftest.$ac_ext
7131 fi # $ac_x_includes = no
7133 if test "$ac_x_libraries" = no; then
7134 # Check for the libraries.
7135 # See if we find them without any special options.
7136 # Don't add to $LIBS permanently.
7137 ac_save_LIBS=$LIBS
7138 LIBS="-lX11 $LIBS"
7139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7140 /* end confdefs.h. */
7141 #include <X11/Xlib.h>
7143 main ()
7145 XrmInitialize ()
7147 return 0;
7149 _ACEOF
7150 if ac_fn_c_try_link "$LINENO"; then :
7151 LIBS=$ac_save_LIBS
7152 # We can link X programs with no special library path.
7153 ac_x_libraries=
7154 else
7155 LIBS=$ac_save_LIBS
7156 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7158 # Don't even attempt the hair of trying to link an X program!
7159 for ac_extension in a so sl dylib la dll; do
7160 if test -r "$ac_dir/libX11.$ac_extension"; then
7161 ac_x_libraries=$ac_dir
7162 break 2
7164 done
7165 done
7167 rm -f core conftest.err conftest.$ac_objext \
7168 conftest$ac_exeext conftest.$ac_ext
7169 fi # $ac_x_libraries = no
7171 case $ac_x_includes,$ac_x_libraries in #(
7172 no,* | *,no | *\'*)
7173 # Didn't find X, or a directory has "'" in its name.
7174 ac_cv_have_x="have_x=no";; #(
7176 # Record where we found X for the cache.
7177 ac_cv_have_x="have_x=yes\
7178 ac_x_includes='$ac_x_includes'\
7179 ac_x_libraries='$ac_x_libraries'"
7180 esac
7182 ;; #(
7183 *) have_x=yes;;
7184 esac
7185 eval "$ac_cv_have_x"
7186 fi # $with_x != no
7188 if test "$have_x" != yes; then
7189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7190 $as_echo "$have_x" >&6; }
7191 no_x=yes
7192 else
7193 # If each of the values was on the command line, it overrides each guess.
7194 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7195 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7196 # Update the cache value to reflect the command line values.
7197 ac_cv_have_x="have_x=yes\
7198 ac_x_includes='$x_includes'\
7199 ac_x_libraries='$x_libraries'"
7200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7201 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7204 if test "$no_x" = yes; then
7205 # Not all programs may use this symbol, but it does not hurt to define it.
7207 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7209 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7210 else
7211 if test -n "$x_includes"; then
7212 X_CFLAGS="$X_CFLAGS -I$x_includes"
7215 # It would also be nice to do this for all -L options, not just this one.
7216 if test -n "$x_libraries"; then
7217 X_LIBS="$X_LIBS -L$x_libraries"
7218 # For Solaris; some versions of Sun CC require a space after -R and
7219 # others require no space. Words are not sufficient . . . .
7220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7221 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7222 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7223 ac_xsave_c_werror_flag=$ac_c_werror_flag
7224 ac_c_werror_flag=yes
7225 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7226 /* end confdefs.h. */
7229 main ()
7233 return 0;
7235 _ACEOF
7236 if ac_fn_c_try_link "$LINENO"; then :
7237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7238 $as_echo "no" >&6; }
7239 X_LIBS="$X_LIBS -R$x_libraries"
7240 else
7241 LIBS="$ac_xsave_LIBS -R $x_libraries"
7242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7243 /* end confdefs.h. */
7246 main ()
7250 return 0;
7252 _ACEOF
7253 if ac_fn_c_try_link "$LINENO"; then :
7254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7255 $as_echo "yes" >&6; }
7256 X_LIBS="$X_LIBS -R $x_libraries"
7257 else
7258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7259 $as_echo "neither works" >&6; }
7261 rm -f core conftest.err conftest.$ac_objext \
7262 conftest$ac_exeext conftest.$ac_ext
7264 rm -f core conftest.err conftest.$ac_objext \
7265 conftest$ac_exeext conftest.$ac_ext
7266 ac_c_werror_flag=$ac_xsave_c_werror_flag
7267 LIBS=$ac_xsave_LIBS
7270 # Check for system-dependent libraries X programs must link with.
7271 # Do this before checking for the system-independent R6 libraries
7272 # (-lICE), since we may need -lsocket or whatever for X linking.
7274 if test "$ISC" = yes; then
7275 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7276 else
7277 # Martyn Johnson says this is needed for Ultrix, if the X
7278 # libraries were built with DECnet support. And Karl Berry says
7279 # the Alpha needs dnet_stub (dnet does not exist).
7280 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7282 /* end confdefs.h. */
7284 /* Override any GCC internal prototype to avoid an error.
7285 Use char because int might match the return type of a GCC
7286 builtin and then its argument prototype would still apply. */
7287 #ifdef __cplusplus
7288 extern "C"
7289 #endif
7290 char XOpenDisplay ();
7292 main ()
7294 return XOpenDisplay ();
7296 return 0;
7298 _ACEOF
7299 if ac_fn_c_try_link "$LINENO"; then :
7301 else
7302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7303 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7304 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7305 $as_echo_n "(cached) " >&6
7306 else
7307 ac_check_lib_save_LIBS=$LIBS
7308 LIBS="-ldnet $LIBS"
7309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7310 /* end confdefs.h. */
7312 /* Override any GCC internal prototype to avoid an error.
7313 Use char because int might match the return type of a GCC
7314 builtin and then its argument prototype would still apply. */
7315 #ifdef __cplusplus
7316 extern "C"
7317 #endif
7318 char dnet_ntoa ();
7320 main ()
7322 return dnet_ntoa ();
7324 return 0;
7326 _ACEOF
7327 if ac_fn_c_try_link "$LINENO"; then :
7328 ac_cv_lib_dnet_dnet_ntoa=yes
7329 else
7330 ac_cv_lib_dnet_dnet_ntoa=no
7332 rm -f core conftest.err conftest.$ac_objext \
7333 conftest$ac_exeext conftest.$ac_ext
7334 LIBS=$ac_check_lib_save_LIBS
7336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7337 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7338 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7339 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7342 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7344 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7345 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7346 $as_echo_n "(cached) " >&6
7347 else
7348 ac_check_lib_save_LIBS=$LIBS
7349 LIBS="-ldnet_stub $LIBS"
7350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7351 /* end confdefs.h. */
7353 /* Override any GCC internal prototype to avoid an error.
7354 Use char because int might match the return type of a GCC
7355 builtin and then its argument prototype would still apply. */
7356 #ifdef __cplusplus
7357 extern "C"
7358 #endif
7359 char dnet_ntoa ();
7361 main ()
7363 return dnet_ntoa ();
7365 return 0;
7367 _ACEOF
7368 if ac_fn_c_try_link "$LINENO"; then :
7369 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7370 else
7371 ac_cv_lib_dnet_stub_dnet_ntoa=no
7373 rm -f core conftest.err conftest.$ac_objext \
7374 conftest$ac_exeext conftest.$ac_ext
7375 LIBS=$ac_check_lib_save_LIBS
7377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7378 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7379 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7380 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7385 rm -f core conftest.err conftest.$ac_objext \
7386 conftest$ac_exeext conftest.$ac_ext
7387 LIBS="$ac_xsave_LIBS"
7389 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7390 # to get the SysV transport functions.
7391 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7392 # needs -lnsl.
7393 # The nsl library prevents programs from opening the X display
7394 # on Irix 5.2, according to T.E. Dickey.
7395 # The functions gethostbyname, getservbyname, and inet_addr are
7396 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7397 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7398 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7402 if test $ac_cv_func_gethostbyname = no; then
7403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7404 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7405 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7406 $as_echo_n "(cached) " >&6
7407 else
7408 ac_check_lib_save_LIBS=$LIBS
7409 LIBS="-lnsl $LIBS"
7410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7411 /* end confdefs.h. */
7413 /* Override any GCC internal prototype to avoid an error.
7414 Use char because int might match the return type of a GCC
7415 builtin and then its argument prototype would still apply. */
7416 #ifdef __cplusplus
7417 extern "C"
7418 #endif
7419 char gethostbyname ();
7421 main ()
7423 return gethostbyname ();
7425 return 0;
7427 _ACEOF
7428 if ac_fn_c_try_link "$LINENO"; then :
7429 ac_cv_lib_nsl_gethostbyname=yes
7430 else
7431 ac_cv_lib_nsl_gethostbyname=no
7433 rm -f core conftest.err conftest.$ac_objext \
7434 conftest$ac_exeext conftest.$ac_ext
7435 LIBS=$ac_check_lib_save_LIBS
7437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7438 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7439 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7440 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7443 if test $ac_cv_lib_nsl_gethostbyname = no; then
7444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7445 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7446 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7447 $as_echo_n "(cached) " >&6
7448 else
7449 ac_check_lib_save_LIBS=$LIBS
7450 LIBS="-lbsd $LIBS"
7451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7452 /* end confdefs.h. */
7454 /* Override any GCC internal prototype to avoid an error.
7455 Use char because int might match the return type of a GCC
7456 builtin and then its argument prototype would still apply. */
7457 #ifdef __cplusplus
7458 extern "C"
7459 #endif
7460 char gethostbyname ();
7462 main ()
7464 return gethostbyname ();
7466 return 0;
7468 _ACEOF
7469 if ac_fn_c_try_link "$LINENO"; then :
7470 ac_cv_lib_bsd_gethostbyname=yes
7471 else
7472 ac_cv_lib_bsd_gethostbyname=no
7474 rm -f core conftest.err conftest.$ac_objext \
7475 conftest$ac_exeext conftest.$ac_ext
7476 LIBS=$ac_check_lib_save_LIBS
7478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7479 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7480 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7481 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7487 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7488 # socket/setsockopt and other routines are undefined under SCO ODT
7489 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7490 # on later versions), says Simon Leinen: it contains gethostby*
7491 # variants that don't use the name server (or something). -lsocket
7492 # must be given before -lnsl if both are needed. We assume that
7493 # if connect needs -lnsl, so does gethostbyname.
7494 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7495 if test "x$ac_cv_func_connect" = x""yes; then :
7499 if test $ac_cv_func_connect = no; then
7500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7501 $as_echo_n "checking for connect in -lsocket... " >&6; }
7502 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7503 $as_echo_n "(cached) " >&6
7504 else
7505 ac_check_lib_save_LIBS=$LIBS
7506 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7508 /* end confdefs.h. */
7510 /* Override any GCC internal prototype to avoid an error.
7511 Use char because int might match the return type of a GCC
7512 builtin and then its argument prototype would still apply. */
7513 #ifdef __cplusplus
7514 extern "C"
7515 #endif
7516 char connect ();
7518 main ()
7520 return connect ();
7522 return 0;
7524 _ACEOF
7525 if ac_fn_c_try_link "$LINENO"; then :
7526 ac_cv_lib_socket_connect=yes
7527 else
7528 ac_cv_lib_socket_connect=no
7530 rm -f core conftest.err conftest.$ac_objext \
7531 conftest$ac_exeext conftest.$ac_ext
7532 LIBS=$ac_check_lib_save_LIBS
7534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7535 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7536 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7537 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7542 # Guillermo Gomez says -lposix is necessary on A/UX.
7543 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7544 if test "x$ac_cv_func_remove" = x""yes; then :
7548 if test $ac_cv_func_remove = no; then
7549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7550 $as_echo_n "checking for remove in -lposix... " >&6; }
7551 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7552 $as_echo_n "(cached) " >&6
7553 else
7554 ac_check_lib_save_LIBS=$LIBS
7555 LIBS="-lposix $LIBS"
7556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7557 /* end confdefs.h. */
7559 /* Override any GCC internal prototype to avoid an error.
7560 Use char because int might match the return type of a GCC
7561 builtin and then its argument prototype would still apply. */
7562 #ifdef __cplusplus
7563 extern "C"
7564 #endif
7565 char remove ();
7567 main ()
7569 return remove ();
7571 return 0;
7573 _ACEOF
7574 if ac_fn_c_try_link "$LINENO"; then :
7575 ac_cv_lib_posix_remove=yes
7576 else
7577 ac_cv_lib_posix_remove=no
7579 rm -f core conftest.err conftest.$ac_objext \
7580 conftest$ac_exeext conftest.$ac_ext
7581 LIBS=$ac_check_lib_save_LIBS
7583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7584 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7585 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7586 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7591 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7592 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7593 if test "x$ac_cv_func_shmat" = x""yes; then :
7597 if test $ac_cv_func_shmat = no; then
7598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7599 $as_echo_n "checking for shmat in -lipc... " >&6; }
7600 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7601 $as_echo_n "(cached) " >&6
7602 else
7603 ac_check_lib_save_LIBS=$LIBS
7604 LIBS="-lipc $LIBS"
7605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7606 /* end confdefs.h. */
7608 /* Override any GCC internal prototype to avoid an error.
7609 Use char because int might match the return type of a GCC
7610 builtin and then its argument prototype would still apply. */
7611 #ifdef __cplusplus
7612 extern "C"
7613 #endif
7614 char shmat ();
7616 main ()
7618 return shmat ();
7620 return 0;
7622 _ACEOF
7623 if ac_fn_c_try_link "$LINENO"; then :
7624 ac_cv_lib_ipc_shmat=yes
7625 else
7626 ac_cv_lib_ipc_shmat=no
7628 rm -f core conftest.err conftest.$ac_objext \
7629 conftest$ac_exeext conftest.$ac_ext
7630 LIBS=$ac_check_lib_save_LIBS
7632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7633 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7634 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7635 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7641 # Check for libraries that X11R6 Xt/Xaw programs need.
7642 ac_save_LDFLAGS=$LDFLAGS
7643 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7644 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7645 # check for ICE first), but we must link in the order -lSM -lICE or
7646 # we get undefined symbols. So assume we have SM if we have ICE.
7647 # These have to be linked with before -lX11, unlike the other
7648 # libraries we check for below, so use a different variable.
7649 # John Interrante, Karl Berry
7650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7651 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7652 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7653 $as_echo_n "(cached) " >&6
7654 else
7655 ac_check_lib_save_LIBS=$LIBS
7656 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7657 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7658 /* end confdefs.h. */
7660 /* Override any GCC internal prototype to avoid an error.
7661 Use char because int might match the return type of a GCC
7662 builtin and then its argument prototype would still apply. */
7663 #ifdef __cplusplus
7664 extern "C"
7665 #endif
7666 char IceConnectionNumber ();
7668 main ()
7670 return IceConnectionNumber ();
7672 return 0;
7674 _ACEOF
7675 if ac_fn_c_try_link "$LINENO"; then :
7676 ac_cv_lib_ICE_IceConnectionNumber=yes
7677 else
7678 ac_cv_lib_ICE_IceConnectionNumber=no
7680 rm -f core conftest.err conftest.$ac_objext \
7681 conftest$ac_exeext conftest.$ac_ext
7682 LIBS=$ac_check_lib_save_LIBS
7684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7685 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7686 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7687 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7690 LDFLAGS=$ac_save_LDFLAGS
7695 if test "$have_x" = "yes"
7696 then
7697 XLIB="-lX11"
7698 ac_save_CPPFLAGS="$CPPFLAGS"
7699 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7702 $as_echo_n "checking for -lX11... " >&6; }
7703 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7704 $as_echo_n "(cached) " >&6
7705 else
7706 ac_check_soname_save_LIBS=$LIBS
7707 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7709 /* end confdefs.h. */
7711 /* Override any GCC internal prototype to avoid an error.
7712 Use char because int might match the return type of a GCC
7713 builtin and then its argument prototype would still apply. */
7714 #ifdef __cplusplus
7715 extern "C"
7716 #endif
7717 char XCreateWindow ();
7719 main ()
7721 return XCreateWindow ();
7723 return 0;
7725 _ACEOF
7726 if ac_fn_c_try_link "$LINENO"; then :
7727 case "$LIBEXT" in
7728 dll) ;;
7729 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'` ;;
7730 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7731 esac
7733 rm -f core conftest.err conftest.$ac_objext \
7734 conftest$ac_exeext conftest.$ac_ext
7735 LIBS=$ac_check_soname_save_LIBS
7737 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7739 $as_echo "not found" >&6; }
7741 else
7742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7743 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7745 cat >>confdefs.h <<_ACEOF
7746 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7747 _ACEOF
7751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7752 $as_echo_n "checking for -lXext... " >&6; }
7753 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7754 $as_echo_n "(cached) " >&6
7755 else
7756 ac_check_soname_save_LIBS=$LIBS
7757 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7759 /* end confdefs.h. */
7761 /* Override any GCC internal prototype to avoid an error.
7762 Use char because int might match the return type of a GCC
7763 builtin and then its argument prototype would still apply. */
7764 #ifdef __cplusplus
7765 extern "C"
7766 #endif
7767 char XextCreateExtension ();
7769 main ()
7771 return XextCreateExtension ();
7773 return 0;
7775 _ACEOF
7776 if ac_fn_c_try_link "$LINENO"; then :
7777 case "$LIBEXT" in
7778 dll) ;;
7779 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'` ;;
7780 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7781 esac
7783 rm -f core conftest.err conftest.$ac_objext \
7784 conftest$ac_exeext conftest.$ac_ext
7785 LIBS=$ac_check_soname_save_LIBS
7787 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7789 $as_echo "not found" >&6; }
7791 else
7792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7793 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7795 cat >>confdefs.h <<_ACEOF
7796 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7797 _ACEOF
7799 XLIB="-lXext $XLIB"
7802 for ac_header in X11/Xlib.h \
7803 X11/XKBlib.h \
7804 X11/Xutil.h \
7805 X11/Xcursor/Xcursor.h \
7806 X11/extensions/shape.h \
7807 X11/extensions/XInput.h \
7808 X11/extensions/XShm.h \
7809 X11/extensions/Xcomposite.h \
7810 X11/extensions/Xinerama.h \
7811 X11/extensions/Xrandr.h \
7812 X11/extensions/Xrender.h \
7813 X11/extensions/xf86vmode.h \
7814 X11/extensions/xf86vmproto.h
7815 do :
7816 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7817 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7818 # include <X11/Xlib.h>
7819 #endif
7820 #ifdef HAVE_X11_XUTIL_H
7821 # include <X11/Xutil.h>
7822 #endif
7824 eval as_val=\$$as_ac_Header
7825 if test "x$as_val" = x""yes; then :
7826 cat >>confdefs.h <<_ACEOF
7827 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7828 _ACEOF
7832 done
7835 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7836 then
7837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7838 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7839 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7840 $as_echo_n "(cached) " >&6
7841 else
7842 ac_check_lib_save_LIBS=$LIBS
7843 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7845 /* end confdefs.h. */
7847 /* Override any GCC internal prototype to avoid an error.
7848 Use char because int might match the return type of a GCC
7849 builtin and then its argument prototype would still apply. */
7850 #ifdef __cplusplus
7851 extern "C"
7852 #endif
7853 char XkbQueryExtension ();
7855 main ()
7857 return XkbQueryExtension ();
7859 return 0;
7861 _ACEOF
7862 if ac_fn_c_try_link "$LINENO"; then :
7863 ac_cv_lib_X11_XkbQueryExtension=yes
7864 else
7865 ac_cv_lib_X11_XkbQueryExtension=no
7867 rm -f core conftest.err conftest.$ac_objext \
7868 conftest$ac_exeext conftest.$ac_ext
7869 LIBS=$ac_check_lib_save_LIBS
7871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7872 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7873 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7875 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7881 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7882 then
7883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7884 $as_echo_n "checking for -lXcursor... " >&6; }
7885 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7886 $as_echo_n "(cached) " >&6
7887 else
7888 ac_check_soname_save_LIBS=$LIBS
7889 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7890 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7891 /* end confdefs.h. */
7893 /* Override any GCC internal prototype to avoid an error.
7894 Use char because int might match the return type of a GCC
7895 builtin and then its argument prototype would still apply. */
7896 #ifdef __cplusplus
7897 extern "C"
7898 #endif
7899 char XcursorImageLoadCursor ();
7901 main ()
7903 return XcursorImageLoadCursor ();
7905 return 0;
7907 _ACEOF
7908 if ac_fn_c_try_link "$LINENO"; then :
7909 case "$LIBEXT" in
7910 dll) ;;
7911 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'` ;;
7912 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7913 esac
7915 rm -f core conftest.err conftest.$ac_objext \
7916 conftest$ac_exeext conftest.$ac_ext
7917 LIBS=$ac_check_soname_save_LIBS
7919 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7921 $as_echo "not found" >&6; }
7923 else
7924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7925 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7927 cat >>confdefs.h <<_ACEOF
7928 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7929 _ACEOF
7934 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7935 case "x$with_xcursor" in
7936 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7937 xno) ;;
7938 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7939 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7940 esac
7943 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7944 then
7945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7946 $as_echo_n "checking for -lXi... " >&6; }
7947 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7948 $as_echo_n "(cached) " >&6
7949 else
7950 ac_check_soname_save_LIBS=$LIBS
7951 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7953 /* end confdefs.h. */
7955 /* Override any GCC internal prototype to avoid an error.
7956 Use char because int might match the return type of a GCC
7957 builtin and then its argument prototype would still apply. */
7958 #ifdef __cplusplus
7959 extern "C"
7960 #endif
7961 char XOpenDevice ();
7963 main ()
7965 return XOpenDevice ();
7967 return 0;
7969 _ACEOF
7970 if ac_fn_c_try_link "$LINENO"; then :
7971 case "$LIBEXT" in
7972 dll) ;;
7973 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'` ;;
7974 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7975 esac
7977 rm -f core conftest.err conftest.$ac_objext \
7978 conftest$ac_exeext conftest.$ac_ext
7979 LIBS=$ac_check_soname_save_LIBS
7981 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7983 $as_echo "not found" >&6; }
7985 else
7986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
7987 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
7989 cat >>confdefs.h <<_ACEOF
7990 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
7991 _ACEOF
7996 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7997 case "x$with_xinput" in
7998 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
7999 xno) ;;
8000 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8001 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8002 esac
8005 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8006 then
8007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8008 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8009 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8010 $as_echo_n "(cached) " >&6
8011 else
8012 ac_check_lib_save_LIBS=$LIBS
8013 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8015 /* end confdefs.h. */
8017 /* Override any GCC internal prototype to avoid an error.
8018 Use char because int might match the return type of a GCC
8019 builtin and then its argument prototype would still apply. */
8020 #ifdef __cplusplus
8021 extern "C"
8022 #endif
8023 char XShmQueryExtension ();
8025 main ()
8027 return XShmQueryExtension ();
8029 return 0;
8031 _ACEOF
8032 if ac_fn_c_try_link "$LINENO"; then :
8033 ac_cv_lib_Xext_XShmQueryExtension=yes
8034 else
8035 ac_cv_lib_Xext_XShmQueryExtension=no
8037 rm -f core conftest.err conftest.$ac_objext \
8038 conftest$ac_exeext conftest.$ac_ext
8039 LIBS=$ac_check_lib_save_LIBS
8041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8042 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8043 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8045 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8050 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8051 case "x$with_xshm" in
8052 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8053 xno) ;;
8054 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8055 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8056 esac
8059 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8060 then
8061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8062 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8063 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8064 $as_echo_n "(cached) " >&6
8065 else
8066 ac_check_lib_save_LIBS=$LIBS
8067 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8069 /* end confdefs.h. */
8071 /* Override any GCC internal prototype to avoid an error.
8072 Use char because int might match the return type of a GCC
8073 builtin and then its argument prototype would still apply. */
8074 #ifdef __cplusplus
8075 extern "C"
8076 #endif
8077 char XShapeQueryExtension ();
8079 main ()
8081 return XShapeQueryExtension ();
8083 return 0;
8085 _ACEOF
8086 if ac_fn_c_try_link "$LINENO"; then :
8087 ac_cv_lib_Xext_XShapeQueryExtension=yes
8088 else
8089 ac_cv_lib_Xext_XShapeQueryExtension=no
8091 rm -f core conftest.err conftest.$ac_objext \
8092 conftest$ac_exeext conftest.$ac_ext
8093 LIBS=$ac_check_lib_save_LIBS
8095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8096 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8097 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8099 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8104 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8105 case "x$with_xshape" in
8106 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8107 xno) ;;
8108 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8109 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8110 esac
8113 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8114 then
8115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8116 $as_echo_n "checking for -lXxf86vm... " >&6; }
8117 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8118 $as_echo_n "(cached) " >&6
8119 else
8120 ac_check_soname_save_LIBS=$LIBS
8121 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8123 /* end confdefs.h. */
8125 /* Override any GCC internal prototype to avoid an error.
8126 Use char because int might match the return type of a GCC
8127 builtin and then its argument prototype would still apply. */
8128 #ifdef __cplusplus
8129 extern "C"
8130 #endif
8131 char XF86VidModeQueryExtension ();
8133 main ()
8135 return XF86VidModeQueryExtension ();
8137 return 0;
8139 _ACEOF
8140 if ac_fn_c_try_link "$LINENO"; then :
8141 case "$LIBEXT" in
8142 dll) ;;
8143 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'` ;;
8144 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8145 esac
8147 rm -f core conftest.err conftest.$ac_objext \
8148 conftest$ac_exeext conftest.$ac_ext
8149 LIBS=$ac_check_soname_save_LIBS
8151 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8153 $as_echo "not found" >&6; }
8155 else
8156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8157 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8159 cat >>confdefs.h <<_ACEOF
8160 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8161 _ACEOF
8166 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8167 case "x$with_xxf86vm" in
8168 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8169 xno) ;;
8170 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8171 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8172 esac
8175 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"
8176 then
8177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8178 $as_echo_n "checking for -lXrender... " >&6; }
8179 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8180 $as_echo_n "(cached) " >&6
8181 else
8182 ac_check_soname_save_LIBS=$LIBS
8183 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8185 /* end confdefs.h. */
8187 /* Override any GCC internal prototype to avoid an error.
8188 Use char because int might match the return type of a GCC
8189 builtin and then its argument prototype would still apply. */
8190 #ifdef __cplusplus
8191 extern "C"
8192 #endif
8193 char XRenderQueryExtension ();
8195 main ()
8197 return XRenderQueryExtension ();
8199 return 0;
8201 _ACEOF
8202 if ac_fn_c_try_link "$LINENO"; then :
8203 case "$LIBEXT" in
8204 dll) ;;
8205 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'` ;;
8206 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8207 esac
8209 rm -f core conftest.err conftest.$ac_objext \
8210 conftest$ac_exeext conftest.$ac_ext
8211 LIBS=$ac_check_soname_save_LIBS
8213 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8215 $as_echo "not found" >&6; }
8217 else
8218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8219 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8221 cat >>confdefs.h <<_ACEOF
8222 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8223 _ACEOF
8225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8226 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8227 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8228 $as_echo_n "(cached) " >&6
8229 else
8230 ac_check_lib_save_LIBS=$LIBS
8231 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8233 /* end confdefs.h. */
8235 /* Override any GCC internal prototype to avoid an error.
8236 Use char because int might match the return type of a GCC
8237 builtin and then its argument prototype would still apply. */
8238 #ifdef __cplusplus
8239 extern "C"
8240 #endif
8241 char XRenderSetPictureTransform ();
8243 main ()
8245 return XRenderSetPictureTransform ();
8247 return 0;
8249 _ACEOF
8250 if ac_fn_c_try_link "$LINENO"; then :
8251 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8252 else
8253 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8255 rm -f core conftest.err conftest.$ac_objext \
8256 conftest$ac_exeext conftest.$ac_ext
8257 LIBS=$ac_check_lib_save_LIBS
8259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8260 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8261 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8263 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8270 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8271 case "x$with_xrender" in
8272 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8273 xno) ;;
8274 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8275 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8276 esac
8279 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8280 then
8281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8282 /* end confdefs.h. */
8283 #include <X11/Xlib.h>
8284 #include <X11/extensions/Xrandr.h>
8286 main ()
8288 static typeof(XRRSetScreenConfigAndRate) * func;
8290 return 0;
8292 _ACEOF
8293 if ac_fn_c_try_compile "$LINENO"; then :
8294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8295 $as_echo_n "checking for -lXrandr... " >&6; }
8296 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8297 $as_echo_n "(cached) " >&6
8298 else
8299 ac_check_soname_save_LIBS=$LIBS
8300 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8302 /* end confdefs.h. */
8304 /* Override any GCC internal prototype to avoid an error.
8305 Use char because int might match the return type of a GCC
8306 builtin and then its argument prototype would still apply. */
8307 #ifdef __cplusplus
8308 extern "C"
8309 #endif
8310 char XRRQueryExtension ();
8312 main ()
8314 return XRRQueryExtension ();
8316 return 0;
8318 _ACEOF
8319 if ac_fn_c_try_link "$LINENO"; then :
8320 case "$LIBEXT" in
8321 dll) ;;
8322 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'` ;;
8323 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8324 esac
8326 rm -f core conftest.err conftest.$ac_objext \
8327 conftest$ac_exeext conftest.$ac_ext
8328 LIBS=$ac_check_soname_save_LIBS
8330 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8332 $as_echo "not found" >&6; }
8334 else
8335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8336 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8338 cat >>confdefs.h <<_ACEOF
8339 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8340 _ACEOF
8345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8347 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8348 case "x$with_xrandr" in
8349 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8350 xno) ;;
8351 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8352 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8353 esac
8356 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8357 then
8358 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8359 /* end confdefs.h. */
8360 #include <X11/Xlib.h>
8361 #include <X11/extensions/Xinerama.h>
8363 main ()
8365 static typeof(XineramaQueryScreens) * func;
8367 return 0;
8369 _ACEOF
8370 if ac_fn_c_try_compile "$LINENO"; then :
8371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8372 $as_echo_n "checking for -lXinerama... " >&6; }
8373 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8374 $as_echo_n "(cached) " >&6
8375 else
8376 ac_check_soname_save_LIBS=$LIBS
8377 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8379 /* end confdefs.h. */
8381 /* Override any GCC internal prototype to avoid an error.
8382 Use char because int might match the return type of a GCC
8383 builtin and then its argument prototype would still apply. */
8384 #ifdef __cplusplus
8385 extern "C"
8386 #endif
8387 char XineramaQueryScreens ();
8389 main ()
8391 return XineramaQueryScreens ();
8393 return 0;
8395 _ACEOF
8396 if ac_fn_c_try_link "$LINENO"; then :
8397 case "$LIBEXT" in
8398 dll) ;;
8399 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'` ;;
8400 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8401 esac
8403 rm -f core conftest.err conftest.$ac_objext \
8404 conftest$ac_exeext conftest.$ac_ext
8405 LIBS=$ac_check_soname_save_LIBS
8407 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8409 $as_echo "not found" >&6; }
8411 else
8412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8413 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8415 cat >>confdefs.h <<_ACEOF
8416 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8417 _ACEOF
8422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8424 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8425 case "x$with_xinerama" in
8426 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8427 xno) ;;
8428 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8429 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8430 esac
8433 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8434 then
8435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8436 $as_echo_n "checking for -lXcomposite... " >&6; }
8437 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8438 $as_echo_n "(cached) " >&6
8439 else
8440 ac_check_soname_save_LIBS=$LIBS
8441 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8443 /* end confdefs.h. */
8445 /* Override any GCC internal prototype to avoid an error.
8446 Use char because int might match the return type of a GCC
8447 builtin and then its argument prototype would still apply. */
8448 #ifdef __cplusplus
8449 extern "C"
8450 #endif
8451 char XCompositeRedirectWindow ();
8453 main ()
8455 return XCompositeRedirectWindow ();
8457 return 0;
8459 _ACEOF
8460 if ac_fn_c_try_link "$LINENO"; then :
8461 case "$LIBEXT" in
8462 dll) ;;
8463 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'` ;;
8464 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8465 esac
8467 rm -f core conftest.err conftest.$ac_objext \
8468 conftest$ac_exeext conftest.$ac_ext
8469 LIBS=$ac_check_soname_save_LIBS
8471 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8473 $as_echo "not found" >&6; }
8475 else
8476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8477 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8479 cat >>confdefs.h <<_ACEOF
8480 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8481 _ACEOF
8486 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8487 case "x$with_xcomposite" in
8488 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8489 xno) ;;
8490 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8491 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8492 esac
8495 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8496 #include <X11/Xlib.h>
8497 #endif
8499 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8501 cat >>confdefs.h <<_ACEOF
8502 #define HAVE_XICCALLBACK_CALLBACK 1
8503 _ACEOF
8510 opengl_msg=""
8511 if test "x$with_opengl" != "xno"
8512 then
8513 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8514 do :
8515 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8516 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8517 # include <GL/glx.h>
8518 #endif
8520 eval as_val=\$$as_ac_Header
8521 if test "x$as_val" = x""yes; then :
8522 cat >>confdefs.h <<_ACEOF
8523 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8524 _ACEOF
8528 done
8530 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8531 then
8532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8533 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8534 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8535 $as_echo_n "(cached) " >&6
8536 else
8537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8538 /* end confdefs.h. */
8539 #include <GL/gl.h>
8541 main ()
8543 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8545 return 0;
8547 _ACEOF
8548 if ac_fn_c_try_compile "$LINENO"; then :
8549 wine_cv_opengl_header_version_OK="yes"
8550 else
8551 wine_cv_opengl_header_version_OK="no"
8553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8556 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8558 if test "$wine_cv_opengl_header_version_OK" = "yes"
8559 then
8560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8561 $as_echo_n "checking for -lGL... " >&6; }
8562 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8563 $as_echo_n "(cached) " >&6
8564 else
8565 ac_check_soname_save_LIBS=$LIBS
8566 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8568 /* end confdefs.h. */
8570 /* Override any GCC internal prototype to avoid an error.
8571 Use char because int might match the return type of a GCC
8572 builtin and then its argument prototype would still apply. */
8573 #ifdef __cplusplus
8574 extern "C"
8575 #endif
8576 char glXCreateContext ();
8578 main ()
8580 return glXCreateContext ();
8582 return 0;
8584 _ACEOF
8585 if ac_fn_c_try_link "$LINENO"; then :
8586 case "$LIBEXT" in
8587 dll) ;;
8588 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'` ;;
8589 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8590 esac
8592 rm -f core conftest.err conftest.$ac_objext \
8593 conftest$ac_exeext conftest.$ac_ext
8594 LIBS=$ac_check_soname_save_LIBS
8596 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8598 $as_echo "not found" >&6; }
8599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8600 $as_echo_n "checking for -lGL... " >&6; }
8601 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8602 $as_echo_n "(cached) " >&6
8603 else
8604 ac_check_soname_save_LIBS=$LIBS
8605 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"
8606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8607 /* end confdefs.h. */
8609 /* Override any GCC internal prototype to avoid an error.
8610 Use char because int might match the return type of a GCC
8611 builtin and then its argument prototype would still apply. */
8612 #ifdef __cplusplus
8613 extern "C"
8614 #endif
8615 char glXCreateContext ();
8617 main ()
8619 return glXCreateContext ();
8621 return 0;
8623 _ACEOF
8624 if ac_fn_c_try_link "$LINENO"; then :
8625 case "$LIBEXT" in
8626 dll) ;;
8627 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'` ;;
8628 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8629 esac
8631 rm -f core conftest.err conftest.$ac_objext \
8632 conftest$ac_exeext conftest.$ac_ext
8633 LIBS=$ac_check_soname_save_LIBS
8635 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8637 $as_echo "not found" >&6; }
8638 if test -f /usr/X11R6/lib/libGL.a
8639 then
8640 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8641 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8642 else
8643 opengl_msg="No OpenGL library found on this system."
8645 else
8646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8647 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8649 cat >>confdefs.h <<_ACEOF
8650 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8651 _ACEOF
8653 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"
8655 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8658 else
8659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8660 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8662 cat >>confdefs.h <<_ACEOF
8663 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8664 _ACEOF
8666 OPENGL_LIBS="-lGL"
8668 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8671 if test "$ac_cv_header_GL_glu_h" = "yes"
8672 then
8673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8674 $as_echo_n "checking for -lGLU... " >&6; }
8675 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8676 $as_echo_n "(cached) " >&6
8677 else
8678 ac_check_soname_save_LIBS=$LIBS
8679 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8681 /* end confdefs.h. */
8683 /* Override any GCC internal prototype to avoid an error.
8684 Use char because int might match the return type of a GCC
8685 builtin and then its argument prototype would still apply. */
8686 #ifdef __cplusplus
8687 extern "C"
8688 #endif
8689 char gluLookAt ();
8691 main ()
8693 return gluLookAt ();
8695 return 0;
8697 _ACEOF
8698 if ac_fn_c_try_link "$LINENO"; then :
8699 case "$LIBEXT" in
8700 dll) ;;
8701 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'` ;;
8702 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8703 esac
8705 rm -f core conftest.err conftest.$ac_objext \
8706 conftest$ac_exeext conftest.$ac_ext
8707 LIBS=$ac_check_soname_save_LIBS
8709 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8711 $as_echo "not found" >&6; }
8713 else
8714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8715 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8717 cat >>confdefs.h <<_ACEOF
8718 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8719 _ACEOF
8724 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8725 case "x$with_glu" in
8726 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8727 xno) ;;
8728 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8729 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8730 esac
8732 else
8733 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8735 else
8736 opengl_msg="OpenGL development headers not found."
8738 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8739 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8740 else
8741 enable_opengl32=${enable_opengl32:-no}
8742 enable_glu32=${enable_glu32:-no}
8744 if test -n "$opengl_msg"; then :
8745 case "x$with_opengl" in
8746 x) wine_warnings="$wine_warnings|$opengl_msg
8747 OpenGL and Direct3D won't be supported." ;;
8748 xno) ;;
8749 *) as_fn_error "$opengl_msg
8750 OpenGL and Direct3D won't be supported.
8751 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8752 esac
8755 NASLIBS=""
8757 for ac_header in audio/audiolib.h
8758 do :
8759 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8760 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8761 cat >>confdefs.h <<_ACEOF
8762 #define HAVE_AUDIO_AUDIOLIB_H 1
8763 _ACEOF
8764 for ac_header in audio/soundlib.h
8765 do :
8766 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8768 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8769 cat >>confdefs.h <<_ACEOF
8770 #define HAVE_AUDIO_SOUNDLIB_H 1
8771 _ACEOF
8775 done
8777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8778 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8779 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8780 $as_echo_n "(cached) " >&6
8781 else
8782 ac_check_lib_save_LIBS=$LIBS
8783 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8785 /* end confdefs.h. */
8787 /* Override any GCC internal prototype to avoid an error.
8788 Use char because int might match the return type of a GCC
8789 builtin and then its argument prototype would still apply. */
8790 #ifdef __cplusplus
8791 extern "C"
8792 #endif
8793 char AuCreateFlow ();
8795 main ()
8797 return AuCreateFlow ();
8799 return 0;
8801 _ACEOF
8802 if ac_fn_c_try_link "$LINENO"; then :
8803 ac_cv_lib_audio_AuCreateFlow=yes
8804 else
8805 ac_cv_lib_audio_AuCreateFlow=no
8807 rm -f core conftest.err conftest.$ac_objext \
8808 conftest$ac_exeext conftest.$ac_ext
8809 LIBS=$ac_check_lib_save_LIBS
8811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8812 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8813 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8815 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8818 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8819 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8820 $as_echo_n "(cached) " >&6
8821 else
8822 ac_check_lib_save_LIBS=$LIBS
8823 LIBS="-lXau $X_LIBS $LIBS"
8824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8825 /* end confdefs.h. */
8827 /* Override any GCC internal prototype to avoid an error.
8828 Use char because int might match the return type of a GCC
8829 builtin and then its argument prototype would still apply. */
8830 #ifdef __cplusplus
8831 extern "C"
8832 #endif
8833 char XauGetBestAuthByAddr ();
8835 main ()
8837 return XauGetBestAuthByAddr ();
8839 return 0;
8841 _ACEOF
8842 if ac_fn_c_try_link "$LINENO"; then :
8843 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8844 else
8845 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8847 rm -f core conftest.err conftest.$ac_objext \
8848 conftest$ac_exeext conftest.$ac_ext
8849 LIBS=$ac_check_lib_save_LIBS
8851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8852 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8853 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8854 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8855 else
8856 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8864 done
8867 CPPFLAGS="$ac_save_CPPFLAGS"
8868 else
8869 XLIB=""
8870 X_CFLAGS=""
8871 X_LIBS=""
8872 enable_winex11_drv=${enable_winex11_drv:-no}
8873 enable_opengl32=${enable_opengl32:-no}
8874 enable_glu32=${enable_glu32:-no}
8876 if test "x$XLIB" = "x"; then :
8877 case "x$with_x" in
8878 xno) ;;
8879 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
8880 without X support, which probably isn't what you want. You will need to install
8881 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8882 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8883 esac
8887 XML2LIBS=""
8889 XML2INCL=""
8891 XSLTINCL=""
8893 if test "x$with_xml" != "xno"
8894 then
8895 ac_save_CPPFLAGS="$CPPFLAGS"
8896 if test "$PKG_CONFIG" != "false"
8897 then
8898 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8899 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8900 else
8901 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8902 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
8904 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8905 for ac_header in libxml/parser.h
8906 do :
8907 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8908 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8909 cat >>confdefs.h <<_ACEOF
8910 #define HAVE_LIBXML_PARSER_H 1
8911 _ACEOF
8912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8913 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8914 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8915 $as_echo_n "(cached) " >&6
8916 else
8917 ac_check_lib_save_LIBS=$LIBS
8918 LIBS="-lxml2 $ac_xml_libs $LIBS"
8919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8920 /* end confdefs.h. */
8922 /* Override any GCC internal prototype to avoid an error.
8923 Use char because int might match the return type of a GCC
8924 builtin and then its argument prototype would still apply. */
8925 #ifdef __cplusplus
8926 extern "C"
8927 #endif
8928 char xmlParseMemory ();
8930 main ()
8932 return xmlParseMemory ();
8934 return 0;
8936 _ACEOF
8937 if ac_fn_c_try_link "$LINENO"; then :
8938 ac_cv_lib_xml2_xmlParseMemory=yes
8939 else
8940 ac_cv_lib_xml2_xmlParseMemory=no
8942 rm -f core conftest.err conftest.$ac_objext \
8943 conftest$ac_exeext conftest.$ac_ext
8944 LIBS=$ac_check_lib_save_LIBS
8946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8947 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8948 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8950 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8952 XML2LIBS="$ac_xml_libs"
8953 XML2INCL="$ac_xml_cflags"
8956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8957 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8958 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8959 $as_echo_n "(cached) " >&6
8960 else
8961 ac_check_lib_save_LIBS=$LIBS
8962 LIBS="-lxml2 $ac_xml_libs $LIBS"
8963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8964 /* end confdefs.h. */
8966 /* Override any GCC internal prototype to avoid an error.
8967 Use char because int might match the return type of a GCC
8968 builtin and then its argument prototype would still apply. */
8969 #ifdef __cplusplus
8970 extern "C"
8971 #endif
8972 char xmlReadMemory ();
8974 main ()
8976 return xmlReadMemory ();
8978 return 0;
8980 _ACEOF
8981 if ac_fn_c_try_link "$LINENO"; then :
8982 ac_cv_lib_xml2_xmlReadMemory=yes
8983 else
8984 ac_cv_lib_xml2_xmlReadMemory=no
8986 rm -f core conftest.err conftest.$ac_objext \
8987 conftest$ac_exeext conftest.$ac_ext
8988 LIBS=$ac_check_lib_save_LIBS
8990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
8991 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
8992 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
8994 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
8998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
8999 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9000 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9001 $as_echo_n "(cached) " >&6
9002 else
9003 ac_check_lib_save_LIBS=$LIBS
9004 LIBS="-lxml2 $ac_xml_libs $LIBS"
9005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9006 /* end confdefs.h. */
9008 /* Override any GCC internal prototype to avoid an error.
9009 Use char because int might match the return type of a GCC
9010 builtin and then its argument prototype would still apply. */
9011 #ifdef __cplusplus
9012 extern "C"
9013 #endif
9014 char xmlNewDocPI ();
9016 main ()
9018 return xmlNewDocPI ();
9020 return 0;
9022 _ACEOF
9023 if ac_fn_c_try_link "$LINENO"; then :
9024 ac_cv_lib_xml2_xmlNewDocPI=yes
9025 else
9026 ac_cv_lib_xml2_xmlNewDocPI=no
9028 rm -f core conftest.err conftest.$ac_objext \
9029 conftest$ac_exeext conftest.$ac_ext
9030 LIBS=$ac_check_lib_save_LIBS
9032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9033 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9034 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9036 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9043 done
9045 CPPFLAGS="$ac_save_CPPFLAGS"
9047 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9048 case "x$with_xml" in
9049 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9050 xno) ;;
9051 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9052 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9053 esac
9056 if test "x$with_xslt" != "xno"
9057 then
9058 if test "$PKG_CONFIG" != "false"
9059 then
9060 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9061 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9062 else
9063 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9064 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9066 ac_save_CPPFLAGS="$CPPFLAGS"
9067 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9068 for ac_header in libxslt/pattern.h libxslt/transform.h
9069 do :
9070 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9071 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9072 # include <libxslt/pattern.h>
9073 #endif
9075 eval as_val=\$$as_ac_Header
9076 if test "x$as_val" = x""yes; then :
9077 cat >>confdefs.h <<_ACEOF
9078 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9079 _ACEOF
9083 done
9085 CPPFLAGS="$ac_save_CPPFLAGS"
9086 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9087 then
9088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9089 $as_echo_n "checking for -lxslt... " >&6; }
9090 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9091 $as_echo_n "(cached) " >&6
9092 else
9093 ac_check_soname_save_LIBS=$LIBS
9094 LIBS="-lxslt $ac_xslt_libs $LIBS"
9095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9096 /* end confdefs.h. */
9098 /* Override any GCC internal prototype to avoid an error.
9099 Use char because int might match the return type of a GCC
9100 builtin and then its argument prototype would still apply. */
9101 #ifdef __cplusplus
9102 extern "C"
9103 #endif
9104 char xsltCompilePattern ();
9106 main ()
9108 return xsltCompilePattern ();
9110 return 0;
9112 _ACEOF
9113 if ac_fn_c_try_link "$LINENO"; then :
9114 case "$LIBEXT" in
9115 dll) ;;
9116 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'` ;;
9117 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9118 esac
9120 rm -f core conftest.err conftest.$ac_objext \
9121 conftest$ac_exeext conftest.$ac_ext
9122 LIBS=$ac_check_soname_save_LIBS
9124 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9126 $as_echo "not found" >&6; }
9128 else
9129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9130 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9132 cat >>confdefs.h <<_ACEOF
9133 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9134 _ACEOF
9136 XSLTINCL="$ac_xslt_cflags"
9140 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9141 case "x$with_xslt" in
9142 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9143 xno) ;;
9144 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9145 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9146 esac
9149 HALINCL=""
9151 if test "x$with_hal" != "xno"
9152 then
9153 ac_save_CPPFLAGS="$CPPFLAGS"
9154 if test "$PKG_CONFIG" != "false"
9155 then
9156 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9157 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9158 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9160 for ac_header in dbus/dbus.h hal/libhal.h
9161 do :
9162 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9163 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9164 eval as_val=\$$as_ac_Header
9165 if test "x$as_val" = x""yes; then :
9166 cat >>confdefs.h <<_ACEOF
9167 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9168 _ACEOF
9172 done
9174 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9175 then
9176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9177 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9178 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9179 $as_echo_n "(cached) " >&6
9180 else
9181 ac_check_lib_save_LIBS=$LIBS
9182 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9184 /* end confdefs.h. */
9186 /* Override any GCC internal prototype to avoid an error.
9187 Use char because int might match the return type of a GCC
9188 builtin and then its argument prototype would still apply. */
9189 #ifdef __cplusplus
9190 extern "C"
9191 #endif
9192 char dbus_connection_close ();
9194 main ()
9196 return dbus_connection_close ();
9198 return 0;
9200 _ACEOF
9201 if ac_fn_c_try_link "$LINENO"; then :
9202 ac_cv_lib_dbus_1_dbus_connection_close=yes
9203 else
9204 ac_cv_lib_dbus_1_dbus_connection_close=no
9206 rm -f core conftest.err conftest.$ac_objext \
9207 conftest$ac_exeext conftest.$ac_ext
9208 LIBS=$ac_check_lib_save_LIBS
9210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9211 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9212 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9214 $as_echo_n "checking for -lhal... " >&6; }
9215 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9216 $as_echo_n "(cached) " >&6
9217 else
9218 ac_check_soname_save_LIBS=$LIBS
9219 LIBS="-lhal $ac_hal_libs $LIBS"
9220 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9221 /* end confdefs.h. */
9223 /* Override any GCC internal prototype to avoid an error.
9224 Use char because int might match the return type of a GCC
9225 builtin and then its argument prototype would still apply. */
9226 #ifdef __cplusplus
9227 extern "C"
9228 #endif
9229 char libhal_ctx_new ();
9231 main ()
9233 return libhal_ctx_new ();
9235 return 0;
9237 _ACEOF
9238 if ac_fn_c_try_link "$LINENO"; then :
9239 case "$LIBEXT" in
9240 dll) ;;
9241 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'` ;;
9242 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9243 esac
9245 rm -f core conftest.err conftest.$ac_objext \
9246 conftest$ac_exeext conftest.$ac_ext
9247 LIBS=$ac_check_soname_save_LIBS
9249 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9251 $as_echo "not found" >&6; }
9253 else
9254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9255 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9257 cat >>confdefs.h <<_ACEOF
9258 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9259 _ACEOF
9261 HALINCL="$ac_hal_cflags"
9266 CPPFLAGS="$ac_save_CPPFLAGS"
9268 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9269 case "x$with_hal" in
9270 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9271 xno) ;;
9272 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9273 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9274 esac
9277 if test "x$with_gnutls" != "xno"
9278 then
9279 ac_save_CPPFLAGS="$CPPFLAGS"
9280 if test "$PKG_CONFIG" != "false"
9281 then
9282 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9283 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9284 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9286 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9287 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9289 /* end confdefs.h. */
9290 #include <gnutls/gnutls.h>
9292 main ()
9294 typeof(gnutls_mac_get_key_size) *pfunc;
9296 return 0;
9298 _ACEOF
9299 if ac_fn_c_try_compile "$LINENO"; then :
9300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9301 $as_echo_n "checking for -lgnutls... " >&6; }
9302 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9303 $as_echo_n "(cached) " >&6
9304 else
9305 ac_check_soname_save_LIBS=$LIBS
9306 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9308 /* end confdefs.h. */
9310 /* Override any GCC internal prototype to avoid an error.
9311 Use char because int might match the return type of a GCC
9312 builtin and then its argument prototype would still apply. */
9313 #ifdef __cplusplus
9314 extern "C"
9315 #endif
9316 char gnutls_global_init ();
9318 main ()
9320 return gnutls_global_init ();
9322 return 0;
9324 _ACEOF
9325 if ac_fn_c_try_link "$LINENO"; then :
9326 case "$LIBEXT" in
9327 dll) ;;
9328 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'` ;;
9329 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9330 esac
9332 rm -f core conftest.err conftest.$ac_objext \
9333 conftest$ac_exeext conftest.$ac_ext
9334 LIBS=$ac_check_soname_save_LIBS
9336 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9338 $as_echo "not found" >&6; }
9340 else
9341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9342 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9344 cat >>confdefs.h <<_ACEOF
9345 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9346 _ACEOF
9348 GNUTLSINCL="$ac_gnutls_cflags"
9352 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9356 CPPFLAGS="$ac_save_CPPFLAGS"
9358 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9359 case "x$with_gnutls" in
9360 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9361 xno) ;;
9362 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9363 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9364 esac
9367 CURSESLIBS=""
9368 if test "$ac_cv_header_ncurses_h" = "yes"
9369 then
9370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9371 $as_echo_n "checking for -lncurses... " >&6; }
9372 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9373 $as_echo_n "(cached) " >&6
9374 else
9375 ac_check_soname_save_LIBS=$LIBS
9376 LIBS="-lncurses $LIBS"
9377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9378 /* end confdefs.h. */
9380 /* Override any GCC internal prototype to avoid an error.
9381 Use char because int might match the return type of a GCC
9382 builtin and then its argument prototype would still apply. */
9383 #ifdef __cplusplus
9384 extern "C"
9385 #endif
9386 char waddch ();
9388 main ()
9390 return waddch ();
9392 return 0;
9394 _ACEOF
9395 if ac_fn_c_try_link "$LINENO"; then :
9396 case "$LIBEXT" in
9397 dll) ;;
9398 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'` ;;
9399 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9400 esac
9402 rm -f core conftest.err conftest.$ac_objext \
9403 conftest$ac_exeext conftest.$ac_ext
9404 LIBS=$ac_check_soname_save_LIBS
9406 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9408 $as_echo "not found" >&6; }
9410 else
9411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9412 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9414 cat >>confdefs.h <<_ACEOF
9415 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9416 _ACEOF
9418 CURSESLIBS="-lncurses"
9420 elif test "$ac_cv_header_curses_h" = "yes"
9421 then
9422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9423 $as_echo_n "checking for -lcurses... " >&6; }
9424 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9425 $as_echo_n "(cached) " >&6
9426 else
9427 ac_check_soname_save_LIBS=$LIBS
9428 LIBS="-lcurses $LIBS"
9429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9430 /* end confdefs.h. */
9432 /* Override any GCC internal prototype to avoid an error.
9433 Use char because int might match the return type of a GCC
9434 builtin and then its argument prototype would still apply. */
9435 #ifdef __cplusplus
9436 extern "C"
9437 #endif
9438 char waddch ();
9440 main ()
9442 return waddch ();
9444 return 0;
9446 _ACEOF
9447 if ac_fn_c_try_link "$LINENO"; then :
9448 case "$LIBEXT" in
9449 dll) ;;
9450 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'` ;;
9451 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9452 esac
9454 rm -f core conftest.err conftest.$ac_objext \
9455 conftest$ac_exeext conftest.$ac_ext
9456 LIBS=$ac_check_soname_save_LIBS
9458 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9460 $as_echo "not found" >&6; }
9462 else
9463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9464 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9466 cat >>confdefs.h <<_ACEOF
9467 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9468 _ACEOF
9470 CURSESLIBS="-lcurses"
9473 ac_save_LIBS="$LIBS"
9474 LIBS="$LIBS $CURSESLIBS"
9475 for ac_func in mousemask
9476 do :
9477 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9478 if test "x$ac_cv_func_mousemask" = x""yes; then :
9479 cat >>confdefs.h <<_ACEOF
9480 #define HAVE_MOUSEMASK 1
9481 _ACEOF
9484 done
9486 LIBS="$ac_save_LIBS"
9487 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9488 case "x$with_curses" in
9489 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9490 xno) ;;
9491 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9492 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9493 esac
9496 if test "x$with_sane" != "xno"
9497 then
9498 ac_save_CPPFLAGS="$CPPFLAGS"
9499 # Extract the first word of "sane-config", so it can be a program name with args.
9500 set dummy sane-config; ac_word=$2
9501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9502 $as_echo_n "checking for $ac_word... " >&6; }
9503 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9504 $as_echo_n "(cached) " >&6
9505 else
9506 if test -n "$sane_devel"; then
9507 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9508 else
9509 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9510 for as_dir in $PATH
9512 IFS=$as_save_IFS
9513 test -z "$as_dir" && as_dir=.
9514 for ac_exec_ext in '' $ac_executable_extensions; do
9515 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9516 ac_cv_prog_sane_devel="sane-config"
9517 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9518 break 2
9520 done
9521 done
9522 IFS=$as_save_IFS
9524 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9527 sane_devel=$ac_cv_prog_sane_devel
9528 if test -n "$sane_devel"; then
9529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9530 $as_echo "$sane_devel" >&6; }
9531 else
9532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9533 $as_echo "no" >&6; }
9537 if test "$sane_devel" != "no"
9538 then
9539 ac_sane_incl="`$sane_devel --cflags`"
9540 ac_sane_libs="`$sane_devel --ldflags`"
9541 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9543 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9544 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9546 $as_echo_n "checking for -lsane... " >&6; }
9547 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9548 $as_echo_n "(cached) " >&6
9549 else
9550 ac_check_soname_save_LIBS=$LIBS
9551 LIBS="-lsane $ac_sane_libs $LIBS"
9552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9553 /* end confdefs.h. */
9555 /* Override any GCC internal prototype to avoid an error.
9556 Use char because int might match the return type of a GCC
9557 builtin and then its argument prototype would still apply. */
9558 #ifdef __cplusplus
9559 extern "C"
9560 #endif
9561 char sane_init ();
9563 main ()
9565 return sane_init ();
9567 return 0;
9569 _ACEOF
9570 if ac_fn_c_try_link "$LINENO"; then :
9571 case "$LIBEXT" in
9572 dll) ;;
9573 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'` ;;
9574 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9575 esac
9577 rm -f core conftest.err conftest.$ac_objext \
9578 conftest$ac_exeext conftest.$ac_ext
9579 LIBS=$ac_check_soname_save_LIBS
9581 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9583 $as_echo "not found" >&6; }
9585 else
9586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9587 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9589 cat >>confdefs.h <<_ACEOF
9590 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9591 _ACEOF
9593 SANEINCL="$ac_sane_incl"
9599 CPPFLAGS="$ac_save_CPPFLAGS"
9601 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9602 case "x$with_sane" in
9603 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9604 xno) ;;
9605 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9606 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9607 esac
9610 if test "x$with_v4l" != "xno"
9611 then
9612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9613 $as_echo_n "checking for -lv4l1... " >&6; }
9614 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9615 $as_echo_n "(cached) " >&6
9616 else
9617 ac_check_soname_save_LIBS=$LIBS
9618 LIBS="-lv4l1 $LIBS"
9619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9620 /* end confdefs.h. */
9622 /* Override any GCC internal prototype to avoid an error.
9623 Use char because int might match the return type of a GCC
9624 builtin and then its argument prototype would still apply. */
9625 #ifdef __cplusplus
9626 extern "C"
9627 #endif
9628 char v4l1_open ();
9630 main ()
9632 return v4l1_open ();
9634 return 0;
9636 _ACEOF
9637 if ac_fn_c_try_link "$LINENO"; then :
9638 case "$LIBEXT" in
9639 dll) ;;
9640 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'` ;;
9641 *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9642 esac
9644 rm -f core conftest.err conftest.$ac_objext \
9645 conftest$ac_exeext conftest.$ac_ext
9646 LIBS=$ac_check_soname_save_LIBS
9648 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9650 $as_echo "not found" >&6; }
9652 else
9653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9654 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9656 cat >>confdefs.h <<_ACEOF
9657 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9658 _ACEOF
9663 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9664 case "x$with_v4l" in
9665 x) wine_notices="$wine_notices|libv4l ${notice_platform}development files not found." ;;
9666 xno) ;;
9667 *) as_fn_error "libv4l ${notice_platform}development files not found.
9668 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9669 esac
9672 if test "x$with_gphoto" != "xno"
9673 then
9674 ac_save_CPPFLAGS="$CPPFLAGS"
9675 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9676 set dummy gphoto2-config; ac_word=$2
9677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9678 $as_echo_n "checking for $ac_word... " >&6; }
9679 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9680 $as_echo_n "(cached) " >&6
9681 else
9682 if test -n "$gphoto2_devel"; then
9683 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9684 else
9685 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9686 for as_dir in $PATH
9688 IFS=$as_save_IFS
9689 test -z "$as_dir" && as_dir=.
9690 for ac_exec_ext in '' $ac_executable_extensions; do
9691 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9692 ac_cv_prog_gphoto2_devel="gphoto2-config"
9693 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9694 break 2
9696 done
9697 done
9698 IFS=$as_save_IFS
9700 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9703 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9704 if test -n "$gphoto2_devel"; then
9705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9706 $as_echo "$gphoto2_devel" >&6; }
9707 else
9708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9709 $as_echo "no" >&6; }
9713 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9714 set dummy gphoto2-port-config; ac_word=$2
9715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9716 $as_echo_n "checking for $ac_word... " >&6; }
9717 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9718 $as_echo_n "(cached) " >&6
9719 else
9720 if test -n "$gphoto2port_devel"; then
9721 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9722 else
9723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9724 for as_dir in $PATH
9726 IFS=$as_save_IFS
9727 test -z "$as_dir" && as_dir=.
9728 for ac_exec_ext in '' $ac_executable_extensions; do
9729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9730 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9732 break 2
9734 done
9735 done
9736 IFS=$as_save_IFS
9738 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9741 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9742 if test -n "$gphoto2port_devel"; then
9743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9744 $as_echo "$gphoto2port_devel" >&6; }
9745 else
9746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9747 $as_echo "no" >&6; }
9751 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9752 then
9753 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9754 ac_gphoto2_libs=""
9755 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9757 case "$i" in
9758 -L/usr/lib|-L/usr/lib64) ;;
9759 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9760 esac
9761 done
9762 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9764 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9765 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9766 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9768 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9769 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9770 $as_echo_n "(cached) " >&6
9771 else
9772 ac_check_lib_save_LIBS=$LIBS
9773 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9775 /* end confdefs.h. */
9777 /* Override any GCC internal prototype to avoid an error.
9778 Use char because int might match the return type of a GCC
9779 builtin and then its argument prototype would still apply. */
9780 #ifdef __cplusplus
9781 extern "C"
9782 #endif
9783 char gp_camera_new ();
9785 main ()
9787 return gp_camera_new ();
9789 return 0;
9791 _ACEOF
9792 if ac_fn_c_try_link "$LINENO"; then :
9793 ac_cv_lib_gphoto2_gp_camera_new=yes
9794 else
9795 ac_cv_lib_gphoto2_gp_camera_new=no
9797 rm -f core conftest.err conftest.$ac_objext \
9798 conftest$ac_exeext conftest.$ac_ext
9799 LIBS=$ac_check_lib_save_LIBS
9801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9802 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9803 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9805 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9807 GPHOTO2LIBS="$ac_gphoto2_libs"
9809 GPHOTO2INCL="$ac_gphoto2_incl"
9816 CPPFLAGS="$ac_save_CPPFLAGS"
9818 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9819 case "x$with_gphoto" in
9820 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9821 xno) ;;
9822 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9823 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9824 esac
9828 RESOLVLIBS=""
9830 if test "$ac_cv_header_resolv_h" = "yes"
9831 then
9832 ac_save_LIBS="$LIBS"
9833 LIBS="$LIBS -lresolv"
9834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9835 /* end confdefs.h. */
9836 #ifdef HAVE_NETINET_IN_H
9837 #include <netinet/in.h>
9838 #endif
9839 #include <resolv.h>
9841 main ()
9843 res_init();
9845 return 0;
9847 _ACEOF
9848 if ac_fn_c_try_link "$LINENO"; then :
9850 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9852 RESOLVLIBS="-lresolv"
9854 rm -f core conftest.err conftest.$ac_objext \
9855 conftest$ac_exeext conftest.$ac_ext
9856 LIBS="$ac_save_LIBS"
9859 LCMSLIBS=""
9861 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9862 then
9863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9864 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9865 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9866 $as_echo_n "(cached) " >&6
9867 else
9868 ac_check_lib_save_LIBS=$LIBS
9869 LIBS="-llcms $LIBS"
9870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9871 /* end confdefs.h. */
9873 /* Override any GCC internal prototype to avoid an error.
9874 Use char because int might match the return type of a GCC
9875 builtin and then its argument prototype would still apply. */
9876 #ifdef __cplusplus
9877 extern "C"
9878 #endif
9879 char cmsOpenProfileFromFile ();
9881 main ()
9883 return cmsOpenProfileFromFile ();
9885 return 0;
9887 _ACEOF
9888 if ac_fn_c_try_link "$LINENO"; then :
9889 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9890 else
9891 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9893 rm -f core conftest.err conftest.$ac_objext \
9894 conftest$ac_exeext conftest.$ac_ext
9895 LIBS=$ac_check_lib_save_LIBS
9897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9898 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9899 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9901 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9903 LCMSLIBS="-llcms"
9907 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9908 case "x$with_cms" in
9909 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9910 xno) ;;
9911 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9912 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9913 esac
9916 if test "x$with_freetype" != "xno"
9917 then
9918 for ac_prog in freetype-config freetype2-config
9920 # Extract the first word of "$ac_prog", so it can be a program name with args.
9921 set dummy $ac_prog; ac_word=$2
9922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9923 $as_echo_n "checking for $ac_word... " >&6; }
9924 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9925 $as_echo_n "(cached) " >&6
9926 else
9927 if test -n "$ft_devel"; then
9928 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9929 else
9930 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9931 for as_dir in $PATH
9933 IFS=$as_save_IFS
9934 test -z "$as_dir" && as_dir=.
9935 for ac_exec_ext in '' $ac_executable_extensions; do
9936 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9937 ac_cv_prog_ft_devel="$ac_prog"
9938 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9939 break 2
9941 done
9942 done
9943 IFS=$as_save_IFS
9947 ft_devel=$ac_cv_prog_ft_devel
9948 if test -n "$ft_devel"; then
9949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9950 $as_echo "$ft_devel" >&6; }
9951 else
9952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9953 $as_echo "no" >&6; }
9957 test -n "$ft_devel" && break
9958 done
9959 test -n "$ft_devel" || ft_devel="no"
9961 if test "$ft_devel" != "no"
9962 then
9963 ac_freetype_incl=`$ft_devel --cflags`
9964 ac_freetype_libs=`$ft_devel --libs`
9966 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
9967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
9968 $as_echo_n "checking for -lfreetype... " >&6; }
9969 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
9970 $as_echo_n "(cached) " >&6
9971 else
9972 ac_check_soname_save_LIBS=$LIBS
9973 LIBS="-lfreetype $ac_freetype_libs $LIBS"
9974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9975 /* end confdefs.h. */
9977 /* Override any GCC internal prototype to avoid an error.
9978 Use char because int might match the return type of a GCC
9979 builtin and then its argument prototype would still apply. */
9980 #ifdef __cplusplus
9981 extern "C"
9982 #endif
9983 char FT_Init_FreeType ();
9985 main ()
9987 return FT_Init_FreeType ();
9989 return 0;
9991 _ACEOF
9992 if ac_fn_c_try_link "$LINENO"; then :
9993 case "$LIBEXT" in
9994 dll) ;;
9995 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'` ;;
9996 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9997 esac
9999 rm -f core conftest.err conftest.$ac_objext \
10000 conftest$ac_exeext conftest.$ac_ext
10001 LIBS=$ac_check_soname_save_LIBS
10003 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10005 $as_echo "not found" >&6; }
10006 ft_lib=no
10007 else
10008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10009 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10011 cat >>confdefs.h <<_ACEOF
10012 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10013 _ACEOF
10015 ft_lib=yes
10017 if test "$ft_lib" = "yes"
10018 then
10019 ac_save_CPPFLAGS="$CPPFLAGS"
10020 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10021 for ac_header in ft2build.h \
10022 freetype/freetype.h \
10023 freetype/ftglyph.h \
10024 freetype/fttypes.h \
10025 freetype/tttables.h \
10026 freetype/ftsnames.h \
10027 freetype/ttnameid.h \
10028 freetype/ftoutln.h \
10029 freetype/ftwinfnt.h \
10030 freetype/ftmodapi.h \
10031 freetype/ftlcdfil.h \
10032 freetype/internal/sfnt.h
10033 do :
10034 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10035 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10036 # include <ft2build.h>
10037 #endif
10039 eval as_val=\$$as_ac_Header
10040 if test "x$as_val" = x""yes; then :
10041 cat >>confdefs.h <<_ACEOF
10042 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10043 _ACEOF
10047 done
10049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10050 /* end confdefs.h. */
10051 #include <ft2build.h>
10052 #include <freetype/fttrigon.h>
10053 _ACEOF
10054 if ac_fn_c_try_cpp "$LINENO"; then :
10056 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10058 wine_cv_fttrigon=yes
10059 else
10060 wine_cv_fttrigon=no
10062 rm -f conftest.err conftest.$ac_ext
10063 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10065 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10067 cat >>confdefs.h <<_ACEOF
10068 #define HAVE_FT_TRUETYPEENGINETYPE 1
10069 _ACEOF
10074 ac_save_CFLAGS="$CFLAGS"
10075 CFLAGS="$CFLAGS $ac_freetype_libs"
10076 for ac_func in FT_Load_Sfnt_Table
10077 do :
10078 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10079 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10080 cat >>confdefs.h <<_ACEOF
10081 #define HAVE_FT_LOAD_SFNT_TABLE 1
10082 _ACEOF
10085 done
10087 CFLAGS="$ac_save_CFLAGS"
10088 CPPFLAGS="$ac_save_CPPFLAGS"
10089 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10090 then
10092 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10094 FREETYPELIBS="$ac_freetype_libs"
10096 FREETYPEINCL="$ac_freetype_incl"
10101 if test "x$FREETYPELIBS" = "x"; then :
10102 case "x$with_freetype" in
10103 xno) ;;
10104 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10105 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10106 esac
10108 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10111 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10112 if test "${ac_cv_c_ppdev+set}" = set; then :
10113 $as_echo_n "(cached) " >&6
10114 else
10115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10116 /* end confdefs.h. */
10117 #include <linux/ppdev.h>
10119 main ()
10121 ioctl (1,PPCLAIM,0)
10123 return 0;
10125 _ACEOF
10126 if ac_fn_c_try_compile "$LINENO"; then :
10127 ac_cv_c_ppdev="yes"
10128 else
10129 ac_cv_c_ppdev="no"
10131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10134 $as_echo "$ac_cv_c_ppdev" >&6; }
10135 if test "$ac_cv_c_ppdev" = "yes"
10136 then
10138 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10142 ac_wine_check_funcs_save_LIBS="$LIBS"
10143 LIBS="$LIBS $LIBPTHREAD"
10144 for ac_func in \
10145 pthread_attr_get_np \
10146 pthread_getattr_np \
10147 pthread_get_stackaddr_np \
10148 pthread_get_stacksize_np
10149 do :
10150 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10151 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10152 eval as_val=\$$as_ac_var
10153 if test "x$as_val" = x""yes; then :
10154 cat >>confdefs.h <<_ACEOF
10155 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10156 _ACEOF
10159 done
10161 LIBS="$ac_wine_check_funcs_save_LIBS"
10163 if test "$ac_cv_header_zlib_h" = "yes"
10164 then
10165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10166 $as_echo_n "checking for inflate in -lz... " >&6; }
10167 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10168 $as_echo_n "(cached) " >&6
10169 else
10170 ac_check_lib_save_LIBS=$LIBS
10171 LIBS="-lz $LIBS"
10172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10173 /* end confdefs.h. */
10175 /* Override any GCC internal prototype to avoid an error.
10176 Use char because int might match the return type of a GCC
10177 builtin and then its argument prototype would still apply. */
10178 #ifdef __cplusplus
10179 extern "C"
10180 #endif
10181 char inflate ();
10183 main ()
10185 return inflate ();
10187 return 0;
10189 _ACEOF
10190 if ac_fn_c_try_link "$LINENO"; then :
10191 ac_cv_lib_z_inflate=yes
10192 else
10193 ac_cv_lib_z_inflate=no
10195 rm -f core conftest.err conftest.$ac_objext \
10196 conftest$ac_exeext conftest.$ac_ext
10197 LIBS=$ac_check_lib_save_LIBS
10199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10200 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10201 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10203 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10205 ZLIB="-lz"
10211 if test "x$with_esd" != xno
10212 then
10213 save_CFLAGS="$CFLAGS"
10214 # Extract the first word of "esd-config", so it can be a program name with args.
10215 set dummy esd-config; ac_word=$2
10216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10217 $as_echo_n "checking for $ac_word... " >&6; }
10218 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10219 $as_echo_n "(cached) " >&6
10220 else
10221 case $ESDCONFIG in
10222 [\\/]* | ?:[\\/]*)
10223 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10226 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10227 for as_dir in $PATH
10229 IFS=$as_save_IFS
10230 test -z "$as_dir" && as_dir=.
10231 for ac_exec_ext in '' $ac_executable_extensions; do
10232 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10233 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10234 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10235 break 2
10237 done
10238 done
10239 IFS=$as_save_IFS
10241 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10243 esac
10245 ESDCONFIG=$ac_cv_path_ESDCONFIG
10246 if test -n "$ESDCONFIG"; then
10247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10248 $as_echo "$ESDCONFIG" >&6; }
10249 else
10250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10251 $as_echo "no" >&6; }
10255 if test "x$ESDCONFIG" != "xno"
10256 then
10257 ac_esd_incl=""
10258 for i in `$ESDCONFIG --cflags`
10260 case "$i" in
10261 -I*) ac_esd_incl="$ac_esd_incl $i";;
10262 esac
10263 done
10264 ac_esd_libs=`$ESDCONFIG --libs`
10265 CFLAGS="$CFLAGS $ac_esd_incl"
10267 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10268 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10269 if test "x$ac_cv_header_esd_h" = x""yes; then :
10270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10271 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10272 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10273 $as_echo_n "(cached) " >&6
10274 else
10275 ac_check_lib_save_LIBS=$LIBS
10276 LIBS="-lesd $ac_esd_libs $LIBS"
10277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10278 /* end confdefs.h. */
10280 /* Override any GCC internal prototype to avoid an error.
10281 Use char because int might match the return type of a GCC
10282 builtin and then its argument prototype would still apply. */
10283 #ifdef __cplusplus
10284 extern "C"
10285 #endif
10286 char esd_open_sound ();
10288 main ()
10290 return esd_open_sound ();
10292 return 0;
10294 _ACEOF
10295 if ac_fn_c_try_link "$LINENO"; then :
10296 ac_cv_lib_esd_esd_open_sound=yes
10297 else
10298 ac_cv_lib_esd_esd_open_sound=no
10300 rm -f core conftest.err conftest.$ac_objext \
10301 conftest$ac_exeext conftest.$ac_ext
10302 LIBS=$ac_check_lib_save_LIBS
10304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10305 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10306 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10307 ESDINCL="$ac_esd_incl"
10309 ESDLIBS="$ac_esd_libs"
10312 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10319 CFLAGS="$save_CFLAGS"
10322 ALSALIBS=""
10324 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10325 then
10326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10327 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10328 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10329 $as_echo_n "(cached) " >&6
10330 else
10331 ac_check_lib_save_LIBS=$LIBS
10332 LIBS="-lasound $LIBS"
10333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10334 /* end confdefs.h. */
10336 /* Override any GCC internal prototype to avoid an error.
10337 Use char because int might match the return type of a GCC
10338 builtin and then its argument prototype would still apply. */
10339 #ifdef __cplusplus
10340 extern "C"
10341 #endif
10342 char snd_pcm_hw_params_get_access ();
10344 main ()
10346 return snd_pcm_hw_params_get_access ();
10348 return 0;
10350 _ACEOF
10351 if ac_fn_c_try_link "$LINENO"; then :
10352 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10353 else
10354 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10356 rm -f core conftest.err conftest.$ac_objext \
10357 conftest$ac_exeext conftest.$ac_ext
10358 LIBS=$ac_check_lib_save_LIBS
10360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10361 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10362 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10363 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10364 /* end confdefs.h. */
10365 #ifdef HAVE_ALSA_ASOUNDLIB_H
10366 #include <alsa/asoundlib.h>
10367 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10368 #include <sys/asoundlib.h>
10369 #endif
10371 main ()
10373 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10375 return 0;
10377 _ACEOF
10378 if ac_fn_c_try_compile "$LINENO"; then :
10380 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10382 ALSALIBS="-lasound"
10384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10389 AUDIOIOLIBS=""
10391 if test "$ac_cv_header_libaudioio_h" = "yes"
10392 then
10393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10394 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10395 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10396 $as_echo_n "(cached) " >&6
10397 else
10398 ac_check_lib_save_LIBS=$LIBS
10399 LIBS="-laudioio $LIBS"
10400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10401 /* end confdefs.h. */
10403 /* Override any GCC internal prototype to avoid an error.
10404 Use char because int might match the return type of a GCC
10405 builtin and then its argument prototype would still apply. */
10406 #ifdef __cplusplus
10407 extern "C"
10408 #endif
10409 char AudioIOGetVersion ();
10411 main ()
10413 return AudioIOGetVersion ();
10415 return 0;
10417 _ACEOF
10418 if ac_fn_c_try_link "$LINENO"; then :
10419 ac_cv_lib_audioio_AudioIOGetVersion=yes
10420 else
10421 ac_cv_lib_audioio_AudioIOGetVersion=no
10423 rm -f core conftest.err conftest.$ac_objext \
10424 conftest$ac_exeext conftest.$ac_ext
10425 LIBS=$ac_check_lib_save_LIBS
10427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10428 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10429 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10430 AUDIOIOLIBS="-laudioio"
10432 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10439 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10440 then
10441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10442 $as_echo_n "checking for -lcapi20... " >&6; }
10443 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10444 $as_echo_n "(cached) " >&6
10445 else
10446 ac_check_soname_save_LIBS=$LIBS
10447 LIBS="-lcapi20 $LIBS"
10448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10449 /* end confdefs.h. */
10451 /* Override any GCC internal prototype to avoid an error.
10452 Use char because int might match the return type of a GCC
10453 builtin and then its argument prototype would still apply. */
10454 #ifdef __cplusplus
10455 extern "C"
10456 #endif
10457 char capi20_register ();
10459 main ()
10461 return capi20_register ();
10463 return 0;
10465 _ACEOF
10466 if ac_fn_c_try_link "$LINENO"; then :
10467 case "$LIBEXT" in
10468 dll) ;;
10469 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'` ;;
10470 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10471 esac
10473 rm -f core conftest.err conftest.$ac_objext \
10474 conftest$ac_exeext conftest.$ac_ext
10475 LIBS=$ac_check_soname_save_LIBS
10477 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10479 $as_echo "not found" >&6; }
10481 else
10482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10483 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10485 cat >>confdefs.h <<_ACEOF
10486 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10487 _ACEOF
10492 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10493 case "x$with_capi" in
10494 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10495 xno) ;;
10496 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10497 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10498 esac
10501 CUPSINCL=""
10503 if test "x$with_cups" != "xno"
10504 then
10505 ac_save_CPPFLAGS="$CPPFLAGS"
10506 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10507 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10508 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10509 for ac_header in cups/cups.h
10510 do :
10511 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10512 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10513 cat >>confdefs.h <<_ACEOF
10514 #define HAVE_CUPS_CUPS_H 1
10515 _ACEOF
10516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10517 $as_echo_n "checking for -lcups... " >&6; }
10518 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10519 $as_echo_n "(cached) " >&6
10520 else
10521 ac_check_soname_save_LIBS=$LIBS
10522 LIBS="-lcups $ac_cups_libs $LIBS"
10523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10524 /* end confdefs.h. */
10526 /* Override any GCC internal prototype to avoid an error.
10527 Use char because int might match the return type of a GCC
10528 builtin and then its argument prototype would still apply. */
10529 #ifdef __cplusplus
10530 extern "C"
10531 #endif
10532 char cupsGetDefault ();
10534 main ()
10536 return cupsGetDefault ();
10538 return 0;
10540 _ACEOF
10541 if ac_fn_c_try_link "$LINENO"; then :
10542 case "$LIBEXT" in
10543 dll) ;;
10544 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'` ;;
10545 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10546 esac
10548 rm -f core conftest.err conftest.$ac_objext \
10549 conftest$ac_exeext conftest.$ac_ext
10550 LIBS=$ac_check_soname_save_LIBS
10552 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10554 $as_echo "not found" >&6; }
10556 else
10557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10558 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10560 cat >>confdefs.h <<_ACEOF
10561 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10562 _ACEOF
10564 CUPSINCL="$ac_cups_cflags"
10568 done
10570 CPPFLAGS="$ac_save_CPPFLAGS"
10572 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10573 case "x$with_cups" in
10574 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10575 xno) ;;
10576 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10577 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10578 esac
10581 if test "$ac_cv_header_jack_jack_h" = "yes"
10582 then
10583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10584 $as_echo_n "checking for -ljack... " >&6; }
10585 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10586 $as_echo_n "(cached) " >&6
10587 else
10588 ac_check_soname_save_LIBS=$LIBS
10589 LIBS="-ljack $LIBS"
10590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10591 /* end confdefs.h. */
10593 /* Override any GCC internal prototype to avoid an error.
10594 Use char because int might match the return type of a GCC
10595 builtin and then its argument prototype would still apply. */
10596 #ifdef __cplusplus
10597 extern "C"
10598 #endif
10599 char jack_client_new ();
10601 main ()
10603 return jack_client_new ();
10605 return 0;
10607 _ACEOF
10608 if ac_fn_c_try_link "$LINENO"; then :
10609 case "$LIBEXT" in
10610 dll) ;;
10611 dylib) ac_cv_lib_soname_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'` ;;
10612 *) 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'` ;;
10613 esac
10615 rm -f core conftest.err conftest.$ac_objext \
10616 conftest$ac_exeext conftest.$ac_ext
10617 LIBS=$ac_check_soname_save_LIBS
10619 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10621 $as_echo "not found" >&6; }
10623 else
10624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10625 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10627 cat >>confdefs.h <<_ACEOF
10628 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10629 _ACEOF
10635 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10636 then
10637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10638 $as_echo_n "checking for -lfontconfig... " >&6; }
10639 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10640 $as_echo_n "(cached) " >&6
10641 else
10642 ac_check_soname_save_LIBS=$LIBS
10643 LIBS="-lfontconfig $LIBS"
10644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10645 /* end confdefs.h. */
10647 /* Override any GCC internal prototype to avoid an error.
10648 Use char because int might match the return type of a GCC
10649 builtin and then its argument prototype would still apply. */
10650 #ifdef __cplusplus
10651 extern "C"
10652 #endif
10653 char FcInit ();
10655 main ()
10657 return FcInit ();
10659 return 0;
10661 _ACEOF
10662 if ac_fn_c_try_link "$LINENO"; then :
10663 case "$LIBEXT" in
10664 dll) ;;
10665 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'` ;;
10666 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10667 esac
10669 rm -f core conftest.err conftest.$ac_objext \
10670 conftest$ac_exeext conftest.$ac_ext
10671 LIBS=$ac_check_soname_save_LIBS
10673 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10675 $as_echo "not found" >&6; }
10677 else
10678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10679 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10681 cat >>confdefs.h <<_ACEOF
10682 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10683 _ACEOF
10687 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10688 then
10689 ac_save_CPPFLAGS="$CPPFLAGS"
10690 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10691 $as_unset ac_cv_header_fontconfig_fontconfig_h
10692 for ac_header in fontconfig/fontconfig.h
10693 do :
10694 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10695 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10696 cat >>confdefs.h <<_ACEOF
10697 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10698 _ACEOF
10702 done
10704 CPPFLAGS="$ac_save_CPPFLAGS"
10705 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10706 then
10707 FONTCONFIGINCL="$X_CFLAGS"
10709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10710 $as_echo_n "checking for -lfontconfig... " >&6; }
10711 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10712 $as_echo_n "(cached) " >&6
10713 else
10714 ac_check_soname_save_LIBS=$LIBS
10715 LIBS="-lfontconfig $X_LIBS $LIBS"
10716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10717 /* end confdefs.h. */
10719 /* Override any GCC internal prototype to avoid an error.
10720 Use char because int might match the return type of a GCC
10721 builtin and then its argument prototype would still apply. */
10722 #ifdef __cplusplus
10723 extern "C"
10724 #endif
10725 char FcInit ();
10727 main ()
10729 return FcInit ();
10731 return 0;
10733 _ACEOF
10734 if ac_fn_c_try_link "$LINENO"; then :
10735 case "$LIBEXT" in
10736 dll) ;;
10737 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'` ;;
10738 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10739 esac
10741 rm -f core conftest.err conftest.$ac_objext \
10742 conftest$ac_exeext conftest.$ac_ext
10743 LIBS=$ac_check_soname_save_LIBS
10745 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10747 $as_echo "not found" >&6; }
10749 else
10750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10751 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10753 cat >>confdefs.h <<_ACEOF
10754 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10755 _ACEOF
10761 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10762 case "x$with_fontconfig" in
10763 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10764 xno) ;;
10765 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10766 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10767 esac
10770 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10771 then
10772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10773 $as_echo_n "checking for -lssl... " >&6; }
10774 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10775 $as_echo_n "(cached) " >&6
10776 else
10777 ac_check_soname_save_LIBS=$LIBS
10778 LIBS="-lssl $LIBS"
10779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10780 /* end confdefs.h. */
10782 /* Override any GCC internal prototype to avoid an error.
10783 Use char because int might match the return type of a GCC
10784 builtin and then its argument prototype would still apply. */
10785 #ifdef __cplusplus
10786 extern "C"
10787 #endif
10788 char SSL_library_init ();
10790 main ()
10792 return SSL_library_init ();
10794 return 0;
10796 _ACEOF
10797 if ac_fn_c_try_link "$LINENO"; then :
10798 case "$LIBEXT" in
10799 dll) ;;
10800 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'` ;;
10801 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10802 esac
10804 rm -f core conftest.err conftest.$ac_objext \
10805 conftest$ac_exeext conftest.$ac_ext
10806 LIBS=$ac_check_soname_save_LIBS
10808 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10810 $as_echo "not found" >&6; }
10812 else
10813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10814 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10816 cat >>confdefs.h <<_ACEOF
10817 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10818 _ACEOF
10822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10823 $as_echo_n "checking for -lcrypto... " >&6; }
10824 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10825 $as_echo_n "(cached) " >&6
10826 else
10827 ac_check_soname_save_LIBS=$LIBS
10828 LIBS="-lcrypto $LIBS"
10829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10830 /* end confdefs.h. */
10832 /* Override any GCC internal prototype to avoid an error.
10833 Use char because int might match the return type of a GCC
10834 builtin and then its argument prototype would still apply. */
10835 #ifdef __cplusplus
10836 extern "C"
10837 #endif
10838 char BIO_new_socket ();
10840 main ()
10842 return BIO_new_socket ();
10844 return 0;
10846 _ACEOF
10847 if ac_fn_c_try_link "$LINENO"; then :
10848 case "$LIBEXT" in
10849 dll) ;;
10850 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'` ;;
10851 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10852 esac
10854 rm -f core conftest.err conftest.$ac_objext \
10855 conftest$ac_exeext conftest.$ac_ext
10856 LIBS=$ac_check_soname_save_LIBS
10858 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10860 $as_echo "not found" >&6; }
10862 else
10863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10864 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10866 cat >>confdefs.h <<_ACEOF
10867 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10868 _ACEOF
10873 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10874 case "x$with_openssl" in
10875 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10876 xno) ;;
10877 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10878 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10879 esac
10882 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10883 then
10884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10885 $as_echo_n "checking for -lgsm... " >&6; }
10886 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10887 $as_echo_n "(cached) " >&6
10888 else
10889 ac_check_soname_save_LIBS=$LIBS
10890 LIBS="-lgsm $LIBS"
10891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10892 /* end confdefs.h. */
10894 /* Override any GCC internal prototype to avoid an error.
10895 Use char because int might match the return type of a GCC
10896 builtin and then its argument prototype would still apply. */
10897 #ifdef __cplusplus
10898 extern "C"
10899 #endif
10900 char gsm_create ();
10902 main ()
10904 return gsm_create ();
10906 return 0;
10908 _ACEOF
10909 if ac_fn_c_try_link "$LINENO"; then :
10910 case "$LIBEXT" in
10911 dll) ;;
10912 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'` ;;
10913 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10914 esac
10916 rm -f core conftest.err conftest.$ac_objext \
10917 conftest$ac_exeext conftest.$ac_ext
10918 LIBS=$ac_check_soname_save_LIBS
10920 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10922 $as_echo "not found" >&6; }
10924 else
10925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10926 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10928 cat >>confdefs.h <<_ACEOF
10929 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10930 _ACEOF
10935 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10936 case "x$with_gsm" in
10937 x) wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10938 xno) ;;
10939 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10940 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
10941 esac
10944 if test "$ac_cv_header_jpeglib_h" = "yes"
10945 then
10946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10947 $as_echo_n "checking for -ljpeg... " >&6; }
10948 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10949 $as_echo_n "(cached) " >&6
10950 else
10951 ac_check_soname_save_LIBS=$LIBS
10952 LIBS="-ljpeg $LIBS"
10953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10954 /* end confdefs.h. */
10956 /* Override any GCC internal prototype to avoid an error.
10957 Use char because int might match the return type of a GCC
10958 builtin and then its argument prototype would still apply. */
10959 #ifdef __cplusplus
10960 extern "C"
10961 #endif
10962 char jpeg_start_decompress ();
10964 main ()
10966 return jpeg_start_decompress ();
10968 return 0;
10970 _ACEOF
10971 if ac_fn_c_try_link "$LINENO"; then :
10972 case "$LIBEXT" in
10973 dll) ;;
10974 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'` ;;
10975 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10976 esac
10978 rm -f core conftest.err conftest.$ac_objext \
10979 conftest$ac_exeext conftest.$ac_ext
10980 LIBS=$ac_check_soname_save_LIBS
10982 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10984 $as_echo "not found" >&6; }
10986 else
10987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
10988 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
10990 cat >>confdefs.h <<_ACEOF
10991 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
10992 _ACEOF
10997 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10998 case "x$with_jpeg" in
10999 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11000 xno) ;;
11001 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11002 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11003 esac
11006 if test "$ac_cv_header_png_h" = "yes"
11007 then
11008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11009 $as_echo_n "checking for -lpng... " >&6; }
11010 if test "${ac_cv_lib_soname_png+set}" = set; then :
11011 $as_echo_n "(cached) " >&6
11012 else
11013 ac_check_soname_save_LIBS=$LIBS
11014 LIBS="-lpng -lm -lz $LIBS"
11015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11016 /* end confdefs.h. */
11018 /* Override any GCC internal prototype to avoid an error.
11019 Use char because int might match the return type of a GCC
11020 builtin and then its argument prototype would still apply. */
11021 #ifdef __cplusplus
11022 extern "C"
11023 #endif
11024 char png_create_read_struct ();
11026 main ()
11028 return png_create_read_struct ();
11030 return 0;
11032 _ACEOF
11033 if ac_fn_c_try_link "$LINENO"; then :
11034 case "$LIBEXT" in
11035 dll) ;;
11036 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'` ;;
11037 *) 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'` ;;
11038 esac
11040 rm -f core conftest.err conftest.$ac_objext \
11041 conftest$ac_exeext conftest.$ac_ext
11042 LIBS=$ac_check_soname_save_LIBS
11044 if test "x$ac_cv_lib_soname_png" = "x"; then :
11045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11046 $as_echo "not found" >&6; }
11048 else
11049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11050 $as_echo "$ac_cv_lib_soname_png" >&6; }
11052 cat >>confdefs.h <<_ACEOF
11053 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11054 _ACEOF
11058 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11059 then
11060 ac_save_CPPFLAGS="$CPPFLAGS"
11061 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11062 $as_unset ac_cv_header_png_h
11063 for ac_header in png.h
11064 do :
11065 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11066 if test "x$ac_cv_header_png_h" = x""yes; then :
11067 cat >>confdefs.h <<_ACEOF
11068 #define HAVE_PNG_H 1
11069 _ACEOF
11073 done
11075 CPPFLAGS="$ac_save_CPPFLAGS"
11076 if test "$ac_cv_header_png_h" = "yes"
11077 then
11078 PNGINCL="$X_CFLAGS"
11080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11081 $as_echo_n "checking for -lpng... " >&6; }
11082 if test "${ac_cv_lib_soname_png+set}" = set; then :
11083 $as_echo_n "(cached) " >&6
11084 else
11085 ac_check_soname_save_LIBS=$LIBS
11086 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11088 /* end confdefs.h. */
11090 /* Override any GCC internal prototype to avoid an error.
11091 Use char because int might match the return type of a GCC
11092 builtin and then its argument prototype would still apply. */
11093 #ifdef __cplusplus
11094 extern "C"
11095 #endif
11096 char png_create_read_struct ();
11098 main ()
11100 return png_create_read_struct ();
11102 return 0;
11104 _ACEOF
11105 if ac_fn_c_try_link "$LINENO"; then :
11106 case "$LIBEXT" in
11107 dll) ;;
11108 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'` ;;
11109 *) 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'` ;;
11110 esac
11112 rm -f core conftest.err conftest.$ac_objext \
11113 conftest$ac_exeext conftest.$ac_ext
11114 LIBS=$ac_check_soname_save_LIBS
11116 if test "x$ac_cv_lib_soname_png" = "x"; then :
11117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11118 $as_echo "not found" >&6; }
11120 else
11121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11122 $as_echo "$ac_cv_lib_soname_png" >&6; }
11124 cat >>confdefs.h <<_ACEOF
11125 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11126 _ACEOF
11132 if test "x$ac_cv_lib_soname_png" = "x"; then :
11133 case "x$with_png" in
11134 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11135 xno) ;;
11136 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11137 This is an error since --with-png was requested." "$LINENO" 5 ;;
11138 esac
11141 if test "$ac_cv_header_mpg123_h" = "yes"
11142 then
11143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11144 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11145 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11146 $as_echo_n "(cached) " >&6
11147 else
11148 ac_check_lib_save_LIBS=$LIBS
11149 LIBS="-lmpg123 $LIBS"
11150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11151 /* end confdefs.h. */
11153 /* Override any GCC internal prototype to avoid an error.
11154 Use char because int might match the return type of a GCC
11155 builtin and then its argument prototype would still apply. */
11156 #ifdef __cplusplus
11157 extern "C"
11158 #endif
11159 char mpg123_feed ();
11161 main ()
11163 return mpg123_feed ();
11165 return 0;
11167 _ACEOF
11168 if ac_fn_c_try_link "$LINENO"; then :
11169 ac_cv_lib_mpg123_mpg123_feed=yes
11170 else
11171 ac_cv_lib_mpg123_mpg123_feed=no
11173 rm -f core conftest.err conftest.$ac_objext \
11174 conftest$ac_exeext conftest.$ac_ext
11175 LIBS=$ac_check_lib_save_LIBS
11177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11178 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11179 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11180 LIBMPG123="-lmpg123"
11185 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
11186 case "x$with_mpg123" in
11187 x) wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11188 xno) ;;
11189 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11190 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11191 esac
11193 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11195 if test "$ac_cv_header_AL_al_h" = "yes"
11196 then
11197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11198 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11199 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11200 $as_echo_n "(cached) " >&6
11201 else
11202 ac_check_lib_save_LIBS=$LIBS
11203 LIBS="-lopenal $LIBS"
11204 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11205 /* end confdefs.h. */
11207 /* Override any GCC internal prototype to avoid an error.
11208 Use char because int might match the return type of a GCC
11209 builtin and then its argument prototype would still apply. */
11210 #ifdef __cplusplus
11211 extern "C"
11212 #endif
11213 char alGetSource3i ();
11215 main ()
11217 return alGetSource3i ();
11219 return 0;
11221 _ACEOF
11222 if ac_fn_c_try_link "$LINENO"; then :
11223 ac_cv_lib_openal_alGetSource3i=yes
11224 else
11225 ac_cv_lib_openal_alGetSource3i=no
11227 rm -f core conftest.err conftest.$ac_objext \
11228 conftest$ac_exeext conftest.$ac_ext
11229 LIBS=$ac_check_lib_save_LIBS
11231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11232 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11233 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11234 LIBOPENAL="-lopenal"
11239 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11240 case "x$with_openal" in
11241 x) wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11242 xno) ;;
11243 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11244 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11245 esac
11247 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11249 if test "$ac_cv_header_kstat_h" = "yes"
11250 then
11251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11252 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11253 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11254 $as_echo_n "(cached) " >&6
11255 else
11256 ac_check_lib_save_LIBS=$LIBS
11257 LIBS="-lkstat $LIBS"
11258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11259 /* end confdefs.h. */
11261 /* Override any GCC internal prototype to avoid an error.
11262 Use char because int might match the return type of a GCC
11263 builtin and then its argument prototype would still apply. */
11264 #ifdef __cplusplus
11265 extern "C"
11266 #endif
11267 char kstat_open ();
11269 main ()
11271 return kstat_open ();
11273 return 0;
11275 _ACEOF
11276 if ac_fn_c_try_link "$LINENO"; then :
11277 ac_cv_lib_kstat_kstat_open=yes
11278 else
11279 ac_cv_lib_kstat_kstat_open=no
11281 rm -f core conftest.err conftest.$ac_objext \
11282 conftest$ac_exeext conftest.$ac_ext
11283 LIBS=$ac_check_lib_save_LIBS
11285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11286 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11287 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11289 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11291 LIBKSTAT="-lkstat"
11297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11298 $as_echo_n "checking for -lodbc... " >&6; }
11299 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11300 $as_echo_n "(cached) " >&6
11301 else
11302 ac_check_soname_save_LIBS=$LIBS
11303 LIBS="-lodbc $LIBS"
11304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11305 /* end confdefs.h. */
11307 /* Override any GCC internal prototype to avoid an error.
11308 Use char because int might match the return type of a GCC
11309 builtin and then its argument prototype would still apply. */
11310 #ifdef __cplusplus
11311 extern "C"
11312 #endif
11313 char SQLConnect ();
11315 main ()
11317 return SQLConnect ();
11319 return 0;
11321 _ACEOF
11322 if ac_fn_c_try_link "$LINENO"; then :
11323 case "$LIBEXT" in
11324 dll) ;;
11325 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'` ;;
11326 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11327 esac
11329 rm -f core conftest.err conftest.$ac_objext \
11330 conftest$ac_exeext conftest.$ac_ext
11331 LIBS=$ac_check_soname_save_LIBS
11333 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11335 $as_echo "not found" >&6; }
11336 cat >>confdefs.h <<_ACEOF
11337 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11338 _ACEOF
11340 else
11341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11342 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11344 cat >>confdefs.h <<_ACEOF
11345 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11346 _ACEOF
11351 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11352 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11353 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11354 "$ac_cv_header_soundcard_h" != "yes" -a \
11355 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11356 then
11357 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
11361 EXTRACFLAGS=""
11363 if test "x${GCC}" = "xyes"
11364 then
11365 EXTRACFLAGS="-Wall -pipe"
11367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11368 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11369 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11370 $as_echo_n "(cached) " >&6
11371 else
11372 if test "$cross_compiling" = yes; then :
11373 ac_cv_c_gcc_strength_bug="yes"
11374 else
11375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11376 /* end confdefs.h. */
11377 int L[4] = {0,1,2,3};
11379 main ()
11381 static int Array[3];
11382 unsigned int B = 3;
11383 int i;
11384 for(i=0; i<B; i++) Array[i] = i - 3;
11385 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11386 L[i] = 4;
11387 return (Array[1] != -2 || L[2] != 3)
11389 return 0;
11391 _ACEOF
11392 if ac_fn_c_try_run "$LINENO"; then :
11393 ac_cv_c_gcc_strength_bug="no"
11394 else
11395 ac_cv_c_gcc_strength_bug="yes"
11397 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11398 conftest.$ac_objext conftest.beam conftest.$ac_ext
11402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11403 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11404 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11405 then
11406 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11410 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11411 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11412 $as_echo_n "(cached) " >&6
11413 else
11414 ac_wine_try_cflags_saved=$CFLAGS
11415 CFLAGS="$CFLAGS -fno-builtin"
11416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11417 /* end confdefs.h. */
11418 int main(int argc, char *argv) { return 0; }
11419 _ACEOF
11420 if ac_fn_c_try_link "$LINENO"; then :
11421 ac_cv_cflags__fno_builtin=yes
11422 else
11423 ac_cv_cflags__fno_builtin=no
11425 rm -f core conftest.err conftest.$ac_objext \
11426 conftest$ac_exeext conftest.$ac_ext
11427 CFLAGS=$ac_wine_try_cflags_saved
11429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11430 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11431 if test $ac_cv_cflags__fno_builtin = yes; then :
11432 BUILTINFLAG="-fno-builtin"
11435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11436 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11437 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11438 $as_echo_n "(cached) " >&6
11439 else
11440 ac_wine_try_cflags_saved=$CFLAGS
11441 CFLAGS="$CFLAGS -fno-strict-aliasing"
11442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11443 /* end confdefs.h. */
11444 int main(int argc, char *argv) { return 0; }
11445 _ACEOF
11446 if ac_fn_c_try_link "$LINENO"; then :
11447 ac_cv_cflags__fno_strict_aliasing=yes
11448 else
11449 ac_cv_cflags__fno_strict_aliasing=no
11451 rm -f core conftest.err conftest.$ac_objext \
11452 conftest$ac_exeext conftest.$ac_ext
11453 CFLAGS=$ac_wine_try_cflags_saved
11455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11456 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11457 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11458 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11461 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11462 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11463 $as_echo_n "(cached) " >&6
11464 else
11465 ac_wine_try_cflags_saved=$CFLAGS
11466 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11468 /* end confdefs.h. */
11469 int main(int argc, char *argv) { return 0; }
11470 _ACEOF
11471 if ac_fn_c_try_link "$LINENO"; then :
11472 ac_cv_cflags__Wdeclaration_after_statement=yes
11473 else
11474 ac_cv_cflags__Wdeclaration_after_statement=no
11476 rm -f core conftest.err conftest.$ac_objext \
11477 conftest$ac_exeext conftest.$ac_ext
11478 CFLAGS=$ac_wine_try_cflags_saved
11480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11481 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11482 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11483 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11486 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11487 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11488 $as_echo_n "(cached) " >&6
11489 else
11490 ac_wine_try_cflags_saved=$CFLAGS
11491 CFLAGS="$CFLAGS -Wstrict-prototypes"
11492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11493 /* end confdefs.h. */
11494 int main(int argc, char *argv) { return 0; }
11495 _ACEOF
11496 if ac_fn_c_try_link "$LINENO"; then :
11497 ac_cv_cflags__Wstrict_prototypes=yes
11498 else
11499 ac_cv_cflags__Wstrict_prototypes=no
11501 rm -f core conftest.err conftest.$ac_objext \
11502 conftest$ac_exeext conftest.$ac_ext
11503 CFLAGS=$ac_wine_try_cflags_saved
11505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11506 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11507 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11508 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11511 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11512 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11513 $as_echo_n "(cached) " >&6
11514 else
11515 ac_wine_try_cflags_saved=$CFLAGS
11516 CFLAGS="$CFLAGS -Wtype-limits"
11517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11518 /* end confdefs.h. */
11519 int main(int argc, char *argv) { return 0; }
11520 _ACEOF
11521 if ac_fn_c_try_link "$LINENO"; then :
11522 ac_cv_cflags__Wtype_limits=yes
11523 else
11524 ac_cv_cflags__Wtype_limits=no
11526 rm -f core conftest.err conftest.$ac_objext \
11527 conftest$ac_exeext conftest.$ac_ext
11528 CFLAGS=$ac_wine_try_cflags_saved
11530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11531 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11532 if test $ac_cv_cflags__Wtype_limits = yes; then :
11533 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11536 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11537 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11538 $as_echo_n "(cached) " >&6
11539 else
11540 ac_wine_try_cflags_saved=$CFLAGS
11541 CFLAGS="$CFLAGS -Wwrite-strings"
11542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11543 /* end confdefs.h. */
11544 int main(int argc, char *argv) { return 0; }
11545 _ACEOF
11546 if ac_fn_c_try_link "$LINENO"; then :
11547 ac_cv_cflags__Wwrite_strings=yes
11548 else
11549 ac_cv_cflags__Wwrite_strings=no
11551 rm -f core conftest.err conftest.$ac_objext \
11552 conftest$ac_exeext conftest.$ac_ext
11553 CFLAGS=$ac_wine_try_cflags_saved
11555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11556 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11557 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11558 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11561 saved_CFLAGS="$CFLAGS"
11562 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11564 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11565 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11566 $as_echo_n "(cached) " >&6
11567 else
11568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11569 /* end confdefs.h. */
11570 #include <string.h>
11572 main ()
11576 return 0;
11578 _ACEOF
11579 if ac_fn_c_try_compile "$LINENO"; then :
11580 ac_cv_c_string_h_warnings=no
11581 else
11582 ac_cv_c_string_h_warnings=yes
11584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11587 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11588 CFLAGS="$saved_CFLAGS"
11589 if test "$ac_cv_c_string_h_warnings" = "no"
11590 then
11591 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11594 if test "${enable_maintainer_mode+set}" = set
11595 then
11596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11597 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11598 if test "${ac_cv_cflags__Werror+set}" = set; then :
11599 $as_echo_n "(cached) " >&6
11600 else
11601 ac_wine_try_cflags_saved=$CFLAGS
11602 CFLAGS="$CFLAGS -Werror"
11603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11604 /* end confdefs.h. */
11605 int main(int argc, char *argv) { return 0; }
11606 _ACEOF
11607 if ac_fn_c_try_link "$LINENO"; then :
11608 ac_cv_cflags__Werror=yes
11609 else
11610 ac_cv_cflags__Werror=no
11612 rm -f core conftest.err conftest.$ac_objext \
11613 conftest$ac_exeext conftest.$ac_ext
11614 CFLAGS=$ac_wine_try_cflags_saved
11616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11617 $as_echo "$ac_cv_cflags__Werror" >&6; }
11618 if test $ac_cv_cflags__Werror = yes; then :
11619 EXTRACFLAGS="$EXTRACFLAGS -Werror"
11623 saved_CFLAGS="$CFLAGS"
11624 CFLAGS="$CFLAGS -Werror"
11625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11626 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11627 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11628 $as_echo_n "(cached) " >&6
11629 else
11630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11631 /* end confdefs.h. */
11632 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11634 main ()
11638 return 0;
11640 _ACEOF
11641 if ac_fn_c_try_compile "$LINENO"; then :
11642 ac_cv_have_ms_hook_prologue="yes"
11643 else
11644 ac_cv_have_ms_hook_prologue="no"
11646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11649 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11650 CFLAGS="$saved_CFLAGS"
11651 if test "$ac_cv_have_ms_hook_prologue" = "yes"
11652 then
11654 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11656 else
11657 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11664 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11665 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11666 $as_echo_n "(cached) " >&6
11667 else
11668 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11669 /* end confdefs.h. */
11670 extern int ac_test;
11672 main ()
11674 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11676 return 0;
11678 _ACEOF
11679 if ac_fn_c_try_link "$LINENO"; then :
11680 ac_cv_c_extern_prefix="yes"
11681 else
11682 ac_cv_c_extern_prefix="no"
11684 rm -f core conftest.err conftest.$ac_objext \
11685 conftest$ac_exeext conftest.$ac_ext
11687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11688 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11690 case $host_cpu in
11691 *i[3456789]86*)
11692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11693 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11694 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11695 $as_echo_n "(cached) " >&6
11696 else
11697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11698 /* end confdefs.h. */
11699 #ifndef _MSC_VER
11700 #define __stdcall __attribute__((__stdcall__))
11701 #endif
11702 int __stdcall ac_test(int i) { return i; }
11704 main ()
11706 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11708 return 0;
11710 _ACEOF
11711 if ac_fn_c_try_link "$LINENO"; then :
11712 ac_cv_c_stdcall_suffix="yes"
11713 else
11714 ac_cv_c_stdcall_suffix="no"
11716 rm -f core conftest.err conftest.$ac_objext \
11717 conftest$ac_exeext conftest.$ac_ext
11719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11720 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11721 *) ac_cv_c_stdcall_suffix="no" ;;
11722 esac
11725 if test "$ac_cv_c_extern_prefix" = "yes"
11726 then
11727 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11729 asm_name_prefix="_"
11730 else
11731 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11733 asm_name_prefix=""
11737 if test "$ac_cv_c_stdcall_suffix" = "yes"
11738 then
11739 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11741 else
11742 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11748 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11749 if test "${ac_cv_asm_func_def+set}" = set; then :
11750 $as_echo_n "(cached) " >&6
11751 else
11752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11753 /* end confdefs.h. */
11756 main ()
11758 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11760 return 0;
11762 _ACEOF
11763 if ac_fn_c_try_link "$LINENO"; then :
11764 ac_cv_asm_func_def=".def"
11765 else
11766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11767 /* end confdefs.h. */
11770 main ()
11772 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11774 return 0;
11776 _ACEOF
11777 if ac_fn_c_try_link "$LINENO"; then :
11778 ac_cv_asm_func_def=".type @function"
11779 else
11780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11781 /* end confdefs.h. */
11784 main ()
11786 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11788 return 0;
11790 _ACEOF
11791 if ac_fn_c_try_link "$LINENO"; then :
11792 ac_cv_asm_func_def=".type 2"
11793 else
11794 ac_cv_asm_func_def="unknown"
11796 rm -f core conftest.err conftest.$ac_objext \
11797 conftest$ac_exeext conftest.$ac_ext
11799 rm -f core conftest.err conftest.$ac_objext \
11800 conftest$ac_exeext conftest.$ac_ext
11802 rm -f core conftest.err conftest.$ac_objext \
11803 conftest$ac_exeext conftest.$ac_ext
11805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11806 $as_echo "$ac_cv_asm_func_def" >&6; }
11809 case "$ac_cv_asm_func_def" in
11810 ".def")
11811 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11813 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11814 ".type @function")
11815 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11817 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11818 ".type 2")
11819 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11821 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11823 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11825 asm_func_header="" ;;
11826 esac
11828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11829 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11830 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11831 $as_echo_n "(cached) " >&6
11832 else
11833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11834 /* end confdefs.h. */
11835 asm(".text\n\t.long 0");
11837 main ()
11841 return 0;
11843 _ACEOF
11844 if ac_fn_c_try_compile "$LINENO"; then :
11845 ac_cv_c_asm_outside_funcs="yes"
11846 else
11847 ac_cv_c_asm_outside_funcs="no"
11849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11852 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11855 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11856 if test "${ac_cv_c_dot_previous+set}" = set; then :
11857 $as_echo_n "(cached) " >&6
11858 else
11859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11860 /* end confdefs.h. */
11863 main ()
11865 asm(".text\nac_test:\t.long 0\n\t.previous");
11867 return 0;
11869 _ACEOF
11870 if ac_fn_c_try_link "$LINENO"; then :
11871 ac_cv_c_dot_previous="yes"
11872 else
11873 ac_cv_c_dot_previous="no"
11875 rm -f core conftest.err conftest.$ac_objext \
11876 conftest$ac_exeext conftest.$ac_ext
11878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11879 $as_echo "$ac_cv_c_dot_previous" >&6; }
11881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11882 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11883 if test "${ac_cv_c_cfi_support+set}" = set; then :
11884 $as_echo_n "(cached) " >&6
11885 else
11886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11887 /* end confdefs.h. */
11888 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11890 main ()
11894 return 0;
11896 _ACEOF
11897 if ac_fn_c_try_compile "$LINENO"; then :
11898 ac_cv_c_cfi_support="yes"
11899 else
11900 ac_cv_c_cfi_support="no"
11902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
11905 $as_echo "$ac_cv_c_cfi_support" >&6; }
11907 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
11908 asm_func_trailer=""
11909 if test "$ac_cv_c_dot_previous" = "yes"
11910 then
11911 asm_func_trailer="\\n\\t.previous"
11913 if test "$ac_cv_c_cfi_support" = "yes"
11914 then
11915 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
11916 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
11918 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
11920 else
11921 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
11925 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
11928 if test "$ac_cv_c_asm_outside_funcs" = "yes"
11929 then
11930 cat >>confdefs.h <<_ACEOF
11931 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
11932 _ACEOF
11934 else
11935 cat >>confdefs.h <<_ACEOF
11936 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
11937 _ACEOF
11941 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
11944 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
11948 LDPATH=""
11950 case $build_os in
11951 cygwin*|mingw32*)
11952 TOOLSEXT=".exe"
11954 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
11956 darwin*|macosx*)
11959 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
11961 esac
11963 case $host_os in
11964 mingw32*)
11965 CRTLIBS="-lmsvcrt"
11967 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
11970 esac
11972 MAIN_BINARY="wine"
11974 test -z "$with_wine64" || MAIN_BINARY="wine32"
11976 case $host_cpu in
11977 *i[3456789]86*)
11978 case $host_os in
11979 linux*)
11980 EXTRA_BINARIES="wine-preloader"
11982 esac
11984 esac
11987 ac_save_CFLAGS="$CFLAGS"
11988 CFLAGS="$CFLAGS $BUILTINFLAG"
11989 for ac_func in \
11990 _pclose \
11991 _popen \
11992 _snprintf \
11993 _spawnvp \
11994 _strdup \
11995 _stricmp \
11996 _strnicmp \
11997 _strtoi64 \
11998 _strtoui64 \
11999 _vsnprintf \
12000 asctime_r \
12001 chsize \
12002 dlopen \
12003 epoll_create \
12004 ffs \
12005 finite \
12006 fnmatch \
12007 fork \
12008 fpclass \
12009 fstatfs \
12010 fstatvfs \
12011 ftruncate \
12012 futimes \
12013 futimesat \
12014 getdirentries \
12015 getopt_long \
12016 getpagesize \
12017 getpwuid \
12018 gettid \
12019 gettimeofday \
12020 getuid \
12021 kqueue \
12022 lstat \
12023 memmove \
12024 mmap \
12025 pclose \
12026 pipe2 \
12027 poll \
12028 popen \
12029 port_create \
12030 prctl \
12031 pread \
12032 pwrite \
12033 readdir \
12034 readlink \
12035 sched_setaffinity \
12036 sched_yield \
12037 select \
12038 setproctitle \
12039 setrlimit \
12040 settimeofday \
12041 sigaltstack \
12042 sigprocmask \
12043 snprintf \
12044 spawnvp \
12045 statfs \
12046 statvfs \
12047 strcasecmp \
12048 strdup \
12049 strerror \
12050 strncasecmp \
12051 strtold \
12052 strtoll \
12053 strtoull \
12054 symlink \
12055 tcgetattr \
12056 thr_kill2 \
12057 timegm \
12058 usleep \
12059 vsnprintf \
12060 wait4 \
12061 waitpid \
12063 do :
12064 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12065 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12066 eval as_val=\$$as_ac_var
12067 if test "x$as_val" = x""yes; then :
12068 cat >>confdefs.h <<_ACEOF
12069 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12070 _ACEOF
12073 done
12075 CFLAGS="$ac_save_CFLAGS"
12077 if test "$ac_cv_func_dlopen" = no
12078 then
12079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12080 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12081 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12082 $as_echo_n "(cached) " >&6
12083 else
12084 ac_check_lib_save_LIBS=$LIBS
12085 LIBS="-ldl $LIBS"
12086 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12087 /* end confdefs.h. */
12089 /* Override any GCC internal prototype to avoid an error.
12090 Use char because int might match the return type of a GCC
12091 builtin and then its argument prototype would still apply. */
12092 #ifdef __cplusplus
12093 extern "C"
12094 #endif
12095 char dlopen ();
12097 main ()
12099 return dlopen ();
12101 return 0;
12103 _ACEOF
12104 if ac_fn_c_try_link "$LINENO"; then :
12105 ac_cv_lib_dl_dlopen=yes
12106 else
12107 ac_cv_lib_dl_dlopen=no
12109 rm -f core conftest.err conftest.$ac_objext \
12110 conftest$ac_exeext conftest.$ac_ext
12111 LIBS=$ac_check_lib_save_LIBS
12113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12114 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12115 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12116 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12117 LIBDL="-ldl"
12122 ac_wine_check_funcs_save_LIBS="$LIBS"
12123 LIBS="$LIBS $LIBDL"
12124 for ac_func in dladdr
12125 do :
12126 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12127 if test "x$ac_cv_func_dladdr" = x""yes; then :
12128 cat >>confdefs.h <<_ACEOF
12129 #define HAVE_DLADDR 1
12130 _ACEOF
12133 done
12135 LIBS="$ac_wine_check_funcs_save_LIBS"
12137 if test "$ac_cv_func_poll" = no
12138 then
12139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12140 $as_echo_n "checking for poll in -lpoll... " >&6; }
12141 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12142 $as_echo_n "(cached) " >&6
12143 else
12144 ac_check_lib_save_LIBS=$LIBS
12145 LIBS="-lpoll $LIBS"
12146 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12147 /* end confdefs.h. */
12149 /* Override any GCC internal prototype to avoid an error.
12150 Use char because int might match the return type of a GCC
12151 builtin and then its argument prototype would still apply. */
12152 #ifdef __cplusplus
12153 extern "C"
12154 #endif
12155 char poll ();
12157 main ()
12159 return poll ();
12161 return 0;
12163 _ACEOF
12164 if ac_fn_c_try_link "$LINENO"; then :
12165 ac_cv_lib_poll_poll=yes
12166 else
12167 ac_cv_lib_poll_poll=no
12169 rm -f core conftest.err conftest.$ac_objext \
12170 conftest$ac_exeext conftest.$ac_ext
12171 LIBS=$ac_check_lib_save_LIBS
12173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12174 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12175 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12176 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12177 LIBPOLL="-lpoll"
12183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12184 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12185 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12186 $as_echo_n "(cached) " >&6
12187 else
12188 ac_func_search_save_LIBS=$LIBS
12189 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12190 /* end confdefs.h. */
12192 /* Override any GCC internal prototype to avoid an error.
12193 Use char because int might match the return type of a GCC
12194 builtin and then its argument prototype would still apply. */
12195 #ifdef __cplusplus
12196 extern "C"
12197 #endif
12198 char gethostbyname ();
12200 main ()
12202 return gethostbyname ();
12204 return 0;
12206 _ACEOF
12207 for ac_lib in '' nsl; do
12208 if test -z "$ac_lib"; then
12209 ac_res="none required"
12210 else
12211 ac_res=-l$ac_lib
12212 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12214 if ac_fn_c_try_link "$LINENO"; then :
12215 ac_cv_search_gethostbyname=$ac_res
12217 rm -f core conftest.err conftest.$ac_objext \
12218 conftest$ac_exeext
12219 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12220 break
12222 done
12223 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12225 else
12226 ac_cv_search_gethostbyname=no
12228 rm conftest.$ac_ext
12229 LIBS=$ac_func_search_save_LIBS
12231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12232 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12233 ac_res=$ac_cv_search_gethostbyname
12234 if test "$ac_res" != no; then :
12235 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12241 $as_echo_n "checking for library containing connect... " >&6; }
12242 if test "${ac_cv_search_connect+set}" = set; then :
12243 $as_echo_n "(cached) " >&6
12244 else
12245 ac_func_search_save_LIBS=$LIBS
12246 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12247 /* end confdefs.h. */
12249 /* Override any GCC internal prototype to avoid an error.
12250 Use char because int might match the return type of a GCC
12251 builtin and then its argument prototype would still apply. */
12252 #ifdef __cplusplus
12253 extern "C"
12254 #endif
12255 char connect ();
12257 main ()
12259 return connect ();
12261 return 0;
12263 _ACEOF
12264 for ac_lib in '' socket; do
12265 if test -z "$ac_lib"; then
12266 ac_res="none required"
12267 else
12268 ac_res=-l$ac_lib
12269 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12271 if ac_fn_c_try_link "$LINENO"; then :
12272 ac_cv_search_connect=$ac_res
12274 rm -f core conftest.err conftest.$ac_objext \
12275 conftest$ac_exeext
12276 if test "${ac_cv_search_connect+set}" = set; then :
12277 break
12279 done
12280 if test "${ac_cv_search_connect+set}" = set; then :
12282 else
12283 ac_cv_search_connect=no
12285 rm conftest.$ac_ext
12286 LIBS=$ac_func_search_save_LIBS
12288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12289 $as_echo "$ac_cv_search_connect" >&6; }
12290 ac_res=$ac_cv_search_connect
12291 if test "$ac_res" != no; then :
12292 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12298 $as_echo_n "checking for library containing inet_aton... " >&6; }
12299 if test "${ac_cv_search_inet_aton+set}" = set; then :
12300 $as_echo_n "(cached) " >&6
12301 else
12302 ac_func_search_save_LIBS=$LIBS
12303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12304 /* end confdefs.h. */
12306 /* Override any GCC internal prototype to avoid an error.
12307 Use char because int might match the return type of a GCC
12308 builtin and then its argument prototype would still apply. */
12309 #ifdef __cplusplus
12310 extern "C"
12311 #endif
12312 char inet_aton ();
12314 main ()
12316 return inet_aton ();
12318 return 0;
12320 _ACEOF
12321 for ac_lib in '' resolv; do
12322 if test -z "$ac_lib"; then
12323 ac_res="none required"
12324 else
12325 ac_res=-l$ac_lib
12326 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12328 if ac_fn_c_try_link "$LINENO"; then :
12329 ac_cv_search_inet_aton=$ac_res
12331 rm -f core conftest.err conftest.$ac_objext \
12332 conftest$ac_exeext
12333 if test "${ac_cv_search_inet_aton+set}" = set; then :
12334 break
12336 done
12337 if test "${ac_cv_search_inet_aton+set}" = set; then :
12339 else
12340 ac_cv_search_inet_aton=no
12342 rm conftest.$ac_ext
12343 LIBS=$ac_func_search_save_LIBS
12345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12346 $as_echo "$ac_cv_search_inet_aton" >&6; }
12347 ac_res=$ac_cv_search_inet_aton
12348 if test "$ac_res" != no; then :
12349 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12354 for ac_func in \
12355 getaddrinfo \
12356 getnameinfo \
12357 getnetbyname \
12358 getprotobyname \
12359 getprotobynumber \
12360 getservbyport \
12361 inet_network \
12362 inet_ntop \
12363 inet_pton \
12364 sendmsg \
12365 socketpair \
12367 do :
12368 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12369 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12370 eval as_val=\$$as_ac_var
12371 if test "x$as_val" = x""yes; then :
12372 cat >>confdefs.h <<_ACEOF
12373 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12374 _ACEOF
12377 done
12380 LDAPLIBS=""
12382 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12383 then
12384 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12386 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12388 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12389 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12390 $as_echo_n "(cached) " >&6
12391 else
12392 ac_check_lib_save_LIBS=$LIBS
12393 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12395 /* end confdefs.h. */
12397 /* Override any GCC internal prototype to avoid an error.
12398 Use char because int might match the return type of a GCC
12399 builtin and then its argument prototype would still apply. */
12400 #ifdef __cplusplus
12401 extern "C"
12402 #endif
12403 char ldap_initialize ();
12405 main ()
12407 return ldap_initialize ();
12409 return 0;
12411 _ACEOF
12412 if ac_fn_c_try_link "$LINENO"; then :
12413 ac_cv_lib_ldap_r_ldap_initialize=yes
12414 else
12415 ac_cv_lib_ldap_r_ldap_initialize=no
12417 rm -f core conftest.err conftest.$ac_objext \
12418 conftest$ac_exeext conftest.$ac_ext
12419 LIBS=$ac_check_lib_save_LIBS
12421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12422 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12423 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12425 $as_echo_n "checking for ber_init in -llber... " >&6; }
12426 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12427 $as_echo_n "(cached) " >&6
12428 else
12429 ac_check_lib_save_LIBS=$LIBS
12430 LIBS="-llber $LIBPTHREAD $LIBS"
12431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12432 /* end confdefs.h. */
12434 /* Override any GCC internal prototype to avoid an error.
12435 Use char because int might match the return type of a GCC
12436 builtin and then its argument prototype would still apply. */
12437 #ifdef __cplusplus
12438 extern "C"
12439 #endif
12440 char ber_init ();
12442 main ()
12444 return ber_init ();
12446 return 0;
12448 _ACEOF
12449 if ac_fn_c_try_link "$LINENO"; then :
12450 ac_cv_lib_lber_ber_init=yes
12451 else
12452 ac_cv_lib_lber_ber_init=no
12454 rm -f core conftest.err conftest.$ac_objext \
12455 conftest$ac_exeext conftest.$ac_ext
12456 LIBS=$ac_check_lib_save_LIBS
12458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12459 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12460 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12462 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12464 LDAPLIBS="-lldap_r -llber"
12471 ac_wine_check_funcs_save_LIBS="$LIBS"
12472 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12473 for ac_func in \
12474 ldap_count_references \
12475 ldap_first_reference \
12476 ldap_next_reference \
12477 ldap_parse_reference \
12478 ldap_parse_sort_control \
12479 ldap_parse_sortresponse_control \
12480 ldap_parse_vlv_control \
12481 ldap_parse_vlvresponse_control
12482 do :
12483 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12484 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12485 eval as_val=\$$as_ac_var
12486 if test "x$as_val" = x""yes; then :
12487 cat >>confdefs.h <<_ACEOF
12488 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12489 _ACEOF
12492 done
12494 LIBS="$ac_wine_check_funcs_save_LIBS"
12496 if test "x$LDAPLIBS" = "x"; then :
12497 case "x$with_ldap" in
12498 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12499 xno) ;;
12500 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12501 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12502 esac
12505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12506 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12507 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12508 $as_echo_n "(cached) " >&6
12509 else
12510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12511 /* end confdefs.h. */
12512 #include <sys/stat.h>
12514 main ()
12516 mkdir("foo");
12518 return 0;
12520 _ACEOF
12521 if ac_fn_c_try_compile "$LINENO"; then :
12522 wine_cv_one_arg_mkdir=yes
12523 else
12524 wine_cv_one_arg_mkdir=no
12526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12529 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12530 if test "$wine_cv_one_arg_mkdir" = "yes"
12531 then
12533 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12539 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12540 if test "${ac_cv_c_const+set}" = set; then :
12541 $as_echo_n "(cached) " >&6
12542 else
12543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12544 /* end confdefs.h. */
12547 main ()
12549 /* FIXME: Include the comments suggested by Paul. */
12550 #ifndef __cplusplus
12551 /* Ultrix mips cc rejects this. */
12552 typedef int charset[2];
12553 const charset cs;
12554 /* SunOS 4.1.1 cc rejects this. */
12555 char const *const *pcpcc;
12556 char **ppc;
12557 /* NEC SVR4.0.2 mips cc rejects this. */
12558 struct point {int x, y;};
12559 static struct point const zero = {0,0};
12560 /* AIX XL C 1.02.0.0 rejects this.
12561 It does not let you subtract one const X* pointer from another in
12562 an arm of an if-expression whose if-part is not a constant
12563 expression */
12564 const char *g = "string";
12565 pcpcc = &g + (g ? g-g : 0);
12566 /* HPUX 7.0 cc rejects these. */
12567 ++pcpcc;
12568 ppc = (char**) pcpcc;
12569 pcpcc = (char const *const *) ppc;
12570 { /* SCO 3.2v4 cc rejects this. */
12571 char *t;
12572 char const *s = 0 ? (char *) 0 : (char const *) 0;
12574 *t++ = 0;
12575 if (s) return 0;
12577 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12578 int x[] = {25, 17};
12579 const int *foo = &x[0];
12580 ++foo;
12582 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12583 typedef const int *iptr;
12584 iptr p = 0;
12585 ++p;
12587 { /* AIX XL C 1.02.0.0 rejects this saying
12588 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12589 struct s { int j; const int *ap[3]; };
12590 struct s *b; b->j = 5;
12592 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12593 const int foo = 10;
12594 if (!foo) return 0;
12596 return !cs[0] && !zero.x;
12597 #endif
12600 return 0;
12602 _ACEOF
12603 if ac_fn_c_try_compile "$LINENO"; then :
12604 ac_cv_c_const=yes
12605 else
12606 ac_cv_c_const=no
12608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12611 $as_echo "$ac_cv_c_const" >&6; }
12612 if test $ac_cv_c_const = no; then
12614 $as_echo "#define const /**/" >>confdefs.h
12618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12619 $as_echo_n "checking for inline... " >&6; }
12620 if test "${ac_cv_c_inline+set}" = set; then :
12621 $as_echo_n "(cached) " >&6
12622 else
12623 ac_cv_c_inline=no
12624 for ac_kw in inline __inline__ __inline; do
12625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12626 /* end confdefs.h. */
12627 #ifndef __cplusplus
12628 typedef int foo_t;
12629 static $ac_kw foo_t static_foo () {return 0; }
12630 $ac_kw foo_t foo () {return 0; }
12631 #endif
12633 _ACEOF
12634 if ac_fn_c_try_compile "$LINENO"; then :
12635 ac_cv_c_inline=$ac_kw
12637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12638 test "$ac_cv_c_inline" != no && break
12639 done
12642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12643 $as_echo "$ac_cv_c_inline" >&6; }
12645 case $ac_cv_c_inline in
12646 inline | yes) ;;
12648 case $ac_cv_c_inline in
12649 no) ac_val=;;
12650 *) ac_val=$ac_cv_c_inline;;
12651 esac
12652 cat >>confdefs.h <<_ACEOF
12653 #ifndef __cplusplus
12654 #define inline $ac_val
12655 #endif
12656 _ACEOF
12658 esac
12660 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12661 if test "x$ac_cv_type_mode_t" = x""yes; then :
12663 cat >>confdefs.h <<_ACEOF
12664 #define HAVE_MODE_T 1
12665 _ACEOF
12669 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12670 if test "x$ac_cv_type_off_t" = x""yes; then :
12672 cat >>confdefs.h <<_ACEOF
12673 #define HAVE_OFF_T 1
12674 _ACEOF
12678 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12679 if test "x$ac_cv_type_pid_t" = x""yes; then :
12681 cat >>confdefs.h <<_ACEOF
12682 #define HAVE_PID_T 1
12683 _ACEOF
12687 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12688 if test "x$ac_cv_type_size_t" = x""yes; then :
12690 cat >>confdefs.h <<_ACEOF
12691 #define HAVE_SIZE_T 1
12692 _ACEOF
12696 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12697 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12699 cat >>confdefs.h <<_ACEOF
12700 #define HAVE_SSIZE_T 1
12701 _ACEOF
12705 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12706 if test "x$ac_cv_type_long_long" = x""yes; then :
12708 cat >>confdefs.h <<_ACEOF
12709 #define HAVE_LONG_LONG 1
12710 _ACEOF
12714 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12715 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12717 cat >>confdefs.h <<_ACEOF
12718 #define HAVE_FSBLKCNT_T 1
12719 _ACEOF
12723 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12724 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12726 cat >>confdefs.h <<_ACEOF
12727 #define HAVE_FSFILCNT_T 1
12728 _ACEOF
12733 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12734 #include <signal.h>
12736 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12738 cat >>confdefs.h <<_ACEOF
12739 #define HAVE_SIGSET_T 1
12740 _ACEOF
12745 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12747 if test "x$ac_cv_type_request_sense" = x""yes; then :
12749 cat >>confdefs.h <<_ACEOF
12750 #define HAVE_REQUEST_SENSE 1
12751 _ACEOF
12757 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12758 #ifdef HAVE_SYS_SOCKET_H
12759 #include <sys/socket.h>
12760 #endif
12761 #ifdef HAVE_SYS_SOCKETVAR_H
12762 #include <sys/socketvar.h>
12763 #endif
12764 #ifdef HAVE_NET_ROUTE_H
12765 #include <net/route.h>
12766 #endif
12767 #ifdef HAVE_NETINET_IN_H
12768 #include <netinet/in.h>
12769 #endif
12770 #ifdef HAVE_NETINET_IN_SYSTM_H
12771 #include <netinet/in_systm.h>
12772 #endif
12773 #ifdef HAVE_NETINET_IP_H
12774 #include <netinet/ip.h>
12775 #endif
12776 #ifdef HAVE_NETINET_IN_PCB_H
12777 #include <netinet/in_pcb.h>
12778 #endif
12780 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12782 cat >>confdefs.h <<_ACEOF
12783 #define HAVE_STRUCT_XINPGEN 1
12784 _ACEOF
12790 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12791 #include <linux/input.h>
12792 #endif
12794 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12796 cat >>confdefs.h <<_ACEOF
12797 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12798 _ACEOF
12804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12805 $as_echo_n "checking for sigaddset... " >&6; }
12806 if test "${wine_cv_have_sigaddset+set}" = set; then :
12807 $as_echo_n "(cached) " >&6
12808 else
12809 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12810 /* end confdefs.h. */
12811 #include <signal.h>
12813 main ()
12815 sigset_t set; sigaddset(&set,SIGTERM);
12817 return 0;
12819 _ACEOF
12820 if ac_fn_c_try_link "$LINENO"; then :
12821 wine_cv_have_sigaddset=yes
12822 else
12823 wine_cv_have_sigaddset=no
12825 rm -f core conftest.err conftest.$ac_objext \
12826 conftest$ac_exeext conftest.$ac_ext
12828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12829 $as_echo "$wine_cv_have_sigaddset" >&6; }
12830 if test "$wine_cv_have_sigaddset" = "yes"
12831 then
12833 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12839 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12840 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12841 $as_echo_n "(cached) " >&6
12842 else
12843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12844 /* end confdefs.h. */
12845 #include <netdb.h>
12847 main ()
12850 char *name=0;
12851 struct hostent he;
12852 struct hostent *result;
12853 char *buf=0;
12854 int bufsize=0;
12855 int res,errnr;
12856 char *addr=0;
12857 int addrlen=0;
12858 int addrtype=0;
12859 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12860 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12863 return 0;
12865 _ACEOF
12866 if ac_fn_c_try_link "$LINENO"; then :
12867 wine_cv_linux_gethostbyname_r_6=yes
12868 else
12869 wine_cv_linux_gethostbyname_r_6=no
12872 rm -f core conftest.err conftest.$ac_objext \
12873 conftest$ac_exeext conftest.$ac_ext
12876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12877 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12878 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12879 then
12881 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12885 if test "$ac_cv_header_linux_joystick_h" = "yes"
12886 then
12887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12888 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12889 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12890 $as_echo_n "(cached) " >&6
12891 else
12892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12893 /* end confdefs.h. */
12895 #include <sys/ioctl.h>
12896 #include <sys/types.h>
12897 #include <linux/joystick.h>
12899 struct js_event blub;
12900 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12901 #error "no 2.2 header"
12902 #endif
12905 main ()
12907 /*empty*/
12909 return 0;
12911 _ACEOF
12912 if ac_fn_c_try_compile "$LINENO"; then :
12913 wine_cv_linux_joystick_22_api=yes
12914 else
12915 wine_cv_linux_joystick_22_api=no
12917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
12921 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
12922 if test "$wine_cv_linux_joystick_22_api" = "yes"
12923 then
12925 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
12931 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
12932 #ifdef HAVE_SYS_PARAM_H
12933 # include <sys/param.h>
12934 #endif
12935 #ifdef HAVE_SYS_MOUNT_H
12936 # include <sys/mount.h>
12937 #endif
12938 #ifdef HAVE_SYS_VFS_H
12939 # include <sys/vfs.h>
12940 #endif
12941 #ifdef HAVE_SYS_STATFS_H
12942 # include <sys/statfs.h>
12943 #endif
12945 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
12947 cat >>confdefs.h <<_ACEOF
12948 #define HAVE_STRUCT_STATFS_F_BFREE 1
12949 _ACEOF
12953 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
12954 #ifdef HAVE_SYS_PARAM_H
12955 # include <sys/param.h>
12956 #endif
12957 #ifdef HAVE_SYS_MOUNT_H
12958 # include <sys/mount.h>
12959 #endif
12960 #ifdef HAVE_SYS_VFS_H
12961 # include <sys/vfs.h>
12962 #endif
12963 #ifdef HAVE_SYS_STATFS_H
12964 # include <sys/statfs.h>
12965 #endif
12967 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
12969 cat >>confdefs.h <<_ACEOF
12970 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
12971 _ACEOF
12975 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
12976 #ifdef HAVE_SYS_PARAM_H
12977 # include <sys/param.h>
12978 #endif
12979 #ifdef HAVE_SYS_MOUNT_H
12980 # include <sys/mount.h>
12981 #endif
12982 #ifdef HAVE_SYS_VFS_H
12983 # include <sys/vfs.h>
12984 #endif
12985 #ifdef HAVE_SYS_STATFS_H
12986 # include <sys/statfs.h>
12987 #endif
12989 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
12991 cat >>confdefs.h <<_ACEOF
12992 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
12993 _ACEOF
12997 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
12998 #ifdef HAVE_SYS_PARAM_H
12999 # include <sys/param.h>
13000 #endif
13001 #ifdef HAVE_SYS_MOUNT_H
13002 # include <sys/mount.h>
13003 #endif
13004 #ifdef HAVE_SYS_VFS_H
13005 # include <sys/vfs.h>
13006 #endif
13007 #ifdef HAVE_SYS_STATFS_H
13008 # include <sys/statfs.h>
13009 #endif
13011 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13013 cat >>confdefs.h <<_ACEOF
13014 #define HAVE_STRUCT_STATFS_F_FFREE 1
13015 _ACEOF
13019 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13020 #ifdef HAVE_SYS_PARAM_H
13021 # include <sys/param.h>
13022 #endif
13023 #ifdef HAVE_SYS_MOUNT_H
13024 # include <sys/mount.h>
13025 #endif
13026 #ifdef HAVE_SYS_VFS_H
13027 # include <sys/vfs.h>
13028 #endif
13029 #ifdef HAVE_SYS_STATFS_H
13030 # include <sys/statfs.h>
13031 #endif
13033 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13035 cat >>confdefs.h <<_ACEOF
13036 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13037 _ACEOF
13041 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13042 #ifdef HAVE_SYS_PARAM_H
13043 # include <sys/param.h>
13044 #endif
13045 #ifdef HAVE_SYS_MOUNT_H
13046 # include <sys/mount.h>
13047 #endif
13048 #ifdef HAVE_SYS_VFS_H
13049 # include <sys/vfs.h>
13050 #endif
13051 #ifdef HAVE_SYS_STATFS_H
13052 # include <sys/statfs.h>
13053 #endif
13055 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13057 cat >>confdefs.h <<_ACEOF
13058 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13059 _ACEOF
13065 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13066 #include <sys/statvfs.h>
13067 #endif
13069 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13071 cat >>confdefs.h <<_ACEOF
13072 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13073 _ACEOF
13079 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13080 #ifdef HAVE_SYS_SOCKET_H
13081 # include <sys/socket.h>
13082 #endif
13083 #ifdef HAVE_SYS_UN_H
13084 # include <sys/un.h>
13085 #endif
13087 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13089 cat >>confdefs.h <<_ACEOF
13090 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13091 _ACEOF
13095 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13096 #ifdef HAVE_SYS_SOCKET_H
13097 # include <sys/socket.h>
13098 #endif
13099 #ifdef HAVE_SYS_UN_H
13100 # include <sys/un.h>
13101 #endif
13103 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13105 cat >>confdefs.h <<_ACEOF
13106 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13107 _ACEOF
13111 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13112 #ifdef HAVE_SYS_SOCKET_H
13113 # include <sys/socket.h>
13114 #endif
13115 #ifdef HAVE_SYS_UN_H
13116 # include <sys/un.h>
13117 #endif
13119 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13121 cat >>confdefs.h <<_ACEOF
13122 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13123 _ACEOF
13129 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13130 #ifdef HAVE_SCSI_SG_H
13131 #include <scsi/sg.h>
13132 #endif
13134 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13136 cat >>confdefs.h <<_ACEOF
13137 #define HAVE_SCSIREQ_T_CMD 1
13138 _ACEOF
13142 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>
13143 #ifdef HAVE_SCSI_SG_H
13144 #include <scsi/sg.h>
13145 #endif
13147 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13149 cat >>confdefs.h <<_ACEOF
13150 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13151 _ACEOF
13157 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13159 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13161 cat >>confdefs.h <<_ACEOF
13162 #define HAVE_SIGINFO_T_SI_FD 1
13163 _ACEOF
13169 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13170 #ifdef HAVE_SYS_MTIO_H
13171 #include <sys/mtio.h>
13172 #endif
13174 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13176 cat >>confdefs.h <<_ACEOF
13177 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13178 _ACEOF
13182 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13183 #ifdef HAVE_SYS_MTIO_H
13184 #include <sys/mtio.h>
13185 #endif
13187 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13189 cat >>confdefs.h <<_ACEOF
13190 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13191 _ACEOF
13195 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13196 #ifdef HAVE_SYS_MTIO_H
13197 #include <sys/mtio.h>
13198 #endif
13200 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13202 cat >>confdefs.h <<_ACEOF
13203 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13204 _ACEOF
13210 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13211 #include <getopt.h>
13212 #endif
13214 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13216 cat >>confdefs.h <<_ACEOF
13217 #define HAVE_STRUCT_OPTION_NAME 1
13218 _ACEOF
13224 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13225 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13227 cat >>confdefs.h <<_ACEOF
13228 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13229 _ACEOF
13233 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13234 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13236 cat >>confdefs.h <<_ACEOF
13237 #define HAVE_STRUCT_STAT_ST_MTIM 1
13238 _ACEOF
13242 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13243 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13245 cat >>confdefs.h <<_ACEOF
13246 #define HAVE_STRUCT_STAT_ST_CTIM 1
13247 _ACEOF
13251 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13252 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13254 cat >>confdefs.h <<_ACEOF
13255 #define HAVE_STRUCT_STAT_ST_ATIM 1
13256 _ACEOF
13262 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
13263 #include <sys/types.h>
13264 #endif
13265 #ifdef HAVE_NETINET_IN_H
13266 #include <netinet/in.h>
13267 #endif
13269 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13271 cat >>confdefs.h <<_ACEOF
13272 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13273 _ACEOF
13279 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13280 #include <sys/types.h>
13281 #endif
13282 #ifdef HAVE_NETINET_IN_H
13283 # include <netinet/in.h>
13284 #endif
13285 #ifdef HAVE_ARPA_NAMESER_H
13286 # include <arpa/nameser.h>
13287 #endif
13289 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13291 cat >>confdefs.h <<_ACEOF
13292 #define HAVE_NS_MSG__MSG_PTR 1
13293 _ACEOF
13299 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13300 #include <sys/types.h>
13301 #endif
13302 #ifdef HAVE_ALIAS_H
13303 #include <alias.h>
13304 #endif
13305 #ifdef HAVE_SYS_SOCKET_H
13306 #include <sys/socket.h>
13307 #endif
13308 #ifdef HAVE_SYS_SOCKETVAR_H
13309 #include <sys/socketvar.h>
13310 #endif
13311 #ifdef HAVE_SYS_TIMEOUT_H
13312 #include <sys/timeout.h>
13313 #endif
13314 #ifdef HAVE_NETINET_IN_H
13315 #include <netinet/in.h>
13316 #endif
13317 #ifdef HAVE_NETINET_IN_SYSTM_H
13318 #include <netinet/in_systm.h>
13319 #endif
13320 #ifdef HAVE_NETINET_IP_H
13321 #include <netinet/ip.h>
13322 #endif
13323 #ifdef HAVE_NETINET_IP_VAR_H
13324 #include <netinet/ip_var.h>
13325 #endif
13326 #ifdef HAVE_NETINET_IP_ICMP_H
13327 #include <netinet/ip_icmp.h>
13328 #endif
13329 #ifdef HAVE_NETINET_ICMP_VAR
13330 #include <netinet/icmp_var.h>
13331 #endif
13333 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13335 cat >>confdefs.h <<_ACEOF
13336 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13337 _ACEOF
13343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13344 $as_echo_n "checking for timezone variable... " >&6; }
13345 if test "${ac_cv_have_timezone+set}" = set; then :
13346 $as_echo_n "(cached) " >&6
13347 else
13348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13349 /* end confdefs.h. */
13350 #include <time.h>
13352 main ()
13354 timezone = 1
13356 return 0;
13358 _ACEOF
13359 if ac_fn_c_try_link "$LINENO"; then :
13360 ac_cv_have_timezone="yes"
13361 else
13362 ac_cv_have_timezone="no"
13364 rm -f core conftest.err conftest.$ac_objext \
13365 conftest$ac_exeext conftest.$ac_ext
13367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13368 $as_echo "$ac_cv_have_timezone" >&6; }
13369 if test "$ac_cv_have_timezone" = "yes"
13370 then
13372 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13376 $as_echo_n "checking for daylight variable... " >&6; }
13377 if test "${ac_cv_have_daylight+set}" = set; then :
13378 $as_echo_n "(cached) " >&6
13379 else
13380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13381 /* end confdefs.h. */
13382 #include <time.h>
13384 main ()
13386 daylight = 1
13388 return 0;
13390 _ACEOF
13391 if ac_fn_c_try_link "$LINENO"; then :
13392 ac_cv_have_daylight="yes"
13393 else
13394 ac_cv_have_daylight="no"
13396 rm -f core conftest.err conftest.$ac_objext \
13397 conftest$ac_exeext conftest.$ac_ext
13399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13400 $as_echo "$ac_cv_have_daylight" >&6; }
13401 if test "$ac_cv_have_daylight" = "yes"
13402 then
13404 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13409 $as_echo_n "checking for isinf... " >&6; }
13410 if test "${ac_cv_have_isinf+set}" = set; then :
13411 $as_echo_n "(cached) " >&6
13412 else
13413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13414 /* end confdefs.h. */
13415 #include <math.h>
13417 main ()
13419 float f = 0.0; int i=isinf(f)
13421 return 0;
13423 _ACEOF
13424 if ac_fn_c_try_link "$LINENO"; then :
13425 ac_cv_have_isinf="yes"
13426 else
13427 ac_cv_have_isinf="no"
13429 rm -f core conftest.err conftest.$ac_objext \
13430 conftest$ac_exeext conftest.$ac_ext
13432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13433 $as_echo "$ac_cv_have_isinf" >&6; }
13434 if test "$ac_cv_have_isinf" = "yes"
13435 then
13437 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13442 $as_echo_n "checking for isnan... " >&6; }
13443 if test "${ac_cv_have_isnan+set}" = set; then :
13444 $as_echo_n "(cached) " >&6
13445 else
13446 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13447 /* end confdefs.h. */
13448 #include <math.h>
13450 main ()
13452 float f = 0.0; int i=isnan(f)
13454 return 0;
13456 _ACEOF
13457 if ac_fn_c_try_link "$LINENO"; then :
13458 ac_cv_have_isnan="yes"
13459 else
13460 ac_cv_have_isnan="no"
13462 rm -f core conftest.err conftest.$ac_objext \
13463 conftest$ac_exeext conftest.$ac_ext
13465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13466 $as_echo "$ac_cv_have_isnan" >&6; }
13467 if test "$ac_cv_have_isnan" = "yes"
13468 then
13470 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13475 case $host_cpu in
13476 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13477 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13478 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13479 $as_echo_n "(cached) " >&6
13480 else
13481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13482 /* end confdefs.h. */
13483 #ifndef __i386__
13485 #endif
13486 _ACEOF
13487 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13488 $EGREP "yes" >/dev/null 2>&1; then :
13489 ac_cv_cpp_def___i386__=yes
13490 else
13491 ac_cv_cpp_def___i386__=no
13493 rm -f conftest*
13496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13497 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13498 if test $ac_cv_cpp_def___i386__ = yes; then :
13499 CFLAGS="$CFLAGS -D__i386__"
13500 LINTFLAGS="$LINTFLAGS -D__i386__"
13501 fi ;;
13502 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13503 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13504 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13505 $as_echo_n "(cached) " >&6
13506 else
13507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13508 /* end confdefs.h. */
13509 #ifndef __x86_64__
13511 #endif
13512 _ACEOF
13513 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13514 $EGREP "yes" >/dev/null 2>&1; then :
13515 ac_cv_cpp_def___x86_64__=yes
13516 else
13517 ac_cv_cpp_def___x86_64__=no
13519 rm -f conftest*
13522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13523 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13524 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13525 CFLAGS="$CFLAGS -D__x86_64__"
13526 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13527 fi ;;
13528 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13529 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13530 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13531 $as_echo_n "(cached) " >&6
13532 else
13533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13534 /* end confdefs.h. */
13535 #ifndef __ALPHA__
13537 #endif
13538 _ACEOF
13539 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13540 $EGREP "yes" >/dev/null 2>&1; then :
13541 ac_cv_cpp_def___ALPHA__=yes
13542 else
13543 ac_cv_cpp_def___ALPHA__=no
13545 rm -f conftest*
13548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13549 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13550 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13551 CFLAGS="$CFLAGS -D__ALPHA__"
13552 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13553 fi ;;
13554 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13555 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13556 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13557 $as_echo_n "(cached) " >&6
13558 else
13559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13560 /* end confdefs.h. */
13561 #ifndef __sparc__
13563 #endif
13564 _ACEOF
13565 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13566 $EGREP "yes" >/dev/null 2>&1; then :
13567 ac_cv_cpp_def___sparc__=yes
13568 else
13569 ac_cv_cpp_def___sparc__=no
13571 rm -f conftest*
13574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13575 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13576 if test $ac_cv_cpp_def___sparc__ = yes; then :
13577 CFLAGS="$CFLAGS -D__sparc__"
13578 LINTFLAGS="$LINTFLAGS -D__sparc__"
13579 fi ;;
13580 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13581 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13582 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13583 $as_echo_n "(cached) " >&6
13584 else
13585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13586 /* end confdefs.h. */
13587 #ifndef __powerpc__
13589 #endif
13590 _ACEOF
13591 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13592 $EGREP "yes" >/dev/null 2>&1; then :
13593 ac_cv_cpp_def___powerpc__=yes
13594 else
13595 ac_cv_cpp_def___powerpc__=no
13597 rm -f conftest*
13600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13601 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13602 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13603 CFLAGS="$CFLAGS -D__powerpc__"
13604 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13605 fi ;;
13606 esac
13608 case $host_vendor in
13609 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13610 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13611 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13612 $as_echo_n "(cached) " >&6
13613 else
13614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13615 /* end confdefs.h. */
13616 #ifndef __sun__
13618 #endif
13619 _ACEOF
13620 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13621 $EGREP "yes" >/dev/null 2>&1; then :
13622 ac_cv_cpp_def___sun__=yes
13623 else
13624 ac_cv_cpp_def___sun__=no
13626 rm -f conftest*
13629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13630 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13631 if test $ac_cv_cpp_def___sun__ = yes; then :
13632 CFLAGS="$CFLAGS -D__sun__"
13633 LINTFLAGS="$LINTFLAGS -D__sun__"
13634 fi ;;
13635 esac
13638 DEPENDENCIES="### Dependencies:
13640 .INIT: Makefile
13641 .BEGIN: Makefile
13642 .MAKEFILEDEPS:
13643 Makefile: dummy
13644 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13646 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
13647 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13648 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13649 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13650 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13653 ALL_MAKERULES=""
13655 ALL_MAKEFILES=""
13657 ALL_SYMLINKS=""
13659 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13662 ALL_TOP_DIRS=""
13664 ALL_DLL_DIRS=""
13666 ALL_IMPLIB_DIRS=""
13668 ALL_STATIC_LIBS=""
13670 ALL_IMPORT_LIBS=""
13672 ALL_IMPORTLIB_RULES=""
13674 ALL_TEST_DIRS=""
13676 ALL_PROGRAM_DIRS=""
13678 ALL_PROGRAM_INSTALL_DIRS=""
13680 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13685 ac_config_commands="$ac_config_commands include/stamp-h"
13688 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
13689 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13690 dlls/wineps.drv/generic.ppd"
13691 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
13692 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13693 fonts/marlett.ttf"
13694 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
13695 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13696 fonts/symbol.ttf"
13697 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
13698 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13699 fonts/tahoma.ttf"
13700 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
13701 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13702 fonts/tahomabd.ttf"
13703 ac_config_links="$ac_config_links wine:tools/winewrapper"
13704 ALL_SYMLINKS="$ALL_SYMLINKS \\
13705 wine"
13707 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13709 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13711 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13713 ac_config_commands="$ac_config_commands dlls/user32/resources"
13715 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13717 ac_config_commands="$ac_config_commands include/wine"
13720 ALL_MAKERULES="$ALL_MAKERULES \\
13721 Make.rules"
13722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13723 Make.rules: Make.rules.in config.status"
13724 MAKE_RULES=Make.rules
13725 ac_config_files="$ac_config_files Make.rules"
13727 ALL_MAKERULES="$ALL_MAKERULES \\
13728 dlls/Makedll.rules"
13729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13730 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules config.status"
13731 MAKE_DLL_RULES=dlls/Makedll.rules
13732 ac_config_files="$ac_config_files dlls/Makedll.rules"
13734 ALL_MAKERULES="$ALL_MAKERULES \\
13735 dlls/Makeimplib.rules"
13736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13737 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules config.status"
13738 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13739 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13741 ALL_MAKERULES="$ALL_MAKERULES \\
13742 dlls/Maketest.rules"
13743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13744 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules config.status"
13745 MAKE_TEST_RULES=dlls/Maketest.rules
13746 ac_config_files="$ac_config_files dlls/Maketest.rules"
13748 ALL_MAKERULES="$ALL_MAKERULES \\
13749 programs/Makeprog.rules"
13750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13751 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules config.status"
13752 MAKE_PROG_RULES=programs/Makeprog.rules
13753 ac_config_files="$ac_config_files programs/Makeprog.rules"
13758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13759 Makefile: Makefile.in Make.rules config.status"
13760 ac_config_files="$ac_config_files Makefile"
13762 ALL_MAKEFILES="$ALL_MAKEFILES \\
13763 dlls/Makefile"
13764 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13765 dlls"
13766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13767 dlls/Makefile: dlls/Makefile.in Make.rules config.status"
13768 ac_config_files="$ac_config_files dlls/Makefile"
13770 ALL_MAKEFILES="$ALL_MAKEFILES \\
13771 dlls/acledit/Makefile"
13772 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13773 acledit"
13774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13775 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules config.status"
13776 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13778 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13779 aclui/libaclui.$IMPLIBEXT"
13780 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13781 aclui/libaclui.def aclui/libaclui.a aclui/libaclui.cross.a: aclui/aclui.spec \$(WINEBUILD)
13782 @cd aclui && \$(MAKE) \`basename \$@\`"
13783 ALL_MAKEFILES="$ALL_MAKEFILES \\
13784 dlls/aclui/Makefile"
13785 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13786 aclui"
13787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13788 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules config.status"
13789 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13791 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13792 activeds/libactiveds.$IMPLIBEXT"
13793 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13794 activeds/libactiveds.def activeds/libactiveds.a activeds/libactiveds.cross.a: activeds/activeds.spec \$(WINEBUILD)
13795 @cd activeds && \$(MAKE) \`basename \$@\`"
13796 ALL_MAKEFILES="$ALL_MAKEFILES \\
13797 dlls/activeds/Makefile"
13798 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13799 activeds"
13800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13801 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules config.status"
13802 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13804 ALL_MAKEFILES="$ALL_MAKEFILES \\
13805 dlls/actxprxy/Makefile"
13806 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13807 actxprxy"
13808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13809 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules config.status"
13810 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13812 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
13813 adsiid/libadsiid.a"
13814 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13815 adsiid/libadsiid.a: adsiid
13816 adsiid/libadsiid.cross.a: dummy
13817 @cd adsiid && \$(MAKE) libadsiid.cross.a"
13818 ALL_MAKEFILES="$ALL_MAKEFILES \\
13819 dlls/adsiid/Makefile"
13820 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
13821 adsiid"
13822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13823 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules config.status"
13824 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13826 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13827 advapi32/libadvapi32.$IMPLIBEXT"
13828 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13829 advapi32/libadvapi32.def advapi32/libadvapi32.a advapi32/libadvapi32.cross.a: advapi32/advapi32.spec \$(WINEBUILD)
13830 @cd advapi32 && \$(MAKE) \`basename \$@\`"
13831 ALL_MAKEFILES="$ALL_MAKEFILES \\
13832 dlls/advapi32/Makefile"
13833 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13834 advapi32"
13835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13836 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules config.status"
13837 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13839 ALL_MAKEFILES="$ALL_MAKEFILES \\
13840 dlls/advapi32/tests/Makefile"
13841 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13842 advapi32/tests"
13843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13844 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules config.status"
13845 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13847 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13848 advpack/libadvpack.$IMPLIBEXT"
13849 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13850 advpack/libadvpack.def advpack/libadvpack.a advpack/libadvpack.cross.a: advpack/advpack.spec \$(WINEBUILD)
13851 @cd advpack && \$(MAKE) \`basename \$@\`"
13852 ALL_MAKEFILES="$ALL_MAKEFILES \\
13853 dlls/advpack/Makefile"
13854 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13855 advpack"
13856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13857 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules config.status"
13858 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13860 ALL_MAKEFILES="$ALL_MAKEFILES \\
13861 dlls/advpack/tests/Makefile"
13862 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13863 advpack/tests"
13864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13865 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules config.status"
13866 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13868 ALL_MAKEFILES="$ALL_MAKEFILES \\
13869 dlls/amstream/Makefile"
13870 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13871 amstream"
13872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13873 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules config.status"
13874 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13876 ALL_MAKEFILES="$ALL_MAKEFILES \\
13877 dlls/amstream/tests/Makefile"
13878 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13879 amstream/tests"
13880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13881 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules config.status"
13882 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13884 ALL_MAKEFILES="$ALL_MAKEFILES \\
13885 dlls/appwiz.cpl/Makefile"
13886 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13887 appwiz.cpl"
13888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13889 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules config.status"
13890 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13892 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13893 atl/libatl.$IMPLIBEXT"
13894 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13895 atl/libatl.def atl/libatl.a atl/libatl.cross.a: atl/atl.spec \$(WINEBUILD)
13896 @cd atl && \$(MAKE) \`basename \$@\`"
13897 ALL_MAKEFILES="$ALL_MAKEFILES \\
13898 dlls/atl/Makefile"
13899 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13900 atl"
13901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13902 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules config.status"
13903 ac_config_files="$ac_config_files dlls/atl/Makefile"
13905 ALL_MAKEFILES="$ALL_MAKEFILES \\
13906 dlls/authz/Makefile"
13907 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13908 authz"
13909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13910 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules config.status"
13911 ac_config_files="$ac_config_files dlls/authz/Makefile"
13913 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13914 avicap32/libavicap32.$IMPLIBEXT"
13915 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13916 avicap32/libavicap32.def avicap32/libavicap32.a avicap32/libavicap32.cross.a: avicap32/avicap32.spec \$(WINEBUILD)
13917 @cd avicap32 && \$(MAKE) \`basename \$@\`"
13918 ALL_MAKEFILES="$ALL_MAKEFILES \\
13919 dlls/avicap32/Makefile"
13920 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13921 avicap32"
13922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13923 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules config.status"
13924 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13926 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13927 avifil32/libavifil32.$IMPLIBEXT"
13928 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13929 avifil32/libavifil32.def avifil32/libavifil32.a avifil32/libavifil32.cross.a: avifil32/avifil32.spec \$(WINEBUILD)
13930 @cd avifil32 && \$(MAKE) \`basename \$@\`"
13931 ALL_MAKEFILES="$ALL_MAKEFILES \\
13932 dlls/avifil32/Makefile"
13933 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13934 avifil32"
13935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13936 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules config.status"
13937 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13939 ALL_MAKEFILES="$ALL_MAKEFILES \\
13940 dlls/avifil32/tests/Makefile"
13941 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13942 avifil32/tests"
13943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13944 dlls/avifil32/tests/Makefile: dlls/avifil32/tests/Makefile.in dlls/Maketest.rules config.status"
13945 ac_config_files="$ac_config_files dlls/avifil32/tests/Makefile"
13947 ALL_MAKEFILES="$ALL_MAKEFILES \\
13948 dlls/avifile.dll16/Makefile"
13949 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13950 avifile.dll16"
13951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13952 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules config.status"
13953 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
13955 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13956 avrt/libavrt.$IMPLIBEXT"
13957 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13958 avrt/libavrt.def avrt/libavrt.a avrt/libavrt.cross.a: avrt/avrt.spec \$(WINEBUILD)
13959 @cd avrt && \$(MAKE) \`basename \$@\`"
13960 ALL_MAKEFILES="$ALL_MAKEFILES \\
13961 dlls/avrt/Makefile"
13962 test "x$enable_avrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13963 avrt"
13964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13965 dlls/avrt/Makefile: dlls/avrt/Makefile.in dlls/Makedll.rules config.status"
13966 ac_config_files="$ac_config_files dlls/avrt/Makefile"
13968 ALL_MAKEFILES="$ALL_MAKEFILES \\
13969 dlls/bcrypt/Makefile"
13970 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13971 bcrypt"
13972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13973 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules config.status"
13974 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
13976 ALL_MAKEFILES="$ALL_MAKEFILES \\
13977 dlls/browseui/Makefile"
13978 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13979 browseui"
13980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13981 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules config.status"
13982 ac_config_files="$ac_config_files dlls/browseui/Makefile"
13984 ALL_MAKEFILES="$ALL_MAKEFILES \\
13985 dlls/browseui/tests/Makefile"
13986 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13987 browseui/tests"
13988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13989 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules config.status"
13990 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
13992 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13993 cabinet/libcabinet.$IMPLIBEXT"
13994 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13995 cabinet/libcabinet.def cabinet/libcabinet.a cabinet/libcabinet.cross.a: cabinet/cabinet.spec \$(WINEBUILD)
13996 @cd cabinet && \$(MAKE) \`basename \$@\`"
13997 ALL_MAKEFILES="$ALL_MAKEFILES \\
13998 dlls/cabinet/Makefile"
13999 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14000 cabinet"
14001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14002 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules config.status"
14003 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
14005 ALL_MAKEFILES="$ALL_MAKEFILES \\
14006 dlls/cabinet/tests/Makefile"
14007 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14008 cabinet/tests"
14009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14010 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules config.status"
14011 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
14013 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14014 capi2032/libcapi2032.$IMPLIBEXT"
14015 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14016 capi2032/libcapi2032.def capi2032/libcapi2032.a capi2032/libcapi2032.cross.a: capi2032/capi2032.spec \$(WINEBUILD)
14017 @cd capi2032 && \$(MAKE) \`basename \$@\`"
14018 ALL_MAKEFILES="$ALL_MAKEFILES \\
14019 dlls/capi2032/Makefile"
14020 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14021 capi2032"
14022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14023 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules config.status"
14024 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
14026 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14027 cards/libcards.$IMPLIBEXT"
14028 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14029 cards/libcards.def cards/libcards.a cards/libcards.cross.a: cards/cards.spec \$(WINEBUILD)
14030 @cd cards && \$(MAKE) \`basename \$@\`"
14031 ALL_MAKEFILES="$ALL_MAKEFILES \\
14032 dlls/cards/Makefile"
14033 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14034 cards"
14035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14036 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules config.status"
14037 ac_config_files="$ac_config_files dlls/cards/Makefile"
14039 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14040 cfgmgr32/libcfgmgr32.$IMPLIBEXT"
14041 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14042 cfgmgr32/libcfgmgr32.def cfgmgr32/libcfgmgr32.a cfgmgr32/libcfgmgr32.cross.a: cfgmgr32/cfgmgr32.spec \$(WINEBUILD)
14043 @cd cfgmgr32 && \$(MAKE) \`basename \$@\`"
14044 ALL_MAKEFILES="$ALL_MAKEFILES \\
14045 dlls/cfgmgr32/Makefile"
14046 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14047 cfgmgr32"
14048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14049 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules config.status"
14050 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
14052 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14053 clusapi/libclusapi.$IMPLIBEXT"
14054 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14055 clusapi/libclusapi.def clusapi/libclusapi.a clusapi/libclusapi.cross.a: clusapi/clusapi.spec \$(WINEBUILD)
14056 @cd clusapi && \$(MAKE) \`basename \$@\`"
14057 ALL_MAKEFILES="$ALL_MAKEFILES \\
14058 dlls/clusapi/Makefile"
14059 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14060 clusapi"
14061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14062 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules config.status"
14063 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
14065 ALL_MAKEFILES="$ALL_MAKEFILES \\
14066 dlls/comcat/Makefile"
14067 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14068 comcat"
14069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14070 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules config.status"
14071 ac_config_files="$ac_config_files dlls/comcat/Makefile"
14073 ALL_MAKEFILES="$ALL_MAKEFILES \\
14074 dlls/comcat/tests/Makefile"
14075 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14076 comcat/tests"
14077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14078 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules config.status"
14079 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
14081 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14082 comctl32/libcomctl32.$IMPLIBEXT"
14083 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14084 comctl32/libcomctl32.def comctl32/libcomctl32.a comctl32/libcomctl32.cross.a: comctl32/comctl32.spec \$(WINEBUILD)
14085 @cd comctl32 && \$(MAKE) \`basename \$@\`"
14086 ALL_MAKEFILES="$ALL_MAKEFILES \\
14087 dlls/comctl32/Makefile"
14088 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14089 comctl32"
14090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14091 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules config.status"
14092 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
14094 ALL_MAKEFILES="$ALL_MAKEFILES \\
14095 dlls/comctl32/tests/Makefile"
14096 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14097 comctl32/tests"
14098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14099 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules config.status"
14100 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
14102 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14103 comdlg32/libcomdlg32.$IMPLIBEXT"
14104 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14105 comdlg32/libcomdlg32.def comdlg32/libcomdlg32.a comdlg32/libcomdlg32.cross.a: comdlg32/comdlg32.spec \$(WINEBUILD)
14106 @cd comdlg32 && \$(MAKE) \`basename \$@\`"
14107 ALL_MAKEFILES="$ALL_MAKEFILES \\
14108 dlls/comdlg32/Makefile"
14109 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14110 comdlg32"
14111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14112 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules config.status"
14113 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
14115 ALL_MAKEFILES="$ALL_MAKEFILES \\
14116 dlls/comdlg32/tests/Makefile"
14117 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14118 comdlg32/tests"
14119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14120 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules config.status"
14121 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
14123 ALL_MAKEFILES="$ALL_MAKEFILES \\
14124 dlls/comm.drv16/Makefile"
14125 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14126 comm.drv16"
14127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14128 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules config.status"
14129 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
14131 ALL_MAKEFILES="$ALL_MAKEFILES \\
14132 dlls/commdlg.dll16/Makefile"
14133 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14134 commdlg.dll16"
14135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14136 dlls/commdlg.dll16/Makefile: dlls/commdlg.dll16/Makefile.in dlls/Makedll.rules config.status"
14137 ac_config_files="$ac_config_files dlls/commdlg.dll16/Makefile"
14139 ALL_MAKEFILES="$ALL_MAKEFILES \\
14140 dlls/compobj.dll16/Makefile"
14141 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14142 compobj.dll16"
14143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14144 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules config.status"
14145 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
14147 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14148 compstui/libcompstui.$IMPLIBEXT"
14149 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14150 compstui/libcompstui.def compstui/libcompstui.a compstui/libcompstui.cross.a: compstui/compstui.spec \$(WINEBUILD)
14151 @cd compstui && \$(MAKE) \`basename \$@\`"
14152 ALL_MAKEFILES="$ALL_MAKEFILES \\
14153 dlls/compstui/Makefile"
14154 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14155 compstui"
14156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14157 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules config.status"
14158 ac_config_files="$ac_config_files dlls/compstui/Makefile"
14160 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14161 credui/libcredui.$IMPLIBEXT"
14162 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14163 credui/libcredui.def credui/libcredui.a credui/libcredui.cross.a: credui/credui.spec \$(WINEBUILD)
14164 @cd credui && \$(MAKE) \`basename \$@\`"
14165 ALL_MAKEFILES="$ALL_MAKEFILES \\
14166 dlls/credui/Makefile"
14167 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14168 credui"
14169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14170 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules config.status"
14171 ac_config_files="$ac_config_files dlls/credui/Makefile"
14173 ALL_MAKEFILES="$ALL_MAKEFILES \\
14174 dlls/credui/tests/Makefile"
14175 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14176 credui/tests"
14177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14178 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules config.status"
14179 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14181 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14182 crtdll/libcrtdll.$IMPLIBEXT"
14183 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14184 crtdll/libcrtdll.def crtdll/libcrtdll.a crtdll/libcrtdll.cross.a: crtdll/crtdll.spec \$(WINEBUILD)
14185 @cd crtdll && \$(MAKE) \`basename \$@\`"
14186 ALL_MAKEFILES="$ALL_MAKEFILES \\
14187 dlls/crtdll/Makefile"
14188 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14189 crtdll"
14190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14191 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules config.status"
14192 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14194 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14195 crypt32/libcrypt32.$IMPLIBEXT"
14196 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14197 crypt32/libcrypt32.def crypt32/libcrypt32.a crypt32/libcrypt32.cross.a: crypt32/crypt32.spec \$(WINEBUILD)
14198 @cd crypt32 && \$(MAKE) \`basename \$@\`"
14199 ALL_MAKEFILES="$ALL_MAKEFILES \\
14200 dlls/crypt32/Makefile"
14201 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14202 crypt32"
14203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14204 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules config.status"
14205 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14207 ALL_MAKEFILES="$ALL_MAKEFILES \\
14208 dlls/crypt32/tests/Makefile"
14209 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14210 crypt32/tests"
14211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14212 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules config.status"
14213 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14215 ALL_MAKEFILES="$ALL_MAKEFILES \\
14216 dlls/cryptdlg/Makefile"
14217 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14218 cryptdlg"
14219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14220 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules config.status"
14221 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14223 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14224 cryptdll/libcryptdll.$IMPLIBEXT"
14225 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14226 cryptdll/libcryptdll.def cryptdll/libcryptdll.a cryptdll/libcryptdll.cross.a: cryptdll/cryptdll.spec \$(WINEBUILD)
14227 @cd cryptdll && \$(MAKE) \`basename \$@\`"
14228 ALL_MAKEFILES="$ALL_MAKEFILES \\
14229 dlls/cryptdll/Makefile"
14230 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14231 cryptdll"
14232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14233 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules config.status"
14234 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14236 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14237 cryptnet/libcryptnet.$IMPLIBEXT"
14238 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14239 cryptnet/libcryptnet.def cryptnet/libcryptnet.a cryptnet/libcryptnet.cross.a: cryptnet/cryptnet.spec \$(WINEBUILD)
14240 @cd cryptnet && \$(MAKE) \`basename \$@\`"
14241 ALL_MAKEFILES="$ALL_MAKEFILES \\
14242 dlls/cryptnet/Makefile"
14243 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14244 cryptnet"
14245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14246 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules config.status"
14247 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14249 ALL_MAKEFILES="$ALL_MAKEFILES \\
14250 dlls/cryptnet/tests/Makefile"
14251 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14252 cryptnet/tests"
14253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14254 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules config.status"
14255 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14257 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14258 cryptui/libcryptui.$IMPLIBEXT"
14259 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14260 cryptui/libcryptui.def cryptui/libcryptui.a cryptui/libcryptui.cross.a: cryptui/cryptui.spec \$(WINEBUILD)
14261 @cd cryptui && \$(MAKE) \`basename \$@\`"
14262 ALL_MAKEFILES="$ALL_MAKEFILES \\
14263 dlls/cryptui/Makefile"
14264 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14265 cryptui"
14266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14267 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules config.status"
14268 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14270 ALL_MAKEFILES="$ALL_MAKEFILES \\
14271 dlls/cryptui/tests/Makefile"
14272 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14273 cryptui/tests"
14274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14275 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules config.status"
14276 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14278 ALL_MAKEFILES="$ALL_MAKEFILES \\
14279 dlls/ctapi32/Makefile"
14280 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14281 ctapi32"
14282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14283 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules config.status"
14284 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14286 ALL_MAKEFILES="$ALL_MAKEFILES \\
14287 dlls/ctl3d.dll16/Makefile"
14288 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14289 ctl3d.dll16"
14290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14291 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules config.status"
14292 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14294 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14295 ctl3d32/libctl3d32.$IMPLIBEXT"
14296 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14297 ctl3d32/libctl3d32.def ctl3d32/libctl3d32.a ctl3d32/libctl3d32.cross.a: ctl3d32/ctl3d32.spec \$(WINEBUILD)
14298 @cd ctl3d32 && \$(MAKE) \`basename \$@\`"
14299 ALL_MAKEFILES="$ALL_MAKEFILES \\
14300 dlls/ctl3d32/Makefile"
14301 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14302 ctl3d32"
14303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14304 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules config.status"
14305 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14307 ALL_MAKEFILES="$ALL_MAKEFILES \\
14308 dlls/ctl3dv2.dll16/Makefile"
14309 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14310 ctl3dv2.dll16"
14311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14312 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules config.status"
14313 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14315 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14316 d3d10/libd3d10.$IMPLIBEXT"
14317 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14318 d3d10/libd3d10.def d3d10/libd3d10.a d3d10/libd3d10.cross.a: d3d10/d3d10.spec \$(WINEBUILD)
14319 @cd d3d10 && \$(MAKE) \`basename \$@\`"
14320 ALL_MAKEFILES="$ALL_MAKEFILES \\
14321 dlls/d3d10/Makefile"
14322 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14323 d3d10"
14324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14325 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules config.status"
14326 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14328 ALL_MAKEFILES="$ALL_MAKEFILES \\
14329 dlls/d3d10/tests/Makefile"
14330 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14331 d3d10/tests"
14332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14333 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules config.status"
14334 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14336 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14337 d3d10core/libd3d10core.$IMPLIBEXT"
14338 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14339 d3d10core/libd3d10core.def d3d10core/libd3d10core.a d3d10core/libd3d10core.cross.a: d3d10core/d3d10core.spec \$(WINEBUILD)
14340 @cd d3d10core && \$(MAKE) \`basename \$@\`"
14341 ALL_MAKEFILES="$ALL_MAKEFILES \\
14342 dlls/d3d10core/Makefile"
14343 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14344 d3d10core"
14345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14346 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules config.status"
14347 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14349 ALL_MAKEFILES="$ALL_MAKEFILES \\
14350 dlls/d3d10core/tests/Makefile"
14351 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14352 d3d10core/tests"
14353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14354 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules config.status"
14355 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14357 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14358 d3d8/libd3d8.$IMPLIBEXT"
14359 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14360 d3d8/libd3d8.def d3d8/libd3d8.a d3d8/libd3d8.cross.a: d3d8/d3d8.spec \$(WINEBUILD)
14361 @cd d3d8 && \$(MAKE) \`basename \$@\`"
14362 ALL_MAKEFILES="$ALL_MAKEFILES \\
14363 dlls/d3d8/Makefile"
14364 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14365 d3d8"
14366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14367 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules config.status"
14368 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14370 ALL_MAKEFILES="$ALL_MAKEFILES \\
14371 dlls/d3d8/tests/Makefile"
14372 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14373 d3d8/tests"
14374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14375 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules config.status"
14376 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14378 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14379 d3d9/libd3d9.$IMPLIBEXT"
14380 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14381 d3d9/libd3d9.def d3d9/libd3d9.a d3d9/libd3d9.cross.a: d3d9/d3d9.spec \$(WINEBUILD)
14382 @cd d3d9 && \$(MAKE) \`basename \$@\`"
14383 ALL_MAKEFILES="$ALL_MAKEFILES \\
14384 dlls/d3d9/Makefile"
14385 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14386 d3d9"
14387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14388 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules config.status"
14389 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14391 ALL_MAKEFILES="$ALL_MAKEFILES \\
14392 dlls/d3d9/tests/Makefile"
14393 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14394 d3d9/tests"
14395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14396 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules config.status"
14397 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14399 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14400 d3dim/libd3dim.$IMPLIBEXT"
14401 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14402 d3dim/libd3dim.def d3dim/libd3dim.a d3dim/libd3dim.cross.a: d3dim/d3dim.spec \$(WINEBUILD)
14403 @cd d3dim && \$(MAKE) \`basename \$@\`"
14404 ALL_MAKEFILES="$ALL_MAKEFILES \\
14405 dlls/d3dim/Makefile"
14406 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14407 d3dim"
14408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14409 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules config.status"
14410 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14412 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14413 d3drm/libd3drm.$IMPLIBEXT"
14414 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14415 d3drm/libd3drm.def d3drm/libd3drm.a d3drm/libd3drm.cross.a: d3drm/d3drm.spec \$(WINEBUILD)
14416 @cd d3drm && \$(MAKE) \`basename \$@\`"
14417 ALL_MAKEFILES="$ALL_MAKEFILES \\
14418 dlls/d3drm/Makefile"
14419 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14420 d3drm"
14421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14422 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules config.status"
14423 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14425 ALL_MAKEFILES="$ALL_MAKEFILES \\
14426 dlls/d3drm/tests/Makefile"
14427 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14428 d3drm/tests"
14429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14430 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules config.status"
14431 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14433 ALL_MAKEFILES="$ALL_MAKEFILES \\
14434 dlls/d3dx9_24/Makefile"
14435 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14436 d3dx9_24"
14437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14438 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules config.status"
14439 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14441 ALL_MAKEFILES="$ALL_MAKEFILES \\
14442 dlls/d3dx9_25/Makefile"
14443 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14444 d3dx9_25"
14445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14446 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules config.status"
14447 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14449 ALL_MAKEFILES="$ALL_MAKEFILES \\
14450 dlls/d3dx9_26/Makefile"
14451 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14452 d3dx9_26"
14453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14454 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules config.status"
14455 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14457 ALL_MAKEFILES="$ALL_MAKEFILES \\
14458 dlls/d3dx9_27/Makefile"
14459 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14460 d3dx9_27"
14461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14462 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules config.status"
14463 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14465 ALL_MAKEFILES="$ALL_MAKEFILES \\
14466 dlls/d3dx9_28/Makefile"
14467 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14468 d3dx9_28"
14469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14470 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules config.status"
14471 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14473 ALL_MAKEFILES="$ALL_MAKEFILES \\
14474 dlls/d3dx9_29/Makefile"
14475 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14476 d3dx9_29"
14477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14478 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules config.status"
14479 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14481 ALL_MAKEFILES="$ALL_MAKEFILES \\
14482 dlls/d3dx9_30/Makefile"
14483 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14484 d3dx9_30"
14485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14486 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules config.status"
14487 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14489 ALL_MAKEFILES="$ALL_MAKEFILES \\
14490 dlls/d3dx9_31/Makefile"
14491 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14492 d3dx9_31"
14493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14494 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules config.status"
14495 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14497 ALL_MAKEFILES="$ALL_MAKEFILES \\
14498 dlls/d3dx9_32/Makefile"
14499 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14500 d3dx9_32"
14501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14502 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules config.status"
14503 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14505 ALL_MAKEFILES="$ALL_MAKEFILES \\
14506 dlls/d3dx9_33/Makefile"
14507 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14508 d3dx9_33"
14509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14510 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules config.status"
14511 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14513 ALL_MAKEFILES="$ALL_MAKEFILES \\
14514 dlls/d3dx9_34/Makefile"
14515 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14516 d3dx9_34"
14517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14518 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules config.status"
14519 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14521 ALL_MAKEFILES="$ALL_MAKEFILES \\
14522 dlls/d3dx9_35/Makefile"
14523 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14524 d3dx9_35"
14525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14526 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules config.status"
14527 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14529 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14530 d3dx9_36/libd3dx9.$IMPLIBEXT \\
14531 libd3dx9.$IMPLIBEXT"
14532 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14533 libd3dx9.a: d3dx9_36/libd3dx9.a
14534 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.a \$@
14535 libd3dx9.cross.a: d3dx9_36/libd3dx9.cross.a
14536 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.cross.a \$@
14537 libd3dx9.def: d3dx9_36/libd3dx9.def
14538 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.def \$@
14539 clean::
14540 \$(RM) libd3dx9.def
14541 d3dx9_36/libd3dx9.def d3dx9_36/libd3dx9.a d3dx9_36/libd3dx9.cross.a: d3dx9_36/d3dx9_36.spec \$(WINEBUILD)
14542 @cd d3dx9_36 && \$(MAKE) \`basename \$@\`"
14543 ALL_MAKEFILES="$ALL_MAKEFILES \\
14544 dlls/d3dx9_36/Makefile"
14545 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14546 d3dx9_36"
14547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14548 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules config.status"
14549 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14551 ALL_MAKEFILES="$ALL_MAKEFILES \\
14552 dlls/d3dx9_36/tests/Makefile"
14553 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14554 d3dx9_36/tests"
14555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14556 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules config.status"
14557 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14559 ALL_MAKEFILES="$ALL_MAKEFILES \\
14560 dlls/d3dx9_37/Makefile"
14561 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14562 d3dx9_37"
14563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14564 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules config.status"
14565 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14567 ALL_MAKEFILES="$ALL_MAKEFILES \\
14568 dlls/d3dx9_38/Makefile"
14569 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14570 d3dx9_38"
14571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14572 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules config.status"
14573 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14575 ALL_MAKEFILES="$ALL_MAKEFILES \\
14576 dlls/d3dx9_39/Makefile"
14577 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14578 d3dx9_39"
14579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14580 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules config.status"
14581 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14583 ALL_MAKEFILES="$ALL_MAKEFILES \\
14584 dlls/d3dx9_40/Makefile"
14585 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14586 d3dx9_40"
14587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14588 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules config.status"
14589 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14591 ALL_MAKEFILES="$ALL_MAKEFILES \\
14592 dlls/d3dx9_41/Makefile"
14593 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14594 d3dx9_41"
14595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14596 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules config.status"
14597 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14599 ALL_MAKEFILES="$ALL_MAKEFILES \\
14600 dlls/d3dx9_42/Makefile"
14601 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14602 d3dx9_42"
14603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14604 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules config.status"
14605 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
14607 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14608 d3dxof/libd3dxof.$IMPLIBEXT"
14609 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14610 d3dxof/libd3dxof.def d3dxof/libd3dxof.a d3dxof/libd3dxof.cross.a: d3dxof/d3dxof.spec \$(WINEBUILD)
14611 @cd d3dxof && \$(MAKE) \`basename \$@\`"
14612 ALL_MAKEFILES="$ALL_MAKEFILES \\
14613 dlls/d3dxof/Makefile"
14614 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14615 d3dxof"
14616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14617 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules config.status"
14618 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14620 ALL_MAKEFILES="$ALL_MAKEFILES \\
14621 dlls/d3dxof/tests/Makefile"
14622 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14623 d3dxof/tests"
14624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14625 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules config.status"
14626 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14628 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14629 dbghelp/libdbghelp.$IMPLIBEXT"
14630 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14631 dbghelp/libdbghelp.def dbghelp/libdbghelp.a dbghelp/libdbghelp.cross.a: dbghelp/dbghelp.spec \$(WINEBUILD)
14632 @cd dbghelp && \$(MAKE) \`basename \$@\`"
14633 ALL_MAKEFILES="$ALL_MAKEFILES \\
14634 dlls/dbghelp/Makefile"
14635 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14636 dbghelp"
14637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14638 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules config.status"
14639 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14641 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14642 dciman32/libdciman32.$IMPLIBEXT"
14643 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14644 dciman32/libdciman32.def dciman32/libdciman32.a dciman32/libdciman32.cross.a: dciman32/dciman32.spec \$(WINEBUILD)
14645 @cd dciman32 && \$(MAKE) \`basename \$@\`"
14646 ALL_MAKEFILES="$ALL_MAKEFILES \\
14647 dlls/dciman32/Makefile"
14648 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14649 dciman32"
14650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14651 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules config.status"
14652 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14654 ALL_MAKEFILES="$ALL_MAKEFILES \\
14655 dlls/ddeml.dll16/Makefile"
14656 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14657 ddeml.dll16"
14658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14659 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules config.status"
14660 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14662 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14663 ddraw/libddraw.$IMPLIBEXT"
14664 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14665 ddraw/libddraw.def ddraw/libddraw.a ddraw/libddraw.cross.a: ddraw/ddraw.spec \$(WINEBUILD)
14666 @cd ddraw && \$(MAKE) \`basename \$@\`"
14667 ALL_MAKEFILES="$ALL_MAKEFILES \\
14668 dlls/ddraw/Makefile"
14669 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14670 ddraw"
14671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14672 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules config.status"
14673 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14675 ALL_MAKEFILES="$ALL_MAKEFILES \\
14676 dlls/ddraw/tests/Makefile"
14677 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14678 ddraw/tests"
14679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14680 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules config.status"
14681 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14683 ALL_MAKEFILES="$ALL_MAKEFILES \\
14684 dlls/ddrawex/Makefile"
14685 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14686 ddrawex"
14687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14688 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules config.status"
14689 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14691 ALL_MAKEFILES="$ALL_MAKEFILES \\
14692 dlls/ddrawex/tests/Makefile"
14693 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14694 ddrawex/tests"
14695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14696 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules config.status"
14697 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14699 ALL_MAKEFILES="$ALL_MAKEFILES \\
14700 dlls/devenum/Makefile"
14701 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14702 devenum"
14703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14704 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules config.status"
14705 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14707 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14708 dinput/libdinput.$IMPLIBEXT \\
14709 dinput/libdinput.$STATIC_IMPLIBEXT"
14710 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14711 dinput/libdinput.def: dinput/dinput.spec \$(WINEBUILD)
14712 @cd dinput && \$(MAKE) \`basename \$@\`
14713 dinput/libdinput.$STATIC_IMPLIBEXT dinput/libdinput.cross.a: dummy
14714 @cd dinput && \$(MAKE) \`basename \$@\`"
14715 ALL_MAKEFILES="$ALL_MAKEFILES \\
14716 dlls/dinput/Makefile"
14717 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14718 dinput"
14719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14720 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules config.status"
14721 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14723 ALL_MAKEFILES="$ALL_MAKEFILES \\
14724 dlls/dinput/tests/Makefile"
14725 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14726 dinput/tests"
14727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14728 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules config.status"
14729 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14731 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14732 dinput8/libdinput8.$IMPLIBEXT"
14733 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14734 dinput8/libdinput8.def dinput8/libdinput8.a dinput8/libdinput8.cross.a: dinput8/dinput8.spec \$(WINEBUILD)
14735 @cd dinput8 && \$(MAKE) \`basename \$@\`"
14736 ALL_MAKEFILES="$ALL_MAKEFILES \\
14737 dlls/dinput8/Makefile"
14738 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14739 dinput8"
14740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14741 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules config.status"
14742 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14744 ALL_MAKEFILES="$ALL_MAKEFILES \\
14745 dlls/dispdib.dll16/Makefile"
14746 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14747 dispdib.dll16"
14748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14749 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules config.status"
14750 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14752 ALL_MAKEFILES="$ALL_MAKEFILES \\
14753 dlls/display.drv16/Makefile"
14754 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14755 display.drv16"
14756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14757 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules config.status"
14758 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14760 ALL_MAKEFILES="$ALL_MAKEFILES \\
14761 dlls/dmband/Makefile"
14762 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14763 dmband"
14764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14765 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules config.status"
14766 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14768 ALL_MAKEFILES="$ALL_MAKEFILES \\
14769 dlls/dmcompos/Makefile"
14770 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14771 dmcompos"
14772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14773 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules config.status"
14774 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14776 ALL_MAKEFILES="$ALL_MAKEFILES \\
14777 dlls/dmime/Makefile"
14778 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14779 dmime"
14780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14781 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules config.status"
14782 ac_config_files="$ac_config_files dlls/dmime/Makefile"
14784 ALL_MAKEFILES="$ALL_MAKEFILES \\
14785 dlls/dmloader/Makefile"
14786 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14787 dmloader"
14788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14789 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules config.status"
14790 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14792 ALL_MAKEFILES="$ALL_MAKEFILES \\
14793 dlls/dmloader/tests/Makefile"
14794 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14795 dmloader/tests"
14796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14797 dlls/dmloader/tests/Makefile: dlls/dmloader/tests/Makefile.in dlls/Maketest.rules config.status"
14798 ac_config_files="$ac_config_files dlls/dmloader/tests/Makefile"
14800 ALL_MAKEFILES="$ALL_MAKEFILES \\
14801 dlls/dmscript/Makefile"
14802 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14803 dmscript"
14804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14805 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules config.status"
14806 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
14808 ALL_MAKEFILES="$ALL_MAKEFILES \\
14809 dlls/dmstyle/Makefile"
14810 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14811 dmstyle"
14812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14813 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules config.status"
14814 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
14816 ALL_MAKEFILES="$ALL_MAKEFILES \\
14817 dlls/dmsynth/Makefile"
14818 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14819 dmsynth"
14820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14821 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules config.status"
14822 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
14824 ALL_MAKEFILES="$ALL_MAKEFILES \\
14825 dlls/dmusic/Makefile"
14826 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14827 dmusic"
14828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14829 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules config.status"
14830 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
14832 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14833 dmusic32/libdmusic32.$IMPLIBEXT"
14834 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14835 dmusic32/libdmusic32.def dmusic32/libdmusic32.a dmusic32/libdmusic32.cross.a: dmusic32/dmusic32.spec \$(WINEBUILD)
14836 @cd dmusic32 && \$(MAKE) \`basename \$@\`"
14837 ALL_MAKEFILES="$ALL_MAKEFILES \\
14838 dlls/dmusic32/Makefile"
14839 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14840 dmusic32"
14841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14842 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules config.status"
14843 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
14845 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14846 dnsapi/libdnsapi.$IMPLIBEXT"
14847 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14848 dnsapi/libdnsapi.def dnsapi/libdnsapi.a dnsapi/libdnsapi.cross.a: dnsapi/dnsapi.spec \$(WINEBUILD)
14849 @cd dnsapi && \$(MAKE) \`basename \$@\`"
14850 ALL_MAKEFILES="$ALL_MAKEFILES \\
14851 dlls/dnsapi/Makefile"
14852 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14853 dnsapi"
14854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14855 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules config.status"
14856 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
14858 ALL_MAKEFILES="$ALL_MAKEFILES \\
14859 dlls/dnsapi/tests/Makefile"
14860 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14861 dnsapi/tests"
14862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14863 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules config.status"
14864 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
14866 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14867 dplay/libdplay.$IMPLIBEXT"
14868 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14869 dplay/libdplay.def dplay/libdplay.a dplay/libdplay.cross.a: dplay/dplay.spec \$(WINEBUILD)
14870 @cd dplay && \$(MAKE) \`basename \$@\`"
14871 ALL_MAKEFILES="$ALL_MAKEFILES \\
14872 dlls/dplay/Makefile"
14873 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14874 dplay"
14875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14876 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules config.status"
14877 ac_config_files="$ac_config_files dlls/dplay/Makefile"
14879 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14880 dplayx/libdplayx.$IMPLIBEXT"
14881 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14882 dplayx/libdplayx.def dplayx/libdplayx.a dplayx/libdplayx.cross.a: dplayx/dplayx.spec \$(WINEBUILD)
14883 @cd dplayx && \$(MAKE) \`basename \$@\`"
14884 ALL_MAKEFILES="$ALL_MAKEFILES \\
14885 dlls/dplayx/Makefile"
14886 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14887 dplayx"
14888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14889 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules config.status"
14890 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
14892 ALL_MAKEFILES="$ALL_MAKEFILES \\
14893 dlls/dplayx/tests/Makefile"
14894 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14895 dplayx/tests"
14896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14897 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules config.status"
14898 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
14900 ALL_MAKEFILES="$ALL_MAKEFILES \\
14901 dlls/dpnaddr/Makefile"
14902 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14903 dpnaddr"
14904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14905 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules config.status"
14906 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
14908 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14909 dpnet/libdpnet.$IMPLIBEXT"
14910 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14911 dpnet/libdpnet.def dpnet/libdpnet.a dpnet/libdpnet.cross.a: dpnet/dpnet.spec \$(WINEBUILD)
14912 @cd dpnet && \$(MAKE) \`basename \$@\`"
14913 ALL_MAKEFILES="$ALL_MAKEFILES \\
14914 dlls/dpnet/Makefile"
14915 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14916 dpnet"
14917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14918 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules config.status"
14919 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
14921 ALL_MAKEFILES="$ALL_MAKEFILES \\
14922 dlls/dpnhpast/Makefile"
14923 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14924 dpnhpast"
14925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14926 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules config.status"
14927 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
14929 ALL_MAKEFILES="$ALL_MAKEFILES \\
14930 dlls/dpnlobby/Makefile"
14931 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14932 dpnlobby"
14933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14934 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules config.status"
14935 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
14937 ALL_MAKEFILES="$ALL_MAKEFILES \\
14938 dlls/dpwsockx/Makefile"
14939 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14940 dpwsockx"
14941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14942 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules config.status"
14943 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
14945 ALL_MAKEFILES="$ALL_MAKEFILES \\
14946 dlls/drmclien/Makefile"
14947 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14948 drmclien"
14949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14950 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules config.status"
14951 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
14953 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14954 dsound/libdsound.$IMPLIBEXT"
14955 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14956 dsound/libdsound.def dsound/libdsound.a dsound/libdsound.cross.a: dsound/dsound.spec \$(WINEBUILD)
14957 @cd dsound && \$(MAKE) \`basename \$@\`"
14958 ALL_MAKEFILES="$ALL_MAKEFILES \\
14959 dlls/dsound/Makefile"
14960 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14961 dsound"
14962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14963 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules config.status"
14964 ac_config_files="$ac_config_files dlls/dsound/Makefile"
14966 ALL_MAKEFILES="$ALL_MAKEFILES \\
14967 dlls/dsound/tests/Makefile"
14968 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14969 dsound/tests"
14970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14971 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules config.status"
14972 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
14974 ALL_MAKEFILES="$ALL_MAKEFILES \\
14975 dlls/dssenh/Makefile"
14976 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14977 dssenh"
14978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14979 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules config.status"
14980 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
14982 ALL_MAKEFILES="$ALL_MAKEFILES \\
14983 dlls/dswave/Makefile"
14984 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14985 dswave"
14986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14987 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules config.status"
14988 ac_config_files="$ac_config_files dlls/dswave/Makefile"
14990 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14991 dwmapi/libdwmapi.$IMPLIBEXT"
14992 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14993 dwmapi/libdwmapi.def dwmapi/libdwmapi.a dwmapi/libdwmapi.cross.a: dwmapi/dwmapi.spec \$(WINEBUILD)
14994 @cd dwmapi && \$(MAKE) \`basename \$@\`"
14995 ALL_MAKEFILES="$ALL_MAKEFILES \\
14996 dlls/dwmapi/Makefile"
14997 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14998 dwmapi"
14999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15000 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules config.status"
15001 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
15003 ALL_MAKEFILES="$ALL_MAKEFILES \\
15004 dlls/dxdiagn/Makefile"
15005 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15006 dxdiagn"
15007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15008 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules config.status"
15009 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
15011 ALL_MAKEFILES="$ALL_MAKEFILES \\
15012 dlls/dxdiagn/tests/Makefile"
15013 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15014 dxdiagn/tests"
15015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15016 dlls/dxdiagn/tests/Makefile: dlls/dxdiagn/tests/Makefile.in dlls/Maketest.rules config.status"
15017 ac_config_files="$ac_config_files dlls/dxdiagn/tests/Makefile"
15019 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15020 dxerr8/libdxerr8.a"
15021 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15022 dxerr8/libdxerr8.a: dxerr8
15023 dxerr8/libdxerr8.cross.a: dummy
15024 @cd dxerr8 && \$(MAKE) libdxerr8.cross.a"
15025 ALL_MAKEFILES="$ALL_MAKEFILES \\
15026 dlls/dxerr8/Makefile"
15027 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
15028 dxerr8"
15029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15030 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules config.status"
15031 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
15033 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15034 dxerr9/libdxerr9.a"
15035 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15036 dxerr9/libdxerr9.a: dxerr9
15037 dxerr9/libdxerr9.cross.a: dummy
15038 @cd dxerr9 && \$(MAKE) libdxerr9.cross.a"
15039 ALL_MAKEFILES="$ALL_MAKEFILES \\
15040 dlls/dxerr9/Makefile"
15041 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
15042 dxerr9"
15043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15044 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules config.status"
15045 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
15047 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15048 dxgi/libdxgi.$IMPLIBEXT"
15049 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15050 dxgi/libdxgi.def dxgi/libdxgi.a dxgi/libdxgi.cross.a: dxgi/dxgi.spec \$(WINEBUILD)
15051 @cd dxgi && \$(MAKE) \`basename \$@\`"
15052 ALL_MAKEFILES="$ALL_MAKEFILES \\
15053 dlls/dxgi/Makefile"
15054 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15055 dxgi"
15056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15057 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules config.status"
15058 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
15060 ALL_MAKEFILES="$ALL_MAKEFILES \\
15061 dlls/dxgi/tests/Makefile"
15062 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15063 dxgi/tests"
15064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15065 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules config.status"
15066 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
15068 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15069 dxguid/libdxguid.a"
15070 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15071 dxguid/libdxguid.a: dxguid
15072 dxguid/libdxguid.cross.a: dummy
15073 @cd dxguid && \$(MAKE) libdxguid.cross.a"
15074 ALL_MAKEFILES="$ALL_MAKEFILES \\
15075 dlls/dxguid/Makefile"
15076 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
15077 dxguid"
15078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15079 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules config.status"
15080 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
15082 ALL_MAKEFILES="$ALL_MAKEFILES \\
15083 dlls/faultrep/Makefile"
15084 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15085 faultrep"
15086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15087 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules config.status"
15088 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
15090 ALL_MAKEFILES="$ALL_MAKEFILES \\
15091 dlls/fltlib/Makefile"
15092 test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15093 fltlib"
15094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15095 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules config.status"
15096 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
15098 ALL_MAKEFILES="$ALL_MAKEFILES \\
15099 dlls/fusion/Makefile"
15100 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15101 fusion"
15102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15103 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules config.status"
15104 ac_config_files="$ac_config_files dlls/fusion/Makefile"
15106 ALL_MAKEFILES="$ALL_MAKEFILES \\
15107 dlls/fusion/tests/Makefile"
15108 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15109 fusion/tests"
15110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15111 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules config.status"
15112 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
15114 ALL_MAKEFILES="$ALL_MAKEFILES \\
15115 dlls/fwpuclnt/Makefile"
15116 test "x$enable_fwpuclnt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15117 fwpuclnt"
15118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15119 dlls/fwpuclnt/Makefile: dlls/fwpuclnt/Makefile.in dlls/Makedll.rules config.status"
15120 ac_config_files="$ac_config_files dlls/fwpuclnt/Makefile"
15122 ALL_MAKEFILES="$ALL_MAKEFILES \\
15123 dlls/gdi.exe16/Makefile"
15124 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15125 gdi.exe16"
15126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15127 dlls/gdi.exe16/Makefile: dlls/gdi.exe16/Makefile.in dlls/Makedll.rules config.status"
15128 ac_config_files="$ac_config_files dlls/gdi.exe16/Makefile"
15130 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15131 gdi32/libgdi32.$IMPLIBEXT"
15132 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15133 gdi32/libgdi32.def gdi32/libgdi32.a gdi32/libgdi32.cross.a: gdi32/gdi32.spec \$(WINEBUILD)
15134 @cd gdi32 && \$(MAKE) \`basename \$@\`"
15135 ALL_MAKEFILES="$ALL_MAKEFILES \\
15136 dlls/gdi32/Makefile"
15137 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15138 gdi32"
15139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15140 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules config.status"
15141 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
15143 ALL_MAKEFILES="$ALL_MAKEFILES \\
15144 dlls/gdi32/tests/Makefile"
15145 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15146 gdi32/tests"
15147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15148 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules config.status"
15149 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
15151 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15152 gdiplus/libgdiplus.$IMPLIBEXT"
15153 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15154 gdiplus/libgdiplus.def gdiplus/libgdiplus.a gdiplus/libgdiplus.cross.a: gdiplus/gdiplus.spec \$(WINEBUILD)
15155 @cd gdiplus && \$(MAKE) \`basename \$@\`"
15156 ALL_MAKEFILES="$ALL_MAKEFILES \\
15157 dlls/gdiplus/Makefile"
15158 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15159 gdiplus"
15160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15161 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules config.status"
15162 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
15164 ALL_MAKEFILES="$ALL_MAKEFILES \\
15165 dlls/gdiplus/tests/Makefile"
15166 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15167 gdiplus/tests"
15168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15169 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules config.status"
15170 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
15172 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15173 glu32/libglu32.$IMPLIBEXT"
15174 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15175 glu32/libglu32.def glu32/libglu32.a glu32/libglu32.cross.a: glu32/glu32.spec \$(WINEBUILD)
15176 @cd glu32 && \$(MAKE) \`basename \$@\`"
15177 ALL_MAKEFILES="$ALL_MAKEFILES \\
15178 dlls/glu32/Makefile"
15179 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15180 glu32"
15181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15182 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules config.status"
15183 ac_config_files="$ac_config_files dlls/glu32/Makefile"
15185 ALL_MAKEFILES="$ALL_MAKEFILES \\
15186 dlls/gphoto2.ds/Makefile"
15187 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15188 gphoto2.ds"
15189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15190 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules config.status"
15191 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
15193 ALL_MAKEFILES="$ALL_MAKEFILES \\
15194 dlls/gpkcsp/Makefile"
15195 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15196 gpkcsp"
15197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15198 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules config.status"
15199 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
15201 ALL_MAKEFILES="$ALL_MAKEFILES \\
15202 dlls/hal/Makefile"
15203 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15204 hal"
15205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15206 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules config.status"
15207 ac_config_files="$ac_config_files dlls/hal/Makefile"
15209 ALL_MAKEFILES="$ALL_MAKEFILES \\
15210 dlls/hhctrl.ocx/Makefile"
15211 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15212 hhctrl.ocx"
15213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15214 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules config.status"
15215 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
15217 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15218 hid/libhid.$IMPLIBEXT"
15219 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15220 hid/libhid.def hid/libhid.a hid/libhid.cross.a: hid/hid.spec \$(WINEBUILD)
15221 @cd hid && \$(MAKE) \`basename \$@\`"
15222 ALL_MAKEFILES="$ALL_MAKEFILES \\
15223 dlls/hid/Makefile"
15224 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15225 hid"
15226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15227 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules config.status"
15228 ac_config_files="$ac_config_files dlls/hid/Makefile"
15230 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15231 hlink/libhlink.$IMPLIBEXT"
15232 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15233 hlink/libhlink.def hlink/libhlink.a hlink/libhlink.cross.a: hlink/hlink.spec \$(WINEBUILD)
15234 @cd hlink && \$(MAKE) \`basename \$@\`"
15235 ALL_MAKEFILES="$ALL_MAKEFILES \\
15236 dlls/hlink/Makefile"
15237 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15238 hlink"
15239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15240 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules config.status"
15241 ac_config_files="$ac_config_files dlls/hlink/Makefile"
15243 ALL_MAKEFILES="$ALL_MAKEFILES \\
15244 dlls/hlink/tests/Makefile"
15245 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15246 hlink/tests"
15247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15248 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules config.status"
15249 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
15251 ALL_MAKEFILES="$ALL_MAKEFILES \\
15252 dlls/hnetcfg/Makefile"
15253 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15254 hnetcfg"
15255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15256 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules config.status"
15257 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
15259 ALL_MAKEFILES="$ALL_MAKEFILES \\
15260 dlls/httpapi/Makefile"
15261 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15262 httpapi"
15263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15264 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules config.status"
15265 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
15267 ALL_MAKEFILES="$ALL_MAKEFILES \\
15268 dlls/iccvid/Makefile"
15269 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15270 iccvid"
15271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15272 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules config.status"
15273 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
15275 ALL_MAKEFILES="$ALL_MAKEFILES \\
15276 dlls/icmp/Makefile"
15277 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15278 icmp"
15279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15280 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules config.status"
15281 ac_config_files="$ac_config_files dlls/icmp/Makefile"
15283 ALL_MAKEFILES="$ALL_MAKEFILES \\
15284 dlls/ifsmgr.vxd/Makefile"
15285 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15286 ifsmgr.vxd"
15287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15288 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules config.status"
15289 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
15291 ALL_MAKEFILES="$ALL_MAKEFILES \\
15292 dlls/imaadp32.acm/Makefile"
15293 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15294 imaadp32.acm"
15295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15296 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules config.status"
15297 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
15299 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15300 imagehlp/libimagehlp.$IMPLIBEXT"
15301 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15302 imagehlp/libimagehlp.def imagehlp/libimagehlp.a imagehlp/libimagehlp.cross.a: imagehlp/imagehlp.spec \$(WINEBUILD)
15303 @cd imagehlp && \$(MAKE) \`basename \$@\`"
15304 ALL_MAKEFILES="$ALL_MAKEFILES \\
15305 dlls/imagehlp/Makefile"
15306 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15307 imagehlp"
15308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15309 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules config.status"
15310 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
15312 ALL_MAKEFILES="$ALL_MAKEFILES \\
15313 dlls/imagehlp/tests/Makefile"
15314 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15315 imagehlp/tests"
15316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15317 dlls/imagehlp/tests/Makefile: dlls/imagehlp/tests/Makefile.in dlls/Maketest.rules config.status"
15318 ac_config_files="$ac_config_files dlls/imagehlp/tests/Makefile"
15320 ALL_MAKEFILES="$ALL_MAKEFILES \\
15321 dlls/imm.dll16/Makefile"
15322 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15323 imm.dll16"
15324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15325 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules config.status"
15326 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
15328 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15329 imm32/libimm32.$IMPLIBEXT"
15330 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15331 imm32/libimm32.def imm32/libimm32.a imm32/libimm32.cross.a: imm32/imm32.spec \$(WINEBUILD)
15332 @cd imm32 && \$(MAKE) \`basename \$@\`"
15333 ALL_MAKEFILES="$ALL_MAKEFILES \\
15334 dlls/imm32/Makefile"
15335 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15336 imm32"
15337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15338 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules config.status"
15339 ac_config_files="$ac_config_files dlls/imm32/Makefile"
15341 ALL_MAKEFILES="$ALL_MAKEFILES \\
15342 dlls/imm32/tests/Makefile"
15343 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15344 imm32/tests"
15345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15346 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules config.status"
15347 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
15349 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15350 inetcomm/libinetcomm.$IMPLIBEXT"
15351 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15352 inetcomm/libinetcomm.def inetcomm/libinetcomm.a inetcomm/libinetcomm.cross.a: inetcomm/inetcomm.spec \$(WINEBUILD)
15353 @cd inetcomm && \$(MAKE) \`basename \$@\`"
15354 ALL_MAKEFILES="$ALL_MAKEFILES \\
15355 dlls/inetcomm/Makefile"
15356 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15357 inetcomm"
15358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15359 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules config.status"
15360 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
15362 ALL_MAKEFILES="$ALL_MAKEFILES \\
15363 dlls/inetcomm/tests/Makefile"
15364 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15365 inetcomm/tests"
15366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15367 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules config.status"
15368 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
15370 ALL_MAKEFILES="$ALL_MAKEFILES \\
15371 dlls/inetmib1/Makefile"
15372 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15373 inetmib1"
15374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15375 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules config.status"
15376 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
15378 ALL_MAKEFILES="$ALL_MAKEFILES \\
15379 dlls/inetmib1/tests/Makefile"
15380 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15381 inetmib1/tests"
15382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15383 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules config.status"
15384 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
15386 ALL_MAKEFILES="$ALL_MAKEFILES \\
15387 dlls/infosoft/Makefile"
15388 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15389 infosoft"
15390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15391 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules config.status"
15392 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
15394 ALL_MAKEFILES="$ALL_MAKEFILES \\
15395 dlls/infosoft/tests/Makefile"
15396 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15397 infosoft/tests"
15398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15399 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules config.status"
15400 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
15402 ALL_MAKEFILES="$ALL_MAKEFILES \\
15403 dlls/initpki/Makefile"
15404 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15405 initpki"
15406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15407 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules config.status"
15408 ac_config_files="$ac_config_files dlls/initpki/Makefile"
15410 ALL_MAKEFILES="$ALL_MAKEFILES \\
15411 dlls/inkobj/Makefile"
15412 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15413 inkobj"
15414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15415 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules config.status"
15416 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
15418 ALL_MAKEFILES="$ALL_MAKEFILES \\
15419 dlls/inseng/Makefile"
15420 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15421 inseng"
15422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15423 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules config.status"
15424 ac_config_files="$ac_config_files dlls/inseng/Makefile"
15426 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15427 iphlpapi/libiphlpapi.$IMPLIBEXT"
15428 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15429 iphlpapi/libiphlpapi.def iphlpapi/libiphlpapi.a iphlpapi/libiphlpapi.cross.a: iphlpapi/iphlpapi.spec \$(WINEBUILD)
15430 @cd iphlpapi && \$(MAKE) \`basename \$@\`"
15431 ALL_MAKEFILES="$ALL_MAKEFILES \\
15432 dlls/iphlpapi/Makefile"
15433 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15434 iphlpapi"
15435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15436 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules config.status"
15437 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
15439 ALL_MAKEFILES="$ALL_MAKEFILES \\
15440 dlls/iphlpapi/tests/Makefile"
15441 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15442 iphlpapi/tests"
15443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15444 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules config.status"
15445 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
15447 ALL_MAKEFILES="$ALL_MAKEFILES \\
15448 dlls/itircl/Makefile"
15449 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15450 itircl"
15451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15452 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules config.status"
15453 ac_config_files="$ac_config_files dlls/itircl/Makefile"
15455 ALL_MAKEFILES="$ALL_MAKEFILES \\
15456 dlls/itss/Makefile"
15457 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15458 itss"
15459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15460 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules config.status"
15461 ac_config_files="$ac_config_files dlls/itss/Makefile"
15463 ALL_MAKEFILES="$ALL_MAKEFILES \\
15464 dlls/itss/tests/Makefile"
15465 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15466 itss/tests"
15467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15468 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules config.status"
15469 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
15471 ALL_MAKEFILES="$ALL_MAKEFILES \\
15472 dlls/jscript/Makefile"
15473 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15474 jscript"
15475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15476 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules config.status"
15477 ac_config_files="$ac_config_files dlls/jscript/Makefile"
15479 ALL_MAKEFILES="$ALL_MAKEFILES \\
15480 dlls/jscript/tests/Makefile"
15481 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15482 jscript/tests"
15483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15484 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules config.status"
15485 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
15487 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15488 kernel32/libkernel32.$IMPLIBEXT"
15489 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15490 kernel32/libkernel32.def kernel32/libkernel32.a kernel32/libkernel32.cross.a: kernel32/kernel32.spec \$(WINEBUILD)
15491 @cd kernel32 && \$(MAKE) \`basename \$@\`"
15492 ALL_MAKEFILES="$ALL_MAKEFILES \\
15493 dlls/kernel32/Makefile"
15494 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15495 kernel32"
15496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15497 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules config.status"
15498 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
15500 ALL_MAKEFILES="$ALL_MAKEFILES \\
15501 dlls/kernel32/tests/Makefile"
15502 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15503 kernel32/tests"
15504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15505 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules config.status"
15506 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
15508 ALL_MAKEFILES="$ALL_MAKEFILES \\
15509 dlls/keyboard.drv16/Makefile"
15510 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15511 keyboard.drv16"
15512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15513 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules config.status"
15514 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
15516 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15517 krnl386.exe16/libkernel.$IMPLIBEXT \\
15518 libkernel.$IMPLIBEXT"
15519 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15520 libkernel.a: krnl386.exe16/libkernel.a
15521 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.a \$@
15522 libkernel.cross.a: krnl386.exe16/libkernel.cross.a
15523 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.cross.a \$@
15524 libkernel.def: krnl386.exe16/libkernel.def
15525 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.def \$@
15526 clean::
15527 \$(RM) libkernel.def
15528 krnl386.exe16/libkernel.def krnl386.exe16/libkernel.a krnl386.exe16/libkernel.cross.a: krnl386.exe16/krnl386.exe16.spec \$(WINEBUILD)
15529 @cd krnl386.exe16 && \$(MAKE) \`basename \$@\`"
15530 ALL_MAKEFILES="$ALL_MAKEFILES \\
15531 dlls/krnl386.exe16/Makefile"
15532 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15533 krnl386.exe16"
15534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15535 dlls/krnl386.exe16/Makefile: dlls/krnl386.exe16/Makefile.in dlls/Makedll.rules config.status"
15536 ac_config_files="$ac_config_files dlls/krnl386.exe16/Makefile"
15538 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15539 loadperf/libloadperf.$IMPLIBEXT"
15540 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15541 loadperf/libloadperf.def loadperf/libloadperf.a loadperf/libloadperf.cross.a: loadperf/loadperf.spec \$(WINEBUILD)
15542 @cd loadperf && \$(MAKE) \`basename \$@\`"
15543 ALL_MAKEFILES="$ALL_MAKEFILES \\
15544 dlls/loadperf/Makefile"
15545 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15546 loadperf"
15547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15548 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules config.status"
15549 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
15551 ALL_MAKEFILES="$ALL_MAKEFILES \\
15552 dlls/localspl/Makefile"
15553 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15554 localspl"
15555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15556 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules config.status"
15557 ac_config_files="$ac_config_files dlls/localspl/Makefile"
15559 ALL_MAKEFILES="$ALL_MAKEFILES \\
15560 dlls/localspl/tests/Makefile"
15561 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15562 localspl/tests"
15563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15564 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules config.status"
15565 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
15567 ALL_MAKEFILES="$ALL_MAKEFILES \\
15568 dlls/localui/Makefile"
15569 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15570 localui"
15571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15572 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules config.status"
15573 ac_config_files="$ac_config_files dlls/localui/Makefile"
15575 ALL_MAKEFILES="$ALL_MAKEFILES \\
15576 dlls/localui/tests/Makefile"
15577 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15578 localui/tests"
15579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15580 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules config.status"
15581 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
15583 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15584 lz32/liblz32.$IMPLIBEXT"
15585 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15586 lz32/liblz32.def lz32/liblz32.a lz32/liblz32.cross.a: lz32/lz32.spec \$(WINEBUILD)
15587 @cd lz32 && \$(MAKE) \`basename \$@\`"
15588 ALL_MAKEFILES="$ALL_MAKEFILES \\
15589 dlls/lz32/Makefile"
15590 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15591 lz32"
15592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15593 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules config.status"
15594 ac_config_files="$ac_config_files dlls/lz32/Makefile"
15596 ALL_MAKEFILES="$ALL_MAKEFILES \\
15597 dlls/lz32/tests/Makefile"
15598 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15599 lz32/tests"
15600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15601 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules config.status"
15602 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
15604 ALL_MAKEFILES="$ALL_MAKEFILES \\
15605 dlls/lzexpand.dll16/Makefile"
15606 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15607 lzexpand.dll16"
15608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15609 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules config.status"
15610 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
15612 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15613 mapi32/libmapi32.$IMPLIBEXT"
15614 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15615 mapi32/libmapi32.def mapi32/libmapi32.a mapi32/libmapi32.cross.a: mapi32/mapi32.spec \$(WINEBUILD)
15616 @cd mapi32 && \$(MAKE) \`basename \$@\`"
15617 ALL_MAKEFILES="$ALL_MAKEFILES \\
15618 dlls/mapi32/Makefile"
15619 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15620 mapi32"
15621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15622 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules config.status"
15623 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
15625 ALL_MAKEFILES="$ALL_MAKEFILES \\
15626 dlls/mapi32/tests/Makefile"
15627 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15628 mapi32/tests"
15629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15630 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules config.status"
15631 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
15633 ALL_MAKEFILES="$ALL_MAKEFILES \\
15634 dlls/mapistub/Makefile"
15635 test "x$enable_mapistub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15636 mapistub"
15637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15638 dlls/mapistub/Makefile: dlls/mapistub/Makefile.in dlls/Makedll.rules config.status"
15639 ac_config_files="$ac_config_files dlls/mapistub/Makefile"
15641 ALL_MAKEFILES="$ALL_MAKEFILES \\
15642 dlls/mciavi32/Makefile"
15643 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15644 mciavi32"
15645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15646 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules config.status"
15647 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
15649 ALL_MAKEFILES="$ALL_MAKEFILES \\
15650 dlls/mcicda/Makefile"
15651 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15652 mcicda"
15653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15654 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules config.status"
15655 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
15657 ALL_MAKEFILES="$ALL_MAKEFILES \\
15658 dlls/mciqtz32/Makefile"
15659 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15660 mciqtz32"
15661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15662 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules config.status"
15663 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
15665 ALL_MAKEFILES="$ALL_MAKEFILES \\
15666 dlls/mciseq/Makefile"
15667 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15668 mciseq"
15669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15670 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules config.status"
15671 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
15673 ALL_MAKEFILES="$ALL_MAKEFILES \\
15674 dlls/mciwave/Makefile"
15675 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15676 mciwave"
15677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15678 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules config.status"
15679 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
15681 ALL_MAKEFILES="$ALL_MAKEFILES \\
15682 dlls/midimap/Makefile"
15683 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15684 midimap"
15685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15686 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules config.status"
15687 ac_config_files="$ac_config_files dlls/midimap/Makefile"
15689 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15690 mlang/libmlang.$IMPLIBEXT"
15691 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15692 mlang/libmlang.def mlang/libmlang.a mlang/libmlang.cross.a: mlang/mlang.spec \$(WINEBUILD)
15693 @cd mlang && \$(MAKE) \`basename \$@\`"
15694 ALL_MAKEFILES="$ALL_MAKEFILES \\
15695 dlls/mlang/Makefile"
15696 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15697 mlang"
15698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15699 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules config.status"
15700 ac_config_files="$ac_config_files dlls/mlang/Makefile"
15702 ALL_MAKEFILES="$ALL_MAKEFILES \\
15703 dlls/mlang/tests/Makefile"
15704 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15705 mlang/tests"
15706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15707 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules config.status"
15708 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
15710 ALL_MAKEFILES="$ALL_MAKEFILES \\
15711 dlls/mmdevapi/Makefile"
15712 test "x$enable_mmdevapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15713 mmdevapi"
15714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15715 dlls/mmdevapi/Makefile: dlls/mmdevapi/Makefile.in dlls/Makedll.rules config.status"
15716 ac_config_files="$ac_config_files dlls/mmdevapi/Makefile"
15718 ALL_MAKEFILES="$ALL_MAKEFILES \\
15719 dlls/mmdevapi/tests/Makefile"
15720 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15721 mmdevapi/tests"
15722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15723 dlls/mmdevapi/tests/Makefile: dlls/mmdevapi/tests/Makefile.in dlls/Maketest.rules config.status"
15724 ac_config_files="$ac_config_files dlls/mmdevapi/tests/Makefile"
15726 ALL_MAKEFILES="$ALL_MAKEFILES \\
15727 dlls/mmdevldr.vxd/Makefile"
15728 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15729 mmdevldr.vxd"
15730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15731 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules config.status"
15732 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
15734 ALL_MAKEFILES="$ALL_MAKEFILES \\
15735 dlls/mmsystem.dll16/Makefile"
15736 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15737 mmsystem.dll16"
15738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15739 dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules config.status"
15740 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
15742 ALL_MAKEFILES="$ALL_MAKEFILES \\
15743 dlls/monodebg.vxd/Makefile"
15744 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15745 monodebg.vxd"
15746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15747 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules config.status"
15748 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
15750 ALL_MAKEFILES="$ALL_MAKEFILES \\
15751 dlls/mountmgr.sys/Makefile"
15752 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15753 mountmgr.sys"
15754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15755 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules config.status"
15756 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
15758 ALL_MAKEFILES="$ALL_MAKEFILES \\
15759 dlls/mouse.drv16/Makefile"
15760 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15761 mouse.drv16"
15762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15763 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules config.status"
15764 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
15766 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15767 mpr/libmpr.$IMPLIBEXT"
15768 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15769 mpr/libmpr.def mpr/libmpr.a mpr/libmpr.cross.a: mpr/mpr.spec \$(WINEBUILD)
15770 @cd mpr && \$(MAKE) \`basename \$@\`"
15771 ALL_MAKEFILES="$ALL_MAKEFILES \\
15772 dlls/mpr/Makefile"
15773 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15774 mpr"
15775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15776 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules config.status"
15777 ac_config_files="$ac_config_files dlls/mpr/Makefile"
15779 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15780 mprapi/libmprapi.$IMPLIBEXT"
15781 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15782 mprapi/libmprapi.def mprapi/libmprapi.a mprapi/libmprapi.cross.a: mprapi/mprapi.spec \$(WINEBUILD)
15783 @cd mprapi && \$(MAKE) \`basename \$@\`"
15784 ALL_MAKEFILES="$ALL_MAKEFILES \\
15785 dlls/mprapi/Makefile"
15786 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15787 mprapi"
15788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15789 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules config.status"
15790 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
15792 ALL_MAKEFILES="$ALL_MAKEFILES \\
15793 dlls/msacm.dll16/Makefile"
15794 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15795 msacm.dll16"
15796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15797 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules config.status"
15798 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
15800 ALL_MAKEFILES="$ALL_MAKEFILES \\
15801 dlls/msacm32.drv/Makefile"
15802 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15803 msacm32.drv"
15804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15805 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules config.status"
15806 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
15808 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15809 msacm32/libmsacm32.$IMPLIBEXT"
15810 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15811 msacm32/libmsacm32.def msacm32/libmsacm32.a msacm32/libmsacm32.cross.a: msacm32/msacm32.spec \$(WINEBUILD)
15812 @cd msacm32 && \$(MAKE) \`basename \$@\`"
15813 ALL_MAKEFILES="$ALL_MAKEFILES \\
15814 dlls/msacm32/Makefile"
15815 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15816 msacm32"
15817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15818 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules config.status"
15819 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
15821 ALL_MAKEFILES="$ALL_MAKEFILES \\
15822 dlls/msacm32/tests/Makefile"
15823 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15824 msacm32/tests"
15825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15826 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules config.status"
15827 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
15829 ALL_MAKEFILES="$ALL_MAKEFILES \\
15830 dlls/msadp32.acm/Makefile"
15831 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15832 msadp32.acm"
15833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15834 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules config.status"
15835 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
15837 ALL_MAKEFILES="$ALL_MAKEFILES \\
15838 dlls/mscat32/Makefile"
15839 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15840 mscat32"
15841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15842 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules config.status"
15843 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
15845 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15846 mscms/libmscms.$IMPLIBEXT"
15847 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15848 mscms/libmscms.def mscms/libmscms.a mscms/libmscms.cross.a: mscms/mscms.spec \$(WINEBUILD)
15849 @cd mscms && \$(MAKE) \`basename \$@\`"
15850 ALL_MAKEFILES="$ALL_MAKEFILES \\
15851 dlls/mscms/Makefile"
15852 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15853 mscms"
15854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15855 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules config.status"
15856 ac_config_files="$ac_config_files dlls/mscms/Makefile"
15858 ALL_MAKEFILES="$ALL_MAKEFILES \\
15859 dlls/mscms/tests/Makefile"
15860 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15861 mscms/tests"
15862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15863 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules config.status"
15864 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
15866 ALL_MAKEFILES="$ALL_MAKEFILES \\
15867 dlls/mscoree/Makefile"
15868 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15869 mscoree"
15870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15871 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules config.status"
15872 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
15874 ALL_MAKEFILES="$ALL_MAKEFILES \\
15875 dlls/msctf/Makefile"
15876 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15877 msctf"
15878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15879 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules config.status"
15880 ac_config_files="$ac_config_files dlls/msctf/Makefile"
15882 ALL_MAKEFILES="$ALL_MAKEFILES \\
15883 dlls/msctf/tests/Makefile"
15884 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15885 msctf/tests"
15886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15887 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules config.status"
15888 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
15890 ALL_MAKEFILES="$ALL_MAKEFILES \\
15891 dlls/msdaps/Makefile"
15892 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15893 msdaps"
15894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15895 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules config.status"
15896 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
15898 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15899 msdmo/libmsdmo.$IMPLIBEXT"
15900 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15901 msdmo/libmsdmo.def msdmo/libmsdmo.a msdmo/libmsdmo.cross.a: msdmo/msdmo.spec \$(WINEBUILD)
15902 @cd msdmo && \$(MAKE) \`basename \$@\`"
15903 ALL_MAKEFILES="$ALL_MAKEFILES \\
15904 dlls/msdmo/Makefile"
15905 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15906 msdmo"
15907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15908 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules config.status"
15909 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
15911 ALL_MAKEFILES="$ALL_MAKEFILES \\
15912 dlls/msftedit/Makefile"
15913 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15914 msftedit"
15915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15916 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules config.status"
15917 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
15919 ALL_MAKEFILES="$ALL_MAKEFILES \\
15920 dlls/msg711.acm/Makefile"
15921 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15922 msg711.acm"
15923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15924 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules config.status"
15925 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
15927 ALL_MAKEFILES="$ALL_MAKEFILES \\
15928 dlls/msgsm32.acm/Makefile"
15929 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15930 msgsm32.acm"
15931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15932 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules config.status"
15933 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
15935 ALL_MAKEFILES="$ALL_MAKEFILES \\
15936 dlls/mshtml.tlb/Makefile"
15937 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15938 mshtml.tlb"
15939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15940 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules config.status"
15941 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
15943 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15944 mshtml/libmshtml.$IMPLIBEXT"
15945 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15946 mshtml/libmshtml.def mshtml/libmshtml.a mshtml/libmshtml.cross.a: mshtml/mshtml.spec \$(WINEBUILD)
15947 @cd mshtml && \$(MAKE) \`basename \$@\`"
15948 ALL_MAKEFILES="$ALL_MAKEFILES \\
15949 dlls/mshtml/Makefile"
15950 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15951 mshtml"
15952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15953 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules config.status"
15954 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
15956 ALL_MAKEFILES="$ALL_MAKEFILES \\
15957 dlls/mshtml/tests/Makefile"
15958 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15959 mshtml/tests"
15960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15961 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules config.status"
15962 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
15964 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15965 msi/libmsi.$IMPLIBEXT"
15966 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15967 msi/libmsi.def msi/libmsi.a msi/libmsi.cross.a: msi/msi.spec \$(WINEBUILD)
15968 @cd msi && \$(MAKE) \`basename \$@\`"
15969 ALL_MAKEFILES="$ALL_MAKEFILES \\
15970 dlls/msi/Makefile"
15971 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15972 msi"
15973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15974 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules config.status"
15975 ac_config_files="$ac_config_files dlls/msi/Makefile"
15977 ALL_MAKEFILES="$ALL_MAKEFILES \\
15978 dlls/msi/tests/Makefile"
15979 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15980 msi/tests"
15981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15982 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules config.status"
15983 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
15985 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15986 msimg32/libmsimg32.$IMPLIBEXT"
15987 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15988 msimg32/libmsimg32.def msimg32/libmsimg32.a msimg32/libmsimg32.cross.a: msimg32/msimg32.spec \$(WINEBUILD)
15989 @cd msimg32 && \$(MAKE) \`basename \$@\`"
15990 ALL_MAKEFILES="$ALL_MAKEFILES \\
15991 dlls/msimg32/Makefile"
15992 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15993 msimg32"
15994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15995 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules config.status"
15996 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
15998 ALL_MAKEFILES="$ALL_MAKEFILES \\
15999 dlls/msimtf/Makefile"
16000 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16001 msimtf"
16002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16003 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules config.status"
16004 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
16006 ALL_MAKEFILES="$ALL_MAKEFILES \\
16007 dlls/msisip/Makefile"
16008 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16009 msisip"
16010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16011 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules config.status"
16012 ac_config_files="$ac_config_files dlls/msisip/Makefile"
16014 ALL_MAKEFILES="$ALL_MAKEFILES \\
16015 dlls/msisys.ocx/Makefile"
16016 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16017 msisys.ocx"
16018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16019 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules config.status"
16020 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
16022 ALL_MAKEFILES="$ALL_MAKEFILES \\
16023 dlls/msnet32/Makefile"
16024 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16025 msnet32"
16026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16027 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules config.status"
16028 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
16030 ALL_MAKEFILES="$ALL_MAKEFILES \\
16031 dlls/msrle32/Makefile"
16032 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16033 msrle32"
16034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16035 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules config.status"
16036 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
16038 ALL_MAKEFILES="$ALL_MAKEFILES \\
16039 dlls/mssign32/Makefile"
16040 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16041 mssign32"
16042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16043 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules config.status"
16044 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
16046 ALL_MAKEFILES="$ALL_MAKEFILES \\
16047 dlls/mssip32/Makefile"
16048 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16049 mssip32"
16050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16051 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules config.status"
16052 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
16054 ALL_MAKEFILES="$ALL_MAKEFILES \\
16055 dlls/mstask/Makefile"
16056 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16057 mstask"
16058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16059 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules config.status"
16060 ac_config_files="$ac_config_files dlls/mstask/Makefile"
16062 ALL_MAKEFILES="$ALL_MAKEFILES \\
16063 dlls/mstask/tests/Makefile"
16064 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16065 mstask/tests"
16066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16067 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules config.status"
16068 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
16070 ALL_MAKEFILES="$ALL_MAKEFILES \\
16071 dlls/msvcirt/Makefile"
16072 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16073 msvcirt"
16074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16075 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules config.status"
16076 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
16078 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16079 msvcr71/libmsvcr71.$IMPLIBEXT"
16080 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16081 msvcr71/libmsvcr71.def msvcr71/libmsvcr71.a msvcr71/libmsvcr71.cross.a: msvcr71/msvcr71.spec \$(WINEBUILD)
16082 @cd msvcr71 && \$(MAKE) \`basename \$@\`"
16083 ALL_MAKEFILES="$ALL_MAKEFILES \\
16084 dlls/msvcr71/Makefile"
16085 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16086 msvcr71"
16087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16088 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules config.status"
16089 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
16091 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16092 msvcrt/libmsvcrt.$IMPLIBEXT"
16093 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16094 msvcrt/libmsvcrt.def msvcrt/libmsvcrt.a msvcrt/libmsvcrt.cross.a: msvcrt/msvcrt.spec \$(WINEBUILD)
16095 @cd msvcrt && \$(MAKE) \`basename \$@\`"
16096 ALL_MAKEFILES="$ALL_MAKEFILES \\
16097 dlls/msvcrt/Makefile"
16098 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16099 msvcrt"
16100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16101 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules config.status"
16102 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
16104 ALL_MAKEFILES="$ALL_MAKEFILES \\
16105 dlls/msvcrt/tests/Makefile"
16106 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16107 msvcrt/tests"
16108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16109 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules config.status"
16110 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
16112 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16113 msvcrt20/libmsvcrt20.$IMPLIBEXT"
16114 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16115 msvcrt20/libmsvcrt20.def msvcrt20/libmsvcrt20.a msvcrt20/libmsvcrt20.cross.a: msvcrt20/msvcrt20.spec \$(WINEBUILD)
16116 @cd msvcrt20 && \$(MAKE) \`basename \$@\`"
16117 ALL_MAKEFILES="$ALL_MAKEFILES \\
16118 dlls/msvcrt20/Makefile"
16119 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16120 msvcrt20"
16121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16122 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules config.status"
16123 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
16125 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16126 msvcrt40/libmsvcrt40.$IMPLIBEXT"
16127 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16128 msvcrt40/libmsvcrt40.def msvcrt40/libmsvcrt40.a msvcrt40/libmsvcrt40.cross.a: msvcrt40/msvcrt40.spec \$(WINEBUILD)
16129 @cd msvcrt40 && \$(MAKE) \`basename \$@\`"
16130 ALL_MAKEFILES="$ALL_MAKEFILES \\
16131 dlls/msvcrt40/Makefile"
16132 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16133 msvcrt40"
16134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16135 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules config.status"
16136 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
16138 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16139 msvcrtd/libmsvcrtd.$IMPLIBEXT"
16140 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16141 msvcrtd/libmsvcrtd.def msvcrtd/libmsvcrtd.a msvcrtd/libmsvcrtd.cross.a: msvcrtd/msvcrtd.spec \$(WINEBUILD)
16142 @cd msvcrtd && \$(MAKE) \`basename \$@\`"
16143 ALL_MAKEFILES="$ALL_MAKEFILES \\
16144 dlls/msvcrtd/Makefile"
16145 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16146 msvcrtd"
16147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16148 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules config.status"
16149 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
16151 ALL_MAKEFILES="$ALL_MAKEFILES \\
16152 dlls/msvcrtd/tests/Makefile"
16153 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16154 msvcrtd/tests"
16155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16156 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules config.status"
16157 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
16159 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16160 msvfw32/libmsvfw32.$IMPLIBEXT"
16161 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16162 msvfw32/libmsvfw32.def msvfw32/libmsvfw32.a msvfw32/libmsvfw32.cross.a: msvfw32/msvfw32.spec \$(WINEBUILD)
16163 @cd msvfw32 && \$(MAKE) \`basename \$@\`"
16164 ALL_MAKEFILES="$ALL_MAKEFILES \\
16165 dlls/msvfw32/Makefile"
16166 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16167 msvfw32"
16168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16169 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules config.status"
16170 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
16172 ALL_MAKEFILES="$ALL_MAKEFILES \\
16173 dlls/msvfw32/tests/Makefile"
16174 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16175 msvfw32/tests"
16176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16177 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules config.status"
16178 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
16180 ALL_MAKEFILES="$ALL_MAKEFILES \\
16181 dlls/msvidc32/Makefile"
16182 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16183 msvidc32"
16184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16185 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules config.status"
16186 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
16188 ALL_MAKEFILES="$ALL_MAKEFILES \\
16189 dlls/msvideo.dll16/Makefile"
16190 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16191 msvideo.dll16"
16192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16193 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules config.status"
16194 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
16196 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16197 mswsock/libmswsock.$IMPLIBEXT"
16198 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16199 mswsock/libmswsock.def mswsock/libmswsock.a mswsock/libmswsock.cross.a: mswsock/mswsock.spec \$(WINEBUILD)
16200 @cd mswsock && \$(MAKE) \`basename \$@\`"
16201 ALL_MAKEFILES="$ALL_MAKEFILES \\
16202 dlls/mswsock/Makefile"
16203 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16204 mswsock"
16205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16206 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules config.status"
16207 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
16209 ALL_MAKEFILES="$ALL_MAKEFILES \\
16210 dlls/msxml3/Makefile"
16211 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16212 msxml3"
16213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16214 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules config.status"
16215 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
16217 ALL_MAKEFILES="$ALL_MAKEFILES \\
16218 dlls/msxml3/tests/Makefile"
16219 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16220 msxml3/tests"
16221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16222 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules config.status"
16223 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
16225 ALL_MAKEFILES="$ALL_MAKEFILES \\
16226 dlls/msxml4/Makefile"
16227 test "x$enable_msxml4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16228 msxml4"
16229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16230 dlls/msxml4/Makefile: dlls/msxml4/Makefile.in dlls/Makedll.rules config.status"
16231 ac_config_files="$ac_config_files dlls/msxml4/Makefile"
16233 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16234 nddeapi/libnddeapi.$IMPLIBEXT"
16235 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16236 nddeapi/libnddeapi.def nddeapi/libnddeapi.a nddeapi/libnddeapi.cross.a: nddeapi/nddeapi.spec \$(WINEBUILD)
16237 @cd nddeapi && \$(MAKE) \`basename \$@\`"
16238 ALL_MAKEFILES="$ALL_MAKEFILES \\
16239 dlls/nddeapi/Makefile"
16240 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16241 nddeapi"
16242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16243 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules config.status"
16244 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
16246 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16247 netapi32/libnetapi32.$IMPLIBEXT"
16248 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16249 netapi32/libnetapi32.def netapi32/libnetapi32.a netapi32/libnetapi32.cross.a: netapi32/netapi32.spec \$(WINEBUILD)
16250 @cd netapi32 && \$(MAKE) \`basename \$@\`"
16251 ALL_MAKEFILES="$ALL_MAKEFILES \\
16252 dlls/netapi32/Makefile"
16253 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16254 netapi32"
16255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16256 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules config.status"
16257 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
16259 ALL_MAKEFILES="$ALL_MAKEFILES \\
16260 dlls/netapi32/tests/Makefile"
16261 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16262 netapi32/tests"
16263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16264 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules config.status"
16265 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
16267 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16268 newdev/libnewdev.$IMPLIBEXT"
16269 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16270 newdev/libnewdev.def newdev/libnewdev.a newdev/libnewdev.cross.a: newdev/newdev.spec \$(WINEBUILD)
16271 @cd newdev && \$(MAKE) \`basename \$@\`"
16272 ALL_MAKEFILES="$ALL_MAKEFILES \\
16273 dlls/newdev/Makefile"
16274 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16275 newdev"
16276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16277 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules config.status"
16278 ac_config_files="$ac_config_files dlls/newdev/Makefile"
16280 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16281 ntdll/libntdll.$IMPLIBEXT"
16282 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16283 ntdll/libntdll.def ntdll/libntdll.a ntdll/libntdll.cross.a: ntdll/ntdll.spec \$(WINEBUILD)
16284 @cd ntdll && \$(MAKE) \`basename \$@\`"
16285 ALL_MAKEFILES="$ALL_MAKEFILES \\
16286 dlls/ntdll/Makefile"
16287 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16288 ntdll"
16289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16290 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules config.status"
16291 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
16293 ALL_MAKEFILES="$ALL_MAKEFILES \\
16294 dlls/ntdll/tests/Makefile"
16295 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16296 ntdll/tests"
16297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16298 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules config.status"
16299 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
16301 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16302 ntdsapi/libntdsapi.$IMPLIBEXT"
16303 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16304 ntdsapi/libntdsapi.def ntdsapi/libntdsapi.a ntdsapi/libntdsapi.cross.a: ntdsapi/ntdsapi.spec \$(WINEBUILD)
16305 @cd ntdsapi && \$(MAKE) \`basename \$@\`"
16306 ALL_MAKEFILES="$ALL_MAKEFILES \\
16307 dlls/ntdsapi/Makefile"
16308 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16309 ntdsapi"
16310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16311 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules config.status"
16312 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
16314 ALL_MAKEFILES="$ALL_MAKEFILES \\
16315 dlls/ntdsapi/tests/Makefile"
16316 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16317 ntdsapi/tests"
16318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16319 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules config.status"
16320 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
16322 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16323 ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT"
16324 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16325 ntoskrnl.exe/libntoskrnl.exe.def ntoskrnl.exe/libntoskrnl.exe.a ntoskrnl.exe/libntoskrnl.exe.cross.a: ntoskrnl.exe/ntoskrnl.exe.spec \$(WINEBUILD)
16326 @cd ntoskrnl.exe && \$(MAKE) \`basename \$@\`"
16327 ALL_MAKEFILES="$ALL_MAKEFILES \\
16328 dlls/ntoskrnl.exe/Makefile"
16329 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16330 ntoskrnl.exe"
16331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16332 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules config.status"
16333 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
16335 ALL_MAKEFILES="$ALL_MAKEFILES \\
16336 dlls/ntprint/Makefile"
16337 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16338 ntprint"
16339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16340 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules config.status"
16341 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
16343 ALL_MAKEFILES="$ALL_MAKEFILES \\
16344 dlls/ntprint/tests/Makefile"
16345 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16346 ntprint/tests"
16347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16348 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules config.status"
16349 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
16351 ALL_MAKEFILES="$ALL_MAKEFILES \\
16352 dlls/objsel/Makefile"
16353 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16354 objsel"
16355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16356 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules config.status"
16357 ac_config_files="$ac_config_files dlls/objsel/Makefile"
16359 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16360 odbc32/libodbc32.$IMPLIBEXT"
16361 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16362 odbc32/libodbc32.def odbc32/libodbc32.a odbc32/libodbc32.cross.a: odbc32/odbc32.spec \$(WINEBUILD)
16363 @cd odbc32 && \$(MAKE) \`basename \$@\`"
16364 ALL_MAKEFILES="$ALL_MAKEFILES \\
16365 dlls/odbc32/Makefile"
16366 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16367 odbc32"
16368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16369 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules config.status"
16370 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
16372 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16373 odbccp32/libodbccp32.$IMPLIBEXT"
16374 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16375 odbccp32/libodbccp32.def odbccp32/libodbccp32.a odbccp32/libodbccp32.cross.a: odbccp32/odbccp32.spec \$(WINEBUILD)
16376 @cd odbccp32 && \$(MAKE) \`basename \$@\`"
16377 ALL_MAKEFILES="$ALL_MAKEFILES \\
16378 dlls/odbccp32/Makefile"
16379 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16380 odbccp32"
16381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16382 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules config.status"
16383 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
16385 ALL_MAKEFILES="$ALL_MAKEFILES \\
16386 dlls/odbccp32/tests/Makefile"
16387 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16388 odbccp32/tests"
16389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16390 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules config.status"
16391 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
16393 ALL_MAKEFILES="$ALL_MAKEFILES \\
16394 dlls/ole2.dll16/Makefile"
16395 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16396 ole2.dll16"
16397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16398 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules config.status"
16399 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
16401 ALL_MAKEFILES="$ALL_MAKEFILES \\
16402 dlls/ole2conv.dll16/Makefile"
16403 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16404 ole2conv.dll16"
16405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16406 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules config.status"
16407 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
16409 ALL_MAKEFILES="$ALL_MAKEFILES \\
16410 dlls/ole2disp.dll16/Makefile"
16411 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16412 ole2disp.dll16"
16413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16414 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules config.status"
16415 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
16417 ALL_MAKEFILES="$ALL_MAKEFILES \\
16418 dlls/ole2nls.dll16/Makefile"
16419 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16420 ole2nls.dll16"
16421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16422 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules config.status"
16423 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
16425 ALL_MAKEFILES="$ALL_MAKEFILES \\
16426 dlls/ole2prox.dll16/Makefile"
16427 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16428 ole2prox.dll16"
16429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16430 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules config.status"
16431 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
16433 ALL_MAKEFILES="$ALL_MAKEFILES \\
16434 dlls/ole2thk.dll16/Makefile"
16435 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16436 ole2thk.dll16"
16437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16438 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules config.status"
16439 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
16441 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16442 ole32/libole32.$IMPLIBEXT"
16443 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16444 ole32/libole32.def ole32/libole32.a ole32/libole32.cross.a: ole32/ole32.spec \$(WINEBUILD)
16445 @cd ole32 && \$(MAKE) \`basename \$@\`"
16446 ALL_MAKEFILES="$ALL_MAKEFILES \\
16447 dlls/ole32/Makefile"
16448 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16449 ole32"
16450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16451 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules config.status"
16452 ac_config_files="$ac_config_files dlls/ole32/Makefile"
16454 ALL_MAKEFILES="$ALL_MAKEFILES \\
16455 dlls/ole32/tests/Makefile"
16456 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16457 ole32/tests"
16458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16459 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules config.status"
16460 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
16462 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16463 oleacc/liboleacc.$IMPLIBEXT"
16464 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16465 oleacc/liboleacc.def oleacc/liboleacc.a oleacc/liboleacc.cross.a: oleacc/oleacc.spec \$(WINEBUILD)
16466 @cd oleacc && \$(MAKE) \`basename \$@\`"
16467 ALL_MAKEFILES="$ALL_MAKEFILES \\
16468 dlls/oleacc/Makefile"
16469 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16470 oleacc"
16471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16472 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules config.status"
16473 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
16475 ALL_MAKEFILES="$ALL_MAKEFILES \\
16476 dlls/oleacc/tests/Makefile"
16477 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16478 oleacc/tests"
16479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16480 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules config.status"
16481 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
16483 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16484 oleaut32/liboleaut32.$IMPLIBEXT"
16485 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16486 oleaut32/liboleaut32.def oleaut32/liboleaut32.a oleaut32/liboleaut32.cross.a: oleaut32/oleaut32.spec \$(WINEBUILD)
16487 @cd oleaut32 && \$(MAKE) \`basename \$@\`"
16488 ALL_MAKEFILES="$ALL_MAKEFILES \\
16489 dlls/oleaut32/Makefile"
16490 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16491 oleaut32"
16492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16493 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules config.status"
16494 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
16496 ALL_MAKEFILES="$ALL_MAKEFILES \\
16497 dlls/oleaut32/tests/Makefile"
16498 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16499 oleaut32/tests"
16500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16501 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules config.status"
16502 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
16504 ALL_MAKEFILES="$ALL_MAKEFILES \\
16505 dlls/olecli.dll16/Makefile"
16506 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16507 olecli.dll16"
16508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16509 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules config.status"
16510 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
16512 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16513 olecli32/libolecli32.$IMPLIBEXT"
16514 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16515 olecli32/libolecli32.def olecli32/libolecli32.a olecli32/libolecli32.cross.a: olecli32/olecli32.spec \$(WINEBUILD)
16516 @cd olecli32 && \$(MAKE) \`basename \$@\`"
16517 ALL_MAKEFILES="$ALL_MAKEFILES \\
16518 dlls/olecli32/Makefile"
16519 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16520 olecli32"
16521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16522 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules config.status"
16523 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
16525 ALL_MAKEFILES="$ALL_MAKEFILES \\
16526 dlls/oledb32/Makefile"
16527 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16528 oledb32"
16529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16530 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules config.status"
16531 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
16533 ALL_MAKEFILES="$ALL_MAKEFILES \\
16534 dlls/oledb32/tests/Makefile"
16535 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16536 oledb32/tests"
16537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16538 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules config.status"
16539 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
16541 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16542 oledlg/liboledlg.$IMPLIBEXT"
16543 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16544 oledlg/liboledlg.def oledlg/liboledlg.a oledlg/liboledlg.cross.a: oledlg/oledlg.spec \$(WINEBUILD)
16545 @cd oledlg && \$(MAKE) \`basename \$@\`"
16546 ALL_MAKEFILES="$ALL_MAKEFILES \\
16547 dlls/oledlg/Makefile"
16548 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16549 oledlg"
16550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16551 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules config.status"
16552 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
16554 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16555 olepro32/libolepro32.$IMPLIBEXT"
16556 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16557 olepro32/libolepro32.def olepro32/libolepro32.a olepro32/libolepro32.cross.a: olepro32/olepro32.spec \$(WINEBUILD)
16558 @cd olepro32 && \$(MAKE) \`basename \$@\`"
16559 ALL_MAKEFILES="$ALL_MAKEFILES \\
16560 dlls/olepro32/Makefile"
16561 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16562 olepro32"
16563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16564 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules config.status"
16565 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
16567 ALL_MAKEFILES="$ALL_MAKEFILES \\
16568 dlls/olesvr.dll16/Makefile"
16569 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16570 olesvr.dll16"
16571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16572 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules config.status"
16573 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
16575 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16576 olesvr32/libolesvr32.$IMPLIBEXT"
16577 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16578 olesvr32/libolesvr32.def olesvr32/libolesvr32.a olesvr32/libolesvr32.cross.a: olesvr32/olesvr32.spec \$(WINEBUILD)
16579 @cd olesvr32 && \$(MAKE) \`basename \$@\`"
16580 ALL_MAKEFILES="$ALL_MAKEFILES \\
16581 dlls/olesvr32/Makefile"
16582 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16583 olesvr32"
16584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16585 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules config.status"
16586 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
16588 ALL_MAKEFILES="$ALL_MAKEFILES \\
16589 dlls/olethk32/Makefile"
16590 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16591 olethk32"
16592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16593 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules config.status"
16594 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
16596 ALL_MAKEFILES="$ALL_MAKEFILES \\
16597 dlls/openal32/Makefile"
16598 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16599 openal32"
16600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16601 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules config.status"
16602 ac_config_files="$ac_config_files dlls/openal32/Makefile"
16604 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16605 opengl32/libopengl32.$IMPLIBEXT"
16606 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16607 opengl32/libopengl32.def opengl32/libopengl32.a opengl32/libopengl32.cross.a: opengl32/opengl32.spec \$(WINEBUILD)
16608 @cd opengl32 && \$(MAKE) \`basename \$@\`"
16609 ALL_MAKEFILES="$ALL_MAKEFILES \\
16610 dlls/opengl32/Makefile"
16611 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16612 opengl32"
16613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16614 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules config.status"
16615 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
16617 ALL_MAKEFILES="$ALL_MAKEFILES \\
16618 dlls/opengl32/tests/Makefile"
16619 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16620 opengl32/tests"
16621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16622 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules config.status"
16623 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
16625 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16626 pdh/libpdh.$IMPLIBEXT"
16627 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16628 pdh/libpdh.def pdh/libpdh.a pdh/libpdh.cross.a: pdh/pdh.spec \$(WINEBUILD)
16629 @cd pdh && \$(MAKE) \`basename \$@\`"
16630 ALL_MAKEFILES="$ALL_MAKEFILES \\
16631 dlls/pdh/Makefile"
16632 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16633 pdh"
16634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16635 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules config.status"
16636 ac_config_files="$ac_config_files dlls/pdh/Makefile"
16638 ALL_MAKEFILES="$ALL_MAKEFILES \\
16639 dlls/pdh/tests/Makefile"
16640 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16641 pdh/tests"
16642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16643 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules config.status"
16644 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
16646 ALL_MAKEFILES="$ALL_MAKEFILES \\
16647 dlls/pidgen/Makefile"
16648 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16649 pidgen"
16650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16651 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules config.status"
16652 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
16654 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16655 powrprof/libpowrprof.$IMPLIBEXT"
16656 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16657 powrprof/libpowrprof.def powrprof/libpowrprof.a powrprof/libpowrprof.cross.a: powrprof/powrprof.spec \$(WINEBUILD)
16658 @cd powrprof && \$(MAKE) \`basename \$@\`"
16659 ALL_MAKEFILES="$ALL_MAKEFILES \\
16660 dlls/powrprof/Makefile"
16661 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16662 powrprof"
16663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16664 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules config.status"
16665 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
16667 ALL_MAKEFILES="$ALL_MAKEFILES \\
16668 dlls/printui/Makefile"
16669 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16670 printui"
16671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16672 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules config.status"
16673 ac_config_files="$ac_config_files dlls/printui/Makefile"
16675 ALL_MAKEFILES="$ALL_MAKEFILES \\
16676 dlls/propsys/Makefile"
16677 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16678 propsys"
16679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16680 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules config.status"
16681 ac_config_files="$ac_config_files dlls/propsys/Makefile"
16683 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16684 psapi/libpsapi.$IMPLIBEXT"
16685 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16686 psapi/libpsapi.def psapi/libpsapi.a psapi/libpsapi.cross.a: psapi/psapi.spec \$(WINEBUILD)
16687 @cd psapi && \$(MAKE) \`basename \$@\`"
16688 ALL_MAKEFILES="$ALL_MAKEFILES \\
16689 dlls/psapi/Makefile"
16690 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16691 psapi"
16692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16693 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules config.status"
16694 ac_config_files="$ac_config_files dlls/psapi/Makefile"
16696 ALL_MAKEFILES="$ALL_MAKEFILES \\
16697 dlls/psapi/tests/Makefile"
16698 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16699 psapi/tests"
16700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16701 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules config.status"
16702 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
16704 ALL_MAKEFILES="$ALL_MAKEFILES \\
16705 dlls/pstorec/Makefile"
16706 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16707 pstorec"
16708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16709 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules config.status"
16710 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
16712 ALL_MAKEFILES="$ALL_MAKEFILES \\
16713 dlls/qcap/Makefile"
16714 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16715 qcap"
16716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16717 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules config.status"
16718 ac_config_files="$ac_config_files dlls/qcap/Makefile"
16720 ALL_MAKEFILES="$ALL_MAKEFILES \\
16721 dlls/qedit/Makefile"
16722 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16723 qedit"
16724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16725 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules config.status"
16726 ac_config_files="$ac_config_files dlls/qedit/Makefile"
16728 ALL_MAKEFILES="$ALL_MAKEFILES \\
16729 dlls/qedit/tests/Makefile"
16730 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16731 qedit/tests"
16732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16733 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules config.status"
16734 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
16736 ALL_MAKEFILES="$ALL_MAKEFILES \\
16737 dlls/qmgr/Makefile"
16738 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16739 qmgr"
16740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16741 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules config.status"
16742 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
16744 ALL_MAKEFILES="$ALL_MAKEFILES \\
16745 dlls/qmgr/tests/Makefile"
16746 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16747 qmgr/tests"
16748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16749 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules config.status"
16750 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
16752 ALL_MAKEFILES="$ALL_MAKEFILES \\
16753 dlls/qmgrprxy/Makefile"
16754 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16755 qmgrprxy"
16756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16757 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules config.status"
16758 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
16760 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16761 quartz/libquartz.$IMPLIBEXT"
16762 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16763 quartz/libquartz.def quartz/libquartz.a quartz/libquartz.cross.a: quartz/quartz.spec \$(WINEBUILD)
16764 @cd quartz && \$(MAKE) \`basename \$@\`"
16765 ALL_MAKEFILES="$ALL_MAKEFILES \\
16766 dlls/quartz/Makefile"
16767 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16768 quartz"
16769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16770 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules config.status"
16771 ac_config_files="$ac_config_files dlls/quartz/Makefile"
16773 ALL_MAKEFILES="$ALL_MAKEFILES \\
16774 dlls/quartz/tests/Makefile"
16775 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16776 quartz/tests"
16777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16778 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules config.status"
16779 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
16781 ALL_MAKEFILES="$ALL_MAKEFILES \\
16782 dlls/query/Makefile"
16783 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16784 query"
16785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16786 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules config.status"
16787 ac_config_files="$ac_config_files dlls/query/Makefile"
16789 ALL_MAKEFILES="$ALL_MAKEFILES \\
16790 dlls/rasapi16.dll16/Makefile"
16791 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16792 rasapi16.dll16"
16793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16794 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules config.status"
16795 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
16797 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16798 rasapi32/librasapi32.$IMPLIBEXT"
16799 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16800 rasapi32/librasapi32.def rasapi32/librasapi32.a rasapi32/librasapi32.cross.a: rasapi32/rasapi32.spec \$(WINEBUILD)
16801 @cd rasapi32 && \$(MAKE) \`basename \$@\`"
16802 ALL_MAKEFILES="$ALL_MAKEFILES \\
16803 dlls/rasapi32/Makefile"
16804 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16805 rasapi32"
16806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16807 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules config.status"
16808 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
16810 ALL_MAKEFILES="$ALL_MAKEFILES \\
16811 dlls/rasapi32/tests/Makefile"
16812 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16813 rasapi32/tests"
16814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16815 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules config.status"
16816 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
16818 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16819 rasdlg/librasdlg.$IMPLIBEXT"
16820 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16821 rasdlg/librasdlg.def rasdlg/librasdlg.a rasdlg/librasdlg.cross.a: rasdlg/rasdlg.spec \$(WINEBUILD)
16822 @cd rasdlg && \$(MAKE) \`basename \$@\`"
16823 ALL_MAKEFILES="$ALL_MAKEFILES \\
16824 dlls/rasdlg/Makefile"
16825 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16826 rasdlg"
16827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16828 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules config.status"
16829 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
16831 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16832 resutils/libresutils.$IMPLIBEXT"
16833 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16834 resutils/libresutils.def resutils/libresutils.a resutils/libresutils.cross.a: resutils/resutils.spec \$(WINEBUILD)
16835 @cd resutils && \$(MAKE) \`basename \$@\`"
16836 ALL_MAKEFILES="$ALL_MAKEFILES \\
16837 dlls/resutils/Makefile"
16838 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16839 resutils"
16840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16841 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules config.status"
16842 ac_config_files="$ac_config_files dlls/resutils/Makefile"
16844 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16845 riched20/libriched20.$IMPLIBEXT"
16846 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16847 riched20/libriched20.def riched20/libriched20.a riched20/libriched20.cross.a: riched20/riched20.spec \$(WINEBUILD)
16848 @cd riched20 && \$(MAKE) \`basename \$@\`"
16849 ALL_MAKEFILES="$ALL_MAKEFILES \\
16850 dlls/riched20/Makefile"
16851 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16852 riched20"
16853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16854 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules config.status"
16855 ac_config_files="$ac_config_files dlls/riched20/Makefile"
16857 ALL_MAKEFILES="$ALL_MAKEFILES \\
16858 dlls/riched20/tests/Makefile"
16859 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16860 riched20/tests"
16861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16862 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules config.status"
16863 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
16865 ALL_MAKEFILES="$ALL_MAKEFILES \\
16866 dlls/riched32/Makefile"
16867 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16868 riched32"
16869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16870 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules config.status"
16871 ac_config_files="$ac_config_files dlls/riched32/Makefile"
16873 ALL_MAKEFILES="$ALL_MAKEFILES \\
16874 dlls/riched32/tests/Makefile"
16875 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16876 riched32/tests"
16877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16878 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules config.status"
16879 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
16881 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16882 rpcrt4/librpcrt4.$IMPLIBEXT"
16883 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16884 rpcrt4/librpcrt4.def rpcrt4/librpcrt4.a rpcrt4/librpcrt4.cross.a: rpcrt4/rpcrt4.spec \$(WINEBUILD)
16885 @cd rpcrt4 && \$(MAKE) \`basename \$@\`"
16886 ALL_MAKEFILES="$ALL_MAKEFILES \\
16887 dlls/rpcrt4/Makefile"
16888 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16889 rpcrt4"
16890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16891 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules config.status"
16892 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
16894 ALL_MAKEFILES="$ALL_MAKEFILES \\
16895 dlls/rpcrt4/tests/Makefile"
16896 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16897 rpcrt4/tests"
16898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16899 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules config.status"
16900 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
16902 ALL_MAKEFILES="$ALL_MAKEFILES \\
16903 dlls/rsabase/Makefile"
16904 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16905 rsabase"
16906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16907 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules config.status"
16908 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
16910 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16911 rsaenh/librsaenh.$IMPLIBEXT"
16912 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16913 rsaenh/librsaenh.def rsaenh/librsaenh.a rsaenh/librsaenh.cross.a: rsaenh/rsaenh.spec \$(WINEBUILD)
16914 @cd rsaenh && \$(MAKE) \`basename \$@\`"
16915 ALL_MAKEFILES="$ALL_MAKEFILES \\
16916 dlls/rsaenh/Makefile"
16917 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16918 rsaenh"
16919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16920 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules config.status"
16921 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
16923 ALL_MAKEFILES="$ALL_MAKEFILES \\
16924 dlls/rsaenh/tests/Makefile"
16925 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16926 rsaenh/tests"
16927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16928 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules config.status"
16929 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
16931 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16932 rtutils/librtutils.$IMPLIBEXT"
16933 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16934 rtutils/librtutils.def rtutils/librtutils.a rtutils/librtutils.cross.a: rtutils/rtutils.spec \$(WINEBUILD)
16935 @cd rtutils && \$(MAKE) \`basename \$@\`"
16936 ALL_MAKEFILES="$ALL_MAKEFILES \\
16937 dlls/rtutils/Makefile"
16938 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16939 rtutils"
16940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16941 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules config.status"
16942 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
16944 ALL_MAKEFILES="$ALL_MAKEFILES \\
16945 dlls/sane.ds/Makefile"
16946 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16947 sane.ds"
16948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16949 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules config.status"
16950 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
16952 ALL_MAKEFILES="$ALL_MAKEFILES \\
16953 dlls/sccbase/Makefile"
16954 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16955 sccbase"
16956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16957 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules config.status"
16958 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
16960 ALL_MAKEFILES="$ALL_MAKEFILES \\
16961 dlls/schannel/Makefile"
16962 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16963 schannel"
16964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16965 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules config.status"
16966 ac_config_files="$ac_config_files dlls/schannel/Makefile"
16968 ALL_MAKEFILES="$ALL_MAKEFILES \\
16969 dlls/schannel/tests/Makefile"
16970 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16971 schannel/tests"
16972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16973 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules config.status"
16974 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
16976 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16977 secur32/libsecur32.$IMPLIBEXT"
16978 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16979 secur32/libsecur32.def secur32/libsecur32.a secur32/libsecur32.cross.a: secur32/secur32.spec \$(WINEBUILD)
16980 @cd secur32 && \$(MAKE) \`basename \$@\`"
16981 ALL_MAKEFILES="$ALL_MAKEFILES \\
16982 dlls/secur32/Makefile"
16983 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16984 secur32"
16985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16986 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules config.status"
16987 ac_config_files="$ac_config_files dlls/secur32/Makefile"
16989 ALL_MAKEFILES="$ALL_MAKEFILES \\
16990 dlls/secur32/tests/Makefile"
16991 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16992 secur32/tests"
16993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16994 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules config.status"
16995 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
16997 ALL_MAKEFILES="$ALL_MAKEFILES \\
16998 dlls/security/Makefile"
16999 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17000 security"
17001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17002 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules config.status"
17003 ac_config_files="$ac_config_files dlls/security/Makefile"
17005 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17006 sensapi/libsensapi.$IMPLIBEXT"
17007 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17008 sensapi/libsensapi.def sensapi/libsensapi.a sensapi/libsensapi.cross.a: sensapi/sensapi.spec \$(WINEBUILD)
17009 @cd sensapi && \$(MAKE) \`basename \$@\`"
17010 ALL_MAKEFILES="$ALL_MAKEFILES \\
17011 dlls/sensapi/Makefile"
17012 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17013 sensapi"
17014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17015 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules config.status"
17016 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
17018 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17019 serialui/libserialui.$IMPLIBEXT"
17020 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17021 serialui/libserialui.def serialui/libserialui.a serialui/libserialui.cross.a: serialui/serialui.spec \$(WINEBUILD)
17022 @cd serialui && \$(MAKE) \`basename \$@\`"
17023 ALL_MAKEFILES="$ALL_MAKEFILES \\
17024 dlls/serialui/Makefile"
17025 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17026 serialui"
17027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17028 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules config.status"
17029 ac_config_files="$ac_config_files dlls/serialui/Makefile"
17031 ALL_MAKEFILES="$ALL_MAKEFILES \\
17032 dlls/serialui/tests/Makefile"
17033 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17034 serialui/tests"
17035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17036 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules config.status"
17037 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
17039 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17040 setupapi/libsetupapi.$IMPLIBEXT"
17041 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17042 setupapi/libsetupapi.def setupapi/libsetupapi.a setupapi/libsetupapi.cross.a: setupapi/setupapi.spec \$(WINEBUILD)
17043 @cd setupapi && \$(MAKE) \`basename \$@\`"
17044 ALL_MAKEFILES="$ALL_MAKEFILES \\
17045 dlls/setupapi/Makefile"
17046 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17047 setupapi"
17048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17049 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules config.status"
17050 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
17052 ALL_MAKEFILES="$ALL_MAKEFILES \\
17053 dlls/setupapi/tests/Makefile"
17054 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17055 setupapi/tests"
17056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17057 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules config.status"
17058 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
17060 ALL_MAKEFILES="$ALL_MAKEFILES \\
17061 dlls/setupx.dll16/Makefile"
17062 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17063 setupx.dll16"
17064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17065 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules config.status"
17066 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
17068 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17069 sfc/libsfc.$IMPLIBEXT"
17070 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17071 sfc/libsfc.def sfc/libsfc.a sfc/libsfc.cross.a: sfc/sfc.spec \$(WINEBUILD)
17072 @cd sfc && \$(MAKE) \`basename \$@\`"
17073 ALL_MAKEFILES="$ALL_MAKEFILES \\
17074 dlls/sfc/Makefile"
17075 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17076 sfc"
17077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17078 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules config.status"
17079 ac_config_files="$ac_config_files dlls/sfc/Makefile"
17081 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17082 sfc_os/libsfc_os.$IMPLIBEXT"
17083 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17084 sfc_os/libsfc_os.def sfc_os/libsfc_os.a sfc_os/libsfc_os.cross.a: sfc_os/sfc_os.spec \$(WINEBUILD)
17085 @cd sfc_os && \$(MAKE) \`basename \$@\`"
17086 ALL_MAKEFILES="$ALL_MAKEFILES \\
17087 dlls/sfc_os/Makefile"
17088 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17089 sfc_os"
17090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17091 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules config.status"
17092 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
17094 ALL_MAKEFILES="$ALL_MAKEFILES \\
17095 dlls/shdoclc/Makefile"
17096 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17097 shdoclc"
17098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17099 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules config.status"
17100 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
17102 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17103 shdocvw/libshdocvw.$IMPLIBEXT"
17104 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17105 shdocvw/libshdocvw.def shdocvw/libshdocvw.a shdocvw/libshdocvw.cross.a: shdocvw/shdocvw.spec \$(WINEBUILD)
17106 @cd shdocvw && \$(MAKE) \`basename \$@\`"
17107 ALL_MAKEFILES="$ALL_MAKEFILES \\
17108 dlls/shdocvw/Makefile"
17109 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17110 shdocvw"
17111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17112 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules config.status"
17113 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
17115 ALL_MAKEFILES="$ALL_MAKEFILES \\
17116 dlls/shdocvw/tests/Makefile"
17117 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17118 shdocvw/tests"
17119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17120 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules config.status"
17121 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
17123 ALL_MAKEFILES="$ALL_MAKEFILES \\
17124 dlls/shell.dll16/Makefile"
17125 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17126 shell.dll16"
17127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17128 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules config.status"
17129 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
17131 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17132 shell32/libshell32.$IMPLIBEXT"
17133 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17134 shell32/libshell32.def shell32/libshell32.a shell32/libshell32.cross.a: shell32/shell32.spec \$(WINEBUILD)
17135 @cd shell32 && \$(MAKE) \`basename \$@\`"
17136 ALL_MAKEFILES="$ALL_MAKEFILES \\
17137 dlls/shell32/Makefile"
17138 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17139 shell32"
17140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17141 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules config.status"
17142 ac_config_files="$ac_config_files dlls/shell32/Makefile"
17144 ALL_MAKEFILES="$ALL_MAKEFILES \\
17145 dlls/shell32/tests/Makefile"
17146 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17147 shell32/tests"
17148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17149 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules config.status"
17150 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
17152 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17153 shfolder/libshfolder.$IMPLIBEXT"
17154 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17155 shfolder/libshfolder.def shfolder/libshfolder.a shfolder/libshfolder.cross.a: shfolder/shfolder.spec \$(WINEBUILD)
17156 @cd shfolder && \$(MAKE) \`basename \$@\`"
17157 ALL_MAKEFILES="$ALL_MAKEFILES \\
17158 dlls/shfolder/Makefile"
17159 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17160 shfolder"
17161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17162 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules config.status"
17163 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
17165 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17166 shlwapi/libshlwapi.$IMPLIBEXT"
17167 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17168 shlwapi/libshlwapi.def shlwapi/libshlwapi.a shlwapi/libshlwapi.cross.a: shlwapi/shlwapi.spec \$(WINEBUILD)
17169 @cd shlwapi && \$(MAKE) \`basename \$@\`"
17170 ALL_MAKEFILES="$ALL_MAKEFILES \\
17171 dlls/shlwapi/Makefile"
17172 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17173 shlwapi"
17174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17175 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules config.status"
17176 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
17178 ALL_MAKEFILES="$ALL_MAKEFILES \\
17179 dlls/shlwapi/tests/Makefile"
17180 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17181 shlwapi/tests"
17182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17183 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules config.status"
17184 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
17186 ALL_MAKEFILES="$ALL_MAKEFILES \\
17187 dlls/slbcsp/Makefile"
17188 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17189 slbcsp"
17190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17191 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules config.status"
17192 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
17194 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17195 slc/libslc.$IMPLIBEXT"
17196 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17197 slc/libslc.def slc/libslc.a slc/libslc.cross.a: slc/slc.spec \$(WINEBUILD)
17198 @cd slc && \$(MAKE) \`basename \$@\`"
17199 ALL_MAKEFILES="$ALL_MAKEFILES \\
17200 dlls/slc/Makefile"
17201 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17202 slc"
17203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17204 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules config.status"
17205 ac_config_files="$ac_config_files dlls/slc/Makefile"
17207 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17208 snmpapi/libsnmpapi.$IMPLIBEXT"
17209 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17210 snmpapi/libsnmpapi.def snmpapi/libsnmpapi.a snmpapi/libsnmpapi.cross.a: snmpapi/snmpapi.spec \$(WINEBUILD)
17211 @cd snmpapi && \$(MAKE) \`basename \$@\`"
17212 ALL_MAKEFILES="$ALL_MAKEFILES \\
17213 dlls/snmpapi/Makefile"
17214 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17215 snmpapi"
17216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17217 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules config.status"
17218 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
17220 ALL_MAKEFILES="$ALL_MAKEFILES \\
17221 dlls/snmpapi/tests/Makefile"
17222 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17223 snmpapi/tests"
17224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17225 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules config.status"
17226 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
17228 ALL_MAKEFILES="$ALL_MAKEFILES \\
17229 dlls/softpub/Makefile"
17230 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17231 softpub"
17232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17233 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules config.status"
17234 ac_config_files="$ac_config_files dlls/softpub/Makefile"
17236 ALL_MAKEFILES="$ALL_MAKEFILES \\
17237 dlls/sound.drv16/Makefile"
17238 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17239 sound.drv16"
17240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17241 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules config.status"
17242 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
17244 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17245 spoolss/libspoolss.$IMPLIBEXT"
17246 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17247 spoolss/libspoolss.def spoolss/libspoolss.a spoolss/libspoolss.cross.a: spoolss/spoolss.spec \$(WINEBUILD)
17248 @cd spoolss && \$(MAKE) \`basename \$@\`"
17249 ALL_MAKEFILES="$ALL_MAKEFILES \\
17250 dlls/spoolss/Makefile"
17251 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17252 spoolss"
17253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17254 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules config.status"
17255 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
17257 ALL_MAKEFILES="$ALL_MAKEFILES \\
17258 dlls/spoolss/tests/Makefile"
17259 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17260 spoolss/tests"
17261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17262 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules config.status"
17263 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
17265 ALL_MAKEFILES="$ALL_MAKEFILES \\
17266 dlls/stdole2.tlb/Makefile"
17267 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17268 stdole2.tlb"
17269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17270 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules config.status"
17271 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
17273 ALL_MAKEFILES="$ALL_MAKEFILES \\
17274 dlls/stdole32.tlb/Makefile"
17275 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17276 stdole32.tlb"
17277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17278 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules config.status"
17279 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
17281 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17282 sti/libsti.$IMPLIBEXT"
17283 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17284 sti/libsti.def sti/libsti.a sti/libsti.cross.a: sti/sti.spec \$(WINEBUILD)
17285 @cd sti && \$(MAKE) \`basename \$@\`"
17286 ALL_MAKEFILES="$ALL_MAKEFILES \\
17287 dlls/sti/Makefile"
17288 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17289 sti"
17290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17291 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules config.status"
17292 ac_config_files="$ac_config_files dlls/sti/Makefile"
17294 ALL_MAKEFILES="$ALL_MAKEFILES \\
17295 dlls/sti/tests/Makefile"
17296 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17297 sti/tests"
17298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17299 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules config.status"
17300 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
17302 ALL_MAKEFILES="$ALL_MAKEFILES \\
17303 dlls/storage.dll16/Makefile"
17304 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17305 storage.dll16"
17306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17307 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules config.status"
17308 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
17310 ALL_MAKEFILES="$ALL_MAKEFILES \\
17311 dlls/stress.dll16/Makefile"
17312 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17313 stress.dll16"
17314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17315 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules config.status"
17316 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
17318 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
17319 strmiids/libstrmiids.a"
17320 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17321 strmiids/libstrmiids.a: strmiids
17322 strmiids/libstrmiids.cross.a: dummy
17323 @cd strmiids && \$(MAKE) libstrmiids.cross.a"
17324 ALL_MAKEFILES="$ALL_MAKEFILES \\
17325 dlls/strmiids/Makefile"
17326 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17327 strmiids"
17328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17329 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules config.status"
17330 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
17332 ALL_MAKEFILES="$ALL_MAKEFILES \\
17333 dlls/svrapi/Makefile"
17334 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17335 svrapi"
17336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17337 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules config.status"
17338 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
17340 ALL_MAKEFILES="$ALL_MAKEFILES \\
17341 dlls/sxs/Makefile"
17342 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17343 sxs"
17344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17345 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules config.status"
17346 ac_config_files="$ac_config_files dlls/sxs/Makefile"
17348 ALL_MAKEFILES="$ALL_MAKEFILES \\
17349 dlls/system.drv16/Makefile"
17350 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17351 system.drv16"
17352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17353 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules config.status"
17354 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
17356 ALL_MAKEFILES="$ALL_MAKEFILES \\
17357 dlls/t2embed/Makefile"
17358 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17359 t2embed"
17360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17361 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules config.status"
17362 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
17364 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17365 tapi32/libtapi32.$IMPLIBEXT"
17366 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17367 tapi32/libtapi32.def tapi32/libtapi32.a tapi32/libtapi32.cross.a: tapi32/tapi32.spec \$(WINEBUILD)
17368 @cd tapi32 && \$(MAKE) \`basename \$@\`"
17369 ALL_MAKEFILES="$ALL_MAKEFILES \\
17370 dlls/tapi32/Makefile"
17371 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17372 tapi32"
17373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17374 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules config.status"
17375 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
17377 ALL_MAKEFILES="$ALL_MAKEFILES \\
17378 dlls/toolhelp.dll16/Makefile"
17379 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17380 toolhelp.dll16"
17381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17382 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules config.status"
17383 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
17385 ALL_MAKEFILES="$ALL_MAKEFILES \\
17386 dlls/traffic/Makefile"
17387 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17388 traffic"
17389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17390 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules config.status"
17391 ac_config_files="$ac_config_files dlls/traffic/Makefile"
17393 ALL_MAKEFILES="$ALL_MAKEFILES \\
17394 dlls/twain.dll16/Makefile"
17395 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17396 twain.dll16"
17397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17398 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules config.status"
17399 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
17401 ALL_MAKEFILES="$ALL_MAKEFILES \\
17402 dlls/twain_32/Makefile"
17403 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17404 twain_32"
17405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17406 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules config.status"
17407 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
17409 ALL_MAKEFILES="$ALL_MAKEFILES \\
17410 dlls/twain_32/tests/Makefile"
17411 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17412 twain_32/tests"
17413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17414 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules config.status"
17415 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
17417 ALL_MAKEFILES="$ALL_MAKEFILES \\
17418 dlls/typelib.dll16/Makefile"
17419 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17420 typelib.dll16"
17421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17422 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules config.status"
17423 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
17425 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17426 unicows/libunicows.$IMPLIBEXT"
17427 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17428 unicows/libunicows.def unicows/libunicows.a unicows/libunicows.cross.a: unicows/unicows.spec \$(WINEBUILD)
17429 @cd unicows && \$(MAKE) \`basename \$@\`"
17430 ALL_MAKEFILES="$ALL_MAKEFILES \\
17431 dlls/unicows/Makefile"
17432 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17433 unicows"
17434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17435 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules config.status"
17436 ac_config_files="$ac_config_files dlls/unicows/Makefile"
17438 ALL_MAKEFILES="$ALL_MAKEFILES \\
17439 dlls/updspapi/Makefile"
17440 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17441 updspapi"
17442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17443 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules config.status"
17444 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
17446 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17447 url/liburl.$IMPLIBEXT"
17448 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17449 url/liburl.def url/liburl.a url/liburl.cross.a: url/url.spec \$(WINEBUILD)
17450 @cd url && \$(MAKE) \`basename \$@\`"
17451 ALL_MAKEFILES="$ALL_MAKEFILES \\
17452 dlls/url/Makefile"
17453 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17454 url"
17455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17456 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules config.status"
17457 ac_config_files="$ac_config_files dlls/url/Makefile"
17459 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17460 urlmon/liburlmon.$IMPLIBEXT"
17461 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17462 urlmon/liburlmon.def urlmon/liburlmon.a urlmon/liburlmon.cross.a: urlmon/urlmon.spec \$(WINEBUILD)
17463 @cd urlmon && \$(MAKE) \`basename \$@\`"
17464 ALL_MAKEFILES="$ALL_MAKEFILES \\
17465 dlls/urlmon/Makefile"
17466 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17467 urlmon"
17468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17469 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules config.status"
17470 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
17472 ALL_MAKEFILES="$ALL_MAKEFILES \\
17473 dlls/urlmon/tests/Makefile"
17474 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17475 urlmon/tests"
17476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17477 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules config.status"
17478 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
17480 ALL_MAKEFILES="$ALL_MAKEFILES \\
17481 dlls/user.exe16/Makefile"
17482 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17483 user.exe16"
17484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17485 dlls/user.exe16/Makefile: dlls/user.exe16/Makefile.in dlls/Makedll.rules config.status"
17486 ac_config_files="$ac_config_files dlls/user.exe16/Makefile"
17488 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17489 user32/libuser32.$IMPLIBEXT"
17490 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17491 user32/libuser32.def user32/libuser32.a user32/libuser32.cross.a: user32/user32.spec \$(WINEBUILD)
17492 @cd user32 && \$(MAKE) \`basename \$@\`"
17493 ALL_MAKEFILES="$ALL_MAKEFILES \\
17494 dlls/user32/Makefile"
17495 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17496 user32"
17497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17498 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules config.status"
17499 ac_config_files="$ac_config_files dlls/user32/Makefile"
17501 ALL_MAKEFILES="$ALL_MAKEFILES \\
17502 dlls/user32/tests/Makefile"
17503 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17504 user32/tests"
17505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17506 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules config.status"
17507 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
17509 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17510 userenv/libuserenv.$IMPLIBEXT"
17511 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17512 userenv/libuserenv.def userenv/libuserenv.a userenv/libuserenv.cross.a: userenv/userenv.spec \$(WINEBUILD)
17513 @cd userenv && \$(MAKE) \`basename \$@\`"
17514 ALL_MAKEFILES="$ALL_MAKEFILES \\
17515 dlls/userenv/Makefile"
17516 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17517 userenv"
17518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17519 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules config.status"
17520 ac_config_files="$ac_config_files dlls/userenv/Makefile"
17522 ALL_MAKEFILES="$ALL_MAKEFILES \\
17523 dlls/userenv/tests/Makefile"
17524 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17525 userenv/tests"
17526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17527 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules config.status"
17528 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
17530 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17531 usp10/libusp10.$IMPLIBEXT"
17532 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17533 usp10/libusp10.def usp10/libusp10.a usp10/libusp10.cross.a: usp10/usp10.spec \$(WINEBUILD)
17534 @cd usp10 && \$(MAKE) \`basename \$@\`"
17535 ALL_MAKEFILES="$ALL_MAKEFILES \\
17536 dlls/usp10/Makefile"
17537 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17538 usp10"
17539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17540 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules config.status"
17541 ac_config_files="$ac_config_files dlls/usp10/Makefile"
17543 ALL_MAKEFILES="$ALL_MAKEFILES \\
17544 dlls/usp10/tests/Makefile"
17545 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17546 usp10/tests"
17547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17548 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules config.status"
17549 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
17551 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
17552 uuid/libuuid.a"
17553 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17554 uuid/libuuid.a: uuid
17555 uuid/libuuid.cross.a: dummy
17556 @cd uuid && \$(MAKE) libuuid.cross.a"
17557 ALL_MAKEFILES="$ALL_MAKEFILES \\
17558 dlls/uuid/Makefile"
17559 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17560 uuid"
17561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17562 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules config.status"
17563 ac_config_files="$ac_config_files dlls/uuid/Makefile"
17565 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17566 uxtheme/libuxtheme.$IMPLIBEXT"
17567 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17568 uxtheme/libuxtheme.def uxtheme/libuxtheme.a uxtheme/libuxtheme.cross.a: uxtheme/uxtheme.spec \$(WINEBUILD)
17569 @cd uxtheme && \$(MAKE) \`basename \$@\`"
17570 ALL_MAKEFILES="$ALL_MAKEFILES \\
17571 dlls/uxtheme/Makefile"
17572 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17573 uxtheme"
17574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17575 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules config.status"
17576 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
17578 ALL_MAKEFILES="$ALL_MAKEFILES \\
17579 dlls/uxtheme/tests/Makefile"
17580 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17581 uxtheme/tests"
17582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17583 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules config.status"
17584 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
17586 ALL_MAKEFILES="$ALL_MAKEFILES \\
17587 dlls/vdhcp.vxd/Makefile"
17588 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17589 vdhcp.vxd"
17590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17591 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules config.status"
17592 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
17594 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17595 vdmdbg/libvdmdbg.$IMPLIBEXT"
17596 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17597 vdmdbg/libvdmdbg.def vdmdbg/libvdmdbg.a vdmdbg/libvdmdbg.cross.a: vdmdbg/vdmdbg.spec \$(WINEBUILD)
17598 @cd vdmdbg && \$(MAKE) \`basename \$@\`"
17599 ALL_MAKEFILES="$ALL_MAKEFILES \\
17600 dlls/vdmdbg/Makefile"
17601 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17602 vdmdbg"
17603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17604 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules config.status"
17605 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
17607 ALL_MAKEFILES="$ALL_MAKEFILES \\
17608 dlls/ver.dll16/Makefile"
17609 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17610 ver.dll16"
17611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17612 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules config.status"
17613 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
17615 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17616 version/libversion.$IMPLIBEXT"
17617 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17618 version/libversion.def version/libversion.a version/libversion.cross.a: version/version.spec \$(WINEBUILD)
17619 @cd version && \$(MAKE) \`basename \$@\`"
17620 ALL_MAKEFILES="$ALL_MAKEFILES \\
17621 dlls/version/Makefile"
17622 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17623 version"
17624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17625 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules config.status"
17626 ac_config_files="$ac_config_files dlls/version/Makefile"
17628 ALL_MAKEFILES="$ALL_MAKEFILES \\
17629 dlls/version/tests/Makefile"
17630 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17631 version/tests"
17632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17633 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules config.status"
17634 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
17636 ALL_MAKEFILES="$ALL_MAKEFILES \\
17637 dlls/vmm.vxd/Makefile"
17638 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17639 vmm.vxd"
17640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17641 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules config.status"
17642 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
17644 ALL_MAKEFILES="$ALL_MAKEFILES \\
17645 dlls/vnbt.vxd/Makefile"
17646 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17647 vnbt.vxd"
17648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17649 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules config.status"
17650 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
17652 ALL_MAKEFILES="$ALL_MAKEFILES \\
17653 dlls/vnetbios.vxd/Makefile"
17654 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17655 vnetbios.vxd"
17656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17657 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules config.status"
17658 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
17660 ALL_MAKEFILES="$ALL_MAKEFILES \\
17661 dlls/vtdapi.vxd/Makefile"
17662 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17663 vtdapi.vxd"
17664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17665 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules config.status"
17666 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
17668 ALL_MAKEFILES="$ALL_MAKEFILES \\
17669 dlls/vwin32.vxd/Makefile"
17670 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17671 vwin32.vxd"
17672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17673 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules config.status"
17674 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
17676 ALL_MAKEFILES="$ALL_MAKEFILES \\
17677 dlls/w32skrnl/Makefile"
17678 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17679 w32skrnl"
17680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17681 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules config.status"
17682 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
17684 ALL_MAKEFILES="$ALL_MAKEFILES \\
17685 dlls/w32sys.dll16/Makefile"
17686 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17687 w32sys.dll16"
17688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17689 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules config.status"
17690 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
17692 ALL_MAKEFILES="$ALL_MAKEFILES \\
17693 dlls/wbemprox/Makefile"
17694 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17695 wbemprox"
17696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17697 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules config.status"
17698 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
17700 ALL_MAKEFILES="$ALL_MAKEFILES \\
17701 dlls/wiaservc/Makefile"
17702 test "x$enable_wiaservc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17703 wiaservc"
17704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17705 dlls/wiaservc/Makefile: dlls/wiaservc/Makefile.in dlls/Makedll.rules config.status"
17706 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
17708 ALL_MAKEFILES="$ALL_MAKEFILES \\
17709 dlls/win32s16.dll16/Makefile"
17710 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17711 win32s16.dll16"
17712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17713 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules config.status"
17714 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
17716 ALL_MAKEFILES="$ALL_MAKEFILES \\
17717 dlls/win87em.dll16/Makefile"
17718 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17719 win87em.dll16"
17720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17721 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules config.status"
17722 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
17724 ALL_MAKEFILES="$ALL_MAKEFILES \\
17725 dlls/winaspi.dll16/Makefile"
17726 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17727 winaspi.dll16"
17728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17729 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules config.status"
17730 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
17732 ALL_MAKEFILES="$ALL_MAKEFILES \\
17733 dlls/windebug.dll16/Makefile"
17734 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17735 windebug.dll16"
17736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17737 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules config.status"
17738 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
17740 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17741 windowscodecs/libwindowscodecs.$IMPLIBEXT"
17742 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17743 windowscodecs/libwindowscodecs.def windowscodecs/libwindowscodecs.a windowscodecs/libwindowscodecs.cross.a: windowscodecs/windowscodecs.spec \$(WINEBUILD)
17744 @cd windowscodecs && \$(MAKE) \`basename \$@\`"
17745 ALL_MAKEFILES="$ALL_MAKEFILES \\
17746 dlls/windowscodecs/Makefile"
17747 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17748 windowscodecs"
17749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17750 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules config.status"
17751 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
17753 ALL_MAKEFILES="$ALL_MAKEFILES \\
17754 dlls/windowscodecs/tests/Makefile"
17755 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17756 windowscodecs/tests"
17757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17758 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules config.status"
17759 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
17761 ALL_MAKEFILES="$ALL_MAKEFILES \\
17762 dlls/winealsa.drv/Makefile"
17763 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17764 winealsa.drv"
17765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17766 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules config.status"
17767 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
17769 ALL_MAKEFILES="$ALL_MAKEFILES \\
17770 dlls/wineaudioio.drv/Makefile"
17771 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17772 wineaudioio.drv"
17773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17774 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules config.status"
17775 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
17777 ALL_MAKEFILES="$ALL_MAKEFILES \\
17778 dlls/winecoreaudio.drv/Makefile"
17779 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17780 winecoreaudio.drv"
17781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17782 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules config.status"
17783 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
17785 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
17786 winecrt0/libwinecrt0.a"
17787 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17788 winecrt0/libwinecrt0.a: winecrt0
17789 winecrt0/libwinecrt0.cross.a: dummy
17790 @cd winecrt0 && \$(MAKE) libwinecrt0.cross.a"
17791 ALL_MAKEFILES="$ALL_MAKEFILES \\
17792 dlls/winecrt0/Makefile"
17793 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17794 winecrt0"
17795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17796 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules config.status"
17797 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
17799 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17800 wined3d/libwined3d.$IMPLIBEXT"
17801 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17802 wined3d/libwined3d.def wined3d/libwined3d.a wined3d/libwined3d.cross.a: wined3d/wined3d.spec \$(WINEBUILD)
17803 @cd wined3d && \$(MAKE) \`basename \$@\`"
17804 ALL_MAKEFILES="$ALL_MAKEFILES \\
17805 dlls/wined3d/Makefile"
17806 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17807 wined3d"
17808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17809 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules config.status"
17810 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
17812 ALL_MAKEFILES="$ALL_MAKEFILES \\
17813 dlls/wineesd.drv/Makefile"
17814 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17815 wineesd.drv"
17816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17817 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules config.status"
17818 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
17820 ALL_MAKEFILES="$ALL_MAKEFILES \\
17821 dlls/winejack.drv/Makefile"
17822 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17823 winejack.drv"
17824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17825 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules config.status"
17826 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
17828 ALL_MAKEFILES="$ALL_MAKEFILES \\
17829 dlls/winejoystick.drv/Makefile"
17830 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17831 winejoystick.drv"
17832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17833 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules config.status"
17834 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
17836 ALL_MAKEFILES="$ALL_MAKEFILES \\
17837 dlls/winemapi/Makefile"
17838 test "x$enable_winemapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17839 winemapi"
17840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17841 dlls/winemapi/Makefile: dlls/winemapi/Makefile.in dlls/Makedll.rules config.status"
17842 ac_config_files="$ac_config_files dlls/winemapi/Makefile"
17844 ALL_MAKEFILES="$ALL_MAKEFILES \\
17845 dlls/winemp3.acm/Makefile"
17846 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17847 winemp3.acm"
17848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17849 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules config.status"
17850 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
17852 ALL_MAKEFILES="$ALL_MAKEFILES \\
17853 dlls/winenas.drv/Makefile"
17854 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17855 winenas.drv"
17856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17857 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules config.status"
17858 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
17860 ALL_MAKEFILES="$ALL_MAKEFILES \\
17861 dlls/wineoss.drv/Makefile"
17862 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17863 wineoss.drv"
17864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17865 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules config.status"
17866 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
17868 ALL_MAKEFILES="$ALL_MAKEFILES \\
17869 dlls/wineps.drv/Makefile"
17870 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17871 wineps.drv"
17872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17873 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules config.status"
17874 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
17876 ALL_MAKEFILES="$ALL_MAKEFILES \\
17877 dlls/wineps16.drv16/Makefile"
17878 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17879 wineps16.drv16"
17880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17881 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules config.status"
17882 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
17884 ALL_MAKEFILES="$ALL_MAKEFILES \\
17885 dlls/winequartz.drv/Makefile"
17886 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17887 winequartz.drv"
17888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17889 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules config.status"
17890 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
17892 ALL_MAKEFILES="$ALL_MAKEFILES \\
17893 dlls/winex11.drv/Makefile"
17894 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17895 winex11.drv"
17896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17897 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules config.status"
17898 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
17900 ALL_MAKEFILES="$ALL_MAKEFILES \\
17901 dlls/wing.dll16/Makefile"
17902 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17903 wing.dll16"
17904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17905 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules config.status"
17906 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
17908 ALL_MAKEFILES="$ALL_MAKEFILES \\
17909 dlls/wing32/Makefile"
17910 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17911 wing32"
17912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17913 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules config.status"
17914 ac_config_files="$ac_config_files dlls/wing32/Makefile"
17916 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17917 winhttp/libwinhttp.$IMPLIBEXT"
17918 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17919 winhttp/libwinhttp.def winhttp/libwinhttp.a winhttp/libwinhttp.cross.a: winhttp/winhttp.spec \$(WINEBUILD)
17920 @cd winhttp && \$(MAKE) \`basename \$@\`"
17921 ALL_MAKEFILES="$ALL_MAKEFILES \\
17922 dlls/winhttp/Makefile"
17923 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17924 winhttp"
17925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17926 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules config.status"
17927 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
17929 ALL_MAKEFILES="$ALL_MAKEFILES \\
17930 dlls/winhttp/tests/Makefile"
17931 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17932 winhttp/tests"
17933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17934 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules config.status"
17935 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
17937 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17938 wininet/libwininet.$IMPLIBEXT"
17939 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17940 wininet/libwininet.def wininet/libwininet.a wininet/libwininet.cross.a: wininet/wininet.spec \$(WINEBUILD)
17941 @cd wininet && \$(MAKE) \`basename \$@\`"
17942 ALL_MAKEFILES="$ALL_MAKEFILES \\
17943 dlls/wininet/Makefile"
17944 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17945 wininet"
17946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17947 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules config.status"
17948 ac_config_files="$ac_config_files dlls/wininet/Makefile"
17950 ALL_MAKEFILES="$ALL_MAKEFILES \\
17951 dlls/wininet/tests/Makefile"
17952 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17953 wininet/tests"
17954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17955 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules config.status"
17956 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
17958 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17959 winmm/libwinmm.$IMPLIBEXT"
17960 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17961 winmm/libwinmm.def winmm/libwinmm.a winmm/libwinmm.cross.a: winmm/winmm.spec \$(WINEBUILD)
17962 @cd winmm && \$(MAKE) \`basename \$@\`"
17963 ALL_MAKEFILES="$ALL_MAKEFILES \\
17964 dlls/winmm/Makefile"
17965 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17966 winmm"
17967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17968 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules config.status"
17969 ac_config_files="$ac_config_files dlls/winmm/Makefile"
17971 ALL_MAKEFILES="$ALL_MAKEFILES \\
17972 dlls/winmm/tests/Makefile"
17973 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17974 winmm/tests"
17975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17976 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules config.status"
17977 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
17979 ALL_MAKEFILES="$ALL_MAKEFILES \\
17980 dlls/winnls.dll16/Makefile"
17981 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17982 winnls.dll16"
17983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17984 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules config.status"
17985 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
17987 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17988 winnls32/libwinnls32.$IMPLIBEXT"
17989 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17990 winnls32/libwinnls32.def winnls32/libwinnls32.a winnls32/libwinnls32.cross.a: winnls32/winnls32.spec \$(WINEBUILD)
17991 @cd winnls32 && \$(MAKE) \`basename \$@\`"
17992 ALL_MAKEFILES="$ALL_MAKEFILES \\
17993 dlls/winnls32/Makefile"
17994 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17995 winnls32"
17996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17997 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules config.status"
17998 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
18000 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18001 winscard/libwinscard.$IMPLIBEXT"
18002 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18003 winscard/libwinscard.def winscard/libwinscard.a winscard/libwinscard.cross.a: winscard/winscard.spec \$(WINEBUILD)
18004 @cd winscard && \$(MAKE) \`basename \$@\`"
18005 ALL_MAKEFILES="$ALL_MAKEFILES \\
18006 dlls/winscard/Makefile"
18007 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18008 winscard"
18009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18010 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules config.status"
18011 ac_config_files="$ac_config_files dlls/winscard/Makefile"
18013 ALL_MAKEFILES="$ALL_MAKEFILES \\
18014 dlls/winsock.dll16/Makefile"
18015 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18016 winsock.dll16"
18017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18018 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules config.status"
18019 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
18021 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18022 winspool.drv/libwinspool.$IMPLIBEXT \\
18023 libwinspool.$IMPLIBEXT"
18024 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18025 libwinspool.a: winspool.drv/libwinspool.a
18026 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.a \$@
18027 libwinspool.cross.a: winspool.drv/libwinspool.cross.a
18028 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.cross.a \$@
18029 libwinspool.def: winspool.drv/libwinspool.def
18030 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.def \$@
18031 clean::
18032 \$(RM) libwinspool.def
18033 winspool.drv/libwinspool.def winspool.drv/libwinspool.a winspool.drv/libwinspool.cross.a: winspool.drv/winspool.drv.spec \$(WINEBUILD)
18034 @cd winspool.drv && \$(MAKE) \`basename \$@\`"
18035 ALL_MAKEFILES="$ALL_MAKEFILES \\
18036 dlls/winspool.drv/Makefile"
18037 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18038 winspool.drv"
18039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18040 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules config.status"
18041 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
18043 ALL_MAKEFILES="$ALL_MAKEFILES \\
18044 dlls/winspool.drv/tests/Makefile"
18045 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18046 winspool.drv/tests"
18047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18048 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules config.status"
18049 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
18051 ALL_MAKEFILES="$ALL_MAKEFILES \\
18052 dlls/wintab.dll16/Makefile"
18053 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18054 wintab.dll16"
18055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18056 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules config.status"
18057 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
18059 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18060 wintab32/libwintab32.$IMPLIBEXT"
18061 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18062 wintab32/libwintab32.def wintab32/libwintab32.a wintab32/libwintab32.cross.a: wintab32/wintab32.spec \$(WINEBUILD)
18063 @cd wintab32 && \$(MAKE) \`basename \$@\`"
18064 ALL_MAKEFILES="$ALL_MAKEFILES \\
18065 dlls/wintab32/Makefile"
18066 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18067 wintab32"
18068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18069 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules config.status"
18070 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
18072 ALL_MAKEFILES="$ALL_MAKEFILES \\
18073 dlls/wintab32/tests/Makefile"
18074 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18075 wintab32/tests"
18076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18077 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules config.status"
18078 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
18080 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18081 wintrust/libwintrust.$IMPLIBEXT"
18082 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18083 wintrust/libwintrust.def wintrust/libwintrust.a wintrust/libwintrust.cross.a: wintrust/wintrust.spec \$(WINEBUILD)
18084 @cd wintrust && \$(MAKE) \`basename \$@\`"
18085 ALL_MAKEFILES="$ALL_MAKEFILES \\
18086 dlls/wintrust/Makefile"
18087 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18088 wintrust"
18089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18090 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules config.status"
18091 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
18093 ALL_MAKEFILES="$ALL_MAKEFILES \\
18094 dlls/wintrust/tests/Makefile"
18095 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18096 wintrust/tests"
18097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18098 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules config.status"
18099 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
18101 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18102 wldap32/libwldap32.$IMPLIBEXT"
18103 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18104 wldap32/libwldap32.def wldap32/libwldap32.a wldap32/libwldap32.cross.a: wldap32/wldap32.spec \$(WINEBUILD)
18105 @cd wldap32 && \$(MAKE) \`basename \$@\`"
18106 ALL_MAKEFILES="$ALL_MAKEFILES \\
18107 dlls/wldap32/Makefile"
18108 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18109 wldap32"
18110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18111 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules config.status"
18112 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
18114 ALL_MAKEFILES="$ALL_MAKEFILES \\
18115 dlls/wldap32/tests/Makefile"
18116 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18117 wldap32/tests"
18118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18119 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules config.status"
18120 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
18122 ALL_MAKEFILES="$ALL_MAKEFILES \\
18123 dlls/wmi/Makefile"
18124 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18125 wmi"
18126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18127 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules config.status"
18128 ac_config_files="$ac_config_files dlls/wmi/Makefile"
18130 ALL_MAKEFILES="$ALL_MAKEFILES \\
18131 dlls/wmiutils/Makefile"
18132 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18133 wmiutils"
18134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18135 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules config.status"
18136 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
18138 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18139 wnaspi32/libwnaspi32.$IMPLIBEXT"
18140 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18141 wnaspi32/libwnaspi32.def wnaspi32/libwnaspi32.a wnaspi32/libwnaspi32.cross.a: wnaspi32/wnaspi32.spec \$(WINEBUILD)
18142 @cd wnaspi32 && \$(MAKE) \`basename \$@\`"
18143 ALL_MAKEFILES="$ALL_MAKEFILES \\
18144 dlls/wnaspi32/Makefile"
18145 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18146 wnaspi32"
18147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18148 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules config.status"
18149 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
18151 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18152 wow32/libwow32.$IMPLIBEXT"
18153 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18154 wow32/libwow32.def wow32/libwow32.a wow32/libwow32.cross.a: wow32/wow32.spec \$(WINEBUILD)
18155 @cd wow32 && \$(MAKE) \`basename \$@\`"
18156 ALL_MAKEFILES="$ALL_MAKEFILES \\
18157 dlls/wow32/Makefile"
18158 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18159 wow32"
18160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18161 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules config.status"
18162 ac_config_files="$ac_config_files dlls/wow32/Makefile"
18164 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18165 ws2_32/libws2_32.$IMPLIBEXT"
18166 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18167 ws2_32/libws2_32.def ws2_32/libws2_32.a ws2_32/libws2_32.cross.a: ws2_32/ws2_32.spec \$(WINEBUILD)
18168 @cd ws2_32 && \$(MAKE) \`basename \$@\`"
18169 ALL_MAKEFILES="$ALL_MAKEFILES \\
18170 dlls/ws2_32/Makefile"
18171 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18172 ws2_32"
18173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18174 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules config.status"
18175 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
18177 ALL_MAKEFILES="$ALL_MAKEFILES \\
18178 dlls/ws2_32/tests/Makefile"
18179 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18180 ws2_32/tests"
18181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18182 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules config.status"
18183 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
18185 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18186 wsock32/libwsock32.$IMPLIBEXT"
18187 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18188 wsock32/libwsock32.def wsock32/libwsock32.a wsock32/libwsock32.cross.a: wsock32/wsock32.spec \$(WINEBUILD)
18189 @cd wsock32 && \$(MAKE) \`basename \$@\`"
18190 ALL_MAKEFILES="$ALL_MAKEFILES \\
18191 dlls/wsock32/Makefile"
18192 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18193 wsock32"
18194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18195 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules config.status"
18196 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
18198 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18199 wtsapi32/libwtsapi32.$IMPLIBEXT"
18200 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18201 wtsapi32/libwtsapi32.def wtsapi32/libwtsapi32.a wtsapi32/libwtsapi32.cross.a: wtsapi32/wtsapi32.spec \$(WINEBUILD)
18202 @cd wtsapi32 && \$(MAKE) \`basename \$@\`"
18203 ALL_MAKEFILES="$ALL_MAKEFILES \\
18204 dlls/wtsapi32/Makefile"
18205 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18206 wtsapi32"
18207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18208 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules config.status"
18209 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
18211 ALL_MAKEFILES="$ALL_MAKEFILES \\
18212 dlls/wuapi/Makefile"
18213 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18214 wuapi"
18215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18216 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules config.status"
18217 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
18219 ALL_MAKEFILES="$ALL_MAKEFILES \\
18220 dlls/wuaueng/Makefile"
18221 test "x$enable_wuaueng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18222 wuaueng"
18223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18224 dlls/wuaueng/Makefile: dlls/wuaueng/Makefile.in dlls/Makedll.rules config.status"
18225 ac_config_files="$ac_config_files dlls/wuaueng/Makefile"
18227 ALL_MAKEFILES="$ALL_MAKEFILES \\
18228 dlls/xinput1_1/Makefile"
18229 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18230 xinput1_1"
18231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18232 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules config.status"
18233 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
18235 ALL_MAKEFILES="$ALL_MAKEFILES \\
18236 dlls/xinput1_2/Makefile"
18237 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18238 xinput1_2"
18239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18240 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules config.status"
18241 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
18243 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18244 xinput1_3/libxinput.$IMPLIBEXT \\
18245 libxinput.$IMPLIBEXT"
18246 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18247 libxinput.a: xinput1_3/libxinput.a
18248 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.a \$@
18249 libxinput.cross.a: xinput1_3/libxinput.cross.a
18250 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.cross.a \$@
18251 libxinput.def: xinput1_3/libxinput.def
18252 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.def \$@
18253 clean::
18254 \$(RM) libxinput.def
18255 xinput1_3/libxinput.def xinput1_3/libxinput.a xinput1_3/libxinput.cross.a: xinput1_3/xinput1_3.spec \$(WINEBUILD)
18256 @cd xinput1_3 && \$(MAKE) \`basename \$@\`"
18257 ALL_MAKEFILES="$ALL_MAKEFILES \\
18258 dlls/xinput1_3/Makefile"
18259 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18260 xinput1_3"
18261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18262 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules config.status"
18263 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
18265 ALL_MAKEFILES="$ALL_MAKEFILES \\
18266 dlls/xinput1_3/tests/Makefile"
18267 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18268 xinput1_3/tests"
18269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18270 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules config.status"
18271 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
18273 ALL_MAKEFILES="$ALL_MAKEFILES \\
18274 dlls/xinput9_1_0/Makefile"
18275 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18276 xinput9_1_0"
18277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18278 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules config.status"
18279 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
18281 ALL_MAKEFILES="$ALL_MAKEFILES \\
18282 dlls/xmllite/Makefile"
18283 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18284 xmllite"
18285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18286 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules config.status"
18287 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
18289 ALL_MAKEFILES="$ALL_MAKEFILES \\
18290 dlls/xmllite/tests/Makefile"
18291 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18292 xmllite/tests"
18293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18294 dlls/xmllite/tests/Makefile: dlls/xmllite/tests/Makefile.in dlls/Maketest.rules config.status"
18295 ac_config_files="$ac_config_files dlls/xmllite/tests/Makefile"
18297 ALL_MAKEFILES="$ALL_MAKEFILES \\
18298 documentation/Makefile"
18299 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18300 documentation"
18301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18302 documentation/Makefile: documentation/Makefile.in Make.rules config.status"
18303 ac_config_files="$ac_config_files documentation/Makefile"
18305 ALL_MAKEFILES="$ALL_MAKEFILES \\
18306 fonts/Makefile"
18307 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18308 fonts"
18309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18310 fonts/Makefile: fonts/Makefile.in Make.rules config.status"
18311 ac_config_files="$ac_config_files fonts/Makefile"
18313 ALL_MAKEFILES="$ALL_MAKEFILES \\
18314 include/Makefile"
18315 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18316 include"
18317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18318 include/Makefile: include/Makefile.in Make.rules config.status"
18319 ac_config_files="$ac_config_files include/Makefile"
18321 ALL_MAKEFILES="$ALL_MAKEFILES \\
18322 libs/Makefile"
18323 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18324 libs"
18325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18326 libs/Makefile: libs/Makefile.in Make.rules config.status"
18327 ac_config_files="$ac_config_files libs/Makefile"
18329 ALL_MAKEFILES="$ALL_MAKEFILES \\
18330 libs/port/Makefile"
18332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18333 libs/port/Makefile: libs/port/Makefile.in Make.rules config.status"
18334 ac_config_files="$ac_config_files libs/port/Makefile"
18336 ALL_MAKEFILES="$ALL_MAKEFILES \\
18337 libs/wine/Makefile"
18339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18340 libs/wine/Makefile: libs/wine/Makefile.in Make.rules config.status"
18341 ac_config_files="$ac_config_files libs/wine/Makefile"
18343 ALL_MAKEFILES="$ALL_MAKEFILES \\
18344 libs/wpp/Makefile"
18346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18347 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules config.status"
18348 ac_config_files="$ac_config_files libs/wpp/Makefile"
18350 ALL_MAKEFILES="$ALL_MAKEFILES \\
18351 loader/Makefile"
18352 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18353 loader"
18354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18355 loader/Makefile: loader/Makefile.in Make.rules config.status"
18356 ac_config_files="$ac_config_files loader/Makefile"
18358 ALL_MAKEFILES="$ALL_MAKEFILES \\
18359 programs/Makefile"
18360 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18361 programs"
18362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18363 programs/Makefile: programs/Makefile.in Make.rules config.status"
18364 ac_config_files="$ac_config_files programs/Makefile"
18366 ALL_MAKEFILES="$ALL_MAKEFILES \\
18367 programs/cacls/Makefile"
18368 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18369 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18370 cacls"
18371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18372 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules config.status"
18373 ac_config_files="$ac_config_files programs/cacls/Makefile"
18375 ALL_MAKEFILES="$ALL_MAKEFILES \\
18376 programs/clock/Makefile"
18377 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18378 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18379 clock"
18380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18381 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules config.status"
18382 ac_config_files="$ac_config_files programs/clock/Makefile"
18384 ALL_MAKEFILES="$ALL_MAKEFILES \\
18385 programs/cmd/Makefile"
18386 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18387 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18388 cmd"
18389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18390 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules config.status"
18391 ac_config_files="$ac_config_files programs/cmd/Makefile"
18393 ALL_MAKEFILES="$ALL_MAKEFILES \\
18394 programs/cmdlgtst/Makefile"
18395 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18396 cmdlgtst"
18397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18398 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules config.status"
18399 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
18401 ALL_MAKEFILES="$ALL_MAKEFILES \\
18402 programs/control/Makefile"
18403 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18404 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18405 control"
18406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18407 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules config.status"
18408 ac_config_files="$ac_config_files programs/control/Makefile"
18410 ALL_MAKEFILES="$ALL_MAKEFILES \\
18411 programs/dxdiag/Makefile"
18412 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18413 dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18414 dxdiag"
18415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18416 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules config.status"
18417 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
18419 ALL_MAKEFILES="$ALL_MAKEFILES \\
18420 programs/eject/Makefile"
18421 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18422 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18423 eject"
18424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18425 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules config.status"
18426 ac_config_files="$ac_config_files programs/eject/Makefile"
18428 ALL_MAKEFILES="$ALL_MAKEFILES \\
18429 programs/expand/Makefile"
18430 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18431 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18432 expand"
18433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18434 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules config.status"
18435 ac_config_files="$ac_config_files programs/expand/Makefile"
18437 ALL_MAKEFILES="$ALL_MAKEFILES \\
18438 programs/explorer/Makefile"
18439 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18440 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18441 explorer"
18442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18443 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules config.status"
18444 ac_config_files="$ac_config_files programs/explorer/Makefile"
18446 ALL_MAKEFILES="$ALL_MAKEFILES \\
18447 programs/extrac32/Makefile"
18448 test "x$enable_extrac32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18449 extrac32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18450 extrac32"
18451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18452 programs/extrac32/Makefile: programs/extrac32/Makefile.in programs/Makeprog.rules config.status"
18453 ac_config_files="$ac_config_files programs/extrac32/Makefile"
18455 ALL_MAKEFILES="$ALL_MAKEFILES \\
18456 programs/hh/Makefile"
18457 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18458 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18461 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules config.status"
18462 ac_config_files="$ac_config_files programs/hh/Makefile"
18464 ALL_MAKEFILES="$ALL_MAKEFILES \\
18465 programs/icinfo/Makefile"
18466 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18467 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18468 icinfo"
18469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18470 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules config.status"
18471 ac_config_files="$ac_config_files programs/icinfo/Makefile"
18473 ALL_MAKEFILES="$ALL_MAKEFILES \\
18474 programs/iexplore/Makefile"
18475 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18476 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18477 iexplore"
18478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18479 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules config.status"
18480 ac_config_files="$ac_config_files programs/iexplore/Makefile"
18482 ALL_MAKEFILES="$ALL_MAKEFILES \\
18483 programs/lodctr/Makefile"
18484 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18485 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18486 lodctr"
18487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18488 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules config.status"
18489 ac_config_files="$ac_config_files programs/lodctr/Makefile"
18491 ALL_MAKEFILES="$ALL_MAKEFILES \\
18492 programs/mshta/Makefile"
18493 test "x$enable_mshta" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18494 mshta" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18495 mshta"
18496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18497 programs/mshta/Makefile: programs/mshta/Makefile.in programs/Makeprog.rules config.status"
18498 ac_config_files="$ac_config_files programs/mshta/Makefile"
18500 ALL_MAKEFILES="$ALL_MAKEFILES \\
18501 programs/msiexec/Makefile"
18502 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18503 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18504 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18505 msiexec"
18506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18507 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules config.status"
18508 ac_config_files="$ac_config_files programs/msiexec/Makefile"
18510 ALL_MAKEFILES="$ALL_MAKEFILES \\
18511 programs/net/Makefile"
18512 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18513 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18514 net"
18515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18516 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules config.status"
18517 ac_config_files="$ac_config_files programs/net/Makefile"
18519 ALL_MAKEFILES="$ALL_MAKEFILES \\
18520 programs/notepad/Makefile"
18521 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18522 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18523 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18524 notepad"
18525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18526 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules config.status"
18527 ac_config_files="$ac_config_files programs/notepad/Makefile"
18529 ALL_MAKEFILES="$ALL_MAKEFILES \\
18530 programs/oleview/Makefile"
18531 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18532 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18533 oleview"
18534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18535 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules config.status"
18536 ac_config_files="$ac_config_files programs/oleview/Makefile"
18538 ALL_MAKEFILES="$ALL_MAKEFILES \\
18539 programs/progman/Makefile"
18540 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18541 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18542 progman"
18543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18544 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules config.status"
18545 ac_config_files="$ac_config_files programs/progman/Makefile"
18547 ALL_MAKEFILES="$ALL_MAKEFILES \\
18548 programs/reg/Makefile"
18549 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18550 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18551 reg"
18552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18553 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules config.status"
18554 ac_config_files="$ac_config_files programs/reg/Makefile"
18556 ALL_MAKEFILES="$ALL_MAKEFILES \\
18557 programs/regedit/Makefile"
18558 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18559 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18560 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18561 regedit"
18562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18563 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules config.status"
18564 ac_config_files="$ac_config_files programs/regedit/Makefile"
18566 ALL_MAKEFILES="$ALL_MAKEFILES \\
18567 programs/regsvr32/Makefile"
18568 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18569 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18570 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18571 regsvr32"
18572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18573 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules config.status"
18574 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
18576 ALL_MAKEFILES="$ALL_MAKEFILES \\
18577 programs/rpcss/Makefile"
18578 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18579 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18580 rpcss"
18581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18582 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules config.status"
18583 ac_config_files="$ac_config_files programs/rpcss/Makefile"
18585 ALL_MAKEFILES="$ALL_MAKEFILES \\
18586 programs/rundll32/Makefile"
18587 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18588 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18589 rundll32"
18590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18591 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules config.status"
18592 ac_config_files="$ac_config_files programs/rundll32/Makefile"
18594 ALL_MAKEFILES="$ALL_MAKEFILES \\
18595 programs/secedit/Makefile"
18596 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18597 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18598 secedit"
18599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18600 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules config.status"
18601 ac_config_files="$ac_config_files programs/secedit/Makefile"
18603 ALL_MAKEFILES="$ALL_MAKEFILES \\
18604 programs/services/Makefile"
18605 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18606 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18607 services"
18608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18609 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules config.status"
18610 ac_config_files="$ac_config_files programs/services/Makefile"
18612 ALL_MAKEFILES="$ALL_MAKEFILES \\
18613 programs/spoolsv/Makefile"
18614 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18615 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18616 spoolsv"
18617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18618 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules config.status"
18619 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
18621 ALL_MAKEFILES="$ALL_MAKEFILES \\
18622 programs/start/Makefile"
18623 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18624 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18625 start"
18626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18627 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules config.status"
18628 ac_config_files="$ac_config_files programs/start/Makefile"
18630 ALL_MAKEFILES="$ALL_MAKEFILES \\
18631 programs/svchost/Makefile"
18632 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18633 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18634 svchost"
18635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18636 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules config.status"
18637 ac_config_files="$ac_config_files programs/svchost/Makefile"
18639 ALL_MAKEFILES="$ALL_MAKEFILES \\
18640 programs/taskmgr/Makefile"
18641 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18642 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18643 taskmgr"
18644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18645 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules config.status"
18646 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
18648 ALL_MAKEFILES="$ALL_MAKEFILES \\
18649 programs/termsv/Makefile"
18650 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18651 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18652 termsv"
18653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18654 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules config.status"
18655 ac_config_files="$ac_config_files programs/termsv/Makefile"
18657 ALL_MAKEFILES="$ALL_MAKEFILES \\
18658 programs/uninstaller/Makefile"
18659 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18660 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18661 uninstaller"
18662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18663 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules config.status"
18664 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
18666 ALL_MAKEFILES="$ALL_MAKEFILES \\
18667 programs/unlodctr/Makefile"
18668 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18669 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18670 unlodctr"
18671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18672 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules config.status"
18673 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
18675 ALL_MAKEFILES="$ALL_MAKEFILES \\
18676 programs/view/Makefile"
18677 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18678 view"
18679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18680 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules config.status"
18681 ac_config_files="$ac_config_files programs/view/Makefile"
18683 ALL_MAKEFILES="$ALL_MAKEFILES \\
18684 programs/wineboot/Makefile"
18685 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18686 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18687 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18688 wineboot"
18689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18690 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules config.status"
18691 ac_config_files="$ac_config_files programs/wineboot/Makefile"
18693 ALL_MAKEFILES="$ALL_MAKEFILES \\
18694 programs/winebrowser/Makefile"
18695 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18696 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18697 winebrowser"
18698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18699 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules config.status"
18700 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
18702 ALL_MAKEFILES="$ALL_MAKEFILES \\
18703 programs/winecfg/Makefile"
18704 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18705 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18706 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18707 winecfg"
18708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18709 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules config.status"
18710 ac_config_files="$ac_config_files programs/winecfg/Makefile"
18712 ALL_MAKEFILES="$ALL_MAKEFILES \\
18713 programs/wineconsole/Makefile"
18714 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18715 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18716 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18717 wineconsole"
18718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18719 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules config.status"
18720 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
18722 ALL_MAKEFILES="$ALL_MAKEFILES \\
18723 programs/winedbg/Makefile"
18724 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18725 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18726 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18727 winedbg"
18728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18729 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules config.status"
18730 ac_config_files="$ac_config_files programs/winedbg/Makefile"
18732 ALL_MAKEFILES="$ALL_MAKEFILES \\
18733 programs/winedevice/Makefile"
18734 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18735 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18736 winedevice"
18737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18738 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules config.status"
18739 ac_config_files="$ac_config_files programs/winedevice/Makefile"
18741 ALL_MAKEFILES="$ALL_MAKEFILES \\
18742 programs/winefile/Makefile"
18743 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18744 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18745 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18746 winefile"
18747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18748 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules config.status"
18749 ac_config_files="$ac_config_files programs/winefile/Makefile"
18751 ALL_MAKEFILES="$ALL_MAKEFILES \\
18752 programs/winemenubuilder/Makefile"
18753 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18754 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18755 winemenubuilder"
18756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18757 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules config.status"
18758 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
18760 ALL_MAKEFILES="$ALL_MAKEFILES \\
18761 programs/winemine/Makefile"
18762 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18763 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18764 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18765 winemine"
18766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18767 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules config.status"
18768 ac_config_files="$ac_config_files programs/winemine/Makefile"
18770 ALL_MAKEFILES="$ALL_MAKEFILES \\
18771 programs/winepath/Makefile"
18772 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18773 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18774 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18775 winepath"
18776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18777 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules config.status"
18778 ac_config_files="$ac_config_files programs/winepath/Makefile"
18780 ALL_MAKEFILES="$ALL_MAKEFILES \\
18781 programs/winetest/Makefile"
18782 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18783 winetest"
18784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18785 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules config.status"
18786 ac_config_files="$ac_config_files programs/winetest/Makefile"
18788 ALL_MAKEFILES="$ALL_MAKEFILES \\
18789 programs/winevdm/Makefile"
18790 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18791 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18792 winevdm"
18793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18794 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules config.status"
18795 ac_config_files="$ac_config_files programs/winevdm/Makefile"
18797 ALL_MAKEFILES="$ALL_MAKEFILES \\
18798 programs/winhelp.exe16/Makefile"
18799 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18800 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18801 winhelp.exe16"
18802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18803 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules config.status"
18804 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
18806 ALL_MAKEFILES="$ALL_MAKEFILES \\
18807 programs/winhlp32/Makefile"
18808 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18809 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18810 winhlp32"
18811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18812 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules config.status"
18813 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
18815 ALL_MAKEFILES="$ALL_MAKEFILES \\
18816 programs/winoldap.mod16/Makefile"
18817 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18818 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18819 winoldap.mod16"
18820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18821 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules config.status"
18822 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
18824 ALL_MAKEFILES="$ALL_MAKEFILES \\
18825 programs/winver/Makefile"
18826 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18827 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18828 winver"
18829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18830 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules config.status"
18831 ac_config_files="$ac_config_files programs/winver/Makefile"
18833 ALL_MAKEFILES="$ALL_MAKEFILES \\
18834 programs/wordpad/Makefile"
18835 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18836 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18837 wordpad"
18838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18839 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules config.status"
18840 ac_config_files="$ac_config_files programs/wordpad/Makefile"
18842 ALL_MAKEFILES="$ALL_MAKEFILES \\
18843 programs/write/Makefile"
18844 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18845 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18846 write"
18847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18848 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules config.status"
18849 ac_config_files="$ac_config_files programs/write/Makefile"
18851 ALL_MAKEFILES="$ALL_MAKEFILES \\
18852 programs/xcopy/Makefile"
18853 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18854 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18855 xcopy"
18856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18857 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules config.status"
18858 ac_config_files="$ac_config_files programs/xcopy/Makefile"
18860 ALL_MAKEFILES="$ALL_MAKEFILES \\
18861 server/Makefile"
18862 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18863 server"
18864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18865 server/Makefile: server/Makefile.in Make.rules config.status"
18866 ac_config_files="$ac_config_files server/Makefile"
18868 ALL_MAKEFILES="$ALL_MAKEFILES \\
18869 tools/Makefile"
18870 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18871 tools"
18872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18873 tools/Makefile: tools/Makefile.in Make.rules config.status"
18874 ac_config_files="$ac_config_files tools/Makefile"
18876 ALL_MAKEFILES="$ALL_MAKEFILES \\
18877 tools/widl/Makefile"
18879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18880 tools/widl/Makefile: tools/widl/Makefile.in Make.rules config.status"
18881 ac_config_files="$ac_config_files tools/widl/Makefile"
18883 ALL_MAKEFILES="$ALL_MAKEFILES \\
18884 tools/winebuild/Makefile"
18886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18887 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules config.status"
18888 ac_config_files="$ac_config_files tools/winebuild/Makefile"
18890 ALL_MAKEFILES="$ALL_MAKEFILES \\
18891 tools/winedump/Makefile"
18893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18894 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules config.status"
18895 ac_config_files="$ac_config_files tools/winedump/Makefile"
18897 ALL_MAKEFILES="$ALL_MAKEFILES \\
18898 tools/winegcc/Makefile"
18900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18901 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules config.status"
18902 ac_config_files="$ac_config_files tools/winegcc/Makefile"
18904 ALL_MAKEFILES="$ALL_MAKEFILES \\
18905 tools/wmc/Makefile"
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"
18914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18915 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules config.status"
18916 ac_config_files="$ac_config_files tools/wrc/Makefile"
18920 ALL_WINETEST_DEPENDS="# Test binaries"
18922 for dir in $ALL_TEST_DIRS
18924 if test "$dir" != "\\"
18925 then
18926 testname=`expr $dir : '\(.*\)/tests'`_test
18927 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18929 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
18930 cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
18931 $testname.rc:
18932 echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18933 $testname.res: $testname.rc $testname.exe"
18935 done
18937 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
18939 cat >confcache <<\_ACEOF
18940 # This file is a shell script that caches the results of configure
18941 # tests run on this system so they can be shared between configure
18942 # scripts and configure runs, see configure's option --config-cache.
18943 # It is not useful on other systems. If it contains results you don't
18944 # want to keep, you may remove or edit it.
18946 # config.status only pays attention to the cache file if you give it
18947 # the --recheck option to rerun configure.
18949 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18950 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18951 # following values.
18953 _ACEOF
18955 # The following way of writing the cache mishandles newlines in values,
18956 # but we know of no workaround that is simple, portable, and efficient.
18957 # So, we kill variables containing newlines.
18958 # Ultrix sh set writes to stderr and can't be redirected directly,
18959 # and sets the high bit in the cache file unless we assign to the vars.
18961 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18962 eval ac_val=\$$ac_var
18963 case $ac_val in #(
18964 *${as_nl}*)
18965 case $ac_var in #(
18966 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18967 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18968 esac
18969 case $ac_var in #(
18970 _ | IFS | as_nl) ;; #(
18971 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18972 *) { eval $ac_var=; unset $ac_var;} ;;
18973 esac ;;
18974 esac
18975 done
18977 (set) 2>&1 |
18978 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18979 *${as_nl}ac_space=\ *)
18980 # `set' does not quote correctly, so add quotes: double-quote
18981 # substitution turns \\\\ into \\, and sed turns \\ into \.
18982 sed -n \
18983 "s/'/'\\\\''/g;
18984 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18985 ;; #(
18987 # `set' quotes correctly as required by POSIX, so do not add quotes.
18988 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18990 esac |
18991 sort
18993 sed '
18994 /^ac_cv_env_/b end
18995 t clear
18996 :clear
18997 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18998 t end
18999 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
19000 :end' >>confcache
19001 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
19002 if test -w "$cache_file"; then
19003 test "x$cache_file" != "x/dev/null" &&
19004 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
19005 $as_echo "$as_me: updating cache $cache_file" >&6;}
19006 cat confcache >$cache_file
19007 else
19008 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
19009 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
19012 rm -f confcache
19014 test "x$prefix" = xNONE && prefix=$ac_default_prefix
19015 # Let make expand exec_prefix.
19016 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
19018 DEFS=-DHAVE_CONFIG_H
19020 ac_libobjs=
19021 ac_ltlibobjs=
19022 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
19023 # 1. Remove the extension, and $U if already installed.
19024 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
19025 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
19026 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
19027 # will be set to the directory where LIBOBJS objects are built.
19028 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
19029 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
19030 done
19031 LIBOBJS=$ac_libobjs
19033 LTLIBOBJS=$ac_ltlibobjs
19037 : ${CONFIG_STATUS=./config.status}
19038 ac_write_fail=0
19039 ac_clean_files_save=$ac_clean_files
19040 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
19041 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
19042 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
19043 as_write_fail=0
19044 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
19045 #! $SHELL
19046 # Generated by $as_me.
19047 # Run this file to recreate the current configuration.
19048 # Compiler output produced by configure, useful for debugging
19049 # configure, is in config.log if it exists.
19051 debug=false
19052 ac_cs_recheck=false
19053 ac_cs_silent=false
19055 SHELL=\${CONFIG_SHELL-$SHELL}
19056 export SHELL
19057 _ASEOF
19058 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
19059 ## -------------------- ##
19060 ## M4sh Initialization. ##
19061 ## -------------------- ##
19063 # Be more Bourne compatible
19064 DUALCASE=1; export DUALCASE # for MKS sh
19065 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
19066 emulate sh
19067 NULLCMD=:
19068 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19069 # is contrary to our usage. Disable this feature.
19070 alias -g '${1+"$@"}'='"$@"'
19071 setopt NO_GLOB_SUBST
19072 else
19073 case `(set -o) 2>/dev/null` in #(
19074 *posix*) :
19075 set -o posix ;; #(
19076 *) :
19078 esac
19082 as_nl='
19084 export as_nl
19085 # Printing a long string crashes Solaris 7 /usr/bin/printf.
19086 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
19087 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
19088 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
19089 # Prefer a ksh shell builtin over an external printf program on Solaris,
19090 # but without wasting forks for bash or zsh.
19091 if test -z "$BASH_VERSION$ZSH_VERSION" \
19092 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
19093 as_echo='print -r --'
19094 as_echo_n='print -rn --'
19095 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
19096 as_echo='printf %s\n'
19097 as_echo_n='printf %s'
19098 else
19099 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
19100 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
19101 as_echo_n='/usr/ucb/echo -n'
19102 else
19103 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
19104 as_echo_n_body='eval
19105 arg=$1;
19106 case $arg in #(
19107 *"$as_nl"*)
19108 expr "X$arg" : "X\\(.*\\)$as_nl";
19109 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
19110 esac;
19111 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
19113 export as_echo_n_body
19114 as_echo_n='sh -c $as_echo_n_body as_echo'
19116 export as_echo_body
19117 as_echo='sh -c $as_echo_body as_echo'
19120 # The user is always right.
19121 if test "${PATH_SEPARATOR+set}" != set; then
19122 PATH_SEPARATOR=:
19123 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
19124 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
19125 PATH_SEPARATOR=';'
19130 # IFS
19131 # We need space, tab and new line, in precisely that order. Quoting is
19132 # there to prevent editors from complaining about space-tab.
19133 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
19134 # splitting by setting IFS to empty value.)
19135 IFS=" "" $as_nl"
19137 # Find who we are. Look in the path if we contain no directory separator.
19138 case $0 in #((
19139 *[\\/]* ) as_myself=$0 ;;
19140 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19141 for as_dir in $PATH
19143 IFS=$as_save_IFS
19144 test -z "$as_dir" && as_dir=.
19145 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
19146 done
19147 IFS=$as_save_IFS
19150 esac
19151 # We did not find ourselves, most probably we were run as `sh COMMAND'
19152 # in which case we are not to be found in the path.
19153 if test "x$as_myself" = x; then
19154 as_myself=$0
19156 if test ! -f "$as_myself"; then
19157 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
19158 exit 1
19161 # Unset variables that we do not need and which cause bugs (e.g. in
19162 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
19163 # suppresses any "Segmentation fault" message there. '((' could
19164 # trigger a bug in pdksh 5.2.14.
19165 for as_var in BASH_ENV ENV MAIL MAILPATH
19166 do eval test x\${$as_var+set} = xset \
19167 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
19168 done
19169 PS1='$ '
19170 PS2='> '
19171 PS4='+ '
19173 # NLS nuisances.
19174 LC_ALL=C
19175 export LC_ALL
19176 LANGUAGE=C
19177 export LANGUAGE
19179 # CDPATH.
19180 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
19183 # as_fn_error ERROR [LINENO LOG_FD]
19184 # ---------------------------------
19185 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
19186 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
19187 # script with status $?, using 1 if that was 0.
19188 as_fn_error ()
19190 as_status=$?; test $as_status -eq 0 && as_status=1
19191 if test "$3"; then
19192 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
19193 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
19195 $as_echo "$as_me: error: $1" >&2
19196 as_fn_exit $as_status
19197 } # as_fn_error
19200 # as_fn_set_status STATUS
19201 # -----------------------
19202 # Set $? to STATUS, without forking.
19203 as_fn_set_status ()
19205 return $1
19206 } # as_fn_set_status
19208 # as_fn_exit STATUS
19209 # -----------------
19210 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
19211 as_fn_exit ()
19213 set +e
19214 as_fn_set_status $1
19215 exit $1
19216 } # as_fn_exit
19218 # as_fn_unset VAR
19219 # ---------------
19220 # Portably unset VAR.
19221 as_fn_unset ()
19223 { eval $1=; unset $1;}
19225 as_unset=as_fn_unset
19226 # as_fn_append VAR VALUE
19227 # ----------------------
19228 # Append the text in VALUE to the end of the definition contained in VAR. Take
19229 # advantage of any shell optimizations that allow amortized linear growth over
19230 # repeated appends, instead of the typical quadratic growth present in naive
19231 # implementations.
19232 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
19233 eval 'as_fn_append ()
19235 eval $1+=\$2
19237 else
19238 as_fn_append ()
19240 eval $1=\$$1\$2
19242 fi # as_fn_append
19244 # as_fn_arith ARG...
19245 # ------------------
19246 # Perform arithmetic evaluation on the ARGs, and store the result in the
19247 # global $as_val. Take advantage of shells that can avoid forks. The arguments
19248 # must be portable across $(()) and expr.
19249 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
19250 eval 'as_fn_arith ()
19252 as_val=$(( $* ))
19254 else
19255 as_fn_arith ()
19257 as_val=`expr "$@" || test $? -eq 1`
19259 fi # as_fn_arith
19262 if expr a : '\(a\)' >/dev/null 2>&1 &&
19263 test "X`expr 00001 : '.*\(...\)'`" = X001; then
19264 as_expr=expr
19265 else
19266 as_expr=false
19269 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
19270 as_basename=basename
19271 else
19272 as_basename=false
19275 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
19276 as_dirname=dirname
19277 else
19278 as_dirname=false
19281 as_me=`$as_basename -- "$0" ||
19282 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
19283 X"$0" : 'X\(//\)$' \| \
19284 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
19285 $as_echo X/"$0" |
19286 sed '/^.*\/\([^/][^/]*\)\/*$/{
19287 s//\1/
19290 /^X\/\(\/\/\)$/{
19291 s//\1/
19294 /^X\/\(\/\).*/{
19295 s//\1/
19298 s/.*/./; q'`
19300 # Avoid depending upon Character Ranges.
19301 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
19302 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
19303 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
19304 as_cr_digits='0123456789'
19305 as_cr_alnum=$as_cr_Letters$as_cr_digits
19307 ECHO_C= ECHO_N= ECHO_T=
19308 case `echo -n x` in #(((((
19309 -n*)
19310 case `echo 'xy\c'` in
19311 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
19312 xy) ECHO_C='\c';;
19313 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
19314 ECHO_T=' ';;
19315 esac;;
19317 ECHO_N='-n';;
19318 esac
19320 rm -f conf$$ conf$$.exe conf$$.file
19321 if test -d conf$$.dir; then
19322 rm -f conf$$.dir/conf$$.file
19323 else
19324 rm -f conf$$.dir
19325 mkdir conf$$.dir 2>/dev/null
19327 if (echo >conf$$.file) 2>/dev/null; then
19328 if ln -s conf$$.file conf$$ 2>/dev/null; then
19329 as_ln_s='ln -s'
19330 # ... but there are two gotchas:
19331 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
19332 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
19333 # In both cases, we have to default to `cp -p'.
19334 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
19335 as_ln_s='cp -p'
19336 elif ln conf$$.file conf$$ 2>/dev/null; then
19337 as_ln_s=ln
19338 else
19339 as_ln_s='cp -p'
19341 else
19342 as_ln_s='cp -p'
19344 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
19345 rmdir conf$$.dir 2>/dev/null
19348 # as_fn_mkdir_p
19349 # -------------
19350 # Create "$as_dir" as a directory, including parents if necessary.
19351 as_fn_mkdir_p ()
19354 case $as_dir in #(
19355 -*) as_dir=./$as_dir;;
19356 esac
19357 test -d "$as_dir" || eval $as_mkdir_p || {
19358 as_dirs=
19359 while :; do
19360 case $as_dir in #(
19361 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
19362 *) as_qdir=$as_dir;;
19363 esac
19364 as_dirs="'$as_qdir' $as_dirs"
19365 as_dir=`$as_dirname -- "$as_dir" ||
19366 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19367 X"$as_dir" : 'X\(//\)[^/]' \| \
19368 X"$as_dir" : 'X\(//\)$' \| \
19369 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
19370 $as_echo X"$as_dir" |
19371 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19372 s//\1/
19375 /^X\(\/\/\)[^/].*/{
19376 s//\1/
19379 /^X\(\/\/\)$/{
19380 s//\1/
19383 /^X\(\/\).*/{
19384 s//\1/
19387 s/.*/./; q'`
19388 test -d "$as_dir" && break
19389 done
19390 test -z "$as_dirs" || eval "mkdir $as_dirs"
19391 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
19394 } # as_fn_mkdir_p
19395 if mkdir -p . 2>/dev/null; then
19396 as_mkdir_p='mkdir -p "$as_dir"'
19397 else
19398 test -d ./-p && rmdir ./-p
19399 as_mkdir_p=false
19402 if test -x / >/dev/null 2>&1; then
19403 as_test_x='test -x'
19404 else
19405 if ls -dL / >/dev/null 2>&1; then
19406 as_ls_L_option=L
19407 else
19408 as_ls_L_option=
19410 as_test_x='
19411 eval sh -c '\''
19412 if test -d "$1"; then
19413 test -d "$1/.";
19414 else
19415 case $1 in #(
19416 -*)set "./$1";;
19417 esac;
19418 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
19419 ???[sx]*):;;*)false;;esac;fi
19420 '\'' sh
19423 as_executable_p=$as_test_x
19425 # Sed expression to map a string onto a valid CPP name.
19426 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
19428 # Sed expression to map a string onto a valid variable name.
19429 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
19432 exec 6>&1
19433 ## ----------------------------------- ##
19434 ## Main body of $CONFIG_STATUS script. ##
19435 ## ----------------------------------- ##
19436 _ASEOF
19437 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
19439 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19440 # Save the log message, to keep $0 and so on meaningful, and to
19441 # report actual input values of CONFIG_FILES etc. instead of their
19442 # values after options handling.
19443 ac_log="
19444 This file was extended by Wine $as_me 1.1.38, which was
19445 generated by GNU Autoconf 2.65. Invocation command line was
19447 CONFIG_FILES = $CONFIG_FILES
19448 CONFIG_HEADERS = $CONFIG_HEADERS
19449 CONFIG_LINKS = $CONFIG_LINKS
19450 CONFIG_COMMANDS = $CONFIG_COMMANDS
19451 $ $0 $@
19453 on `(hostname || uname -n) 2>/dev/null | sed 1q`
19456 _ACEOF
19458 case $ac_config_files in *"
19459 "*) set x $ac_config_files; shift; ac_config_files=$*;;
19460 esac
19462 case $ac_config_headers in *"
19463 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
19464 esac
19467 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19468 # Files that config.status was made for.
19469 config_files="$ac_config_files"
19470 config_headers="$ac_config_headers"
19471 config_links="$ac_config_links"
19472 config_commands="$ac_config_commands"
19474 _ACEOF
19476 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19477 ac_cs_usage="\
19478 \`$as_me' instantiates files and other configuration actions
19479 from templates according to the current configuration. Unless the files
19480 and actions are specified as TAGs, all are instantiated by default.
19482 Usage: $0 [OPTION]... [TAG]...
19484 -h, --help print this help, then exit
19485 -V, --version print version number and configuration settings, then exit
19486 --config print configuration, then exit
19487 -q, --quiet, --silent
19488 do not print progress messages
19489 -d, --debug don't remove temporary files
19490 --recheck update $as_me by reconfiguring in the same conditions
19491 --file=FILE[:TEMPLATE]
19492 instantiate the configuration file FILE
19493 --header=FILE[:TEMPLATE]
19494 instantiate the configuration header FILE
19496 Configuration files:
19497 $config_files
19499 Configuration headers:
19500 $config_headers
19502 Configuration links:
19503 $config_links
19505 Configuration commands:
19506 $config_commands
19508 Report bugs to <wine-devel@winehq.org>.
19509 Wine home page: <http://www.winehq.org>."
19511 _ACEOF
19512 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19513 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
19514 ac_cs_version="\\
19515 Wine config.status 1.1.38
19516 configured by $0, generated by GNU Autoconf 2.65,
19517 with options \\"\$ac_cs_config\\"
19519 Copyright (C) 2009 Free Software Foundation, Inc.
19520 This config.status script is free software; the Free Software Foundation
19521 gives unlimited permission to copy, distribute and modify it."
19523 ac_pwd='$ac_pwd'
19524 srcdir='$srcdir'
19525 INSTALL='$INSTALL'
19526 test -n "\$AWK" || AWK=awk
19527 _ACEOF
19529 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19530 # The default lists apply if the user does not specify any file.
19531 ac_need_defaults=:
19532 while test $# != 0
19534 case $1 in
19535 --*=*)
19536 ac_option=`expr "X$1" : 'X\([^=]*\)='`
19537 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
19538 ac_shift=:
19541 ac_option=$1
19542 ac_optarg=$2
19543 ac_shift=shift
19545 esac
19547 case $ac_option in
19548 # Handling of the options.
19549 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
19550 ac_cs_recheck=: ;;
19551 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
19552 $as_echo "$ac_cs_version"; exit ;;
19553 --config | --confi | --conf | --con | --co | --c )
19554 $as_echo "$ac_cs_config"; exit ;;
19555 --debug | --debu | --deb | --de | --d | -d )
19556 debug=: ;;
19557 --file | --fil | --fi | --f )
19558 $ac_shift
19559 case $ac_optarg in
19560 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19561 esac
19562 as_fn_append CONFIG_FILES " '$ac_optarg'"
19563 ac_need_defaults=false;;
19564 --header | --heade | --head | --hea )
19565 $ac_shift
19566 case $ac_optarg in
19567 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19568 esac
19569 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
19570 ac_need_defaults=false;;
19571 --he | --h)
19572 # Conflict between --help and --header
19573 as_fn_error "ambiguous option: \`$1'
19574 Try \`$0 --help' for more information.";;
19575 --help | --hel | -h )
19576 $as_echo "$ac_cs_usage"; exit ;;
19577 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
19578 | -silent | --silent | --silen | --sile | --sil | --si | --s)
19579 ac_cs_silent=: ;;
19581 # This is an error.
19582 -*) as_fn_error "unrecognized option: \`$1'
19583 Try \`$0 --help' for more information." ;;
19585 *) as_fn_append ac_config_targets " $1"
19586 ac_need_defaults=false ;;
19588 esac
19589 shift
19590 done
19592 ac_configure_extra_args=
19594 if $ac_cs_silent; then
19595 exec 6>/dev/null
19596 ac_configure_extra_args="$ac_configure_extra_args --silent"
19599 _ACEOF
19600 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19601 if \$ac_cs_recheck; then
19602 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19603 shift
19604 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19605 CONFIG_SHELL='$SHELL'
19606 export CONFIG_SHELL
19607 exec "\$@"
19610 _ACEOF
19611 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19612 exec 5>>config.log
19614 echo
19615 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19616 ## Running $as_me. ##
19617 _ASBOX
19618 $as_echo "$ac_log"
19619 } >&5
19621 _ACEOF
19622 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19623 _ACEOF
19625 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19627 # Handling of arguments.
19628 for ac_config_target in $ac_config_targets
19630 case $ac_config_target in
19631 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
19632 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
19633 "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
19634 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19635 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19636 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19637 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19638 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
19639 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
19640 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
19641 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
19642 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
19643 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
19644 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
19645 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
19646 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
19647 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
19648 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
19649 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
19650 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
19651 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
19652 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
19653 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
19654 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
19655 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
19656 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
19657 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
19658 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
19659 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
19660 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
19661 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
19662 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
19663 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
19664 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
19665 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
19666 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
19667 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
19668 "dlls/avifil32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/tests/Makefile" ;;
19669 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
19670 "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
19671 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
19672 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
19673 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
19674 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
19675 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
19676 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
19677 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
19678 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
19679 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
19680 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
19681 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
19682 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
19683 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
19684 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
19685 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
19686 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
19687 "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
19688 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
19689 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
19690 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
19691 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
19692 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
19693 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
19694 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
19695 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
19696 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
19697 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
19698 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
19699 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
19700 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
19701 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
19702 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
19703 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
19704 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
19705 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
19706 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
19707 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
19708 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
19709 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
19710 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
19711 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
19712 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
19713 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
19714 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
19715 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
19716 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
19717 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
19718 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
19719 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
19720 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
19721 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
19722 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
19723 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
19724 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
19725 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
19726 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
19727 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
19728 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
19729 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
19730 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
19731 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
19732 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
19733 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
19734 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
19735 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
19736 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
19737 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
19738 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
19739 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
19740 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
19741 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
19742 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
19743 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
19744 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
19745 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
19746 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
19747 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
19748 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
19749 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
19750 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
19751 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
19752 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
19753 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
19754 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
19755 "dlls/dmloader/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/tests/Makefile" ;;
19756 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
19757 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
19758 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
19759 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
19760 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
19761 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
19762 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
19763 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
19764 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
19765 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
19766 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
19767 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
19768 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
19769 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
19770 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
19771 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
19772 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
19773 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
19774 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
19775 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
19776 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
19777 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
19778 "dlls/dxdiagn/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/tests/Makefile" ;;
19779 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
19780 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
19781 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
19782 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
19783 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
19784 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
19785 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
19786 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
19787 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
19788 "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
19789 "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
19790 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
19791 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
19792 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
19793 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
19794 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
19795 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
19796 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
19797 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
19798 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
19799 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
19800 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
19801 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
19802 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
19803 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
19804 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
19805 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
19806 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
19807 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
19808 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
19809 "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
19810 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
19811 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
19812 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
19813 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
19814 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
19815 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
19816 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
19817 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
19818 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
19819 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
19820 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
19821 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
19822 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
19823 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
19824 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
19825 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
19826 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
19827 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
19828 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
19829 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
19830 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
19831 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
19832 "dlls/krnl386.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/krnl386.exe16/Makefile" ;;
19833 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
19834 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
19835 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
19836 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
19837 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
19838 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
19839 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
19840 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
19841 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
19842 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
19843 "dlls/mapistub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapistub/Makefile" ;;
19844 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
19845 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
19846 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
19847 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
19848 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
19849 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
19850 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
19851 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
19852 "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
19853 "dlls/mmdevapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/tests/Makefile" ;;
19854 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
19855 "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
19856 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
19857 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
19858 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
19859 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
19860 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
19861 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
19862 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
19863 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
19864 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
19865 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
19866 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
19867 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
19868 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
19869 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
19870 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
19871 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
19872 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
19873 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
19874 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
19875 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
19876 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
19877 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
19878 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
19879 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
19880 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
19881 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
19882 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
19883 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
19884 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
19885 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
19886 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
19887 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
19888 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
19889 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
19890 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
19891 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
19892 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
19893 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
19894 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
19895 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
19896 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
19897 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
19898 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
19899 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
19900 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
19901 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
19902 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
19903 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
19904 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
19905 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
19906 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
19907 "dlls/msxml4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml4/Makefile" ;;
19908 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
19909 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
19910 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
19911 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
19912 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
19913 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
19914 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
19915 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
19916 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
19917 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
19918 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
19919 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
19920 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
19921 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
19922 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
19923 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
19924 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
19925 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
19926 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
19927 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
19928 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
19929 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
19930 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
19931 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
19932 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
19933 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
19934 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
19935 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
19936 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
19937 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
19938 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
19939 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
19940 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
19941 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
19942 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
19943 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
19944 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
19945 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
19946 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
19947 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
19948 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
19949 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
19950 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
19951 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
19952 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
19953 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
19954 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
19955 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
19956 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
19957 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
19958 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
19959 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
19960 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
19961 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
19962 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
19963 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
19964 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
19965 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
19966 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
19967 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
19968 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
19969 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
19970 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
19971 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
19972 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
19973 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
19974 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
19975 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
19976 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
19977 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
19978 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
19979 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
19980 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
19981 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
19982 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
19983 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
19984 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
19985 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
19986 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
19987 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
19988 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
19989 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
19990 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
19991 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
19992 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
19993 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
19994 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
19995 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
19996 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
19997 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
19998 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
19999 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
20000 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
20001 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
20002 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
20003 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
20004 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
20005 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
20006 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
20007 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
20008 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
20009 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
20010 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
20011 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
20012 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
20013 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
20014 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
20015 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
20016 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
20017 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
20018 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
20019 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
20020 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
20021 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
20022 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
20023 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
20024 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
20025 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
20026 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
20027 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
20028 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
20029 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
20030 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
20031 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
20032 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
20033 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
20034 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
20035 "dlls/user.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user.exe16/Makefile" ;;
20036 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
20037 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
20038 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
20039 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
20040 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
20041 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
20042 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
20043 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
20044 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
20045 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
20046 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
20047 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
20048 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
20049 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
20050 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
20051 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
20052 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
20053 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
20054 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
20055 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
20056 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
20057 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
20058 "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
20059 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
20060 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
20061 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
20062 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
20063 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
20064 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
20065 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
20066 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
20067 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
20068 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
20069 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
20070 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
20071 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
20072 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
20073 "dlls/winemapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemapi/Makefile" ;;
20074 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
20075 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
20076 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
20077 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
20078 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
20079 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
20080 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
20081 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
20082 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
20083 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
20084 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
20085 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
20086 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
20087 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
20088 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
20089 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
20090 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
20091 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
20092 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
20093 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
20094 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
20095 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
20096 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
20097 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
20098 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
20099 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
20100 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
20101 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
20102 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
20103 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
20104 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
20105 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
20106 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
20107 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
20108 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
20109 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
20110 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
20111 "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
20112 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
20113 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
20114 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
20115 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
20116 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
20117 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
20118 "dlls/xmllite/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/tests/Makefile" ;;
20119 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
20120 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
20121 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
20122 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/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