makefiles: Generate the list of test binaries from configure.
[wine.git] / configure
blob5202f3a1e3248d47ab669f6eb455b7fb11ae8849
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for Wine 1.1.38.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10 # Inc.
13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ##
16 ## M4sh Initialization. ##
17 ## -------------------- ##
19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 emulate sh
23 NULLCMD=:
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25 # is contrary to our usage. Disable this feature.
26 alias -g '${1+"$@"}'='"$@"'
27 setopt NO_GLOB_SUBST
28 else
29 case `(set -o) 2>/dev/null` in #(
30 *posix*) :
31 set -o posix ;; #(
32 *) :
34 esac
38 as_nl='
40 export as_nl
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
46 # but without wasting forks for bash or zsh.
47 if test -z "$BASH_VERSION$ZSH_VERSION" \
48 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49 as_echo='print -r --'
50 as_echo_n='print -rn --'
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52 as_echo='printf %s\n'
53 as_echo_n='printf %s'
54 else
55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57 as_echo_n='/usr/ucb/echo -n'
58 else
59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 as_echo_n_body='eval
61 arg=$1;
62 case $arg in #(
63 *"$as_nl"*)
64 expr "X$arg" : "X\\(.*\\)$as_nl";
65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66 esac;
67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
69 export as_echo_n_body
70 as_echo_n='sh -c $as_echo_n_body as_echo'
72 export as_echo_body
73 as_echo='sh -c $as_echo_body as_echo'
76 # The user is always right.
77 if test "${PATH_SEPARATOR+set}" != set; then
78 PATH_SEPARATOR=:
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81 PATH_SEPARATOR=';'
86 # IFS
87 # We need space, tab and new line, in precisely that order. Quoting is
88 # there to prevent editors from complaining about space-tab.
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.)
91 IFS=" "" $as_nl"
93 # Find who we are. Look in the path if we contain no directory separator.
94 case $0 in #((
95 *[\\/]* ) as_myself=$0 ;;
96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 for as_dir in $PATH
99 IFS=$as_save_IFS
100 test -z "$as_dir" && as_dir=.
101 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102 done
103 IFS=$as_save_IFS
106 esac
107 # We did not find ourselves, most probably we were run as `sh COMMAND'
108 # in which case we are not to be found in the path.
109 if test "x$as_myself" = x; then
110 as_myself=$0
112 if test ! -f "$as_myself"; then
113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 exit 1
117 # Unset variables that we do not need and which cause bugs (e.g. in
118 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
119 # suppresses any "Segmentation fault" message there. '((' could
120 # trigger a bug in pdksh 5.2.14.
121 for as_var in BASH_ENV ENV MAIL MAILPATH
122 do eval test x\${$as_var+set} = xset \
123 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124 done
125 PS1='$ '
126 PS2='> '
127 PS4='+ '
129 # NLS nuisances.
130 LC_ALL=C
131 export LC_ALL
132 LANGUAGE=C
133 export LANGUAGE
135 # CDPATH.
136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138 if test "x$CONFIG_SHELL" = x; then
139 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140 emulate sh
141 NULLCMD=:
142 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143 # is contrary to our usage. Disable this feature.
144 alias -g '\${1+\"\$@\"}'='\"\$@\"'
145 setopt NO_GLOB_SUBST
146 else
147 case \`(set -o) 2>/dev/null\` in #(
148 *posix*) :
149 set -o posix ;; #(
150 *) :
152 esac
155 as_required="as_fn_return () { (exit \$1); }
156 as_fn_success () { as_fn_return 0; }
157 as_fn_failure () { as_fn_return 1; }
158 as_fn_ret_success () { return 0; }
159 as_fn_ret_failure () { return 1; }
161 exitcode=0
162 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168 else
169 exitcode=1; echo positional parameters were not saved.
171 test x\$exitcode = x0 || exit 1"
172 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176 test \$(( 1 + 1 )) = 2 || exit 1"
177 if (eval "$as_required") 2>/dev/null; then :
178 as_have_required=yes
179 else
180 as_have_required=no
182 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
184 else
185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
186 as_found=false
187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
189 IFS=$as_save_IFS
190 test -z "$as_dir" && as_dir=.
191 as_found=:
192 case $as_dir in #(
194 for as_base in sh bash ksh sh5; do
195 # Try only shells that exist, to save several forks.
196 as_shell=$as_dir/$as_base
197 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
198 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
199 CONFIG_SHELL=$as_shell as_have_required=yes
200 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
201 break 2
204 done;;
205 esac
206 as_found=false
207 done
208 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
209 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
210 CONFIG_SHELL=$SHELL as_have_required=yes
211 fi; }
212 IFS=$as_save_IFS
215 if test "x$CONFIG_SHELL" != x; then :
216 # We cannot yet assume a decent shell, so we have to provide a
217 # neutralization value for shells without unset; and this also
218 # works around shells that cannot unset nonexistent variables.
219 BASH_ENV=/dev/null
220 ENV=/dev/null
221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222 export CONFIG_SHELL
223 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
226 if test x$as_have_required = xno; then :
227 $as_echo "$0: This script requires a shell more modern than all"
228 $as_echo "$0: the shells that I found on your system."
229 if test x${ZSH_VERSION+set} = xset ; then
230 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
231 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
232 else
233 $as_echo "$0: Please tell bug-autoconf@gnu.org and
234 $0: wine-devel@winehq.org about your system, including any
235 $0: error possibly output before this message. Then install
236 $0: a modern shell, or manually run the script under such a
237 $0: shell if you do have one."
239 exit 1
243 SHELL=${CONFIG_SHELL-/bin/sh}
244 export SHELL
245 # Unset more variables known to interfere with behavior of common tools.
246 CLICOLOR_FORCE= GREP_OPTIONS=
247 unset CLICOLOR_FORCE GREP_OPTIONS
249 ## --------------------- ##
250 ## M4sh Shell Functions. ##
251 ## --------------------- ##
252 # as_fn_unset VAR
253 # ---------------
254 # Portably unset VAR.
255 as_fn_unset ()
257 { eval $1=; unset $1;}
259 as_unset=as_fn_unset
261 # as_fn_set_status STATUS
262 # -----------------------
263 # Set $? to STATUS, without forking.
264 as_fn_set_status ()
266 return $1
267 } # as_fn_set_status
269 # as_fn_exit STATUS
270 # -----------------
271 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
272 as_fn_exit ()
274 set +e
275 as_fn_set_status $1
276 exit $1
277 } # as_fn_exit
279 # as_fn_mkdir_p
280 # -------------
281 # Create "$as_dir" as a directory, including parents if necessary.
282 as_fn_mkdir_p ()
285 case $as_dir in #(
286 -*) as_dir=./$as_dir;;
287 esac
288 test -d "$as_dir" || eval $as_mkdir_p || {
289 as_dirs=
290 while :; do
291 case $as_dir in #(
292 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
293 *) as_qdir=$as_dir;;
294 esac
295 as_dirs="'$as_qdir' $as_dirs"
296 as_dir=`$as_dirname -- "$as_dir" ||
297 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
298 X"$as_dir" : 'X\(//\)[^/]' \| \
299 X"$as_dir" : 'X\(//\)$' \| \
300 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
301 $as_echo X"$as_dir" |
302 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
303 s//\1/
306 /^X\(\/\/\)[^/].*/{
307 s//\1/
310 /^X\(\/\/\)$/{
311 s//\1/
314 /^X\(\/\).*/{
315 s//\1/
318 s/.*/./; q'`
319 test -d "$as_dir" && break
320 done
321 test -z "$as_dirs" || eval "mkdir $as_dirs"
322 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
325 } # as_fn_mkdir_p
326 # as_fn_append VAR VALUE
327 # ----------------------
328 # Append the text in VALUE to the end of the definition contained in VAR. Take
329 # advantage of any shell optimizations that allow amortized linear growth over
330 # repeated appends, instead of the typical quadratic growth present in naive
331 # implementations.
332 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
333 eval 'as_fn_append ()
335 eval $1+=\$2
337 else
338 as_fn_append ()
340 eval $1=\$$1\$2
342 fi # as_fn_append
344 # as_fn_arith ARG...
345 # ------------------
346 # Perform arithmetic evaluation on the ARGs, and store the result in the
347 # global $as_val. Take advantage of shells that can avoid forks. The arguments
348 # must be portable across $(()) and expr.
349 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
350 eval 'as_fn_arith ()
352 as_val=$(( $* ))
354 else
355 as_fn_arith ()
357 as_val=`expr "$@" || test $? -eq 1`
359 fi # as_fn_arith
362 # as_fn_error ERROR [LINENO LOG_FD]
363 # ---------------------------------
364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366 # script with status $?, using 1 if that was 0.
367 as_fn_error ()
369 as_status=$?; test $as_status -eq 0 && as_status=1
370 if test "$3"; then
371 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
374 $as_echo "$as_me: error: $1" >&2
375 as_fn_exit $as_status
376 } # as_fn_error
378 if expr a : '\(a\)' >/dev/null 2>&1 &&
379 test "X`expr 00001 : '.*\(...\)'`" = X001; then
380 as_expr=expr
381 else
382 as_expr=false
385 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386 as_basename=basename
387 else
388 as_basename=false
391 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392 as_dirname=dirname
393 else
394 as_dirname=false
397 as_me=`$as_basename -- "$0" ||
398 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
399 X"$0" : 'X\(//\)$' \| \
400 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
401 $as_echo X/"$0" |
402 sed '/^.*\/\([^/][^/]*\)\/*$/{
403 s//\1/
406 /^X\/\(\/\/\)$/{
407 s//\1/
410 /^X\/\(\/\).*/{
411 s//\1/
414 s/.*/./; q'`
416 # Avoid depending upon Character Ranges.
417 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
418 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
419 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
420 as_cr_digits='0123456789'
421 as_cr_alnum=$as_cr_Letters$as_cr_digits
424 as_lineno_1=$LINENO as_lineno_1a=$LINENO
425 as_lineno_2=$LINENO as_lineno_2a=$LINENO
426 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
427 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
428 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
429 sed -n '
431 /[$]LINENO/=
432 ' <$as_myself |
433 sed '
434 s/[$]LINENO.*/&-/
435 t lineno
437 :lineno
439 :loop
440 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
441 t loop
442 s/-\n.*//
443 ' >$as_me.lineno &&
444 chmod +x "$as_me.lineno" ||
445 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
447 # Don't try to exec as it changes $[0], causing all sort of problems
448 # (the dirname of $[0] is not the place where we might find the
449 # original and so on. Autoconf is especially sensitive to this).
450 . "./$as_me.lineno"
451 # Exit status is that of the last command.
452 exit
455 ECHO_C= ECHO_N= ECHO_T=
456 case `echo -n x` in #(((((
457 -n*)
458 case `echo 'xy\c'` in
459 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
460 xy) ECHO_C='\c';;
461 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
462 ECHO_T=' ';;
463 esac;;
465 ECHO_N='-n';;
466 esac
468 rm -f conf$$ conf$$.exe conf$$.file
469 if test -d conf$$.dir; then
470 rm -f conf$$.dir/conf$$.file
471 else
472 rm -f conf$$.dir
473 mkdir conf$$.dir 2>/dev/null
475 if (echo >conf$$.file) 2>/dev/null; then
476 if ln -s conf$$.file conf$$ 2>/dev/null; then
477 as_ln_s='ln -s'
478 # ... but there are two gotchas:
479 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
480 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
481 # In both cases, we have to default to `cp -p'.
482 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
483 as_ln_s='cp -p'
484 elif ln conf$$.file conf$$ 2>/dev/null; then
485 as_ln_s=ln
486 else
487 as_ln_s='cp -p'
489 else
490 as_ln_s='cp -p'
492 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
493 rmdir conf$$.dir 2>/dev/null
495 if mkdir -p . 2>/dev/null; then
496 as_mkdir_p='mkdir -p "$as_dir"'
497 else
498 test -d ./-p && rmdir ./-p
499 as_mkdir_p=false
502 if test -x / >/dev/null 2>&1; then
503 as_test_x='test -x'
504 else
505 if ls -dL / >/dev/null 2>&1; then
506 as_ls_L_option=L
507 else
508 as_ls_L_option=
510 as_test_x='
511 eval sh -c '\''
512 if test -d "$1"; then
513 test -d "$1/.";
514 else
515 case $1 in #(
516 -*)set "./$1";;
517 esac;
518 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
519 ???[sx]*):;;*)false;;esac;fi
520 '\'' sh
523 as_executable_p=$as_test_x
525 # Sed expression to map a string onto a valid CPP name.
526 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
528 # Sed expression to map a string onto a valid variable name.
529 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
532 test -n "$DJDIR" || exec 7<&0 </dev/null
533 exec 6>&1
535 # Name of the host.
536 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
537 # so uname gets run too.
538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
541 # Initializations.
543 ac_default_prefix=/usr/local
544 ac_clean_files=
545 ac_config_libobj_dir=.
546 LIBOBJS=
547 cross_compiling=no
548 subdirs=
549 MFLAGS=
550 MAKEFLAGS=
552 # Identity of this package.
553 PACKAGE_NAME='Wine'
554 PACKAGE_TARNAME='wine'
555 PACKAGE_VERSION='1.1.38'
556 PACKAGE_STRING='Wine 1.1.38'
557 PACKAGE_BUGREPORT='wine-devel@winehq.org'
558 PACKAGE_URL='http://www.winehq.org'
560 ac_unique_file="server/atom.c"
561 # Factoring default headers for most tests.
562 ac_includes_default="\
563 #include <stdio.h>
564 #ifdef HAVE_SYS_TYPES_H
565 # include <sys/types.h>
566 #endif
567 #ifdef HAVE_SYS_STAT_H
568 # include <sys/stat.h>
569 #endif
570 #ifdef STDC_HEADERS
571 # include <stdlib.h>
572 # include <stddef.h>
573 #else
574 # ifdef HAVE_STDLIB_H
575 # include <stdlib.h>
576 # endif
577 #endif
578 #ifdef HAVE_STRING_H
579 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
580 # include <memory.h>
581 # endif
582 # include <string.h>
583 #endif
584 #ifdef HAVE_STRINGS_H
585 # include <strings.h>
586 #endif
587 #ifdef HAVE_INTTYPES_H
588 # include <inttypes.h>
589 #endif
590 #ifdef HAVE_STDINT_H
591 # include <stdint.h>
592 #endif
593 #ifdef HAVE_UNISTD_H
594 # include <unistd.h>
595 #endif"
597 ac_subst_vars='LTLIBOBJS
598 LIBOBJS
599 ALL_PROGRAM_BIN_INSTALL_DIRS
600 ALL_PROGRAM_INSTALL_DIRS
601 ALL_PROGRAM_DIRS
602 ALL_TEST_BINARIES
603 ALL_TEST_DIRS
604 ALL_IMPORTLIB_RULES
605 ALL_IMPORT_LIBS
606 ALL_STATIC_LIBS
607 ALL_IMPLIB_DIRS
608 ALL_TOOL_DIRS
609 ALL_DLL_DIRS
610 ALL_TOP_DIRS
611 ALL_WINETEST_DEPENDS
612 ALL_MAKEFILE_DEPENDS
613 ALL_SYMLINKS
614 ALL_MAKEFILES
615 ALL_MAKERULES
616 DEPENDENCIES
617 LDAPLIBS
618 LIBPOLL
619 LIBDL
620 EXTRA_BINARIES
621 MAIN_BINARY
622 SOCKETLIBS
623 CRTLIBS
624 TOOLSEXT
625 LDPATH
626 BUILTINFLAG
627 EXTRACFLAGS
628 LIBKSTAT
629 LIBMPG123
630 PNGINCL
631 FONTCONFIGINCL
632 CUPSINCL
633 AUDIOIOLIBS
634 ALSALIBS
635 ESDLIBS
636 ESDINCL
637 ESDCONFIG
638 ZLIB
639 FREETYPEINCL
640 FREETYPELIBS
641 ft_devel
642 LCMSLIBS
643 RESOLVLIBS
644 GPHOTO2INCL
645 GPHOTO2LIBS
646 gphoto2port_devel
647 gphoto2_devel
648 SANEINCL
649 sane_devel
650 GNUTLSINCL
651 HALINCL
652 XSLTINCL
653 XML2INCL
654 XML2LIBS
655 NASLIBS
656 X_EXTRA_LIBS
657 X_LIBS
658 X_PRE_LIBS
659 X_CFLAGS
660 XMKMF
661 LIBPTHREAD
662 CROSSTARGET
663 CROSSTEST
664 CROSSCC
665 CARBONLIB
666 LIBOPENAL
667 COREAUDIO
668 DISKARBITRATIONLIB
669 LDEXECFLAGS
670 IOKITLIB
671 COREFOUNDATIONLIB
672 SECURITYLIB
673 DLLWRAP
674 DLLTOOL
676 LDRPATH_LOCAL
677 LDRPATH_INSTALL
678 IMPLIBEXT
679 LIBEXT
680 LDDLLFLAGS
681 LDSHARED
682 DLLFLAGS
683 DLLEXT
685 OPENGL_LIBS
686 XLIB
687 PRELINK
688 ICOTOOL
689 RSVG
690 PKG_CONFIG
691 FONTFORGE
692 LINTFLAGS
693 LINT
694 INSTALL_DATA
695 INSTALL_SCRIPT
696 INSTALL_PROGRAM
697 LDCONFIG
698 EGREP
699 GREP
700 LN_S
701 STRIP
702 RANLIB
703 ARFLAGS
704 ac_ct_AR
706 BISON
707 FLEX
708 TOOLSDIR
709 WOW64_DISABLE
710 TARGETFLAGS
711 CPPBIN
712 ac_ct_CXX
713 CXXFLAGS
715 OBJEXT
716 EXEEXT
717 ac_ct_CC
718 CPPFLAGS
719 LDFLAGS
720 CFLAGS
722 SET_MAKE
723 host_os
724 host_vendor
725 host_cpu
726 host
727 build_os
728 build_vendor
729 build_cpu
730 build
731 MAINTAINER_MODE
732 target_alias
733 host_alias
734 build_alias
735 LIBS
736 ECHO_T
737 ECHO_N
738 ECHO_C
739 DEFS
740 mandir
741 localedir
742 libdir
743 psdir
744 pdfdir
745 dvidir
746 htmldir
747 infodir
748 docdir
749 oldincludedir
750 includedir
751 localstatedir
752 sharedstatedir
753 sysconfdir
754 datadir
755 datarootdir
756 libexecdir
757 sbindir
758 bindir
759 program_transform_name
760 prefix
761 exec_prefix
762 PACKAGE_URL
763 PACKAGE_BUGREPORT
764 PACKAGE_STRING
765 PACKAGE_VERSION
766 PACKAGE_TARNAME
767 PACKAGE_NAME
768 PATH_SEPARATOR
769 SHELL'
770 ac_subst_files='MAKE_RULES
771 MAKE_DLL_RULES
772 MAKE_IMPLIB_RULES
773 MAKE_TEST_RULES
774 MAKE_PROG_RULES'
775 ac_user_opts='
776 enable_option_checking
777 enable_win16
778 enable_win64
779 enable_tests
780 enable_maintainer_mode
781 with_alsa
782 with_audioio
783 with_capi
784 with_cms
785 with_coreaudio
786 with_cups
787 with_curses
788 with_esd
789 with_fontconfig
790 with_freetype
791 with_gphoto
792 with_glu
793 with_gnutls
794 with_gsm
795 with_hal
796 with_jack
797 with_jpeg
798 with_ldap
799 with_mpg123
800 with_nas
801 with_openal
802 with_opengl
803 with_openssl
804 with_oss
805 with_png
806 with_pthread
807 with_sane
808 with_v4l
809 with_xcomposite
810 with_xcursor
811 with_xinerama
812 with_xinput
813 with_xml
814 with_xrandr
815 with_xrender
816 with_xshape
817 with_xshm
818 with_xslt
819 with_xxf86vm
820 with_wine_tools
821 with_wine64
822 enable_largefile
823 with_x
825 ac_precious_vars='build_alias
826 host_alias
827 target_alias
829 CFLAGS
830 LDFLAGS
831 LIBS
832 CPPFLAGS
834 CXXFLAGS
837 XMKMF'
840 # Initialize some variables set by options.
841 ac_init_help=
842 ac_init_version=false
843 ac_unrecognized_opts=
844 ac_unrecognized_sep=
845 # The variables have the same names as the options, with
846 # dashes changed to underlines.
847 cache_file=/dev/null
848 exec_prefix=NONE
849 no_create=
850 no_recursion=
851 prefix=NONE
852 program_prefix=NONE
853 program_suffix=NONE
854 program_transform_name=s,x,x,
855 silent=
856 site=
857 srcdir=
858 verbose=
859 x_includes=NONE
860 x_libraries=NONE
862 # Installation directory options.
863 # These are left unexpanded so users can "make install exec_prefix=/foo"
864 # and all the variables that are supposed to be based on exec_prefix
865 # by default will actually change.
866 # Use braces instead of parens because sh, perl, etc. also accept them.
867 # (The list follows the same order as the GNU Coding Standards.)
868 bindir='${exec_prefix}/bin'
869 sbindir='${exec_prefix}/sbin'
870 libexecdir='${exec_prefix}/libexec'
871 datarootdir='${prefix}/share'
872 datadir='${datarootdir}'
873 sysconfdir='${prefix}/etc'
874 sharedstatedir='${prefix}/com'
875 localstatedir='${prefix}/var'
876 includedir='${prefix}/include'
877 oldincludedir='/usr/include'
878 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
879 infodir='${datarootdir}/info'
880 htmldir='${docdir}'
881 dvidir='${docdir}'
882 pdfdir='${docdir}'
883 psdir='${docdir}'
884 libdir='${exec_prefix}/lib'
885 localedir='${datarootdir}/locale'
886 mandir='${datarootdir}/man'
888 ac_prev=
889 ac_dashdash=
890 for ac_option
892 # If the previous option needs an argument, assign it.
893 if test -n "$ac_prev"; then
894 eval $ac_prev=\$ac_option
895 ac_prev=
896 continue
899 case $ac_option in
900 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
901 *) ac_optarg=yes ;;
902 esac
904 # Accept the important Cygnus configure options, so we can diagnose typos.
906 case $ac_dashdash$ac_option in
908 ac_dashdash=yes ;;
910 -bindir | --bindir | --bindi | --bind | --bin | --bi)
911 ac_prev=bindir ;;
912 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
913 bindir=$ac_optarg ;;
915 -build | --build | --buil | --bui | --bu)
916 ac_prev=build_alias ;;
917 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
918 build_alias=$ac_optarg ;;
920 -cache-file | --cache-file | --cache-fil | --cache-fi \
921 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
922 ac_prev=cache_file ;;
923 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
924 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
925 cache_file=$ac_optarg ;;
927 --config-cache | -C)
928 cache_file=config.cache ;;
930 -datadir | --datadir | --datadi | --datad)
931 ac_prev=datadir ;;
932 -datadir=* | --datadir=* | --datadi=* | --datad=*)
933 datadir=$ac_optarg ;;
935 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
936 | --dataroo | --dataro | --datar)
937 ac_prev=datarootdir ;;
938 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
939 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
940 datarootdir=$ac_optarg ;;
942 -disable-* | --disable-*)
943 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
944 # Reject names that are not valid shell variable names.
945 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
946 as_fn_error "invalid feature name: $ac_useropt"
947 ac_useropt_orig=$ac_useropt
948 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
949 case $ac_user_opts in
951 "enable_$ac_useropt"
952 "*) ;;
953 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
954 ac_unrecognized_sep=', ';;
955 esac
956 eval enable_$ac_useropt=no ;;
958 -docdir | --docdir | --docdi | --doc | --do)
959 ac_prev=docdir ;;
960 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
961 docdir=$ac_optarg ;;
963 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
964 ac_prev=dvidir ;;
965 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
966 dvidir=$ac_optarg ;;
968 -enable-* | --enable-*)
969 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
970 # Reject names that are not valid shell variable names.
971 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
972 as_fn_error "invalid feature name: $ac_useropt"
973 ac_useropt_orig=$ac_useropt
974 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
975 case $ac_user_opts in
977 "enable_$ac_useropt"
978 "*) ;;
979 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
980 ac_unrecognized_sep=', ';;
981 esac
982 eval enable_$ac_useropt=\$ac_optarg ;;
984 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
985 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
986 | --exec | --exe | --ex)
987 ac_prev=exec_prefix ;;
988 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
989 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
990 | --exec=* | --exe=* | --ex=*)
991 exec_prefix=$ac_optarg ;;
993 -gas | --gas | --ga | --g)
994 # Obsolete; use --with-gas.
995 with_gas=yes ;;
997 -help | --help | --hel | --he | -h)
998 ac_init_help=long ;;
999 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1000 ac_init_help=recursive ;;
1001 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1002 ac_init_help=short ;;
1004 -host | --host | --hos | --ho)
1005 ac_prev=host_alias ;;
1006 -host=* | --host=* | --hos=* | --ho=*)
1007 host_alias=$ac_optarg ;;
1009 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1010 ac_prev=htmldir ;;
1011 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1012 | --ht=*)
1013 htmldir=$ac_optarg ;;
1015 -includedir | --includedir | --includedi | --included | --include \
1016 | --includ | --inclu | --incl | --inc)
1017 ac_prev=includedir ;;
1018 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1019 | --includ=* | --inclu=* | --incl=* | --inc=*)
1020 includedir=$ac_optarg ;;
1022 -infodir | --infodir | --infodi | --infod | --info | --inf)
1023 ac_prev=infodir ;;
1024 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1025 infodir=$ac_optarg ;;
1027 -libdir | --libdir | --libdi | --libd)
1028 ac_prev=libdir ;;
1029 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1030 libdir=$ac_optarg ;;
1032 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1033 | --libexe | --libex | --libe)
1034 ac_prev=libexecdir ;;
1035 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1036 | --libexe=* | --libex=* | --libe=*)
1037 libexecdir=$ac_optarg ;;
1039 -localedir | --localedir | --localedi | --localed | --locale)
1040 ac_prev=localedir ;;
1041 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1042 localedir=$ac_optarg ;;
1044 -localstatedir | --localstatedir | --localstatedi | --localstated \
1045 | --localstate | --localstat | --localsta | --localst | --locals)
1046 ac_prev=localstatedir ;;
1047 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1048 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1049 localstatedir=$ac_optarg ;;
1051 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1052 ac_prev=mandir ;;
1053 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1054 mandir=$ac_optarg ;;
1056 -nfp | --nfp | --nf)
1057 # Obsolete; use --without-fp.
1058 with_fp=no ;;
1060 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1061 | --no-cr | --no-c | -n)
1062 no_create=yes ;;
1064 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1065 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1066 no_recursion=yes ;;
1068 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1069 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1070 | --oldin | --oldi | --old | --ol | --o)
1071 ac_prev=oldincludedir ;;
1072 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1073 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1074 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1075 oldincludedir=$ac_optarg ;;
1077 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1078 ac_prev=prefix ;;
1079 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1080 prefix=$ac_optarg ;;
1082 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1083 | --program-pre | --program-pr | --program-p)
1084 ac_prev=program_prefix ;;
1085 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1086 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1087 program_prefix=$ac_optarg ;;
1089 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1090 | --program-suf | --program-su | --program-s)
1091 ac_prev=program_suffix ;;
1092 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1093 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1094 program_suffix=$ac_optarg ;;
1096 -program-transform-name | --program-transform-name \
1097 | --program-transform-nam | --program-transform-na \
1098 | --program-transform-n | --program-transform- \
1099 | --program-transform | --program-transfor \
1100 | --program-transfo | --program-transf \
1101 | --program-trans | --program-tran \
1102 | --progr-tra | --program-tr | --program-t)
1103 ac_prev=program_transform_name ;;
1104 -program-transform-name=* | --program-transform-name=* \
1105 | --program-transform-nam=* | --program-transform-na=* \
1106 | --program-transform-n=* | --program-transform-=* \
1107 | --program-transform=* | --program-transfor=* \
1108 | --program-transfo=* | --program-transf=* \
1109 | --program-trans=* | --program-tran=* \
1110 | --progr-tra=* | --program-tr=* | --program-t=*)
1111 program_transform_name=$ac_optarg ;;
1113 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1114 ac_prev=pdfdir ;;
1115 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1116 pdfdir=$ac_optarg ;;
1118 -psdir | --psdir | --psdi | --psd | --ps)
1119 ac_prev=psdir ;;
1120 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1121 psdir=$ac_optarg ;;
1123 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1124 | -silent | --silent | --silen | --sile | --sil)
1125 silent=yes ;;
1127 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1128 ac_prev=sbindir ;;
1129 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1130 | --sbi=* | --sb=*)
1131 sbindir=$ac_optarg ;;
1133 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1134 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1135 | --sharedst | --shareds | --shared | --share | --shar \
1136 | --sha | --sh)
1137 ac_prev=sharedstatedir ;;
1138 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1139 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1140 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1141 | --sha=* | --sh=*)
1142 sharedstatedir=$ac_optarg ;;
1144 -site | --site | --sit)
1145 ac_prev=site ;;
1146 -site=* | --site=* | --sit=*)
1147 site=$ac_optarg ;;
1149 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1150 ac_prev=srcdir ;;
1151 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1152 srcdir=$ac_optarg ;;
1154 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1155 | --syscon | --sysco | --sysc | --sys | --sy)
1156 ac_prev=sysconfdir ;;
1157 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1158 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1159 sysconfdir=$ac_optarg ;;
1161 -target | --target | --targe | --targ | --tar | --ta | --t)
1162 ac_prev=target_alias ;;
1163 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1164 target_alias=$ac_optarg ;;
1166 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1167 verbose=yes ;;
1169 -version | --version | --versio | --versi | --vers | -V)
1170 ac_init_version=: ;;
1172 -with-* | --with-*)
1173 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1174 # Reject names that are not valid shell variable names.
1175 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1176 as_fn_error "invalid package name: $ac_useropt"
1177 ac_useropt_orig=$ac_useropt
1178 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1179 case $ac_user_opts in
1181 "with_$ac_useropt"
1182 "*) ;;
1183 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1184 ac_unrecognized_sep=', ';;
1185 esac
1186 eval with_$ac_useropt=\$ac_optarg ;;
1188 -without-* | --without-*)
1189 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1190 # Reject names that are not valid shell variable names.
1191 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1192 as_fn_error "invalid package name: $ac_useropt"
1193 ac_useropt_orig=$ac_useropt
1194 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1195 case $ac_user_opts in
1197 "with_$ac_useropt"
1198 "*) ;;
1199 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1200 ac_unrecognized_sep=', ';;
1201 esac
1202 eval with_$ac_useropt=no ;;
1204 --x)
1205 # Obsolete; use --with-x.
1206 with_x=yes ;;
1208 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1209 | --x-incl | --x-inc | --x-in | --x-i)
1210 ac_prev=x_includes ;;
1211 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1212 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1213 x_includes=$ac_optarg ;;
1215 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1216 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1217 ac_prev=x_libraries ;;
1218 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1219 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1220 x_libraries=$ac_optarg ;;
1222 -*) as_fn_error "unrecognized option: \`$ac_option'
1223 Try \`$0 --help' for more information."
1226 *=*)
1227 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1228 # Reject names that are not valid shell variable names.
1229 case $ac_envvar in #(
1230 '' | [0-9]* | *[!_$as_cr_alnum]* )
1231 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1232 esac
1233 eval $ac_envvar=\$ac_optarg
1234 export $ac_envvar ;;
1237 # FIXME: should be removed in autoconf 3.0.
1238 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1239 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1240 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1241 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1244 esac
1245 done
1247 if test -n "$ac_prev"; then
1248 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1249 as_fn_error "missing argument to $ac_option"
1252 if test -n "$ac_unrecognized_opts"; then
1253 case $enable_option_checking in
1254 no) ;;
1255 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1256 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1257 esac
1260 # Check all directory arguments for consistency.
1261 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1262 datadir sysconfdir sharedstatedir localstatedir includedir \
1263 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1264 libdir localedir mandir
1266 eval ac_val=\$$ac_var
1267 # Remove trailing slashes.
1268 case $ac_val in
1269 */ )
1270 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1271 eval $ac_var=\$ac_val;;
1272 esac
1273 # Be sure to have absolute directory names.
1274 case $ac_val in
1275 [\\/$]* | ?:[\\/]* ) continue;;
1276 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1277 esac
1278 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1279 done
1281 # There might be people who depend on the old broken behavior: `$host'
1282 # used to hold the argument of --host etc.
1283 # FIXME: To remove some day.
1284 build=$build_alias
1285 host=$host_alias
1286 target=$target_alias
1288 # FIXME: To remove some day.
1289 if test "x$host_alias" != x; then
1290 if test "x$build_alias" = x; then
1291 cross_compiling=maybe
1292 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1293 If a cross compiler is detected then cross compile mode will be used." >&2
1294 elif test "x$build_alias" != "x$host_alias"; then
1295 cross_compiling=yes
1299 ac_tool_prefix=
1300 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1302 test "$silent" = yes && exec 6>/dev/null
1305 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1306 ac_ls_di=`ls -di .` &&
1307 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1308 as_fn_error "working directory cannot be determined"
1309 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1310 as_fn_error "pwd does not report name of working directory"
1313 # Find the source files, if location was not specified.
1314 if test -z "$srcdir"; then
1315 ac_srcdir_defaulted=yes
1316 # Try the directory containing this script, then the parent directory.
1317 ac_confdir=`$as_dirname -- "$as_myself" ||
1318 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1319 X"$as_myself" : 'X\(//\)[^/]' \| \
1320 X"$as_myself" : 'X\(//\)$' \| \
1321 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1322 $as_echo X"$as_myself" |
1323 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1324 s//\1/
1327 /^X\(\/\/\)[^/].*/{
1328 s//\1/
1331 /^X\(\/\/\)$/{
1332 s//\1/
1335 /^X\(\/\).*/{
1336 s//\1/
1339 s/.*/./; q'`
1340 srcdir=$ac_confdir
1341 if test ! -r "$srcdir/$ac_unique_file"; then
1342 srcdir=..
1344 else
1345 ac_srcdir_defaulted=no
1347 if test ! -r "$srcdir/$ac_unique_file"; then
1348 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1349 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1351 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1352 ac_abs_confdir=`(
1353 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1354 pwd)`
1355 # When building in place, set srcdir=.
1356 if test "$ac_abs_confdir" = "$ac_pwd"; then
1357 srcdir=.
1359 # Remove unnecessary trailing slashes from srcdir.
1360 # Double slashes in file names in object file debugging info
1361 # mess up M-x gdb in Emacs.
1362 case $srcdir in
1363 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1364 esac
1365 for ac_var in $ac_precious_vars; do
1366 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1367 eval ac_env_${ac_var}_value=\$${ac_var}
1368 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1369 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1370 done
1373 # Report the --help message.
1375 if test "$ac_init_help" = "long"; then
1376 # Omit some internal or obsolete options to make the list less imposing.
1377 # This message is too long to be a string in the A/UX 3.1 sh.
1378 cat <<_ACEOF
1379 \`configure' configures Wine 1.1.38 to adapt to many kinds of systems.
1381 Usage: $0 [OPTION]... [VAR=VALUE]...
1383 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1384 VAR=VALUE. See below for descriptions of some of the useful variables.
1386 Defaults for the options are specified in brackets.
1388 Configuration:
1389 -h, --help display this help and exit
1390 --help=short display options specific to this package
1391 --help=recursive display the short help of all the included packages
1392 -V, --version display version information and exit
1393 -q, --quiet, --silent do not print \`checking...' messages
1394 --cache-file=FILE cache test results in FILE [disabled]
1395 -C, --config-cache alias for \`--cache-file=config.cache'
1396 -n, --no-create do not create output files
1397 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1399 Installation directories:
1400 --prefix=PREFIX install architecture-independent files in PREFIX
1401 [$ac_default_prefix]
1402 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1403 [PREFIX]
1405 By default, \`make install' will install all the files in
1406 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1407 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1408 for instance \`--prefix=\$HOME'.
1410 For better control, use the options below.
1412 Fine tuning of the installation directories:
1413 --bindir=DIR user executables [EPREFIX/bin]
1414 --sbindir=DIR system admin executables [EPREFIX/sbin]
1415 --libexecdir=DIR program executables [EPREFIX/libexec]
1416 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1417 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1418 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1419 --libdir=DIR object code libraries [EPREFIX/lib]
1420 --includedir=DIR C header files [PREFIX/include]
1421 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1422 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1423 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1424 --infodir=DIR info documentation [DATAROOTDIR/info]
1425 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1426 --mandir=DIR man documentation [DATAROOTDIR/man]
1427 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1428 --htmldir=DIR html documentation [DOCDIR]
1429 --dvidir=DIR dvi documentation [DOCDIR]
1430 --pdfdir=DIR pdf documentation [DOCDIR]
1431 --psdir=DIR ps documentation [DOCDIR]
1432 _ACEOF
1434 cat <<\_ACEOF
1436 X features:
1437 --x-includes=DIR X include files are in DIR
1438 --x-libraries=DIR X library files are in DIR
1440 System types:
1441 --build=BUILD configure for building on BUILD [guessed]
1442 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1443 _ACEOF
1446 if test -n "$ac_init_help"; then
1447 case $ac_init_help in
1448 short | recursive ) echo "Configuration of Wine 1.1.38:";;
1449 esac
1450 cat <<\_ACEOF
1452 Optional Features:
1453 --disable-option-checking ignore unrecognized --enable/--with options
1454 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1455 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1456 --disable-win16 do not include Win16 support
1457 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1458 binaries)
1459 --disable-tests do not build the regression tests
1460 --enable-maintainer-mode
1461 enable maintainer-specific build rules
1462 --disable-largefile omit support for large files
1464 Optional Packages:
1465 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1466 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1467 --without-alsa do not use the Alsa sound support
1468 --without-audioio do not use the AudioIO sound support
1469 --without-capi do not use CAPI (ISDN support)
1470 --without-cms do not use CMS (color management support)
1471 --without-coreaudio do not use the CoreAudio sound support
1472 --without-cups do not use CUPS
1473 --without-curses do not use (n)curses
1474 --without-esd do not use the EsounD sound support
1475 --without-fontconfig do not use fontconfig
1476 --without-freetype do not use the FreeType library
1477 --without-gphoto do not use gphoto (Digital Camera support)
1478 --without-glu do not use the GLU library
1479 --without-gnutls do not use GnuTLS (schannel support)
1480 --without-gsm do not use libgsm (GSM 06.10 codec support)
1481 --without-hal do not use HAL (dynamic device support)
1482 --without-jack do not use the Jack sound support
1483 --without-jpeg do not use JPEG
1484 --without-ldap do not use LDAP
1485 --without-mpg123 do not use the mpg123 library
1486 --without-nas do not use the NAS sound support
1487 --without-openal do not use OpenAL
1488 --without-opengl do not use OpenGL
1489 --without-openssl do not use OpenSSL
1490 --without-oss do not use the OSS sound support
1491 --without-png do not use PNG
1492 --without-pthread do not use the pthread library
1493 --without-sane do not use SANE (scanner support)
1494 --without-v4l do not use v4l1 (v4l support)
1495 --without-xcomposite do not use the Xcomposite extension
1496 --without-xcursor do not use the Xcursor extension
1497 --without-xinerama do not use Xinerama (multi-monitor support)
1498 --without-xinput do not use the Xinput extension
1499 --without-xml do not use XML
1500 --without-xrandr do not use Xrandr (resolution changes)
1501 --without-xrender do not use the Xrender extension
1502 --without-xshape do not use the Xshape extension
1503 --without-xshm do not use XShm (shared memory extension)
1504 --without-xslt do not use XSLT
1505 --without-xxf86vm do not use XFree video mode extension
1506 --with-wine-tools=DIR use Wine tools from directory DIR
1507 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1508 --with-x use the X Window System
1510 Some influential environment variables:
1511 CC C compiler command
1512 CFLAGS C compiler flags
1513 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1514 nonstandard directory <lib dir>
1515 LIBS libraries to pass to the linker, e.g. -l<library>
1516 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1517 you have headers in a nonstandard directory <include dir>
1518 CXX C++ compiler command
1519 CXXFLAGS C++ compiler flags
1520 CPP C preprocessor
1521 XMKMF Path to xmkmf, Makefile generator for X Window System
1523 Use these variables to override the choices made by `configure' or to help
1524 it to find libraries and programs with nonstandard names/locations.
1526 Report bugs to <wine-devel@winehq.org>.
1527 Wine home page: <http://www.winehq.org>.
1528 _ACEOF
1529 ac_status=$?
1532 if test "$ac_init_help" = "recursive"; then
1533 # If there are subdirs, report their specific --help.
1534 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1535 test -d "$ac_dir" ||
1536 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1537 continue
1538 ac_builddir=.
1540 case "$ac_dir" in
1541 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1543 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1544 # A ".." for each directory in $ac_dir_suffix.
1545 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1546 case $ac_top_builddir_sub in
1547 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1548 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1549 esac ;;
1550 esac
1551 ac_abs_top_builddir=$ac_pwd
1552 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1553 # for backward compatibility:
1554 ac_top_builddir=$ac_top_build_prefix
1556 case $srcdir in
1557 .) # We are building in place.
1558 ac_srcdir=.
1559 ac_top_srcdir=$ac_top_builddir_sub
1560 ac_abs_top_srcdir=$ac_pwd ;;
1561 [\\/]* | ?:[\\/]* ) # Absolute name.
1562 ac_srcdir=$srcdir$ac_dir_suffix;
1563 ac_top_srcdir=$srcdir
1564 ac_abs_top_srcdir=$srcdir ;;
1565 *) # Relative name.
1566 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1567 ac_top_srcdir=$ac_top_build_prefix$srcdir
1568 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1569 esac
1570 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1572 cd "$ac_dir" || { ac_status=$?; continue; }
1573 # Check for guested configure.
1574 if test -f "$ac_srcdir/configure.gnu"; then
1575 echo &&
1576 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1577 elif test -f "$ac_srcdir/configure"; then
1578 echo &&
1579 $SHELL "$ac_srcdir/configure" --help=recursive
1580 else
1581 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1582 fi || ac_status=$?
1583 cd "$ac_pwd" || { ac_status=$?; break; }
1584 done
1587 test -n "$ac_init_help" && exit $ac_status
1588 if $ac_init_version; then
1589 cat <<\_ACEOF
1590 Wine configure 1.1.38
1591 generated by GNU Autoconf 2.65
1593 Copyright (C) 2009 Free Software Foundation, Inc.
1594 This configure script is free software; the Free Software Foundation
1595 gives unlimited permission to copy, distribute and modify it.
1596 _ACEOF
1597 exit
1600 ## ------------------------ ##
1601 ## Autoconf initialization. ##
1602 ## ------------------------ ##
1604 # ac_fn_c_try_compile LINENO
1605 # --------------------------
1606 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1607 ac_fn_c_try_compile ()
1609 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1610 rm -f conftest.$ac_objext
1611 if { { ac_try="$ac_compile"
1612 case "(($ac_try" in
1613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1614 *) ac_try_echo=$ac_try;;
1615 esac
1616 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1617 $as_echo "$ac_try_echo"; } >&5
1618 (eval "$ac_compile") 2>conftest.err
1619 ac_status=$?
1620 if test -s conftest.err; then
1621 grep -v '^ *+' conftest.err >conftest.er1
1622 cat conftest.er1 >&5
1623 mv -f conftest.er1 conftest.err
1625 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1626 test $ac_status = 0; } && {
1627 test -z "$ac_c_werror_flag" ||
1628 test ! -s conftest.err
1629 } && test -s conftest.$ac_objext; then :
1630 ac_retval=0
1631 else
1632 $as_echo "$as_me: failed program was:" >&5
1633 sed 's/^/| /' conftest.$ac_ext >&5
1635 ac_retval=1
1637 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1638 as_fn_set_status $ac_retval
1640 } # ac_fn_c_try_compile
1642 # ac_fn_cxx_try_compile LINENO
1643 # ----------------------------
1644 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1645 ac_fn_cxx_try_compile ()
1647 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1648 rm -f conftest.$ac_objext
1649 if { { ac_try="$ac_compile"
1650 case "(($ac_try" in
1651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1652 *) ac_try_echo=$ac_try;;
1653 esac
1654 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1655 $as_echo "$ac_try_echo"; } >&5
1656 (eval "$ac_compile") 2>conftest.err
1657 ac_status=$?
1658 if test -s conftest.err; then
1659 grep -v '^ *+' conftest.err >conftest.er1
1660 cat conftest.er1 >&5
1661 mv -f conftest.er1 conftest.err
1663 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1664 test $ac_status = 0; } && {
1665 test -z "$ac_cxx_werror_flag" ||
1666 test ! -s conftest.err
1667 } && test -s conftest.$ac_objext; then :
1668 ac_retval=0
1669 else
1670 $as_echo "$as_me: failed program was:" >&5
1671 sed 's/^/| /' conftest.$ac_ext >&5
1673 ac_retval=1
1675 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1676 as_fn_set_status $ac_retval
1678 } # ac_fn_cxx_try_compile
1680 # ac_fn_c_try_link LINENO
1681 # -----------------------
1682 # Try to link conftest.$ac_ext, and return whether this succeeded.
1683 ac_fn_c_try_link ()
1685 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1686 rm -f conftest.$ac_objext conftest$ac_exeext
1687 if { { ac_try="$ac_link"
1688 case "(($ac_try" in
1689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1690 *) ac_try_echo=$ac_try;;
1691 esac
1692 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1693 $as_echo "$ac_try_echo"; } >&5
1694 (eval "$ac_link") 2>conftest.err
1695 ac_status=$?
1696 if test -s conftest.err; then
1697 grep -v '^ *+' conftest.err >conftest.er1
1698 cat conftest.er1 >&5
1699 mv -f conftest.er1 conftest.err
1701 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1702 test $ac_status = 0; } && {
1703 test -z "$ac_c_werror_flag" ||
1704 test ! -s conftest.err
1705 } && test -s conftest$ac_exeext && {
1706 test "$cross_compiling" = yes ||
1707 $as_test_x conftest$ac_exeext
1708 }; then :
1709 ac_retval=0
1710 else
1711 $as_echo "$as_me: failed program was:" >&5
1712 sed 's/^/| /' conftest.$ac_ext >&5
1714 ac_retval=1
1716 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1717 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1718 # interfere with the next link command; also delete a directory that is
1719 # left behind by Apple's compiler. We do this before executing the actions.
1720 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1721 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1722 as_fn_set_status $ac_retval
1724 } # ac_fn_c_try_link
1726 # ac_fn_c_try_cpp LINENO
1727 # ----------------------
1728 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1729 ac_fn_c_try_cpp ()
1731 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1732 if { { ac_try="$ac_cpp conftest.$ac_ext"
1733 case "(($ac_try" in
1734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1735 *) ac_try_echo=$ac_try;;
1736 esac
1737 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1738 $as_echo "$ac_try_echo"; } >&5
1739 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1740 ac_status=$?
1741 if test -s conftest.err; then
1742 grep -v '^ *+' conftest.err >conftest.er1
1743 cat conftest.er1 >&5
1744 mv -f conftest.er1 conftest.err
1746 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1747 test $ac_status = 0; } >/dev/null && {
1748 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1749 test ! -s conftest.err
1750 }; then :
1751 ac_retval=0
1752 else
1753 $as_echo "$as_me: failed program was:" >&5
1754 sed 's/^/| /' conftest.$ac_ext >&5
1756 ac_retval=1
1758 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1759 as_fn_set_status $ac_retval
1761 } # ac_fn_c_try_cpp
1763 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1764 # -------------------------------------------------------
1765 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1766 # the include files in INCLUDES and setting the cache variable VAR
1767 # accordingly.
1768 ac_fn_c_check_header_mongrel ()
1770 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1771 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1773 $as_echo_n "checking for $2... " >&6; }
1774 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1775 $as_echo_n "(cached) " >&6
1777 eval ac_res=\$$3
1778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1779 $as_echo "$ac_res" >&6; }
1780 else
1781 # Is the header compilable?
1782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1783 $as_echo_n "checking $2 usability... " >&6; }
1784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1785 /* end confdefs.h. */
1787 #include <$2>
1788 _ACEOF
1789 if ac_fn_c_try_compile "$LINENO"; then :
1790 ac_header_compiler=yes
1791 else
1792 ac_header_compiler=no
1794 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1796 $as_echo "$ac_header_compiler" >&6; }
1798 # Is the header present?
1799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1800 $as_echo_n "checking $2 presence... " >&6; }
1801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1802 /* end confdefs.h. */
1803 #include <$2>
1804 _ACEOF
1805 if ac_fn_c_try_cpp "$LINENO"; then :
1806 ac_header_preproc=yes
1807 else
1808 ac_header_preproc=no
1810 rm -f conftest.err conftest.$ac_ext
1811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1812 $as_echo "$ac_header_preproc" >&6; }
1814 # So? What about this header?
1815 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1816 yes:no: )
1817 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1818 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1819 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1820 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1822 no:yes:* )
1823 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1824 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1825 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1826 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1827 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1828 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1829 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1830 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1831 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1832 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1833 ( cat <<\_ASBOX
1834 ## ------------------------------------ ##
1835 ## Report this to wine-devel@winehq.org ##
1836 ## ------------------------------------ ##
1837 _ASBOX
1838 ) | sed "s/^/$as_me: WARNING: /" >&2
1840 esac
1841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1842 $as_echo_n "checking for $2... " >&6; }
1843 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1844 $as_echo_n "(cached) " >&6
1845 else
1846 eval "$3=\$ac_header_compiler"
1848 eval ac_res=\$$3
1849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1850 $as_echo "$ac_res" >&6; }
1852 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1854 } # ac_fn_c_check_header_mongrel
1856 # ac_fn_c_try_run LINENO
1857 # ----------------------
1858 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1859 # that executables *can* be run.
1860 ac_fn_c_try_run ()
1862 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1863 if { { ac_try="$ac_link"
1864 case "(($ac_try" in
1865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1866 *) ac_try_echo=$ac_try;;
1867 esac
1868 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1869 $as_echo "$ac_try_echo"; } >&5
1870 (eval "$ac_link") 2>&5
1871 ac_status=$?
1872 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1873 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1874 { { case "(($ac_try" in
1875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1876 *) ac_try_echo=$ac_try;;
1877 esac
1878 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1879 $as_echo "$ac_try_echo"; } >&5
1880 (eval "$ac_try") 2>&5
1881 ac_status=$?
1882 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1883 test $ac_status = 0; }; }; then :
1884 ac_retval=0
1885 else
1886 $as_echo "$as_me: program exited with status $ac_status" >&5
1887 $as_echo "$as_me: failed program was:" >&5
1888 sed 's/^/| /' conftest.$ac_ext >&5
1890 ac_retval=$ac_status
1892 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1893 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1894 as_fn_set_status $ac_retval
1896 } # ac_fn_c_try_run
1898 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1899 # -------------------------------------------------------
1900 # Tests whether HEADER exists and can be compiled using the include files in
1901 # INCLUDES, setting the cache variable VAR accordingly.
1902 ac_fn_c_check_header_compile ()
1904 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1906 $as_echo_n "checking for $2... " >&6; }
1907 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1908 $as_echo_n "(cached) " >&6
1909 else
1910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1911 /* end confdefs.h. */
1913 #include <$2>
1914 _ACEOF
1915 if ac_fn_c_try_compile "$LINENO"; then :
1916 eval "$3=yes"
1917 else
1918 eval "$3=no"
1920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1922 eval ac_res=\$$3
1923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1924 $as_echo "$ac_res" >&6; }
1925 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1927 } # ac_fn_c_check_header_compile
1929 # ac_fn_c_check_func LINENO FUNC VAR
1930 # ----------------------------------
1931 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1932 ac_fn_c_check_func ()
1934 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1936 $as_echo_n "checking for $2... " >&6; }
1937 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1938 $as_echo_n "(cached) " >&6
1939 else
1940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1941 /* end confdefs.h. */
1942 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1943 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1944 #define $2 innocuous_$2
1946 /* System header to define __stub macros and hopefully few prototypes,
1947 which can conflict with char $2 (); below.
1948 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1949 <limits.h> exists even on freestanding compilers. */
1951 #ifdef __STDC__
1952 # include <limits.h>
1953 #else
1954 # include <assert.h>
1955 #endif
1957 #undef $2
1959 /* Override any GCC internal prototype to avoid an error.
1960 Use char because int might match the return type of a GCC
1961 builtin and then its argument prototype would still apply. */
1962 #ifdef __cplusplus
1963 extern "C"
1964 #endif
1965 char $2 ();
1966 /* The GNU C library defines this for functions which it implements
1967 to always fail with ENOSYS. Some functions are actually named
1968 something starting with __ and the normal name is an alias. */
1969 #if defined __stub_$2 || defined __stub___$2
1970 choke me
1971 #endif
1974 main ()
1976 return $2 ();
1978 return 0;
1980 _ACEOF
1981 if ac_fn_c_try_link "$LINENO"; then :
1982 eval "$3=yes"
1983 else
1984 eval "$3=no"
1986 rm -f core conftest.err conftest.$ac_objext \
1987 conftest$ac_exeext conftest.$ac_ext
1989 eval ac_res=\$$3
1990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1991 $as_echo "$ac_res" >&6; }
1992 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1994 } # ac_fn_c_check_func
1996 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1997 # ----------------------------------------------------
1998 # Tries to find if the field MEMBER exists in type AGGR, after including
1999 # INCLUDES, setting cache variable VAR accordingly.
2000 ac_fn_c_check_member ()
2002 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2004 $as_echo_n "checking for $2.$3... " >&6; }
2005 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2006 $as_echo_n "(cached) " >&6
2007 else
2008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2009 /* end confdefs.h. */
2012 main ()
2014 static $2 ac_aggr;
2015 if (ac_aggr.$3)
2016 return 0;
2018 return 0;
2020 _ACEOF
2021 if ac_fn_c_try_compile "$LINENO"; then :
2022 eval "$4=yes"
2023 else
2024 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2025 /* end confdefs.h. */
2028 main ()
2030 static $2 ac_aggr;
2031 if (sizeof ac_aggr.$3)
2032 return 0;
2034 return 0;
2036 _ACEOF
2037 if ac_fn_c_try_compile "$LINENO"; then :
2038 eval "$4=yes"
2039 else
2040 eval "$4=no"
2042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2046 eval ac_res=\$$4
2047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2048 $as_echo "$ac_res" >&6; }
2049 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2051 } # ac_fn_c_check_member
2053 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2054 # -------------------------------------------
2055 # Tests whether TYPE exists after having included INCLUDES, setting cache
2056 # variable VAR accordingly.
2057 ac_fn_c_check_type ()
2059 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2061 $as_echo_n "checking for $2... " >&6; }
2062 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2063 $as_echo_n "(cached) " >&6
2064 else
2065 eval "$3=no"
2066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2067 /* end confdefs.h. */
2070 main ()
2072 if (sizeof ($2))
2073 return 0;
2075 return 0;
2077 _ACEOF
2078 if ac_fn_c_try_compile "$LINENO"; then :
2079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2080 /* end confdefs.h. */
2083 main ()
2085 if (sizeof (($2)))
2086 return 0;
2088 return 0;
2090 _ACEOF
2091 if ac_fn_c_try_compile "$LINENO"; then :
2093 else
2094 eval "$3=yes"
2096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2100 eval ac_res=\$$3
2101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2102 $as_echo "$ac_res" >&6; }
2103 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2105 } # ac_fn_c_check_type
2106 cat >config.log <<_ACEOF
2107 This file contains any messages produced by compilers while
2108 running configure, to aid debugging if configure makes a mistake.
2110 It was created by Wine $as_me 1.1.38, which was
2111 generated by GNU Autoconf 2.65. Invocation command line was
2113 $ $0 $@
2115 _ACEOF
2116 exec 5>>config.log
2118 cat <<_ASUNAME
2119 ## --------- ##
2120 ## Platform. ##
2121 ## --------- ##
2123 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2124 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2125 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2126 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2127 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2129 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2130 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2132 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2133 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2134 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2135 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2136 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2137 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2138 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2140 _ASUNAME
2142 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2143 for as_dir in $PATH
2145 IFS=$as_save_IFS
2146 test -z "$as_dir" && as_dir=.
2147 $as_echo "PATH: $as_dir"
2148 done
2149 IFS=$as_save_IFS
2151 } >&5
2153 cat >&5 <<_ACEOF
2156 ## ----------- ##
2157 ## Core tests. ##
2158 ## ----------- ##
2160 _ACEOF
2163 # Keep a trace of the command line.
2164 # Strip out --no-create and --no-recursion so they do not pile up.
2165 # Strip out --silent because we don't want to record it for future runs.
2166 # Also quote any args containing shell meta-characters.
2167 # Make two passes to allow for proper duplicate-argument suppression.
2168 ac_configure_args=
2169 ac_configure_args0=
2170 ac_configure_args1=
2171 ac_must_keep_next=false
2172 for ac_pass in 1 2
2174 for ac_arg
2176 case $ac_arg in
2177 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2178 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2179 | -silent | --silent | --silen | --sile | --sil)
2180 continue ;;
2181 *\'*)
2182 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2183 esac
2184 case $ac_pass in
2185 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2187 as_fn_append ac_configure_args1 " '$ac_arg'"
2188 if test $ac_must_keep_next = true; then
2189 ac_must_keep_next=false # Got value, back to normal.
2190 else
2191 case $ac_arg in
2192 *=* | --config-cache | -C | -disable-* | --disable-* \
2193 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2194 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2195 | -with-* | --with-* | -without-* | --without-* | --x)
2196 case "$ac_configure_args0 " in
2197 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2198 esac
2200 -* ) ac_must_keep_next=true ;;
2201 esac
2203 as_fn_append ac_configure_args " '$ac_arg'"
2205 esac
2206 done
2207 done
2208 { ac_configure_args0=; unset ac_configure_args0;}
2209 { ac_configure_args1=; unset ac_configure_args1;}
2211 # When interrupted or exit'd, cleanup temporary files, and complete
2212 # config.log. We remove comments because anyway the quotes in there
2213 # would cause problems or look ugly.
2214 # WARNING: Use '\'' to represent an apostrophe within the trap.
2215 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2216 trap 'exit_status=$?
2217 # Save into config.log some information that might help in debugging.
2219 echo
2221 cat <<\_ASBOX
2222 ## ---------------- ##
2223 ## Cache variables. ##
2224 ## ---------------- ##
2225 _ASBOX
2226 echo
2227 # The following way of writing the cache mishandles newlines in values,
2229 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2230 eval ac_val=\$$ac_var
2231 case $ac_val in #(
2232 *${as_nl}*)
2233 case $ac_var in #(
2234 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2235 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2236 esac
2237 case $ac_var in #(
2238 _ | IFS | as_nl) ;; #(
2239 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2240 *) { eval $ac_var=; unset $ac_var;} ;;
2241 esac ;;
2242 esac
2243 done
2244 (set) 2>&1 |
2245 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2246 *${as_nl}ac_space=\ *)
2247 sed -n \
2248 "s/'\''/'\''\\\\'\'''\''/g;
2249 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2250 ;; #(
2252 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2254 esac |
2255 sort
2257 echo
2259 cat <<\_ASBOX
2260 ## ----------------- ##
2261 ## Output variables. ##
2262 ## ----------------- ##
2263 _ASBOX
2264 echo
2265 for ac_var in $ac_subst_vars
2267 eval ac_val=\$$ac_var
2268 case $ac_val in
2269 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2270 esac
2271 $as_echo "$ac_var='\''$ac_val'\''"
2272 done | sort
2273 echo
2275 if test -n "$ac_subst_files"; then
2276 cat <<\_ASBOX
2277 ## ------------------- ##
2278 ## File substitutions. ##
2279 ## ------------------- ##
2280 _ASBOX
2281 echo
2282 for ac_var in $ac_subst_files
2284 eval ac_val=\$$ac_var
2285 case $ac_val in
2286 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2287 esac
2288 $as_echo "$ac_var='\''$ac_val'\''"
2289 done | sort
2290 echo
2293 if test -s confdefs.h; then
2294 cat <<\_ASBOX
2295 ## ----------- ##
2296 ## confdefs.h. ##
2297 ## ----------- ##
2298 _ASBOX
2299 echo
2300 cat confdefs.h
2301 echo
2303 test "$ac_signal" != 0 &&
2304 $as_echo "$as_me: caught signal $ac_signal"
2305 $as_echo "$as_me: exit $exit_status"
2306 } >&5
2307 rm -f core *.core core.conftest.* &&
2308 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2309 exit $exit_status
2311 for ac_signal in 1 2 13 15; do
2312 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2313 done
2314 ac_signal=0
2316 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2317 rm -f -r conftest* confdefs.h
2319 $as_echo "/* confdefs.h */" > confdefs.h
2321 # Predefined preprocessor variables.
2323 cat >>confdefs.h <<_ACEOF
2324 #define PACKAGE_NAME "$PACKAGE_NAME"
2325 _ACEOF
2327 cat >>confdefs.h <<_ACEOF
2328 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2329 _ACEOF
2331 cat >>confdefs.h <<_ACEOF
2332 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2333 _ACEOF
2335 cat >>confdefs.h <<_ACEOF
2336 #define PACKAGE_STRING "$PACKAGE_STRING"
2337 _ACEOF
2339 cat >>confdefs.h <<_ACEOF
2340 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2341 _ACEOF
2343 cat >>confdefs.h <<_ACEOF
2344 #define PACKAGE_URL "$PACKAGE_URL"
2345 _ACEOF
2348 # Let the site file select an alternate cache file if it wants to.
2349 # Prefer an explicitly selected file to automatically selected ones.
2350 ac_site_file1=NONE
2351 ac_site_file2=NONE
2352 if test -n "$CONFIG_SITE"; then
2353 ac_site_file1=$CONFIG_SITE
2354 elif test "x$prefix" != xNONE; then
2355 ac_site_file1=$prefix/share/config.site
2356 ac_site_file2=$prefix/etc/config.site
2357 else
2358 ac_site_file1=$ac_default_prefix/share/config.site
2359 ac_site_file2=$ac_default_prefix/etc/config.site
2361 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2363 test "x$ac_site_file" = xNONE && continue
2364 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2365 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2366 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2367 sed 's/^/| /' "$ac_site_file" >&5
2368 . "$ac_site_file"
2370 done
2372 if test -r "$cache_file"; then
2373 # Some versions of bash will fail to source /dev/null (special files
2374 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2375 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2376 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2377 $as_echo "$as_me: loading cache $cache_file" >&6;}
2378 case $cache_file in
2379 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2380 *) . "./$cache_file";;
2381 esac
2383 else
2384 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2385 $as_echo "$as_me: creating cache $cache_file" >&6;}
2386 >$cache_file
2389 # Check that the precious variables saved in the cache have kept the same
2390 # value.
2391 ac_cache_corrupted=false
2392 for ac_var in $ac_precious_vars; do
2393 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2394 eval ac_new_set=\$ac_env_${ac_var}_set
2395 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2396 eval ac_new_val=\$ac_env_${ac_var}_value
2397 case $ac_old_set,$ac_new_set in
2398 set,)
2399 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2400 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2401 ac_cache_corrupted=: ;;
2402 ,set)
2403 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2404 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2405 ac_cache_corrupted=: ;;
2406 ,);;
2408 if test "x$ac_old_val" != "x$ac_new_val"; then
2409 # differences in whitespace do not lead to failure.
2410 ac_old_val_w=`echo x $ac_old_val`
2411 ac_new_val_w=`echo x $ac_new_val`
2412 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2413 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2414 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2415 ac_cache_corrupted=:
2416 else
2417 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2418 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2419 eval $ac_var=\$ac_old_val
2421 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2422 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2423 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2424 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2425 fi;;
2426 esac
2427 # Pass precious variables to config.status.
2428 if test "$ac_new_set" = set; then
2429 case $ac_new_val in
2430 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2431 *) ac_arg=$ac_var=$ac_new_val ;;
2432 esac
2433 case " $ac_configure_args " in
2434 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2435 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2436 esac
2438 done
2439 if $ac_cache_corrupted; then
2440 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2441 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2442 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2443 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2444 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2446 ## -------------------- ##
2447 ## Main body of script. ##
2448 ## -------------------- ##
2450 ac_ext=c
2451 ac_cpp='$CPP $CPPFLAGS'
2452 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2453 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2454 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2458 ac_config_headers="$ac_config_headers include/config.h"
2460 ac_aux_dir=
2461 for ac_dir in tools "$srcdir"/tools; do
2462 for ac_t in install-sh install.sh shtool; do
2463 if test -f "$ac_dir/$ac_t"; then
2464 ac_aux_dir=$ac_dir
2465 ac_install_sh="$ac_aux_dir/$ac_t -c"
2466 break 2
2468 done
2469 done
2470 if test -z "$ac_aux_dir"; then
2471 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2474 # These three variables are undocumented and unsupported,
2475 # and are intended to be withdrawn in a future Autoconf release.
2476 # They can cause serious problems if a builder's source tree is in a directory
2477 # whose full name contains unusual characters.
2478 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2479 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2480 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2485 # Check whether --enable-win16 was given.
2486 if test "${enable_win16+set}" = set; then :
2487 enableval=$enable_win16;
2490 # Check whether --enable-win64 was given.
2491 if test "${enable_win64+set}" = set; then :
2492 enableval=$enable_win64;
2495 # Check whether --enable-tests was given.
2496 if test "${enable_tests+set}" = set; then :
2497 enableval=$enable_tests;
2500 # Check whether --enable-maintainer-mode was given.
2501 if test "${enable_maintainer_mode+set}" = set; then :
2502 enableval=$enable_maintainer_mode;
2503 else
2504 MAINTAINER_MODE=\#
2510 # Check whether --with-alsa was given.
2511 if test "${with_alsa+set}" = set; then :
2512 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2516 # Check whether --with-audioio was given.
2517 if test "${with_audioio+set}" = set; then :
2518 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2522 # Check whether --with-capi was given.
2523 if test "${with_capi+set}" = set; then :
2524 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2528 # Check whether --with-cms was given.
2529 if test "${with_cms+set}" = set; then :
2530 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2534 # Check whether --with-coreaudio was given.
2535 if test "${with_coreaudio+set}" = set; then :
2536 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2540 # Check whether --with-cups was given.
2541 if test "${with_cups+set}" = set; then :
2542 withval=$with_cups;
2546 # Check whether --with-curses was given.
2547 if test "${with_curses+set}" = set; then :
2548 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2552 # Check whether --with-esd was given.
2553 if test "${with_esd+set}" = set; then :
2554 withval=$with_esd;
2558 # Check whether --with-fontconfig was given.
2559 if test "${with_fontconfig+set}" = set; then :
2560 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2564 # Check whether --with-freetype was given.
2565 if test "${with_freetype+set}" = set; then :
2566 withval=$with_freetype;
2570 # Check whether --with-gphoto was given.
2571 if test "${with_gphoto+set}" = set; then :
2572 withval=$with_gphoto;
2576 # Check whether --with-glu was given.
2577 if test "${with_glu+set}" = set; then :
2578 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2582 # Check whether --with-gnutls was given.
2583 if test "${with_gnutls+set}" = set; then :
2584 withval=$with_gnutls;
2588 # Check whether --with-gsm was given.
2589 if test "${with_gsm+set}" = set; then :
2590 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2594 # Check whether --with-hal was given.
2595 if test "${with_hal+set}" = set; then :
2596 withval=$with_hal;
2600 # Check whether --with-jack was given.
2601 if test "${with_jack+set}" = set; then :
2602 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2606 # Check whether --with-jpeg was given.
2607 if test "${with_jpeg+set}" = set; then :
2608 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2612 # Check whether --with-ldap was given.
2613 if test "${with_ldap+set}" = set; then :
2614 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2618 # Check whether --with-mpg123 was given.
2619 if test "${with_mpg123+set}" = set; then :
2620 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2624 # Check whether --with-nas was given.
2625 if test "${with_nas+set}" = set; then :
2626 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2630 # Check whether --with-openal was given.
2631 if test "${with_openal+set}" = set; then :
2632 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2636 # Check whether --with-opengl was given.
2637 if test "${with_opengl+set}" = set; then :
2638 withval=$with_opengl;
2642 # Check whether --with-openssl was given.
2643 if test "${with_openssl+set}" = set; then :
2644 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2648 # Check whether --with-oss was given.
2649 if test "${with_oss+set}" = set; then :
2650 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
2654 # Check whether --with-png was given.
2655 if test "${with_png+set}" = set; then :
2656 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2660 # Check whether --with-pthread was given.
2661 if test "${with_pthread+set}" = set; then :
2662 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2666 # Check whether --with-sane was given.
2667 if test "${with_sane+set}" = set; then :
2668 withval=$with_sane;
2672 # Check whether --with-v4l was given.
2673 if test "${with_v4l+set}" = set; then :
2674 withval=$with_v4l;
2678 # Check whether --with-xcomposite was given.
2679 if test "${with_xcomposite+set}" = set; then :
2680 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2684 # Check whether --with-xcursor was given.
2685 if test "${with_xcursor+set}" = set; then :
2686 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2690 # Check whether --with-xinerama was given.
2691 if test "${with_xinerama+set}" = set; then :
2692 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2696 # Check whether --with-xinput was given.
2697 if test "${with_xinput+set}" = set; then :
2698 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2702 # Check whether --with-xml was given.
2703 if test "${with_xml+set}" = set; then :
2704 withval=$with_xml;
2708 # Check whether --with-xrandr was given.
2709 if test "${with_xrandr+set}" = set; then :
2710 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2714 # Check whether --with-xrender was given.
2715 if test "${with_xrender+set}" = set; then :
2716 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2720 # Check whether --with-xshape was given.
2721 if test "${with_xshape+set}" = set; then :
2722 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2726 # Check whether --with-xshm was given.
2727 if test "${with_xshm+set}" = set; then :
2728 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2732 # Check whether --with-xslt was given.
2733 if test "${with_xslt+set}" = set; then :
2734 withval=$with_xslt;
2738 # Check whether --with-xxf86vm was given.
2739 if test "${with_xxf86vm+set}" = set; then :
2740 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
2745 # Check whether --with-wine-tools was given.
2746 if test "${with_wine_tools+set}" = set; then :
2747 withval=$with_wine_tools;
2751 # Check whether --with-wine64 was given.
2752 if test "${with_wine64+set}" = set; then :
2753 withval=$with_wine64;
2757 # Make sure we can run config.sub.
2758 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2759 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2762 $as_echo_n "checking build system type... " >&6; }
2763 if test "${ac_cv_build+set}" = set; then :
2764 $as_echo_n "(cached) " >&6
2765 else
2766 ac_build_alias=$build_alias
2767 test "x$ac_build_alias" = x &&
2768 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2769 test "x$ac_build_alias" = x &&
2770 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2771 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2772 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2776 $as_echo "$ac_cv_build" >&6; }
2777 case $ac_cv_build in
2778 *-*-*) ;;
2779 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2780 esac
2781 build=$ac_cv_build
2782 ac_save_IFS=$IFS; IFS='-'
2783 set x $ac_cv_build
2784 shift
2785 build_cpu=$1
2786 build_vendor=$2
2787 shift; shift
2788 # Remember, the first character of IFS is used to create $*,
2789 # except with old shells:
2790 build_os=$*
2791 IFS=$ac_save_IFS
2792 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2796 $as_echo_n "checking host system type... " >&6; }
2797 if test "${ac_cv_host+set}" = set; then :
2798 $as_echo_n "(cached) " >&6
2799 else
2800 if test "x$host_alias" = x; then
2801 ac_cv_host=$ac_cv_build
2802 else
2803 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2804 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2809 $as_echo "$ac_cv_host" >&6; }
2810 case $ac_cv_host in
2811 *-*-*) ;;
2812 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2813 esac
2814 host=$ac_cv_host
2815 ac_save_IFS=$IFS; IFS='-'
2816 set x $ac_cv_host
2817 shift
2818 host_cpu=$1
2819 host_vendor=$2
2820 shift; shift
2821 # Remember, the first character of IFS is used to create $*,
2822 # except with old shells:
2823 host_os=$*
2824 IFS=$ac_save_IFS
2825 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2829 case "$srcdir" in
2830 .) ;;
2831 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2832 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2833 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2834 fi ;;
2835 esac
2838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2839 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2840 set x ${MAKE-make}
2841 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2842 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2843 $as_echo_n "(cached) " >&6
2844 else
2845 cat >conftest.make <<\_ACEOF
2846 SHELL = /bin/sh
2847 all:
2848 @echo '@@@%%%=$(MAKE)=@@@%%%'
2849 _ACEOF
2850 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2851 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2852 *@@@%%%=?*=@@@%%%*)
2853 eval ac_cv_prog_make_${ac_make}_set=yes;;
2855 eval ac_cv_prog_make_${ac_make}_set=no;;
2856 esac
2857 rm -f conftest.make
2859 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2861 $as_echo "yes" >&6; }
2862 SET_MAKE=
2863 else
2864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2865 $as_echo "no" >&6; }
2866 SET_MAKE="MAKE=${MAKE-make}"
2869 ac_ext=c
2870 ac_cpp='$CPP $CPPFLAGS'
2871 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2872 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2873 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2874 if test -n "$ac_tool_prefix"; then
2875 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2876 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2878 $as_echo_n "checking for $ac_word... " >&6; }
2879 if test "${ac_cv_prog_CC+set}" = set; then :
2880 $as_echo_n "(cached) " >&6
2881 else
2882 if test -n "$CC"; then
2883 ac_cv_prog_CC="$CC" # Let the user override the test.
2884 else
2885 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2886 for as_dir in $PATH
2888 IFS=$as_save_IFS
2889 test -z "$as_dir" && as_dir=.
2890 for ac_exec_ext in '' $ac_executable_extensions; do
2891 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2892 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2893 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2894 break 2
2896 done
2897 done
2898 IFS=$as_save_IFS
2902 CC=$ac_cv_prog_CC
2903 if test -n "$CC"; then
2904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2905 $as_echo "$CC" >&6; }
2906 else
2907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2908 $as_echo "no" >&6; }
2913 if test -z "$ac_cv_prog_CC"; then
2914 ac_ct_CC=$CC
2915 # Extract the first word of "gcc", so it can be a program name with args.
2916 set dummy gcc; ac_word=$2
2917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2918 $as_echo_n "checking for $ac_word... " >&6; }
2919 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2920 $as_echo_n "(cached) " >&6
2921 else
2922 if test -n "$ac_ct_CC"; then
2923 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2924 else
2925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2926 for as_dir in $PATH
2928 IFS=$as_save_IFS
2929 test -z "$as_dir" && as_dir=.
2930 for ac_exec_ext in '' $ac_executable_extensions; do
2931 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2932 ac_cv_prog_ac_ct_CC="gcc"
2933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2934 break 2
2936 done
2937 done
2938 IFS=$as_save_IFS
2942 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2943 if test -n "$ac_ct_CC"; then
2944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2945 $as_echo "$ac_ct_CC" >&6; }
2946 else
2947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2948 $as_echo "no" >&6; }
2951 if test "x$ac_ct_CC" = x; then
2952 CC=""
2953 else
2954 case $cross_compiling:$ac_tool_warned in
2955 yes:)
2956 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2957 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2958 ac_tool_warned=yes ;;
2959 esac
2960 CC=$ac_ct_CC
2962 else
2963 CC="$ac_cv_prog_CC"
2966 if test -z "$CC"; then
2967 if test -n "$ac_tool_prefix"; then
2968 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2969 set dummy ${ac_tool_prefix}cc; ac_word=$2
2970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2971 $as_echo_n "checking for $ac_word... " >&6; }
2972 if test "${ac_cv_prog_CC+set}" = set; then :
2973 $as_echo_n "(cached) " >&6
2974 else
2975 if test -n "$CC"; then
2976 ac_cv_prog_CC="$CC" # Let the user override the test.
2977 else
2978 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2979 for as_dir in $PATH
2981 IFS=$as_save_IFS
2982 test -z "$as_dir" && as_dir=.
2983 for ac_exec_ext in '' $ac_executable_extensions; do
2984 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2985 ac_cv_prog_CC="${ac_tool_prefix}cc"
2986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2987 break 2
2989 done
2990 done
2991 IFS=$as_save_IFS
2995 CC=$ac_cv_prog_CC
2996 if test -n "$CC"; then
2997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2998 $as_echo "$CC" >&6; }
2999 else
3000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3001 $as_echo "no" >&6; }
3007 if test -z "$CC"; then
3008 # Extract the first word of "cc", so it can be a program name with args.
3009 set dummy cc; ac_word=$2
3010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3011 $as_echo_n "checking for $ac_word... " >&6; }
3012 if test "${ac_cv_prog_CC+set}" = set; then :
3013 $as_echo_n "(cached) " >&6
3014 else
3015 if test -n "$CC"; then
3016 ac_cv_prog_CC="$CC" # Let the user override the test.
3017 else
3018 ac_prog_rejected=no
3019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3020 for as_dir in $PATH
3022 IFS=$as_save_IFS
3023 test -z "$as_dir" && as_dir=.
3024 for ac_exec_ext in '' $ac_executable_extensions; do
3025 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3026 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3027 ac_prog_rejected=yes
3028 continue
3030 ac_cv_prog_CC="cc"
3031 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3032 break 2
3034 done
3035 done
3036 IFS=$as_save_IFS
3038 if test $ac_prog_rejected = yes; then
3039 # We found a bogon in the path, so make sure we never use it.
3040 set dummy $ac_cv_prog_CC
3041 shift
3042 if test $# != 0; then
3043 # We chose a different compiler from the bogus one.
3044 # However, it has the same basename, so the bogon will be chosen
3045 # first if we set CC to just the basename; use the full file name.
3046 shift
3047 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3052 CC=$ac_cv_prog_CC
3053 if test -n "$CC"; then
3054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3055 $as_echo "$CC" >&6; }
3056 else
3057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3058 $as_echo "no" >&6; }
3063 if test -z "$CC"; then
3064 if test -n "$ac_tool_prefix"; then
3065 for ac_prog in cl.exe
3067 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3068 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3070 $as_echo_n "checking for $ac_word... " >&6; }
3071 if test "${ac_cv_prog_CC+set}" = set; then :
3072 $as_echo_n "(cached) " >&6
3073 else
3074 if test -n "$CC"; then
3075 ac_cv_prog_CC="$CC" # Let the user override the test.
3076 else
3077 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3078 for as_dir in $PATH
3080 IFS=$as_save_IFS
3081 test -z "$as_dir" && as_dir=.
3082 for ac_exec_ext in '' $ac_executable_extensions; do
3083 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3084 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3085 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3086 break 2
3088 done
3089 done
3090 IFS=$as_save_IFS
3094 CC=$ac_cv_prog_CC
3095 if test -n "$CC"; then
3096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3097 $as_echo "$CC" >&6; }
3098 else
3099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3100 $as_echo "no" >&6; }
3104 test -n "$CC" && break
3105 done
3107 if test -z "$CC"; then
3108 ac_ct_CC=$CC
3109 for ac_prog in cl.exe
3111 # Extract the first word of "$ac_prog", so it can be a program name with args.
3112 set dummy $ac_prog; ac_word=$2
3113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3114 $as_echo_n "checking for $ac_word... " >&6; }
3115 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3116 $as_echo_n "(cached) " >&6
3117 else
3118 if test -n "$ac_ct_CC"; then
3119 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3120 else
3121 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3122 for as_dir in $PATH
3124 IFS=$as_save_IFS
3125 test -z "$as_dir" && as_dir=.
3126 for ac_exec_ext in '' $ac_executable_extensions; do
3127 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3128 ac_cv_prog_ac_ct_CC="$ac_prog"
3129 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3130 break 2
3132 done
3133 done
3134 IFS=$as_save_IFS
3138 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3139 if test -n "$ac_ct_CC"; then
3140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3141 $as_echo "$ac_ct_CC" >&6; }
3142 else
3143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3144 $as_echo "no" >&6; }
3148 test -n "$ac_ct_CC" && break
3149 done
3151 if test "x$ac_ct_CC" = x; then
3152 CC=""
3153 else
3154 case $cross_compiling:$ac_tool_warned in
3155 yes:)
3156 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3157 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3158 ac_tool_warned=yes ;;
3159 esac
3160 CC=$ac_ct_CC
3167 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3168 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3169 as_fn_error "no acceptable C compiler found in \$PATH
3170 See \`config.log' for more details." "$LINENO" 5; }
3172 # Provide some information about the compiler.
3173 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3174 set X $ac_compile
3175 ac_compiler=$2
3176 for ac_option in --version -v -V -qversion; do
3177 { { ac_try="$ac_compiler $ac_option >&5"
3178 case "(($ac_try" in
3179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3180 *) ac_try_echo=$ac_try;;
3181 esac
3182 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3183 $as_echo "$ac_try_echo"; } >&5
3184 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3185 ac_status=$?
3186 if test -s conftest.err; then
3187 sed '10a\
3188 ... rest of stderr output deleted ...
3189 10q' conftest.err >conftest.er1
3190 cat conftest.er1 >&5
3192 rm -f conftest.er1 conftest.err
3193 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3194 test $ac_status = 0; }
3195 done
3197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3198 /* end confdefs.h. */
3201 main ()
3205 return 0;
3207 _ACEOF
3208 ac_clean_files_save=$ac_clean_files
3209 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3210 # Try to create an executable without -o first, disregard a.out.
3211 # It will help us diagnose broken compilers, and finding out an intuition
3212 # of exeext.
3213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3214 $as_echo_n "checking whether the C compiler works... " >&6; }
3215 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3217 # The possible output files:
3218 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3220 ac_rmfiles=
3221 for ac_file in $ac_files
3223 case $ac_file in
3224 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3225 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3226 esac
3227 done
3228 rm -f $ac_rmfiles
3230 if { { ac_try="$ac_link_default"
3231 case "(($ac_try" in
3232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3233 *) ac_try_echo=$ac_try;;
3234 esac
3235 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3236 $as_echo "$ac_try_echo"; } >&5
3237 (eval "$ac_link_default") 2>&5
3238 ac_status=$?
3239 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3240 test $ac_status = 0; }; then :
3241 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3242 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3243 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3244 # so that the user can short-circuit this test for compilers unknown to
3245 # Autoconf.
3246 for ac_file in $ac_files ''
3248 test -f "$ac_file" || continue
3249 case $ac_file in
3250 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3252 [ab].out )
3253 # We found the default executable, but exeext='' is most
3254 # certainly right.
3255 break;;
3256 *.* )
3257 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3258 then :; else
3259 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3261 # We set ac_cv_exeext here because the later test for it is not
3262 # safe: cross compilers may not add the suffix if given an `-o'
3263 # argument, so we may need to know it at that point already.
3264 # Even if this section looks crufty: it has the advantage of
3265 # actually working.
3266 break;;
3268 break;;
3269 esac
3270 done
3271 test "$ac_cv_exeext" = no && ac_cv_exeext=
3273 else
3274 ac_file=''
3276 if test -z "$ac_file"; then :
3277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3278 $as_echo "no" >&6; }
3279 $as_echo "$as_me: failed program was:" >&5
3280 sed 's/^/| /' conftest.$ac_ext >&5
3282 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3283 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3284 { as_fn_set_status 77
3285 as_fn_error "C compiler cannot create executables
3286 See \`config.log' for more details." "$LINENO" 5; }; }
3287 else
3288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3289 $as_echo "yes" >&6; }
3291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3292 $as_echo_n "checking for C compiler default output file name... " >&6; }
3293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3294 $as_echo "$ac_file" >&6; }
3295 ac_exeext=$ac_cv_exeext
3297 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3298 ac_clean_files=$ac_clean_files_save
3299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3300 $as_echo_n "checking for suffix of executables... " >&6; }
3301 if { { ac_try="$ac_link"
3302 case "(($ac_try" in
3303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3304 *) ac_try_echo=$ac_try;;
3305 esac
3306 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3307 $as_echo "$ac_try_echo"; } >&5
3308 (eval "$ac_link") 2>&5
3309 ac_status=$?
3310 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3311 test $ac_status = 0; }; then :
3312 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3313 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3314 # work properly (i.e., refer to `conftest.exe'), while it won't with
3315 # `rm'.
3316 for ac_file in conftest.exe conftest conftest.*; do
3317 test -f "$ac_file" || continue
3318 case $ac_file in
3319 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3320 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3321 break;;
3322 * ) break;;
3323 esac
3324 done
3325 else
3326 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3327 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3328 as_fn_error "cannot compute suffix of executables: cannot compile and link
3329 See \`config.log' for more details." "$LINENO" 5; }
3331 rm -f conftest conftest$ac_cv_exeext
3332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3333 $as_echo "$ac_cv_exeext" >&6; }
3335 rm -f conftest.$ac_ext
3336 EXEEXT=$ac_cv_exeext
3337 ac_exeext=$EXEEXT
3338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3339 /* end confdefs.h. */
3340 #include <stdio.h>
3342 main ()
3344 FILE *f = fopen ("conftest.out", "w");
3345 return ferror (f) || fclose (f) != 0;
3348 return 0;
3350 _ACEOF
3351 ac_clean_files="$ac_clean_files conftest.out"
3352 # Check that the compiler produces executables we can run. If not, either
3353 # the compiler is broken, or we cross compile.
3354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3355 $as_echo_n "checking whether we are cross compiling... " >&6; }
3356 if test "$cross_compiling" != yes; then
3357 { { ac_try="$ac_link"
3358 case "(($ac_try" in
3359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3360 *) ac_try_echo=$ac_try;;
3361 esac
3362 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3363 $as_echo "$ac_try_echo"; } >&5
3364 (eval "$ac_link") 2>&5
3365 ac_status=$?
3366 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3367 test $ac_status = 0; }
3368 if { ac_try='./conftest$ac_cv_exeext'
3369 { { case "(($ac_try" in
3370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3371 *) ac_try_echo=$ac_try;;
3372 esac
3373 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3374 $as_echo "$ac_try_echo"; } >&5
3375 (eval "$ac_try") 2>&5
3376 ac_status=$?
3377 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3378 test $ac_status = 0; }; }; then
3379 cross_compiling=no
3380 else
3381 if test "$cross_compiling" = maybe; then
3382 cross_compiling=yes
3383 else
3384 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3385 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3386 as_fn_error "cannot run C compiled programs.
3387 If you meant to cross compile, use \`--host'.
3388 See \`config.log' for more details." "$LINENO" 5; }
3392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3393 $as_echo "$cross_compiling" >&6; }
3395 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3396 ac_clean_files=$ac_clean_files_save
3397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3398 $as_echo_n "checking for suffix of object files... " >&6; }
3399 if test "${ac_cv_objext+set}" = set; then :
3400 $as_echo_n "(cached) " >&6
3401 else
3402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3403 /* end confdefs.h. */
3406 main ()
3410 return 0;
3412 _ACEOF
3413 rm -f conftest.o conftest.obj
3414 if { { ac_try="$ac_compile"
3415 case "(($ac_try" in
3416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3417 *) ac_try_echo=$ac_try;;
3418 esac
3419 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3420 $as_echo "$ac_try_echo"; } >&5
3421 (eval "$ac_compile") 2>&5
3422 ac_status=$?
3423 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3424 test $ac_status = 0; }; then :
3425 for ac_file in conftest.o conftest.obj conftest.*; do
3426 test -f "$ac_file" || continue;
3427 case $ac_file in
3428 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3429 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3430 break;;
3431 esac
3432 done
3433 else
3434 $as_echo "$as_me: failed program was:" >&5
3435 sed 's/^/| /' conftest.$ac_ext >&5
3437 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3438 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3439 as_fn_error "cannot compute suffix of object files: cannot compile
3440 See \`config.log' for more details." "$LINENO" 5; }
3442 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3445 $as_echo "$ac_cv_objext" >&6; }
3446 OBJEXT=$ac_cv_objext
3447 ac_objext=$OBJEXT
3448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3449 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3450 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3451 $as_echo_n "(cached) " >&6
3452 else
3453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3454 /* end confdefs.h. */
3457 main ()
3459 #ifndef __GNUC__
3460 choke me
3461 #endif
3464 return 0;
3466 _ACEOF
3467 if ac_fn_c_try_compile "$LINENO"; then :
3468 ac_compiler_gnu=yes
3469 else
3470 ac_compiler_gnu=no
3472 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3473 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3477 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3478 if test $ac_compiler_gnu = yes; then
3479 GCC=yes
3480 else
3481 GCC=
3483 ac_test_CFLAGS=${CFLAGS+set}
3484 ac_save_CFLAGS=$CFLAGS
3485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3486 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3487 if test "${ac_cv_prog_cc_g+set}" = set; then :
3488 $as_echo_n "(cached) " >&6
3489 else
3490 ac_save_c_werror_flag=$ac_c_werror_flag
3491 ac_c_werror_flag=yes
3492 ac_cv_prog_cc_g=no
3493 CFLAGS="-g"
3494 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3495 /* end confdefs.h. */
3498 main ()
3502 return 0;
3504 _ACEOF
3505 if ac_fn_c_try_compile "$LINENO"; then :
3506 ac_cv_prog_cc_g=yes
3507 else
3508 CFLAGS=""
3509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3510 /* end confdefs.h. */
3513 main ()
3517 return 0;
3519 _ACEOF
3520 if ac_fn_c_try_compile "$LINENO"; then :
3522 else
3523 ac_c_werror_flag=$ac_save_c_werror_flag
3524 CFLAGS="-g"
3525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3526 /* end confdefs.h. */
3529 main ()
3533 return 0;
3535 _ACEOF
3536 if ac_fn_c_try_compile "$LINENO"; then :
3537 ac_cv_prog_cc_g=yes
3539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3544 ac_c_werror_flag=$ac_save_c_werror_flag
3546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3547 $as_echo "$ac_cv_prog_cc_g" >&6; }
3548 if test "$ac_test_CFLAGS" = set; then
3549 CFLAGS=$ac_save_CFLAGS
3550 elif test $ac_cv_prog_cc_g = yes; then
3551 if test "$GCC" = yes; then
3552 CFLAGS="-g -O2"
3553 else
3554 CFLAGS="-g"
3556 else
3557 if test "$GCC" = yes; then
3558 CFLAGS="-O2"
3559 else
3560 CFLAGS=
3563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3564 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3565 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3566 $as_echo_n "(cached) " >&6
3567 else
3568 ac_cv_prog_cc_c89=no
3569 ac_save_CC=$CC
3570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3571 /* end confdefs.h. */
3572 #include <stdarg.h>
3573 #include <stdio.h>
3574 #include <sys/types.h>
3575 #include <sys/stat.h>
3576 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3577 struct buf { int x; };
3578 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3579 static char *e (p, i)
3580 char **p;
3581 int i;
3583 return p[i];
3585 static char *f (char * (*g) (char **, int), char **p, ...)
3587 char *s;
3588 va_list v;
3589 va_start (v,p);
3590 s = g (p, va_arg (v,int));
3591 va_end (v);
3592 return s;
3595 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3596 function prototypes and stuff, but not '\xHH' hex character constants.
3597 These don't provoke an error unfortunately, instead are silently treated
3598 as 'x'. The following induces an error, until -std is added to get
3599 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3600 array size at least. It's necessary to write '\x00'==0 to get something
3601 that's true only with -std. */
3602 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3604 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3605 inside strings and character constants. */
3606 #define FOO(x) 'x'
3607 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3609 int test (int i, double x);
3610 struct s1 {int (*f) (int a);};
3611 struct s2 {int (*f) (double a);};
3612 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3613 int argc;
3614 char **argv;
3616 main ()
3618 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3620 return 0;
3622 _ACEOF
3623 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3624 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3626 CC="$ac_save_CC $ac_arg"
3627 if ac_fn_c_try_compile "$LINENO"; then :
3628 ac_cv_prog_cc_c89=$ac_arg
3630 rm -f core conftest.err conftest.$ac_objext
3631 test "x$ac_cv_prog_cc_c89" != "xno" && break
3632 done
3633 rm -f conftest.$ac_ext
3634 CC=$ac_save_CC
3637 # AC_CACHE_VAL
3638 case "x$ac_cv_prog_cc_c89" in
3640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3641 $as_echo "none needed" >&6; } ;;
3642 xno)
3643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3644 $as_echo "unsupported" >&6; } ;;
3646 CC="$CC $ac_cv_prog_cc_c89"
3647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3648 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3649 esac
3650 if test "x$ac_cv_prog_cc_c89" != xno; then :
3654 ac_ext=c
3655 ac_cpp='$CPP $CPPFLAGS'
3656 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3657 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3658 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3660 ac_ext=cpp
3661 ac_cpp='$CXXCPP $CPPFLAGS'
3662 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3663 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3664 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3665 if test -z "$CXX"; then
3666 if test -n "$CCC"; then
3667 CXX=$CCC
3668 else
3669 if test -n "$ac_tool_prefix"; then
3670 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3672 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3673 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3675 $as_echo_n "checking for $ac_word... " >&6; }
3676 if test "${ac_cv_prog_CXX+set}" = set; then :
3677 $as_echo_n "(cached) " >&6
3678 else
3679 if test -n "$CXX"; then
3680 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3681 else
3682 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3683 for as_dir in $PATH
3685 IFS=$as_save_IFS
3686 test -z "$as_dir" && as_dir=.
3687 for ac_exec_ext in '' $ac_executable_extensions; do
3688 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3689 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3690 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3691 break 2
3693 done
3694 done
3695 IFS=$as_save_IFS
3699 CXX=$ac_cv_prog_CXX
3700 if test -n "$CXX"; then
3701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3702 $as_echo "$CXX" >&6; }
3703 else
3704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3705 $as_echo "no" >&6; }
3709 test -n "$CXX" && break
3710 done
3712 if test -z "$CXX"; then
3713 ac_ct_CXX=$CXX
3714 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3716 # Extract the first word of "$ac_prog", so it can be a program name with args.
3717 set dummy $ac_prog; ac_word=$2
3718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3719 $as_echo_n "checking for $ac_word... " >&6; }
3720 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3721 $as_echo_n "(cached) " >&6
3722 else
3723 if test -n "$ac_ct_CXX"; then
3724 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3725 else
3726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3727 for as_dir in $PATH
3729 IFS=$as_save_IFS
3730 test -z "$as_dir" && as_dir=.
3731 for ac_exec_ext in '' $ac_executable_extensions; do
3732 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3733 ac_cv_prog_ac_ct_CXX="$ac_prog"
3734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3735 break 2
3737 done
3738 done
3739 IFS=$as_save_IFS
3743 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3744 if test -n "$ac_ct_CXX"; then
3745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3746 $as_echo "$ac_ct_CXX" >&6; }
3747 else
3748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3749 $as_echo "no" >&6; }
3753 test -n "$ac_ct_CXX" && break
3754 done
3756 if test "x$ac_ct_CXX" = x; then
3757 CXX="g++"
3758 else
3759 case $cross_compiling:$ac_tool_warned in
3760 yes:)
3761 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3762 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3763 ac_tool_warned=yes ;;
3764 esac
3765 CXX=$ac_ct_CXX
3771 # Provide some information about the compiler.
3772 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3773 set X $ac_compile
3774 ac_compiler=$2
3775 for ac_option in --version -v -V -qversion; do
3776 { { ac_try="$ac_compiler $ac_option >&5"
3777 case "(($ac_try" in
3778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3779 *) ac_try_echo=$ac_try;;
3780 esac
3781 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3782 $as_echo "$ac_try_echo"; } >&5
3783 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3784 ac_status=$?
3785 if test -s conftest.err; then
3786 sed '10a\
3787 ... rest of stderr output deleted ...
3788 10q' conftest.err >conftest.er1
3789 cat conftest.er1 >&5
3791 rm -f conftest.er1 conftest.err
3792 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3793 test $ac_status = 0; }
3794 done
3796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3797 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3798 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3799 $as_echo_n "(cached) " >&6
3800 else
3801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3802 /* end confdefs.h. */
3805 main ()
3807 #ifndef __GNUC__
3808 choke me
3809 #endif
3812 return 0;
3814 _ACEOF
3815 if ac_fn_cxx_try_compile "$LINENO"; then :
3816 ac_compiler_gnu=yes
3817 else
3818 ac_compiler_gnu=no
3820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3821 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3825 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3826 if test $ac_compiler_gnu = yes; then
3827 GXX=yes
3828 else
3829 GXX=
3831 ac_test_CXXFLAGS=${CXXFLAGS+set}
3832 ac_save_CXXFLAGS=$CXXFLAGS
3833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3834 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3835 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3836 $as_echo_n "(cached) " >&6
3837 else
3838 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3839 ac_cxx_werror_flag=yes
3840 ac_cv_prog_cxx_g=no
3841 CXXFLAGS="-g"
3842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3843 /* end confdefs.h. */
3846 main ()
3850 return 0;
3852 _ACEOF
3853 if ac_fn_cxx_try_compile "$LINENO"; then :
3854 ac_cv_prog_cxx_g=yes
3855 else
3856 CXXFLAGS=""
3857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3858 /* end confdefs.h. */
3861 main ()
3865 return 0;
3867 _ACEOF
3868 if ac_fn_cxx_try_compile "$LINENO"; then :
3870 else
3871 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3872 CXXFLAGS="-g"
3873 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3874 /* end confdefs.h. */
3877 main ()
3881 return 0;
3883 _ACEOF
3884 if ac_fn_cxx_try_compile "$LINENO"; then :
3885 ac_cv_prog_cxx_g=yes
3887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3889 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3891 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3892 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3895 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3896 if test "$ac_test_CXXFLAGS" = set; then
3897 CXXFLAGS=$ac_save_CXXFLAGS
3898 elif test $ac_cv_prog_cxx_g = yes; then
3899 if test "$GXX" = yes; then
3900 CXXFLAGS="-g -O2"
3901 else
3902 CXXFLAGS="-g"
3904 else
3905 if test "$GXX" = yes; then
3906 CXXFLAGS="-O2"
3907 else
3908 CXXFLAGS=
3911 ac_ext=c
3912 ac_cpp='$CPP $CPPFLAGS'
3913 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3914 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3915 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3917 if test -n "$ac_tool_prefix"; then
3918 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3919 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3921 $as_echo_n "checking for $ac_word... " >&6; }
3922 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3923 $as_echo_n "(cached) " >&6
3924 else
3925 if test -n "$CPPBIN"; then
3926 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3927 else
3928 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3929 for as_dir in $PATH
3931 IFS=$as_save_IFS
3932 test -z "$as_dir" && as_dir=.
3933 for ac_exec_ext in '' $ac_executable_extensions; do
3934 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3935 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3936 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3937 break 2
3939 done
3940 done
3941 IFS=$as_save_IFS
3945 CPPBIN=$ac_cv_prog_CPPBIN
3946 if test -n "$CPPBIN"; then
3947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3948 $as_echo "$CPPBIN" >&6; }
3949 else
3950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3951 $as_echo "no" >&6; }
3956 if test -z "$ac_cv_prog_CPPBIN"; then
3957 ac_ct_CPPBIN=$CPPBIN
3958 # Extract the first word of "cpp", so it can be a program name with args.
3959 set dummy cpp; ac_word=$2
3960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3961 $as_echo_n "checking for $ac_word... " >&6; }
3962 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3963 $as_echo_n "(cached) " >&6
3964 else
3965 if test -n "$ac_ct_CPPBIN"; then
3966 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3967 else
3968 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3969 for as_dir in $PATH
3971 IFS=$as_save_IFS
3972 test -z "$as_dir" && as_dir=.
3973 for ac_exec_ext in '' $ac_executable_extensions; do
3974 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3975 ac_cv_prog_ac_ct_CPPBIN="cpp"
3976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3977 break 2
3979 done
3980 done
3981 IFS=$as_save_IFS
3985 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3986 if test -n "$ac_ct_CPPBIN"; then
3987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3988 $as_echo "$ac_ct_CPPBIN" >&6; }
3989 else
3990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3991 $as_echo "no" >&6; }
3994 if test "x$ac_ct_CPPBIN" = x; then
3995 CPPBIN="cpp"
3996 else
3997 case $cross_compiling:$ac_tool_warned in
3998 yes:)
3999 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4000 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4001 ac_tool_warned=yes ;;
4002 esac
4003 CPPBIN=$ac_ct_CPPBIN
4005 else
4006 CPPBIN="$ac_cv_prog_CPPBIN"
4010 cat >>confdefs.h <<_ACEOF
4011 #define EXEEXT "$ac_exeext"
4012 _ACEOF
4015 case $host in
4016 *-darwin*)
4017 if test "x$enable_win64" = "xyes"
4018 then
4019 CC="$CC -m64"
4020 CXX="$CXX -m64"
4021 LD="${LD:-ld} -arch x86_64"
4022 AS="${AS:-as} -arch x86_64"
4023 host_cpu="x86_64"
4024 notice_platform="64-bit "
4025 TARGETFLAGS="-m64"
4027 else
4028 CC="$CC -m32"
4029 CXX="$CXX -m32"
4030 LD="${LD:-ld} -arch i386"
4031 AS="${AS:-as} -arch i386"
4032 host_cpu="i386"
4033 notice_platform="32-bit "
4034 TARGETFLAGS="-m32"
4036 enable_win16=${enable_win16:-yes}
4039 x86_64*)
4040 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4041 then
4042 CC="$CC -m32"
4043 CXX="$CXX -m32"
4044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4045 $as_echo_n "checking whether $CC works... " >&6; }
4047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4048 /* end confdefs.h. */
4051 main ()
4055 return 0;
4057 _ACEOF
4058 if ac_fn_c_try_link "$LINENO"; then :
4059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4060 $as_echo "yes" >&6; }
4061 else
4062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4063 $as_echo "no" >&6; }
4064 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4066 rm -f core conftest.err conftest.$ac_objext \
4067 conftest$ac_exeext conftest.$ac_ext
4068 LD="${LD:-ld} -m elf_i386"
4069 AS="${AS:-as} --32"
4070 host_cpu="i386"
4071 notice_platform="32-bit "
4072 TARGETFLAGS="-m32"
4074 enable_win16=${enable_win16:-yes}
4075 else
4076 if test "x${GCC}" = "xyes"
4077 then
4078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4079 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4081 /* end confdefs.h. */
4082 #include <stdarg.h>
4084 main ()
4086 void func(__builtin_ms_va_list *args);
4088 return 0;
4090 _ACEOF
4091 if ac_fn_c_try_compile "$LINENO"; then :
4092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4093 $as_echo "yes" >&6; }
4094 else
4095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4096 $as_echo "no" >&6; }
4097 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4099 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4101 TARGETFLAGS="-m64"
4105 *-mingw32*|*-cygwin*)
4106 enable_win16=${enable_win16:-no}
4108 i[3456789]86*)
4109 enable_win16=${enable_win16:-yes}
4111 esac
4113 enable_win16=${enable_win16:-no}
4115 if test -n "$with_wine64"
4116 then
4117 if test "x$enable_win64" = "xyes"
4118 then
4119 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4120 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4122 WOW64_DISABLE=\#
4124 enable_fonts=${enable_fonts:-no}
4125 enable_include=${enable_include:-no}
4126 enable_server=${enable_server:-no}
4127 enable_tools=${enable_tools:-no}
4128 enable_wineboot=${enable_wineboot:-no}
4129 enable_winedbg=${enable_winedbg:-no}
4130 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4134 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4135 if test "${wine_cv_toolsdir+set}" = set; then :
4136 $as_echo_n "(cached) " >&6
4137 else
4138 wine_cv_toolsdir="$with_wine_tools"
4139 if test -z "$with_wine_tools"; then
4140 if test "$cross_compiling" = "yes"; then
4141 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4142 elif test -n "$with_wine64"; then
4143 wine_cv_toolsdir="$with_wine64"
4146 if test -z "$wine_cv_toolsdir"; then
4147 wine_cv_toolsdir="\$(TOPOBJDIR)"
4148 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4149 case "$wine_cv_toolsdir" in
4150 /*) ;;
4151 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4152 esac
4153 else
4154 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4158 $as_echo "$wine_cv_toolsdir" >&6; }
4159 TOOLSDIR=$wine_cv_toolsdir
4161 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4162 then
4163 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4167 for ac_prog in flex
4169 # Extract the first word of "$ac_prog", so it can be a program name with args.
4170 set dummy $ac_prog; ac_word=$2
4171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4172 $as_echo_n "checking for $ac_word... " >&6; }
4173 if test "${ac_cv_prog_FLEX+set}" = set; then :
4174 $as_echo_n "(cached) " >&6
4175 else
4176 if test -n "$FLEX"; then
4177 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4178 else
4179 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4180 for as_dir in $PATH
4182 IFS=$as_save_IFS
4183 test -z "$as_dir" && as_dir=.
4184 for ac_exec_ext in '' $ac_executable_extensions; do
4185 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4186 ac_cv_prog_FLEX="$ac_prog"
4187 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4188 break 2
4190 done
4191 done
4192 IFS=$as_save_IFS
4196 FLEX=$ac_cv_prog_FLEX
4197 if test -n "$FLEX"; then
4198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4199 $as_echo "$FLEX" >&6; }
4200 else
4201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4202 $as_echo "no" >&6; }
4206 test -n "$FLEX" && break
4207 done
4208 test -n "$FLEX" || FLEX="none"
4210 if test "$FLEX" = "none"
4211 then
4212 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4215 $as_echo_n "checking whether flex is recent enough... " >&6; }
4216 cat >conftest.l <<EOF
4217 %top{
4218 #include "prediluvian.h"
4222 if $FLEX -t conftest.l >/dev/null 2>&1
4223 then
4224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4225 $as_echo "yes" >&6; }
4226 else
4227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4228 $as_echo "no" >&6; }
4229 as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4232 for ac_prog in bison
4234 # Extract the first word of "$ac_prog", so it can be a program name with args.
4235 set dummy $ac_prog; ac_word=$2
4236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4237 $as_echo_n "checking for $ac_word... " >&6; }
4238 if test "${ac_cv_prog_BISON+set}" = set; then :
4239 $as_echo_n "(cached) " >&6
4240 else
4241 if test -n "$BISON"; then
4242 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4243 else
4244 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4245 for as_dir in $PATH
4247 IFS=$as_save_IFS
4248 test -z "$as_dir" && as_dir=.
4249 for ac_exec_ext in '' $ac_executable_extensions; do
4250 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4251 ac_cv_prog_BISON="$ac_prog"
4252 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4253 break 2
4255 done
4256 done
4257 IFS=$as_save_IFS
4261 BISON=$ac_cv_prog_BISON
4262 if test -n "$BISON"; then
4263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4264 $as_echo "$BISON" >&6; }
4265 else
4266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4267 $as_echo "no" >&6; }
4271 test -n "$BISON" && break
4272 done
4273 test -n "$BISON" || BISON="none"
4275 if test "$BISON" = "none"
4276 then
4277 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4280 if test -n "$ac_tool_prefix"; then
4281 for ac_prog in ar gar
4283 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4284 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4286 $as_echo_n "checking for $ac_word... " >&6; }
4287 if test "${ac_cv_prog_AR+set}" = set; then :
4288 $as_echo_n "(cached) " >&6
4289 else
4290 if test -n "$AR"; then
4291 ac_cv_prog_AR="$AR" # Let the user override the test.
4292 else
4293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4294 for as_dir in $PATH
4296 IFS=$as_save_IFS
4297 test -z "$as_dir" && as_dir=.
4298 for ac_exec_ext in '' $ac_executable_extensions; do
4299 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4300 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4301 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4302 break 2
4304 done
4305 done
4306 IFS=$as_save_IFS
4310 AR=$ac_cv_prog_AR
4311 if test -n "$AR"; then
4312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4313 $as_echo "$AR" >&6; }
4314 else
4315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4316 $as_echo "no" >&6; }
4320 test -n "$AR" && break
4321 done
4323 if test -z "$AR"; then
4324 ac_ct_AR=$AR
4325 for ac_prog in ar gar
4327 # Extract the first word of "$ac_prog", so it can be a program name with args.
4328 set dummy $ac_prog; ac_word=$2
4329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4330 $as_echo_n "checking for $ac_word... " >&6; }
4331 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4332 $as_echo_n "(cached) " >&6
4333 else
4334 if test -n "$ac_ct_AR"; then
4335 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4336 else
4337 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4338 for as_dir in $PATH
4340 IFS=$as_save_IFS
4341 test -z "$as_dir" && as_dir=.
4342 for ac_exec_ext in '' $ac_executable_extensions; do
4343 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4344 ac_cv_prog_ac_ct_AR="$ac_prog"
4345 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4346 break 2
4348 done
4349 done
4350 IFS=$as_save_IFS
4354 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4355 if test -n "$ac_ct_AR"; then
4356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4357 $as_echo "$ac_ct_AR" >&6; }
4358 else
4359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4360 $as_echo "no" >&6; }
4364 test -n "$ac_ct_AR" && break
4365 done
4367 if test "x$ac_ct_AR" = x; then
4368 AR="ar"
4369 else
4370 case $cross_compiling:$ac_tool_warned in
4371 yes:)
4372 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4373 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4374 ac_tool_warned=yes ;;
4375 esac
4376 AR=$ac_ct_AR
4380 ARFLAGS=rc
4382 if test -n "$ac_tool_prefix"; then
4383 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4384 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4386 $as_echo_n "checking for $ac_word... " >&6; }
4387 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4388 $as_echo_n "(cached) " >&6
4389 else
4390 if test -n "$RANLIB"; then
4391 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4392 else
4393 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4394 for as_dir in $PATH
4396 IFS=$as_save_IFS
4397 test -z "$as_dir" && as_dir=.
4398 for ac_exec_ext in '' $ac_executable_extensions; do
4399 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4400 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4401 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4402 break 2
4404 done
4405 done
4406 IFS=$as_save_IFS
4410 RANLIB=$ac_cv_prog_RANLIB
4411 if test -n "$RANLIB"; then
4412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4413 $as_echo "$RANLIB" >&6; }
4414 else
4415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4416 $as_echo "no" >&6; }
4421 if test -z "$ac_cv_prog_RANLIB"; then
4422 ac_ct_RANLIB=$RANLIB
4423 # Extract the first word of "ranlib", so it can be a program name with args.
4424 set dummy ranlib; ac_word=$2
4425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4426 $as_echo_n "checking for $ac_word... " >&6; }
4427 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4428 $as_echo_n "(cached) " >&6
4429 else
4430 if test -n "$ac_ct_RANLIB"; then
4431 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4432 else
4433 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4434 for as_dir in $PATH
4436 IFS=$as_save_IFS
4437 test -z "$as_dir" && as_dir=.
4438 for ac_exec_ext in '' $ac_executable_extensions; do
4439 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4440 ac_cv_prog_ac_ct_RANLIB="ranlib"
4441 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4442 break 2
4444 done
4445 done
4446 IFS=$as_save_IFS
4450 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4451 if test -n "$ac_ct_RANLIB"; then
4452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4453 $as_echo "$ac_ct_RANLIB" >&6; }
4454 else
4455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4456 $as_echo "no" >&6; }
4459 if test "x$ac_ct_RANLIB" = x; then
4460 RANLIB=":"
4461 else
4462 case $cross_compiling:$ac_tool_warned in
4463 yes:)
4464 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4465 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4466 ac_tool_warned=yes ;;
4467 esac
4468 RANLIB=$ac_ct_RANLIB
4470 else
4471 RANLIB="$ac_cv_prog_RANLIB"
4474 if test -n "$ac_tool_prefix"; then
4475 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4476 set dummy ${ac_tool_prefix}strip; ac_word=$2
4477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4478 $as_echo_n "checking for $ac_word... " >&6; }
4479 if test "${ac_cv_prog_STRIP+set}" = set; then :
4480 $as_echo_n "(cached) " >&6
4481 else
4482 if test -n "$STRIP"; then
4483 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4484 else
4485 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4486 for as_dir in $PATH
4488 IFS=$as_save_IFS
4489 test -z "$as_dir" && as_dir=.
4490 for ac_exec_ext in '' $ac_executable_extensions; do
4491 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4492 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4493 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4494 break 2
4496 done
4497 done
4498 IFS=$as_save_IFS
4502 STRIP=$ac_cv_prog_STRIP
4503 if test -n "$STRIP"; then
4504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4505 $as_echo "$STRIP" >&6; }
4506 else
4507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4508 $as_echo "no" >&6; }
4513 if test -z "$ac_cv_prog_STRIP"; then
4514 ac_ct_STRIP=$STRIP
4515 # Extract the first word of "strip", so it can be a program name with args.
4516 set dummy strip; ac_word=$2
4517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4518 $as_echo_n "checking for $ac_word... " >&6; }
4519 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4520 $as_echo_n "(cached) " >&6
4521 else
4522 if test -n "$ac_ct_STRIP"; then
4523 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4524 else
4525 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4526 for as_dir in $PATH
4528 IFS=$as_save_IFS
4529 test -z "$as_dir" && as_dir=.
4530 for ac_exec_ext in '' $ac_executable_extensions; do
4531 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4532 ac_cv_prog_ac_ct_STRIP="strip"
4533 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4534 break 2
4536 done
4537 done
4538 IFS=$as_save_IFS
4542 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4543 if test -n "$ac_ct_STRIP"; then
4544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4545 $as_echo "$ac_ct_STRIP" >&6; }
4546 else
4547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4548 $as_echo "no" >&6; }
4551 if test "x$ac_ct_STRIP" = x; then
4552 STRIP="strip"
4553 else
4554 case $cross_compiling:$ac_tool_warned in
4555 yes:)
4556 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4557 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4558 ac_tool_warned=yes ;;
4559 esac
4560 STRIP=$ac_ct_STRIP
4562 else
4563 STRIP="$ac_cv_prog_STRIP"
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4567 $as_echo_n "checking whether ln -s works... " >&6; }
4568 LN_S=$as_ln_s
4569 if test "$LN_S" = "ln -s"; then
4570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4571 $as_echo "yes" >&6; }
4572 else
4573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4574 $as_echo "no, using $LN_S" >&6; }
4577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4578 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4579 if test "${ac_cv_path_GREP+set}" = set; then :
4580 $as_echo_n "(cached) " >&6
4581 else
4582 if test -z "$GREP"; then
4583 ac_path_GREP_found=false
4584 # Loop through the user's path and test for each of PROGNAME-LIST
4585 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4586 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4588 IFS=$as_save_IFS
4589 test -z "$as_dir" && as_dir=.
4590 for ac_prog in grep ggrep; do
4591 for ac_exec_ext in '' $ac_executable_extensions; do
4592 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4593 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4594 # Check for GNU ac_path_GREP and select it if it is found.
4595 # Check for GNU $ac_path_GREP
4596 case `"$ac_path_GREP" --version 2>&1` in
4597 *GNU*)
4598 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4600 ac_count=0
4601 $as_echo_n 0123456789 >"conftest.in"
4602 while :
4604 cat "conftest.in" "conftest.in" >"conftest.tmp"
4605 mv "conftest.tmp" "conftest.in"
4606 cp "conftest.in" "conftest.nl"
4607 $as_echo 'GREP' >> "conftest.nl"
4608 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4609 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4610 as_fn_arith $ac_count + 1 && ac_count=$as_val
4611 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4612 # Best one so far, save it but keep looking for a better one
4613 ac_cv_path_GREP="$ac_path_GREP"
4614 ac_path_GREP_max=$ac_count
4616 # 10*(2^10) chars as input seems more than enough
4617 test $ac_count -gt 10 && break
4618 done
4619 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4620 esac
4622 $ac_path_GREP_found && break 3
4623 done
4624 done
4625 done
4626 IFS=$as_save_IFS
4627 if test -z "$ac_cv_path_GREP"; then
4628 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4630 else
4631 ac_cv_path_GREP=$GREP
4635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4636 $as_echo "$ac_cv_path_GREP" >&6; }
4637 GREP="$ac_cv_path_GREP"
4640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4641 $as_echo_n "checking for egrep... " >&6; }
4642 if test "${ac_cv_path_EGREP+set}" = set; then :
4643 $as_echo_n "(cached) " >&6
4644 else
4645 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4646 then ac_cv_path_EGREP="$GREP -E"
4647 else
4648 if test -z "$EGREP"; then
4649 ac_path_EGREP_found=false
4650 # Loop through the user's path and test for each of PROGNAME-LIST
4651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4652 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4654 IFS=$as_save_IFS
4655 test -z "$as_dir" && as_dir=.
4656 for ac_prog in egrep; do
4657 for ac_exec_ext in '' $ac_executable_extensions; do
4658 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4659 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4660 # Check for GNU ac_path_EGREP and select it if it is found.
4661 # Check for GNU $ac_path_EGREP
4662 case `"$ac_path_EGREP" --version 2>&1` in
4663 *GNU*)
4664 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4666 ac_count=0
4667 $as_echo_n 0123456789 >"conftest.in"
4668 while :
4670 cat "conftest.in" "conftest.in" >"conftest.tmp"
4671 mv "conftest.tmp" "conftest.in"
4672 cp "conftest.in" "conftest.nl"
4673 $as_echo 'EGREP' >> "conftest.nl"
4674 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4675 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4676 as_fn_arith $ac_count + 1 && ac_count=$as_val
4677 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4678 # Best one so far, save it but keep looking for a better one
4679 ac_cv_path_EGREP="$ac_path_EGREP"
4680 ac_path_EGREP_max=$ac_count
4682 # 10*(2^10) chars as input seems more than enough
4683 test $ac_count -gt 10 && break
4684 done
4685 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4686 esac
4688 $ac_path_EGREP_found && break 3
4689 done
4690 done
4691 done
4692 IFS=$as_save_IFS
4693 if test -z "$ac_cv_path_EGREP"; then
4694 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4696 else
4697 ac_cv_path_EGREP=$EGREP
4702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4703 $as_echo "$ac_cv_path_EGREP" >&6; }
4704 EGREP="$ac_cv_path_EGREP"
4707 # Extract the first word of "ldconfig", so it can be a program name with args.
4708 set dummy ldconfig; ac_word=$2
4709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4710 $as_echo_n "checking for $ac_word... " >&6; }
4711 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4712 $as_echo_n "(cached) " >&6
4713 else
4714 case $LDCONFIG in
4715 [\\/]* | ?:[\\/]*)
4716 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4720 for as_dir in /sbin /usr/sbin $PATH
4722 IFS=$as_save_IFS
4723 test -z "$as_dir" && as_dir=.
4724 for ac_exec_ext in '' $ac_executable_extensions; do
4725 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4726 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4728 break 2
4730 done
4731 done
4732 IFS=$as_save_IFS
4734 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4736 esac
4738 LDCONFIG=$ac_cv_path_LDCONFIG
4739 if test -n "$LDCONFIG"; then
4740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4741 $as_echo "$LDCONFIG" >&6; }
4742 else
4743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4744 $as_echo "no" >&6; }
4748 # Find a good install program. We prefer a C program (faster),
4749 # so one script is as good as another. But avoid the broken or
4750 # incompatible versions:
4751 # SysV /etc/install, /usr/sbin/install
4752 # SunOS /usr/etc/install
4753 # IRIX /sbin/install
4754 # AIX /bin/install
4755 # AmigaOS /C/install, which installs bootblocks on floppy discs
4756 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4757 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4758 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4759 # OS/2's system install, which has a completely different semantic
4760 # ./install, which can be erroneously created by make from ./install.sh.
4761 # Reject install programs that cannot install multiple files.
4762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4763 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4764 if test -z "$INSTALL"; then
4765 if test "${ac_cv_path_install+set}" = set; then :
4766 $as_echo_n "(cached) " >&6
4767 else
4768 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4769 for as_dir in $PATH
4771 IFS=$as_save_IFS
4772 test -z "$as_dir" && as_dir=.
4773 # Account for people who put trailing slashes in PATH elements.
4774 case $as_dir/ in #((
4775 ./ | .// | /[cC]/* | \
4776 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4777 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4778 /usr/ucb/* ) ;;
4780 # OSF1 and SCO ODT 3.0 have their own names for install.
4781 # Don't use installbsd from OSF since it installs stuff as root
4782 # by default.
4783 for ac_prog in ginstall scoinst install; do
4784 for ac_exec_ext in '' $ac_executable_extensions; do
4785 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4786 if test $ac_prog = install &&
4787 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4788 # AIX install. It has an incompatible calling convention.
4790 elif test $ac_prog = install &&
4791 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4792 # program-specific install script used by HP pwplus--don't use.
4794 else
4795 rm -rf conftest.one conftest.two conftest.dir
4796 echo one > conftest.one
4797 echo two > conftest.two
4798 mkdir conftest.dir
4799 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4800 test -s conftest.one && test -s conftest.two &&
4801 test -s conftest.dir/conftest.one &&
4802 test -s conftest.dir/conftest.two
4803 then
4804 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4805 break 3
4809 done
4810 done
4812 esac
4814 done
4815 IFS=$as_save_IFS
4817 rm -rf conftest.one conftest.two conftest.dir
4820 if test "${ac_cv_path_install+set}" = set; then
4821 INSTALL=$ac_cv_path_install
4822 else
4823 # As a last resort, use the slow shell script. Don't cache a
4824 # value for INSTALL within a source directory, because that will
4825 # break other packages using the cache if that directory is
4826 # removed, or if the value is a relative name.
4827 INSTALL=$ac_install_sh
4830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4831 $as_echo "$INSTALL" >&6; }
4833 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4834 # It thinks the first close brace ends the variable substitution.
4835 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4837 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4839 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4841 case "$INSTALL" in
4842 [\\/$]* | ?:[\\/]* ) ;;
4843 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4844 esac
4846 for ac_prog in lclint lint
4848 # Extract the first word of "$ac_prog", so it can be a program name with args.
4849 set dummy $ac_prog; ac_word=$2
4850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4851 $as_echo_n "checking for $ac_word... " >&6; }
4852 if test "${ac_cv_prog_LINT+set}" = set; then :
4853 $as_echo_n "(cached) " >&6
4854 else
4855 if test -n "$LINT"; then
4856 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4857 else
4858 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4859 for as_dir in $PATH
4861 IFS=$as_save_IFS
4862 test -z "$as_dir" && as_dir=.
4863 for ac_exec_ext in '' $ac_executable_extensions; do
4864 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4865 ac_cv_prog_LINT="$ac_prog"
4866 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4867 break 2
4869 done
4870 done
4871 IFS=$as_save_IFS
4875 LINT=$ac_cv_prog_LINT
4876 if test -n "$LINT"; then
4877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4878 $as_echo "$LINT" >&6; }
4879 else
4880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4881 $as_echo "no" >&6; }
4885 test -n "$LINT" && break
4886 done
4888 if test "$LINT" = "lint"
4889 then
4890 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4895 for ac_prog in fontforge
4897 # Extract the first word of "$ac_prog", so it can be a program name with args.
4898 set dummy $ac_prog; ac_word=$2
4899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4900 $as_echo_n "checking for $ac_word... " >&6; }
4901 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4902 $as_echo_n "(cached) " >&6
4903 else
4904 if test -n "$FONTFORGE"; then
4905 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4906 else
4907 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4908 for as_dir in $PATH
4910 IFS=$as_save_IFS
4911 test -z "$as_dir" && as_dir=.
4912 for ac_exec_ext in '' $ac_executable_extensions; do
4913 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4914 ac_cv_prog_FONTFORGE="$ac_prog"
4915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4916 break 2
4918 done
4919 done
4920 IFS=$as_save_IFS
4924 FONTFORGE=$ac_cv_prog_FONTFORGE
4925 if test -n "$FONTFORGE"; then
4926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4927 $as_echo "$FONTFORGE" >&6; }
4928 else
4929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4930 $as_echo "no" >&6; }
4934 test -n "$FONTFORGE" && break
4935 done
4936 test -n "$FONTFORGE" || FONTFORGE="false"
4938 for ac_prog in pkg-config
4940 # Extract the first word of "$ac_prog", so it can be a program name with args.
4941 set dummy $ac_prog; ac_word=$2
4942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4943 $as_echo_n "checking for $ac_word... " >&6; }
4944 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4945 $as_echo_n "(cached) " >&6
4946 else
4947 if test -n "$PKG_CONFIG"; then
4948 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4949 else
4950 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4951 for as_dir in $PATH
4953 IFS=$as_save_IFS
4954 test -z "$as_dir" && as_dir=.
4955 for ac_exec_ext in '' $ac_executable_extensions; do
4956 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4957 ac_cv_prog_PKG_CONFIG="$ac_prog"
4958 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4959 break 2
4961 done
4962 done
4963 IFS=$as_save_IFS
4967 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4968 if test -n "$PKG_CONFIG"; then
4969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4970 $as_echo "$PKG_CONFIG" >&6; }
4971 else
4972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4973 $as_echo "no" >&6; }
4977 test -n "$PKG_CONFIG" && break
4978 done
4979 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4981 for ac_prog in rsvg
4983 # Extract the first word of "$ac_prog", so it can be a program name with args.
4984 set dummy $ac_prog; ac_word=$2
4985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4986 $as_echo_n "checking for $ac_word... " >&6; }
4987 if test "${ac_cv_prog_RSVG+set}" = set; then :
4988 $as_echo_n "(cached) " >&6
4989 else
4990 if test -n "$RSVG"; then
4991 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4992 else
4993 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4994 for as_dir in $PATH
4996 IFS=$as_save_IFS
4997 test -z "$as_dir" && as_dir=.
4998 for ac_exec_ext in '' $ac_executable_extensions; do
4999 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5000 ac_cv_prog_RSVG="$ac_prog"
5001 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5002 break 2
5004 done
5005 done
5006 IFS=$as_save_IFS
5010 RSVG=$ac_cv_prog_RSVG
5011 if test -n "$RSVG"; then
5012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5013 $as_echo "$RSVG" >&6; }
5014 else
5015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5016 $as_echo "no" >&6; }
5020 test -n "$RSVG" && break
5021 done
5022 test -n "$RSVG" || RSVG="false"
5024 for ac_prog in icotool
5026 # Extract the first word of "$ac_prog", so it can be a program name with args.
5027 set dummy $ac_prog; ac_word=$2
5028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5029 $as_echo_n "checking for $ac_word... " >&6; }
5030 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5031 $as_echo_n "(cached) " >&6
5032 else
5033 if test -n "$ICOTOOL"; then
5034 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5035 else
5036 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5037 for as_dir in $PATH
5039 IFS=$as_save_IFS
5040 test -z "$as_dir" && as_dir=.
5041 for ac_exec_ext in '' $ac_executable_extensions; do
5042 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5043 ac_cv_prog_ICOTOOL="$ac_prog"
5044 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5045 break 2
5047 done
5048 done
5049 IFS=$as_save_IFS
5053 ICOTOOL=$ac_cv_prog_ICOTOOL
5054 if test -n "$ICOTOOL"; then
5055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5056 $as_echo "$ICOTOOL" >&6; }
5057 else
5058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5059 $as_echo "no" >&6; }
5063 test -n "$ICOTOOL" && break
5064 done
5065 test -n "$ICOTOOL" || ICOTOOL="false"
5068 if test "${enable_maintainer_mode+set}" = set
5069 then
5070 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5071 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5072 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5075 case $host_cpu in
5076 *i[3456789]86*)
5077 # Extract the first word of "prelink", so it can be a program name with args.
5078 set dummy prelink; ac_word=$2
5079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5080 $as_echo_n "checking for $ac_word... " >&6; }
5081 if test "${ac_cv_path_PRELINK+set}" = set; then :
5082 $as_echo_n "(cached) " >&6
5083 else
5084 case $PRELINK in
5085 [\\/]* | ?:[\\/]*)
5086 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5089 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5090 for as_dir in /sbin /usr/sbin $PATH
5092 IFS=$as_save_IFS
5093 test -z "$as_dir" && as_dir=.
5094 for ac_exec_ext in '' $ac_executable_extensions; do
5095 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5096 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5097 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5098 break 2
5100 done
5101 done
5102 IFS=$as_save_IFS
5104 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5106 esac
5108 PRELINK=$ac_cv_path_PRELINK
5109 if test -n "$PRELINK"; then
5110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5111 $as_echo "$PRELINK" >&6; }
5112 else
5113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5114 $as_echo "no" >&6; }
5119 esac
5122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5123 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5124 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5125 $as_echo_n "(cached) " >&6
5126 else
5127 ac_check_lib_save_LIBS=$LIBS
5128 LIBS="-li386 $LIBS"
5129 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5130 /* end confdefs.h. */
5132 /* Override any GCC internal prototype to avoid an error.
5133 Use char because int might match the return type of a GCC
5134 builtin and then its argument prototype would still apply. */
5135 #ifdef __cplusplus
5136 extern "C"
5137 #endif
5138 char i386_set_ldt ();
5140 main ()
5142 return i386_set_ldt ();
5144 return 0;
5146 _ACEOF
5147 if ac_fn_c_try_link "$LINENO"; then :
5148 ac_cv_lib_i386_i386_set_ldt=yes
5149 else
5150 ac_cv_lib_i386_i386_set_ldt=no
5152 rm -f core conftest.err conftest.$ac_objext \
5153 conftest$ac_exeext conftest.$ac_ext
5154 LIBS=$ac_check_lib_save_LIBS
5156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5157 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5158 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5159 cat >>confdefs.h <<_ACEOF
5160 #define HAVE_LIBI386 1
5161 _ACEOF
5163 LIBS="-li386 $LIBS"
5167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5168 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5169 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5170 $as_echo_n "(cached) " >&6
5171 else
5172 ac_check_lib_save_LIBS=$LIBS
5173 LIBS="-lossaudio $LIBS"
5174 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5175 /* end confdefs.h. */
5177 /* Override any GCC internal prototype to avoid an error.
5178 Use char because int might match the return type of a GCC
5179 builtin and then its argument prototype would still apply. */
5180 #ifdef __cplusplus
5181 extern "C"
5182 #endif
5183 char _oss_ioctl ();
5185 main ()
5187 return _oss_ioctl ();
5189 return 0;
5191 _ACEOF
5192 if ac_fn_c_try_link "$LINENO"; then :
5193 ac_cv_lib_ossaudio__oss_ioctl=yes
5194 else
5195 ac_cv_lib_ossaudio__oss_ioctl=no
5197 rm -f core conftest.err conftest.$ac_objext \
5198 conftest$ac_exeext conftest.$ac_ext
5199 LIBS=$ac_check_lib_save_LIBS
5201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5202 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5203 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5204 cat >>confdefs.h <<_ACEOF
5205 #define HAVE_LIBOSSAUDIO 1
5206 _ACEOF
5208 LIBS="-lossaudio $LIBS"
5213 XLIB=""
5215 OPENGL_LIBS=""
5219 # Check whether --enable-largefile was given.
5220 if test "${enable_largefile+set}" = set; then :
5221 enableval=$enable_largefile;
5224 if test "$enable_largefile" != no; then
5226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5227 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5228 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5229 $as_echo_n "(cached) " >&6
5230 else
5231 ac_cv_sys_largefile_CC=no
5232 if test "$GCC" != yes; then
5233 ac_save_CC=$CC
5234 while :; do
5235 # IRIX 6.2 and later do not support large files by default,
5236 # so use the C compiler's -n32 option if that helps.
5237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5238 /* end confdefs.h. */
5239 #include <sys/types.h>
5240 /* Check that off_t can represent 2**63 - 1 correctly.
5241 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5242 since some C++ compilers masquerading as C compilers
5243 incorrectly reject 9223372036854775807. */
5244 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5245 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5246 && LARGE_OFF_T % 2147483647 == 1)
5247 ? 1 : -1];
5249 main ()
5253 return 0;
5255 _ACEOF
5256 if ac_fn_c_try_compile "$LINENO"; then :
5257 break
5259 rm -f core conftest.err conftest.$ac_objext
5260 CC="$CC -n32"
5261 if ac_fn_c_try_compile "$LINENO"; then :
5262 ac_cv_sys_largefile_CC=' -n32'; break
5264 rm -f core conftest.err conftest.$ac_objext
5265 break
5266 done
5267 CC=$ac_save_CC
5268 rm -f conftest.$ac_ext
5271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5272 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5273 if test "$ac_cv_sys_largefile_CC" != no; then
5274 CC=$CC$ac_cv_sys_largefile_CC
5277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5278 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5279 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5280 $as_echo_n "(cached) " >&6
5281 else
5282 while :; do
5283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5284 /* end confdefs.h. */
5285 #include <sys/types.h>
5286 /* Check that off_t can represent 2**63 - 1 correctly.
5287 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5288 since some C++ compilers masquerading as C compilers
5289 incorrectly reject 9223372036854775807. */
5290 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5291 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5292 && LARGE_OFF_T % 2147483647 == 1)
5293 ? 1 : -1];
5295 main ()
5299 return 0;
5301 _ACEOF
5302 if ac_fn_c_try_compile "$LINENO"; then :
5303 ac_cv_sys_file_offset_bits=no; break
5305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5307 /* end confdefs.h. */
5308 #define _FILE_OFFSET_BITS 64
5309 #include <sys/types.h>
5310 /* Check that off_t can represent 2**63 - 1 correctly.
5311 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5312 since some C++ compilers masquerading as C compilers
5313 incorrectly reject 9223372036854775807. */
5314 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5315 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5316 && LARGE_OFF_T % 2147483647 == 1)
5317 ? 1 : -1];
5319 main ()
5323 return 0;
5325 _ACEOF
5326 if ac_fn_c_try_compile "$LINENO"; then :
5327 ac_cv_sys_file_offset_bits=64; break
5329 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5330 ac_cv_sys_file_offset_bits=unknown
5331 break
5332 done
5334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5335 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5336 case $ac_cv_sys_file_offset_bits in #(
5337 no | unknown) ;;
5339 cat >>confdefs.h <<_ACEOF
5340 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5341 _ACEOF
5343 esac
5344 rm -rf conftest*
5345 if test $ac_cv_sys_file_offset_bits = unknown; then
5346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5347 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5348 if test "${ac_cv_sys_large_files+set}" = set; then :
5349 $as_echo_n "(cached) " >&6
5350 else
5351 while :; do
5352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5353 /* end confdefs.h. */
5354 #include <sys/types.h>
5355 /* Check that off_t can represent 2**63 - 1 correctly.
5356 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5357 since some C++ compilers masquerading as C compilers
5358 incorrectly reject 9223372036854775807. */
5359 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5360 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5361 && LARGE_OFF_T % 2147483647 == 1)
5362 ? 1 : -1];
5364 main ()
5368 return 0;
5370 _ACEOF
5371 if ac_fn_c_try_compile "$LINENO"; then :
5372 ac_cv_sys_large_files=no; break
5374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5376 /* end confdefs.h. */
5377 #define _LARGE_FILES 1
5378 #include <sys/types.h>
5379 /* Check that off_t can represent 2**63 - 1 correctly.
5380 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5381 since some C++ compilers masquerading as C compilers
5382 incorrectly reject 9223372036854775807. */
5383 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5384 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5385 && LARGE_OFF_T % 2147483647 == 1)
5386 ? 1 : -1];
5388 main ()
5392 return 0;
5394 _ACEOF
5395 if ac_fn_c_try_compile "$LINENO"; then :
5396 ac_cv_sys_large_files=1; break
5398 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5399 ac_cv_sys_large_files=unknown
5400 break
5401 done
5403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5404 $as_echo "$ac_cv_sys_large_files" >&6; }
5405 case $ac_cv_sys_large_files in #(
5406 no | unknown) ;;
5408 cat >>confdefs.h <<_ACEOF
5409 #define _LARGE_FILES $ac_cv_sys_large_files
5410 _ACEOF
5412 esac
5413 rm -rf conftest*
5418 ac_ext=c
5419 ac_cpp='$CPP $CPPFLAGS'
5420 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5421 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5422 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5424 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5425 # On Suns, sometimes $CPP names a directory.
5426 if test -n "$CPP" && test -d "$CPP"; then
5427 CPP=
5429 if test -z "$CPP"; then
5430 if test "${ac_cv_prog_CPP+set}" = set; then :
5431 $as_echo_n "(cached) " >&6
5432 else
5433 # Double quotes because CPP needs to be expanded
5434 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5436 ac_preproc_ok=false
5437 for ac_c_preproc_warn_flag in '' yes
5439 # Use a header file that comes with gcc, so configuring glibc
5440 # with a fresh cross-compiler works.
5441 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5442 # <limits.h> exists even on freestanding compilers.
5443 # On the NeXT, cc -E runs the code through the compiler's parser,
5444 # not just through cpp. "Syntax error" is here to catch this case.
5445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5446 /* end confdefs.h. */
5447 #ifdef __STDC__
5448 # include <limits.h>
5449 #else
5450 # include <assert.h>
5451 #endif
5452 Syntax error
5453 _ACEOF
5454 if ac_fn_c_try_cpp "$LINENO"; then :
5456 else
5457 # Broken: fails on valid input.
5458 continue
5460 rm -f conftest.err conftest.$ac_ext
5462 # OK, works on sane cases. Now check whether nonexistent headers
5463 # can be detected and how.
5464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5465 /* end confdefs.h. */
5466 #include <ac_nonexistent.h>
5467 _ACEOF
5468 if ac_fn_c_try_cpp "$LINENO"; then :
5469 # Broken: success on invalid input.
5470 continue
5471 else
5472 # Passes both tests.
5473 ac_preproc_ok=:
5474 break
5476 rm -f conftest.err conftest.$ac_ext
5478 done
5479 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5480 rm -f conftest.err conftest.$ac_ext
5481 if $ac_preproc_ok; then :
5482 break
5485 done
5486 ac_cv_prog_CPP=$CPP
5489 CPP=$ac_cv_prog_CPP
5490 else
5491 ac_cv_prog_CPP=$CPP
5493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5494 $as_echo "$CPP" >&6; }
5495 ac_preproc_ok=false
5496 for ac_c_preproc_warn_flag in '' yes
5498 # Use a header file that comes with gcc, so configuring glibc
5499 # with a fresh cross-compiler works.
5500 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5501 # <limits.h> exists even on freestanding compilers.
5502 # On the NeXT, cc -E runs the code through the compiler's parser,
5503 # not just through cpp. "Syntax error" is here to catch this case.
5504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5505 /* end confdefs.h. */
5506 #ifdef __STDC__
5507 # include <limits.h>
5508 #else
5509 # include <assert.h>
5510 #endif
5511 Syntax error
5512 _ACEOF
5513 if ac_fn_c_try_cpp "$LINENO"; then :
5515 else
5516 # Broken: fails on valid input.
5517 continue
5519 rm -f conftest.err conftest.$ac_ext
5521 # OK, works on sane cases. Now check whether nonexistent headers
5522 # can be detected and how.
5523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5524 /* end confdefs.h. */
5525 #include <ac_nonexistent.h>
5526 _ACEOF
5527 if ac_fn_c_try_cpp "$LINENO"; then :
5528 # Broken: success on invalid input.
5529 continue
5530 else
5531 # Passes both tests.
5532 ac_preproc_ok=:
5533 break
5535 rm -f conftest.err conftest.$ac_ext
5537 done
5538 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5539 rm -f conftest.err conftest.$ac_ext
5540 if $ac_preproc_ok; then :
5542 else
5543 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5544 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5545 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5546 See \`config.log' for more details." "$LINENO" 5; }
5549 ac_ext=c
5550 ac_cpp='$CPP $CPPFLAGS'
5551 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5552 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5553 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5557 $as_echo_n "checking for ANSI C header files... " >&6; }
5558 if test "${ac_cv_header_stdc+set}" = set; then :
5559 $as_echo_n "(cached) " >&6
5560 else
5561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5562 /* end confdefs.h. */
5563 #include <stdlib.h>
5564 #include <stdarg.h>
5565 #include <string.h>
5566 #include <float.h>
5569 main ()
5573 return 0;
5575 _ACEOF
5576 if ac_fn_c_try_compile "$LINENO"; then :
5577 ac_cv_header_stdc=yes
5578 else
5579 ac_cv_header_stdc=no
5581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5583 if test $ac_cv_header_stdc = yes; then
5584 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5586 /* end confdefs.h. */
5587 #include <string.h>
5589 _ACEOF
5590 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5591 $EGREP "memchr" >/dev/null 2>&1; then :
5593 else
5594 ac_cv_header_stdc=no
5596 rm -f conftest*
5600 if test $ac_cv_header_stdc = yes; then
5601 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5603 /* end confdefs.h. */
5604 #include <stdlib.h>
5606 _ACEOF
5607 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5608 $EGREP "free" >/dev/null 2>&1; then :
5610 else
5611 ac_cv_header_stdc=no
5613 rm -f conftest*
5617 if test $ac_cv_header_stdc = yes; then
5618 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5619 if test "$cross_compiling" = yes; then :
5621 else
5622 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5623 /* end confdefs.h. */
5624 #include <ctype.h>
5625 #include <stdlib.h>
5626 #if ((' ' & 0x0FF) == 0x020)
5627 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5628 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5629 #else
5630 # define ISLOWER(c) \
5631 (('a' <= (c) && (c) <= 'i') \
5632 || ('j' <= (c) && (c) <= 'r') \
5633 || ('s' <= (c) && (c) <= 'z'))
5634 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5635 #endif
5637 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5639 main ()
5641 int i;
5642 for (i = 0; i < 256; i++)
5643 if (XOR (islower (i), ISLOWER (i))
5644 || toupper (i) != TOUPPER (i))
5645 return 2;
5646 return 0;
5648 _ACEOF
5649 if ac_fn_c_try_run "$LINENO"; then :
5651 else
5652 ac_cv_header_stdc=no
5654 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5655 conftest.$ac_objext conftest.beam conftest.$ac_ext
5660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5661 $as_echo "$ac_cv_header_stdc" >&6; }
5662 if test $ac_cv_header_stdc = yes; then
5664 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5668 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5669 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5670 inttypes.h stdint.h unistd.h
5671 do :
5672 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5673 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5675 eval as_val=\$$as_ac_Header
5676 if test "x$as_val" = x""yes; then :
5677 cat >>confdefs.h <<_ACEOF
5678 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5679 _ACEOF
5683 done
5686 for ac_header in \
5687 AL/al.h \
5688 AudioUnit/AudioUnit.h \
5689 Carbon/Carbon.h \
5690 CoreAudio/CoreAudio.h \
5691 DiskArbitration/DiskArbitration.h \
5692 IOKit/IOKitLib.h \
5693 IOKit/hid/IOHIDLib.h \
5694 OpenAL/al.h \
5695 alias.h \
5696 alsa/asoundlib.h \
5697 arpa/inet.h \
5698 arpa/nameser.h \
5699 asm/types.h \
5700 capi20.h \
5701 curses.h \
5702 direct.h \
5703 dirent.h \
5704 dlfcn.h \
5705 elf.h \
5706 float.h \
5707 fnmatch.h \
5708 fontconfig/fontconfig.h \
5709 getopt.h \
5710 grp.h \
5711 gsm.h \
5712 gsm/gsm.h \
5713 ieeefp.h \
5714 inet/mib2.h \
5715 io.h \
5716 jack/jack.h \
5717 jpeglib.h \
5718 kstat.h \
5719 lber.h \
5720 lcms.h \
5721 lcms/lcms.h \
5722 ldap.h \
5723 libaudioio.h \
5724 link.h \
5725 linux/cdrom.h \
5726 linux/compiler.h \
5727 linux/hdreg.h \
5728 linux/input.h \
5729 linux/ioctl.h \
5730 linux/joystick.h \
5731 linux/major.h \
5732 linux/param.h \
5733 linux/serial.h \
5734 linux/types.h \
5735 linux/ucdrom.h \
5736 mach-o/nlist.h \
5737 mach/mach.h \
5738 mach/machine.h \
5739 machine/cpu.h \
5740 machine/limits.h \
5741 machine/soundcard.h \
5742 mntent.h \
5743 mpg123.h \
5744 ncurses.h \
5745 netdb.h \
5746 netinet/in.h \
5747 netinet/in_systm.h \
5748 netinet/tcp.h \
5749 netinet/tcp_fsm.h \
5750 openssl/err.h \
5751 openssl/ssl.h \
5752 png.h \
5753 poll.h \
5754 port.h \
5755 process.h \
5756 pthread.h \
5757 pwd.h \
5758 regex.h \
5759 sched.h \
5760 scsi/scsi.h \
5761 scsi/scsi_ioctl.h \
5762 scsi/sg.h \
5763 soundcard.h \
5764 stdbool.h \
5765 stdint.h \
5766 strings.h \
5767 stropts.h \
5768 sys/asoundlib.h \
5769 sys/cdio.h \
5770 sys/elf32.h \
5771 sys/epoll.h \
5772 sys/errno.h \
5773 sys/event.h \
5774 sys/exec_elf.h \
5775 sys/filio.h \
5776 sys/inotify.h \
5777 sys/ioctl.h \
5778 sys/ipc.h \
5779 sys/limits.h \
5780 sys/link.h \
5781 sys/mman.h \
5782 sys/modem.h \
5783 sys/msg.h \
5784 sys/mtio.h \
5785 sys/param.h \
5786 sys/poll.h \
5787 sys/prctl.h \
5788 sys/protosw.h \
5789 sys/ptrace.h \
5790 sys/resource.h \
5791 sys/scsiio.h \
5792 sys/shm.h \
5793 sys/signal.h \
5794 sys/socket.h \
5795 sys/socketvar.h \
5796 sys/sockio.h \
5797 sys/soundcard.h \
5798 sys/statvfs.h \
5799 sys/strtio.h \
5800 sys/syscall.h \
5801 sys/tihdr.h \
5802 sys/time.h \
5803 sys/timeout.h \
5804 sys/times.h \
5805 sys/uio.h \
5806 sys/un.h \
5807 sys/utsname.h \
5808 sys/vm86.h \
5809 sys/wait.h \
5810 syscall.h \
5811 termios.h \
5812 unistd.h \
5813 utime.h \
5814 valgrind/memcheck.h \
5815 valgrind/valgrind.h \
5816 zlib.h
5818 do :
5819 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5820 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5821 eval as_val=\$$as_ac_Header
5822 if test "x$as_val" = x""yes; then :
5823 cat >>confdefs.h <<_ACEOF
5824 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5825 _ACEOF
5829 done
5831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5832 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5833 if test "${ac_cv_header_stat_broken+set}" = set; then :
5834 $as_echo_n "(cached) " >&6
5835 else
5836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5837 /* end confdefs.h. */
5838 #include <sys/types.h>
5839 #include <sys/stat.h>
5841 #if defined S_ISBLK && defined S_IFDIR
5842 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5843 #endif
5845 #if defined S_ISBLK && defined S_IFCHR
5846 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5847 #endif
5849 #if defined S_ISLNK && defined S_IFREG
5850 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5851 #endif
5853 #if defined S_ISSOCK && defined S_IFREG
5854 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5855 #endif
5857 _ACEOF
5858 if ac_fn_c_try_compile "$LINENO"; then :
5859 ac_cv_header_stat_broken=no
5860 else
5861 ac_cv_header_stat_broken=yes
5863 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5866 $as_echo "$ac_cv_header_stat_broken" >&6; }
5867 if test $ac_cv_header_stat_broken = yes; then
5869 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5875 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5876 do :
5877 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5878 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5879 #ifdef HAVE_SYS_PARAM_H
5880 # include <sys/param.h>
5881 #endif
5883 eval as_val=\$$as_ac_Header
5884 if test "x$as_val" = x""yes; then :
5885 cat >>confdefs.h <<_ACEOF
5886 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5887 _ACEOF
5891 done
5894 for ac_header in \
5895 netinet/ip.h \
5896 net/if.h \
5897 net/if_arp.h \
5898 net/if_dl.h \
5899 net/if_types.h \
5900 net/route.h \
5901 netinet/if_ether.h \
5902 netinet/if_inarp.h \
5903 netinet/in_pcb.h \
5904 netinet/ip_icmp.h \
5905 netinet/ip_var.h \
5906 netinet/udp.h \
5907 netipx/ipx.h \
5909 do :
5910 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5911 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5912 #ifdef HAVE_SYS_SOCKET_H
5913 # include <sys/socket.h>
5914 #endif
5915 #ifdef HAVE_SYS_SOCKETVAR_H
5916 # include <sys/socketvar.h>
5917 #endif
5918 #ifdef HAVE_NET_ROUTE_H
5919 # include <net/route.h>
5920 #endif
5921 #ifdef HAVE_NETINET_IN_H
5922 # include <netinet/in.h>
5923 #endif
5924 #ifdef HAVE_NETINET_IN_SYSTM_H
5925 # include <netinet/in_systm.h>
5926 #endif
5927 #ifdef HAVE_NET_IF_H
5928 # include <net/if.h>
5929 #endif
5930 #ifdef HAVE_NETINET_IP_H
5931 # include <netinet/ip.h>
5932 #endif
5934 eval as_val=\$$as_ac_Header
5935 if test "x$as_val" = x""yes; then :
5936 cat >>confdefs.h <<_ACEOF
5937 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5938 _ACEOF
5942 done
5945 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5946 do :
5947 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5948 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5949 #ifdef HAVE_ALIAS_H
5950 # include <alias.h>
5951 #endif
5952 #ifdef HAVE_SYS_SOCKET_H
5953 # include <sys/socket.h>
5954 #endif
5955 #ifdef HAVE_SYS_SOCKETVAR_H
5956 # include <sys/socketvar.h>
5957 #endif
5958 #ifdef HAVE_SYS_TIMEOUT_H
5959 # include <sys/timeout.h>
5960 #endif
5961 #ifdef HAVE_NETINET_IN_H
5962 # include <netinet/in.h>
5963 #endif
5964 #ifdef HAVE_NETINET_IN_SYSTM_H
5965 # include <netinet/in_systm.h>
5966 #endif
5967 #ifdef HAVE_NETINET_IP_H
5968 # include <netinet/ip.h>
5969 #endif
5970 #ifdef HAVE_NETINET_IP_VAR_H
5971 # include <netinet/ip_var.h>
5972 #endif
5973 #ifdef HAVE_NETINET_IP_ICMP_H
5974 # include <netinet/ip_icmp.h>
5975 #endif
5976 #ifdef HAVE_NETINET_UDP_H
5977 # include <netinet/udp.h>
5978 #endif
5979 #ifdef HAVE_NETINET_TCP_H
5980 # include <netinet/tcp.h>
5981 #endif
5982 #ifdef HAVE_NETINET_TCP_TIMER_H
5983 #include <netinet/tcp_timer.h>
5984 #endif
5986 eval as_val=\$$as_ac_Header
5987 if test "x$as_val" = x""yes; then :
5988 cat >>confdefs.h <<_ACEOF
5989 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5990 _ACEOF
5994 done
5997 for ac_header in linux/ipx.h linux/irda.h
5998 do :
5999 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6000 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6001 #ifdef HAVE_ASM_TYPES_H
6002 # include <asm/types.h>
6003 #endif
6004 #ifdef HAVE_SYS_SOCKET_H
6005 # include <sys/socket.h>
6006 #endif
6007 #ifdef HAVE_LINUX_TYPES_H
6008 # include <linux/types.h>
6009 #endif
6011 eval as_val=\$$as_ac_Header
6012 if test "x$as_val" = x""yes; then :
6013 cat >>confdefs.h <<_ACEOF
6014 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6015 _ACEOF
6019 done
6022 for ac_header in mach-o/dyld_images.h
6023 do :
6024 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6025 # include <stdbool.h>
6026 #endif
6027 #ifdef HAVE_STDINT_H
6028 # include <stdint.h>
6029 #endif
6031 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6032 cat >>confdefs.h <<_ACEOF
6033 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6034 _ACEOF
6038 done
6041 for ac_header in resolv.h
6042 do :
6043 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6044 #ifdef HAVE_SYS_SOCKET_H
6045 # include <sys/socket.h>
6046 #endif
6047 #ifdef HAVE_NETINET_IN_H
6048 # include <netinet/in.h>
6049 #endif
6050 #ifdef HAVE_ARPA_NAMESER_H
6051 # include <arpa/nameser.h>
6052 #endif
6054 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6055 cat >>confdefs.h <<_ACEOF
6056 #define HAVE_RESOLV_H 1
6057 _ACEOF
6061 done
6064 for ac_header in ucontext.h
6065 do :
6066 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6068 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6069 cat >>confdefs.h <<_ACEOF
6070 #define HAVE_UCONTEXT_H 1
6071 _ACEOF
6075 done
6078 for ac_header in sys/thr.h
6079 do :
6080 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6081 #ifdef HAVE_UCONTEXT_H
6082 #include <ucontext.h>
6083 #endif
6085 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6086 cat >>confdefs.h <<_ACEOF
6087 #define HAVE_SYS_THR_H 1
6088 _ACEOF
6092 done
6095 for ac_header in pthread_np.h
6096 do :
6097 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6098 #include <pthread.h>
6099 #endif
6101 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6102 cat >>confdefs.h <<_ACEOF
6103 #define HAVE_PTHREAD_NP_H 1
6104 _ACEOF
6108 done
6111 for ac_header in linux/videodev.h
6112 do :
6113 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6114 #include <sys/time.h>
6115 #endif
6116 #include <sys/types.h>
6117 #ifdef HAVE_ASM_TYPES_H
6118 #include <asm/types.h>
6119 #endif
6121 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6122 cat >>confdefs.h <<_ACEOF
6123 #define HAVE_LINUX_VIDEODEV_H 1
6124 _ACEOF
6128 done
6131 for ac_header in linux/capi.h
6132 do :
6133 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6135 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6136 cat >>confdefs.h <<_ACEOF
6137 #define HAVE_LINUX_CAPI_H 1
6138 _ACEOF
6142 done
6146 DLLEXT=""
6148 DLLFLAGS="-D_REENTRANT"
6150 LDSHARED=""
6152 LDDLLFLAGS=""
6154 LIBEXT="so"
6156 IMPLIBEXT="def"
6158 LDRPATH_INSTALL=""
6160 LDRPATH_LOCAL=""
6162 STATIC_IMPLIBEXT="def.a"
6163 # Extract the first word of "ldd", so it can be a program name with args.
6164 set dummy ldd; ac_word=$2
6165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6166 $as_echo_n "checking for $ac_word... " >&6; }
6167 if test "${ac_cv_path_LDD+set}" = set; then :
6168 $as_echo_n "(cached) " >&6
6169 else
6170 case $LDD in
6171 [\\/]* | ?:[\\/]*)
6172 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6175 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6176 as_dummy="/sbin:/usr/sbin:$PATH"
6177 for as_dir in $as_dummy
6179 IFS=$as_save_IFS
6180 test -z "$as_dir" && as_dir=.
6181 for ac_exec_ext in '' $ac_executable_extensions; do
6182 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6183 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6184 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6185 break 2
6187 done
6188 done
6189 IFS=$as_save_IFS
6191 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6193 esac
6195 LDD=$ac_cv_path_LDD
6196 if test -n "$LDD"; then
6197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6198 $as_echo "$LDD" >&6; }
6199 else
6200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6201 $as_echo "no" >&6; }
6206 case $host_os in
6207 cygwin*|mingw32*)
6208 if test -n "$ac_tool_prefix"; then
6209 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6210 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6212 $as_echo_n "checking for $ac_word... " >&6; }
6213 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6214 $as_echo_n "(cached) " >&6
6215 else
6216 if test -n "$DLLTOOL"; then
6217 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6218 else
6219 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6220 for as_dir in $PATH
6222 IFS=$as_save_IFS
6223 test -z "$as_dir" && as_dir=.
6224 for ac_exec_ext in '' $ac_executable_extensions; do
6225 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6226 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6227 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6228 break 2
6230 done
6231 done
6232 IFS=$as_save_IFS
6236 DLLTOOL=$ac_cv_prog_DLLTOOL
6237 if test -n "$DLLTOOL"; then
6238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6239 $as_echo "$DLLTOOL" >&6; }
6240 else
6241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6242 $as_echo "no" >&6; }
6247 if test -z "$ac_cv_prog_DLLTOOL"; then
6248 ac_ct_DLLTOOL=$DLLTOOL
6249 # Extract the first word of "dlltool", so it can be a program name with args.
6250 set dummy dlltool; ac_word=$2
6251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6252 $as_echo_n "checking for $ac_word... " >&6; }
6253 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6254 $as_echo_n "(cached) " >&6
6255 else
6256 if test -n "$ac_ct_DLLTOOL"; then
6257 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6258 else
6259 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6260 for as_dir in $PATH
6262 IFS=$as_save_IFS
6263 test -z "$as_dir" && as_dir=.
6264 for ac_exec_ext in '' $ac_executable_extensions; do
6265 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6266 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6267 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6268 break 2
6270 done
6271 done
6272 IFS=$as_save_IFS
6276 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6277 if test -n "$ac_ct_DLLTOOL"; then
6278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6279 $as_echo "$ac_ct_DLLTOOL" >&6; }
6280 else
6281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6282 $as_echo "no" >&6; }
6285 if test "x$ac_ct_DLLTOOL" = x; then
6286 DLLTOOL="false"
6287 else
6288 case $cross_compiling:$ac_tool_warned in
6289 yes:)
6290 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6291 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6292 ac_tool_warned=yes ;;
6293 esac
6294 DLLTOOL=$ac_ct_DLLTOOL
6296 else
6297 DLLTOOL="$ac_cv_prog_DLLTOOL"
6300 if test -n "$ac_tool_prefix"; then
6301 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6302 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6304 $as_echo_n "checking for $ac_word... " >&6; }
6305 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6306 $as_echo_n "(cached) " >&6
6307 else
6308 if test -n "$DLLWRAP"; then
6309 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6310 else
6311 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6312 for as_dir in $PATH
6314 IFS=$as_save_IFS
6315 test -z "$as_dir" && as_dir=.
6316 for ac_exec_ext in '' $ac_executable_extensions; do
6317 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6318 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6319 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6320 break 2
6322 done
6323 done
6324 IFS=$as_save_IFS
6328 DLLWRAP=$ac_cv_prog_DLLWRAP
6329 if test -n "$DLLWRAP"; then
6330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6331 $as_echo "$DLLWRAP" >&6; }
6332 else
6333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6334 $as_echo "no" >&6; }
6339 if test -z "$ac_cv_prog_DLLWRAP"; then
6340 ac_ct_DLLWRAP=$DLLWRAP
6341 # Extract the first word of "dllwrap", so it can be a program name with args.
6342 set dummy dllwrap; ac_word=$2
6343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6344 $as_echo_n "checking for $ac_word... " >&6; }
6345 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6346 $as_echo_n "(cached) " >&6
6347 else
6348 if test -n "$ac_ct_DLLWRAP"; then
6349 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6350 else
6351 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6352 for as_dir in $PATH
6354 IFS=$as_save_IFS
6355 test -z "$as_dir" && as_dir=.
6356 for ac_exec_ext in '' $ac_executable_extensions; do
6357 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6358 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6359 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6360 break 2
6362 done
6363 done
6364 IFS=$as_save_IFS
6368 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6369 if test -n "$ac_ct_DLLWRAP"; then
6370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6371 $as_echo "$ac_ct_DLLWRAP" >&6; }
6372 else
6373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6374 $as_echo "no" >&6; }
6377 if test "x$ac_ct_DLLWRAP" = x; then
6378 DLLWRAP="false"
6379 else
6380 case $cross_compiling:$ac_tool_warned in
6381 yes:)
6382 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6383 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6384 ac_tool_warned=yes ;;
6385 esac
6386 DLLWRAP=$ac_ct_DLLWRAP
6388 else
6389 DLLWRAP="$ac_cv_prog_DLLWRAP"
6392 if test "$DLLWRAP" = "false"; then
6393 LIBEXT="a"
6394 else
6395 LIBEXT="dll"
6397 IMPLIBEXT="a"
6398 STATIC_IMPLIBEXT="a"
6399 enable_iphlpapi=${enable_iphlpapi:-no}
6400 enable_kernel32=${enable_kernel32:-no}
6401 enable_msvcrt=${enable_msvcrt:-no}
6402 enable_ntdll=${enable_ntdll:-no}
6403 enable_ws2_32=${enable_ws2_32:-no}
6404 enable_loader=${enable_loader:-no}
6405 enable_server=${enable_server:-no}
6406 with_x=${with_x:-no}
6407 with_pthread=${with_pthread:-no}
6409 darwin*|macosx*)
6410 DLLEXT=".so"
6411 LIBEXT="dylib"
6412 DLLFLAGS="$DLLFLAGS -fPIC"
6413 LDDLLFLAGS="-bundle -multiply_defined suppress"
6414 LIBWINE_LDFLAGS="-multiply_defined suppress"
6415 LDSHARED="\$(CC) -dynamiclib"
6416 STRIP="$STRIP -x"
6417 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6418 SECURITYLIB="-framework Security -framework CoreFoundation"
6420 COREFOUNDATIONLIB="-framework CoreFoundation"
6422 IOKITLIB="-framework IOKit -framework CoreFoundation"
6424 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6426 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6427 then
6428 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6431 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6432 then
6433 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6436 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6437 then
6438 LIBOPENAL="-framework OpenAL"
6440 ac_cv_lib_openal_alGetSource3i=yes
6442 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6443 then
6444 ac_save_LIBS="$LIBS"
6445 LIBS="$LIBS $IOKITLIB"
6446 for ac_func in IOHIDManagerCreate
6447 do :
6448 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6449 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6450 cat >>confdefs.h <<_ACEOF
6451 #define HAVE_IOHIDMANAGERCREATE 1
6452 _ACEOF
6455 done
6457 LIBS="$ac_save_LIBS"
6459 case $host_cpu in
6460 *powerpc*)
6461 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6462 esac
6463 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6464 then
6465 CARBONLIB="-framework Carbon"
6467 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6469 if test "x$enable_win16" = "xyes"
6470 then
6471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6472 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6473 if test "$cross_compiling" = yes; then :
6474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6475 $as_echo "cross-compiling, assuming yes" >&6; }
6476 else
6477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6478 /* end confdefs.h. */
6479 asm(".text\n"
6480 "bad:\tnop;nop\n"
6481 "good:\tnop;nop\n\t"
6482 ".globl _testfunc\n"
6483 "_testfunc:\tcallw good");
6484 extern void testfunc();
6486 main ()
6488 unsigned short *p = (unsigned short *)testfunc;
6489 return p[0] != 0xe866 || p[1] != 0xfffa
6491 return 0;
6493 _ACEOF
6494 if ac_fn_c_try_run "$LINENO"; then :
6495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6496 $as_echo "yes" >&6; }
6497 else
6498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6499 $as_echo "no" >&6; }
6500 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
6502 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6503 conftest.$ac_objext conftest.beam conftest.$ac_ext
6509 DLLFLAGS="$DLLFLAGS -fPIC"
6510 DLLEXT=".so"
6511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6512 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6513 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6514 $as_echo_n "(cached) " >&6
6515 else
6516 ac_wine_try_cflags_saved=$CFLAGS
6517 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6519 /* end confdefs.h. */
6520 void myfunc() {}
6521 _ACEOF
6522 if ac_fn_c_try_link "$LINENO"; then :
6523 ac_cv_c_dll_gnuelf="yes"
6524 else
6525 ac_cv_c_dll_gnuelf="no"
6527 rm -f core conftest.err conftest.$ac_objext \
6528 conftest$ac_exeext conftest.$ac_ext
6529 CFLAGS=$ac_wine_try_cflags_saved
6531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6532 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6533 if test "$ac_cv_c_dll_gnuelf" = "yes"
6534 then
6535 LDSHARED="\$(CC) -shared"
6536 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6538 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6539 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6540 $as_echo_n "(cached) " >&6
6541 else
6542 ac_wine_try_cflags_saved=$CFLAGS
6543 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6545 /* end confdefs.h. */
6546 int main(int argc, char *argv) { return 0; }
6547 _ACEOF
6548 if ac_fn_c_try_link "$LINENO"; then :
6549 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6550 else
6551 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6553 rm -f core conftest.err conftest.$ac_objext \
6554 conftest$ac_exeext conftest.$ac_ext
6555 CFLAGS=$ac_wine_try_cflags_saved
6557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6558 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6559 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6560 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6561 else
6562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6563 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6564 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6565 $as_echo_n "(cached) " >&6
6566 else
6567 ac_wine_try_cflags_saved=$CFLAGS
6568 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6570 /* end confdefs.h. */
6571 int main(int argc, char *argv) { return 0; }
6572 _ACEOF
6573 if ac_fn_c_try_link "$LINENO"; then :
6574 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6575 else
6576 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6578 rm -f core conftest.err conftest.$ac_objext \
6579 conftest$ac_exeext conftest.$ac_ext
6580 CFLAGS=$ac_wine_try_cflags_saved
6582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6583 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6584 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6585 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6590 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6591 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6592 $as_echo_n "(cached) " >&6
6593 else
6594 ac_wine_try_cflags_saved=$CFLAGS
6595 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6597 /* end confdefs.h. */
6598 int main(int argc, char *argv) { return 0; }
6599 _ACEOF
6600 if ac_fn_c_try_link "$LINENO"; then :
6601 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6602 else
6603 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6605 rm -f core conftest.err conftest.$ac_objext \
6606 conftest$ac_exeext conftest.$ac_ext
6607 CFLAGS=$ac_wine_try_cflags_saved
6609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6610 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6611 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6612 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6615 { $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
6616 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6617 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6618 $as_echo_n "(cached) " >&6
6619 else
6620 ac_wine_try_cflags_saved=$CFLAGS
6621 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6622 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6623 /* end confdefs.h. */
6624 int main(int argc, char *argv) { return 0; }
6625 _ACEOF
6626 if ac_fn_c_try_link "$LINENO"; then :
6627 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6628 else
6629 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6631 rm -f core conftest.err conftest.$ac_objext \
6632 conftest$ac_exeext conftest.$ac_ext
6633 CFLAGS=$ac_wine_try_cflags_saved
6635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6636 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6637 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6638 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6641 echo '{ global: *; };' >conftest.map
6642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6643 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6644 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6645 $as_echo_n "(cached) " >&6
6646 else
6647 ac_wine_try_cflags_saved=$CFLAGS
6648 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6649 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6650 /* end confdefs.h. */
6651 int main(int argc, char *argv) { return 0; }
6652 _ACEOF
6653 if ac_fn_c_try_link "$LINENO"; then :
6654 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6655 else
6656 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6658 rm -f core conftest.err conftest.$ac_objext \
6659 conftest$ac_exeext conftest.$ac_ext
6660 CFLAGS=$ac_wine_try_cflags_saved
6662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6663 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6664 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6665 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6667 rm -f conftest.map
6669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6670 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6671 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6672 $as_echo_n "(cached) " >&6
6673 else
6674 ac_wine_try_cflags_saved=$CFLAGS
6675 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6677 /* end confdefs.h. */
6678 int main(int argc, char *argv) { return 0; }
6679 _ACEOF
6680 if ac_fn_c_try_link "$LINENO"; then :
6681 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6682 else
6683 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6685 rm -f core conftest.err conftest.$ac_objext \
6686 conftest$ac_exeext conftest.$ac_ext
6687 CFLAGS=$ac_wine_try_cflags_saved
6689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6690 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6691 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6692 LDEXECFLAGS="-Wl,--export-dynamic"
6696 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6698 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6699 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6700 $as_echo_n "(cached) " >&6
6701 else
6702 ac_wine_try_cflags_saved=$CFLAGS
6703 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6705 /* end confdefs.h. */
6706 int main(int argc, char *argv) { return 0; }
6707 _ACEOF
6708 if ac_fn_c_try_link "$LINENO"; then :
6709 eval "$as_ac_var=yes"
6710 else
6711 eval "$as_ac_var=no"
6713 rm -f core conftest.err conftest.$ac_objext \
6714 conftest$ac_exeext conftest.$ac_ext
6715 CFLAGS=$ac_wine_try_cflags_saved
6717 eval ac_res=\$$as_ac_var
6718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6719 $as_echo "$ac_res" >&6; }
6720 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6721 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6722 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6723 else
6724 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6726 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6727 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6728 $as_echo_n "(cached) " >&6
6729 else
6730 ac_wine_try_cflags_saved=$CFLAGS
6731 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6733 /* end confdefs.h. */
6734 int main(int argc, char *argv) { return 0; }
6735 _ACEOF
6736 if ac_fn_c_try_link "$LINENO"; then :
6737 eval "$as_ac_var=yes"
6738 else
6739 eval "$as_ac_var=no"
6741 rm -f core conftest.err conftest.$ac_objext \
6742 conftest$ac_exeext conftest.$ac_ext
6743 CFLAGS=$ac_wine_try_cflags_saved
6745 eval ac_res=\$$as_ac_var
6746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6747 $as_echo "$ac_res" >&6; }
6748 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6749 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6750 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6755 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6756 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6757 $as_echo_n "(cached) " >&6
6758 else
6759 ac_wine_try_cflags_saved=$CFLAGS
6760 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6761 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6762 /* end confdefs.h. */
6763 int main(int argc, char *argv) { return 0; }
6764 _ACEOF
6765 if ac_fn_c_try_link "$LINENO"; then :
6766 ac_cv_cflags__Wl___enable_new_dtags=yes
6767 else
6768 ac_cv_cflags__Wl___enable_new_dtags=no
6770 rm -f core conftest.err conftest.$ac_objext \
6771 conftest$ac_exeext conftest.$ac_ext
6772 CFLAGS=$ac_wine_try_cflags_saved
6774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6775 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6776 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6777 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6780 case $host_cpu in
6781 *i[3456789]86* | x86_64)
6782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6783 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6784 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6785 $as_echo_n "(cached) " >&6
6786 else
6787 ac_wine_try_cflags_saved=$CFLAGS
6788 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6790 /* end confdefs.h. */
6791 int main(int argc, char *argv) { return 0; }
6792 _ACEOF
6793 if ac_fn_c_try_link "$LINENO"; then :
6794 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6795 else
6796 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6798 rm -f core conftest.err conftest.$ac_objext \
6799 conftest$ac_exeext conftest.$ac_ext
6800 CFLAGS=$ac_wine_try_cflags_saved
6802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6803 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6804 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6805 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6808 esac
6810 else
6811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6812 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6813 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6814 $as_echo_n "(cached) " >&6
6815 else
6816 ac_wine_try_cflags_saved=$CFLAGS
6817 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6819 /* end confdefs.h. */
6820 void myfunc() {}
6821 _ACEOF
6822 if ac_fn_c_try_link "$LINENO"; then :
6823 ac_cv_c_dll_unixware="yes"
6824 else
6825 ac_cv_c_dll_unixware="no"
6827 rm -f core conftest.err conftest.$ac_objext \
6828 conftest$ac_exeext conftest.$ac_ext
6829 CFLAGS=$ac_wine_try_cflags_saved
6831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6832 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6833 if test "$ac_cv_c_dll_unixware" = "yes"
6834 then
6835 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6836 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6838 else
6839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6840 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6841 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6842 $as_echo_n "(cached) " >&6
6843 else
6844 ac_wine_try_cflags_saved=$CFLAGS
6845 CFLAGS="$CFLAGS -shared"
6846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6847 /* end confdefs.h. */
6848 void myfunc() {}
6849 _ACEOF
6850 if ac_fn_c_try_link "$LINENO"; then :
6851 ac_cv_c_dll_hpux="yes"
6852 else
6853 ac_cv_c_dll_hpux="no"
6855 rm -f core conftest.err conftest.$ac_objext \
6856 conftest$ac_exeext conftest.$ac_ext
6857 CFLAGS=$ac_wine_try_cflags_saved
6859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6860 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6861 if test "$ac_cv_c_dll_hpux" = "yes"
6862 then
6863 LIBEXT="sl"
6864 DLLEXT=".sl"
6865 LDDLLFLAGS="-shared -fPIC"
6866 LDSHARED="\$(CC) -shared"
6871 esac
6873 enable_winequartz_drv=${enable_winequartz_drv:-no}
6875 if test "$LIBEXT" = "a"; then
6876 as_fn_error "could not find a way to build shared libraries.
6877 It is currently not possible to build Wine without shared library
6878 (.so) support to allow transparent switch between .so and .dll files.
6879 If you are using Linux, you will need a newer binutils.
6880 " "$LINENO" 5
6883 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6884 then
6885 case "$host_cpu" in
6886 i[3456789]86*)
6887 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 " ;;
6888 x86_64)
6889 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
6891 ac_prefix_list="" ;;
6892 esac
6893 for ac_prog in $ac_prefix_list
6895 # Extract the first word of "$ac_prog", so it can be a program name with args.
6896 set dummy $ac_prog; ac_word=$2
6897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6898 $as_echo_n "checking for $ac_word... " >&6; }
6899 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6900 $as_echo_n "(cached) " >&6
6901 else
6902 if test -n "$CROSSCC"; then
6903 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6904 else
6905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6906 for as_dir in $PATH
6908 IFS=$as_save_IFS
6909 test -z "$as_dir" && as_dir=.
6910 for ac_exec_ext in '' $ac_executable_extensions; do
6911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6912 ac_cv_prog_CROSSCC="$ac_prog"
6913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6914 break 2
6916 done
6917 done
6918 IFS=$as_save_IFS
6922 CROSSCC=$ac_cv_prog_CROSSCC
6923 if test -n "$CROSSCC"; then
6924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6925 $as_echo "$CROSSCC" >&6; }
6926 else
6927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6928 $as_echo "no" >&6; }
6932 test -n "$CROSSCC" && break
6933 done
6934 test -n "$CROSSCC" || CROSSCC="false"
6936 if test "$CROSSCC" != "false"
6937 then
6938 CROSSTEST="\$(CROSSTEST)"
6940 set x $CROSSCC
6941 shift
6942 target=""
6943 while test $# -ge 1
6945 case "$1" in
6946 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6947 esac
6948 shift
6949 done
6950 if test -n "$target"
6951 then
6952 CROSSTARGET="$target"
6959 if test "$ac_cv_header_pthread_h" = "yes"
6960 then
6961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
6962 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6963 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
6964 $as_echo_n "(cached) " >&6
6965 else
6966 ac_check_lib_save_LIBS=$LIBS
6967 LIBS="-lpthread $LIBS"
6968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6969 /* end confdefs.h. */
6971 /* Override any GCC internal prototype to avoid an error.
6972 Use char because int might match the return type of a GCC
6973 builtin and then its argument prototype would still apply. */
6974 #ifdef __cplusplus
6975 extern "C"
6976 #endif
6977 char pthread_create ();
6979 main ()
6981 return pthread_create ();
6983 return 0;
6985 _ACEOF
6986 if ac_fn_c_try_link "$LINENO"; then :
6987 ac_cv_lib_pthread_pthread_create=yes
6988 else
6989 ac_cv_lib_pthread_pthread_create=no
6991 rm -f core conftest.err conftest.$ac_objext \
6992 conftest$ac_exeext conftest.$ac_ext
6993 LIBS=$ac_check_lib_save_LIBS
6995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
6996 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
6997 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
6998 LIBPTHREAD="-lpthread"
7003 if test "x$LIBPTHREAD" = "x"; then :
7004 case "x$with_pthread" in
7005 xno) ;;
7006 *) as_fn_error "pthread ${notice_platform}development files not found.
7007 Wine cannot support threads without libpthread.
7008 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7009 esac
7013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7014 $as_echo_n "checking for X... " >&6; }
7017 # Check whether --with-x was given.
7018 if test "${with_x+set}" = set; then :
7019 withval=$with_x;
7022 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7023 if test "x$with_x" = xno; then
7024 # The user explicitly disabled X.
7025 have_x=disabled
7026 else
7027 case $x_includes,$x_libraries in #(
7028 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7029 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7030 $as_echo_n "(cached) " >&6
7031 else
7032 # One or both of the vars are not set, and there is no cached value.
7033 ac_x_includes=no ac_x_libraries=no
7034 rm -f -r conftest.dir
7035 if mkdir conftest.dir; then
7036 cd conftest.dir
7037 cat >Imakefile <<'_ACEOF'
7038 incroot:
7039 @echo incroot='${INCROOT}'
7040 usrlibdir:
7041 @echo usrlibdir='${USRLIBDIR}'
7042 libdir:
7043 @echo libdir='${LIBDIR}'
7044 _ACEOF
7045 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7046 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7047 for ac_var in incroot usrlibdir libdir; do
7048 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7049 done
7050 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7051 for ac_extension in a so sl dylib la dll; do
7052 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7053 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7054 ac_im_usrlibdir=$ac_im_libdir; break
7056 done
7057 # Screen out bogus values from the imake configuration. They are
7058 # bogus both because they are the default anyway, and because
7059 # using them would break gcc on systems where it needs fixed includes.
7060 case $ac_im_incroot in
7061 /usr/include) ac_x_includes= ;;
7062 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7063 esac
7064 case $ac_im_usrlibdir in
7065 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7066 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7067 esac
7069 cd ..
7070 rm -f -r conftest.dir
7073 # Standard set of common directories for X headers.
7074 # Check X11 before X11Rn because it is often a symlink to the current release.
7075 ac_x_header_dirs='
7076 /usr/X11/include
7077 /usr/X11R7/include
7078 /usr/X11R6/include
7079 /usr/X11R5/include
7080 /usr/X11R4/include
7082 /usr/include/X11
7083 /usr/include/X11R7
7084 /usr/include/X11R6
7085 /usr/include/X11R5
7086 /usr/include/X11R4
7088 /usr/local/X11/include
7089 /usr/local/X11R7/include
7090 /usr/local/X11R6/include
7091 /usr/local/X11R5/include
7092 /usr/local/X11R4/include
7094 /usr/local/include/X11
7095 /usr/local/include/X11R7
7096 /usr/local/include/X11R6
7097 /usr/local/include/X11R5
7098 /usr/local/include/X11R4
7100 /usr/X386/include
7101 /usr/x386/include
7102 /usr/XFree86/include/X11
7104 /usr/include
7105 /usr/local/include
7106 /usr/unsupported/include
7107 /usr/athena/include
7108 /usr/local/x11r5/include
7109 /usr/lpp/Xamples/include
7111 /usr/openwin/include
7112 /usr/openwin/share/include'
7114 if test "$ac_x_includes" = no; then
7115 # Guess where to find include files, by looking for Xlib.h.
7116 # First, try using that file with no special directory specified.
7117 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7118 /* end confdefs.h. */
7119 #include <X11/Xlib.h>
7120 _ACEOF
7121 if ac_fn_c_try_cpp "$LINENO"; then :
7122 # We can compile using X headers with no special include directory.
7123 ac_x_includes=
7124 else
7125 for ac_dir in $ac_x_header_dirs; do
7126 if test -r "$ac_dir/X11/Xlib.h"; then
7127 ac_x_includes=$ac_dir
7128 break
7130 done
7132 rm -f conftest.err conftest.$ac_ext
7133 fi # $ac_x_includes = no
7135 if test "$ac_x_libraries" = no; then
7136 # Check for the libraries.
7137 # See if we find them without any special options.
7138 # Don't add to $LIBS permanently.
7139 ac_save_LIBS=$LIBS
7140 LIBS="-lX11 $LIBS"
7141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7142 /* end confdefs.h. */
7143 #include <X11/Xlib.h>
7145 main ()
7147 XrmInitialize ()
7149 return 0;
7151 _ACEOF
7152 if ac_fn_c_try_link "$LINENO"; then :
7153 LIBS=$ac_save_LIBS
7154 # We can link X programs with no special library path.
7155 ac_x_libraries=
7156 else
7157 LIBS=$ac_save_LIBS
7158 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7160 # Don't even attempt the hair of trying to link an X program!
7161 for ac_extension in a so sl dylib la dll; do
7162 if test -r "$ac_dir/libX11.$ac_extension"; then
7163 ac_x_libraries=$ac_dir
7164 break 2
7166 done
7167 done
7169 rm -f core conftest.err conftest.$ac_objext \
7170 conftest$ac_exeext conftest.$ac_ext
7171 fi # $ac_x_libraries = no
7173 case $ac_x_includes,$ac_x_libraries in #(
7174 no,* | *,no | *\'*)
7175 # Didn't find X, or a directory has "'" in its name.
7176 ac_cv_have_x="have_x=no";; #(
7178 # Record where we found X for the cache.
7179 ac_cv_have_x="have_x=yes\
7180 ac_x_includes='$ac_x_includes'\
7181 ac_x_libraries='$ac_x_libraries'"
7182 esac
7184 ;; #(
7185 *) have_x=yes;;
7186 esac
7187 eval "$ac_cv_have_x"
7188 fi # $with_x != no
7190 if test "$have_x" != yes; then
7191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7192 $as_echo "$have_x" >&6; }
7193 no_x=yes
7194 else
7195 # If each of the values was on the command line, it overrides each guess.
7196 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7197 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7198 # Update the cache value to reflect the command line values.
7199 ac_cv_have_x="have_x=yes\
7200 ac_x_includes='$x_includes'\
7201 ac_x_libraries='$x_libraries'"
7202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7203 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7206 if test "$no_x" = yes; then
7207 # Not all programs may use this symbol, but it does not hurt to define it.
7209 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7211 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7212 else
7213 if test -n "$x_includes"; then
7214 X_CFLAGS="$X_CFLAGS -I$x_includes"
7217 # It would also be nice to do this for all -L options, not just this one.
7218 if test -n "$x_libraries"; then
7219 X_LIBS="$X_LIBS -L$x_libraries"
7220 # For Solaris; some versions of Sun CC require a space after -R and
7221 # others require no space. Words are not sufficient . . . .
7222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7223 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7224 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7225 ac_xsave_c_werror_flag=$ac_c_werror_flag
7226 ac_c_werror_flag=yes
7227 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7228 /* end confdefs.h. */
7231 main ()
7235 return 0;
7237 _ACEOF
7238 if ac_fn_c_try_link "$LINENO"; then :
7239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7240 $as_echo "no" >&6; }
7241 X_LIBS="$X_LIBS -R$x_libraries"
7242 else
7243 LIBS="$ac_xsave_LIBS -R $x_libraries"
7244 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7245 /* end confdefs.h. */
7248 main ()
7252 return 0;
7254 _ACEOF
7255 if ac_fn_c_try_link "$LINENO"; then :
7256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7257 $as_echo "yes" >&6; }
7258 X_LIBS="$X_LIBS -R $x_libraries"
7259 else
7260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7261 $as_echo "neither works" >&6; }
7263 rm -f core conftest.err conftest.$ac_objext \
7264 conftest$ac_exeext conftest.$ac_ext
7266 rm -f core conftest.err conftest.$ac_objext \
7267 conftest$ac_exeext conftest.$ac_ext
7268 ac_c_werror_flag=$ac_xsave_c_werror_flag
7269 LIBS=$ac_xsave_LIBS
7272 # Check for system-dependent libraries X programs must link with.
7273 # Do this before checking for the system-independent R6 libraries
7274 # (-lICE), since we may need -lsocket or whatever for X linking.
7276 if test "$ISC" = yes; then
7277 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7278 else
7279 # Martyn Johnson says this is needed for Ultrix, if the X
7280 # libraries were built with DECnet support. And Karl Berry says
7281 # the Alpha needs dnet_stub (dnet does not exist).
7282 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7284 /* end confdefs.h. */
7286 /* Override any GCC internal prototype to avoid an error.
7287 Use char because int might match the return type of a GCC
7288 builtin and then its argument prototype would still apply. */
7289 #ifdef __cplusplus
7290 extern "C"
7291 #endif
7292 char XOpenDisplay ();
7294 main ()
7296 return XOpenDisplay ();
7298 return 0;
7300 _ACEOF
7301 if ac_fn_c_try_link "$LINENO"; then :
7303 else
7304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7305 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7306 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7307 $as_echo_n "(cached) " >&6
7308 else
7309 ac_check_lib_save_LIBS=$LIBS
7310 LIBS="-ldnet $LIBS"
7311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7312 /* end confdefs.h. */
7314 /* Override any GCC internal prototype to avoid an error.
7315 Use char because int might match the return type of a GCC
7316 builtin and then its argument prototype would still apply. */
7317 #ifdef __cplusplus
7318 extern "C"
7319 #endif
7320 char dnet_ntoa ();
7322 main ()
7324 return dnet_ntoa ();
7326 return 0;
7328 _ACEOF
7329 if ac_fn_c_try_link "$LINENO"; then :
7330 ac_cv_lib_dnet_dnet_ntoa=yes
7331 else
7332 ac_cv_lib_dnet_dnet_ntoa=no
7334 rm -f core conftest.err conftest.$ac_objext \
7335 conftest$ac_exeext conftest.$ac_ext
7336 LIBS=$ac_check_lib_save_LIBS
7338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7339 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7340 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7341 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7344 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7346 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7347 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7348 $as_echo_n "(cached) " >&6
7349 else
7350 ac_check_lib_save_LIBS=$LIBS
7351 LIBS="-ldnet_stub $LIBS"
7352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7353 /* end confdefs.h. */
7355 /* Override any GCC internal prototype to avoid an error.
7356 Use char because int might match the return type of a GCC
7357 builtin and then its argument prototype would still apply. */
7358 #ifdef __cplusplus
7359 extern "C"
7360 #endif
7361 char dnet_ntoa ();
7363 main ()
7365 return dnet_ntoa ();
7367 return 0;
7369 _ACEOF
7370 if ac_fn_c_try_link "$LINENO"; then :
7371 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7372 else
7373 ac_cv_lib_dnet_stub_dnet_ntoa=no
7375 rm -f core conftest.err conftest.$ac_objext \
7376 conftest$ac_exeext conftest.$ac_ext
7377 LIBS=$ac_check_lib_save_LIBS
7379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7380 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7381 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7382 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7387 rm -f core conftest.err conftest.$ac_objext \
7388 conftest$ac_exeext conftest.$ac_ext
7389 LIBS="$ac_xsave_LIBS"
7391 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7392 # to get the SysV transport functions.
7393 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7394 # needs -lnsl.
7395 # The nsl library prevents programs from opening the X display
7396 # on Irix 5.2, according to T.E. Dickey.
7397 # The functions gethostbyname, getservbyname, and inet_addr are
7398 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7399 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7400 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7404 if test $ac_cv_func_gethostbyname = no; then
7405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7406 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7407 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7408 $as_echo_n "(cached) " >&6
7409 else
7410 ac_check_lib_save_LIBS=$LIBS
7411 LIBS="-lnsl $LIBS"
7412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7413 /* end confdefs.h. */
7415 /* Override any GCC internal prototype to avoid an error.
7416 Use char because int might match the return type of a GCC
7417 builtin and then its argument prototype would still apply. */
7418 #ifdef __cplusplus
7419 extern "C"
7420 #endif
7421 char gethostbyname ();
7423 main ()
7425 return gethostbyname ();
7427 return 0;
7429 _ACEOF
7430 if ac_fn_c_try_link "$LINENO"; then :
7431 ac_cv_lib_nsl_gethostbyname=yes
7432 else
7433 ac_cv_lib_nsl_gethostbyname=no
7435 rm -f core conftest.err conftest.$ac_objext \
7436 conftest$ac_exeext conftest.$ac_ext
7437 LIBS=$ac_check_lib_save_LIBS
7439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7440 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7441 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7442 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7445 if test $ac_cv_lib_nsl_gethostbyname = no; then
7446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7447 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7448 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7449 $as_echo_n "(cached) " >&6
7450 else
7451 ac_check_lib_save_LIBS=$LIBS
7452 LIBS="-lbsd $LIBS"
7453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7454 /* end confdefs.h. */
7456 /* Override any GCC internal prototype to avoid an error.
7457 Use char because int might match the return type of a GCC
7458 builtin and then its argument prototype would still apply. */
7459 #ifdef __cplusplus
7460 extern "C"
7461 #endif
7462 char gethostbyname ();
7464 main ()
7466 return gethostbyname ();
7468 return 0;
7470 _ACEOF
7471 if ac_fn_c_try_link "$LINENO"; then :
7472 ac_cv_lib_bsd_gethostbyname=yes
7473 else
7474 ac_cv_lib_bsd_gethostbyname=no
7476 rm -f core conftest.err conftest.$ac_objext \
7477 conftest$ac_exeext conftest.$ac_ext
7478 LIBS=$ac_check_lib_save_LIBS
7480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7481 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7482 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7483 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7489 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7490 # socket/setsockopt and other routines are undefined under SCO ODT
7491 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7492 # on later versions), says Simon Leinen: it contains gethostby*
7493 # variants that don't use the name server (or something). -lsocket
7494 # must be given before -lnsl if both are needed. We assume that
7495 # if connect needs -lnsl, so does gethostbyname.
7496 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7497 if test "x$ac_cv_func_connect" = x""yes; then :
7501 if test $ac_cv_func_connect = no; then
7502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7503 $as_echo_n "checking for connect in -lsocket... " >&6; }
7504 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7505 $as_echo_n "(cached) " >&6
7506 else
7507 ac_check_lib_save_LIBS=$LIBS
7508 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7510 /* end confdefs.h. */
7512 /* Override any GCC internal prototype to avoid an error.
7513 Use char because int might match the return type of a GCC
7514 builtin and then its argument prototype would still apply. */
7515 #ifdef __cplusplus
7516 extern "C"
7517 #endif
7518 char connect ();
7520 main ()
7522 return connect ();
7524 return 0;
7526 _ACEOF
7527 if ac_fn_c_try_link "$LINENO"; then :
7528 ac_cv_lib_socket_connect=yes
7529 else
7530 ac_cv_lib_socket_connect=no
7532 rm -f core conftest.err conftest.$ac_objext \
7533 conftest$ac_exeext conftest.$ac_ext
7534 LIBS=$ac_check_lib_save_LIBS
7536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7537 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7538 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7539 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7544 # Guillermo Gomez says -lposix is necessary on A/UX.
7545 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7546 if test "x$ac_cv_func_remove" = x""yes; then :
7550 if test $ac_cv_func_remove = no; then
7551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7552 $as_echo_n "checking for remove in -lposix... " >&6; }
7553 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7554 $as_echo_n "(cached) " >&6
7555 else
7556 ac_check_lib_save_LIBS=$LIBS
7557 LIBS="-lposix $LIBS"
7558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7559 /* end confdefs.h. */
7561 /* Override any GCC internal prototype to avoid an error.
7562 Use char because int might match the return type of a GCC
7563 builtin and then its argument prototype would still apply. */
7564 #ifdef __cplusplus
7565 extern "C"
7566 #endif
7567 char remove ();
7569 main ()
7571 return remove ();
7573 return 0;
7575 _ACEOF
7576 if ac_fn_c_try_link "$LINENO"; then :
7577 ac_cv_lib_posix_remove=yes
7578 else
7579 ac_cv_lib_posix_remove=no
7581 rm -f core conftest.err conftest.$ac_objext \
7582 conftest$ac_exeext conftest.$ac_ext
7583 LIBS=$ac_check_lib_save_LIBS
7585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7586 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7587 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7588 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7593 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7594 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7595 if test "x$ac_cv_func_shmat" = x""yes; then :
7599 if test $ac_cv_func_shmat = no; then
7600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7601 $as_echo_n "checking for shmat in -lipc... " >&6; }
7602 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7603 $as_echo_n "(cached) " >&6
7604 else
7605 ac_check_lib_save_LIBS=$LIBS
7606 LIBS="-lipc $LIBS"
7607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7608 /* end confdefs.h. */
7610 /* Override any GCC internal prototype to avoid an error.
7611 Use char because int might match the return type of a GCC
7612 builtin and then its argument prototype would still apply. */
7613 #ifdef __cplusplus
7614 extern "C"
7615 #endif
7616 char shmat ();
7618 main ()
7620 return shmat ();
7622 return 0;
7624 _ACEOF
7625 if ac_fn_c_try_link "$LINENO"; then :
7626 ac_cv_lib_ipc_shmat=yes
7627 else
7628 ac_cv_lib_ipc_shmat=no
7630 rm -f core conftest.err conftest.$ac_objext \
7631 conftest$ac_exeext conftest.$ac_ext
7632 LIBS=$ac_check_lib_save_LIBS
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7635 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7636 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7637 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7643 # Check for libraries that X11R6 Xt/Xaw programs need.
7644 ac_save_LDFLAGS=$LDFLAGS
7645 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7646 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7647 # check for ICE first), but we must link in the order -lSM -lICE or
7648 # we get undefined symbols. So assume we have SM if we have ICE.
7649 # These have to be linked with before -lX11, unlike the other
7650 # libraries we check for below, so use a different variable.
7651 # John Interrante, Karl Berry
7652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7653 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7654 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7655 $as_echo_n "(cached) " >&6
7656 else
7657 ac_check_lib_save_LIBS=$LIBS
7658 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7660 /* end confdefs.h. */
7662 /* Override any GCC internal prototype to avoid an error.
7663 Use char because int might match the return type of a GCC
7664 builtin and then its argument prototype would still apply. */
7665 #ifdef __cplusplus
7666 extern "C"
7667 #endif
7668 char IceConnectionNumber ();
7670 main ()
7672 return IceConnectionNumber ();
7674 return 0;
7676 _ACEOF
7677 if ac_fn_c_try_link "$LINENO"; then :
7678 ac_cv_lib_ICE_IceConnectionNumber=yes
7679 else
7680 ac_cv_lib_ICE_IceConnectionNumber=no
7682 rm -f core conftest.err conftest.$ac_objext \
7683 conftest$ac_exeext conftest.$ac_ext
7684 LIBS=$ac_check_lib_save_LIBS
7686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7687 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7688 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7689 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7692 LDFLAGS=$ac_save_LDFLAGS
7697 if test "$have_x" = "yes"
7698 then
7699 XLIB="-lX11"
7700 ac_save_CPPFLAGS="$CPPFLAGS"
7701 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7704 $as_echo_n "checking for -lX11... " >&6; }
7705 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7706 $as_echo_n "(cached) " >&6
7707 else
7708 ac_check_soname_save_LIBS=$LIBS
7709 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7711 /* end confdefs.h. */
7713 /* Override any GCC internal prototype to avoid an error.
7714 Use char because int might match the return type of a GCC
7715 builtin and then its argument prototype would still apply. */
7716 #ifdef __cplusplus
7717 extern "C"
7718 #endif
7719 char XCreateWindow ();
7721 main ()
7723 return XCreateWindow ();
7725 return 0;
7727 _ACEOF
7728 if ac_fn_c_try_link "$LINENO"; then :
7729 case "$LIBEXT" in
7730 dll) ;;
7731 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'` ;;
7732 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7733 esac
7735 rm -f core conftest.err conftest.$ac_objext \
7736 conftest$ac_exeext conftest.$ac_ext
7737 LIBS=$ac_check_soname_save_LIBS
7739 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7741 $as_echo "not found" >&6; }
7743 else
7744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7745 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7747 cat >>confdefs.h <<_ACEOF
7748 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7749 _ACEOF
7753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7754 $as_echo_n "checking for -lXext... " >&6; }
7755 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7756 $as_echo_n "(cached) " >&6
7757 else
7758 ac_check_soname_save_LIBS=$LIBS
7759 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7761 /* end confdefs.h. */
7763 /* Override any GCC internal prototype to avoid an error.
7764 Use char because int might match the return type of a GCC
7765 builtin and then its argument prototype would still apply. */
7766 #ifdef __cplusplus
7767 extern "C"
7768 #endif
7769 char XextCreateExtension ();
7771 main ()
7773 return XextCreateExtension ();
7775 return 0;
7777 _ACEOF
7778 if ac_fn_c_try_link "$LINENO"; then :
7779 case "$LIBEXT" in
7780 dll) ;;
7781 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'` ;;
7782 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7783 esac
7785 rm -f core conftest.err conftest.$ac_objext \
7786 conftest$ac_exeext conftest.$ac_ext
7787 LIBS=$ac_check_soname_save_LIBS
7789 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7791 $as_echo "not found" >&6; }
7793 else
7794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7795 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7797 cat >>confdefs.h <<_ACEOF
7798 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7799 _ACEOF
7801 XLIB="-lXext $XLIB"
7804 for ac_header in X11/Xlib.h \
7805 X11/XKBlib.h \
7806 X11/Xutil.h \
7807 X11/Xcursor/Xcursor.h \
7808 X11/extensions/shape.h \
7809 X11/extensions/XInput.h \
7810 X11/extensions/XShm.h \
7811 X11/extensions/Xcomposite.h \
7812 X11/extensions/Xinerama.h \
7813 X11/extensions/Xrandr.h \
7814 X11/extensions/Xrender.h \
7815 X11/extensions/xf86vmode.h \
7816 X11/extensions/xf86vmproto.h
7817 do :
7818 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7819 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7820 # include <X11/Xlib.h>
7821 #endif
7822 #ifdef HAVE_X11_XUTIL_H
7823 # include <X11/Xutil.h>
7824 #endif
7826 eval as_val=\$$as_ac_Header
7827 if test "x$as_val" = x""yes; then :
7828 cat >>confdefs.h <<_ACEOF
7829 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7830 _ACEOF
7834 done
7837 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7838 then
7839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7840 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7841 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7842 $as_echo_n "(cached) " >&6
7843 else
7844 ac_check_lib_save_LIBS=$LIBS
7845 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7847 /* end confdefs.h. */
7849 /* Override any GCC internal prototype to avoid an error.
7850 Use char because int might match the return type of a GCC
7851 builtin and then its argument prototype would still apply. */
7852 #ifdef __cplusplus
7853 extern "C"
7854 #endif
7855 char XkbQueryExtension ();
7857 main ()
7859 return XkbQueryExtension ();
7861 return 0;
7863 _ACEOF
7864 if ac_fn_c_try_link "$LINENO"; then :
7865 ac_cv_lib_X11_XkbQueryExtension=yes
7866 else
7867 ac_cv_lib_X11_XkbQueryExtension=no
7869 rm -f core conftest.err conftest.$ac_objext \
7870 conftest$ac_exeext conftest.$ac_ext
7871 LIBS=$ac_check_lib_save_LIBS
7873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7874 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7875 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7877 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7883 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7884 then
7885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7886 $as_echo_n "checking for -lXcursor... " >&6; }
7887 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7888 $as_echo_n "(cached) " >&6
7889 else
7890 ac_check_soname_save_LIBS=$LIBS
7891 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7893 /* end confdefs.h. */
7895 /* Override any GCC internal prototype to avoid an error.
7896 Use char because int might match the return type of a GCC
7897 builtin and then its argument prototype would still apply. */
7898 #ifdef __cplusplus
7899 extern "C"
7900 #endif
7901 char XcursorImageLoadCursor ();
7903 main ()
7905 return XcursorImageLoadCursor ();
7907 return 0;
7909 _ACEOF
7910 if ac_fn_c_try_link "$LINENO"; then :
7911 case "$LIBEXT" in
7912 dll) ;;
7913 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'` ;;
7914 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7915 esac
7917 rm -f core conftest.err conftest.$ac_objext \
7918 conftest$ac_exeext conftest.$ac_ext
7919 LIBS=$ac_check_soname_save_LIBS
7921 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7923 $as_echo "not found" >&6; }
7925 else
7926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7927 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7929 cat >>confdefs.h <<_ACEOF
7930 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7931 _ACEOF
7936 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7937 case "x$with_xcursor" in
7938 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7939 xno) ;;
7940 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7941 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7942 esac
7945 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7946 then
7947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7948 $as_echo_n "checking for -lXi... " >&6; }
7949 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7950 $as_echo_n "(cached) " >&6
7951 else
7952 ac_check_soname_save_LIBS=$LIBS
7953 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7955 /* end confdefs.h. */
7957 /* Override any GCC internal prototype to avoid an error.
7958 Use char because int might match the return type of a GCC
7959 builtin and then its argument prototype would still apply. */
7960 #ifdef __cplusplus
7961 extern "C"
7962 #endif
7963 char XOpenDevice ();
7965 main ()
7967 return XOpenDevice ();
7969 return 0;
7971 _ACEOF
7972 if ac_fn_c_try_link "$LINENO"; then :
7973 case "$LIBEXT" in
7974 dll) ;;
7975 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'` ;;
7976 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7977 esac
7979 rm -f core conftest.err conftest.$ac_objext \
7980 conftest$ac_exeext conftest.$ac_ext
7981 LIBS=$ac_check_soname_save_LIBS
7983 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7985 $as_echo "not found" >&6; }
7987 else
7988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
7989 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
7991 cat >>confdefs.h <<_ACEOF
7992 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
7993 _ACEOF
7998 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7999 case "x$with_xinput" in
8000 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8001 xno) ;;
8002 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8003 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8004 esac
8007 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8008 then
8009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8010 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8011 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8012 $as_echo_n "(cached) " >&6
8013 else
8014 ac_check_lib_save_LIBS=$LIBS
8015 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8017 /* end confdefs.h. */
8019 /* Override any GCC internal prototype to avoid an error.
8020 Use char because int might match the return type of a GCC
8021 builtin and then its argument prototype would still apply. */
8022 #ifdef __cplusplus
8023 extern "C"
8024 #endif
8025 char XShmQueryExtension ();
8027 main ()
8029 return XShmQueryExtension ();
8031 return 0;
8033 _ACEOF
8034 if ac_fn_c_try_link "$LINENO"; then :
8035 ac_cv_lib_Xext_XShmQueryExtension=yes
8036 else
8037 ac_cv_lib_Xext_XShmQueryExtension=no
8039 rm -f core conftest.err conftest.$ac_objext \
8040 conftest$ac_exeext conftest.$ac_ext
8041 LIBS=$ac_check_lib_save_LIBS
8043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8044 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8045 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8047 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8052 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8053 case "x$with_xshm" in
8054 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8055 xno) ;;
8056 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8057 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8058 esac
8061 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8062 then
8063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8064 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8065 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8066 $as_echo_n "(cached) " >&6
8067 else
8068 ac_check_lib_save_LIBS=$LIBS
8069 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8071 /* end confdefs.h. */
8073 /* Override any GCC internal prototype to avoid an error.
8074 Use char because int might match the return type of a GCC
8075 builtin and then its argument prototype would still apply. */
8076 #ifdef __cplusplus
8077 extern "C"
8078 #endif
8079 char XShapeQueryExtension ();
8081 main ()
8083 return XShapeQueryExtension ();
8085 return 0;
8087 _ACEOF
8088 if ac_fn_c_try_link "$LINENO"; then :
8089 ac_cv_lib_Xext_XShapeQueryExtension=yes
8090 else
8091 ac_cv_lib_Xext_XShapeQueryExtension=no
8093 rm -f core conftest.err conftest.$ac_objext \
8094 conftest$ac_exeext conftest.$ac_ext
8095 LIBS=$ac_check_lib_save_LIBS
8097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8098 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8099 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8101 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8106 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8107 case "x$with_xshape" in
8108 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8109 xno) ;;
8110 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8111 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8112 esac
8115 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8116 then
8117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8118 $as_echo_n "checking for -lXxf86vm... " >&6; }
8119 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8120 $as_echo_n "(cached) " >&6
8121 else
8122 ac_check_soname_save_LIBS=$LIBS
8123 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8125 /* end confdefs.h. */
8127 /* Override any GCC internal prototype to avoid an error.
8128 Use char because int might match the return type of a GCC
8129 builtin and then its argument prototype would still apply. */
8130 #ifdef __cplusplus
8131 extern "C"
8132 #endif
8133 char XF86VidModeQueryExtension ();
8135 main ()
8137 return XF86VidModeQueryExtension ();
8139 return 0;
8141 _ACEOF
8142 if ac_fn_c_try_link "$LINENO"; then :
8143 case "$LIBEXT" in
8144 dll) ;;
8145 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'` ;;
8146 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8147 esac
8149 rm -f core conftest.err conftest.$ac_objext \
8150 conftest$ac_exeext conftest.$ac_ext
8151 LIBS=$ac_check_soname_save_LIBS
8153 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8155 $as_echo "not found" >&6; }
8157 else
8158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8159 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8161 cat >>confdefs.h <<_ACEOF
8162 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8163 _ACEOF
8168 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8169 case "x$with_xxf86vm" in
8170 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8171 xno) ;;
8172 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8173 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8174 esac
8177 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"
8178 then
8179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8180 $as_echo_n "checking for -lXrender... " >&6; }
8181 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8182 $as_echo_n "(cached) " >&6
8183 else
8184 ac_check_soname_save_LIBS=$LIBS
8185 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8187 /* end confdefs.h. */
8189 /* Override any GCC internal prototype to avoid an error.
8190 Use char because int might match the return type of a GCC
8191 builtin and then its argument prototype would still apply. */
8192 #ifdef __cplusplus
8193 extern "C"
8194 #endif
8195 char XRenderQueryExtension ();
8197 main ()
8199 return XRenderQueryExtension ();
8201 return 0;
8203 _ACEOF
8204 if ac_fn_c_try_link "$LINENO"; then :
8205 case "$LIBEXT" in
8206 dll) ;;
8207 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'` ;;
8208 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8209 esac
8211 rm -f core conftest.err conftest.$ac_objext \
8212 conftest$ac_exeext conftest.$ac_ext
8213 LIBS=$ac_check_soname_save_LIBS
8215 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8217 $as_echo "not found" >&6; }
8219 else
8220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8221 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8223 cat >>confdefs.h <<_ACEOF
8224 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8225 _ACEOF
8227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8228 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8229 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8230 $as_echo_n "(cached) " >&6
8231 else
8232 ac_check_lib_save_LIBS=$LIBS
8233 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8234 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8235 /* end confdefs.h. */
8237 /* Override any GCC internal prototype to avoid an error.
8238 Use char because int might match the return type of a GCC
8239 builtin and then its argument prototype would still apply. */
8240 #ifdef __cplusplus
8241 extern "C"
8242 #endif
8243 char XRenderSetPictureTransform ();
8245 main ()
8247 return XRenderSetPictureTransform ();
8249 return 0;
8251 _ACEOF
8252 if ac_fn_c_try_link "$LINENO"; then :
8253 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8254 else
8255 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8257 rm -f core conftest.err conftest.$ac_objext \
8258 conftest$ac_exeext conftest.$ac_ext
8259 LIBS=$ac_check_lib_save_LIBS
8261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8262 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8263 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8265 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8272 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8273 case "x$with_xrender" in
8274 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8275 xno) ;;
8276 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8277 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8278 esac
8281 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8282 then
8283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8284 /* end confdefs.h. */
8285 #include <X11/Xlib.h>
8286 #include <X11/extensions/Xrandr.h>
8288 main ()
8290 static typeof(XRRSetScreenConfigAndRate) * func;
8292 return 0;
8294 _ACEOF
8295 if ac_fn_c_try_compile "$LINENO"; then :
8296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8297 $as_echo_n "checking for -lXrandr... " >&6; }
8298 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8299 $as_echo_n "(cached) " >&6
8300 else
8301 ac_check_soname_save_LIBS=$LIBS
8302 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8304 /* end confdefs.h. */
8306 /* Override any GCC internal prototype to avoid an error.
8307 Use char because int might match the return type of a GCC
8308 builtin and then its argument prototype would still apply. */
8309 #ifdef __cplusplus
8310 extern "C"
8311 #endif
8312 char XRRQueryExtension ();
8314 main ()
8316 return XRRQueryExtension ();
8318 return 0;
8320 _ACEOF
8321 if ac_fn_c_try_link "$LINENO"; then :
8322 case "$LIBEXT" in
8323 dll) ;;
8324 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'` ;;
8325 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8326 esac
8328 rm -f core conftest.err conftest.$ac_objext \
8329 conftest$ac_exeext conftest.$ac_ext
8330 LIBS=$ac_check_soname_save_LIBS
8332 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8334 $as_echo "not found" >&6; }
8336 else
8337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8338 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8340 cat >>confdefs.h <<_ACEOF
8341 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8342 _ACEOF
8347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8349 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8350 case "x$with_xrandr" in
8351 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8352 xno) ;;
8353 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8354 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8355 esac
8358 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8359 then
8360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8361 /* end confdefs.h. */
8362 #include <X11/Xlib.h>
8363 #include <X11/extensions/Xinerama.h>
8365 main ()
8367 static typeof(XineramaQueryScreens) * func;
8369 return 0;
8371 _ACEOF
8372 if ac_fn_c_try_compile "$LINENO"; then :
8373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8374 $as_echo_n "checking for -lXinerama... " >&6; }
8375 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8376 $as_echo_n "(cached) " >&6
8377 else
8378 ac_check_soname_save_LIBS=$LIBS
8379 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8381 /* end confdefs.h. */
8383 /* Override any GCC internal prototype to avoid an error.
8384 Use char because int might match the return type of a GCC
8385 builtin and then its argument prototype would still apply. */
8386 #ifdef __cplusplus
8387 extern "C"
8388 #endif
8389 char XineramaQueryScreens ();
8391 main ()
8393 return XineramaQueryScreens ();
8395 return 0;
8397 _ACEOF
8398 if ac_fn_c_try_link "$LINENO"; then :
8399 case "$LIBEXT" in
8400 dll) ;;
8401 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'` ;;
8402 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8403 esac
8405 rm -f core conftest.err conftest.$ac_objext \
8406 conftest$ac_exeext conftest.$ac_ext
8407 LIBS=$ac_check_soname_save_LIBS
8409 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8411 $as_echo "not found" >&6; }
8413 else
8414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8415 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8417 cat >>confdefs.h <<_ACEOF
8418 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8419 _ACEOF
8424 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8426 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8427 case "x$with_xinerama" in
8428 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8429 xno) ;;
8430 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8431 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8432 esac
8435 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8436 then
8437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8438 $as_echo_n "checking for -lXcomposite... " >&6; }
8439 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8440 $as_echo_n "(cached) " >&6
8441 else
8442 ac_check_soname_save_LIBS=$LIBS
8443 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8444 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8445 /* end confdefs.h. */
8447 /* Override any GCC internal prototype to avoid an error.
8448 Use char because int might match the return type of a GCC
8449 builtin and then its argument prototype would still apply. */
8450 #ifdef __cplusplus
8451 extern "C"
8452 #endif
8453 char XCompositeRedirectWindow ();
8455 main ()
8457 return XCompositeRedirectWindow ();
8459 return 0;
8461 _ACEOF
8462 if ac_fn_c_try_link "$LINENO"; then :
8463 case "$LIBEXT" in
8464 dll) ;;
8465 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'` ;;
8466 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8467 esac
8469 rm -f core conftest.err conftest.$ac_objext \
8470 conftest$ac_exeext conftest.$ac_ext
8471 LIBS=$ac_check_soname_save_LIBS
8473 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8475 $as_echo "not found" >&6; }
8477 else
8478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8479 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8481 cat >>confdefs.h <<_ACEOF
8482 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8483 _ACEOF
8488 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8489 case "x$with_xcomposite" in
8490 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8491 xno) ;;
8492 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8493 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8494 esac
8497 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8498 #include <X11/Xlib.h>
8499 #endif
8501 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8503 cat >>confdefs.h <<_ACEOF
8504 #define HAVE_XICCALLBACK_CALLBACK 1
8505 _ACEOF
8512 opengl_msg=""
8513 if test "x$with_opengl" != "xno"
8514 then
8515 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8516 do :
8517 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8518 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8519 # include <GL/glx.h>
8520 #endif
8522 eval as_val=\$$as_ac_Header
8523 if test "x$as_val" = x""yes; then :
8524 cat >>confdefs.h <<_ACEOF
8525 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8526 _ACEOF
8530 done
8532 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8533 then
8534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8535 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8536 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8537 $as_echo_n "(cached) " >&6
8538 else
8539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8540 /* end confdefs.h. */
8541 #include <GL/gl.h>
8543 main ()
8545 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8547 return 0;
8549 _ACEOF
8550 if ac_fn_c_try_compile "$LINENO"; then :
8551 wine_cv_opengl_header_version_OK="yes"
8552 else
8553 wine_cv_opengl_header_version_OK="no"
8555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8558 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8560 if test "$wine_cv_opengl_header_version_OK" = "yes"
8561 then
8562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8563 $as_echo_n "checking for -lGL... " >&6; }
8564 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8565 $as_echo_n "(cached) " >&6
8566 else
8567 ac_check_soname_save_LIBS=$LIBS
8568 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8570 /* end confdefs.h. */
8572 /* Override any GCC internal prototype to avoid an error.
8573 Use char because int might match the return type of a GCC
8574 builtin and then its argument prototype would still apply. */
8575 #ifdef __cplusplus
8576 extern "C"
8577 #endif
8578 char glXCreateContext ();
8580 main ()
8582 return glXCreateContext ();
8584 return 0;
8586 _ACEOF
8587 if ac_fn_c_try_link "$LINENO"; then :
8588 case "$LIBEXT" in
8589 dll) ;;
8590 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'` ;;
8591 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8592 esac
8594 rm -f core conftest.err conftest.$ac_objext \
8595 conftest$ac_exeext conftest.$ac_ext
8596 LIBS=$ac_check_soname_save_LIBS
8598 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8600 $as_echo "not found" >&6; }
8601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8602 $as_echo_n "checking for -lGL... " >&6; }
8603 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8604 $as_echo_n "(cached) " >&6
8605 else
8606 ac_check_soname_save_LIBS=$LIBS
8607 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"
8608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8609 /* end confdefs.h. */
8611 /* Override any GCC internal prototype to avoid an error.
8612 Use char because int might match the return type of a GCC
8613 builtin and then its argument prototype would still apply. */
8614 #ifdef __cplusplus
8615 extern "C"
8616 #endif
8617 char glXCreateContext ();
8619 main ()
8621 return glXCreateContext ();
8623 return 0;
8625 _ACEOF
8626 if ac_fn_c_try_link "$LINENO"; then :
8627 case "$LIBEXT" in
8628 dll) ;;
8629 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'` ;;
8630 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8631 esac
8633 rm -f core conftest.err conftest.$ac_objext \
8634 conftest$ac_exeext conftest.$ac_ext
8635 LIBS=$ac_check_soname_save_LIBS
8637 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8639 $as_echo "not found" >&6; }
8640 if test -f /usr/X11R6/lib/libGL.a
8641 then
8642 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8643 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8644 else
8645 opengl_msg="No OpenGL library found on this system."
8647 else
8648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8649 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8651 cat >>confdefs.h <<_ACEOF
8652 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8653 _ACEOF
8655 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"
8657 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8660 else
8661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8662 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8664 cat >>confdefs.h <<_ACEOF
8665 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8666 _ACEOF
8668 OPENGL_LIBS="-lGL"
8670 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8673 if test "$ac_cv_header_GL_glu_h" = "yes"
8674 then
8675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8676 $as_echo_n "checking for -lGLU... " >&6; }
8677 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8678 $as_echo_n "(cached) " >&6
8679 else
8680 ac_check_soname_save_LIBS=$LIBS
8681 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8683 /* end confdefs.h. */
8685 /* Override any GCC internal prototype to avoid an error.
8686 Use char because int might match the return type of a GCC
8687 builtin and then its argument prototype would still apply. */
8688 #ifdef __cplusplus
8689 extern "C"
8690 #endif
8691 char gluLookAt ();
8693 main ()
8695 return gluLookAt ();
8697 return 0;
8699 _ACEOF
8700 if ac_fn_c_try_link "$LINENO"; then :
8701 case "$LIBEXT" in
8702 dll) ;;
8703 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'` ;;
8704 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8705 esac
8707 rm -f core conftest.err conftest.$ac_objext \
8708 conftest$ac_exeext conftest.$ac_ext
8709 LIBS=$ac_check_soname_save_LIBS
8711 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8713 $as_echo "not found" >&6; }
8715 else
8716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8717 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8719 cat >>confdefs.h <<_ACEOF
8720 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8721 _ACEOF
8726 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8727 case "x$with_glu" in
8728 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8729 xno) ;;
8730 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8731 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8732 esac
8734 else
8735 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8737 else
8738 opengl_msg="OpenGL development headers not found."
8740 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8741 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8742 else
8743 enable_opengl32=${enable_opengl32:-no}
8744 enable_glu32=${enable_glu32:-no}
8746 if test -n "$opengl_msg"; then :
8747 case "x$with_opengl" in
8748 x) wine_warnings="$wine_warnings|$opengl_msg
8749 OpenGL and Direct3D won't be supported." ;;
8750 xno) ;;
8751 *) as_fn_error "$opengl_msg
8752 OpenGL and Direct3D won't be supported.
8753 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8754 esac
8757 NASLIBS=""
8759 for ac_header in audio/audiolib.h
8760 do :
8761 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8762 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8763 cat >>confdefs.h <<_ACEOF
8764 #define HAVE_AUDIO_AUDIOLIB_H 1
8765 _ACEOF
8766 for ac_header in audio/soundlib.h
8767 do :
8768 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8770 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8771 cat >>confdefs.h <<_ACEOF
8772 #define HAVE_AUDIO_SOUNDLIB_H 1
8773 _ACEOF
8777 done
8779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8780 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8781 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8782 $as_echo_n "(cached) " >&6
8783 else
8784 ac_check_lib_save_LIBS=$LIBS
8785 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8787 /* end confdefs.h. */
8789 /* Override any GCC internal prototype to avoid an error.
8790 Use char because int might match the return type of a GCC
8791 builtin and then its argument prototype would still apply. */
8792 #ifdef __cplusplus
8793 extern "C"
8794 #endif
8795 char AuCreateFlow ();
8797 main ()
8799 return AuCreateFlow ();
8801 return 0;
8803 _ACEOF
8804 if ac_fn_c_try_link "$LINENO"; then :
8805 ac_cv_lib_audio_AuCreateFlow=yes
8806 else
8807 ac_cv_lib_audio_AuCreateFlow=no
8809 rm -f core conftest.err conftest.$ac_objext \
8810 conftest$ac_exeext conftest.$ac_ext
8811 LIBS=$ac_check_lib_save_LIBS
8813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8814 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8815 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8817 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8820 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8821 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8822 $as_echo_n "(cached) " >&6
8823 else
8824 ac_check_lib_save_LIBS=$LIBS
8825 LIBS="-lXau $X_LIBS $LIBS"
8826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8827 /* end confdefs.h. */
8829 /* Override any GCC internal prototype to avoid an error.
8830 Use char because int might match the return type of a GCC
8831 builtin and then its argument prototype would still apply. */
8832 #ifdef __cplusplus
8833 extern "C"
8834 #endif
8835 char XauGetBestAuthByAddr ();
8837 main ()
8839 return XauGetBestAuthByAddr ();
8841 return 0;
8843 _ACEOF
8844 if ac_fn_c_try_link "$LINENO"; then :
8845 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8846 else
8847 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8849 rm -f core conftest.err conftest.$ac_objext \
8850 conftest$ac_exeext conftest.$ac_ext
8851 LIBS=$ac_check_lib_save_LIBS
8853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8854 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8855 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8856 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8857 else
8858 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8866 done
8869 CPPFLAGS="$ac_save_CPPFLAGS"
8870 else
8871 XLIB=""
8872 X_CFLAGS=""
8873 X_LIBS=""
8874 enable_winex11_drv=${enable_winex11_drv:-no}
8875 enable_opengl32=${enable_opengl32:-no}
8876 enable_glu32=${enable_glu32:-no}
8878 if test "x$XLIB" = "x"; then :
8879 case "x$with_x" in
8880 xno) ;;
8881 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
8882 without X support, which probably isn't what you want. You will need to install
8883 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8884 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8885 esac
8889 XML2LIBS=""
8891 XML2INCL=""
8893 XSLTINCL=""
8895 if test "x$with_xml" != "xno"
8896 then
8897 ac_save_CPPFLAGS="$CPPFLAGS"
8898 if test "$PKG_CONFIG" != "false"
8899 then
8900 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8901 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8902 else
8903 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8904 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
8906 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8907 for ac_header in libxml/parser.h
8908 do :
8909 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8910 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8911 cat >>confdefs.h <<_ACEOF
8912 #define HAVE_LIBXML_PARSER_H 1
8913 _ACEOF
8914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8915 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8916 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8917 $as_echo_n "(cached) " >&6
8918 else
8919 ac_check_lib_save_LIBS=$LIBS
8920 LIBS="-lxml2 $ac_xml_libs $LIBS"
8921 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8922 /* end confdefs.h. */
8924 /* Override any GCC internal prototype to avoid an error.
8925 Use char because int might match the return type of a GCC
8926 builtin and then its argument prototype would still apply. */
8927 #ifdef __cplusplus
8928 extern "C"
8929 #endif
8930 char xmlParseMemory ();
8932 main ()
8934 return xmlParseMemory ();
8936 return 0;
8938 _ACEOF
8939 if ac_fn_c_try_link "$LINENO"; then :
8940 ac_cv_lib_xml2_xmlParseMemory=yes
8941 else
8942 ac_cv_lib_xml2_xmlParseMemory=no
8944 rm -f core conftest.err conftest.$ac_objext \
8945 conftest$ac_exeext conftest.$ac_ext
8946 LIBS=$ac_check_lib_save_LIBS
8948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8949 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8950 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8952 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8954 XML2LIBS="$ac_xml_libs"
8955 XML2INCL="$ac_xml_cflags"
8958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8959 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8960 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8961 $as_echo_n "(cached) " >&6
8962 else
8963 ac_check_lib_save_LIBS=$LIBS
8964 LIBS="-lxml2 $ac_xml_libs $LIBS"
8965 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8966 /* end confdefs.h. */
8968 /* Override any GCC internal prototype to avoid an error.
8969 Use char because int might match the return type of a GCC
8970 builtin and then its argument prototype would still apply. */
8971 #ifdef __cplusplus
8972 extern "C"
8973 #endif
8974 char xmlReadMemory ();
8976 main ()
8978 return xmlReadMemory ();
8980 return 0;
8982 _ACEOF
8983 if ac_fn_c_try_link "$LINENO"; then :
8984 ac_cv_lib_xml2_xmlReadMemory=yes
8985 else
8986 ac_cv_lib_xml2_xmlReadMemory=no
8988 rm -f core conftest.err conftest.$ac_objext \
8989 conftest$ac_exeext conftest.$ac_ext
8990 LIBS=$ac_check_lib_save_LIBS
8992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
8993 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
8994 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
8996 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9001 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9002 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9003 $as_echo_n "(cached) " >&6
9004 else
9005 ac_check_lib_save_LIBS=$LIBS
9006 LIBS="-lxml2 $ac_xml_libs $LIBS"
9007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9008 /* end confdefs.h. */
9010 /* Override any GCC internal prototype to avoid an error.
9011 Use char because int might match the return type of a GCC
9012 builtin and then its argument prototype would still apply. */
9013 #ifdef __cplusplus
9014 extern "C"
9015 #endif
9016 char xmlNewDocPI ();
9018 main ()
9020 return xmlNewDocPI ();
9022 return 0;
9024 _ACEOF
9025 if ac_fn_c_try_link "$LINENO"; then :
9026 ac_cv_lib_xml2_xmlNewDocPI=yes
9027 else
9028 ac_cv_lib_xml2_xmlNewDocPI=no
9030 rm -f core conftest.err conftest.$ac_objext \
9031 conftest$ac_exeext conftest.$ac_ext
9032 LIBS=$ac_check_lib_save_LIBS
9034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9035 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9036 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9038 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9045 done
9047 CPPFLAGS="$ac_save_CPPFLAGS"
9049 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9050 case "x$with_xml" in
9051 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9052 xno) ;;
9053 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9054 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9055 esac
9058 if test "x$with_xslt" != "xno"
9059 then
9060 if test "$PKG_CONFIG" != "false"
9061 then
9062 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9063 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9064 else
9065 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9066 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9068 ac_save_CPPFLAGS="$CPPFLAGS"
9069 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9070 for ac_header in libxslt/pattern.h libxslt/transform.h
9071 do :
9072 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9073 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9074 # include <libxslt/pattern.h>
9075 #endif
9077 eval as_val=\$$as_ac_Header
9078 if test "x$as_val" = x""yes; then :
9079 cat >>confdefs.h <<_ACEOF
9080 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9081 _ACEOF
9085 done
9087 CPPFLAGS="$ac_save_CPPFLAGS"
9088 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9089 then
9090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9091 $as_echo_n "checking for -lxslt... " >&6; }
9092 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9093 $as_echo_n "(cached) " >&6
9094 else
9095 ac_check_soname_save_LIBS=$LIBS
9096 LIBS="-lxslt $ac_xslt_libs $LIBS"
9097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9098 /* end confdefs.h. */
9100 /* Override any GCC internal prototype to avoid an error.
9101 Use char because int might match the return type of a GCC
9102 builtin and then its argument prototype would still apply. */
9103 #ifdef __cplusplus
9104 extern "C"
9105 #endif
9106 char xsltCompilePattern ();
9108 main ()
9110 return xsltCompilePattern ();
9112 return 0;
9114 _ACEOF
9115 if ac_fn_c_try_link "$LINENO"; then :
9116 case "$LIBEXT" in
9117 dll) ;;
9118 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'` ;;
9119 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9120 esac
9122 rm -f core conftest.err conftest.$ac_objext \
9123 conftest$ac_exeext conftest.$ac_ext
9124 LIBS=$ac_check_soname_save_LIBS
9126 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9128 $as_echo "not found" >&6; }
9130 else
9131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9132 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9134 cat >>confdefs.h <<_ACEOF
9135 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9136 _ACEOF
9138 XSLTINCL="$ac_xslt_cflags"
9142 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9143 case "x$with_xslt" in
9144 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9145 xno) ;;
9146 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9147 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9148 esac
9151 HALINCL=""
9153 if test "x$with_hal" != "xno"
9154 then
9155 ac_save_CPPFLAGS="$CPPFLAGS"
9156 if test "$PKG_CONFIG" != "false"
9157 then
9158 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9159 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9160 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9162 for ac_header in dbus/dbus.h hal/libhal.h
9163 do :
9164 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9165 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9166 eval as_val=\$$as_ac_Header
9167 if test "x$as_val" = x""yes; then :
9168 cat >>confdefs.h <<_ACEOF
9169 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9170 _ACEOF
9174 done
9176 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9177 then
9178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9179 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9180 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9181 $as_echo_n "(cached) " >&6
9182 else
9183 ac_check_lib_save_LIBS=$LIBS
9184 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9185 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9186 /* end confdefs.h. */
9188 /* Override any GCC internal prototype to avoid an error.
9189 Use char because int might match the return type of a GCC
9190 builtin and then its argument prototype would still apply. */
9191 #ifdef __cplusplus
9192 extern "C"
9193 #endif
9194 char dbus_connection_close ();
9196 main ()
9198 return dbus_connection_close ();
9200 return 0;
9202 _ACEOF
9203 if ac_fn_c_try_link "$LINENO"; then :
9204 ac_cv_lib_dbus_1_dbus_connection_close=yes
9205 else
9206 ac_cv_lib_dbus_1_dbus_connection_close=no
9208 rm -f core conftest.err conftest.$ac_objext \
9209 conftest$ac_exeext conftest.$ac_ext
9210 LIBS=$ac_check_lib_save_LIBS
9212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9213 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9214 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9216 $as_echo_n "checking for -lhal... " >&6; }
9217 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9218 $as_echo_n "(cached) " >&6
9219 else
9220 ac_check_soname_save_LIBS=$LIBS
9221 LIBS="-lhal $ac_hal_libs $LIBS"
9222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9223 /* end confdefs.h. */
9225 /* Override any GCC internal prototype to avoid an error.
9226 Use char because int might match the return type of a GCC
9227 builtin and then its argument prototype would still apply. */
9228 #ifdef __cplusplus
9229 extern "C"
9230 #endif
9231 char libhal_ctx_new ();
9233 main ()
9235 return libhal_ctx_new ();
9237 return 0;
9239 _ACEOF
9240 if ac_fn_c_try_link "$LINENO"; then :
9241 case "$LIBEXT" in
9242 dll) ;;
9243 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'` ;;
9244 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9245 esac
9247 rm -f core conftest.err conftest.$ac_objext \
9248 conftest$ac_exeext conftest.$ac_ext
9249 LIBS=$ac_check_soname_save_LIBS
9251 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9253 $as_echo "not found" >&6; }
9255 else
9256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9257 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9259 cat >>confdefs.h <<_ACEOF
9260 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9261 _ACEOF
9263 HALINCL="$ac_hal_cflags"
9268 CPPFLAGS="$ac_save_CPPFLAGS"
9270 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9271 case "x$with_hal" in
9272 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9273 xno) ;;
9274 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9275 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9276 esac
9279 if test "x$with_gnutls" != "xno"
9280 then
9281 ac_save_CPPFLAGS="$CPPFLAGS"
9282 if test "$PKG_CONFIG" != "false"
9283 then
9284 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9285 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9286 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9288 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9289 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9290 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9291 /* end confdefs.h. */
9292 #include <gnutls/gnutls.h>
9294 main ()
9296 typeof(gnutls_mac_get_key_size) *pfunc;
9298 return 0;
9300 _ACEOF
9301 if ac_fn_c_try_compile "$LINENO"; then :
9302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9303 $as_echo_n "checking for -lgnutls... " >&6; }
9304 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9305 $as_echo_n "(cached) " >&6
9306 else
9307 ac_check_soname_save_LIBS=$LIBS
9308 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9310 /* end confdefs.h. */
9312 /* Override any GCC internal prototype to avoid an error.
9313 Use char because int might match the return type of a GCC
9314 builtin and then its argument prototype would still apply. */
9315 #ifdef __cplusplus
9316 extern "C"
9317 #endif
9318 char gnutls_global_init ();
9320 main ()
9322 return gnutls_global_init ();
9324 return 0;
9326 _ACEOF
9327 if ac_fn_c_try_link "$LINENO"; then :
9328 case "$LIBEXT" in
9329 dll) ;;
9330 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'` ;;
9331 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9332 esac
9334 rm -f core conftest.err conftest.$ac_objext \
9335 conftest$ac_exeext conftest.$ac_ext
9336 LIBS=$ac_check_soname_save_LIBS
9338 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9340 $as_echo "not found" >&6; }
9342 else
9343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9344 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9346 cat >>confdefs.h <<_ACEOF
9347 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9348 _ACEOF
9350 GNUTLSINCL="$ac_gnutls_cflags"
9354 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9358 CPPFLAGS="$ac_save_CPPFLAGS"
9360 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9361 case "x$with_gnutls" in
9362 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9363 xno) ;;
9364 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9365 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9366 esac
9369 CURSESLIBS=""
9370 if test "$ac_cv_header_ncurses_h" = "yes"
9371 then
9372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9373 $as_echo_n "checking for -lncurses... " >&6; }
9374 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9375 $as_echo_n "(cached) " >&6
9376 else
9377 ac_check_soname_save_LIBS=$LIBS
9378 LIBS="-lncurses $LIBS"
9379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9380 /* end confdefs.h. */
9382 /* Override any GCC internal prototype to avoid an error.
9383 Use char because int might match the return type of a GCC
9384 builtin and then its argument prototype would still apply. */
9385 #ifdef __cplusplus
9386 extern "C"
9387 #endif
9388 char waddch ();
9390 main ()
9392 return waddch ();
9394 return 0;
9396 _ACEOF
9397 if ac_fn_c_try_link "$LINENO"; then :
9398 case "$LIBEXT" in
9399 dll) ;;
9400 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'` ;;
9401 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9402 esac
9404 rm -f core conftest.err conftest.$ac_objext \
9405 conftest$ac_exeext conftest.$ac_ext
9406 LIBS=$ac_check_soname_save_LIBS
9408 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9410 $as_echo "not found" >&6; }
9412 else
9413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9414 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9416 cat >>confdefs.h <<_ACEOF
9417 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9418 _ACEOF
9420 CURSESLIBS="-lncurses"
9422 elif test "$ac_cv_header_curses_h" = "yes"
9423 then
9424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9425 $as_echo_n "checking for -lcurses... " >&6; }
9426 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9427 $as_echo_n "(cached) " >&6
9428 else
9429 ac_check_soname_save_LIBS=$LIBS
9430 LIBS="-lcurses $LIBS"
9431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9432 /* end confdefs.h. */
9434 /* Override any GCC internal prototype to avoid an error.
9435 Use char because int might match the return type of a GCC
9436 builtin and then its argument prototype would still apply. */
9437 #ifdef __cplusplus
9438 extern "C"
9439 #endif
9440 char waddch ();
9442 main ()
9444 return waddch ();
9446 return 0;
9448 _ACEOF
9449 if ac_fn_c_try_link "$LINENO"; then :
9450 case "$LIBEXT" in
9451 dll) ;;
9452 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'` ;;
9453 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9454 esac
9456 rm -f core conftest.err conftest.$ac_objext \
9457 conftest$ac_exeext conftest.$ac_ext
9458 LIBS=$ac_check_soname_save_LIBS
9460 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9462 $as_echo "not found" >&6; }
9464 else
9465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9466 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9468 cat >>confdefs.h <<_ACEOF
9469 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9470 _ACEOF
9472 CURSESLIBS="-lcurses"
9475 ac_save_LIBS="$LIBS"
9476 LIBS="$LIBS $CURSESLIBS"
9477 for ac_func in mousemask
9478 do :
9479 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9480 if test "x$ac_cv_func_mousemask" = x""yes; then :
9481 cat >>confdefs.h <<_ACEOF
9482 #define HAVE_MOUSEMASK 1
9483 _ACEOF
9486 done
9488 LIBS="$ac_save_LIBS"
9489 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9490 case "x$with_curses" in
9491 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9492 xno) ;;
9493 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9494 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9495 esac
9498 if test "x$with_sane" != "xno"
9499 then
9500 ac_save_CPPFLAGS="$CPPFLAGS"
9501 # Extract the first word of "sane-config", so it can be a program name with args.
9502 set dummy sane-config; ac_word=$2
9503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9504 $as_echo_n "checking for $ac_word... " >&6; }
9505 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9506 $as_echo_n "(cached) " >&6
9507 else
9508 if test -n "$sane_devel"; then
9509 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9510 else
9511 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9512 for as_dir in $PATH
9514 IFS=$as_save_IFS
9515 test -z "$as_dir" && as_dir=.
9516 for ac_exec_ext in '' $ac_executable_extensions; do
9517 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9518 ac_cv_prog_sane_devel="sane-config"
9519 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9520 break 2
9522 done
9523 done
9524 IFS=$as_save_IFS
9526 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9529 sane_devel=$ac_cv_prog_sane_devel
9530 if test -n "$sane_devel"; then
9531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9532 $as_echo "$sane_devel" >&6; }
9533 else
9534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9535 $as_echo "no" >&6; }
9539 if test "$sane_devel" != "no"
9540 then
9541 ac_sane_incl="`$sane_devel --cflags`"
9542 ac_sane_libs="`$sane_devel --ldflags`"
9543 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9545 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9546 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9548 $as_echo_n "checking for -lsane... " >&6; }
9549 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9550 $as_echo_n "(cached) " >&6
9551 else
9552 ac_check_soname_save_LIBS=$LIBS
9553 LIBS="-lsane $ac_sane_libs $LIBS"
9554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9555 /* end confdefs.h. */
9557 /* Override any GCC internal prototype to avoid an error.
9558 Use char because int might match the return type of a GCC
9559 builtin and then its argument prototype would still apply. */
9560 #ifdef __cplusplus
9561 extern "C"
9562 #endif
9563 char sane_init ();
9565 main ()
9567 return sane_init ();
9569 return 0;
9571 _ACEOF
9572 if ac_fn_c_try_link "$LINENO"; then :
9573 case "$LIBEXT" in
9574 dll) ;;
9575 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'` ;;
9576 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9577 esac
9579 rm -f core conftest.err conftest.$ac_objext \
9580 conftest$ac_exeext conftest.$ac_ext
9581 LIBS=$ac_check_soname_save_LIBS
9583 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9585 $as_echo "not found" >&6; }
9587 else
9588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9589 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9591 cat >>confdefs.h <<_ACEOF
9592 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9593 _ACEOF
9595 SANEINCL="$ac_sane_incl"
9601 CPPFLAGS="$ac_save_CPPFLAGS"
9603 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9604 case "x$with_sane" in
9605 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9606 xno) ;;
9607 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9608 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9609 esac
9612 if test "x$with_v4l" != "xno"
9613 then
9614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9615 $as_echo_n "checking for -lv4l1... " >&6; }
9616 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9617 $as_echo_n "(cached) " >&6
9618 else
9619 ac_check_soname_save_LIBS=$LIBS
9620 LIBS="-lv4l1 $LIBS"
9621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9622 /* end confdefs.h. */
9624 /* Override any GCC internal prototype to avoid an error.
9625 Use char because int might match the return type of a GCC
9626 builtin and then its argument prototype would still apply. */
9627 #ifdef __cplusplus
9628 extern "C"
9629 #endif
9630 char v4l1_open ();
9632 main ()
9634 return v4l1_open ();
9636 return 0;
9638 _ACEOF
9639 if ac_fn_c_try_link "$LINENO"; then :
9640 case "$LIBEXT" in
9641 dll) ;;
9642 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'` ;;
9643 *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9644 esac
9646 rm -f core conftest.err conftest.$ac_objext \
9647 conftest$ac_exeext conftest.$ac_ext
9648 LIBS=$ac_check_soname_save_LIBS
9650 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9652 $as_echo "not found" >&6; }
9654 else
9655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9656 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9658 cat >>confdefs.h <<_ACEOF
9659 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9660 _ACEOF
9665 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9666 case "x$with_v4l" in
9667 x) wine_notices="$wine_notices|libv4l ${notice_platform}development files not found." ;;
9668 xno) ;;
9669 *) as_fn_error "libv4l ${notice_platform}development files not found.
9670 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9671 esac
9674 if test "x$with_gphoto" != "xno"
9675 then
9676 ac_save_CPPFLAGS="$CPPFLAGS"
9677 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9678 set dummy gphoto2-config; ac_word=$2
9679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9680 $as_echo_n "checking for $ac_word... " >&6; }
9681 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9682 $as_echo_n "(cached) " >&6
9683 else
9684 if test -n "$gphoto2_devel"; then
9685 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9686 else
9687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9688 for as_dir in $PATH
9690 IFS=$as_save_IFS
9691 test -z "$as_dir" && as_dir=.
9692 for ac_exec_ext in '' $ac_executable_extensions; do
9693 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9694 ac_cv_prog_gphoto2_devel="gphoto2-config"
9695 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9696 break 2
9698 done
9699 done
9700 IFS=$as_save_IFS
9702 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9705 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9706 if test -n "$gphoto2_devel"; then
9707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9708 $as_echo "$gphoto2_devel" >&6; }
9709 else
9710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9711 $as_echo "no" >&6; }
9715 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9716 set dummy gphoto2-port-config; ac_word=$2
9717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9718 $as_echo_n "checking for $ac_word... " >&6; }
9719 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9720 $as_echo_n "(cached) " >&6
9721 else
9722 if test -n "$gphoto2port_devel"; then
9723 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9724 else
9725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9726 for as_dir in $PATH
9728 IFS=$as_save_IFS
9729 test -z "$as_dir" && as_dir=.
9730 for ac_exec_ext in '' $ac_executable_extensions; do
9731 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9732 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9734 break 2
9736 done
9737 done
9738 IFS=$as_save_IFS
9740 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9743 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9744 if test -n "$gphoto2port_devel"; then
9745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9746 $as_echo "$gphoto2port_devel" >&6; }
9747 else
9748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9749 $as_echo "no" >&6; }
9753 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9754 then
9755 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9756 ac_gphoto2_libs=""
9757 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9759 case "$i" in
9760 -L/usr/lib|-L/usr/lib64) ;;
9761 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9762 esac
9763 done
9764 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9766 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9767 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9768 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9770 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9771 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9772 $as_echo_n "(cached) " >&6
9773 else
9774 ac_check_lib_save_LIBS=$LIBS
9775 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9776 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9777 /* end confdefs.h. */
9779 /* Override any GCC internal prototype to avoid an error.
9780 Use char because int might match the return type of a GCC
9781 builtin and then its argument prototype would still apply. */
9782 #ifdef __cplusplus
9783 extern "C"
9784 #endif
9785 char gp_camera_new ();
9787 main ()
9789 return gp_camera_new ();
9791 return 0;
9793 _ACEOF
9794 if ac_fn_c_try_link "$LINENO"; then :
9795 ac_cv_lib_gphoto2_gp_camera_new=yes
9796 else
9797 ac_cv_lib_gphoto2_gp_camera_new=no
9799 rm -f core conftest.err conftest.$ac_objext \
9800 conftest$ac_exeext conftest.$ac_ext
9801 LIBS=$ac_check_lib_save_LIBS
9803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9804 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9805 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9807 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9809 GPHOTO2LIBS="$ac_gphoto2_libs"
9811 GPHOTO2INCL="$ac_gphoto2_incl"
9818 CPPFLAGS="$ac_save_CPPFLAGS"
9820 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9821 case "x$with_gphoto" in
9822 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9823 xno) ;;
9824 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9825 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9826 esac
9830 RESOLVLIBS=""
9832 if test "$ac_cv_header_resolv_h" = "yes"
9833 then
9834 ac_save_LIBS="$LIBS"
9835 LIBS="$LIBS -lresolv"
9836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9837 /* end confdefs.h. */
9838 #ifdef HAVE_NETINET_IN_H
9839 #include <netinet/in.h>
9840 #endif
9841 #include <resolv.h>
9843 main ()
9845 res_init();
9847 return 0;
9849 _ACEOF
9850 if ac_fn_c_try_link "$LINENO"; then :
9852 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9854 RESOLVLIBS="-lresolv"
9856 rm -f core conftest.err conftest.$ac_objext \
9857 conftest$ac_exeext conftest.$ac_ext
9858 LIBS="$ac_save_LIBS"
9861 LCMSLIBS=""
9863 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9864 then
9865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9866 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9867 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9868 $as_echo_n "(cached) " >&6
9869 else
9870 ac_check_lib_save_LIBS=$LIBS
9871 LIBS="-llcms $LIBS"
9872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9873 /* end confdefs.h. */
9875 /* Override any GCC internal prototype to avoid an error.
9876 Use char because int might match the return type of a GCC
9877 builtin and then its argument prototype would still apply. */
9878 #ifdef __cplusplus
9879 extern "C"
9880 #endif
9881 char cmsOpenProfileFromFile ();
9883 main ()
9885 return cmsOpenProfileFromFile ();
9887 return 0;
9889 _ACEOF
9890 if ac_fn_c_try_link "$LINENO"; then :
9891 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9892 else
9893 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9895 rm -f core conftest.err conftest.$ac_objext \
9896 conftest$ac_exeext conftest.$ac_ext
9897 LIBS=$ac_check_lib_save_LIBS
9899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9900 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9901 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9903 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9905 LCMSLIBS="-llcms"
9909 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9910 case "x$with_cms" in
9911 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9912 xno) ;;
9913 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9914 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9915 esac
9918 if test "x$with_freetype" != "xno"
9919 then
9920 for ac_prog in freetype-config freetype2-config
9922 # Extract the first word of "$ac_prog", so it can be a program name with args.
9923 set dummy $ac_prog; ac_word=$2
9924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9925 $as_echo_n "checking for $ac_word... " >&6; }
9926 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9927 $as_echo_n "(cached) " >&6
9928 else
9929 if test -n "$ft_devel"; then
9930 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9931 else
9932 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9933 for as_dir in $PATH
9935 IFS=$as_save_IFS
9936 test -z "$as_dir" && as_dir=.
9937 for ac_exec_ext in '' $ac_executable_extensions; do
9938 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9939 ac_cv_prog_ft_devel="$ac_prog"
9940 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9941 break 2
9943 done
9944 done
9945 IFS=$as_save_IFS
9949 ft_devel=$ac_cv_prog_ft_devel
9950 if test -n "$ft_devel"; then
9951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9952 $as_echo "$ft_devel" >&6; }
9953 else
9954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9955 $as_echo "no" >&6; }
9959 test -n "$ft_devel" && break
9960 done
9961 test -n "$ft_devel" || ft_devel="no"
9963 if test "$ft_devel" != "no"
9964 then
9965 ac_freetype_incl=`$ft_devel --cflags`
9966 ac_freetype_libs=`$ft_devel --libs`
9968 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
9969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
9970 $as_echo_n "checking for -lfreetype... " >&6; }
9971 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
9972 $as_echo_n "(cached) " >&6
9973 else
9974 ac_check_soname_save_LIBS=$LIBS
9975 LIBS="-lfreetype $ac_freetype_libs $LIBS"
9976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9977 /* end confdefs.h. */
9979 /* Override any GCC internal prototype to avoid an error.
9980 Use char because int might match the return type of a GCC
9981 builtin and then its argument prototype would still apply. */
9982 #ifdef __cplusplus
9983 extern "C"
9984 #endif
9985 char FT_Init_FreeType ();
9987 main ()
9989 return FT_Init_FreeType ();
9991 return 0;
9993 _ACEOF
9994 if ac_fn_c_try_link "$LINENO"; then :
9995 case "$LIBEXT" in
9996 dll) ;;
9997 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'` ;;
9998 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9999 esac
10001 rm -f core conftest.err conftest.$ac_objext \
10002 conftest$ac_exeext conftest.$ac_ext
10003 LIBS=$ac_check_soname_save_LIBS
10005 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10007 $as_echo "not found" >&6; }
10008 ft_lib=no
10009 else
10010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10011 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10013 cat >>confdefs.h <<_ACEOF
10014 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10015 _ACEOF
10017 ft_lib=yes
10019 if test "$ft_lib" = "yes"
10020 then
10021 ac_save_CPPFLAGS="$CPPFLAGS"
10022 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10023 for ac_header in ft2build.h \
10024 freetype/freetype.h \
10025 freetype/ftglyph.h \
10026 freetype/fttypes.h \
10027 freetype/tttables.h \
10028 freetype/ftsnames.h \
10029 freetype/ttnameid.h \
10030 freetype/ftoutln.h \
10031 freetype/ftwinfnt.h \
10032 freetype/ftmodapi.h \
10033 freetype/ftlcdfil.h \
10034 freetype/internal/sfnt.h
10035 do :
10036 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10037 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10038 # include <ft2build.h>
10039 #endif
10041 eval as_val=\$$as_ac_Header
10042 if test "x$as_val" = x""yes; then :
10043 cat >>confdefs.h <<_ACEOF
10044 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10045 _ACEOF
10049 done
10051 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10052 /* end confdefs.h. */
10053 #include <ft2build.h>
10054 #include <freetype/fttrigon.h>
10055 _ACEOF
10056 if ac_fn_c_try_cpp "$LINENO"; then :
10058 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10060 wine_cv_fttrigon=yes
10061 else
10062 wine_cv_fttrigon=no
10064 rm -f conftest.err conftest.$ac_ext
10065 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10067 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10069 cat >>confdefs.h <<_ACEOF
10070 #define HAVE_FT_TRUETYPEENGINETYPE 1
10071 _ACEOF
10076 ac_save_CFLAGS="$CFLAGS"
10077 CFLAGS="$CFLAGS $ac_freetype_libs"
10078 for ac_func in FT_Load_Sfnt_Table
10079 do :
10080 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10081 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10082 cat >>confdefs.h <<_ACEOF
10083 #define HAVE_FT_LOAD_SFNT_TABLE 1
10084 _ACEOF
10087 done
10089 CFLAGS="$ac_save_CFLAGS"
10090 CPPFLAGS="$ac_save_CPPFLAGS"
10091 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10092 then
10094 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10096 FREETYPELIBS="$ac_freetype_libs"
10098 FREETYPEINCL="$ac_freetype_incl"
10103 if test "x$FREETYPELIBS" = "x"; then :
10104 case "x$with_freetype" in
10105 xno) ;;
10106 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10107 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10108 esac
10110 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10113 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10114 if test "${ac_cv_c_ppdev+set}" = set; then :
10115 $as_echo_n "(cached) " >&6
10116 else
10117 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10118 /* end confdefs.h. */
10119 #include <linux/ppdev.h>
10121 main ()
10123 ioctl (1,PPCLAIM,0)
10125 return 0;
10127 _ACEOF
10128 if ac_fn_c_try_compile "$LINENO"; then :
10129 ac_cv_c_ppdev="yes"
10130 else
10131 ac_cv_c_ppdev="no"
10133 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10136 $as_echo "$ac_cv_c_ppdev" >&6; }
10137 if test "$ac_cv_c_ppdev" = "yes"
10138 then
10140 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10144 ac_wine_check_funcs_save_LIBS="$LIBS"
10145 LIBS="$LIBS $LIBPTHREAD"
10146 for ac_func in \
10147 pthread_attr_get_np \
10148 pthread_getattr_np \
10149 pthread_get_stackaddr_np \
10150 pthread_get_stacksize_np
10151 do :
10152 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10153 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10154 eval as_val=\$$as_ac_var
10155 if test "x$as_val" = x""yes; then :
10156 cat >>confdefs.h <<_ACEOF
10157 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10158 _ACEOF
10161 done
10163 LIBS="$ac_wine_check_funcs_save_LIBS"
10165 if test "$ac_cv_header_zlib_h" = "yes"
10166 then
10167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10168 $as_echo_n "checking for inflate in -lz... " >&6; }
10169 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10170 $as_echo_n "(cached) " >&6
10171 else
10172 ac_check_lib_save_LIBS=$LIBS
10173 LIBS="-lz $LIBS"
10174 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10175 /* end confdefs.h. */
10177 /* Override any GCC internal prototype to avoid an error.
10178 Use char because int might match the return type of a GCC
10179 builtin and then its argument prototype would still apply. */
10180 #ifdef __cplusplus
10181 extern "C"
10182 #endif
10183 char inflate ();
10185 main ()
10187 return inflate ();
10189 return 0;
10191 _ACEOF
10192 if ac_fn_c_try_link "$LINENO"; then :
10193 ac_cv_lib_z_inflate=yes
10194 else
10195 ac_cv_lib_z_inflate=no
10197 rm -f core conftest.err conftest.$ac_objext \
10198 conftest$ac_exeext conftest.$ac_ext
10199 LIBS=$ac_check_lib_save_LIBS
10201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10202 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10203 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10205 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10207 ZLIB="-lz"
10213 if test "x$with_esd" != xno
10214 then
10215 save_CFLAGS="$CFLAGS"
10216 # Extract the first word of "esd-config", so it can be a program name with args.
10217 set dummy esd-config; ac_word=$2
10218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10219 $as_echo_n "checking for $ac_word... " >&6; }
10220 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10221 $as_echo_n "(cached) " >&6
10222 else
10223 case $ESDCONFIG in
10224 [\\/]* | ?:[\\/]*)
10225 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10228 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10229 for as_dir in $PATH
10231 IFS=$as_save_IFS
10232 test -z "$as_dir" && as_dir=.
10233 for ac_exec_ext in '' $ac_executable_extensions; do
10234 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10235 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10236 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10237 break 2
10239 done
10240 done
10241 IFS=$as_save_IFS
10243 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10245 esac
10247 ESDCONFIG=$ac_cv_path_ESDCONFIG
10248 if test -n "$ESDCONFIG"; then
10249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10250 $as_echo "$ESDCONFIG" >&6; }
10251 else
10252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10253 $as_echo "no" >&6; }
10257 if test "x$ESDCONFIG" != "xno"
10258 then
10259 ac_esd_incl=""
10260 for i in `$ESDCONFIG --cflags`
10262 case "$i" in
10263 -I*) ac_esd_incl="$ac_esd_incl $i";;
10264 esac
10265 done
10266 ac_esd_libs=`$ESDCONFIG --libs`
10267 CFLAGS="$CFLAGS $ac_esd_incl"
10269 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10270 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10271 if test "x$ac_cv_header_esd_h" = x""yes; then :
10272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10273 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10274 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10275 $as_echo_n "(cached) " >&6
10276 else
10277 ac_check_lib_save_LIBS=$LIBS
10278 LIBS="-lesd $ac_esd_libs $LIBS"
10279 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10280 /* end confdefs.h. */
10282 /* Override any GCC internal prototype to avoid an error.
10283 Use char because int might match the return type of a GCC
10284 builtin and then its argument prototype would still apply. */
10285 #ifdef __cplusplus
10286 extern "C"
10287 #endif
10288 char esd_open_sound ();
10290 main ()
10292 return esd_open_sound ();
10294 return 0;
10296 _ACEOF
10297 if ac_fn_c_try_link "$LINENO"; then :
10298 ac_cv_lib_esd_esd_open_sound=yes
10299 else
10300 ac_cv_lib_esd_esd_open_sound=no
10302 rm -f core conftest.err conftest.$ac_objext \
10303 conftest$ac_exeext conftest.$ac_ext
10304 LIBS=$ac_check_lib_save_LIBS
10306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10307 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10308 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10309 ESDINCL="$ac_esd_incl"
10311 ESDLIBS="$ac_esd_libs"
10314 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10321 CFLAGS="$save_CFLAGS"
10324 ALSALIBS=""
10326 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10327 then
10328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10329 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10330 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10331 $as_echo_n "(cached) " >&6
10332 else
10333 ac_check_lib_save_LIBS=$LIBS
10334 LIBS="-lasound $LIBS"
10335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10336 /* end confdefs.h. */
10338 /* Override any GCC internal prototype to avoid an error.
10339 Use char because int might match the return type of a GCC
10340 builtin and then its argument prototype would still apply. */
10341 #ifdef __cplusplus
10342 extern "C"
10343 #endif
10344 char snd_pcm_hw_params_get_access ();
10346 main ()
10348 return snd_pcm_hw_params_get_access ();
10350 return 0;
10352 _ACEOF
10353 if ac_fn_c_try_link "$LINENO"; then :
10354 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10355 else
10356 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10358 rm -f core conftest.err conftest.$ac_objext \
10359 conftest$ac_exeext conftest.$ac_ext
10360 LIBS=$ac_check_lib_save_LIBS
10362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10363 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10364 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10366 /* end confdefs.h. */
10367 #ifdef HAVE_ALSA_ASOUNDLIB_H
10368 #include <alsa/asoundlib.h>
10369 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10370 #include <sys/asoundlib.h>
10371 #endif
10373 main ()
10375 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10377 return 0;
10379 _ACEOF
10380 if ac_fn_c_try_compile "$LINENO"; then :
10382 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10384 ALSALIBS="-lasound"
10386 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10391 AUDIOIOLIBS=""
10393 if test "$ac_cv_header_libaudioio_h" = "yes"
10394 then
10395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10396 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10397 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10398 $as_echo_n "(cached) " >&6
10399 else
10400 ac_check_lib_save_LIBS=$LIBS
10401 LIBS="-laudioio $LIBS"
10402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10403 /* end confdefs.h. */
10405 /* Override any GCC internal prototype to avoid an error.
10406 Use char because int might match the return type of a GCC
10407 builtin and then its argument prototype would still apply. */
10408 #ifdef __cplusplus
10409 extern "C"
10410 #endif
10411 char AudioIOGetVersion ();
10413 main ()
10415 return AudioIOGetVersion ();
10417 return 0;
10419 _ACEOF
10420 if ac_fn_c_try_link "$LINENO"; then :
10421 ac_cv_lib_audioio_AudioIOGetVersion=yes
10422 else
10423 ac_cv_lib_audioio_AudioIOGetVersion=no
10425 rm -f core conftest.err conftest.$ac_objext \
10426 conftest$ac_exeext conftest.$ac_ext
10427 LIBS=$ac_check_lib_save_LIBS
10429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10430 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10431 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10432 AUDIOIOLIBS="-laudioio"
10434 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10441 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10442 then
10443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10444 $as_echo_n "checking for -lcapi20... " >&6; }
10445 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10446 $as_echo_n "(cached) " >&6
10447 else
10448 ac_check_soname_save_LIBS=$LIBS
10449 LIBS="-lcapi20 $LIBS"
10450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10451 /* end confdefs.h. */
10453 /* Override any GCC internal prototype to avoid an error.
10454 Use char because int might match the return type of a GCC
10455 builtin and then its argument prototype would still apply. */
10456 #ifdef __cplusplus
10457 extern "C"
10458 #endif
10459 char capi20_register ();
10461 main ()
10463 return capi20_register ();
10465 return 0;
10467 _ACEOF
10468 if ac_fn_c_try_link "$LINENO"; then :
10469 case "$LIBEXT" in
10470 dll) ;;
10471 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'` ;;
10472 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10473 esac
10475 rm -f core conftest.err conftest.$ac_objext \
10476 conftest$ac_exeext conftest.$ac_ext
10477 LIBS=$ac_check_soname_save_LIBS
10479 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10481 $as_echo "not found" >&6; }
10483 else
10484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10485 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10487 cat >>confdefs.h <<_ACEOF
10488 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10489 _ACEOF
10494 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10495 case "x$with_capi" in
10496 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10497 xno) ;;
10498 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10499 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10500 esac
10503 CUPSINCL=""
10505 if test "x$with_cups" != "xno"
10506 then
10507 ac_save_CPPFLAGS="$CPPFLAGS"
10508 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10509 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10510 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10511 for ac_header in cups/cups.h
10512 do :
10513 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10514 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10515 cat >>confdefs.h <<_ACEOF
10516 #define HAVE_CUPS_CUPS_H 1
10517 _ACEOF
10518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10519 $as_echo_n "checking for -lcups... " >&6; }
10520 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10521 $as_echo_n "(cached) " >&6
10522 else
10523 ac_check_soname_save_LIBS=$LIBS
10524 LIBS="-lcups $ac_cups_libs $LIBS"
10525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10526 /* end confdefs.h. */
10528 /* Override any GCC internal prototype to avoid an error.
10529 Use char because int might match the return type of a GCC
10530 builtin and then its argument prototype would still apply. */
10531 #ifdef __cplusplus
10532 extern "C"
10533 #endif
10534 char cupsGetDefault ();
10536 main ()
10538 return cupsGetDefault ();
10540 return 0;
10542 _ACEOF
10543 if ac_fn_c_try_link "$LINENO"; then :
10544 case "$LIBEXT" in
10545 dll) ;;
10546 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'` ;;
10547 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10548 esac
10550 rm -f core conftest.err conftest.$ac_objext \
10551 conftest$ac_exeext conftest.$ac_ext
10552 LIBS=$ac_check_soname_save_LIBS
10554 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10556 $as_echo "not found" >&6; }
10558 else
10559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10560 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10562 cat >>confdefs.h <<_ACEOF
10563 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10564 _ACEOF
10566 CUPSINCL="$ac_cups_cflags"
10570 done
10572 CPPFLAGS="$ac_save_CPPFLAGS"
10574 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10575 case "x$with_cups" in
10576 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10577 xno) ;;
10578 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10579 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10580 esac
10583 if test "$ac_cv_header_jack_jack_h" = "yes"
10584 then
10585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10586 $as_echo_n "checking for -ljack... " >&6; }
10587 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10588 $as_echo_n "(cached) " >&6
10589 else
10590 ac_check_soname_save_LIBS=$LIBS
10591 LIBS="-ljack $LIBS"
10592 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10593 /* end confdefs.h. */
10595 /* Override any GCC internal prototype to avoid an error.
10596 Use char because int might match the return type of a GCC
10597 builtin and then its argument prototype would still apply. */
10598 #ifdef __cplusplus
10599 extern "C"
10600 #endif
10601 char jack_client_new ();
10603 main ()
10605 return jack_client_new ();
10607 return 0;
10609 _ACEOF
10610 if ac_fn_c_try_link "$LINENO"; then :
10611 case "$LIBEXT" in
10612 dll) ;;
10613 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'` ;;
10614 *) 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'` ;;
10615 esac
10617 rm -f core conftest.err conftest.$ac_objext \
10618 conftest$ac_exeext conftest.$ac_ext
10619 LIBS=$ac_check_soname_save_LIBS
10621 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10623 $as_echo "not found" >&6; }
10625 else
10626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10627 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10629 cat >>confdefs.h <<_ACEOF
10630 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10631 _ACEOF
10637 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10638 then
10639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10640 $as_echo_n "checking for -lfontconfig... " >&6; }
10641 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10642 $as_echo_n "(cached) " >&6
10643 else
10644 ac_check_soname_save_LIBS=$LIBS
10645 LIBS="-lfontconfig $LIBS"
10646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10647 /* end confdefs.h. */
10649 /* Override any GCC internal prototype to avoid an error.
10650 Use char because int might match the return type of a GCC
10651 builtin and then its argument prototype would still apply. */
10652 #ifdef __cplusplus
10653 extern "C"
10654 #endif
10655 char FcInit ();
10657 main ()
10659 return FcInit ();
10661 return 0;
10663 _ACEOF
10664 if ac_fn_c_try_link "$LINENO"; then :
10665 case "$LIBEXT" in
10666 dll) ;;
10667 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'` ;;
10668 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10669 esac
10671 rm -f core conftest.err conftest.$ac_objext \
10672 conftest$ac_exeext conftest.$ac_ext
10673 LIBS=$ac_check_soname_save_LIBS
10675 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10677 $as_echo "not found" >&6; }
10679 else
10680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10681 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10683 cat >>confdefs.h <<_ACEOF
10684 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10685 _ACEOF
10689 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10690 then
10691 ac_save_CPPFLAGS="$CPPFLAGS"
10692 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10693 $as_unset ac_cv_header_fontconfig_fontconfig_h
10694 for ac_header in fontconfig/fontconfig.h
10695 do :
10696 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10697 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10698 cat >>confdefs.h <<_ACEOF
10699 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10700 _ACEOF
10704 done
10706 CPPFLAGS="$ac_save_CPPFLAGS"
10707 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10708 then
10709 FONTCONFIGINCL="$X_CFLAGS"
10711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10712 $as_echo_n "checking for -lfontconfig... " >&6; }
10713 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10714 $as_echo_n "(cached) " >&6
10715 else
10716 ac_check_soname_save_LIBS=$LIBS
10717 LIBS="-lfontconfig $X_LIBS $LIBS"
10718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10719 /* end confdefs.h. */
10721 /* Override any GCC internal prototype to avoid an error.
10722 Use char because int might match the return type of a GCC
10723 builtin and then its argument prototype would still apply. */
10724 #ifdef __cplusplus
10725 extern "C"
10726 #endif
10727 char FcInit ();
10729 main ()
10731 return FcInit ();
10733 return 0;
10735 _ACEOF
10736 if ac_fn_c_try_link "$LINENO"; then :
10737 case "$LIBEXT" in
10738 dll) ;;
10739 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'` ;;
10740 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10741 esac
10743 rm -f core conftest.err conftest.$ac_objext \
10744 conftest$ac_exeext conftest.$ac_ext
10745 LIBS=$ac_check_soname_save_LIBS
10747 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10749 $as_echo "not found" >&6; }
10751 else
10752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10753 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10755 cat >>confdefs.h <<_ACEOF
10756 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10757 _ACEOF
10763 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10764 case "x$with_fontconfig" in
10765 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10766 xno) ;;
10767 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10768 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10769 esac
10772 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10773 then
10774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10775 $as_echo_n "checking for -lssl... " >&6; }
10776 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10777 $as_echo_n "(cached) " >&6
10778 else
10779 ac_check_soname_save_LIBS=$LIBS
10780 LIBS="-lssl $LIBS"
10781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10782 /* end confdefs.h. */
10784 /* Override any GCC internal prototype to avoid an error.
10785 Use char because int might match the return type of a GCC
10786 builtin and then its argument prototype would still apply. */
10787 #ifdef __cplusplus
10788 extern "C"
10789 #endif
10790 char SSL_library_init ();
10792 main ()
10794 return SSL_library_init ();
10796 return 0;
10798 _ACEOF
10799 if ac_fn_c_try_link "$LINENO"; then :
10800 case "$LIBEXT" in
10801 dll) ;;
10802 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'` ;;
10803 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10804 esac
10806 rm -f core conftest.err conftest.$ac_objext \
10807 conftest$ac_exeext conftest.$ac_ext
10808 LIBS=$ac_check_soname_save_LIBS
10810 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10812 $as_echo "not found" >&6; }
10814 else
10815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10816 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10818 cat >>confdefs.h <<_ACEOF
10819 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10820 _ACEOF
10824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10825 $as_echo_n "checking for -lcrypto... " >&6; }
10826 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10827 $as_echo_n "(cached) " >&6
10828 else
10829 ac_check_soname_save_LIBS=$LIBS
10830 LIBS="-lcrypto $LIBS"
10831 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10832 /* end confdefs.h. */
10834 /* Override any GCC internal prototype to avoid an error.
10835 Use char because int might match the return type of a GCC
10836 builtin and then its argument prototype would still apply. */
10837 #ifdef __cplusplus
10838 extern "C"
10839 #endif
10840 char BIO_new_socket ();
10842 main ()
10844 return BIO_new_socket ();
10846 return 0;
10848 _ACEOF
10849 if ac_fn_c_try_link "$LINENO"; then :
10850 case "$LIBEXT" in
10851 dll) ;;
10852 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'` ;;
10853 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10854 esac
10856 rm -f core conftest.err conftest.$ac_objext \
10857 conftest$ac_exeext conftest.$ac_ext
10858 LIBS=$ac_check_soname_save_LIBS
10860 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10862 $as_echo "not found" >&6; }
10864 else
10865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10866 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10868 cat >>confdefs.h <<_ACEOF
10869 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10870 _ACEOF
10875 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10876 case "x$with_openssl" in
10877 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10878 xno) ;;
10879 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10880 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10881 esac
10884 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10885 then
10886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10887 $as_echo_n "checking for -lgsm... " >&6; }
10888 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10889 $as_echo_n "(cached) " >&6
10890 else
10891 ac_check_soname_save_LIBS=$LIBS
10892 LIBS="-lgsm $LIBS"
10893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10894 /* end confdefs.h. */
10896 /* Override any GCC internal prototype to avoid an error.
10897 Use char because int might match the return type of a GCC
10898 builtin and then its argument prototype would still apply. */
10899 #ifdef __cplusplus
10900 extern "C"
10901 #endif
10902 char gsm_create ();
10904 main ()
10906 return gsm_create ();
10908 return 0;
10910 _ACEOF
10911 if ac_fn_c_try_link "$LINENO"; then :
10912 case "$LIBEXT" in
10913 dll) ;;
10914 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'` ;;
10915 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10916 esac
10918 rm -f core conftest.err conftest.$ac_objext \
10919 conftest$ac_exeext conftest.$ac_ext
10920 LIBS=$ac_check_soname_save_LIBS
10922 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10924 $as_echo "not found" >&6; }
10926 else
10927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10928 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10930 cat >>confdefs.h <<_ACEOF
10931 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10932 _ACEOF
10937 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10938 case "x$with_gsm" in
10939 x) wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10940 xno) ;;
10941 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10942 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
10943 esac
10946 if test "$ac_cv_header_jpeglib_h" = "yes"
10947 then
10948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10949 $as_echo_n "checking for -ljpeg... " >&6; }
10950 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10951 $as_echo_n "(cached) " >&6
10952 else
10953 ac_check_soname_save_LIBS=$LIBS
10954 LIBS="-ljpeg $LIBS"
10955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10956 /* end confdefs.h. */
10958 /* Override any GCC internal prototype to avoid an error.
10959 Use char because int might match the return type of a GCC
10960 builtin and then its argument prototype would still apply. */
10961 #ifdef __cplusplus
10962 extern "C"
10963 #endif
10964 char jpeg_start_decompress ();
10966 main ()
10968 return jpeg_start_decompress ();
10970 return 0;
10972 _ACEOF
10973 if ac_fn_c_try_link "$LINENO"; then :
10974 case "$LIBEXT" in
10975 dll) ;;
10976 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'` ;;
10977 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10978 esac
10980 rm -f core conftest.err conftest.$ac_objext \
10981 conftest$ac_exeext conftest.$ac_ext
10982 LIBS=$ac_check_soname_save_LIBS
10984 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10986 $as_echo "not found" >&6; }
10988 else
10989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
10990 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
10992 cat >>confdefs.h <<_ACEOF
10993 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
10994 _ACEOF
10999 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11000 case "x$with_jpeg" in
11001 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11002 xno) ;;
11003 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11004 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11005 esac
11008 if test "$ac_cv_header_png_h" = "yes"
11009 then
11010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11011 $as_echo_n "checking for -lpng... " >&6; }
11012 if test "${ac_cv_lib_soname_png+set}" = set; then :
11013 $as_echo_n "(cached) " >&6
11014 else
11015 ac_check_soname_save_LIBS=$LIBS
11016 LIBS="-lpng -lm -lz $LIBS"
11017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11018 /* end confdefs.h. */
11020 /* Override any GCC internal prototype to avoid an error.
11021 Use char because int might match the return type of a GCC
11022 builtin and then its argument prototype would still apply. */
11023 #ifdef __cplusplus
11024 extern "C"
11025 #endif
11026 char png_create_read_struct ();
11028 main ()
11030 return png_create_read_struct ();
11032 return 0;
11034 _ACEOF
11035 if ac_fn_c_try_link "$LINENO"; then :
11036 case "$LIBEXT" in
11037 dll) ;;
11038 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'` ;;
11039 *) 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'` ;;
11040 esac
11042 rm -f core conftest.err conftest.$ac_objext \
11043 conftest$ac_exeext conftest.$ac_ext
11044 LIBS=$ac_check_soname_save_LIBS
11046 if test "x$ac_cv_lib_soname_png" = "x"; then :
11047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11048 $as_echo "not found" >&6; }
11050 else
11051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11052 $as_echo "$ac_cv_lib_soname_png" >&6; }
11054 cat >>confdefs.h <<_ACEOF
11055 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11056 _ACEOF
11060 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11061 then
11062 ac_save_CPPFLAGS="$CPPFLAGS"
11063 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11064 $as_unset ac_cv_header_png_h
11065 for ac_header in png.h
11066 do :
11067 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11068 if test "x$ac_cv_header_png_h" = x""yes; then :
11069 cat >>confdefs.h <<_ACEOF
11070 #define HAVE_PNG_H 1
11071 _ACEOF
11075 done
11077 CPPFLAGS="$ac_save_CPPFLAGS"
11078 if test "$ac_cv_header_png_h" = "yes"
11079 then
11080 PNGINCL="$X_CFLAGS"
11082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11083 $as_echo_n "checking for -lpng... " >&6; }
11084 if test "${ac_cv_lib_soname_png+set}" = set; then :
11085 $as_echo_n "(cached) " >&6
11086 else
11087 ac_check_soname_save_LIBS=$LIBS
11088 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11090 /* end confdefs.h. */
11092 /* Override any GCC internal prototype to avoid an error.
11093 Use char because int might match the return type of a GCC
11094 builtin and then its argument prototype would still apply. */
11095 #ifdef __cplusplus
11096 extern "C"
11097 #endif
11098 char png_create_read_struct ();
11100 main ()
11102 return png_create_read_struct ();
11104 return 0;
11106 _ACEOF
11107 if ac_fn_c_try_link "$LINENO"; then :
11108 case "$LIBEXT" in
11109 dll) ;;
11110 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'` ;;
11111 *) 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'` ;;
11112 esac
11114 rm -f core conftest.err conftest.$ac_objext \
11115 conftest$ac_exeext conftest.$ac_ext
11116 LIBS=$ac_check_soname_save_LIBS
11118 if test "x$ac_cv_lib_soname_png" = "x"; then :
11119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11120 $as_echo "not found" >&6; }
11122 else
11123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11124 $as_echo "$ac_cv_lib_soname_png" >&6; }
11126 cat >>confdefs.h <<_ACEOF
11127 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11128 _ACEOF
11134 if test "x$ac_cv_lib_soname_png" = "x"; then :
11135 case "x$with_png" in
11136 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11137 xno) ;;
11138 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11139 This is an error since --with-png was requested." "$LINENO" 5 ;;
11140 esac
11143 if test "$ac_cv_header_mpg123_h" = "yes"
11144 then
11145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11146 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11147 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11148 $as_echo_n "(cached) " >&6
11149 else
11150 ac_check_lib_save_LIBS=$LIBS
11151 LIBS="-lmpg123 $LIBS"
11152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11153 /* end confdefs.h. */
11155 /* Override any GCC internal prototype to avoid an error.
11156 Use char because int might match the return type of a GCC
11157 builtin and then its argument prototype would still apply. */
11158 #ifdef __cplusplus
11159 extern "C"
11160 #endif
11161 char mpg123_feed ();
11163 main ()
11165 return mpg123_feed ();
11167 return 0;
11169 _ACEOF
11170 if ac_fn_c_try_link "$LINENO"; then :
11171 ac_cv_lib_mpg123_mpg123_feed=yes
11172 else
11173 ac_cv_lib_mpg123_mpg123_feed=no
11175 rm -f core conftest.err conftest.$ac_objext \
11176 conftest$ac_exeext conftest.$ac_ext
11177 LIBS=$ac_check_lib_save_LIBS
11179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11180 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11181 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11182 LIBMPG123="-lmpg123"
11187 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
11188 case "x$with_mpg123" in
11189 x) wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11190 xno) ;;
11191 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11192 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11193 esac
11195 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11197 if test "$ac_cv_header_AL_al_h" = "yes"
11198 then
11199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11200 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11201 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11202 $as_echo_n "(cached) " >&6
11203 else
11204 ac_check_lib_save_LIBS=$LIBS
11205 LIBS="-lopenal $LIBS"
11206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11207 /* end confdefs.h. */
11209 /* Override any GCC internal prototype to avoid an error.
11210 Use char because int might match the return type of a GCC
11211 builtin and then its argument prototype would still apply. */
11212 #ifdef __cplusplus
11213 extern "C"
11214 #endif
11215 char alGetSource3i ();
11217 main ()
11219 return alGetSource3i ();
11221 return 0;
11223 _ACEOF
11224 if ac_fn_c_try_link "$LINENO"; then :
11225 ac_cv_lib_openal_alGetSource3i=yes
11226 else
11227 ac_cv_lib_openal_alGetSource3i=no
11229 rm -f core conftest.err conftest.$ac_objext \
11230 conftest$ac_exeext conftest.$ac_ext
11231 LIBS=$ac_check_lib_save_LIBS
11233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11234 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11235 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11236 LIBOPENAL="-lopenal"
11241 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11242 case "x$with_openal" in
11243 x) wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11244 xno) ;;
11245 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11246 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11247 esac
11249 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11251 if test "$ac_cv_header_kstat_h" = "yes"
11252 then
11253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11254 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11255 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11256 $as_echo_n "(cached) " >&6
11257 else
11258 ac_check_lib_save_LIBS=$LIBS
11259 LIBS="-lkstat $LIBS"
11260 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11261 /* end confdefs.h. */
11263 /* Override any GCC internal prototype to avoid an error.
11264 Use char because int might match the return type of a GCC
11265 builtin and then its argument prototype would still apply. */
11266 #ifdef __cplusplus
11267 extern "C"
11268 #endif
11269 char kstat_open ();
11271 main ()
11273 return kstat_open ();
11275 return 0;
11277 _ACEOF
11278 if ac_fn_c_try_link "$LINENO"; then :
11279 ac_cv_lib_kstat_kstat_open=yes
11280 else
11281 ac_cv_lib_kstat_kstat_open=no
11283 rm -f core conftest.err conftest.$ac_objext \
11284 conftest$ac_exeext conftest.$ac_ext
11285 LIBS=$ac_check_lib_save_LIBS
11287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11288 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11289 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11291 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11293 LIBKSTAT="-lkstat"
11299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11300 $as_echo_n "checking for -lodbc... " >&6; }
11301 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11302 $as_echo_n "(cached) " >&6
11303 else
11304 ac_check_soname_save_LIBS=$LIBS
11305 LIBS="-lodbc $LIBS"
11306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11307 /* end confdefs.h. */
11309 /* Override any GCC internal prototype to avoid an error.
11310 Use char because int might match the return type of a GCC
11311 builtin and then its argument prototype would still apply. */
11312 #ifdef __cplusplus
11313 extern "C"
11314 #endif
11315 char SQLConnect ();
11317 main ()
11319 return SQLConnect ();
11321 return 0;
11323 _ACEOF
11324 if ac_fn_c_try_link "$LINENO"; then :
11325 case "$LIBEXT" in
11326 dll) ;;
11327 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'` ;;
11328 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11329 esac
11331 rm -f core conftest.err conftest.$ac_objext \
11332 conftest$ac_exeext conftest.$ac_ext
11333 LIBS=$ac_check_soname_save_LIBS
11335 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11337 $as_echo "not found" >&6; }
11338 cat >>confdefs.h <<_ACEOF
11339 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11340 _ACEOF
11342 else
11343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11344 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11346 cat >>confdefs.h <<_ACEOF
11347 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11348 _ACEOF
11353 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11354 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11355 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11356 "$ac_cv_header_soundcard_h" != "yes" -a \
11357 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11358 then
11359 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
11363 EXTRACFLAGS=""
11365 if test "x${GCC}" = "xyes"
11366 then
11367 EXTRACFLAGS="-Wall -pipe"
11369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11370 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11371 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11372 $as_echo_n "(cached) " >&6
11373 else
11374 if test "$cross_compiling" = yes; then :
11375 ac_cv_c_gcc_strength_bug="yes"
11376 else
11377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11378 /* end confdefs.h. */
11379 int L[4] = {0,1,2,3};
11381 main ()
11383 static int Array[3];
11384 unsigned int B = 3;
11385 int i;
11386 for(i=0; i<B; i++) Array[i] = i - 3;
11387 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11388 L[i] = 4;
11389 return (Array[1] != -2 || L[2] != 3)
11391 return 0;
11393 _ACEOF
11394 if ac_fn_c_try_run "$LINENO"; then :
11395 ac_cv_c_gcc_strength_bug="no"
11396 else
11397 ac_cv_c_gcc_strength_bug="yes"
11399 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11400 conftest.$ac_objext conftest.beam conftest.$ac_ext
11404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11405 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11406 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11407 then
11408 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11412 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11413 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11414 $as_echo_n "(cached) " >&6
11415 else
11416 ac_wine_try_cflags_saved=$CFLAGS
11417 CFLAGS="$CFLAGS -fno-builtin"
11418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11419 /* end confdefs.h. */
11420 int main(int argc, char *argv) { return 0; }
11421 _ACEOF
11422 if ac_fn_c_try_link "$LINENO"; then :
11423 ac_cv_cflags__fno_builtin=yes
11424 else
11425 ac_cv_cflags__fno_builtin=no
11427 rm -f core conftest.err conftest.$ac_objext \
11428 conftest$ac_exeext conftest.$ac_ext
11429 CFLAGS=$ac_wine_try_cflags_saved
11431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11432 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11433 if test $ac_cv_cflags__fno_builtin = yes; then :
11434 BUILTINFLAG="-fno-builtin"
11437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11438 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11439 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11440 $as_echo_n "(cached) " >&6
11441 else
11442 ac_wine_try_cflags_saved=$CFLAGS
11443 CFLAGS="$CFLAGS -fno-strict-aliasing"
11444 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11445 /* end confdefs.h. */
11446 int main(int argc, char *argv) { return 0; }
11447 _ACEOF
11448 if ac_fn_c_try_link "$LINENO"; then :
11449 ac_cv_cflags__fno_strict_aliasing=yes
11450 else
11451 ac_cv_cflags__fno_strict_aliasing=no
11453 rm -f core conftest.err conftest.$ac_objext \
11454 conftest$ac_exeext conftest.$ac_ext
11455 CFLAGS=$ac_wine_try_cflags_saved
11457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11458 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11459 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11460 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11463 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11464 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11465 $as_echo_n "(cached) " >&6
11466 else
11467 ac_wine_try_cflags_saved=$CFLAGS
11468 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11470 /* end confdefs.h. */
11471 int main(int argc, char *argv) { return 0; }
11472 _ACEOF
11473 if ac_fn_c_try_link "$LINENO"; then :
11474 ac_cv_cflags__Wdeclaration_after_statement=yes
11475 else
11476 ac_cv_cflags__Wdeclaration_after_statement=no
11478 rm -f core conftest.err conftest.$ac_objext \
11479 conftest$ac_exeext conftest.$ac_ext
11480 CFLAGS=$ac_wine_try_cflags_saved
11482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11483 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11484 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11485 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11488 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11489 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11490 $as_echo_n "(cached) " >&6
11491 else
11492 ac_wine_try_cflags_saved=$CFLAGS
11493 CFLAGS="$CFLAGS -Wstrict-prototypes"
11494 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11495 /* end confdefs.h. */
11496 int main(int argc, char *argv) { return 0; }
11497 _ACEOF
11498 if ac_fn_c_try_link "$LINENO"; then :
11499 ac_cv_cflags__Wstrict_prototypes=yes
11500 else
11501 ac_cv_cflags__Wstrict_prototypes=no
11503 rm -f core conftest.err conftest.$ac_objext \
11504 conftest$ac_exeext conftest.$ac_ext
11505 CFLAGS=$ac_wine_try_cflags_saved
11507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11508 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11509 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11510 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11513 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11514 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11515 $as_echo_n "(cached) " >&6
11516 else
11517 ac_wine_try_cflags_saved=$CFLAGS
11518 CFLAGS="$CFLAGS -Wtype-limits"
11519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11520 /* end confdefs.h. */
11521 int main(int argc, char *argv) { return 0; }
11522 _ACEOF
11523 if ac_fn_c_try_link "$LINENO"; then :
11524 ac_cv_cflags__Wtype_limits=yes
11525 else
11526 ac_cv_cflags__Wtype_limits=no
11528 rm -f core conftest.err conftest.$ac_objext \
11529 conftest$ac_exeext conftest.$ac_ext
11530 CFLAGS=$ac_wine_try_cflags_saved
11532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11533 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11534 if test $ac_cv_cflags__Wtype_limits = yes; then :
11535 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11538 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11539 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11540 $as_echo_n "(cached) " >&6
11541 else
11542 ac_wine_try_cflags_saved=$CFLAGS
11543 CFLAGS="$CFLAGS -Wwrite-strings"
11544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11545 /* end confdefs.h. */
11546 int main(int argc, char *argv) { return 0; }
11547 _ACEOF
11548 if ac_fn_c_try_link "$LINENO"; then :
11549 ac_cv_cflags__Wwrite_strings=yes
11550 else
11551 ac_cv_cflags__Wwrite_strings=no
11553 rm -f core conftest.err conftest.$ac_objext \
11554 conftest$ac_exeext conftest.$ac_ext
11555 CFLAGS=$ac_wine_try_cflags_saved
11557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11558 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11559 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11560 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11563 saved_CFLAGS="$CFLAGS"
11564 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11566 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11567 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11568 $as_echo_n "(cached) " >&6
11569 else
11570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11571 /* end confdefs.h. */
11572 #include <string.h>
11574 main ()
11578 return 0;
11580 _ACEOF
11581 if ac_fn_c_try_compile "$LINENO"; then :
11582 ac_cv_c_string_h_warnings=no
11583 else
11584 ac_cv_c_string_h_warnings=yes
11586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11589 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11590 CFLAGS="$saved_CFLAGS"
11591 if test "$ac_cv_c_string_h_warnings" = "no"
11592 then
11593 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11596 if test "${enable_maintainer_mode+set}" = set
11597 then
11598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11599 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11600 if test "${ac_cv_cflags__Werror+set}" = set; then :
11601 $as_echo_n "(cached) " >&6
11602 else
11603 ac_wine_try_cflags_saved=$CFLAGS
11604 CFLAGS="$CFLAGS -Werror"
11605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11606 /* end confdefs.h. */
11607 int main(int argc, char *argv) { return 0; }
11608 _ACEOF
11609 if ac_fn_c_try_link "$LINENO"; then :
11610 ac_cv_cflags__Werror=yes
11611 else
11612 ac_cv_cflags__Werror=no
11614 rm -f core conftest.err conftest.$ac_objext \
11615 conftest$ac_exeext conftest.$ac_ext
11616 CFLAGS=$ac_wine_try_cflags_saved
11618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11619 $as_echo "$ac_cv_cflags__Werror" >&6; }
11620 if test $ac_cv_cflags__Werror = yes; then :
11621 EXTRACFLAGS="$EXTRACFLAGS -Werror"
11625 saved_CFLAGS="$CFLAGS"
11626 CFLAGS="$CFLAGS -Werror"
11627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11628 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11629 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11630 $as_echo_n "(cached) " >&6
11631 else
11632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11633 /* end confdefs.h. */
11634 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11636 main ()
11640 return 0;
11642 _ACEOF
11643 if ac_fn_c_try_compile "$LINENO"; then :
11644 ac_cv_have_ms_hook_prologue="yes"
11645 else
11646 ac_cv_have_ms_hook_prologue="no"
11648 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11651 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11652 CFLAGS="$saved_CFLAGS"
11653 if test "$ac_cv_have_ms_hook_prologue" = "yes"
11654 then
11656 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11658 else
11659 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11666 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11667 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11668 $as_echo_n "(cached) " >&6
11669 else
11670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11671 /* end confdefs.h. */
11672 extern int ac_test;
11674 main ()
11676 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11678 return 0;
11680 _ACEOF
11681 if ac_fn_c_try_link "$LINENO"; then :
11682 ac_cv_c_extern_prefix="yes"
11683 else
11684 ac_cv_c_extern_prefix="no"
11686 rm -f core conftest.err conftest.$ac_objext \
11687 conftest$ac_exeext conftest.$ac_ext
11689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11690 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11692 case $host_cpu in
11693 *i[3456789]86*)
11694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11695 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11696 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11697 $as_echo_n "(cached) " >&6
11698 else
11699 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11700 /* end confdefs.h. */
11701 #ifndef _MSC_VER
11702 #define __stdcall __attribute__((__stdcall__))
11703 #endif
11704 int __stdcall ac_test(int i) { return i; }
11706 main ()
11708 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11710 return 0;
11712 _ACEOF
11713 if ac_fn_c_try_link "$LINENO"; then :
11714 ac_cv_c_stdcall_suffix="yes"
11715 else
11716 ac_cv_c_stdcall_suffix="no"
11718 rm -f core conftest.err conftest.$ac_objext \
11719 conftest$ac_exeext conftest.$ac_ext
11721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11722 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11723 *) ac_cv_c_stdcall_suffix="no" ;;
11724 esac
11727 if test "$ac_cv_c_extern_prefix" = "yes"
11728 then
11729 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11731 asm_name_prefix="_"
11732 else
11733 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11735 asm_name_prefix=""
11739 if test "$ac_cv_c_stdcall_suffix" = "yes"
11740 then
11741 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11743 else
11744 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11750 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11751 if test "${ac_cv_asm_func_def+set}" = set; then :
11752 $as_echo_n "(cached) " >&6
11753 else
11754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11755 /* end confdefs.h. */
11758 main ()
11760 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11762 return 0;
11764 _ACEOF
11765 if ac_fn_c_try_link "$LINENO"; then :
11766 ac_cv_asm_func_def=".def"
11767 else
11768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11769 /* end confdefs.h. */
11772 main ()
11774 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11776 return 0;
11778 _ACEOF
11779 if ac_fn_c_try_link "$LINENO"; then :
11780 ac_cv_asm_func_def=".type @function"
11781 else
11782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11783 /* end confdefs.h. */
11786 main ()
11788 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11790 return 0;
11792 _ACEOF
11793 if ac_fn_c_try_link "$LINENO"; then :
11794 ac_cv_asm_func_def=".type 2"
11795 else
11796 ac_cv_asm_func_def="unknown"
11798 rm -f core conftest.err conftest.$ac_objext \
11799 conftest$ac_exeext conftest.$ac_ext
11801 rm -f core conftest.err conftest.$ac_objext \
11802 conftest$ac_exeext conftest.$ac_ext
11804 rm -f core conftest.err conftest.$ac_objext \
11805 conftest$ac_exeext conftest.$ac_ext
11807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11808 $as_echo "$ac_cv_asm_func_def" >&6; }
11811 case "$ac_cv_asm_func_def" in
11812 ".def")
11813 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11815 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11816 ".type @function")
11817 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11819 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11820 ".type 2")
11821 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11823 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11825 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11827 asm_func_header="" ;;
11828 esac
11830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11831 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11832 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11833 $as_echo_n "(cached) " >&6
11834 else
11835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11836 /* end confdefs.h. */
11837 asm(".text\n\t.long 0");
11839 main ()
11843 return 0;
11845 _ACEOF
11846 if ac_fn_c_try_compile "$LINENO"; then :
11847 ac_cv_c_asm_outside_funcs="yes"
11848 else
11849 ac_cv_c_asm_outside_funcs="no"
11851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11854 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11857 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11858 if test "${ac_cv_c_dot_previous+set}" = set; then :
11859 $as_echo_n "(cached) " >&6
11860 else
11861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11862 /* end confdefs.h. */
11865 main ()
11867 asm(".text\nac_test:\t.long 0\n\t.previous");
11869 return 0;
11871 _ACEOF
11872 if ac_fn_c_try_link "$LINENO"; then :
11873 ac_cv_c_dot_previous="yes"
11874 else
11875 ac_cv_c_dot_previous="no"
11877 rm -f core conftest.err conftest.$ac_objext \
11878 conftest$ac_exeext conftest.$ac_ext
11880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11881 $as_echo "$ac_cv_c_dot_previous" >&6; }
11883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11884 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11885 if test "${ac_cv_c_cfi_support+set}" = set; then :
11886 $as_echo_n "(cached) " >&6
11887 else
11888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11889 /* end confdefs.h. */
11890 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11892 main ()
11896 return 0;
11898 _ACEOF
11899 if ac_fn_c_try_compile "$LINENO"; then :
11900 ac_cv_c_cfi_support="yes"
11901 else
11902 ac_cv_c_cfi_support="no"
11904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
11907 $as_echo "$ac_cv_c_cfi_support" >&6; }
11909 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
11910 asm_func_trailer=""
11911 if test "$ac_cv_c_dot_previous" = "yes"
11912 then
11913 asm_func_trailer="\\n\\t.previous"
11915 if test "$ac_cv_c_cfi_support" = "yes"
11916 then
11917 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
11918 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
11920 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
11922 else
11923 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
11927 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
11930 if test "$ac_cv_c_asm_outside_funcs" = "yes"
11931 then
11932 cat >>confdefs.h <<_ACEOF
11933 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
11934 _ACEOF
11936 else
11937 cat >>confdefs.h <<_ACEOF
11938 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
11939 _ACEOF
11943 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
11946 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
11950 LDPATH=""
11952 case $build_os in
11953 cygwin*|mingw32*)
11954 TOOLSEXT=".exe"
11956 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
11958 darwin*|macosx*)
11961 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
11963 esac
11965 case $host_os in
11966 mingw32*)
11967 CRTLIBS="-lmsvcrt"
11969 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
11972 esac
11974 MAIN_BINARY="wine"
11976 test -z "$with_wine64" || MAIN_BINARY="wine32"
11978 case $host_cpu in
11979 *i[3456789]86*)
11980 case $host_os in
11981 linux*)
11982 EXTRA_BINARIES="wine-preloader"
11984 esac
11986 esac
11989 ac_save_CFLAGS="$CFLAGS"
11990 CFLAGS="$CFLAGS $BUILTINFLAG"
11991 for ac_func in \
11992 _pclose \
11993 _popen \
11994 _snprintf \
11995 _spawnvp \
11996 _strdup \
11997 _stricmp \
11998 _strnicmp \
11999 _strtoi64 \
12000 _strtoui64 \
12001 _vsnprintf \
12002 asctime_r \
12003 chsize \
12004 dlopen \
12005 epoll_create \
12006 ffs \
12007 finite \
12008 fnmatch \
12009 fork \
12010 fpclass \
12011 fstatfs \
12012 fstatvfs \
12013 ftruncate \
12014 futimes \
12015 futimesat \
12016 getdirentries \
12017 getopt_long \
12018 getpagesize \
12019 getpwuid \
12020 gettid \
12021 gettimeofday \
12022 getuid \
12023 kqueue \
12024 lstat \
12025 memmove \
12026 mmap \
12027 pclose \
12028 pipe2 \
12029 poll \
12030 popen \
12031 port_create \
12032 prctl \
12033 pread \
12034 pwrite \
12035 readdir \
12036 readlink \
12037 sched_setaffinity \
12038 sched_yield \
12039 select \
12040 setproctitle \
12041 setrlimit \
12042 settimeofday \
12043 sigaltstack \
12044 sigprocmask \
12045 snprintf \
12046 spawnvp \
12047 statfs \
12048 statvfs \
12049 strcasecmp \
12050 strdup \
12051 strerror \
12052 strncasecmp \
12053 strtold \
12054 strtoll \
12055 strtoull \
12056 symlink \
12057 tcgetattr \
12058 thr_kill2 \
12059 timegm \
12060 usleep \
12061 vsnprintf \
12062 wait4 \
12063 waitpid \
12065 do :
12066 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12067 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12068 eval as_val=\$$as_ac_var
12069 if test "x$as_val" = x""yes; then :
12070 cat >>confdefs.h <<_ACEOF
12071 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12072 _ACEOF
12075 done
12077 CFLAGS="$ac_save_CFLAGS"
12079 if test "$ac_cv_func_dlopen" = no
12080 then
12081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12082 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12083 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12084 $as_echo_n "(cached) " >&6
12085 else
12086 ac_check_lib_save_LIBS=$LIBS
12087 LIBS="-ldl $LIBS"
12088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12089 /* end confdefs.h. */
12091 /* Override any GCC internal prototype to avoid an error.
12092 Use char because int might match the return type of a GCC
12093 builtin and then its argument prototype would still apply. */
12094 #ifdef __cplusplus
12095 extern "C"
12096 #endif
12097 char dlopen ();
12099 main ()
12101 return dlopen ();
12103 return 0;
12105 _ACEOF
12106 if ac_fn_c_try_link "$LINENO"; then :
12107 ac_cv_lib_dl_dlopen=yes
12108 else
12109 ac_cv_lib_dl_dlopen=no
12111 rm -f core conftest.err conftest.$ac_objext \
12112 conftest$ac_exeext conftest.$ac_ext
12113 LIBS=$ac_check_lib_save_LIBS
12115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12116 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12117 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12118 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12119 LIBDL="-ldl"
12124 ac_wine_check_funcs_save_LIBS="$LIBS"
12125 LIBS="$LIBS $LIBDL"
12126 for ac_func in dladdr
12127 do :
12128 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12129 if test "x$ac_cv_func_dladdr" = x""yes; then :
12130 cat >>confdefs.h <<_ACEOF
12131 #define HAVE_DLADDR 1
12132 _ACEOF
12135 done
12137 LIBS="$ac_wine_check_funcs_save_LIBS"
12139 if test "$ac_cv_func_poll" = no
12140 then
12141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12142 $as_echo_n "checking for poll in -lpoll... " >&6; }
12143 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12144 $as_echo_n "(cached) " >&6
12145 else
12146 ac_check_lib_save_LIBS=$LIBS
12147 LIBS="-lpoll $LIBS"
12148 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12149 /* end confdefs.h. */
12151 /* Override any GCC internal prototype to avoid an error.
12152 Use char because int might match the return type of a GCC
12153 builtin and then its argument prototype would still apply. */
12154 #ifdef __cplusplus
12155 extern "C"
12156 #endif
12157 char poll ();
12159 main ()
12161 return poll ();
12163 return 0;
12165 _ACEOF
12166 if ac_fn_c_try_link "$LINENO"; then :
12167 ac_cv_lib_poll_poll=yes
12168 else
12169 ac_cv_lib_poll_poll=no
12171 rm -f core conftest.err conftest.$ac_objext \
12172 conftest$ac_exeext conftest.$ac_ext
12173 LIBS=$ac_check_lib_save_LIBS
12175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12176 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12177 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12178 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12179 LIBPOLL="-lpoll"
12185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12186 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12187 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12188 $as_echo_n "(cached) " >&6
12189 else
12190 ac_func_search_save_LIBS=$LIBS
12191 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12192 /* end confdefs.h. */
12194 /* Override any GCC internal prototype to avoid an error.
12195 Use char because int might match the return type of a GCC
12196 builtin and then its argument prototype would still apply. */
12197 #ifdef __cplusplus
12198 extern "C"
12199 #endif
12200 char gethostbyname ();
12202 main ()
12204 return gethostbyname ();
12206 return 0;
12208 _ACEOF
12209 for ac_lib in '' nsl; do
12210 if test -z "$ac_lib"; then
12211 ac_res="none required"
12212 else
12213 ac_res=-l$ac_lib
12214 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12216 if ac_fn_c_try_link "$LINENO"; then :
12217 ac_cv_search_gethostbyname=$ac_res
12219 rm -f core conftest.err conftest.$ac_objext \
12220 conftest$ac_exeext
12221 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12222 break
12224 done
12225 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12227 else
12228 ac_cv_search_gethostbyname=no
12230 rm conftest.$ac_ext
12231 LIBS=$ac_func_search_save_LIBS
12233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12234 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12235 ac_res=$ac_cv_search_gethostbyname
12236 if test "$ac_res" != no; then :
12237 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12243 $as_echo_n "checking for library containing connect... " >&6; }
12244 if test "${ac_cv_search_connect+set}" = set; then :
12245 $as_echo_n "(cached) " >&6
12246 else
12247 ac_func_search_save_LIBS=$LIBS
12248 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12249 /* end confdefs.h. */
12251 /* Override any GCC internal prototype to avoid an error.
12252 Use char because int might match the return type of a GCC
12253 builtin and then its argument prototype would still apply. */
12254 #ifdef __cplusplus
12255 extern "C"
12256 #endif
12257 char connect ();
12259 main ()
12261 return connect ();
12263 return 0;
12265 _ACEOF
12266 for ac_lib in '' socket; do
12267 if test -z "$ac_lib"; then
12268 ac_res="none required"
12269 else
12270 ac_res=-l$ac_lib
12271 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12273 if ac_fn_c_try_link "$LINENO"; then :
12274 ac_cv_search_connect=$ac_res
12276 rm -f core conftest.err conftest.$ac_objext \
12277 conftest$ac_exeext
12278 if test "${ac_cv_search_connect+set}" = set; then :
12279 break
12281 done
12282 if test "${ac_cv_search_connect+set}" = set; then :
12284 else
12285 ac_cv_search_connect=no
12287 rm conftest.$ac_ext
12288 LIBS=$ac_func_search_save_LIBS
12290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12291 $as_echo "$ac_cv_search_connect" >&6; }
12292 ac_res=$ac_cv_search_connect
12293 if test "$ac_res" != no; then :
12294 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12300 $as_echo_n "checking for library containing inet_aton... " >&6; }
12301 if test "${ac_cv_search_inet_aton+set}" = set; then :
12302 $as_echo_n "(cached) " >&6
12303 else
12304 ac_func_search_save_LIBS=$LIBS
12305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12306 /* end confdefs.h. */
12308 /* Override any GCC internal prototype to avoid an error.
12309 Use char because int might match the return type of a GCC
12310 builtin and then its argument prototype would still apply. */
12311 #ifdef __cplusplus
12312 extern "C"
12313 #endif
12314 char inet_aton ();
12316 main ()
12318 return inet_aton ();
12320 return 0;
12322 _ACEOF
12323 for ac_lib in '' resolv; do
12324 if test -z "$ac_lib"; then
12325 ac_res="none required"
12326 else
12327 ac_res=-l$ac_lib
12328 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12330 if ac_fn_c_try_link "$LINENO"; then :
12331 ac_cv_search_inet_aton=$ac_res
12333 rm -f core conftest.err conftest.$ac_objext \
12334 conftest$ac_exeext
12335 if test "${ac_cv_search_inet_aton+set}" = set; then :
12336 break
12338 done
12339 if test "${ac_cv_search_inet_aton+set}" = set; then :
12341 else
12342 ac_cv_search_inet_aton=no
12344 rm conftest.$ac_ext
12345 LIBS=$ac_func_search_save_LIBS
12347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12348 $as_echo "$ac_cv_search_inet_aton" >&6; }
12349 ac_res=$ac_cv_search_inet_aton
12350 if test "$ac_res" != no; then :
12351 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12356 for ac_func in \
12357 getaddrinfo \
12358 getnameinfo \
12359 getnetbyname \
12360 getprotobyname \
12361 getprotobynumber \
12362 getservbyport \
12363 inet_network \
12364 inet_ntop \
12365 inet_pton \
12366 sendmsg \
12367 socketpair \
12369 do :
12370 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12371 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12372 eval as_val=\$$as_ac_var
12373 if test "x$as_val" = x""yes; then :
12374 cat >>confdefs.h <<_ACEOF
12375 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12376 _ACEOF
12379 done
12382 LDAPLIBS=""
12384 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12385 then
12386 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12388 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12390 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12391 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12392 $as_echo_n "(cached) " >&6
12393 else
12394 ac_check_lib_save_LIBS=$LIBS
12395 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12397 /* end confdefs.h. */
12399 /* Override any GCC internal prototype to avoid an error.
12400 Use char because int might match the return type of a GCC
12401 builtin and then its argument prototype would still apply. */
12402 #ifdef __cplusplus
12403 extern "C"
12404 #endif
12405 char ldap_initialize ();
12407 main ()
12409 return ldap_initialize ();
12411 return 0;
12413 _ACEOF
12414 if ac_fn_c_try_link "$LINENO"; then :
12415 ac_cv_lib_ldap_r_ldap_initialize=yes
12416 else
12417 ac_cv_lib_ldap_r_ldap_initialize=no
12419 rm -f core conftest.err conftest.$ac_objext \
12420 conftest$ac_exeext conftest.$ac_ext
12421 LIBS=$ac_check_lib_save_LIBS
12423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12424 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12425 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12427 $as_echo_n "checking for ber_init in -llber... " >&6; }
12428 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12429 $as_echo_n "(cached) " >&6
12430 else
12431 ac_check_lib_save_LIBS=$LIBS
12432 LIBS="-llber $LIBPTHREAD $LIBS"
12433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12434 /* end confdefs.h. */
12436 /* Override any GCC internal prototype to avoid an error.
12437 Use char because int might match the return type of a GCC
12438 builtin and then its argument prototype would still apply. */
12439 #ifdef __cplusplus
12440 extern "C"
12441 #endif
12442 char ber_init ();
12444 main ()
12446 return ber_init ();
12448 return 0;
12450 _ACEOF
12451 if ac_fn_c_try_link "$LINENO"; then :
12452 ac_cv_lib_lber_ber_init=yes
12453 else
12454 ac_cv_lib_lber_ber_init=no
12456 rm -f core conftest.err conftest.$ac_objext \
12457 conftest$ac_exeext conftest.$ac_ext
12458 LIBS=$ac_check_lib_save_LIBS
12460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12461 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12462 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12464 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12466 LDAPLIBS="-lldap_r -llber"
12473 ac_wine_check_funcs_save_LIBS="$LIBS"
12474 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12475 for ac_func in \
12476 ldap_count_references \
12477 ldap_first_reference \
12478 ldap_next_reference \
12479 ldap_parse_reference \
12480 ldap_parse_sort_control \
12481 ldap_parse_sortresponse_control \
12482 ldap_parse_vlv_control \
12483 ldap_parse_vlvresponse_control
12484 do :
12485 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12486 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12487 eval as_val=\$$as_ac_var
12488 if test "x$as_val" = x""yes; then :
12489 cat >>confdefs.h <<_ACEOF
12490 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12491 _ACEOF
12494 done
12496 LIBS="$ac_wine_check_funcs_save_LIBS"
12498 if test "x$LDAPLIBS" = "x"; then :
12499 case "x$with_ldap" in
12500 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12501 xno) ;;
12502 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12503 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12504 esac
12507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12508 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12509 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12510 $as_echo_n "(cached) " >&6
12511 else
12512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12513 /* end confdefs.h. */
12514 #include <sys/stat.h>
12516 main ()
12518 mkdir("foo");
12520 return 0;
12522 _ACEOF
12523 if ac_fn_c_try_compile "$LINENO"; then :
12524 wine_cv_one_arg_mkdir=yes
12525 else
12526 wine_cv_one_arg_mkdir=no
12528 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12531 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12532 if test "$wine_cv_one_arg_mkdir" = "yes"
12533 then
12535 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12541 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12542 if test "${ac_cv_c_const+set}" = set; then :
12543 $as_echo_n "(cached) " >&6
12544 else
12545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12546 /* end confdefs.h. */
12549 main ()
12551 /* FIXME: Include the comments suggested by Paul. */
12552 #ifndef __cplusplus
12553 /* Ultrix mips cc rejects this. */
12554 typedef int charset[2];
12555 const charset cs;
12556 /* SunOS 4.1.1 cc rejects this. */
12557 char const *const *pcpcc;
12558 char **ppc;
12559 /* NEC SVR4.0.2 mips cc rejects this. */
12560 struct point {int x, y;};
12561 static struct point const zero = {0,0};
12562 /* AIX XL C 1.02.0.0 rejects this.
12563 It does not let you subtract one const X* pointer from another in
12564 an arm of an if-expression whose if-part is not a constant
12565 expression */
12566 const char *g = "string";
12567 pcpcc = &g + (g ? g-g : 0);
12568 /* HPUX 7.0 cc rejects these. */
12569 ++pcpcc;
12570 ppc = (char**) pcpcc;
12571 pcpcc = (char const *const *) ppc;
12572 { /* SCO 3.2v4 cc rejects this. */
12573 char *t;
12574 char const *s = 0 ? (char *) 0 : (char const *) 0;
12576 *t++ = 0;
12577 if (s) return 0;
12579 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12580 int x[] = {25, 17};
12581 const int *foo = &x[0];
12582 ++foo;
12584 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12585 typedef const int *iptr;
12586 iptr p = 0;
12587 ++p;
12589 { /* AIX XL C 1.02.0.0 rejects this saying
12590 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12591 struct s { int j; const int *ap[3]; };
12592 struct s *b; b->j = 5;
12594 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12595 const int foo = 10;
12596 if (!foo) return 0;
12598 return !cs[0] && !zero.x;
12599 #endif
12602 return 0;
12604 _ACEOF
12605 if ac_fn_c_try_compile "$LINENO"; then :
12606 ac_cv_c_const=yes
12607 else
12608 ac_cv_c_const=no
12610 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12613 $as_echo "$ac_cv_c_const" >&6; }
12614 if test $ac_cv_c_const = no; then
12616 $as_echo "#define const /**/" >>confdefs.h
12620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12621 $as_echo_n "checking for inline... " >&6; }
12622 if test "${ac_cv_c_inline+set}" = set; then :
12623 $as_echo_n "(cached) " >&6
12624 else
12625 ac_cv_c_inline=no
12626 for ac_kw in inline __inline__ __inline; do
12627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12628 /* end confdefs.h. */
12629 #ifndef __cplusplus
12630 typedef int foo_t;
12631 static $ac_kw foo_t static_foo () {return 0; }
12632 $ac_kw foo_t foo () {return 0; }
12633 #endif
12635 _ACEOF
12636 if ac_fn_c_try_compile "$LINENO"; then :
12637 ac_cv_c_inline=$ac_kw
12639 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12640 test "$ac_cv_c_inline" != no && break
12641 done
12644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12645 $as_echo "$ac_cv_c_inline" >&6; }
12647 case $ac_cv_c_inline in
12648 inline | yes) ;;
12650 case $ac_cv_c_inline in
12651 no) ac_val=;;
12652 *) ac_val=$ac_cv_c_inline;;
12653 esac
12654 cat >>confdefs.h <<_ACEOF
12655 #ifndef __cplusplus
12656 #define inline $ac_val
12657 #endif
12658 _ACEOF
12660 esac
12662 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12663 if test "x$ac_cv_type_mode_t" = x""yes; then :
12665 cat >>confdefs.h <<_ACEOF
12666 #define HAVE_MODE_T 1
12667 _ACEOF
12671 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12672 if test "x$ac_cv_type_off_t" = x""yes; then :
12674 cat >>confdefs.h <<_ACEOF
12675 #define HAVE_OFF_T 1
12676 _ACEOF
12680 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12681 if test "x$ac_cv_type_pid_t" = x""yes; then :
12683 cat >>confdefs.h <<_ACEOF
12684 #define HAVE_PID_T 1
12685 _ACEOF
12689 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12690 if test "x$ac_cv_type_size_t" = x""yes; then :
12692 cat >>confdefs.h <<_ACEOF
12693 #define HAVE_SIZE_T 1
12694 _ACEOF
12698 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12699 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12701 cat >>confdefs.h <<_ACEOF
12702 #define HAVE_SSIZE_T 1
12703 _ACEOF
12707 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12708 if test "x$ac_cv_type_long_long" = x""yes; then :
12710 cat >>confdefs.h <<_ACEOF
12711 #define HAVE_LONG_LONG 1
12712 _ACEOF
12716 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12717 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12719 cat >>confdefs.h <<_ACEOF
12720 #define HAVE_FSBLKCNT_T 1
12721 _ACEOF
12725 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12726 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12728 cat >>confdefs.h <<_ACEOF
12729 #define HAVE_FSFILCNT_T 1
12730 _ACEOF
12735 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12736 #include <signal.h>
12738 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12740 cat >>confdefs.h <<_ACEOF
12741 #define HAVE_SIGSET_T 1
12742 _ACEOF
12747 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12749 if test "x$ac_cv_type_request_sense" = x""yes; then :
12751 cat >>confdefs.h <<_ACEOF
12752 #define HAVE_REQUEST_SENSE 1
12753 _ACEOF
12759 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12760 #ifdef HAVE_SYS_SOCKET_H
12761 #include <sys/socket.h>
12762 #endif
12763 #ifdef HAVE_SYS_SOCKETVAR_H
12764 #include <sys/socketvar.h>
12765 #endif
12766 #ifdef HAVE_NET_ROUTE_H
12767 #include <net/route.h>
12768 #endif
12769 #ifdef HAVE_NETINET_IN_H
12770 #include <netinet/in.h>
12771 #endif
12772 #ifdef HAVE_NETINET_IN_SYSTM_H
12773 #include <netinet/in_systm.h>
12774 #endif
12775 #ifdef HAVE_NETINET_IP_H
12776 #include <netinet/ip.h>
12777 #endif
12778 #ifdef HAVE_NETINET_IN_PCB_H
12779 #include <netinet/in_pcb.h>
12780 #endif
12782 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12784 cat >>confdefs.h <<_ACEOF
12785 #define HAVE_STRUCT_XINPGEN 1
12786 _ACEOF
12792 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12793 #include <linux/input.h>
12794 #endif
12796 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12798 cat >>confdefs.h <<_ACEOF
12799 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12800 _ACEOF
12806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12807 $as_echo_n "checking for sigaddset... " >&6; }
12808 if test "${wine_cv_have_sigaddset+set}" = set; then :
12809 $as_echo_n "(cached) " >&6
12810 else
12811 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12812 /* end confdefs.h. */
12813 #include <signal.h>
12815 main ()
12817 sigset_t set; sigaddset(&set,SIGTERM);
12819 return 0;
12821 _ACEOF
12822 if ac_fn_c_try_link "$LINENO"; then :
12823 wine_cv_have_sigaddset=yes
12824 else
12825 wine_cv_have_sigaddset=no
12827 rm -f core conftest.err conftest.$ac_objext \
12828 conftest$ac_exeext conftest.$ac_ext
12830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12831 $as_echo "$wine_cv_have_sigaddset" >&6; }
12832 if test "$wine_cv_have_sigaddset" = "yes"
12833 then
12835 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12841 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12842 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12843 $as_echo_n "(cached) " >&6
12844 else
12845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12846 /* end confdefs.h. */
12847 #include <netdb.h>
12849 main ()
12852 char *name=0;
12853 struct hostent he;
12854 struct hostent *result;
12855 char *buf=0;
12856 int bufsize=0;
12857 int res,errnr;
12858 char *addr=0;
12859 int addrlen=0;
12860 int addrtype=0;
12861 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12862 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12865 return 0;
12867 _ACEOF
12868 if ac_fn_c_try_link "$LINENO"; then :
12869 wine_cv_linux_gethostbyname_r_6=yes
12870 else
12871 wine_cv_linux_gethostbyname_r_6=no
12874 rm -f core conftest.err conftest.$ac_objext \
12875 conftest$ac_exeext conftest.$ac_ext
12878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12879 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12880 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12881 then
12883 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12887 if test "$ac_cv_header_linux_joystick_h" = "yes"
12888 then
12889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12890 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12891 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12892 $as_echo_n "(cached) " >&6
12893 else
12894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12895 /* end confdefs.h. */
12897 #include <sys/ioctl.h>
12898 #include <sys/types.h>
12899 #include <linux/joystick.h>
12901 struct js_event blub;
12902 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12903 #error "no 2.2 header"
12904 #endif
12907 main ()
12909 /*empty*/
12911 return 0;
12913 _ACEOF
12914 if ac_fn_c_try_compile "$LINENO"; then :
12915 wine_cv_linux_joystick_22_api=yes
12916 else
12917 wine_cv_linux_joystick_22_api=no
12919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
12923 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
12924 if test "$wine_cv_linux_joystick_22_api" = "yes"
12925 then
12927 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
12933 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
12934 #ifdef HAVE_SYS_PARAM_H
12935 # include <sys/param.h>
12936 #endif
12937 #ifdef HAVE_SYS_MOUNT_H
12938 # include <sys/mount.h>
12939 #endif
12940 #ifdef HAVE_SYS_VFS_H
12941 # include <sys/vfs.h>
12942 #endif
12943 #ifdef HAVE_SYS_STATFS_H
12944 # include <sys/statfs.h>
12945 #endif
12947 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
12949 cat >>confdefs.h <<_ACEOF
12950 #define HAVE_STRUCT_STATFS_F_BFREE 1
12951 _ACEOF
12955 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
12956 #ifdef HAVE_SYS_PARAM_H
12957 # include <sys/param.h>
12958 #endif
12959 #ifdef HAVE_SYS_MOUNT_H
12960 # include <sys/mount.h>
12961 #endif
12962 #ifdef HAVE_SYS_VFS_H
12963 # include <sys/vfs.h>
12964 #endif
12965 #ifdef HAVE_SYS_STATFS_H
12966 # include <sys/statfs.h>
12967 #endif
12969 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
12971 cat >>confdefs.h <<_ACEOF
12972 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
12973 _ACEOF
12977 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
12978 #ifdef HAVE_SYS_PARAM_H
12979 # include <sys/param.h>
12980 #endif
12981 #ifdef HAVE_SYS_MOUNT_H
12982 # include <sys/mount.h>
12983 #endif
12984 #ifdef HAVE_SYS_VFS_H
12985 # include <sys/vfs.h>
12986 #endif
12987 #ifdef HAVE_SYS_STATFS_H
12988 # include <sys/statfs.h>
12989 #endif
12991 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
12993 cat >>confdefs.h <<_ACEOF
12994 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
12995 _ACEOF
12999 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13000 #ifdef HAVE_SYS_PARAM_H
13001 # include <sys/param.h>
13002 #endif
13003 #ifdef HAVE_SYS_MOUNT_H
13004 # include <sys/mount.h>
13005 #endif
13006 #ifdef HAVE_SYS_VFS_H
13007 # include <sys/vfs.h>
13008 #endif
13009 #ifdef HAVE_SYS_STATFS_H
13010 # include <sys/statfs.h>
13011 #endif
13013 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13015 cat >>confdefs.h <<_ACEOF
13016 #define HAVE_STRUCT_STATFS_F_FFREE 1
13017 _ACEOF
13021 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13022 #ifdef HAVE_SYS_PARAM_H
13023 # include <sys/param.h>
13024 #endif
13025 #ifdef HAVE_SYS_MOUNT_H
13026 # include <sys/mount.h>
13027 #endif
13028 #ifdef HAVE_SYS_VFS_H
13029 # include <sys/vfs.h>
13030 #endif
13031 #ifdef HAVE_SYS_STATFS_H
13032 # include <sys/statfs.h>
13033 #endif
13035 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13037 cat >>confdefs.h <<_ACEOF
13038 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13039 _ACEOF
13043 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13044 #ifdef HAVE_SYS_PARAM_H
13045 # include <sys/param.h>
13046 #endif
13047 #ifdef HAVE_SYS_MOUNT_H
13048 # include <sys/mount.h>
13049 #endif
13050 #ifdef HAVE_SYS_VFS_H
13051 # include <sys/vfs.h>
13052 #endif
13053 #ifdef HAVE_SYS_STATFS_H
13054 # include <sys/statfs.h>
13055 #endif
13057 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13059 cat >>confdefs.h <<_ACEOF
13060 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13061 _ACEOF
13067 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13068 #include <sys/statvfs.h>
13069 #endif
13071 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13073 cat >>confdefs.h <<_ACEOF
13074 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13075 _ACEOF
13081 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13082 #ifdef HAVE_SYS_SOCKET_H
13083 # include <sys/socket.h>
13084 #endif
13085 #ifdef HAVE_SYS_UN_H
13086 # include <sys/un.h>
13087 #endif
13089 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13091 cat >>confdefs.h <<_ACEOF
13092 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13093 _ACEOF
13097 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13098 #ifdef HAVE_SYS_SOCKET_H
13099 # include <sys/socket.h>
13100 #endif
13101 #ifdef HAVE_SYS_UN_H
13102 # include <sys/un.h>
13103 #endif
13105 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13107 cat >>confdefs.h <<_ACEOF
13108 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13109 _ACEOF
13113 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13114 #ifdef HAVE_SYS_SOCKET_H
13115 # include <sys/socket.h>
13116 #endif
13117 #ifdef HAVE_SYS_UN_H
13118 # include <sys/un.h>
13119 #endif
13121 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13123 cat >>confdefs.h <<_ACEOF
13124 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13125 _ACEOF
13131 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13132 #ifdef HAVE_SCSI_SG_H
13133 #include <scsi/sg.h>
13134 #endif
13136 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13138 cat >>confdefs.h <<_ACEOF
13139 #define HAVE_SCSIREQ_T_CMD 1
13140 _ACEOF
13144 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>
13145 #ifdef HAVE_SCSI_SG_H
13146 #include <scsi/sg.h>
13147 #endif
13149 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13151 cat >>confdefs.h <<_ACEOF
13152 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13153 _ACEOF
13159 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13161 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13163 cat >>confdefs.h <<_ACEOF
13164 #define HAVE_SIGINFO_T_SI_FD 1
13165 _ACEOF
13171 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13172 #ifdef HAVE_SYS_MTIO_H
13173 #include <sys/mtio.h>
13174 #endif
13176 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13178 cat >>confdefs.h <<_ACEOF
13179 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13180 _ACEOF
13184 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13185 #ifdef HAVE_SYS_MTIO_H
13186 #include <sys/mtio.h>
13187 #endif
13189 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13191 cat >>confdefs.h <<_ACEOF
13192 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13193 _ACEOF
13197 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13198 #ifdef HAVE_SYS_MTIO_H
13199 #include <sys/mtio.h>
13200 #endif
13202 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13204 cat >>confdefs.h <<_ACEOF
13205 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13206 _ACEOF
13212 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13213 #include <getopt.h>
13214 #endif
13216 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13218 cat >>confdefs.h <<_ACEOF
13219 #define HAVE_STRUCT_OPTION_NAME 1
13220 _ACEOF
13226 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13227 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13229 cat >>confdefs.h <<_ACEOF
13230 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13231 _ACEOF
13235 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13236 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13238 cat >>confdefs.h <<_ACEOF
13239 #define HAVE_STRUCT_STAT_ST_MTIM 1
13240 _ACEOF
13244 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13245 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13247 cat >>confdefs.h <<_ACEOF
13248 #define HAVE_STRUCT_STAT_ST_CTIM 1
13249 _ACEOF
13253 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13254 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13256 cat >>confdefs.h <<_ACEOF
13257 #define HAVE_STRUCT_STAT_ST_ATIM 1
13258 _ACEOF
13264 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
13265 #include <sys/types.h>
13266 #endif
13267 #ifdef HAVE_NETINET_IN_H
13268 #include <netinet/in.h>
13269 #endif
13271 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13273 cat >>confdefs.h <<_ACEOF
13274 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13275 _ACEOF
13281 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13282 #include <sys/types.h>
13283 #endif
13284 #ifdef HAVE_NETINET_IN_H
13285 # include <netinet/in.h>
13286 #endif
13287 #ifdef HAVE_ARPA_NAMESER_H
13288 # include <arpa/nameser.h>
13289 #endif
13291 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13293 cat >>confdefs.h <<_ACEOF
13294 #define HAVE_NS_MSG__MSG_PTR 1
13295 _ACEOF
13301 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13302 #include <sys/types.h>
13303 #endif
13304 #ifdef HAVE_ALIAS_H
13305 #include <alias.h>
13306 #endif
13307 #ifdef HAVE_SYS_SOCKET_H
13308 #include <sys/socket.h>
13309 #endif
13310 #ifdef HAVE_SYS_SOCKETVAR_H
13311 #include <sys/socketvar.h>
13312 #endif
13313 #ifdef HAVE_SYS_TIMEOUT_H
13314 #include <sys/timeout.h>
13315 #endif
13316 #ifdef HAVE_NETINET_IN_H
13317 #include <netinet/in.h>
13318 #endif
13319 #ifdef HAVE_NETINET_IN_SYSTM_H
13320 #include <netinet/in_systm.h>
13321 #endif
13322 #ifdef HAVE_NETINET_IP_H
13323 #include <netinet/ip.h>
13324 #endif
13325 #ifdef HAVE_NETINET_IP_VAR_H
13326 #include <netinet/ip_var.h>
13327 #endif
13328 #ifdef HAVE_NETINET_IP_ICMP_H
13329 #include <netinet/ip_icmp.h>
13330 #endif
13331 #ifdef HAVE_NETINET_ICMP_VAR
13332 #include <netinet/icmp_var.h>
13333 #endif
13335 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13337 cat >>confdefs.h <<_ACEOF
13338 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13339 _ACEOF
13345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13346 $as_echo_n "checking for timezone variable... " >&6; }
13347 if test "${ac_cv_have_timezone+set}" = set; then :
13348 $as_echo_n "(cached) " >&6
13349 else
13350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13351 /* end confdefs.h. */
13352 #include <time.h>
13354 main ()
13356 timezone = 1
13358 return 0;
13360 _ACEOF
13361 if ac_fn_c_try_link "$LINENO"; then :
13362 ac_cv_have_timezone="yes"
13363 else
13364 ac_cv_have_timezone="no"
13366 rm -f core conftest.err conftest.$ac_objext \
13367 conftest$ac_exeext conftest.$ac_ext
13369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13370 $as_echo "$ac_cv_have_timezone" >&6; }
13371 if test "$ac_cv_have_timezone" = "yes"
13372 then
13374 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13378 $as_echo_n "checking for daylight variable... " >&6; }
13379 if test "${ac_cv_have_daylight+set}" = set; then :
13380 $as_echo_n "(cached) " >&6
13381 else
13382 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13383 /* end confdefs.h. */
13384 #include <time.h>
13386 main ()
13388 daylight = 1
13390 return 0;
13392 _ACEOF
13393 if ac_fn_c_try_link "$LINENO"; then :
13394 ac_cv_have_daylight="yes"
13395 else
13396 ac_cv_have_daylight="no"
13398 rm -f core conftest.err conftest.$ac_objext \
13399 conftest$ac_exeext conftest.$ac_ext
13401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13402 $as_echo "$ac_cv_have_daylight" >&6; }
13403 if test "$ac_cv_have_daylight" = "yes"
13404 then
13406 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13411 $as_echo_n "checking for isinf... " >&6; }
13412 if test "${ac_cv_have_isinf+set}" = set; then :
13413 $as_echo_n "(cached) " >&6
13414 else
13415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13416 /* end confdefs.h. */
13417 #include <math.h>
13419 main ()
13421 float f = 0.0; int i=isinf(f)
13423 return 0;
13425 _ACEOF
13426 if ac_fn_c_try_link "$LINENO"; then :
13427 ac_cv_have_isinf="yes"
13428 else
13429 ac_cv_have_isinf="no"
13431 rm -f core conftest.err conftest.$ac_objext \
13432 conftest$ac_exeext conftest.$ac_ext
13434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13435 $as_echo "$ac_cv_have_isinf" >&6; }
13436 if test "$ac_cv_have_isinf" = "yes"
13437 then
13439 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13444 $as_echo_n "checking for isnan... " >&6; }
13445 if test "${ac_cv_have_isnan+set}" = set; then :
13446 $as_echo_n "(cached) " >&6
13447 else
13448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13449 /* end confdefs.h. */
13450 #include <math.h>
13452 main ()
13454 float f = 0.0; int i=isnan(f)
13456 return 0;
13458 _ACEOF
13459 if ac_fn_c_try_link "$LINENO"; then :
13460 ac_cv_have_isnan="yes"
13461 else
13462 ac_cv_have_isnan="no"
13464 rm -f core conftest.err conftest.$ac_objext \
13465 conftest$ac_exeext conftest.$ac_ext
13467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13468 $as_echo "$ac_cv_have_isnan" >&6; }
13469 if test "$ac_cv_have_isnan" = "yes"
13470 then
13472 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13477 case $host_cpu in
13478 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13479 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13480 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13481 $as_echo_n "(cached) " >&6
13482 else
13483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13484 /* end confdefs.h. */
13485 #ifndef __i386__
13487 #endif
13488 _ACEOF
13489 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13490 $EGREP "yes" >/dev/null 2>&1; then :
13491 ac_cv_cpp_def___i386__=yes
13492 else
13493 ac_cv_cpp_def___i386__=no
13495 rm -f conftest*
13498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13499 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13500 if test $ac_cv_cpp_def___i386__ = yes; then :
13501 CFLAGS="$CFLAGS -D__i386__"
13502 LINTFLAGS="$LINTFLAGS -D__i386__"
13503 fi ;;
13504 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13505 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13506 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13507 $as_echo_n "(cached) " >&6
13508 else
13509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13510 /* end confdefs.h. */
13511 #ifndef __x86_64__
13513 #endif
13514 _ACEOF
13515 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13516 $EGREP "yes" >/dev/null 2>&1; then :
13517 ac_cv_cpp_def___x86_64__=yes
13518 else
13519 ac_cv_cpp_def___x86_64__=no
13521 rm -f conftest*
13524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13525 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13526 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13527 CFLAGS="$CFLAGS -D__x86_64__"
13528 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13529 fi ;;
13530 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13531 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13532 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13533 $as_echo_n "(cached) " >&6
13534 else
13535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13536 /* end confdefs.h. */
13537 #ifndef __ALPHA__
13539 #endif
13540 _ACEOF
13541 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13542 $EGREP "yes" >/dev/null 2>&1; then :
13543 ac_cv_cpp_def___ALPHA__=yes
13544 else
13545 ac_cv_cpp_def___ALPHA__=no
13547 rm -f conftest*
13550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13551 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13552 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13553 CFLAGS="$CFLAGS -D__ALPHA__"
13554 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13555 fi ;;
13556 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13557 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13558 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13559 $as_echo_n "(cached) " >&6
13560 else
13561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13562 /* end confdefs.h. */
13563 #ifndef __sparc__
13565 #endif
13566 _ACEOF
13567 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13568 $EGREP "yes" >/dev/null 2>&1; then :
13569 ac_cv_cpp_def___sparc__=yes
13570 else
13571 ac_cv_cpp_def___sparc__=no
13573 rm -f conftest*
13576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13577 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13578 if test $ac_cv_cpp_def___sparc__ = yes; then :
13579 CFLAGS="$CFLAGS -D__sparc__"
13580 LINTFLAGS="$LINTFLAGS -D__sparc__"
13581 fi ;;
13582 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13583 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13584 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13585 $as_echo_n "(cached) " >&6
13586 else
13587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13588 /* end confdefs.h. */
13589 #ifndef __powerpc__
13591 #endif
13592 _ACEOF
13593 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13594 $EGREP "yes" >/dev/null 2>&1; then :
13595 ac_cv_cpp_def___powerpc__=yes
13596 else
13597 ac_cv_cpp_def___powerpc__=no
13599 rm -f conftest*
13602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13603 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13604 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13605 CFLAGS="$CFLAGS -D__powerpc__"
13606 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13607 fi ;;
13608 esac
13610 case $host_vendor in
13611 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13612 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13613 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13614 $as_echo_n "(cached) " >&6
13615 else
13616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13617 /* end confdefs.h. */
13618 #ifndef __sun__
13620 #endif
13621 _ACEOF
13622 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13623 $EGREP "yes" >/dev/null 2>&1; then :
13624 ac_cv_cpp_def___sun__=yes
13625 else
13626 ac_cv_cpp_def___sun__=no
13628 rm -f conftest*
13631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13632 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13633 if test $ac_cv_cpp_def___sun__ = yes; then :
13634 CFLAGS="$CFLAGS -D__sun__"
13635 LINTFLAGS="$LINTFLAGS -D__sun__"
13636 fi ;;
13637 esac
13640 DEPENDENCIES="### Dependencies:
13642 .INIT: Makefile
13643 .BEGIN: Makefile
13644 .MAKEFILEDEPS:
13645 Makefile: dummy
13646 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13648 \$(OBJS) \$(CROSSOBJS): \$(IDL_GEN_HEADERS) \$(BISON_SRCS:.y=.tab.h)
13649 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13650 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13651 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13652 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13655 ALL_MAKERULES=""
13657 ALL_MAKEFILES=""
13659 ALL_SYMLINKS=""
13661 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13663 ALL_WINETEST_DEPENDS="# Test binaries"
13666 ALL_TOP_DIRS=""
13668 ALL_DLL_DIRS=""
13670 ALL_TOOL_DIRS=""
13672 ALL_IMPLIB_DIRS=""
13674 ALL_STATIC_LIBS=""
13676 ALL_IMPORT_LIBS=""
13678 ALL_IMPORTLIB_RULES=""
13680 ALL_TEST_DIRS=""
13682 ALL_TEST_BINARIES=""
13684 ALL_PROGRAM_DIRS=""
13686 ALL_PROGRAM_INSTALL_DIRS=""
13688 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13693 ac_config_commands="$ac_config_commands include/stamp-h"
13696 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
13697 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13698 dlls/wineps.drv/generic.ppd"
13699 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
13700 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13701 fonts/marlett.ttf"
13702 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
13703 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13704 fonts/symbol.ttf"
13705 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
13706 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13707 fonts/tahoma.ttf"
13708 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
13709 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13710 fonts/tahomabd.ttf"
13711 ac_config_links="$ac_config_links wine:tools/winewrapper"
13712 ALL_SYMLINKS="$ALL_SYMLINKS \\
13713 wine"
13715 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13717 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13719 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13721 ac_config_commands="$ac_config_commands dlls/user32/resources"
13723 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13725 ac_config_commands="$ac_config_commands include/wine"
13728 ALL_MAKERULES="$ALL_MAKERULES \\
13729 Make.rules"
13730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13731 Make.rules: Make.rules.in config.status"
13732 MAKE_RULES=Make.rules
13733 ac_config_files="$ac_config_files Make.rules"
13735 ALL_MAKERULES="$ALL_MAKERULES \\
13736 dlls/Makedll.rules"
13737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13738 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules config.status"
13739 MAKE_DLL_RULES=dlls/Makedll.rules
13740 ac_config_files="$ac_config_files dlls/Makedll.rules"
13742 ALL_MAKERULES="$ALL_MAKERULES \\
13743 dlls/Makeimplib.rules"
13744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13745 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules config.status"
13746 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13747 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13749 ALL_MAKERULES="$ALL_MAKERULES \\
13750 dlls/Maketest.rules"
13751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13752 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules config.status"
13753 MAKE_TEST_RULES=dlls/Maketest.rules
13754 ac_config_files="$ac_config_files dlls/Maketest.rules"
13756 ALL_MAKERULES="$ALL_MAKERULES \\
13757 programs/Makeprog.rules"
13758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13759 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules config.status"
13760 MAKE_PROG_RULES=programs/Makeprog.rules
13761 ac_config_files="$ac_config_files programs/Makeprog.rules"
13766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13767 Makefile: Makefile.in Make.rules config.status"
13768 ac_config_files="$ac_config_files Makefile"
13770 ALL_MAKEFILES="$ALL_MAKEFILES \\
13771 dlls/Makefile"
13772 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13773 dlls"
13774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13775 \$(RECURSE_TARGETS:%=dlls/%) dlls: dlls/Makefile \$(MAKEDEP)
13776 dlls/Makefile: dlls/Makefile.in Make.rules config.status"
13777 ac_config_files="$ac_config_files dlls/Makefile"
13779 ALL_MAKEFILES="$ALL_MAKEFILES \\
13780 dlls/acledit/Makefile"
13781 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13782 acledit"
13783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13784 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules config.status"
13785 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13787 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13788 aclui/libaclui.$IMPLIBEXT"
13789 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13790 aclui/libaclui.def aclui/libaclui.a aclui/libaclui.cross.a: aclui/aclui.spec \$(WINEBUILD)
13791 @cd aclui && \$(MAKE) \`basename \$@\`"
13792 ALL_MAKEFILES="$ALL_MAKEFILES \\
13793 dlls/aclui/Makefile"
13794 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13795 aclui"
13796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13797 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules config.status"
13798 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13800 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13801 activeds/libactiveds.$IMPLIBEXT"
13802 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13803 activeds/libactiveds.def activeds/libactiveds.a activeds/libactiveds.cross.a: activeds/activeds.spec \$(WINEBUILD)
13804 @cd activeds && \$(MAKE) \`basename \$@\`"
13805 ALL_MAKEFILES="$ALL_MAKEFILES \\
13806 dlls/activeds/Makefile"
13807 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13808 activeds"
13809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13810 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules config.status"
13811 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13813 ALL_MAKEFILES="$ALL_MAKEFILES \\
13814 dlls/actxprxy/Makefile"
13815 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13816 actxprxy"
13817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13818 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules config.status"
13819 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13821 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
13822 adsiid/libadsiid.a"
13823 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13824 adsiid/libadsiid.a: adsiid
13825 adsiid/libadsiid.cross.a: dummy
13826 @cd adsiid && \$(MAKE) libadsiid.cross.a"
13827 ALL_MAKEFILES="$ALL_MAKEFILES \\
13828 dlls/adsiid/Makefile"
13829 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
13830 adsiid"
13831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13832 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules config.status"
13833 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13835 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13836 advapi32/libadvapi32.$IMPLIBEXT"
13837 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13838 advapi32/libadvapi32.def advapi32/libadvapi32.a advapi32/libadvapi32.cross.a: advapi32/advapi32.spec \$(WINEBUILD)
13839 @cd advapi32 && \$(MAKE) \`basename \$@\`"
13840 ALL_MAKEFILES="$ALL_MAKEFILES \\
13841 dlls/advapi32/Makefile"
13842 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13843 advapi32"
13844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13845 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules config.status"
13846 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13848 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
13849 advapi32_test.exe"
13850 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
13851 advapi32_test.exe: \$(TOPOBJDIR)/dlls/advapi32/tests/advapi32_test.exe$DLLEXT
13852 cp \$(TOPOBJDIR)/dlls/advapi32/tests/advapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13853 advapi32_test.rc:
13854 echo \"advapi32_test.exe TESTRES \\\"advapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13855 advapi32_test.res: advapi32_test.rc advapi32_test.exe"
13856 ALL_MAKEFILES="$ALL_MAKEFILES \\
13857 dlls/advapi32/tests/Makefile"
13858 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13859 advapi32/tests"
13860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13861 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules config.status"
13862 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13864 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13865 advpack/libadvpack.$IMPLIBEXT"
13866 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13867 advpack/libadvpack.def advpack/libadvpack.a advpack/libadvpack.cross.a: advpack/advpack.spec \$(WINEBUILD)
13868 @cd advpack && \$(MAKE) \`basename \$@\`"
13869 ALL_MAKEFILES="$ALL_MAKEFILES \\
13870 dlls/advpack/Makefile"
13871 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13872 advpack"
13873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13874 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules config.status"
13875 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13877 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
13878 advpack_test.exe"
13879 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
13880 advpack_test.exe: \$(TOPOBJDIR)/dlls/advpack/tests/advpack_test.exe$DLLEXT
13881 cp \$(TOPOBJDIR)/dlls/advpack/tests/advpack_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13882 advpack_test.rc:
13883 echo \"advpack_test.exe TESTRES \\\"advpack_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13884 advpack_test.res: advpack_test.rc advpack_test.exe"
13885 ALL_MAKEFILES="$ALL_MAKEFILES \\
13886 dlls/advpack/tests/Makefile"
13887 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13888 advpack/tests"
13889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13890 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules config.status"
13891 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13893 ALL_MAKEFILES="$ALL_MAKEFILES \\
13894 dlls/amstream/Makefile"
13895 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13896 amstream"
13897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13898 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules config.status"
13899 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13901 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
13902 amstream_test.exe"
13903 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
13904 amstream_test.exe: \$(TOPOBJDIR)/dlls/amstream/tests/amstream_test.exe$DLLEXT
13905 cp \$(TOPOBJDIR)/dlls/amstream/tests/amstream_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13906 amstream_test.rc:
13907 echo \"amstream_test.exe TESTRES \\\"amstream_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13908 amstream_test.res: amstream_test.rc amstream_test.exe"
13909 ALL_MAKEFILES="$ALL_MAKEFILES \\
13910 dlls/amstream/tests/Makefile"
13911 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13912 amstream/tests"
13913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13914 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules config.status"
13915 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13917 ALL_MAKEFILES="$ALL_MAKEFILES \\
13918 dlls/appwiz.cpl/Makefile"
13919 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13920 appwiz.cpl"
13921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13922 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules config.status"
13923 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13925 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13926 atl/libatl.$IMPLIBEXT"
13927 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13928 atl/libatl.def atl/libatl.a atl/libatl.cross.a: atl/atl.spec \$(WINEBUILD)
13929 @cd atl && \$(MAKE) \`basename \$@\`"
13930 ALL_MAKEFILES="$ALL_MAKEFILES \\
13931 dlls/atl/Makefile"
13932 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13933 atl"
13934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13935 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules config.status"
13936 ac_config_files="$ac_config_files dlls/atl/Makefile"
13938 ALL_MAKEFILES="$ALL_MAKEFILES \\
13939 dlls/authz/Makefile"
13940 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13941 authz"
13942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13943 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules config.status"
13944 ac_config_files="$ac_config_files dlls/authz/Makefile"
13946 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13947 avicap32/libavicap32.$IMPLIBEXT"
13948 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13949 avicap32/libavicap32.def avicap32/libavicap32.a avicap32/libavicap32.cross.a: avicap32/avicap32.spec \$(WINEBUILD)
13950 @cd avicap32 && \$(MAKE) \`basename \$@\`"
13951 ALL_MAKEFILES="$ALL_MAKEFILES \\
13952 dlls/avicap32/Makefile"
13953 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13954 avicap32"
13955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13956 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules config.status"
13957 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13959 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13960 avifil32/libavifil32.$IMPLIBEXT"
13961 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13962 avifil32/libavifil32.def avifil32/libavifil32.a avifil32/libavifil32.cross.a: avifil32/avifil32.spec \$(WINEBUILD)
13963 @cd avifil32 && \$(MAKE) \`basename \$@\`"
13964 ALL_MAKEFILES="$ALL_MAKEFILES \\
13965 dlls/avifil32/Makefile"
13966 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13967 avifil32"
13968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13969 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules config.status"
13970 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13972 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
13973 avifil32_test.exe"
13974 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
13975 avifil32_test.exe: \$(TOPOBJDIR)/dlls/avifil32/tests/avifil32_test.exe$DLLEXT
13976 cp \$(TOPOBJDIR)/dlls/avifil32/tests/avifil32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13977 avifil32_test.rc:
13978 echo \"avifil32_test.exe TESTRES \\\"avifil32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13979 avifil32_test.res: avifil32_test.rc avifil32_test.exe"
13980 ALL_MAKEFILES="$ALL_MAKEFILES \\
13981 dlls/avifil32/tests/Makefile"
13982 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13983 avifil32/tests"
13984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13985 dlls/avifil32/tests/Makefile: dlls/avifil32/tests/Makefile.in dlls/Maketest.rules config.status"
13986 ac_config_files="$ac_config_files dlls/avifil32/tests/Makefile"
13988 ALL_MAKEFILES="$ALL_MAKEFILES \\
13989 dlls/avifile.dll16/Makefile"
13990 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13991 avifile.dll16"
13992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13993 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules config.status"
13994 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
13996 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13997 avrt/libavrt.$IMPLIBEXT"
13998 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13999 avrt/libavrt.def avrt/libavrt.a avrt/libavrt.cross.a: avrt/avrt.spec \$(WINEBUILD)
14000 @cd avrt && \$(MAKE) \`basename \$@\`"
14001 ALL_MAKEFILES="$ALL_MAKEFILES \\
14002 dlls/avrt/Makefile"
14003 test "x$enable_avrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14004 avrt"
14005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14006 dlls/avrt/Makefile: dlls/avrt/Makefile.in dlls/Makedll.rules config.status"
14007 ac_config_files="$ac_config_files dlls/avrt/Makefile"
14009 ALL_MAKEFILES="$ALL_MAKEFILES \\
14010 dlls/bcrypt/Makefile"
14011 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14012 bcrypt"
14013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14014 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules config.status"
14015 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
14017 ALL_MAKEFILES="$ALL_MAKEFILES \\
14018 dlls/browseui/Makefile"
14019 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14020 browseui"
14021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14022 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules config.status"
14023 ac_config_files="$ac_config_files dlls/browseui/Makefile"
14025 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14026 browseui_test.exe"
14027 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14028 browseui_test.exe: \$(TOPOBJDIR)/dlls/browseui/tests/browseui_test.exe$DLLEXT
14029 cp \$(TOPOBJDIR)/dlls/browseui/tests/browseui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14030 browseui_test.rc:
14031 echo \"browseui_test.exe TESTRES \\\"browseui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14032 browseui_test.res: browseui_test.rc browseui_test.exe"
14033 ALL_MAKEFILES="$ALL_MAKEFILES \\
14034 dlls/browseui/tests/Makefile"
14035 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14036 browseui/tests"
14037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14038 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules config.status"
14039 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
14041 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14042 cabinet/libcabinet.$IMPLIBEXT"
14043 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14044 cabinet/libcabinet.def cabinet/libcabinet.a cabinet/libcabinet.cross.a: cabinet/cabinet.spec \$(WINEBUILD)
14045 @cd cabinet && \$(MAKE) \`basename \$@\`"
14046 ALL_MAKEFILES="$ALL_MAKEFILES \\
14047 dlls/cabinet/Makefile"
14048 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14049 cabinet"
14050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14051 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules config.status"
14052 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
14054 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14055 cabinet_test.exe"
14056 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14057 cabinet_test.exe: \$(TOPOBJDIR)/dlls/cabinet/tests/cabinet_test.exe$DLLEXT
14058 cp \$(TOPOBJDIR)/dlls/cabinet/tests/cabinet_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14059 cabinet_test.rc:
14060 echo \"cabinet_test.exe TESTRES \\\"cabinet_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14061 cabinet_test.res: cabinet_test.rc cabinet_test.exe"
14062 ALL_MAKEFILES="$ALL_MAKEFILES \\
14063 dlls/cabinet/tests/Makefile"
14064 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14065 cabinet/tests"
14066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14067 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules config.status"
14068 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
14070 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14071 capi2032/libcapi2032.$IMPLIBEXT"
14072 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14073 capi2032/libcapi2032.def capi2032/libcapi2032.a capi2032/libcapi2032.cross.a: capi2032/capi2032.spec \$(WINEBUILD)
14074 @cd capi2032 && \$(MAKE) \`basename \$@\`"
14075 ALL_MAKEFILES="$ALL_MAKEFILES \\
14076 dlls/capi2032/Makefile"
14077 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14078 capi2032"
14079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14080 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules config.status"
14081 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
14083 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14084 cards/libcards.$IMPLIBEXT"
14085 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14086 cards/libcards.def cards/libcards.a cards/libcards.cross.a: cards/cards.spec \$(WINEBUILD)
14087 @cd cards && \$(MAKE) \`basename \$@\`"
14088 ALL_MAKEFILES="$ALL_MAKEFILES \\
14089 dlls/cards/Makefile"
14090 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14091 cards"
14092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14093 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules config.status"
14094 ac_config_files="$ac_config_files dlls/cards/Makefile"
14096 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14097 cfgmgr32/libcfgmgr32.$IMPLIBEXT"
14098 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14099 cfgmgr32/libcfgmgr32.def cfgmgr32/libcfgmgr32.a cfgmgr32/libcfgmgr32.cross.a: cfgmgr32/cfgmgr32.spec \$(WINEBUILD)
14100 @cd cfgmgr32 && \$(MAKE) \`basename \$@\`"
14101 ALL_MAKEFILES="$ALL_MAKEFILES \\
14102 dlls/cfgmgr32/Makefile"
14103 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14104 cfgmgr32"
14105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14106 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules config.status"
14107 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
14109 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14110 clusapi/libclusapi.$IMPLIBEXT"
14111 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14112 clusapi/libclusapi.def clusapi/libclusapi.a clusapi/libclusapi.cross.a: clusapi/clusapi.spec \$(WINEBUILD)
14113 @cd clusapi && \$(MAKE) \`basename \$@\`"
14114 ALL_MAKEFILES="$ALL_MAKEFILES \\
14115 dlls/clusapi/Makefile"
14116 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14117 clusapi"
14118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14119 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules config.status"
14120 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
14122 ALL_MAKEFILES="$ALL_MAKEFILES \\
14123 dlls/comcat/Makefile"
14124 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14125 comcat"
14126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14127 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules config.status"
14128 ac_config_files="$ac_config_files dlls/comcat/Makefile"
14130 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14131 comcat_test.exe"
14132 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14133 comcat_test.exe: \$(TOPOBJDIR)/dlls/comcat/tests/comcat_test.exe$DLLEXT
14134 cp \$(TOPOBJDIR)/dlls/comcat/tests/comcat_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14135 comcat_test.rc:
14136 echo \"comcat_test.exe TESTRES \\\"comcat_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14137 comcat_test.res: comcat_test.rc comcat_test.exe"
14138 ALL_MAKEFILES="$ALL_MAKEFILES \\
14139 dlls/comcat/tests/Makefile"
14140 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14141 comcat/tests"
14142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14143 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules config.status"
14144 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
14146 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14147 comctl32/libcomctl32.$IMPLIBEXT"
14148 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14149 comctl32/libcomctl32.def comctl32/libcomctl32.a comctl32/libcomctl32.cross.a: comctl32/comctl32.spec \$(WINEBUILD)
14150 @cd comctl32 && \$(MAKE) \`basename \$@\`"
14151 ALL_MAKEFILES="$ALL_MAKEFILES \\
14152 dlls/comctl32/Makefile"
14153 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14154 comctl32"
14155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14156 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules config.status"
14157 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
14159 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14160 comctl32_test.exe"
14161 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14162 comctl32_test.exe: \$(TOPOBJDIR)/dlls/comctl32/tests/comctl32_test.exe$DLLEXT
14163 cp \$(TOPOBJDIR)/dlls/comctl32/tests/comctl32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14164 comctl32_test.rc:
14165 echo \"comctl32_test.exe TESTRES \\\"comctl32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14166 comctl32_test.res: comctl32_test.rc comctl32_test.exe"
14167 ALL_MAKEFILES="$ALL_MAKEFILES \\
14168 dlls/comctl32/tests/Makefile"
14169 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14170 comctl32/tests"
14171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14172 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules config.status"
14173 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
14175 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14176 comdlg32/libcomdlg32.$IMPLIBEXT"
14177 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14178 comdlg32/libcomdlg32.def comdlg32/libcomdlg32.a comdlg32/libcomdlg32.cross.a: comdlg32/comdlg32.spec \$(WINEBUILD)
14179 @cd comdlg32 && \$(MAKE) \`basename \$@\`"
14180 ALL_MAKEFILES="$ALL_MAKEFILES \\
14181 dlls/comdlg32/Makefile"
14182 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14183 comdlg32"
14184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14185 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules config.status"
14186 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
14188 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14189 comdlg32_test.exe"
14190 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14191 comdlg32_test.exe: \$(TOPOBJDIR)/dlls/comdlg32/tests/comdlg32_test.exe$DLLEXT
14192 cp \$(TOPOBJDIR)/dlls/comdlg32/tests/comdlg32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14193 comdlg32_test.rc:
14194 echo \"comdlg32_test.exe TESTRES \\\"comdlg32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14195 comdlg32_test.res: comdlg32_test.rc comdlg32_test.exe"
14196 ALL_MAKEFILES="$ALL_MAKEFILES \\
14197 dlls/comdlg32/tests/Makefile"
14198 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14199 comdlg32/tests"
14200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14201 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules config.status"
14202 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
14204 ALL_MAKEFILES="$ALL_MAKEFILES \\
14205 dlls/comm.drv16/Makefile"
14206 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14207 comm.drv16"
14208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14209 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules config.status"
14210 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
14212 ALL_MAKEFILES="$ALL_MAKEFILES \\
14213 dlls/commdlg.dll16/Makefile"
14214 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14215 commdlg.dll16"
14216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14217 dlls/commdlg.dll16/Makefile: dlls/commdlg.dll16/Makefile.in dlls/Makedll.rules config.status"
14218 ac_config_files="$ac_config_files dlls/commdlg.dll16/Makefile"
14220 ALL_MAKEFILES="$ALL_MAKEFILES \\
14221 dlls/compobj.dll16/Makefile"
14222 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14223 compobj.dll16"
14224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14225 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules config.status"
14226 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
14228 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14229 compstui/libcompstui.$IMPLIBEXT"
14230 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14231 compstui/libcompstui.def compstui/libcompstui.a compstui/libcompstui.cross.a: compstui/compstui.spec \$(WINEBUILD)
14232 @cd compstui && \$(MAKE) \`basename \$@\`"
14233 ALL_MAKEFILES="$ALL_MAKEFILES \\
14234 dlls/compstui/Makefile"
14235 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14236 compstui"
14237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14238 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules config.status"
14239 ac_config_files="$ac_config_files dlls/compstui/Makefile"
14241 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14242 credui/libcredui.$IMPLIBEXT"
14243 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14244 credui/libcredui.def credui/libcredui.a credui/libcredui.cross.a: credui/credui.spec \$(WINEBUILD)
14245 @cd credui && \$(MAKE) \`basename \$@\`"
14246 ALL_MAKEFILES="$ALL_MAKEFILES \\
14247 dlls/credui/Makefile"
14248 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14249 credui"
14250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14251 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules config.status"
14252 ac_config_files="$ac_config_files dlls/credui/Makefile"
14254 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14255 credui_test.exe"
14256 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14257 credui_test.exe: \$(TOPOBJDIR)/dlls/credui/tests/credui_test.exe$DLLEXT
14258 cp \$(TOPOBJDIR)/dlls/credui/tests/credui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14259 credui_test.rc:
14260 echo \"credui_test.exe TESTRES \\\"credui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14261 credui_test.res: credui_test.rc credui_test.exe"
14262 ALL_MAKEFILES="$ALL_MAKEFILES \\
14263 dlls/credui/tests/Makefile"
14264 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14265 credui/tests"
14266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14267 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules config.status"
14268 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14270 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14271 crtdll/libcrtdll.$IMPLIBEXT"
14272 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14273 crtdll/libcrtdll.def crtdll/libcrtdll.a crtdll/libcrtdll.cross.a: crtdll/crtdll.spec \$(WINEBUILD)
14274 @cd crtdll && \$(MAKE) \`basename \$@\`"
14275 ALL_MAKEFILES="$ALL_MAKEFILES \\
14276 dlls/crtdll/Makefile"
14277 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14278 crtdll"
14279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14280 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules config.status"
14281 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14283 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14284 crypt32/libcrypt32.$IMPLIBEXT"
14285 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14286 crypt32/libcrypt32.def crypt32/libcrypt32.a crypt32/libcrypt32.cross.a: crypt32/crypt32.spec \$(WINEBUILD)
14287 @cd crypt32 && \$(MAKE) \`basename \$@\`"
14288 ALL_MAKEFILES="$ALL_MAKEFILES \\
14289 dlls/crypt32/Makefile"
14290 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14291 crypt32"
14292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14293 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules config.status"
14294 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14296 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14297 crypt32_test.exe"
14298 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14299 crypt32_test.exe: \$(TOPOBJDIR)/dlls/crypt32/tests/crypt32_test.exe$DLLEXT
14300 cp \$(TOPOBJDIR)/dlls/crypt32/tests/crypt32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14301 crypt32_test.rc:
14302 echo \"crypt32_test.exe TESTRES \\\"crypt32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14303 crypt32_test.res: crypt32_test.rc crypt32_test.exe"
14304 ALL_MAKEFILES="$ALL_MAKEFILES \\
14305 dlls/crypt32/tests/Makefile"
14306 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14307 crypt32/tests"
14308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14309 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules config.status"
14310 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14312 ALL_MAKEFILES="$ALL_MAKEFILES \\
14313 dlls/cryptdlg/Makefile"
14314 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14315 cryptdlg"
14316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14317 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules config.status"
14318 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14320 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14321 cryptdll/libcryptdll.$IMPLIBEXT"
14322 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14323 cryptdll/libcryptdll.def cryptdll/libcryptdll.a cryptdll/libcryptdll.cross.a: cryptdll/cryptdll.spec \$(WINEBUILD)
14324 @cd cryptdll && \$(MAKE) \`basename \$@\`"
14325 ALL_MAKEFILES="$ALL_MAKEFILES \\
14326 dlls/cryptdll/Makefile"
14327 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14328 cryptdll"
14329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14330 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules config.status"
14331 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14333 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14334 cryptnet/libcryptnet.$IMPLIBEXT"
14335 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14336 cryptnet/libcryptnet.def cryptnet/libcryptnet.a cryptnet/libcryptnet.cross.a: cryptnet/cryptnet.spec \$(WINEBUILD)
14337 @cd cryptnet && \$(MAKE) \`basename \$@\`"
14338 ALL_MAKEFILES="$ALL_MAKEFILES \\
14339 dlls/cryptnet/Makefile"
14340 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14341 cryptnet"
14342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14343 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules config.status"
14344 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14346 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14347 cryptnet_test.exe"
14348 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14349 cryptnet_test.exe: \$(TOPOBJDIR)/dlls/cryptnet/tests/cryptnet_test.exe$DLLEXT
14350 cp \$(TOPOBJDIR)/dlls/cryptnet/tests/cryptnet_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14351 cryptnet_test.rc:
14352 echo \"cryptnet_test.exe TESTRES \\\"cryptnet_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14353 cryptnet_test.res: cryptnet_test.rc cryptnet_test.exe"
14354 ALL_MAKEFILES="$ALL_MAKEFILES \\
14355 dlls/cryptnet/tests/Makefile"
14356 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14357 cryptnet/tests"
14358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14359 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules config.status"
14360 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14362 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14363 cryptui/libcryptui.$IMPLIBEXT"
14364 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14365 cryptui/libcryptui.def cryptui/libcryptui.a cryptui/libcryptui.cross.a: cryptui/cryptui.spec \$(WINEBUILD)
14366 @cd cryptui && \$(MAKE) \`basename \$@\`"
14367 ALL_MAKEFILES="$ALL_MAKEFILES \\
14368 dlls/cryptui/Makefile"
14369 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14370 cryptui"
14371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14372 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules config.status"
14373 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14375 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14376 cryptui_test.exe"
14377 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14378 cryptui_test.exe: \$(TOPOBJDIR)/dlls/cryptui/tests/cryptui_test.exe$DLLEXT
14379 cp \$(TOPOBJDIR)/dlls/cryptui/tests/cryptui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14380 cryptui_test.rc:
14381 echo \"cryptui_test.exe TESTRES \\\"cryptui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14382 cryptui_test.res: cryptui_test.rc cryptui_test.exe"
14383 ALL_MAKEFILES="$ALL_MAKEFILES \\
14384 dlls/cryptui/tests/Makefile"
14385 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14386 cryptui/tests"
14387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14388 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules config.status"
14389 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14391 ALL_MAKEFILES="$ALL_MAKEFILES \\
14392 dlls/ctapi32/Makefile"
14393 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14394 ctapi32"
14395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14396 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules config.status"
14397 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14399 ALL_MAKEFILES="$ALL_MAKEFILES \\
14400 dlls/ctl3d.dll16/Makefile"
14401 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14402 ctl3d.dll16"
14403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14404 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules config.status"
14405 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14407 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14408 ctl3d32/libctl3d32.$IMPLIBEXT"
14409 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14410 ctl3d32/libctl3d32.def ctl3d32/libctl3d32.a ctl3d32/libctl3d32.cross.a: ctl3d32/ctl3d32.spec \$(WINEBUILD)
14411 @cd ctl3d32 && \$(MAKE) \`basename \$@\`"
14412 ALL_MAKEFILES="$ALL_MAKEFILES \\
14413 dlls/ctl3d32/Makefile"
14414 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14415 ctl3d32"
14416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14417 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules config.status"
14418 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14420 ALL_MAKEFILES="$ALL_MAKEFILES \\
14421 dlls/ctl3dv2.dll16/Makefile"
14422 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14423 ctl3dv2.dll16"
14424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14425 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules config.status"
14426 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14428 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14429 d3d10/libd3d10.$IMPLIBEXT"
14430 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14431 d3d10/libd3d10.def d3d10/libd3d10.a d3d10/libd3d10.cross.a: d3d10/d3d10.spec \$(WINEBUILD)
14432 @cd d3d10 && \$(MAKE) \`basename \$@\`"
14433 ALL_MAKEFILES="$ALL_MAKEFILES \\
14434 dlls/d3d10/Makefile"
14435 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14436 d3d10"
14437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14438 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules config.status"
14439 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14441 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14442 d3d10_test.exe"
14443 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14444 d3d10_test.exe: \$(TOPOBJDIR)/dlls/d3d10/tests/d3d10_test.exe$DLLEXT
14445 cp \$(TOPOBJDIR)/dlls/d3d10/tests/d3d10_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14446 d3d10_test.rc:
14447 echo \"d3d10_test.exe TESTRES \\\"d3d10_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14448 d3d10_test.res: d3d10_test.rc d3d10_test.exe"
14449 ALL_MAKEFILES="$ALL_MAKEFILES \\
14450 dlls/d3d10/tests/Makefile"
14451 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14452 d3d10/tests"
14453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14454 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules config.status"
14455 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14457 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14458 d3d10core/libd3d10core.$IMPLIBEXT"
14459 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14460 d3d10core/libd3d10core.def d3d10core/libd3d10core.a d3d10core/libd3d10core.cross.a: d3d10core/d3d10core.spec \$(WINEBUILD)
14461 @cd d3d10core && \$(MAKE) \`basename \$@\`"
14462 ALL_MAKEFILES="$ALL_MAKEFILES \\
14463 dlls/d3d10core/Makefile"
14464 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14465 d3d10core"
14466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14467 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules config.status"
14468 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14470 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14471 d3d10core_test.exe"
14472 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14473 d3d10core_test.exe: \$(TOPOBJDIR)/dlls/d3d10core/tests/d3d10core_test.exe$DLLEXT
14474 cp \$(TOPOBJDIR)/dlls/d3d10core/tests/d3d10core_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14475 d3d10core_test.rc:
14476 echo \"d3d10core_test.exe TESTRES \\\"d3d10core_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14477 d3d10core_test.res: d3d10core_test.rc d3d10core_test.exe"
14478 ALL_MAKEFILES="$ALL_MAKEFILES \\
14479 dlls/d3d10core/tests/Makefile"
14480 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14481 d3d10core/tests"
14482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14483 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules config.status"
14484 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14486 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14487 d3d8/libd3d8.$IMPLIBEXT"
14488 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14489 d3d8/libd3d8.def d3d8/libd3d8.a d3d8/libd3d8.cross.a: d3d8/d3d8.spec \$(WINEBUILD)
14490 @cd d3d8 && \$(MAKE) \`basename \$@\`"
14491 ALL_MAKEFILES="$ALL_MAKEFILES \\
14492 dlls/d3d8/Makefile"
14493 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14494 d3d8"
14495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14496 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules config.status"
14497 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14499 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14500 d3d8_test.exe"
14501 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14502 d3d8_test.exe: \$(TOPOBJDIR)/dlls/d3d8/tests/d3d8_test.exe$DLLEXT
14503 cp \$(TOPOBJDIR)/dlls/d3d8/tests/d3d8_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14504 d3d8_test.rc:
14505 echo \"d3d8_test.exe TESTRES \\\"d3d8_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14506 d3d8_test.res: d3d8_test.rc d3d8_test.exe"
14507 ALL_MAKEFILES="$ALL_MAKEFILES \\
14508 dlls/d3d8/tests/Makefile"
14509 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14510 d3d8/tests"
14511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14512 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules config.status"
14513 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14515 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14516 d3d9/libd3d9.$IMPLIBEXT"
14517 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14518 d3d9/libd3d9.def d3d9/libd3d9.a d3d9/libd3d9.cross.a: d3d9/d3d9.spec \$(WINEBUILD)
14519 @cd d3d9 && \$(MAKE) \`basename \$@\`"
14520 ALL_MAKEFILES="$ALL_MAKEFILES \\
14521 dlls/d3d9/Makefile"
14522 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14523 d3d9"
14524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14525 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules config.status"
14526 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14528 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14529 d3d9_test.exe"
14530 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14531 d3d9_test.exe: \$(TOPOBJDIR)/dlls/d3d9/tests/d3d9_test.exe$DLLEXT
14532 cp \$(TOPOBJDIR)/dlls/d3d9/tests/d3d9_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14533 d3d9_test.rc:
14534 echo \"d3d9_test.exe TESTRES \\\"d3d9_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14535 d3d9_test.res: d3d9_test.rc d3d9_test.exe"
14536 ALL_MAKEFILES="$ALL_MAKEFILES \\
14537 dlls/d3d9/tests/Makefile"
14538 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14539 d3d9/tests"
14540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14541 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules config.status"
14542 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14544 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14545 d3dim/libd3dim.$IMPLIBEXT"
14546 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14547 d3dim/libd3dim.def d3dim/libd3dim.a d3dim/libd3dim.cross.a: d3dim/d3dim.spec \$(WINEBUILD)
14548 @cd d3dim && \$(MAKE) \`basename \$@\`"
14549 ALL_MAKEFILES="$ALL_MAKEFILES \\
14550 dlls/d3dim/Makefile"
14551 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14552 d3dim"
14553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14554 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules config.status"
14555 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14557 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14558 d3drm/libd3drm.$IMPLIBEXT"
14559 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14560 d3drm/libd3drm.def d3drm/libd3drm.a d3drm/libd3drm.cross.a: d3drm/d3drm.spec \$(WINEBUILD)
14561 @cd d3drm && \$(MAKE) \`basename \$@\`"
14562 ALL_MAKEFILES="$ALL_MAKEFILES \\
14563 dlls/d3drm/Makefile"
14564 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14565 d3drm"
14566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14567 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules config.status"
14568 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14570 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14571 d3drm_test.exe"
14572 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14573 d3drm_test.exe: \$(TOPOBJDIR)/dlls/d3drm/tests/d3drm_test.exe$DLLEXT
14574 cp \$(TOPOBJDIR)/dlls/d3drm/tests/d3drm_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14575 d3drm_test.rc:
14576 echo \"d3drm_test.exe TESTRES \\\"d3drm_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14577 d3drm_test.res: d3drm_test.rc d3drm_test.exe"
14578 ALL_MAKEFILES="$ALL_MAKEFILES \\
14579 dlls/d3drm/tests/Makefile"
14580 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14581 d3drm/tests"
14582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14583 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules config.status"
14584 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14586 ALL_MAKEFILES="$ALL_MAKEFILES \\
14587 dlls/d3dx9_24/Makefile"
14588 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14589 d3dx9_24"
14590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14591 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules config.status"
14592 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14594 ALL_MAKEFILES="$ALL_MAKEFILES \\
14595 dlls/d3dx9_25/Makefile"
14596 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14597 d3dx9_25"
14598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14599 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules config.status"
14600 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14602 ALL_MAKEFILES="$ALL_MAKEFILES \\
14603 dlls/d3dx9_26/Makefile"
14604 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14605 d3dx9_26"
14606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14607 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules config.status"
14608 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14610 ALL_MAKEFILES="$ALL_MAKEFILES \\
14611 dlls/d3dx9_27/Makefile"
14612 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14613 d3dx9_27"
14614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14615 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules config.status"
14616 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14618 ALL_MAKEFILES="$ALL_MAKEFILES \\
14619 dlls/d3dx9_28/Makefile"
14620 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14621 d3dx9_28"
14622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14623 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules config.status"
14624 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14626 ALL_MAKEFILES="$ALL_MAKEFILES \\
14627 dlls/d3dx9_29/Makefile"
14628 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14629 d3dx9_29"
14630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14631 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules config.status"
14632 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14634 ALL_MAKEFILES="$ALL_MAKEFILES \\
14635 dlls/d3dx9_30/Makefile"
14636 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14637 d3dx9_30"
14638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14639 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules config.status"
14640 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14642 ALL_MAKEFILES="$ALL_MAKEFILES \\
14643 dlls/d3dx9_31/Makefile"
14644 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14645 d3dx9_31"
14646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14647 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules config.status"
14648 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14650 ALL_MAKEFILES="$ALL_MAKEFILES \\
14651 dlls/d3dx9_32/Makefile"
14652 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14653 d3dx9_32"
14654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14655 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules config.status"
14656 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14658 ALL_MAKEFILES="$ALL_MAKEFILES \\
14659 dlls/d3dx9_33/Makefile"
14660 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14661 d3dx9_33"
14662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14663 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules config.status"
14664 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14666 ALL_MAKEFILES="$ALL_MAKEFILES \\
14667 dlls/d3dx9_34/Makefile"
14668 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14669 d3dx9_34"
14670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14671 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules config.status"
14672 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14674 ALL_MAKEFILES="$ALL_MAKEFILES \\
14675 dlls/d3dx9_35/Makefile"
14676 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14677 d3dx9_35"
14678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14679 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules config.status"
14680 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14682 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14683 d3dx9_36/libd3dx9.$IMPLIBEXT \\
14684 libd3dx9.$IMPLIBEXT"
14685 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14686 libd3dx9.a: d3dx9_36/libd3dx9.a
14687 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.a \$@
14688 libd3dx9.cross.a: d3dx9_36/libd3dx9.cross.a
14689 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.cross.a \$@
14690 libd3dx9.def: d3dx9_36/libd3dx9.def
14691 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.def \$@
14692 clean::
14693 \$(RM) libd3dx9.def
14694 d3dx9_36/libd3dx9.def d3dx9_36/libd3dx9.a d3dx9_36/libd3dx9.cross.a: d3dx9_36/d3dx9_36.spec \$(WINEBUILD)
14695 @cd d3dx9_36 && \$(MAKE) \`basename \$@\`"
14696 ALL_MAKEFILES="$ALL_MAKEFILES \\
14697 dlls/d3dx9_36/Makefile"
14698 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14699 d3dx9_36"
14700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14701 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules config.status"
14702 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14704 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14705 d3dx9_36_test.exe"
14706 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14707 d3dx9_36_test.exe: \$(TOPOBJDIR)/dlls/d3dx9_36/tests/d3dx9_36_test.exe$DLLEXT
14708 cp \$(TOPOBJDIR)/dlls/d3dx9_36/tests/d3dx9_36_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14709 d3dx9_36_test.rc:
14710 echo \"d3dx9_36_test.exe TESTRES \\\"d3dx9_36_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14711 d3dx9_36_test.res: d3dx9_36_test.rc d3dx9_36_test.exe"
14712 ALL_MAKEFILES="$ALL_MAKEFILES \\
14713 dlls/d3dx9_36/tests/Makefile"
14714 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14715 d3dx9_36/tests"
14716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14717 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules config.status"
14718 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14720 ALL_MAKEFILES="$ALL_MAKEFILES \\
14721 dlls/d3dx9_37/Makefile"
14722 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14723 d3dx9_37"
14724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14725 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules config.status"
14726 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14728 ALL_MAKEFILES="$ALL_MAKEFILES \\
14729 dlls/d3dx9_38/Makefile"
14730 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14731 d3dx9_38"
14732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14733 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules config.status"
14734 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14736 ALL_MAKEFILES="$ALL_MAKEFILES \\
14737 dlls/d3dx9_39/Makefile"
14738 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14739 d3dx9_39"
14740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14741 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules config.status"
14742 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14744 ALL_MAKEFILES="$ALL_MAKEFILES \\
14745 dlls/d3dx9_40/Makefile"
14746 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14747 d3dx9_40"
14748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14749 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules config.status"
14750 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14752 ALL_MAKEFILES="$ALL_MAKEFILES \\
14753 dlls/d3dx9_41/Makefile"
14754 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14755 d3dx9_41"
14756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14757 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules config.status"
14758 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14760 ALL_MAKEFILES="$ALL_MAKEFILES \\
14761 dlls/d3dx9_42/Makefile"
14762 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14763 d3dx9_42"
14764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14765 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules config.status"
14766 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
14768 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14769 d3dxof/libd3dxof.$IMPLIBEXT"
14770 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14771 d3dxof/libd3dxof.def d3dxof/libd3dxof.a d3dxof/libd3dxof.cross.a: d3dxof/d3dxof.spec \$(WINEBUILD)
14772 @cd d3dxof && \$(MAKE) \`basename \$@\`"
14773 ALL_MAKEFILES="$ALL_MAKEFILES \\
14774 dlls/d3dxof/Makefile"
14775 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14776 d3dxof"
14777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14778 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules config.status"
14779 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14781 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14782 d3dxof_test.exe"
14783 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14784 d3dxof_test.exe: \$(TOPOBJDIR)/dlls/d3dxof/tests/d3dxof_test.exe$DLLEXT
14785 cp \$(TOPOBJDIR)/dlls/d3dxof/tests/d3dxof_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14786 d3dxof_test.rc:
14787 echo \"d3dxof_test.exe TESTRES \\\"d3dxof_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14788 d3dxof_test.res: d3dxof_test.rc d3dxof_test.exe"
14789 ALL_MAKEFILES="$ALL_MAKEFILES \\
14790 dlls/d3dxof/tests/Makefile"
14791 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14792 d3dxof/tests"
14793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14794 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules config.status"
14795 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14797 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14798 dbghelp/libdbghelp.$IMPLIBEXT"
14799 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14800 dbghelp/libdbghelp.def dbghelp/libdbghelp.a dbghelp/libdbghelp.cross.a: dbghelp/dbghelp.spec \$(WINEBUILD)
14801 @cd dbghelp && \$(MAKE) \`basename \$@\`"
14802 ALL_MAKEFILES="$ALL_MAKEFILES \\
14803 dlls/dbghelp/Makefile"
14804 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14805 dbghelp"
14806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14807 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules config.status"
14808 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14810 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14811 dciman32/libdciman32.$IMPLIBEXT"
14812 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14813 dciman32/libdciman32.def dciman32/libdciman32.a dciman32/libdciman32.cross.a: dciman32/dciman32.spec \$(WINEBUILD)
14814 @cd dciman32 && \$(MAKE) \`basename \$@\`"
14815 ALL_MAKEFILES="$ALL_MAKEFILES \\
14816 dlls/dciman32/Makefile"
14817 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14818 dciman32"
14819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14820 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules config.status"
14821 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14823 ALL_MAKEFILES="$ALL_MAKEFILES \\
14824 dlls/ddeml.dll16/Makefile"
14825 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14826 ddeml.dll16"
14827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14828 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules config.status"
14829 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14831 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14832 ddraw/libddraw.$IMPLIBEXT"
14833 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14834 ddraw/libddraw.def ddraw/libddraw.a ddraw/libddraw.cross.a: ddraw/ddraw.spec \$(WINEBUILD)
14835 @cd ddraw && \$(MAKE) \`basename \$@\`"
14836 ALL_MAKEFILES="$ALL_MAKEFILES \\
14837 dlls/ddraw/Makefile"
14838 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14839 ddraw"
14840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14841 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules config.status"
14842 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14844 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14845 ddraw_test.exe"
14846 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14847 ddraw_test.exe: \$(TOPOBJDIR)/dlls/ddraw/tests/ddraw_test.exe$DLLEXT
14848 cp \$(TOPOBJDIR)/dlls/ddraw/tests/ddraw_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14849 ddraw_test.rc:
14850 echo \"ddraw_test.exe TESTRES \\\"ddraw_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14851 ddraw_test.res: ddraw_test.rc ddraw_test.exe"
14852 ALL_MAKEFILES="$ALL_MAKEFILES \\
14853 dlls/ddraw/tests/Makefile"
14854 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14855 ddraw/tests"
14856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14857 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules config.status"
14858 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14860 ALL_MAKEFILES="$ALL_MAKEFILES \\
14861 dlls/ddrawex/Makefile"
14862 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14863 ddrawex"
14864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14865 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules config.status"
14866 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14868 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14869 ddrawex_test.exe"
14870 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14871 ddrawex_test.exe: \$(TOPOBJDIR)/dlls/ddrawex/tests/ddrawex_test.exe$DLLEXT
14872 cp \$(TOPOBJDIR)/dlls/ddrawex/tests/ddrawex_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14873 ddrawex_test.rc:
14874 echo \"ddrawex_test.exe TESTRES \\\"ddrawex_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14875 ddrawex_test.res: ddrawex_test.rc ddrawex_test.exe"
14876 ALL_MAKEFILES="$ALL_MAKEFILES \\
14877 dlls/ddrawex/tests/Makefile"
14878 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14879 ddrawex/tests"
14880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14881 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules config.status"
14882 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14884 ALL_MAKEFILES="$ALL_MAKEFILES \\
14885 dlls/devenum/Makefile"
14886 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14887 devenum"
14888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14889 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules config.status"
14890 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14892 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14893 dinput/libdinput.$IMPLIBEXT \\
14894 dinput/libdinput.$STATIC_IMPLIBEXT"
14895 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14896 dinput/libdinput.def: dinput/dinput.spec \$(WINEBUILD)
14897 @cd dinput && \$(MAKE) \`basename \$@\`
14898 dinput/libdinput.$STATIC_IMPLIBEXT dinput/libdinput.cross.a: dummy
14899 @cd dinput && \$(MAKE) \`basename \$@\`"
14900 ALL_MAKEFILES="$ALL_MAKEFILES \\
14901 dlls/dinput/Makefile"
14902 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14903 dinput"
14904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14905 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules config.status"
14906 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14908 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14909 dinput_test.exe"
14910 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14911 dinput_test.exe: \$(TOPOBJDIR)/dlls/dinput/tests/dinput_test.exe$DLLEXT
14912 cp \$(TOPOBJDIR)/dlls/dinput/tests/dinput_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14913 dinput_test.rc:
14914 echo \"dinput_test.exe TESTRES \\\"dinput_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14915 dinput_test.res: dinput_test.rc dinput_test.exe"
14916 ALL_MAKEFILES="$ALL_MAKEFILES \\
14917 dlls/dinput/tests/Makefile"
14918 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14919 dinput/tests"
14920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14921 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules config.status"
14922 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14924 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14925 dinput8/libdinput8.$IMPLIBEXT"
14926 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14927 dinput8/libdinput8.def dinput8/libdinput8.a dinput8/libdinput8.cross.a: dinput8/dinput8.spec \$(WINEBUILD)
14928 @cd dinput8 && \$(MAKE) \`basename \$@\`"
14929 ALL_MAKEFILES="$ALL_MAKEFILES \\
14930 dlls/dinput8/Makefile"
14931 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14932 dinput8"
14933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14934 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules config.status"
14935 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14937 ALL_MAKEFILES="$ALL_MAKEFILES \\
14938 dlls/dispdib.dll16/Makefile"
14939 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14940 dispdib.dll16"
14941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14942 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules config.status"
14943 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14945 ALL_MAKEFILES="$ALL_MAKEFILES \\
14946 dlls/display.drv16/Makefile"
14947 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14948 display.drv16"
14949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14950 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules config.status"
14951 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14953 ALL_MAKEFILES="$ALL_MAKEFILES \\
14954 dlls/dmband/Makefile"
14955 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14956 dmband"
14957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14958 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules config.status"
14959 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14961 ALL_MAKEFILES="$ALL_MAKEFILES \\
14962 dlls/dmcompos/Makefile"
14963 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14964 dmcompos"
14965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14966 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules config.status"
14967 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14969 ALL_MAKEFILES="$ALL_MAKEFILES \\
14970 dlls/dmime/Makefile"
14971 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14972 dmime"
14973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14974 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules config.status"
14975 ac_config_files="$ac_config_files dlls/dmime/Makefile"
14977 ALL_MAKEFILES="$ALL_MAKEFILES \\
14978 dlls/dmloader/Makefile"
14979 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14980 dmloader"
14981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14982 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules config.status"
14983 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14985 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14986 dmloader_test.exe"
14987 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14988 dmloader_test.exe: \$(TOPOBJDIR)/dlls/dmloader/tests/dmloader_test.exe$DLLEXT
14989 cp \$(TOPOBJDIR)/dlls/dmloader/tests/dmloader_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14990 dmloader_test.rc:
14991 echo \"dmloader_test.exe TESTRES \\\"dmloader_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14992 dmloader_test.res: dmloader_test.rc dmloader_test.exe"
14993 ALL_MAKEFILES="$ALL_MAKEFILES \\
14994 dlls/dmloader/tests/Makefile"
14995 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14996 dmloader/tests"
14997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14998 dlls/dmloader/tests/Makefile: dlls/dmloader/tests/Makefile.in dlls/Maketest.rules config.status"
14999 ac_config_files="$ac_config_files dlls/dmloader/tests/Makefile"
15001 ALL_MAKEFILES="$ALL_MAKEFILES \\
15002 dlls/dmscript/Makefile"
15003 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15004 dmscript"
15005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15006 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules config.status"
15007 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
15009 ALL_MAKEFILES="$ALL_MAKEFILES \\
15010 dlls/dmstyle/Makefile"
15011 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15012 dmstyle"
15013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15014 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules config.status"
15015 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
15017 ALL_MAKEFILES="$ALL_MAKEFILES \\
15018 dlls/dmsynth/Makefile"
15019 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15020 dmsynth"
15021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15022 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules config.status"
15023 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
15025 ALL_MAKEFILES="$ALL_MAKEFILES \\
15026 dlls/dmusic/Makefile"
15027 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15028 dmusic"
15029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15030 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules config.status"
15031 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
15033 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15034 dmusic32/libdmusic32.$IMPLIBEXT"
15035 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15036 dmusic32/libdmusic32.def dmusic32/libdmusic32.a dmusic32/libdmusic32.cross.a: dmusic32/dmusic32.spec \$(WINEBUILD)
15037 @cd dmusic32 && \$(MAKE) \`basename \$@\`"
15038 ALL_MAKEFILES="$ALL_MAKEFILES \\
15039 dlls/dmusic32/Makefile"
15040 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15041 dmusic32"
15042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15043 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules config.status"
15044 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
15046 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15047 dnsapi/libdnsapi.$IMPLIBEXT"
15048 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15049 dnsapi/libdnsapi.def dnsapi/libdnsapi.a dnsapi/libdnsapi.cross.a: dnsapi/dnsapi.spec \$(WINEBUILD)
15050 @cd dnsapi && \$(MAKE) \`basename \$@\`"
15051 ALL_MAKEFILES="$ALL_MAKEFILES \\
15052 dlls/dnsapi/Makefile"
15053 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15054 dnsapi"
15055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15056 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules config.status"
15057 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
15059 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15060 dnsapi_test.exe"
15061 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15062 dnsapi_test.exe: \$(TOPOBJDIR)/dlls/dnsapi/tests/dnsapi_test.exe$DLLEXT
15063 cp \$(TOPOBJDIR)/dlls/dnsapi/tests/dnsapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15064 dnsapi_test.rc:
15065 echo \"dnsapi_test.exe TESTRES \\\"dnsapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15066 dnsapi_test.res: dnsapi_test.rc dnsapi_test.exe"
15067 ALL_MAKEFILES="$ALL_MAKEFILES \\
15068 dlls/dnsapi/tests/Makefile"
15069 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15070 dnsapi/tests"
15071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15072 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules config.status"
15073 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
15075 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15076 dplay/libdplay.$IMPLIBEXT"
15077 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15078 dplay/libdplay.def dplay/libdplay.a dplay/libdplay.cross.a: dplay/dplay.spec \$(WINEBUILD)
15079 @cd dplay && \$(MAKE) \`basename \$@\`"
15080 ALL_MAKEFILES="$ALL_MAKEFILES \\
15081 dlls/dplay/Makefile"
15082 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15083 dplay"
15084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15085 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules config.status"
15086 ac_config_files="$ac_config_files dlls/dplay/Makefile"
15088 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15089 dplayx/libdplayx.$IMPLIBEXT"
15090 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15091 dplayx/libdplayx.def dplayx/libdplayx.a dplayx/libdplayx.cross.a: dplayx/dplayx.spec \$(WINEBUILD)
15092 @cd dplayx && \$(MAKE) \`basename \$@\`"
15093 ALL_MAKEFILES="$ALL_MAKEFILES \\
15094 dlls/dplayx/Makefile"
15095 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15096 dplayx"
15097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15098 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules config.status"
15099 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
15101 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15102 dplayx_test.exe"
15103 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15104 dplayx_test.exe: \$(TOPOBJDIR)/dlls/dplayx/tests/dplayx_test.exe$DLLEXT
15105 cp \$(TOPOBJDIR)/dlls/dplayx/tests/dplayx_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15106 dplayx_test.rc:
15107 echo \"dplayx_test.exe TESTRES \\\"dplayx_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15108 dplayx_test.res: dplayx_test.rc dplayx_test.exe"
15109 ALL_MAKEFILES="$ALL_MAKEFILES \\
15110 dlls/dplayx/tests/Makefile"
15111 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15112 dplayx/tests"
15113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15114 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules config.status"
15115 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
15117 ALL_MAKEFILES="$ALL_MAKEFILES \\
15118 dlls/dpnaddr/Makefile"
15119 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15120 dpnaddr"
15121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15122 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules config.status"
15123 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
15125 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15126 dpnet/libdpnet.$IMPLIBEXT"
15127 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15128 dpnet/libdpnet.def dpnet/libdpnet.a dpnet/libdpnet.cross.a: dpnet/dpnet.spec \$(WINEBUILD)
15129 @cd dpnet && \$(MAKE) \`basename \$@\`"
15130 ALL_MAKEFILES="$ALL_MAKEFILES \\
15131 dlls/dpnet/Makefile"
15132 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15133 dpnet"
15134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15135 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules config.status"
15136 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
15138 ALL_MAKEFILES="$ALL_MAKEFILES \\
15139 dlls/dpnhpast/Makefile"
15140 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15141 dpnhpast"
15142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15143 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules config.status"
15144 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
15146 ALL_MAKEFILES="$ALL_MAKEFILES \\
15147 dlls/dpnlobby/Makefile"
15148 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15149 dpnlobby"
15150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15151 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules config.status"
15152 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
15154 ALL_MAKEFILES="$ALL_MAKEFILES \\
15155 dlls/dpwsockx/Makefile"
15156 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15157 dpwsockx"
15158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15159 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules config.status"
15160 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
15162 ALL_MAKEFILES="$ALL_MAKEFILES \\
15163 dlls/drmclien/Makefile"
15164 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15165 drmclien"
15166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15167 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules config.status"
15168 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
15170 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15171 dsound/libdsound.$IMPLIBEXT"
15172 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15173 dsound/libdsound.def dsound/libdsound.a dsound/libdsound.cross.a: dsound/dsound.spec \$(WINEBUILD)
15174 @cd dsound && \$(MAKE) \`basename \$@\`"
15175 ALL_MAKEFILES="$ALL_MAKEFILES \\
15176 dlls/dsound/Makefile"
15177 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15178 dsound"
15179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15180 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules config.status"
15181 ac_config_files="$ac_config_files dlls/dsound/Makefile"
15183 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15184 dsound_test.exe"
15185 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15186 dsound_test.exe: \$(TOPOBJDIR)/dlls/dsound/tests/dsound_test.exe$DLLEXT
15187 cp \$(TOPOBJDIR)/dlls/dsound/tests/dsound_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15188 dsound_test.rc:
15189 echo \"dsound_test.exe TESTRES \\\"dsound_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15190 dsound_test.res: dsound_test.rc dsound_test.exe"
15191 ALL_MAKEFILES="$ALL_MAKEFILES \\
15192 dlls/dsound/tests/Makefile"
15193 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15194 dsound/tests"
15195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15196 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules config.status"
15197 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
15199 ALL_MAKEFILES="$ALL_MAKEFILES \\
15200 dlls/dssenh/Makefile"
15201 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15202 dssenh"
15203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15204 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules config.status"
15205 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
15207 ALL_MAKEFILES="$ALL_MAKEFILES \\
15208 dlls/dswave/Makefile"
15209 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15210 dswave"
15211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15212 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules config.status"
15213 ac_config_files="$ac_config_files dlls/dswave/Makefile"
15215 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15216 dwmapi/libdwmapi.$IMPLIBEXT"
15217 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15218 dwmapi/libdwmapi.def dwmapi/libdwmapi.a dwmapi/libdwmapi.cross.a: dwmapi/dwmapi.spec \$(WINEBUILD)
15219 @cd dwmapi && \$(MAKE) \`basename \$@\`"
15220 ALL_MAKEFILES="$ALL_MAKEFILES \\
15221 dlls/dwmapi/Makefile"
15222 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15223 dwmapi"
15224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15225 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules config.status"
15226 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
15228 ALL_MAKEFILES="$ALL_MAKEFILES \\
15229 dlls/dxdiagn/Makefile"
15230 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15231 dxdiagn"
15232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15233 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules config.status"
15234 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
15236 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15237 dxdiagn_test.exe"
15238 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15239 dxdiagn_test.exe: \$(TOPOBJDIR)/dlls/dxdiagn/tests/dxdiagn_test.exe$DLLEXT
15240 cp \$(TOPOBJDIR)/dlls/dxdiagn/tests/dxdiagn_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15241 dxdiagn_test.rc:
15242 echo \"dxdiagn_test.exe TESTRES \\\"dxdiagn_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15243 dxdiagn_test.res: dxdiagn_test.rc dxdiagn_test.exe"
15244 ALL_MAKEFILES="$ALL_MAKEFILES \\
15245 dlls/dxdiagn/tests/Makefile"
15246 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15247 dxdiagn/tests"
15248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15249 dlls/dxdiagn/tests/Makefile: dlls/dxdiagn/tests/Makefile.in dlls/Maketest.rules config.status"
15250 ac_config_files="$ac_config_files dlls/dxdiagn/tests/Makefile"
15252 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15253 dxerr8/libdxerr8.a"
15254 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15255 dxerr8/libdxerr8.a: dxerr8
15256 dxerr8/libdxerr8.cross.a: dummy
15257 @cd dxerr8 && \$(MAKE) libdxerr8.cross.a"
15258 ALL_MAKEFILES="$ALL_MAKEFILES \\
15259 dlls/dxerr8/Makefile"
15260 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
15261 dxerr8"
15262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15263 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules config.status"
15264 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
15266 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15267 dxerr9/libdxerr9.a"
15268 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15269 dxerr9/libdxerr9.a: dxerr9
15270 dxerr9/libdxerr9.cross.a: dummy
15271 @cd dxerr9 && \$(MAKE) libdxerr9.cross.a"
15272 ALL_MAKEFILES="$ALL_MAKEFILES \\
15273 dlls/dxerr9/Makefile"
15274 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
15275 dxerr9"
15276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15277 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules config.status"
15278 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
15280 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15281 dxgi/libdxgi.$IMPLIBEXT"
15282 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15283 dxgi/libdxgi.def dxgi/libdxgi.a dxgi/libdxgi.cross.a: dxgi/dxgi.spec \$(WINEBUILD)
15284 @cd dxgi && \$(MAKE) \`basename \$@\`"
15285 ALL_MAKEFILES="$ALL_MAKEFILES \\
15286 dlls/dxgi/Makefile"
15287 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15288 dxgi"
15289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15290 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules config.status"
15291 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
15293 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15294 dxgi_test.exe"
15295 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15296 dxgi_test.exe: \$(TOPOBJDIR)/dlls/dxgi/tests/dxgi_test.exe$DLLEXT
15297 cp \$(TOPOBJDIR)/dlls/dxgi/tests/dxgi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15298 dxgi_test.rc:
15299 echo \"dxgi_test.exe TESTRES \\\"dxgi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15300 dxgi_test.res: dxgi_test.rc dxgi_test.exe"
15301 ALL_MAKEFILES="$ALL_MAKEFILES \\
15302 dlls/dxgi/tests/Makefile"
15303 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15304 dxgi/tests"
15305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15306 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules config.status"
15307 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
15309 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15310 dxguid/libdxguid.a"
15311 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15312 dxguid/libdxguid.a: dxguid
15313 dxguid/libdxguid.cross.a: dummy
15314 @cd dxguid && \$(MAKE) libdxguid.cross.a"
15315 ALL_MAKEFILES="$ALL_MAKEFILES \\
15316 dlls/dxguid/Makefile"
15317 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
15318 dxguid"
15319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15320 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules config.status"
15321 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
15323 ALL_MAKEFILES="$ALL_MAKEFILES \\
15324 dlls/faultrep/Makefile"
15325 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15326 faultrep"
15327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15328 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules config.status"
15329 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
15331 ALL_MAKEFILES="$ALL_MAKEFILES \\
15332 dlls/fltlib/Makefile"
15333 test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15334 fltlib"
15335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15336 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules config.status"
15337 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
15339 ALL_MAKEFILES="$ALL_MAKEFILES \\
15340 dlls/fusion/Makefile"
15341 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15342 fusion"
15343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15344 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules config.status"
15345 ac_config_files="$ac_config_files dlls/fusion/Makefile"
15347 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15348 fusion_test.exe"
15349 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15350 fusion_test.exe: \$(TOPOBJDIR)/dlls/fusion/tests/fusion_test.exe$DLLEXT
15351 cp \$(TOPOBJDIR)/dlls/fusion/tests/fusion_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15352 fusion_test.rc:
15353 echo \"fusion_test.exe TESTRES \\\"fusion_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15354 fusion_test.res: fusion_test.rc fusion_test.exe"
15355 ALL_MAKEFILES="$ALL_MAKEFILES \\
15356 dlls/fusion/tests/Makefile"
15357 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15358 fusion/tests"
15359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15360 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules config.status"
15361 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
15363 ALL_MAKEFILES="$ALL_MAKEFILES \\
15364 dlls/fwpuclnt/Makefile"
15365 test "x$enable_fwpuclnt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15366 fwpuclnt"
15367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15368 dlls/fwpuclnt/Makefile: dlls/fwpuclnt/Makefile.in dlls/Makedll.rules config.status"
15369 ac_config_files="$ac_config_files dlls/fwpuclnt/Makefile"
15371 ALL_MAKEFILES="$ALL_MAKEFILES \\
15372 dlls/gdi.exe16/Makefile"
15373 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15374 gdi.exe16"
15375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15376 dlls/gdi.exe16/Makefile: dlls/gdi.exe16/Makefile.in dlls/Makedll.rules config.status"
15377 ac_config_files="$ac_config_files dlls/gdi.exe16/Makefile"
15379 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15380 gdi32/libgdi32.$IMPLIBEXT"
15381 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15382 gdi32/libgdi32.def gdi32/libgdi32.a gdi32/libgdi32.cross.a: gdi32/gdi32.spec \$(WINEBUILD)
15383 @cd gdi32 && \$(MAKE) \`basename \$@\`"
15384 ALL_MAKEFILES="$ALL_MAKEFILES \\
15385 dlls/gdi32/Makefile"
15386 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15387 gdi32"
15388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15389 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules config.status"
15390 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
15392 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15393 gdi32_test.exe"
15394 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15395 gdi32_test.exe: \$(TOPOBJDIR)/dlls/gdi32/tests/gdi32_test.exe$DLLEXT
15396 cp \$(TOPOBJDIR)/dlls/gdi32/tests/gdi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15397 gdi32_test.rc:
15398 echo \"gdi32_test.exe TESTRES \\\"gdi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15399 gdi32_test.res: gdi32_test.rc gdi32_test.exe"
15400 ALL_MAKEFILES="$ALL_MAKEFILES \\
15401 dlls/gdi32/tests/Makefile"
15402 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15403 gdi32/tests"
15404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15405 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules config.status"
15406 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
15408 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15409 gdiplus/libgdiplus.$IMPLIBEXT"
15410 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15411 gdiplus/libgdiplus.def gdiplus/libgdiplus.a gdiplus/libgdiplus.cross.a: gdiplus/gdiplus.spec \$(WINEBUILD)
15412 @cd gdiplus && \$(MAKE) \`basename \$@\`"
15413 ALL_MAKEFILES="$ALL_MAKEFILES \\
15414 dlls/gdiplus/Makefile"
15415 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15416 gdiplus"
15417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15418 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules config.status"
15419 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
15421 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15422 gdiplus_test.exe"
15423 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15424 gdiplus_test.exe: \$(TOPOBJDIR)/dlls/gdiplus/tests/gdiplus_test.exe$DLLEXT
15425 cp \$(TOPOBJDIR)/dlls/gdiplus/tests/gdiplus_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15426 gdiplus_test.rc:
15427 echo \"gdiplus_test.exe TESTRES \\\"gdiplus_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15428 gdiplus_test.res: gdiplus_test.rc gdiplus_test.exe"
15429 ALL_MAKEFILES="$ALL_MAKEFILES \\
15430 dlls/gdiplus/tests/Makefile"
15431 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15432 gdiplus/tests"
15433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15434 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules config.status"
15435 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
15437 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15438 glu32/libglu32.$IMPLIBEXT"
15439 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15440 glu32/libglu32.def glu32/libglu32.a glu32/libglu32.cross.a: glu32/glu32.spec \$(WINEBUILD)
15441 @cd glu32 && \$(MAKE) \`basename \$@\`"
15442 ALL_MAKEFILES="$ALL_MAKEFILES \\
15443 dlls/glu32/Makefile"
15444 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15445 glu32"
15446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15447 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules config.status"
15448 ac_config_files="$ac_config_files dlls/glu32/Makefile"
15450 ALL_MAKEFILES="$ALL_MAKEFILES \\
15451 dlls/gphoto2.ds/Makefile"
15452 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15453 gphoto2.ds"
15454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15455 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules config.status"
15456 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
15458 ALL_MAKEFILES="$ALL_MAKEFILES \\
15459 dlls/gpkcsp/Makefile"
15460 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15461 gpkcsp"
15462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15463 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules config.status"
15464 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
15466 ALL_MAKEFILES="$ALL_MAKEFILES \\
15467 dlls/hal/Makefile"
15468 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15469 hal"
15470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15471 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules config.status"
15472 ac_config_files="$ac_config_files dlls/hal/Makefile"
15474 ALL_MAKEFILES="$ALL_MAKEFILES \\
15475 dlls/hhctrl.ocx/Makefile"
15476 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15477 hhctrl.ocx"
15478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15479 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules config.status"
15480 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
15482 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15483 hid/libhid.$IMPLIBEXT"
15484 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15485 hid/libhid.def hid/libhid.a hid/libhid.cross.a: hid/hid.spec \$(WINEBUILD)
15486 @cd hid && \$(MAKE) \`basename \$@\`"
15487 ALL_MAKEFILES="$ALL_MAKEFILES \\
15488 dlls/hid/Makefile"
15489 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15490 hid"
15491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15492 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules config.status"
15493 ac_config_files="$ac_config_files dlls/hid/Makefile"
15495 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15496 hlink/libhlink.$IMPLIBEXT"
15497 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15498 hlink/libhlink.def hlink/libhlink.a hlink/libhlink.cross.a: hlink/hlink.spec \$(WINEBUILD)
15499 @cd hlink && \$(MAKE) \`basename \$@\`"
15500 ALL_MAKEFILES="$ALL_MAKEFILES \\
15501 dlls/hlink/Makefile"
15502 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15503 hlink"
15504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15505 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules config.status"
15506 ac_config_files="$ac_config_files dlls/hlink/Makefile"
15508 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15509 hlink_test.exe"
15510 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15511 hlink_test.exe: \$(TOPOBJDIR)/dlls/hlink/tests/hlink_test.exe$DLLEXT
15512 cp \$(TOPOBJDIR)/dlls/hlink/tests/hlink_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15513 hlink_test.rc:
15514 echo \"hlink_test.exe TESTRES \\\"hlink_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15515 hlink_test.res: hlink_test.rc hlink_test.exe"
15516 ALL_MAKEFILES="$ALL_MAKEFILES \\
15517 dlls/hlink/tests/Makefile"
15518 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15519 hlink/tests"
15520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15521 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules config.status"
15522 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
15524 ALL_MAKEFILES="$ALL_MAKEFILES \\
15525 dlls/hnetcfg/Makefile"
15526 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15527 hnetcfg"
15528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15529 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules config.status"
15530 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
15532 ALL_MAKEFILES="$ALL_MAKEFILES \\
15533 dlls/httpapi/Makefile"
15534 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15535 httpapi"
15536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15537 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules config.status"
15538 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
15540 ALL_MAKEFILES="$ALL_MAKEFILES \\
15541 dlls/iccvid/Makefile"
15542 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15543 iccvid"
15544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15545 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules config.status"
15546 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
15548 ALL_MAKEFILES="$ALL_MAKEFILES \\
15549 dlls/icmp/Makefile"
15550 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15551 icmp"
15552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15553 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules config.status"
15554 ac_config_files="$ac_config_files dlls/icmp/Makefile"
15556 ALL_MAKEFILES="$ALL_MAKEFILES \\
15557 dlls/ifsmgr.vxd/Makefile"
15558 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15559 ifsmgr.vxd"
15560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15561 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules config.status"
15562 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
15564 ALL_MAKEFILES="$ALL_MAKEFILES \\
15565 dlls/imaadp32.acm/Makefile"
15566 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15567 imaadp32.acm"
15568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15569 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules config.status"
15570 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
15572 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15573 imagehlp/libimagehlp.$IMPLIBEXT"
15574 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15575 imagehlp/libimagehlp.def imagehlp/libimagehlp.a imagehlp/libimagehlp.cross.a: imagehlp/imagehlp.spec \$(WINEBUILD)
15576 @cd imagehlp && \$(MAKE) \`basename \$@\`"
15577 ALL_MAKEFILES="$ALL_MAKEFILES \\
15578 dlls/imagehlp/Makefile"
15579 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15580 imagehlp"
15581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15582 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules config.status"
15583 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
15585 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15586 imagehlp_test.exe"
15587 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15588 imagehlp_test.exe: \$(TOPOBJDIR)/dlls/imagehlp/tests/imagehlp_test.exe$DLLEXT
15589 cp \$(TOPOBJDIR)/dlls/imagehlp/tests/imagehlp_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15590 imagehlp_test.rc:
15591 echo \"imagehlp_test.exe TESTRES \\\"imagehlp_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15592 imagehlp_test.res: imagehlp_test.rc imagehlp_test.exe"
15593 ALL_MAKEFILES="$ALL_MAKEFILES \\
15594 dlls/imagehlp/tests/Makefile"
15595 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15596 imagehlp/tests"
15597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15598 dlls/imagehlp/tests/Makefile: dlls/imagehlp/tests/Makefile.in dlls/Maketest.rules config.status"
15599 ac_config_files="$ac_config_files dlls/imagehlp/tests/Makefile"
15601 ALL_MAKEFILES="$ALL_MAKEFILES \\
15602 dlls/imm.dll16/Makefile"
15603 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15604 imm.dll16"
15605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15606 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules config.status"
15607 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
15609 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15610 imm32/libimm32.$IMPLIBEXT"
15611 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15612 imm32/libimm32.def imm32/libimm32.a imm32/libimm32.cross.a: imm32/imm32.spec \$(WINEBUILD)
15613 @cd imm32 && \$(MAKE) \`basename \$@\`"
15614 ALL_MAKEFILES="$ALL_MAKEFILES \\
15615 dlls/imm32/Makefile"
15616 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15617 imm32"
15618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15619 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules config.status"
15620 ac_config_files="$ac_config_files dlls/imm32/Makefile"
15622 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15623 imm32_test.exe"
15624 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15625 imm32_test.exe: \$(TOPOBJDIR)/dlls/imm32/tests/imm32_test.exe$DLLEXT
15626 cp \$(TOPOBJDIR)/dlls/imm32/tests/imm32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15627 imm32_test.rc:
15628 echo \"imm32_test.exe TESTRES \\\"imm32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15629 imm32_test.res: imm32_test.rc imm32_test.exe"
15630 ALL_MAKEFILES="$ALL_MAKEFILES \\
15631 dlls/imm32/tests/Makefile"
15632 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15633 imm32/tests"
15634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15635 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules config.status"
15636 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
15638 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15639 inetcomm/libinetcomm.$IMPLIBEXT"
15640 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15641 inetcomm/libinetcomm.def inetcomm/libinetcomm.a inetcomm/libinetcomm.cross.a: inetcomm/inetcomm.spec \$(WINEBUILD)
15642 @cd inetcomm && \$(MAKE) \`basename \$@\`"
15643 ALL_MAKEFILES="$ALL_MAKEFILES \\
15644 dlls/inetcomm/Makefile"
15645 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15646 inetcomm"
15647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15648 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules config.status"
15649 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
15651 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15652 inetcomm_test.exe"
15653 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15654 inetcomm_test.exe: \$(TOPOBJDIR)/dlls/inetcomm/tests/inetcomm_test.exe$DLLEXT
15655 cp \$(TOPOBJDIR)/dlls/inetcomm/tests/inetcomm_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15656 inetcomm_test.rc:
15657 echo \"inetcomm_test.exe TESTRES \\\"inetcomm_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15658 inetcomm_test.res: inetcomm_test.rc inetcomm_test.exe"
15659 ALL_MAKEFILES="$ALL_MAKEFILES \\
15660 dlls/inetcomm/tests/Makefile"
15661 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15662 inetcomm/tests"
15663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15664 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules config.status"
15665 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
15667 ALL_MAKEFILES="$ALL_MAKEFILES \\
15668 dlls/inetmib1/Makefile"
15669 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15670 inetmib1"
15671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15672 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules config.status"
15673 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
15675 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15676 inetmib1_test.exe"
15677 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15678 inetmib1_test.exe: \$(TOPOBJDIR)/dlls/inetmib1/tests/inetmib1_test.exe$DLLEXT
15679 cp \$(TOPOBJDIR)/dlls/inetmib1/tests/inetmib1_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15680 inetmib1_test.rc:
15681 echo \"inetmib1_test.exe TESTRES \\\"inetmib1_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15682 inetmib1_test.res: inetmib1_test.rc inetmib1_test.exe"
15683 ALL_MAKEFILES="$ALL_MAKEFILES \\
15684 dlls/inetmib1/tests/Makefile"
15685 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15686 inetmib1/tests"
15687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15688 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules config.status"
15689 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
15691 ALL_MAKEFILES="$ALL_MAKEFILES \\
15692 dlls/infosoft/Makefile"
15693 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15694 infosoft"
15695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15696 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules config.status"
15697 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
15699 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15700 infosoft_test.exe"
15701 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15702 infosoft_test.exe: \$(TOPOBJDIR)/dlls/infosoft/tests/infosoft_test.exe$DLLEXT
15703 cp \$(TOPOBJDIR)/dlls/infosoft/tests/infosoft_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15704 infosoft_test.rc:
15705 echo \"infosoft_test.exe TESTRES \\\"infosoft_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15706 infosoft_test.res: infosoft_test.rc infosoft_test.exe"
15707 ALL_MAKEFILES="$ALL_MAKEFILES \\
15708 dlls/infosoft/tests/Makefile"
15709 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15710 infosoft/tests"
15711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15712 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules config.status"
15713 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
15715 ALL_MAKEFILES="$ALL_MAKEFILES \\
15716 dlls/initpki/Makefile"
15717 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15718 initpki"
15719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15720 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules config.status"
15721 ac_config_files="$ac_config_files dlls/initpki/Makefile"
15723 ALL_MAKEFILES="$ALL_MAKEFILES \\
15724 dlls/inkobj/Makefile"
15725 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15726 inkobj"
15727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15728 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules config.status"
15729 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
15731 ALL_MAKEFILES="$ALL_MAKEFILES \\
15732 dlls/inseng/Makefile"
15733 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15734 inseng"
15735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15736 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules config.status"
15737 ac_config_files="$ac_config_files dlls/inseng/Makefile"
15739 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15740 iphlpapi/libiphlpapi.$IMPLIBEXT"
15741 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15742 iphlpapi/libiphlpapi.def iphlpapi/libiphlpapi.a iphlpapi/libiphlpapi.cross.a: iphlpapi/iphlpapi.spec \$(WINEBUILD)
15743 @cd iphlpapi && \$(MAKE) \`basename \$@\`"
15744 ALL_MAKEFILES="$ALL_MAKEFILES \\
15745 dlls/iphlpapi/Makefile"
15746 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15747 iphlpapi"
15748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15749 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules config.status"
15750 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
15752 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15753 iphlpapi_test.exe"
15754 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15755 iphlpapi_test.exe: \$(TOPOBJDIR)/dlls/iphlpapi/tests/iphlpapi_test.exe$DLLEXT
15756 cp \$(TOPOBJDIR)/dlls/iphlpapi/tests/iphlpapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15757 iphlpapi_test.rc:
15758 echo \"iphlpapi_test.exe TESTRES \\\"iphlpapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15759 iphlpapi_test.res: iphlpapi_test.rc iphlpapi_test.exe"
15760 ALL_MAKEFILES="$ALL_MAKEFILES \\
15761 dlls/iphlpapi/tests/Makefile"
15762 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15763 iphlpapi/tests"
15764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15765 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules config.status"
15766 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
15768 ALL_MAKEFILES="$ALL_MAKEFILES \\
15769 dlls/itircl/Makefile"
15770 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15771 itircl"
15772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15773 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules config.status"
15774 ac_config_files="$ac_config_files dlls/itircl/Makefile"
15776 ALL_MAKEFILES="$ALL_MAKEFILES \\
15777 dlls/itss/Makefile"
15778 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15779 itss"
15780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15781 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules config.status"
15782 ac_config_files="$ac_config_files dlls/itss/Makefile"
15784 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15785 itss_test.exe"
15786 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15787 itss_test.exe: \$(TOPOBJDIR)/dlls/itss/tests/itss_test.exe$DLLEXT
15788 cp \$(TOPOBJDIR)/dlls/itss/tests/itss_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15789 itss_test.rc:
15790 echo \"itss_test.exe TESTRES \\\"itss_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15791 itss_test.res: itss_test.rc itss_test.exe"
15792 ALL_MAKEFILES="$ALL_MAKEFILES \\
15793 dlls/itss/tests/Makefile"
15794 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15795 itss/tests"
15796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15797 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules config.status"
15798 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
15800 ALL_MAKEFILES="$ALL_MAKEFILES \\
15801 dlls/jscript/Makefile"
15802 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15803 jscript"
15804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15805 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules config.status"
15806 ac_config_files="$ac_config_files dlls/jscript/Makefile"
15808 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15809 jscript_test.exe"
15810 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15811 jscript_test.exe: \$(TOPOBJDIR)/dlls/jscript/tests/jscript_test.exe$DLLEXT
15812 cp \$(TOPOBJDIR)/dlls/jscript/tests/jscript_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15813 jscript_test.rc:
15814 echo \"jscript_test.exe TESTRES \\\"jscript_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15815 jscript_test.res: jscript_test.rc jscript_test.exe"
15816 ALL_MAKEFILES="$ALL_MAKEFILES \\
15817 dlls/jscript/tests/Makefile"
15818 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15819 jscript/tests"
15820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15821 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules config.status"
15822 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
15824 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15825 kernel32/libkernel32.$IMPLIBEXT"
15826 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15827 kernel32/libkernel32.def kernel32/libkernel32.a kernel32/libkernel32.cross.a: kernel32/kernel32.spec \$(WINEBUILD)
15828 @cd kernel32 && \$(MAKE) \`basename \$@\`"
15829 ALL_MAKEFILES="$ALL_MAKEFILES \\
15830 dlls/kernel32/Makefile"
15831 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15832 kernel32"
15833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15834 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules config.status"
15835 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
15837 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15838 kernel32_test.exe"
15839 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15840 kernel32_test.exe: \$(TOPOBJDIR)/dlls/kernel32/tests/kernel32_test.exe$DLLEXT
15841 cp \$(TOPOBJDIR)/dlls/kernel32/tests/kernel32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15842 kernel32_test.rc:
15843 echo \"kernel32_test.exe TESTRES \\\"kernel32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15844 kernel32_test.res: kernel32_test.rc kernel32_test.exe"
15845 ALL_MAKEFILES="$ALL_MAKEFILES \\
15846 dlls/kernel32/tests/Makefile"
15847 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15848 kernel32/tests"
15849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15850 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules config.status"
15851 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
15853 ALL_MAKEFILES="$ALL_MAKEFILES \\
15854 dlls/keyboard.drv16/Makefile"
15855 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15856 keyboard.drv16"
15857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15858 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules config.status"
15859 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
15861 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15862 krnl386.exe16/libkernel.$IMPLIBEXT \\
15863 libkernel.$IMPLIBEXT"
15864 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15865 libkernel.a: krnl386.exe16/libkernel.a
15866 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.a \$@
15867 libkernel.cross.a: krnl386.exe16/libkernel.cross.a
15868 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.cross.a \$@
15869 libkernel.def: krnl386.exe16/libkernel.def
15870 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.def \$@
15871 clean::
15872 \$(RM) libkernel.def
15873 krnl386.exe16/libkernel.def krnl386.exe16/libkernel.a krnl386.exe16/libkernel.cross.a: krnl386.exe16/krnl386.exe16.spec \$(WINEBUILD)
15874 @cd krnl386.exe16 && \$(MAKE) \`basename \$@\`"
15875 ALL_MAKEFILES="$ALL_MAKEFILES \\
15876 dlls/krnl386.exe16/Makefile"
15877 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15878 krnl386.exe16"
15879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15880 dlls/krnl386.exe16/Makefile: dlls/krnl386.exe16/Makefile.in dlls/Makedll.rules config.status"
15881 ac_config_files="$ac_config_files dlls/krnl386.exe16/Makefile"
15883 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15884 loadperf/libloadperf.$IMPLIBEXT"
15885 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15886 loadperf/libloadperf.def loadperf/libloadperf.a loadperf/libloadperf.cross.a: loadperf/loadperf.spec \$(WINEBUILD)
15887 @cd loadperf && \$(MAKE) \`basename \$@\`"
15888 ALL_MAKEFILES="$ALL_MAKEFILES \\
15889 dlls/loadperf/Makefile"
15890 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15891 loadperf"
15892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15893 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules config.status"
15894 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
15896 ALL_MAKEFILES="$ALL_MAKEFILES \\
15897 dlls/localspl/Makefile"
15898 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15899 localspl"
15900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15901 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules config.status"
15902 ac_config_files="$ac_config_files dlls/localspl/Makefile"
15904 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15905 localspl_test.exe"
15906 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15907 localspl_test.exe: \$(TOPOBJDIR)/dlls/localspl/tests/localspl_test.exe$DLLEXT
15908 cp \$(TOPOBJDIR)/dlls/localspl/tests/localspl_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15909 localspl_test.rc:
15910 echo \"localspl_test.exe TESTRES \\\"localspl_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15911 localspl_test.res: localspl_test.rc localspl_test.exe"
15912 ALL_MAKEFILES="$ALL_MAKEFILES \\
15913 dlls/localspl/tests/Makefile"
15914 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15915 localspl/tests"
15916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15917 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules config.status"
15918 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
15920 ALL_MAKEFILES="$ALL_MAKEFILES \\
15921 dlls/localui/Makefile"
15922 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15923 localui"
15924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15925 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules config.status"
15926 ac_config_files="$ac_config_files dlls/localui/Makefile"
15928 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15929 localui_test.exe"
15930 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15931 localui_test.exe: \$(TOPOBJDIR)/dlls/localui/tests/localui_test.exe$DLLEXT
15932 cp \$(TOPOBJDIR)/dlls/localui/tests/localui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15933 localui_test.rc:
15934 echo \"localui_test.exe TESTRES \\\"localui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15935 localui_test.res: localui_test.rc localui_test.exe"
15936 ALL_MAKEFILES="$ALL_MAKEFILES \\
15937 dlls/localui/tests/Makefile"
15938 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15939 localui/tests"
15940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15941 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules config.status"
15942 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
15944 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15945 lz32/liblz32.$IMPLIBEXT"
15946 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15947 lz32/liblz32.def lz32/liblz32.a lz32/liblz32.cross.a: lz32/lz32.spec \$(WINEBUILD)
15948 @cd lz32 && \$(MAKE) \`basename \$@\`"
15949 ALL_MAKEFILES="$ALL_MAKEFILES \\
15950 dlls/lz32/Makefile"
15951 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15952 lz32"
15953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15954 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules config.status"
15955 ac_config_files="$ac_config_files dlls/lz32/Makefile"
15957 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15958 lz32_test.exe"
15959 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15960 lz32_test.exe: \$(TOPOBJDIR)/dlls/lz32/tests/lz32_test.exe$DLLEXT
15961 cp \$(TOPOBJDIR)/dlls/lz32/tests/lz32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15962 lz32_test.rc:
15963 echo \"lz32_test.exe TESTRES \\\"lz32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15964 lz32_test.res: lz32_test.rc lz32_test.exe"
15965 ALL_MAKEFILES="$ALL_MAKEFILES \\
15966 dlls/lz32/tests/Makefile"
15967 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15968 lz32/tests"
15969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15970 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules config.status"
15971 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
15973 ALL_MAKEFILES="$ALL_MAKEFILES \\
15974 dlls/lzexpand.dll16/Makefile"
15975 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15976 lzexpand.dll16"
15977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15978 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules config.status"
15979 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
15981 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15982 mapi32/libmapi32.$IMPLIBEXT"
15983 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15984 mapi32/libmapi32.def mapi32/libmapi32.a mapi32/libmapi32.cross.a: mapi32/mapi32.spec \$(WINEBUILD)
15985 @cd mapi32 && \$(MAKE) \`basename \$@\`"
15986 ALL_MAKEFILES="$ALL_MAKEFILES \\
15987 dlls/mapi32/Makefile"
15988 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15989 mapi32"
15990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15991 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules config.status"
15992 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
15994 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15995 mapi32_test.exe"
15996 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15997 mapi32_test.exe: \$(TOPOBJDIR)/dlls/mapi32/tests/mapi32_test.exe$DLLEXT
15998 cp \$(TOPOBJDIR)/dlls/mapi32/tests/mapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15999 mapi32_test.rc:
16000 echo \"mapi32_test.exe TESTRES \\\"mapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16001 mapi32_test.res: mapi32_test.rc mapi32_test.exe"
16002 ALL_MAKEFILES="$ALL_MAKEFILES \\
16003 dlls/mapi32/tests/Makefile"
16004 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16005 mapi32/tests"
16006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16007 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules config.status"
16008 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
16010 ALL_MAKEFILES="$ALL_MAKEFILES \\
16011 dlls/mapistub/Makefile"
16012 test "x$enable_mapistub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16013 mapistub"
16014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16015 dlls/mapistub/Makefile: dlls/mapistub/Makefile.in dlls/Makedll.rules config.status"
16016 ac_config_files="$ac_config_files dlls/mapistub/Makefile"
16018 ALL_MAKEFILES="$ALL_MAKEFILES \\
16019 dlls/mciavi32/Makefile"
16020 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16021 mciavi32"
16022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16023 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules config.status"
16024 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
16026 ALL_MAKEFILES="$ALL_MAKEFILES \\
16027 dlls/mcicda/Makefile"
16028 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16029 mcicda"
16030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16031 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules config.status"
16032 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
16034 ALL_MAKEFILES="$ALL_MAKEFILES \\
16035 dlls/mciqtz32/Makefile"
16036 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16037 mciqtz32"
16038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16039 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules config.status"
16040 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
16042 ALL_MAKEFILES="$ALL_MAKEFILES \\
16043 dlls/mciseq/Makefile"
16044 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16045 mciseq"
16046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16047 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules config.status"
16048 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
16050 ALL_MAKEFILES="$ALL_MAKEFILES \\
16051 dlls/mciwave/Makefile"
16052 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16053 mciwave"
16054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16055 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules config.status"
16056 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
16058 ALL_MAKEFILES="$ALL_MAKEFILES \\
16059 dlls/midimap/Makefile"
16060 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16061 midimap"
16062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16063 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules config.status"
16064 ac_config_files="$ac_config_files dlls/midimap/Makefile"
16066 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16067 mlang/libmlang.$IMPLIBEXT"
16068 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16069 mlang/libmlang.def mlang/libmlang.a mlang/libmlang.cross.a: mlang/mlang.spec \$(WINEBUILD)
16070 @cd mlang && \$(MAKE) \`basename \$@\`"
16071 ALL_MAKEFILES="$ALL_MAKEFILES \\
16072 dlls/mlang/Makefile"
16073 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16074 mlang"
16075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16076 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules config.status"
16077 ac_config_files="$ac_config_files dlls/mlang/Makefile"
16079 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16080 mlang_test.exe"
16081 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16082 mlang_test.exe: \$(TOPOBJDIR)/dlls/mlang/tests/mlang_test.exe$DLLEXT
16083 cp \$(TOPOBJDIR)/dlls/mlang/tests/mlang_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16084 mlang_test.rc:
16085 echo \"mlang_test.exe TESTRES \\\"mlang_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16086 mlang_test.res: mlang_test.rc mlang_test.exe"
16087 ALL_MAKEFILES="$ALL_MAKEFILES \\
16088 dlls/mlang/tests/Makefile"
16089 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16090 mlang/tests"
16091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16092 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules config.status"
16093 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
16095 ALL_MAKEFILES="$ALL_MAKEFILES \\
16096 dlls/mmdevapi/Makefile"
16097 test "x$enable_mmdevapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16098 mmdevapi"
16099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16100 dlls/mmdevapi/Makefile: dlls/mmdevapi/Makefile.in dlls/Makedll.rules config.status"
16101 ac_config_files="$ac_config_files dlls/mmdevapi/Makefile"
16103 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16104 mmdevapi_test.exe"
16105 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16106 mmdevapi_test.exe: \$(TOPOBJDIR)/dlls/mmdevapi/tests/mmdevapi_test.exe$DLLEXT
16107 cp \$(TOPOBJDIR)/dlls/mmdevapi/tests/mmdevapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16108 mmdevapi_test.rc:
16109 echo \"mmdevapi_test.exe TESTRES \\\"mmdevapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16110 mmdevapi_test.res: mmdevapi_test.rc mmdevapi_test.exe"
16111 ALL_MAKEFILES="$ALL_MAKEFILES \\
16112 dlls/mmdevapi/tests/Makefile"
16113 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16114 mmdevapi/tests"
16115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16116 dlls/mmdevapi/tests/Makefile: dlls/mmdevapi/tests/Makefile.in dlls/Maketest.rules config.status"
16117 ac_config_files="$ac_config_files dlls/mmdevapi/tests/Makefile"
16119 ALL_MAKEFILES="$ALL_MAKEFILES \\
16120 dlls/mmdevldr.vxd/Makefile"
16121 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16122 mmdevldr.vxd"
16123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16124 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules config.status"
16125 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
16127 ALL_MAKEFILES="$ALL_MAKEFILES \\
16128 dlls/mmsystem.dll16/Makefile"
16129 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16130 mmsystem.dll16"
16131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16132 dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules config.status"
16133 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
16135 ALL_MAKEFILES="$ALL_MAKEFILES \\
16136 dlls/monodebg.vxd/Makefile"
16137 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16138 monodebg.vxd"
16139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16140 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules config.status"
16141 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
16143 ALL_MAKEFILES="$ALL_MAKEFILES \\
16144 dlls/mountmgr.sys/Makefile"
16145 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16146 mountmgr.sys"
16147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16148 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules config.status"
16149 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
16151 ALL_MAKEFILES="$ALL_MAKEFILES \\
16152 dlls/mouse.drv16/Makefile"
16153 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16154 mouse.drv16"
16155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16156 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules config.status"
16157 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
16159 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16160 mpr/libmpr.$IMPLIBEXT"
16161 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16162 mpr/libmpr.def mpr/libmpr.a mpr/libmpr.cross.a: mpr/mpr.spec \$(WINEBUILD)
16163 @cd mpr && \$(MAKE) \`basename \$@\`"
16164 ALL_MAKEFILES="$ALL_MAKEFILES \\
16165 dlls/mpr/Makefile"
16166 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16167 mpr"
16168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16169 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules config.status"
16170 ac_config_files="$ac_config_files dlls/mpr/Makefile"
16172 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16173 mprapi/libmprapi.$IMPLIBEXT"
16174 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16175 mprapi/libmprapi.def mprapi/libmprapi.a mprapi/libmprapi.cross.a: mprapi/mprapi.spec \$(WINEBUILD)
16176 @cd mprapi && \$(MAKE) \`basename \$@\`"
16177 ALL_MAKEFILES="$ALL_MAKEFILES \\
16178 dlls/mprapi/Makefile"
16179 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16180 mprapi"
16181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16182 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules config.status"
16183 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
16185 ALL_MAKEFILES="$ALL_MAKEFILES \\
16186 dlls/msacm.dll16/Makefile"
16187 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16188 msacm.dll16"
16189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16190 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules config.status"
16191 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
16193 ALL_MAKEFILES="$ALL_MAKEFILES \\
16194 dlls/msacm32.drv/Makefile"
16195 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16196 msacm32.drv"
16197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16198 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules config.status"
16199 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
16201 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16202 msacm32/libmsacm32.$IMPLIBEXT"
16203 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16204 msacm32/libmsacm32.def msacm32/libmsacm32.a msacm32/libmsacm32.cross.a: msacm32/msacm32.spec \$(WINEBUILD)
16205 @cd msacm32 && \$(MAKE) \`basename \$@\`"
16206 ALL_MAKEFILES="$ALL_MAKEFILES \\
16207 dlls/msacm32/Makefile"
16208 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16209 msacm32"
16210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16211 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules config.status"
16212 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
16214 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16215 msacm32_test.exe"
16216 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16217 msacm32_test.exe: \$(TOPOBJDIR)/dlls/msacm32/tests/msacm32_test.exe$DLLEXT
16218 cp \$(TOPOBJDIR)/dlls/msacm32/tests/msacm32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16219 msacm32_test.rc:
16220 echo \"msacm32_test.exe TESTRES \\\"msacm32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16221 msacm32_test.res: msacm32_test.rc msacm32_test.exe"
16222 ALL_MAKEFILES="$ALL_MAKEFILES \\
16223 dlls/msacm32/tests/Makefile"
16224 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16225 msacm32/tests"
16226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16227 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules config.status"
16228 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
16230 ALL_MAKEFILES="$ALL_MAKEFILES \\
16231 dlls/msadp32.acm/Makefile"
16232 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16233 msadp32.acm"
16234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16235 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules config.status"
16236 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
16238 ALL_MAKEFILES="$ALL_MAKEFILES \\
16239 dlls/mscat32/Makefile"
16240 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16241 mscat32"
16242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16243 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules config.status"
16244 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
16246 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16247 mscms/libmscms.$IMPLIBEXT"
16248 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16249 mscms/libmscms.def mscms/libmscms.a mscms/libmscms.cross.a: mscms/mscms.spec \$(WINEBUILD)
16250 @cd mscms && \$(MAKE) \`basename \$@\`"
16251 ALL_MAKEFILES="$ALL_MAKEFILES \\
16252 dlls/mscms/Makefile"
16253 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16254 mscms"
16255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16256 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules config.status"
16257 ac_config_files="$ac_config_files dlls/mscms/Makefile"
16259 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16260 mscms_test.exe"
16261 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16262 mscms_test.exe: \$(TOPOBJDIR)/dlls/mscms/tests/mscms_test.exe$DLLEXT
16263 cp \$(TOPOBJDIR)/dlls/mscms/tests/mscms_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16264 mscms_test.rc:
16265 echo \"mscms_test.exe TESTRES \\\"mscms_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16266 mscms_test.res: mscms_test.rc mscms_test.exe"
16267 ALL_MAKEFILES="$ALL_MAKEFILES \\
16268 dlls/mscms/tests/Makefile"
16269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16270 mscms/tests"
16271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16272 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules config.status"
16273 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
16275 ALL_MAKEFILES="$ALL_MAKEFILES \\
16276 dlls/mscoree/Makefile"
16277 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16278 mscoree"
16279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16280 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules config.status"
16281 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
16283 ALL_MAKEFILES="$ALL_MAKEFILES \\
16284 dlls/msctf/Makefile"
16285 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16286 msctf"
16287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16288 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules config.status"
16289 ac_config_files="$ac_config_files dlls/msctf/Makefile"
16291 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16292 msctf_test.exe"
16293 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16294 msctf_test.exe: \$(TOPOBJDIR)/dlls/msctf/tests/msctf_test.exe$DLLEXT
16295 cp \$(TOPOBJDIR)/dlls/msctf/tests/msctf_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16296 msctf_test.rc:
16297 echo \"msctf_test.exe TESTRES \\\"msctf_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16298 msctf_test.res: msctf_test.rc msctf_test.exe"
16299 ALL_MAKEFILES="$ALL_MAKEFILES \\
16300 dlls/msctf/tests/Makefile"
16301 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16302 msctf/tests"
16303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16304 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules config.status"
16305 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
16307 ALL_MAKEFILES="$ALL_MAKEFILES \\
16308 dlls/msdaps/Makefile"
16309 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16310 msdaps"
16311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16312 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules config.status"
16313 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
16315 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16316 msdmo/libmsdmo.$IMPLIBEXT"
16317 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16318 msdmo/libmsdmo.def msdmo/libmsdmo.a msdmo/libmsdmo.cross.a: msdmo/msdmo.spec \$(WINEBUILD)
16319 @cd msdmo && \$(MAKE) \`basename \$@\`"
16320 ALL_MAKEFILES="$ALL_MAKEFILES \\
16321 dlls/msdmo/Makefile"
16322 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16323 msdmo"
16324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16325 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules config.status"
16326 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
16328 ALL_MAKEFILES="$ALL_MAKEFILES \\
16329 dlls/msftedit/Makefile"
16330 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16331 msftedit"
16332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16333 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules config.status"
16334 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
16336 ALL_MAKEFILES="$ALL_MAKEFILES \\
16337 dlls/msg711.acm/Makefile"
16338 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16339 msg711.acm"
16340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16341 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules config.status"
16342 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
16344 ALL_MAKEFILES="$ALL_MAKEFILES \\
16345 dlls/msgsm32.acm/Makefile"
16346 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16347 msgsm32.acm"
16348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16349 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules config.status"
16350 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
16352 ALL_MAKEFILES="$ALL_MAKEFILES \\
16353 dlls/mshtml.tlb/Makefile"
16354 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16355 mshtml.tlb"
16356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16357 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules config.status"
16358 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
16360 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16361 mshtml/libmshtml.$IMPLIBEXT"
16362 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16363 mshtml/libmshtml.def mshtml/libmshtml.a mshtml/libmshtml.cross.a: mshtml/mshtml.spec \$(WINEBUILD)
16364 @cd mshtml && \$(MAKE) \`basename \$@\`"
16365 ALL_MAKEFILES="$ALL_MAKEFILES \\
16366 dlls/mshtml/Makefile"
16367 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16368 mshtml"
16369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16370 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules config.status"
16371 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
16373 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16374 mshtml_test.exe"
16375 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16376 mshtml_test.exe: \$(TOPOBJDIR)/dlls/mshtml/tests/mshtml_test.exe$DLLEXT
16377 cp \$(TOPOBJDIR)/dlls/mshtml/tests/mshtml_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16378 mshtml_test.rc:
16379 echo \"mshtml_test.exe TESTRES \\\"mshtml_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16380 mshtml_test.res: mshtml_test.rc mshtml_test.exe"
16381 ALL_MAKEFILES="$ALL_MAKEFILES \\
16382 dlls/mshtml/tests/Makefile"
16383 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16384 mshtml/tests"
16385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16386 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules config.status"
16387 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
16389 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16390 msi/libmsi.$IMPLIBEXT"
16391 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16392 msi/libmsi.def msi/libmsi.a msi/libmsi.cross.a: msi/msi.spec \$(WINEBUILD)
16393 @cd msi && \$(MAKE) \`basename \$@\`"
16394 ALL_MAKEFILES="$ALL_MAKEFILES \\
16395 dlls/msi/Makefile"
16396 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16397 msi"
16398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16399 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules config.status"
16400 ac_config_files="$ac_config_files dlls/msi/Makefile"
16402 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16403 msi_test.exe"
16404 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16405 msi_test.exe: \$(TOPOBJDIR)/dlls/msi/tests/msi_test.exe$DLLEXT
16406 cp \$(TOPOBJDIR)/dlls/msi/tests/msi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16407 msi_test.rc:
16408 echo \"msi_test.exe TESTRES \\\"msi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16409 msi_test.res: msi_test.rc msi_test.exe"
16410 ALL_MAKEFILES="$ALL_MAKEFILES \\
16411 dlls/msi/tests/Makefile"
16412 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16413 msi/tests"
16414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16415 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules config.status"
16416 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
16418 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16419 msimg32/libmsimg32.$IMPLIBEXT"
16420 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16421 msimg32/libmsimg32.def msimg32/libmsimg32.a msimg32/libmsimg32.cross.a: msimg32/msimg32.spec \$(WINEBUILD)
16422 @cd msimg32 && \$(MAKE) \`basename \$@\`"
16423 ALL_MAKEFILES="$ALL_MAKEFILES \\
16424 dlls/msimg32/Makefile"
16425 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16426 msimg32"
16427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16428 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules config.status"
16429 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
16431 ALL_MAKEFILES="$ALL_MAKEFILES \\
16432 dlls/msimtf/Makefile"
16433 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16434 msimtf"
16435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16436 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules config.status"
16437 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
16439 ALL_MAKEFILES="$ALL_MAKEFILES \\
16440 dlls/msisip/Makefile"
16441 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16442 msisip"
16443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16444 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules config.status"
16445 ac_config_files="$ac_config_files dlls/msisip/Makefile"
16447 ALL_MAKEFILES="$ALL_MAKEFILES \\
16448 dlls/msisys.ocx/Makefile"
16449 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16450 msisys.ocx"
16451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16452 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules config.status"
16453 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
16455 ALL_MAKEFILES="$ALL_MAKEFILES \\
16456 dlls/msnet32/Makefile"
16457 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16458 msnet32"
16459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16460 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules config.status"
16461 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
16463 ALL_MAKEFILES="$ALL_MAKEFILES \\
16464 dlls/msrle32/Makefile"
16465 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16466 msrle32"
16467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16468 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules config.status"
16469 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
16471 ALL_MAKEFILES="$ALL_MAKEFILES \\
16472 dlls/mssign32/Makefile"
16473 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16474 mssign32"
16475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16476 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules config.status"
16477 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
16479 ALL_MAKEFILES="$ALL_MAKEFILES \\
16480 dlls/mssip32/Makefile"
16481 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16482 mssip32"
16483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16484 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules config.status"
16485 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
16487 ALL_MAKEFILES="$ALL_MAKEFILES \\
16488 dlls/mstask/Makefile"
16489 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16490 mstask"
16491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16492 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules config.status"
16493 ac_config_files="$ac_config_files dlls/mstask/Makefile"
16495 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16496 mstask_test.exe"
16497 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16498 mstask_test.exe: \$(TOPOBJDIR)/dlls/mstask/tests/mstask_test.exe$DLLEXT
16499 cp \$(TOPOBJDIR)/dlls/mstask/tests/mstask_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16500 mstask_test.rc:
16501 echo \"mstask_test.exe TESTRES \\\"mstask_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16502 mstask_test.res: mstask_test.rc mstask_test.exe"
16503 ALL_MAKEFILES="$ALL_MAKEFILES \\
16504 dlls/mstask/tests/Makefile"
16505 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16506 mstask/tests"
16507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16508 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules config.status"
16509 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
16511 ALL_MAKEFILES="$ALL_MAKEFILES \\
16512 dlls/msvcirt/Makefile"
16513 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16514 msvcirt"
16515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16516 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules config.status"
16517 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
16519 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16520 msvcr71/libmsvcr71.$IMPLIBEXT"
16521 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16522 msvcr71/libmsvcr71.def msvcr71/libmsvcr71.a msvcr71/libmsvcr71.cross.a: msvcr71/msvcr71.spec \$(WINEBUILD)
16523 @cd msvcr71 && \$(MAKE) \`basename \$@\`"
16524 ALL_MAKEFILES="$ALL_MAKEFILES \\
16525 dlls/msvcr71/Makefile"
16526 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16527 msvcr71"
16528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16529 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules config.status"
16530 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
16532 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16533 msvcrt/libmsvcrt.$IMPLIBEXT"
16534 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16535 msvcrt/libmsvcrt.def msvcrt/libmsvcrt.a msvcrt/libmsvcrt.cross.a: msvcrt/msvcrt.spec \$(WINEBUILD)
16536 @cd msvcrt && \$(MAKE) \`basename \$@\`"
16537 ALL_MAKEFILES="$ALL_MAKEFILES \\
16538 dlls/msvcrt/Makefile"
16539 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16540 msvcrt"
16541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16542 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules config.status"
16543 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
16545 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16546 msvcrt_test.exe"
16547 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16548 msvcrt_test.exe: \$(TOPOBJDIR)/dlls/msvcrt/tests/msvcrt_test.exe$DLLEXT
16549 cp \$(TOPOBJDIR)/dlls/msvcrt/tests/msvcrt_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16550 msvcrt_test.rc:
16551 echo \"msvcrt_test.exe TESTRES \\\"msvcrt_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16552 msvcrt_test.res: msvcrt_test.rc msvcrt_test.exe"
16553 ALL_MAKEFILES="$ALL_MAKEFILES \\
16554 dlls/msvcrt/tests/Makefile"
16555 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16556 msvcrt/tests"
16557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16558 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules config.status"
16559 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
16561 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16562 msvcrt20/libmsvcrt20.$IMPLIBEXT"
16563 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16564 msvcrt20/libmsvcrt20.def msvcrt20/libmsvcrt20.a msvcrt20/libmsvcrt20.cross.a: msvcrt20/msvcrt20.spec \$(WINEBUILD)
16565 @cd msvcrt20 && \$(MAKE) \`basename \$@\`"
16566 ALL_MAKEFILES="$ALL_MAKEFILES \\
16567 dlls/msvcrt20/Makefile"
16568 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16569 msvcrt20"
16570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16571 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules config.status"
16572 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
16574 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16575 msvcrt40/libmsvcrt40.$IMPLIBEXT"
16576 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16577 msvcrt40/libmsvcrt40.def msvcrt40/libmsvcrt40.a msvcrt40/libmsvcrt40.cross.a: msvcrt40/msvcrt40.spec \$(WINEBUILD)
16578 @cd msvcrt40 && \$(MAKE) \`basename \$@\`"
16579 ALL_MAKEFILES="$ALL_MAKEFILES \\
16580 dlls/msvcrt40/Makefile"
16581 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16582 msvcrt40"
16583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16584 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules config.status"
16585 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
16587 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16588 msvcrtd/libmsvcrtd.$IMPLIBEXT"
16589 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16590 msvcrtd/libmsvcrtd.def msvcrtd/libmsvcrtd.a msvcrtd/libmsvcrtd.cross.a: msvcrtd/msvcrtd.spec \$(WINEBUILD)
16591 @cd msvcrtd && \$(MAKE) \`basename \$@\`"
16592 ALL_MAKEFILES="$ALL_MAKEFILES \\
16593 dlls/msvcrtd/Makefile"
16594 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16595 msvcrtd"
16596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16597 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules config.status"
16598 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
16600 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16601 msvcrtd_test.exe"
16602 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16603 msvcrtd_test.exe: \$(TOPOBJDIR)/dlls/msvcrtd/tests/msvcrtd_test.exe$DLLEXT
16604 cp \$(TOPOBJDIR)/dlls/msvcrtd/tests/msvcrtd_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16605 msvcrtd_test.rc:
16606 echo \"msvcrtd_test.exe TESTRES \\\"msvcrtd_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16607 msvcrtd_test.res: msvcrtd_test.rc msvcrtd_test.exe"
16608 ALL_MAKEFILES="$ALL_MAKEFILES \\
16609 dlls/msvcrtd/tests/Makefile"
16610 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16611 msvcrtd/tests"
16612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16613 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules config.status"
16614 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
16616 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16617 msvfw32/libmsvfw32.$IMPLIBEXT"
16618 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16619 msvfw32/libmsvfw32.def msvfw32/libmsvfw32.a msvfw32/libmsvfw32.cross.a: msvfw32/msvfw32.spec \$(WINEBUILD)
16620 @cd msvfw32 && \$(MAKE) \`basename \$@\`"
16621 ALL_MAKEFILES="$ALL_MAKEFILES \\
16622 dlls/msvfw32/Makefile"
16623 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16624 msvfw32"
16625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16626 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules config.status"
16627 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
16629 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16630 msvfw32_test.exe"
16631 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16632 msvfw32_test.exe: \$(TOPOBJDIR)/dlls/msvfw32/tests/msvfw32_test.exe$DLLEXT
16633 cp \$(TOPOBJDIR)/dlls/msvfw32/tests/msvfw32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16634 msvfw32_test.rc:
16635 echo \"msvfw32_test.exe TESTRES \\\"msvfw32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16636 msvfw32_test.res: msvfw32_test.rc msvfw32_test.exe"
16637 ALL_MAKEFILES="$ALL_MAKEFILES \\
16638 dlls/msvfw32/tests/Makefile"
16639 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16640 msvfw32/tests"
16641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16642 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules config.status"
16643 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
16645 ALL_MAKEFILES="$ALL_MAKEFILES \\
16646 dlls/msvidc32/Makefile"
16647 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16648 msvidc32"
16649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16650 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules config.status"
16651 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
16653 ALL_MAKEFILES="$ALL_MAKEFILES \\
16654 dlls/msvideo.dll16/Makefile"
16655 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16656 msvideo.dll16"
16657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16658 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules config.status"
16659 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
16661 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16662 mswsock/libmswsock.$IMPLIBEXT"
16663 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16664 mswsock/libmswsock.def mswsock/libmswsock.a mswsock/libmswsock.cross.a: mswsock/mswsock.spec \$(WINEBUILD)
16665 @cd mswsock && \$(MAKE) \`basename \$@\`"
16666 ALL_MAKEFILES="$ALL_MAKEFILES \\
16667 dlls/mswsock/Makefile"
16668 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16669 mswsock"
16670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16671 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules config.status"
16672 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
16674 ALL_MAKEFILES="$ALL_MAKEFILES \\
16675 dlls/msxml3/Makefile"
16676 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16677 msxml3"
16678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16679 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules config.status"
16680 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
16682 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16683 msxml3_test.exe"
16684 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16685 msxml3_test.exe: \$(TOPOBJDIR)/dlls/msxml3/tests/msxml3_test.exe$DLLEXT
16686 cp \$(TOPOBJDIR)/dlls/msxml3/tests/msxml3_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16687 msxml3_test.rc:
16688 echo \"msxml3_test.exe TESTRES \\\"msxml3_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16689 msxml3_test.res: msxml3_test.rc msxml3_test.exe"
16690 ALL_MAKEFILES="$ALL_MAKEFILES \\
16691 dlls/msxml3/tests/Makefile"
16692 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16693 msxml3/tests"
16694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16695 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules config.status"
16696 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
16698 ALL_MAKEFILES="$ALL_MAKEFILES \\
16699 dlls/msxml4/Makefile"
16700 test "x$enable_msxml4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16701 msxml4"
16702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16703 dlls/msxml4/Makefile: dlls/msxml4/Makefile.in dlls/Makedll.rules config.status"
16704 ac_config_files="$ac_config_files dlls/msxml4/Makefile"
16706 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16707 nddeapi/libnddeapi.$IMPLIBEXT"
16708 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16709 nddeapi/libnddeapi.def nddeapi/libnddeapi.a nddeapi/libnddeapi.cross.a: nddeapi/nddeapi.spec \$(WINEBUILD)
16710 @cd nddeapi && \$(MAKE) \`basename \$@\`"
16711 ALL_MAKEFILES="$ALL_MAKEFILES \\
16712 dlls/nddeapi/Makefile"
16713 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16714 nddeapi"
16715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16716 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules config.status"
16717 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
16719 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16720 netapi32/libnetapi32.$IMPLIBEXT"
16721 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16722 netapi32/libnetapi32.def netapi32/libnetapi32.a netapi32/libnetapi32.cross.a: netapi32/netapi32.spec \$(WINEBUILD)
16723 @cd netapi32 && \$(MAKE) \`basename \$@\`"
16724 ALL_MAKEFILES="$ALL_MAKEFILES \\
16725 dlls/netapi32/Makefile"
16726 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16727 netapi32"
16728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16729 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules config.status"
16730 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
16732 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16733 netapi32_test.exe"
16734 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16735 netapi32_test.exe: \$(TOPOBJDIR)/dlls/netapi32/tests/netapi32_test.exe$DLLEXT
16736 cp \$(TOPOBJDIR)/dlls/netapi32/tests/netapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16737 netapi32_test.rc:
16738 echo \"netapi32_test.exe TESTRES \\\"netapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16739 netapi32_test.res: netapi32_test.rc netapi32_test.exe"
16740 ALL_MAKEFILES="$ALL_MAKEFILES \\
16741 dlls/netapi32/tests/Makefile"
16742 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16743 netapi32/tests"
16744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16745 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules config.status"
16746 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
16748 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16749 newdev/libnewdev.$IMPLIBEXT"
16750 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16751 newdev/libnewdev.def newdev/libnewdev.a newdev/libnewdev.cross.a: newdev/newdev.spec \$(WINEBUILD)
16752 @cd newdev && \$(MAKE) \`basename \$@\`"
16753 ALL_MAKEFILES="$ALL_MAKEFILES \\
16754 dlls/newdev/Makefile"
16755 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16756 newdev"
16757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16758 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules config.status"
16759 ac_config_files="$ac_config_files dlls/newdev/Makefile"
16761 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16762 ntdll/libntdll.$IMPLIBEXT"
16763 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16764 ntdll/libntdll.def ntdll/libntdll.a ntdll/libntdll.cross.a: ntdll/ntdll.spec \$(WINEBUILD)
16765 @cd ntdll && \$(MAKE) \`basename \$@\`"
16766 ALL_MAKEFILES="$ALL_MAKEFILES \\
16767 dlls/ntdll/Makefile"
16768 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16769 ntdll"
16770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16771 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules config.status"
16772 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
16774 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16775 ntdll_test.exe"
16776 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16777 ntdll_test.exe: \$(TOPOBJDIR)/dlls/ntdll/tests/ntdll_test.exe$DLLEXT
16778 cp \$(TOPOBJDIR)/dlls/ntdll/tests/ntdll_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16779 ntdll_test.rc:
16780 echo \"ntdll_test.exe TESTRES \\\"ntdll_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16781 ntdll_test.res: ntdll_test.rc ntdll_test.exe"
16782 ALL_MAKEFILES="$ALL_MAKEFILES \\
16783 dlls/ntdll/tests/Makefile"
16784 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16785 ntdll/tests"
16786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16787 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules config.status"
16788 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
16790 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16791 ntdsapi/libntdsapi.$IMPLIBEXT"
16792 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16793 ntdsapi/libntdsapi.def ntdsapi/libntdsapi.a ntdsapi/libntdsapi.cross.a: ntdsapi/ntdsapi.spec \$(WINEBUILD)
16794 @cd ntdsapi && \$(MAKE) \`basename \$@\`"
16795 ALL_MAKEFILES="$ALL_MAKEFILES \\
16796 dlls/ntdsapi/Makefile"
16797 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16798 ntdsapi"
16799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16800 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules config.status"
16801 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
16803 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16804 ntdsapi_test.exe"
16805 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16806 ntdsapi_test.exe: \$(TOPOBJDIR)/dlls/ntdsapi/tests/ntdsapi_test.exe$DLLEXT
16807 cp \$(TOPOBJDIR)/dlls/ntdsapi/tests/ntdsapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16808 ntdsapi_test.rc:
16809 echo \"ntdsapi_test.exe TESTRES \\\"ntdsapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16810 ntdsapi_test.res: ntdsapi_test.rc ntdsapi_test.exe"
16811 ALL_MAKEFILES="$ALL_MAKEFILES \\
16812 dlls/ntdsapi/tests/Makefile"
16813 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16814 ntdsapi/tests"
16815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16816 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules config.status"
16817 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
16819 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16820 ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT"
16821 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16822 ntoskrnl.exe/libntoskrnl.exe.def ntoskrnl.exe/libntoskrnl.exe.a ntoskrnl.exe/libntoskrnl.exe.cross.a: ntoskrnl.exe/ntoskrnl.exe.spec \$(WINEBUILD)
16823 @cd ntoskrnl.exe && \$(MAKE) \`basename \$@\`"
16824 ALL_MAKEFILES="$ALL_MAKEFILES \\
16825 dlls/ntoskrnl.exe/Makefile"
16826 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16827 ntoskrnl.exe"
16828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16829 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules config.status"
16830 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
16832 ALL_MAKEFILES="$ALL_MAKEFILES \\
16833 dlls/ntprint/Makefile"
16834 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16835 ntprint"
16836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16837 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules config.status"
16838 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
16840 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16841 ntprint_test.exe"
16842 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16843 ntprint_test.exe: \$(TOPOBJDIR)/dlls/ntprint/tests/ntprint_test.exe$DLLEXT
16844 cp \$(TOPOBJDIR)/dlls/ntprint/tests/ntprint_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16845 ntprint_test.rc:
16846 echo \"ntprint_test.exe TESTRES \\\"ntprint_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16847 ntprint_test.res: ntprint_test.rc ntprint_test.exe"
16848 ALL_MAKEFILES="$ALL_MAKEFILES \\
16849 dlls/ntprint/tests/Makefile"
16850 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16851 ntprint/tests"
16852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16853 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules config.status"
16854 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
16856 ALL_MAKEFILES="$ALL_MAKEFILES \\
16857 dlls/objsel/Makefile"
16858 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16859 objsel"
16860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16861 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules config.status"
16862 ac_config_files="$ac_config_files dlls/objsel/Makefile"
16864 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16865 odbc32/libodbc32.$IMPLIBEXT"
16866 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16867 odbc32/libodbc32.def odbc32/libodbc32.a odbc32/libodbc32.cross.a: odbc32/odbc32.spec \$(WINEBUILD)
16868 @cd odbc32 && \$(MAKE) \`basename \$@\`"
16869 ALL_MAKEFILES="$ALL_MAKEFILES \\
16870 dlls/odbc32/Makefile"
16871 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16872 odbc32"
16873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16874 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules config.status"
16875 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
16877 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16878 odbccp32/libodbccp32.$IMPLIBEXT"
16879 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16880 odbccp32/libodbccp32.def odbccp32/libodbccp32.a odbccp32/libodbccp32.cross.a: odbccp32/odbccp32.spec \$(WINEBUILD)
16881 @cd odbccp32 && \$(MAKE) \`basename \$@\`"
16882 ALL_MAKEFILES="$ALL_MAKEFILES \\
16883 dlls/odbccp32/Makefile"
16884 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16885 odbccp32"
16886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16887 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules config.status"
16888 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
16890 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16891 odbccp32_test.exe"
16892 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16893 odbccp32_test.exe: \$(TOPOBJDIR)/dlls/odbccp32/tests/odbccp32_test.exe$DLLEXT
16894 cp \$(TOPOBJDIR)/dlls/odbccp32/tests/odbccp32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16895 odbccp32_test.rc:
16896 echo \"odbccp32_test.exe TESTRES \\\"odbccp32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16897 odbccp32_test.res: odbccp32_test.rc odbccp32_test.exe"
16898 ALL_MAKEFILES="$ALL_MAKEFILES \\
16899 dlls/odbccp32/tests/Makefile"
16900 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16901 odbccp32/tests"
16902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16903 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules config.status"
16904 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
16906 ALL_MAKEFILES="$ALL_MAKEFILES \\
16907 dlls/ole2.dll16/Makefile"
16908 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16909 ole2.dll16"
16910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16911 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules config.status"
16912 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
16914 ALL_MAKEFILES="$ALL_MAKEFILES \\
16915 dlls/ole2conv.dll16/Makefile"
16916 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16917 ole2conv.dll16"
16918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16919 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules config.status"
16920 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
16922 ALL_MAKEFILES="$ALL_MAKEFILES \\
16923 dlls/ole2disp.dll16/Makefile"
16924 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16925 ole2disp.dll16"
16926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16927 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules config.status"
16928 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
16930 ALL_MAKEFILES="$ALL_MAKEFILES \\
16931 dlls/ole2nls.dll16/Makefile"
16932 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16933 ole2nls.dll16"
16934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16935 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules config.status"
16936 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
16938 ALL_MAKEFILES="$ALL_MAKEFILES \\
16939 dlls/ole2prox.dll16/Makefile"
16940 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16941 ole2prox.dll16"
16942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16943 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules config.status"
16944 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
16946 ALL_MAKEFILES="$ALL_MAKEFILES \\
16947 dlls/ole2thk.dll16/Makefile"
16948 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16949 ole2thk.dll16"
16950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16951 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules config.status"
16952 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
16954 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16955 ole32/libole32.$IMPLIBEXT"
16956 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16957 ole32/libole32.def ole32/libole32.a ole32/libole32.cross.a: ole32/ole32.spec \$(WINEBUILD)
16958 @cd ole32 && \$(MAKE) \`basename \$@\`"
16959 ALL_MAKEFILES="$ALL_MAKEFILES \\
16960 dlls/ole32/Makefile"
16961 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16962 ole32"
16963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16964 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules config.status"
16965 ac_config_files="$ac_config_files dlls/ole32/Makefile"
16967 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16968 ole32_test.exe"
16969 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16970 ole32_test.exe: \$(TOPOBJDIR)/dlls/ole32/tests/ole32_test.exe$DLLEXT
16971 cp \$(TOPOBJDIR)/dlls/ole32/tests/ole32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16972 ole32_test.rc:
16973 echo \"ole32_test.exe TESTRES \\\"ole32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16974 ole32_test.res: ole32_test.rc ole32_test.exe"
16975 ALL_MAKEFILES="$ALL_MAKEFILES \\
16976 dlls/ole32/tests/Makefile"
16977 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16978 ole32/tests"
16979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16980 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules config.status"
16981 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
16983 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16984 oleacc/liboleacc.$IMPLIBEXT"
16985 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16986 oleacc/liboleacc.def oleacc/liboleacc.a oleacc/liboleacc.cross.a: oleacc/oleacc.spec \$(WINEBUILD)
16987 @cd oleacc && \$(MAKE) \`basename \$@\`"
16988 ALL_MAKEFILES="$ALL_MAKEFILES \\
16989 dlls/oleacc/Makefile"
16990 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16991 oleacc"
16992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16993 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules config.status"
16994 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
16996 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16997 oleacc_test.exe"
16998 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16999 oleacc_test.exe: \$(TOPOBJDIR)/dlls/oleacc/tests/oleacc_test.exe$DLLEXT
17000 cp \$(TOPOBJDIR)/dlls/oleacc/tests/oleacc_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17001 oleacc_test.rc:
17002 echo \"oleacc_test.exe TESTRES \\\"oleacc_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17003 oleacc_test.res: oleacc_test.rc oleacc_test.exe"
17004 ALL_MAKEFILES="$ALL_MAKEFILES \\
17005 dlls/oleacc/tests/Makefile"
17006 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17007 oleacc/tests"
17008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17009 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules config.status"
17010 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
17012 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17013 oleaut32/liboleaut32.$IMPLIBEXT"
17014 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17015 oleaut32/liboleaut32.def oleaut32/liboleaut32.a oleaut32/liboleaut32.cross.a: oleaut32/oleaut32.spec \$(WINEBUILD)
17016 @cd oleaut32 && \$(MAKE) \`basename \$@\`"
17017 ALL_MAKEFILES="$ALL_MAKEFILES \\
17018 dlls/oleaut32/Makefile"
17019 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17020 oleaut32"
17021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17022 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules config.status"
17023 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
17025 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17026 oleaut32_test.exe"
17027 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17028 oleaut32_test.exe: \$(TOPOBJDIR)/dlls/oleaut32/tests/oleaut32_test.exe$DLLEXT
17029 cp \$(TOPOBJDIR)/dlls/oleaut32/tests/oleaut32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17030 oleaut32_test.rc:
17031 echo \"oleaut32_test.exe TESTRES \\\"oleaut32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17032 oleaut32_test.res: oleaut32_test.rc oleaut32_test.exe"
17033 ALL_MAKEFILES="$ALL_MAKEFILES \\
17034 dlls/oleaut32/tests/Makefile"
17035 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17036 oleaut32/tests"
17037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17038 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules config.status"
17039 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
17041 ALL_MAKEFILES="$ALL_MAKEFILES \\
17042 dlls/olecli.dll16/Makefile"
17043 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17044 olecli.dll16"
17045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17046 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules config.status"
17047 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
17049 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17050 olecli32/libolecli32.$IMPLIBEXT"
17051 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17052 olecli32/libolecli32.def olecli32/libolecli32.a olecli32/libolecli32.cross.a: olecli32/olecli32.spec \$(WINEBUILD)
17053 @cd olecli32 && \$(MAKE) \`basename \$@\`"
17054 ALL_MAKEFILES="$ALL_MAKEFILES \\
17055 dlls/olecli32/Makefile"
17056 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17057 olecli32"
17058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17059 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules config.status"
17060 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
17062 ALL_MAKEFILES="$ALL_MAKEFILES \\
17063 dlls/oledb32/Makefile"
17064 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17065 oledb32"
17066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17067 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules config.status"
17068 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
17070 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17071 oledb32_test.exe"
17072 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17073 oledb32_test.exe: \$(TOPOBJDIR)/dlls/oledb32/tests/oledb32_test.exe$DLLEXT
17074 cp \$(TOPOBJDIR)/dlls/oledb32/tests/oledb32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17075 oledb32_test.rc:
17076 echo \"oledb32_test.exe TESTRES \\\"oledb32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17077 oledb32_test.res: oledb32_test.rc oledb32_test.exe"
17078 ALL_MAKEFILES="$ALL_MAKEFILES \\
17079 dlls/oledb32/tests/Makefile"
17080 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17081 oledb32/tests"
17082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17083 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules config.status"
17084 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
17086 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17087 oledlg/liboledlg.$IMPLIBEXT"
17088 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17089 oledlg/liboledlg.def oledlg/liboledlg.a oledlg/liboledlg.cross.a: oledlg/oledlg.spec \$(WINEBUILD)
17090 @cd oledlg && \$(MAKE) \`basename \$@\`"
17091 ALL_MAKEFILES="$ALL_MAKEFILES \\
17092 dlls/oledlg/Makefile"
17093 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17094 oledlg"
17095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17096 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules config.status"
17097 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
17099 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17100 olepro32/libolepro32.$IMPLIBEXT"
17101 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17102 olepro32/libolepro32.def olepro32/libolepro32.a olepro32/libolepro32.cross.a: olepro32/olepro32.spec \$(WINEBUILD)
17103 @cd olepro32 && \$(MAKE) \`basename \$@\`"
17104 ALL_MAKEFILES="$ALL_MAKEFILES \\
17105 dlls/olepro32/Makefile"
17106 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17107 olepro32"
17108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17109 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules config.status"
17110 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
17112 ALL_MAKEFILES="$ALL_MAKEFILES \\
17113 dlls/olesvr.dll16/Makefile"
17114 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17115 olesvr.dll16"
17116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17117 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules config.status"
17118 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
17120 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17121 olesvr32/libolesvr32.$IMPLIBEXT"
17122 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17123 olesvr32/libolesvr32.def olesvr32/libolesvr32.a olesvr32/libolesvr32.cross.a: olesvr32/olesvr32.spec \$(WINEBUILD)
17124 @cd olesvr32 && \$(MAKE) \`basename \$@\`"
17125 ALL_MAKEFILES="$ALL_MAKEFILES \\
17126 dlls/olesvr32/Makefile"
17127 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17128 olesvr32"
17129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17130 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules config.status"
17131 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
17133 ALL_MAKEFILES="$ALL_MAKEFILES \\
17134 dlls/olethk32/Makefile"
17135 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17136 olethk32"
17137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17138 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules config.status"
17139 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
17141 ALL_MAKEFILES="$ALL_MAKEFILES \\
17142 dlls/openal32/Makefile"
17143 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17144 openal32"
17145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17146 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules config.status"
17147 ac_config_files="$ac_config_files dlls/openal32/Makefile"
17149 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17150 opengl32/libopengl32.$IMPLIBEXT"
17151 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17152 opengl32/libopengl32.def opengl32/libopengl32.a opengl32/libopengl32.cross.a: opengl32/opengl32.spec \$(WINEBUILD)
17153 @cd opengl32 && \$(MAKE) \`basename \$@\`"
17154 ALL_MAKEFILES="$ALL_MAKEFILES \\
17155 dlls/opengl32/Makefile"
17156 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17157 opengl32"
17158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17159 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules config.status"
17160 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
17162 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17163 opengl32_test.exe"
17164 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17165 opengl32_test.exe: \$(TOPOBJDIR)/dlls/opengl32/tests/opengl32_test.exe$DLLEXT
17166 cp \$(TOPOBJDIR)/dlls/opengl32/tests/opengl32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17167 opengl32_test.rc:
17168 echo \"opengl32_test.exe TESTRES \\\"opengl32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17169 opengl32_test.res: opengl32_test.rc opengl32_test.exe"
17170 ALL_MAKEFILES="$ALL_MAKEFILES \\
17171 dlls/opengl32/tests/Makefile"
17172 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17173 opengl32/tests"
17174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17175 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules config.status"
17176 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
17178 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17179 pdh/libpdh.$IMPLIBEXT"
17180 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17181 pdh/libpdh.def pdh/libpdh.a pdh/libpdh.cross.a: pdh/pdh.spec \$(WINEBUILD)
17182 @cd pdh && \$(MAKE) \`basename \$@\`"
17183 ALL_MAKEFILES="$ALL_MAKEFILES \\
17184 dlls/pdh/Makefile"
17185 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17186 pdh"
17187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17188 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules config.status"
17189 ac_config_files="$ac_config_files dlls/pdh/Makefile"
17191 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17192 pdh_test.exe"
17193 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17194 pdh_test.exe: \$(TOPOBJDIR)/dlls/pdh/tests/pdh_test.exe$DLLEXT
17195 cp \$(TOPOBJDIR)/dlls/pdh/tests/pdh_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17196 pdh_test.rc:
17197 echo \"pdh_test.exe TESTRES \\\"pdh_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17198 pdh_test.res: pdh_test.rc pdh_test.exe"
17199 ALL_MAKEFILES="$ALL_MAKEFILES \\
17200 dlls/pdh/tests/Makefile"
17201 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17202 pdh/tests"
17203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17204 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules config.status"
17205 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
17207 ALL_MAKEFILES="$ALL_MAKEFILES \\
17208 dlls/pidgen/Makefile"
17209 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17210 pidgen"
17211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17212 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules config.status"
17213 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
17215 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17216 powrprof/libpowrprof.$IMPLIBEXT"
17217 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17218 powrprof/libpowrprof.def powrprof/libpowrprof.a powrprof/libpowrprof.cross.a: powrprof/powrprof.spec \$(WINEBUILD)
17219 @cd powrprof && \$(MAKE) \`basename \$@\`"
17220 ALL_MAKEFILES="$ALL_MAKEFILES \\
17221 dlls/powrprof/Makefile"
17222 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17223 powrprof"
17224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17225 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules config.status"
17226 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
17228 ALL_MAKEFILES="$ALL_MAKEFILES \\
17229 dlls/printui/Makefile"
17230 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17231 printui"
17232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17233 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules config.status"
17234 ac_config_files="$ac_config_files dlls/printui/Makefile"
17236 ALL_MAKEFILES="$ALL_MAKEFILES \\
17237 dlls/propsys/Makefile"
17238 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17239 propsys"
17240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17241 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules config.status"
17242 ac_config_files="$ac_config_files dlls/propsys/Makefile"
17244 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17245 psapi/libpsapi.$IMPLIBEXT"
17246 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17247 psapi/libpsapi.def psapi/libpsapi.a psapi/libpsapi.cross.a: psapi/psapi.spec \$(WINEBUILD)
17248 @cd psapi && \$(MAKE) \`basename \$@\`"
17249 ALL_MAKEFILES="$ALL_MAKEFILES \\
17250 dlls/psapi/Makefile"
17251 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17252 psapi"
17253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17254 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules config.status"
17255 ac_config_files="$ac_config_files dlls/psapi/Makefile"
17257 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17258 psapi_test.exe"
17259 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17260 psapi_test.exe: \$(TOPOBJDIR)/dlls/psapi/tests/psapi_test.exe$DLLEXT
17261 cp \$(TOPOBJDIR)/dlls/psapi/tests/psapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17262 psapi_test.rc:
17263 echo \"psapi_test.exe TESTRES \\\"psapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17264 psapi_test.res: psapi_test.rc psapi_test.exe"
17265 ALL_MAKEFILES="$ALL_MAKEFILES \\
17266 dlls/psapi/tests/Makefile"
17267 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17268 psapi/tests"
17269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17270 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules config.status"
17271 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
17273 ALL_MAKEFILES="$ALL_MAKEFILES \\
17274 dlls/pstorec/Makefile"
17275 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17276 pstorec"
17277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17278 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules config.status"
17279 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
17281 ALL_MAKEFILES="$ALL_MAKEFILES \\
17282 dlls/qcap/Makefile"
17283 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17284 qcap"
17285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17286 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules config.status"
17287 ac_config_files="$ac_config_files dlls/qcap/Makefile"
17289 ALL_MAKEFILES="$ALL_MAKEFILES \\
17290 dlls/qedit/Makefile"
17291 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17292 qedit"
17293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17294 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules config.status"
17295 ac_config_files="$ac_config_files dlls/qedit/Makefile"
17297 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17298 qedit_test.exe"
17299 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17300 qedit_test.exe: \$(TOPOBJDIR)/dlls/qedit/tests/qedit_test.exe$DLLEXT
17301 cp \$(TOPOBJDIR)/dlls/qedit/tests/qedit_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17302 qedit_test.rc:
17303 echo \"qedit_test.exe TESTRES \\\"qedit_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17304 qedit_test.res: qedit_test.rc qedit_test.exe"
17305 ALL_MAKEFILES="$ALL_MAKEFILES \\
17306 dlls/qedit/tests/Makefile"
17307 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17308 qedit/tests"
17309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17310 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules config.status"
17311 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
17313 ALL_MAKEFILES="$ALL_MAKEFILES \\
17314 dlls/qmgr/Makefile"
17315 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17316 qmgr"
17317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17318 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules config.status"
17319 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
17321 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17322 qmgr_test.exe"
17323 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17324 qmgr_test.exe: \$(TOPOBJDIR)/dlls/qmgr/tests/qmgr_test.exe$DLLEXT
17325 cp \$(TOPOBJDIR)/dlls/qmgr/tests/qmgr_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17326 qmgr_test.rc:
17327 echo \"qmgr_test.exe TESTRES \\\"qmgr_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17328 qmgr_test.res: qmgr_test.rc qmgr_test.exe"
17329 ALL_MAKEFILES="$ALL_MAKEFILES \\
17330 dlls/qmgr/tests/Makefile"
17331 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17332 qmgr/tests"
17333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17334 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules config.status"
17335 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
17337 ALL_MAKEFILES="$ALL_MAKEFILES \\
17338 dlls/qmgrprxy/Makefile"
17339 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17340 qmgrprxy"
17341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17342 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules config.status"
17343 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
17345 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17346 quartz/libquartz.$IMPLIBEXT"
17347 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17348 quartz/libquartz.def quartz/libquartz.a quartz/libquartz.cross.a: quartz/quartz.spec \$(WINEBUILD)
17349 @cd quartz && \$(MAKE) \`basename \$@\`"
17350 ALL_MAKEFILES="$ALL_MAKEFILES \\
17351 dlls/quartz/Makefile"
17352 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17353 quartz"
17354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17355 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules config.status"
17356 ac_config_files="$ac_config_files dlls/quartz/Makefile"
17358 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17359 quartz_test.exe"
17360 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17361 quartz_test.exe: \$(TOPOBJDIR)/dlls/quartz/tests/quartz_test.exe$DLLEXT
17362 cp \$(TOPOBJDIR)/dlls/quartz/tests/quartz_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17363 quartz_test.rc:
17364 echo \"quartz_test.exe TESTRES \\\"quartz_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17365 quartz_test.res: quartz_test.rc quartz_test.exe"
17366 ALL_MAKEFILES="$ALL_MAKEFILES \\
17367 dlls/quartz/tests/Makefile"
17368 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17369 quartz/tests"
17370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17371 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules config.status"
17372 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
17374 ALL_MAKEFILES="$ALL_MAKEFILES \\
17375 dlls/query/Makefile"
17376 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17377 query"
17378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17379 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules config.status"
17380 ac_config_files="$ac_config_files dlls/query/Makefile"
17382 ALL_MAKEFILES="$ALL_MAKEFILES \\
17383 dlls/rasapi16.dll16/Makefile"
17384 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17385 rasapi16.dll16"
17386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17387 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules config.status"
17388 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
17390 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17391 rasapi32/librasapi32.$IMPLIBEXT"
17392 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17393 rasapi32/librasapi32.def rasapi32/librasapi32.a rasapi32/librasapi32.cross.a: rasapi32/rasapi32.spec \$(WINEBUILD)
17394 @cd rasapi32 && \$(MAKE) \`basename \$@\`"
17395 ALL_MAKEFILES="$ALL_MAKEFILES \\
17396 dlls/rasapi32/Makefile"
17397 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17398 rasapi32"
17399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17400 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules config.status"
17401 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
17403 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17404 rasapi32_test.exe"
17405 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17406 rasapi32_test.exe: \$(TOPOBJDIR)/dlls/rasapi32/tests/rasapi32_test.exe$DLLEXT
17407 cp \$(TOPOBJDIR)/dlls/rasapi32/tests/rasapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17408 rasapi32_test.rc:
17409 echo \"rasapi32_test.exe TESTRES \\\"rasapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17410 rasapi32_test.res: rasapi32_test.rc rasapi32_test.exe"
17411 ALL_MAKEFILES="$ALL_MAKEFILES \\
17412 dlls/rasapi32/tests/Makefile"
17413 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17414 rasapi32/tests"
17415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17416 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules config.status"
17417 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
17419 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17420 rasdlg/librasdlg.$IMPLIBEXT"
17421 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17422 rasdlg/librasdlg.def rasdlg/librasdlg.a rasdlg/librasdlg.cross.a: rasdlg/rasdlg.spec \$(WINEBUILD)
17423 @cd rasdlg && \$(MAKE) \`basename \$@\`"
17424 ALL_MAKEFILES="$ALL_MAKEFILES \\
17425 dlls/rasdlg/Makefile"
17426 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17427 rasdlg"
17428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17429 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules config.status"
17430 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
17432 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17433 resutils/libresutils.$IMPLIBEXT"
17434 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17435 resutils/libresutils.def resutils/libresutils.a resutils/libresutils.cross.a: resutils/resutils.spec \$(WINEBUILD)
17436 @cd resutils && \$(MAKE) \`basename \$@\`"
17437 ALL_MAKEFILES="$ALL_MAKEFILES \\
17438 dlls/resutils/Makefile"
17439 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17440 resutils"
17441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17442 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules config.status"
17443 ac_config_files="$ac_config_files dlls/resutils/Makefile"
17445 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17446 riched20/libriched20.$IMPLIBEXT"
17447 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17448 riched20/libriched20.def riched20/libriched20.a riched20/libriched20.cross.a: riched20/riched20.spec \$(WINEBUILD)
17449 @cd riched20 && \$(MAKE) \`basename \$@\`"
17450 ALL_MAKEFILES="$ALL_MAKEFILES \\
17451 dlls/riched20/Makefile"
17452 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17453 riched20"
17454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17455 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules config.status"
17456 ac_config_files="$ac_config_files dlls/riched20/Makefile"
17458 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17459 riched20_test.exe"
17460 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17461 riched20_test.exe: \$(TOPOBJDIR)/dlls/riched20/tests/riched20_test.exe$DLLEXT
17462 cp \$(TOPOBJDIR)/dlls/riched20/tests/riched20_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17463 riched20_test.rc:
17464 echo \"riched20_test.exe TESTRES \\\"riched20_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17465 riched20_test.res: riched20_test.rc riched20_test.exe"
17466 ALL_MAKEFILES="$ALL_MAKEFILES \\
17467 dlls/riched20/tests/Makefile"
17468 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17469 riched20/tests"
17470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17471 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules config.status"
17472 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
17474 ALL_MAKEFILES="$ALL_MAKEFILES \\
17475 dlls/riched32/Makefile"
17476 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17477 riched32"
17478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17479 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules config.status"
17480 ac_config_files="$ac_config_files dlls/riched32/Makefile"
17482 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17483 riched32_test.exe"
17484 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17485 riched32_test.exe: \$(TOPOBJDIR)/dlls/riched32/tests/riched32_test.exe$DLLEXT
17486 cp \$(TOPOBJDIR)/dlls/riched32/tests/riched32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17487 riched32_test.rc:
17488 echo \"riched32_test.exe TESTRES \\\"riched32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17489 riched32_test.res: riched32_test.rc riched32_test.exe"
17490 ALL_MAKEFILES="$ALL_MAKEFILES \\
17491 dlls/riched32/tests/Makefile"
17492 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17493 riched32/tests"
17494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17495 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules config.status"
17496 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
17498 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17499 rpcrt4/librpcrt4.$IMPLIBEXT"
17500 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17501 rpcrt4/librpcrt4.def rpcrt4/librpcrt4.a rpcrt4/librpcrt4.cross.a: rpcrt4/rpcrt4.spec \$(WINEBUILD)
17502 @cd rpcrt4 && \$(MAKE) \`basename \$@\`"
17503 ALL_MAKEFILES="$ALL_MAKEFILES \\
17504 dlls/rpcrt4/Makefile"
17505 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17506 rpcrt4"
17507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17508 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules config.status"
17509 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
17511 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17512 rpcrt4_test.exe"
17513 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17514 rpcrt4_test.exe: \$(TOPOBJDIR)/dlls/rpcrt4/tests/rpcrt4_test.exe$DLLEXT
17515 cp \$(TOPOBJDIR)/dlls/rpcrt4/tests/rpcrt4_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17516 rpcrt4_test.rc:
17517 echo \"rpcrt4_test.exe TESTRES \\\"rpcrt4_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17518 rpcrt4_test.res: rpcrt4_test.rc rpcrt4_test.exe"
17519 ALL_MAKEFILES="$ALL_MAKEFILES \\
17520 dlls/rpcrt4/tests/Makefile"
17521 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17522 rpcrt4/tests"
17523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17524 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules config.status"
17525 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
17527 ALL_MAKEFILES="$ALL_MAKEFILES \\
17528 dlls/rsabase/Makefile"
17529 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17530 rsabase"
17531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17532 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules config.status"
17533 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
17535 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17536 rsaenh/librsaenh.$IMPLIBEXT"
17537 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17538 rsaenh/librsaenh.def rsaenh/librsaenh.a rsaenh/librsaenh.cross.a: rsaenh/rsaenh.spec \$(WINEBUILD)
17539 @cd rsaenh && \$(MAKE) \`basename \$@\`"
17540 ALL_MAKEFILES="$ALL_MAKEFILES \\
17541 dlls/rsaenh/Makefile"
17542 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17543 rsaenh"
17544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17545 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules config.status"
17546 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
17548 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17549 rsaenh_test.exe"
17550 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17551 rsaenh_test.exe: \$(TOPOBJDIR)/dlls/rsaenh/tests/rsaenh_test.exe$DLLEXT
17552 cp \$(TOPOBJDIR)/dlls/rsaenh/tests/rsaenh_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17553 rsaenh_test.rc:
17554 echo \"rsaenh_test.exe TESTRES \\\"rsaenh_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17555 rsaenh_test.res: rsaenh_test.rc rsaenh_test.exe"
17556 ALL_MAKEFILES="$ALL_MAKEFILES \\
17557 dlls/rsaenh/tests/Makefile"
17558 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17559 rsaenh/tests"
17560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17561 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules config.status"
17562 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
17564 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17565 rtutils/librtutils.$IMPLIBEXT"
17566 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17567 rtutils/librtutils.def rtutils/librtutils.a rtutils/librtutils.cross.a: rtutils/rtutils.spec \$(WINEBUILD)
17568 @cd rtutils && \$(MAKE) \`basename \$@\`"
17569 ALL_MAKEFILES="$ALL_MAKEFILES \\
17570 dlls/rtutils/Makefile"
17571 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17572 rtutils"
17573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17574 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules config.status"
17575 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
17577 ALL_MAKEFILES="$ALL_MAKEFILES \\
17578 dlls/sane.ds/Makefile"
17579 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17580 sane.ds"
17581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17582 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules config.status"
17583 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
17585 ALL_MAKEFILES="$ALL_MAKEFILES \\
17586 dlls/sccbase/Makefile"
17587 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17588 sccbase"
17589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17590 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules config.status"
17591 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
17593 ALL_MAKEFILES="$ALL_MAKEFILES \\
17594 dlls/schannel/Makefile"
17595 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17596 schannel"
17597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17598 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules config.status"
17599 ac_config_files="$ac_config_files dlls/schannel/Makefile"
17601 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17602 schannel_test.exe"
17603 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17604 schannel_test.exe: \$(TOPOBJDIR)/dlls/schannel/tests/schannel_test.exe$DLLEXT
17605 cp \$(TOPOBJDIR)/dlls/schannel/tests/schannel_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17606 schannel_test.rc:
17607 echo \"schannel_test.exe TESTRES \\\"schannel_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17608 schannel_test.res: schannel_test.rc schannel_test.exe"
17609 ALL_MAKEFILES="$ALL_MAKEFILES \\
17610 dlls/schannel/tests/Makefile"
17611 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17612 schannel/tests"
17613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17614 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules config.status"
17615 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
17617 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17618 secur32/libsecur32.$IMPLIBEXT"
17619 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17620 secur32/libsecur32.def secur32/libsecur32.a secur32/libsecur32.cross.a: secur32/secur32.spec \$(WINEBUILD)
17621 @cd secur32 && \$(MAKE) \`basename \$@\`"
17622 ALL_MAKEFILES="$ALL_MAKEFILES \\
17623 dlls/secur32/Makefile"
17624 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17625 secur32"
17626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17627 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules config.status"
17628 ac_config_files="$ac_config_files dlls/secur32/Makefile"
17630 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17631 secur32_test.exe"
17632 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17633 secur32_test.exe: \$(TOPOBJDIR)/dlls/secur32/tests/secur32_test.exe$DLLEXT
17634 cp \$(TOPOBJDIR)/dlls/secur32/tests/secur32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17635 secur32_test.rc:
17636 echo \"secur32_test.exe TESTRES \\\"secur32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17637 secur32_test.res: secur32_test.rc secur32_test.exe"
17638 ALL_MAKEFILES="$ALL_MAKEFILES \\
17639 dlls/secur32/tests/Makefile"
17640 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17641 secur32/tests"
17642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17643 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules config.status"
17644 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
17646 ALL_MAKEFILES="$ALL_MAKEFILES \\
17647 dlls/security/Makefile"
17648 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17649 security"
17650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17651 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules config.status"
17652 ac_config_files="$ac_config_files dlls/security/Makefile"
17654 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17655 sensapi/libsensapi.$IMPLIBEXT"
17656 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17657 sensapi/libsensapi.def sensapi/libsensapi.a sensapi/libsensapi.cross.a: sensapi/sensapi.spec \$(WINEBUILD)
17658 @cd sensapi && \$(MAKE) \`basename \$@\`"
17659 ALL_MAKEFILES="$ALL_MAKEFILES \\
17660 dlls/sensapi/Makefile"
17661 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17662 sensapi"
17663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17664 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules config.status"
17665 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
17667 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17668 serialui/libserialui.$IMPLIBEXT"
17669 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17670 serialui/libserialui.def serialui/libserialui.a serialui/libserialui.cross.a: serialui/serialui.spec \$(WINEBUILD)
17671 @cd serialui && \$(MAKE) \`basename \$@\`"
17672 ALL_MAKEFILES="$ALL_MAKEFILES \\
17673 dlls/serialui/Makefile"
17674 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17675 serialui"
17676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17677 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules config.status"
17678 ac_config_files="$ac_config_files dlls/serialui/Makefile"
17680 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17681 serialui_test.exe"
17682 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17683 serialui_test.exe: \$(TOPOBJDIR)/dlls/serialui/tests/serialui_test.exe$DLLEXT
17684 cp \$(TOPOBJDIR)/dlls/serialui/tests/serialui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17685 serialui_test.rc:
17686 echo \"serialui_test.exe TESTRES \\\"serialui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17687 serialui_test.res: serialui_test.rc serialui_test.exe"
17688 ALL_MAKEFILES="$ALL_MAKEFILES \\
17689 dlls/serialui/tests/Makefile"
17690 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17691 serialui/tests"
17692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17693 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules config.status"
17694 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
17696 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17697 setupapi/libsetupapi.$IMPLIBEXT"
17698 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17699 setupapi/libsetupapi.def setupapi/libsetupapi.a setupapi/libsetupapi.cross.a: setupapi/setupapi.spec \$(WINEBUILD)
17700 @cd setupapi && \$(MAKE) \`basename \$@\`"
17701 ALL_MAKEFILES="$ALL_MAKEFILES \\
17702 dlls/setupapi/Makefile"
17703 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17704 setupapi"
17705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17706 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules config.status"
17707 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
17709 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17710 setupapi_test.exe"
17711 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17712 setupapi_test.exe: \$(TOPOBJDIR)/dlls/setupapi/tests/setupapi_test.exe$DLLEXT
17713 cp \$(TOPOBJDIR)/dlls/setupapi/tests/setupapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17714 setupapi_test.rc:
17715 echo \"setupapi_test.exe TESTRES \\\"setupapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17716 setupapi_test.res: setupapi_test.rc setupapi_test.exe"
17717 ALL_MAKEFILES="$ALL_MAKEFILES \\
17718 dlls/setupapi/tests/Makefile"
17719 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17720 setupapi/tests"
17721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17722 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules config.status"
17723 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
17725 ALL_MAKEFILES="$ALL_MAKEFILES \\
17726 dlls/setupx.dll16/Makefile"
17727 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17728 setupx.dll16"
17729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17730 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules config.status"
17731 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
17733 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17734 sfc/libsfc.$IMPLIBEXT"
17735 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17736 sfc/libsfc.def sfc/libsfc.a sfc/libsfc.cross.a: sfc/sfc.spec \$(WINEBUILD)
17737 @cd sfc && \$(MAKE) \`basename \$@\`"
17738 ALL_MAKEFILES="$ALL_MAKEFILES \\
17739 dlls/sfc/Makefile"
17740 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17741 sfc"
17742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17743 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules config.status"
17744 ac_config_files="$ac_config_files dlls/sfc/Makefile"
17746 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17747 sfc_os/libsfc_os.$IMPLIBEXT"
17748 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17749 sfc_os/libsfc_os.def sfc_os/libsfc_os.a sfc_os/libsfc_os.cross.a: sfc_os/sfc_os.spec \$(WINEBUILD)
17750 @cd sfc_os && \$(MAKE) \`basename \$@\`"
17751 ALL_MAKEFILES="$ALL_MAKEFILES \\
17752 dlls/sfc_os/Makefile"
17753 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17754 sfc_os"
17755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17756 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules config.status"
17757 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
17759 ALL_MAKEFILES="$ALL_MAKEFILES \\
17760 dlls/shdoclc/Makefile"
17761 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17762 shdoclc"
17763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17764 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules config.status"
17765 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
17767 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17768 shdocvw/libshdocvw.$IMPLIBEXT"
17769 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17770 shdocvw/libshdocvw.def shdocvw/libshdocvw.a shdocvw/libshdocvw.cross.a: shdocvw/shdocvw.spec \$(WINEBUILD)
17771 @cd shdocvw && \$(MAKE) \`basename \$@\`"
17772 ALL_MAKEFILES="$ALL_MAKEFILES \\
17773 dlls/shdocvw/Makefile"
17774 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17775 shdocvw"
17776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17777 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules config.status"
17778 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
17780 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17781 shdocvw_test.exe"
17782 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17783 shdocvw_test.exe: \$(TOPOBJDIR)/dlls/shdocvw/tests/shdocvw_test.exe$DLLEXT
17784 cp \$(TOPOBJDIR)/dlls/shdocvw/tests/shdocvw_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17785 shdocvw_test.rc:
17786 echo \"shdocvw_test.exe TESTRES \\\"shdocvw_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17787 shdocvw_test.res: shdocvw_test.rc shdocvw_test.exe"
17788 ALL_MAKEFILES="$ALL_MAKEFILES \\
17789 dlls/shdocvw/tests/Makefile"
17790 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17791 shdocvw/tests"
17792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17793 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules config.status"
17794 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
17796 ALL_MAKEFILES="$ALL_MAKEFILES \\
17797 dlls/shell.dll16/Makefile"
17798 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17799 shell.dll16"
17800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17801 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules config.status"
17802 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
17804 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17805 shell32/libshell32.$IMPLIBEXT"
17806 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17807 shell32/libshell32.def shell32/libshell32.a shell32/libshell32.cross.a: shell32/shell32.spec \$(WINEBUILD)
17808 @cd shell32 && \$(MAKE) \`basename \$@\`"
17809 ALL_MAKEFILES="$ALL_MAKEFILES \\
17810 dlls/shell32/Makefile"
17811 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17812 shell32"
17813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17814 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules config.status"
17815 ac_config_files="$ac_config_files dlls/shell32/Makefile"
17817 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17818 shell32_test.exe"
17819 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17820 shell32_test.exe: \$(TOPOBJDIR)/dlls/shell32/tests/shell32_test.exe$DLLEXT
17821 cp \$(TOPOBJDIR)/dlls/shell32/tests/shell32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17822 shell32_test.rc:
17823 echo \"shell32_test.exe TESTRES \\\"shell32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17824 shell32_test.res: shell32_test.rc shell32_test.exe"
17825 ALL_MAKEFILES="$ALL_MAKEFILES \\
17826 dlls/shell32/tests/Makefile"
17827 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17828 shell32/tests"
17829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17830 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules config.status"
17831 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
17833 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17834 shfolder/libshfolder.$IMPLIBEXT"
17835 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17836 shfolder/libshfolder.def shfolder/libshfolder.a shfolder/libshfolder.cross.a: shfolder/shfolder.spec \$(WINEBUILD)
17837 @cd shfolder && \$(MAKE) \`basename \$@\`"
17838 ALL_MAKEFILES="$ALL_MAKEFILES \\
17839 dlls/shfolder/Makefile"
17840 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17841 shfolder"
17842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17843 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules config.status"
17844 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
17846 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17847 shlwapi/libshlwapi.$IMPLIBEXT"
17848 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17849 shlwapi/libshlwapi.def shlwapi/libshlwapi.a shlwapi/libshlwapi.cross.a: shlwapi/shlwapi.spec \$(WINEBUILD)
17850 @cd shlwapi && \$(MAKE) \`basename \$@\`"
17851 ALL_MAKEFILES="$ALL_MAKEFILES \\
17852 dlls/shlwapi/Makefile"
17853 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17854 shlwapi"
17855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17856 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules config.status"
17857 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
17859 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17860 shlwapi_test.exe"
17861 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17862 shlwapi_test.exe: \$(TOPOBJDIR)/dlls/shlwapi/tests/shlwapi_test.exe$DLLEXT
17863 cp \$(TOPOBJDIR)/dlls/shlwapi/tests/shlwapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17864 shlwapi_test.rc:
17865 echo \"shlwapi_test.exe TESTRES \\\"shlwapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17866 shlwapi_test.res: shlwapi_test.rc shlwapi_test.exe"
17867 ALL_MAKEFILES="$ALL_MAKEFILES \\
17868 dlls/shlwapi/tests/Makefile"
17869 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17870 shlwapi/tests"
17871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17872 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules config.status"
17873 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
17875 ALL_MAKEFILES="$ALL_MAKEFILES \\
17876 dlls/slbcsp/Makefile"
17877 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17878 slbcsp"
17879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17880 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules config.status"
17881 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
17883 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17884 slc/libslc.$IMPLIBEXT"
17885 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17886 slc/libslc.def slc/libslc.a slc/libslc.cross.a: slc/slc.spec \$(WINEBUILD)
17887 @cd slc && \$(MAKE) \`basename \$@\`"
17888 ALL_MAKEFILES="$ALL_MAKEFILES \\
17889 dlls/slc/Makefile"
17890 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17891 slc"
17892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17893 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules config.status"
17894 ac_config_files="$ac_config_files dlls/slc/Makefile"
17896 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17897 snmpapi/libsnmpapi.$IMPLIBEXT"
17898 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17899 snmpapi/libsnmpapi.def snmpapi/libsnmpapi.a snmpapi/libsnmpapi.cross.a: snmpapi/snmpapi.spec \$(WINEBUILD)
17900 @cd snmpapi && \$(MAKE) \`basename \$@\`"
17901 ALL_MAKEFILES="$ALL_MAKEFILES \\
17902 dlls/snmpapi/Makefile"
17903 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17904 snmpapi"
17905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17906 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules config.status"
17907 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
17909 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17910 snmpapi_test.exe"
17911 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17912 snmpapi_test.exe: \$(TOPOBJDIR)/dlls/snmpapi/tests/snmpapi_test.exe$DLLEXT
17913 cp \$(TOPOBJDIR)/dlls/snmpapi/tests/snmpapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17914 snmpapi_test.rc:
17915 echo \"snmpapi_test.exe TESTRES \\\"snmpapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17916 snmpapi_test.res: snmpapi_test.rc snmpapi_test.exe"
17917 ALL_MAKEFILES="$ALL_MAKEFILES \\
17918 dlls/snmpapi/tests/Makefile"
17919 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17920 snmpapi/tests"
17921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17922 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules config.status"
17923 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
17925 ALL_MAKEFILES="$ALL_MAKEFILES \\
17926 dlls/softpub/Makefile"
17927 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17928 softpub"
17929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17930 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules config.status"
17931 ac_config_files="$ac_config_files dlls/softpub/Makefile"
17933 ALL_MAKEFILES="$ALL_MAKEFILES \\
17934 dlls/sound.drv16/Makefile"
17935 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17936 sound.drv16"
17937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17938 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules config.status"
17939 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
17941 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17942 spoolss/libspoolss.$IMPLIBEXT"
17943 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17944 spoolss/libspoolss.def spoolss/libspoolss.a spoolss/libspoolss.cross.a: spoolss/spoolss.spec \$(WINEBUILD)
17945 @cd spoolss && \$(MAKE) \`basename \$@\`"
17946 ALL_MAKEFILES="$ALL_MAKEFILES \\
17947 dlls/spoolss/Makefile"
17948 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17949 spoolss"
17950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17951 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules config.status"
17952 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
17954 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17955 spoolss_test.exe"
17956 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17957 spoolss_test.exe: \$(TOPOBJDIR)/dlls/spoolss/tests/spoolss_test.exe$DLLEXT
17958 cp \$(TOPOBJDIR)/dlls/spoolss/tests/spoolss_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17959 spoolss_test.rc:
17960 echo \"spoolss_test.exe TESTRES \\\"spoolss_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17961 spoolss_test.res: spoolss_test.rc spoolss_test.exe"
17962 ALL_MAKEFILES="$ALL_MAKEFILES \\
17963 dlls/spoolss/tests/Makefile"
17964 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17965 spoolss/tests"
17966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17967 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules config.status"
17968 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
17970 ALL_MAKEFILES="$ALL_MAKEFILES \\
17971 dlls/stdole2.tlb/Makefile"
17972 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17973 stdole2.tlb"
17974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17975 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules config.status"
17976 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
17978 ALL_MAKEFILES="$ALL_MAKEFILES \\
17979 dlls/stdole32.tlb/Makefile"
17980 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17981 stdole32.tlb"
17982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17983 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules config.status"
17984 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
17986 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17987 sti/libsti.$IMPLIBEXT"
17988 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17989 sti/libsti.def sti/libsti.a sti/libsti.cross.a: sti/sti.spec \$(WINEBUILD)
17990 @cd sti && \$(MAKE) \`basename \$@\`"
17991 ALL_MAKEFILES="$ALL_MAKEFILES \\
17992 dlls/sti/Makefile"
17993 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17994 sti"
17995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17996 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules config.status"
17997 ac_config_files="$ac_config_files dlls/sti/Makefile"
17999 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18000 sti_test.exe"
18001 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18002 sti_test.exe: \$(TOPOBJDIR)/dlls/sti/tests/sti_test.exe$DLLEXT
18003 cp \$(TOPOBJDIR)/dlls/sti/tests/sti_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18004 sti_test.rc:
18005 echo \"sti_test.exe TESTRES \\\"sti_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18006 sti_test.res: sti_test.rc sti_test.exe"
18007 ALL_MAKEFILES="$ALL_MAKEFILES \\
18008 dlls/sti/tests/Makefile"
18009 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18010 sti/tests"
18011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18012 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules config.status"
18013 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
18015 ALL_MAKEFILES="$ALL_MAKEFILES \\
18016 dlls/storage.dll16/Makefile"
18017 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18018 storage.dll16"
18019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18020 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules config.status"
18021 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
18023 ALL_MAKEFILES="$ALL_MAKEFILES \\
18024 dlls/stress.dll16/Makefile"
18025 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18026 stress.dll16"
18027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18028 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules config.status"
18029 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
18031 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
18032 strmiids/libstrmiids.a"
18033 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18034 strmiids/libstrmiids.a: strmiids
18035 strmiids/libstrmiids.cross.a: dummy
18036 @cd strmiids && \$(MAKE) libstrmiids.cross.a"
18037 ALL_MAKEFILES="$ALL_MAKEFILES \\
18038 dlls/strmiids/Makefile"
18039 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
18040 strmiids"
18041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18042 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules config.status"
18043 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
18045 ALL_MAKEFILES="$ALL_MAKEFILES \\
18046 dlls/svrapi/Makefile"
18047 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18048 svrapi"
18049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18050 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules config.status"
18051 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
18053 ALL_MAKEFILES="$ALL_MAKEFILES \\
18054 dlls/sxs/Makefile"
18055 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18056 sxs"
18057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18058 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules config.status"
18059 ac_config_files="$ac_config_files dlls/sxs/Makefile"
18061 ALL_MAKEFILES="$ALL_MAKEFILES \\
18062 dlls/system.drv16/Makefile"
18063 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18064 system.drv16"
18065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18066 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules config.status"
18067 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
18069 ALL_MAKEFILES="$ALL_MAKEFILES \\
18070 dlls/t2embed/Makefile"
18071 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18072 t2embed"
18073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18074 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules config.status"
18075 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
18077 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18078 tapi32/libtapi32.$IMPLIBEXT"
18079 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18080 tapi32/libtapi32.def tapi32/libtapi32.a tapi32/libtapi32.cross.a: tapi32/tapi32.spec \$(WINEBUILD)
18081 @cd tapi32 && \$(MAKE) \`basename \$@\`"
18082 ALL_MAKEFILES="$ALL_MAKEFILES \\
18083 dlls/tapi32/Makefile"
18084 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18085 tapi32"
18086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18087 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules config.status"
18088 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
18090 ALL_MAKEFILES="$ALL_MAKEFILES \\
18091 dlls/toolhelp.dll16/Makefile"
18092 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18093 toolhelp.dll16"
18094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18095 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules config.status"
18096 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
18098 ALL_MAKEFILES="$ALL_MAKEFILES \\
18099 dlls/traffic/Makefile"
18100 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18101 traffic"
18102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18103 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules config.status"
18104 ac_config_files="$ac_config_files dlls/traffic/Makefile"
18106 ALL_MAKEFILES="$ALL_MAKEFILES \\
18107 dlls/twain.dll16/Makefile"
18108 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18109 twain.dll16"
18110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18111 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules config.status"
18112 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
18114 ALL_MAKEFILES="$ALL_MAKEFILES \\
18115 dlls/twain_32/Makefile"
18116 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18117 twain_32"
18118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18119 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules config.status"
18120 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
18122 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18123 twain_32_test.exe"
18124 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18125 twain_32_test.exe: \$(TOPOBJDIR)/dlls/twain_32/tests/twain_32_test.exe$DLLEXT
18126 cp \$(TOPOBJDIR)/dlls/twain_32/tests/twain_32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18127 twain_32_test.rc:
18128 echo \"twain_32_test.exe TESTRES \\\"twain_32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18129 twain_32_test.res: twain_32_test.rc twain_32_test.exe"
18130 ALL_MAKEFILES="$ALL_MAKEFILES \\
18131 dlls/twain_32/tests/Makefile"
18132 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18133 twain_32/tests"
18134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18135 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules config.status"
18136 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
18138 ALL_MAKEFILES="$ALL_MAKEFILES \\
18139 dlls/typelib.dll16/Makefile"
18140 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18141 typelib.dll16"
18142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18143 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules config.status"
18144 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
18146 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18147 unicows/libunicows.$IMPLIBEXT"
18148 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18149 unicows/libunicows.def unicows/libunicows.a unicows/libunicows.cross.a: unicows/unicows.spec \$(WINEBUILD)
18150 @cd unicows && \$(MAKE) \`basename \$@\`"
18151 ALL_MAKEFILES="$ALL_MAKEFILES \\
18152 dlls/unicows/Makefile"
18153 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18154 unicows"
18155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18156 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules config.status"
18157 ac_config_files="$ac_config_files dlls/unicows/Makefile"
18159 ALL_MAKEFILES="$ALL_MAKEFILES \\
18160 dlls/updspapi/Makefile"
18161 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18162 updspapi"
18163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18164 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules config.status"
18165 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
18167 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18168 url/liburl.$IMPLIBEXT"
18169 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18170 url/liburl.def url/liburl.a url/liburl.cross.a: url/url.spec \$(WINEBUILD)
18171 @cd url && \$(MAKE) \`basename \$@\`"
18172 ALL_MAKEFILES="$ALL_MAKEFILES \\
18173 dlls/url/Makefile"
18174 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18175 url"
18176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18177 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules config.status"
18178 ac_config_files="$ac_config_files dlls/url/Makefile"
18180 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18181 urlmon/liburlmon.$IMPLIBEXT"
18182 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18183 urlmon/liburlmon.def urlmon/liburlmon.a urlmon/liburlmon.cross.a: urlmon/urlmon.spec \$(WINEBUILD)
18184 @cd urlmon && \$(MAKE) \`basename \$@\`"
18185 ALL_MAKEFILES="$ALL_MAKEFILES \\
18186 dlls/urlmon/Makefile"
18187 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18188 urlmon"
18189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18190 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules config.status"
18191 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
18193 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18194 urlmon_test.exe"
18195 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18196 urlmon_test.exe: \$(TOPOBJDIR)/dlls/urlmon/tests/urlmon_test.exe$DLLEXT
18197 cp \$(TOPOBJDIR)/dlls/urlmon/tests/urlmon_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18198 urlmon_test.rc:
18199 echo \"urlmon_test.exe TESTRES \\\"urlmon_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18200 urlmon_test.res: urlmon_test.rc urlmon_test.exe"
18201 ALL_MAKEFILES="$ALL_MAKEFILES \\
18202 dlls/urlmon/tests/Makefile"
18203 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18204 urlmon/tests"
18205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18206 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules config.status"
18207 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
18209 ALL_MAKEFILES="$ALL_MAKEFILES \\
18210 dlls/user.exe16/Makefile"
18211 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18212 user.exe16"
18213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18214 dlls/user.exe16/Makefile: dlls/user.exe16/Makefile.in dlls/Makedll.rules config.status"
18215 ac_config_files="$ac_config_files dlls/user.exe16/Makefile"
18217 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18218 user32/libuser32.$IMPLIBEXT"
18219 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18220 user32/libuser32.def user32/libuser32.a user32/libuser32.cross.a: user32/user32.spec \$(WINEBUILD)
18221 @cd user32 && \$(MAKE) \`basename \$@\`"
18222 ALL_MAKEFILES="$ALL_MAKEFILES \\
18223 dlls/user32/Makefile"
18224 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18225 user32"
18226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18227 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules config.status"
18228 ac_config_files="$ac_config_files dlls/user32/Makefile"
18230 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18231 user32_test.exe"
18232 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18233 user32_test.exe: \$(TOPOBJDIR)/dlls/user32/tests/user32_test.exe$DLLEXT
18234 cp \$(TOPOBJDIR)/dlls/user32/tests/user32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18235 user32_test.rc:
18236 echo \"user32_test.exe TESTRES \\\"user32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18237 user32_test.res: user32_test.rc user32_test.exe"
18238 ALL_MAKEFILES="$ALL_MAKEFILES \\
18239 dlls/user32/tests/Makefile"
18240 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18241 user32/tests"
18242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18243 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules config.status"
18244 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
18246 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18247 userenv/libuserenv.$IMPLIBEXT"
18248 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18249 userenv/libuserenv.def userenv/libuserenv.a userenv/libuserenv.cross.a: userenv/userenv.spec \$(WINEBUILD)
18250 @cd userenv && \$(MAKE) \`basename \$@\`"
18251 ALL_MAKEFILES="$ALL_MAKEFILES \\
18252 dlls/userenv/Makefile"
18253 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18254 userenv"
18255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18256 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules config.status"
18257 ac_config_files="$ac_config_files dlls/userenv/Makefile"
18259 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18260 userenv_test.exe"
18261 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18262 userenv_test.exe: \$(TOPOBJDIR)/dlls/userenv/tests/userenv_test.exe$DLLEXT
18263 cp \$(TOPOBJDIR)/dlls/userenv/tests/userenv_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18264 userenv_test.rc:
18265 echo \"userenv_test.exe TESTRES \\\"userenv_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18266 userenv_test.res: userenv_test.rc userenv_test.exe"
18267 ALL_MAKEFILES="$ALL_MAKEFILES \\
18268 dlls/userenv/tests/Makefile"
18269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18270 userenv/tests"
18271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18272 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules config.status"
18273 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
18275 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18276 usp10/libusp10.$IMPLIBEXT"
18277 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18278 usp10/libusp10.def usp10/libusp10.a usp10/libusp10.cross.a: usp10/usp10.spec \$(WINEBUILD)
18279 @cd usp10 && \$(MAKE) \`basename \$@\`"
18280 ALL_MAKEFILES="$ALL_MAKEFILES \\
18281 dlls/usp10/Makefile"
18282 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18283 usp10"
18284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18285 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules config.status"
18286 ac_config_files="$ac_config_files dlls/usp10/Makefile"
18288 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18289 usp10_test.exe"
18290 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18291 usp10_test.exe: \$(TOPOBJDIR)/dlls/usp10/tests/usp10_test.exe$DLLEXT
18292 cp \$(TOPOBJDIR)/dlls/usp10/tests/usp10_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18293 usp10_test.rc:
18294 echo \"usp10_test.exe TESTRES \\\"usp10_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18295 usp10_test.res: usp10_test.rc usp10_test.exe"
18296 ALL_MAKEFILES="$ALL_MAKEFILES \\
18297 dlls/usp10/tests/Makefile"
18298 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18299 usp10/tests"
18300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18301 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules config.status"
18302 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
18304 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
18305 uuid/libuuid.a"
18306 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18307 uuid/libuuid.a: uuid
18308 uuid/libuuid.cross.a: dummy
18309 @cd uuid && \$(MAKE) libuuid.cross.a"
18310 ALL_MAKEFILES="$ALL_MAKEFILES \\
18311 dlls/uuid/Makefile"
18312 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
18313 uuid"
18314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18315 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules config.status"
18316 ac_config_files="$ac_config_files dlls/uuid/Makefile"
18318 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18319 uxtheme/libuxtheme.$IMPLIBEXT"
18320 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18321 uxtheme/libuxtheme.def uxtheme/libuxtheme.a uxtheme/libuxtheme.cross.a: uxtheme/uxtheme.spec \$(WINEBUILD)
18322 @cd uxtheme && \$(MAKE) \`basename \$@\`"
18323 ALL_MAKEFILES="$ALL_MAKEFILES \\
18324 dlls/uxtheme/Makefile"
18325 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18326 uxtheme"
18327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18328 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules config.status"
18329 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
18331 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18332 uxtheme_test.exe"
18333 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18334 uxtheme_test.exe: \$(TOPOBJDIR)/dlls/uxtheme/tests/uxtheme_test.exe$DLLEXT
18335 cp \$(TOPOBJDIR)/dlls/uxtheme/tests/uxtheme_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18336 uxtheme_test.rc:
18337 echo \"uxtheme_test.exe TESTRES \\\"uxtheme_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18338 uxtheme_test.res: uxtheme_test.rc uxtheme_test.exe"
18339 ALL_MAKEFILES="$ALL_MAKEFILES \\
18340 dlls/uxtheme/tests/Makefile"
18341 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18342 uxtheme/tests"
18343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18344 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules config.status"
18345 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
18347 ALL_MAKEFILES="$ALL_MAKEFILES \\
18348 dlls/vdhcp.vxd/Makefile"
18349 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18350 vdhcp.vxd"
18351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18352 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules config.status"
18353 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
18355 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18356 vdmdbg/libvdmdbg.$IMPLIBEXT"
18357 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18358 vdmdbg/libvdmdbg.def vdmdbg/libvdmdbg.a vdmdbg/libvdmdbg.cross.a: vdmdbg/vdmdbg.spec \$(WINEBUILD)
18359 @cd vdmdbg && \$(MAKE) \`basename \$@\`"
18360 ALL_MAKEFILES="$ALL_MAKEFILES \\
18361 dlls/vdmdbg/Makefile"
18362 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18363 vdmdbg"
18364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18365 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules config.status"
18366 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
18368 ALL_MAKEFILES="$ALL_MAKEFILES \\
18369 dlls/ver.dll16/Makefile"
18370 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18371 ver.dll16"
18372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18373 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules config.status"
18374 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
18376 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18377 version/libversion.$IMPLIBEXT"
18378 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18379 version/libversion.def version/libversion.a version/libversion.cross.a: version/version.spec \$(WINEBUILD)
18380 @cd version && \$(MAKE) \`basename \$@\`"
18381 ALL_MAKEFILES="$ALL_MAKEFILES \\
18382 dlls/version/Makefile"
18383 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18384 version"
18385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18386 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules config.status"
18387 ac_config_files="$ac_config_files dlls/version/Makefile"
18389 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18390 version_test.exe"
18391 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18392 version_test.exe: \$(TOPOBJDIR)/dlls/version/tests/version_test.exe$DLLEXT
18393 cp \$(TOPOBJDIR)/dlls/version/tests/version_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18394 version_test.rc:
18395 echo \"version_test.exe TESTRES \\\"version_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18396 version_test.res: version_test.rc version_test.exe"
18397 ALL_MAKEFILES="$ALL_MAKEFILES \\
18398 dlls/version/tests/Makefile"
18399 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18400 version/tests"
18401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18402 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules config.status"
18403 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
18405 ALL_MAKEFILES="$ALL_MAKEFILES \\
18406 dlls/vmm.vxd/Makefile"
18407 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18408 vmm.vxd"
18409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18410 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules config.status"
18411 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
18413 ALL_MAKEFILES="$ALL_MAKEFILES \\
18414 dlls/vnbt.vxd/Makefile"
18415 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18416 vnbt.vxd"
18417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18418 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules config.status"
18419 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
18421 ALL_MAKEFILES="$ALL_MAKEFILES \\
18422 dlls/vnetbios.vxd/Makefile"
18423 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18424 vnetbios.vxd"
18425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18426 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules config.status"
18427 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
18429 ALL_MAKEFILES="$ALL_MAKEFILES \\
18430 dlls/vtdapi.vxd/Makefile"
18431 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18432 vtdapi.vxd"
18433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18434 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules config.status"
18435 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
18437 ALL_MAKEFILES="$ALL_MAKEFILES \\
18438 dlls/vwin32.vxd/Makefile"
18439 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18440 vwin32.vxd"
18441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18442 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules config.status"
18443 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
18445 ALL_MAKEFILES="$ALL_MAKEFILES \\
18446 dlls/w32skrnl/Makefile"
18447 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18448 w32skrnl"
18449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18450 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules config.status"
18451 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
18453 ALL_MAKEFILES="$ALL_MAKEFILES \\
18454 dlls/w32sys.dll16/Makefile"
18455 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18456 w32sys.dll16"
18457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18458 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules config.status"
18459 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
18461 ALL_MAKEFILES="$ALL_MAKEFILES \\
18462 dlls/wbemprox/Makefile"
18463 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18464 wbemprox"
18465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18466 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules config.status"
18467 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
18469 ALL_MAKEFILES="$ALL_MAKEFILES \\
18470 dlls/wiaservc/Makefile"
18471 test "x$enable_wiaservc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18472 wiaservc"
18473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18474 dlls/wiaservc/Makefile: dlls/wiaservc/Makefile.in dlls/Makedll.rules config.status"
18475 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
18477 ALL_MAKEFILES="$ALL_MAKEFILES \\
18478 dlls/win32s16.dll16/Makefile"
18479 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18480 win32s16.dll16"
18481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18482 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules config.status"
18483 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
18485 ALL_MAKEFILES="$ALL_MAKEFILES \\
18486 dlls/win87em.dll16/Makefile"
18487 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18488 win87em.dll16"
18489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18490 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules config.status"
18491 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
18493 ALL_MAKEFILES="$ALL_MAKEFILES \\
18494 dlls/winaspi.dll16/Makefile"
18495 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18496 winaspi.dll16"
18497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18498 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules config.status"
18499 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
18501 ALL_MAKEFILES="$ALL_MAKEFILES \\
18502 dlls/windebug.dll16/Makefile"
18503 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18504 windebug.dll16"
18505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18506 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules config.status"
18507 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
18509 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18510 windowscodecs/libwindowscodecs.$IMPLIBEXT"
18511 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18512 windowscodecs/libwindowscodecs.def windowscodecs/libwindowscodecs.a windowscodecs/libwindowscodecs.cross.a: windowscodecs/windowscodecs.spec \$(WINEBUILD)
18513 @cd windowscodecs && \$(MAKE) \`basename \$@\`"
18514 ALL_MAKEFILES="$ALL_MAKEFILES \\
18515 dlls/windowscodecs/Makefile"
18516 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18517 windowscodecs"
18518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18519 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules config.status"
18520 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
18522 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18523 windowscodecs_test.exe"
18524 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18525 windowscodecs_test.exe: \$(TOPOBJDIR)/dlls/windowscodecs/tests/windowscodecs_test.exe$DLLEXT
18526 cp \$(TOPOBJDIR)/dlls/windowscodecs/tests/windowscodecs_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18527 windowscodecs_test.rc:
18528 echo \"windowscodecs_test.exe TESTRES \\\"windowscodecs_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18529 windowscodecs_test.res: windowscodecs_test.rc windowscodecs_test.exe"
18530 ALL_MAKEFILES="$ALL_MAKEFILES \\
18531 dlls/windowscodecs/tests/Makefile"
18532 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18533 windowscodecs/tests"
18534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18535 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules config.status"
18536 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
18538 ALL_MAKEFILES="$ALL_MAKEFILES \\
18539 dlls/winealsa.drv/Makefile"
18540 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18541 winealsa.drv"
18542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18543 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules config.status"
18544 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
18546 ALL_MAKEFILES="$ALL_MAKEFILES \\
18547 dlls/wineaudioio.drv/Makefile"
18548 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18549 wineaudioio.drv"
18550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18551 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules config.status"
18552 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
18554 ALL_MAKEFILES="$ALL_MAKEFILES \\
18555 dlls/winecoreaudio.drv/Makefile"
18556 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18557 winecoreaudio.drv"
18558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18559 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules config.status"
18560 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
18562 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
18563 winecrt0/libwinecrt0.a"
18564 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18565 winecrt0/libwinecrt0.a: winecrt0
18566 winecrt0/libwinecrt0.cross.a: dummy
18567 @cd winecrt0 && \$(MAKE) libwinecrt0.cross.a"
18568 ALL_MAKEFILES="$ALL_MAKEFILES \\
18569 dlls/winecrt0/Makefile"
18570 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
18571 winecrt0"
18572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18573 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules config.status"
18574 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
18576 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18577 wined3d/libwined3d.$IMPLIBEXT"
18578 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18579 wined3d/libwined3d.def wined3d/libwined3d.a wined3d/libwined3d.cross.a: wined3d/wined3d.spec \$(WINEBUILD)
18580 @cd wined3d && \$(MAKE) \`basename \$@\`"
18581 ALL_MAKEFILES="$ALL_MAKEFILES \\
18582 dlls/wined3d/Makefile"
18583 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18584 wined3d"
18585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18586 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules config.status"
18587 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
18589 ALL_MAKEFILES="$ALL_MAKEFILES \\
18590 dlls/wineesd.drv/Makefile"
18591 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18592 wineesd.drv"
18593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18594 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules config.status"
18595 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
18597 ALL_MAKEFILES="$ALL_MAKEFILES \\
18598 dlls/winejack.drv/Makefile"
18599 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18600 winejack.drv"
18601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18602 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules config.status"
18603 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
18605 ALL_MAKEFILES="$ALL_MAKEFILES \\
18606 dlls/winejoystick.drv/Makefile"
18607 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18608 winejoystick.drv"
18609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18610 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules config.status"
18611 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
18613 ALL_MAKEFILES="$ALL_MAKEFILES \\
18614 dlls/winemapi/Makefile"
18615 test "x$enable_winemapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18616 winemapi"
18617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18618 dlls/winemapi/Makefile: dlls/winemapi/Makefile.in dlls/Makedll.rules config.status"
18619 ac_config_files="$ac_config_files dlls/winemapi/Makefile"
18621 ALL_MAKEFILES="$ALL_MAKEFILES \\
18622 dlls/winemp3.acm/Makefile"
18623 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18624 winemp3.acm"
18625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18626 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules config.status"
18627 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
18629 ALL_MAKEFILES="$ALL_MAKEFILES \\
18630 dlls/winenas.drv/Makefile"
18631 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18632 winenas.drv"
18633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18634 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules config.status"
18635 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
18637 ALL_MAKEFILES="$ALL_MAKEFILES \\
18638 dlls/wineoss.drv/Makefile"
18639 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18640 wineoss.drv"
18641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18642 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules config.status"
18643 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
18645 ALL_MAKEFILES="$ALL_MAKEFILES \\
18646 dlls/wineps.drv/Makefile"
18647 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18648 wineps.drv"
18649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18650 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules config.status"
18651 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
18653 ALL_MAKEFILES="$ALL_MAKEFILES \\
18654 dlls/wineps16.drv16/Makefile"
18655 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18656 wineps16.drv16"
18657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18658 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules config.status"
18659 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
18661 ALL_MAKEFILES="$ALL_MAKEFILES \\
18662 dlls/winequartz.drv/Makefile"
18663 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18664 winequartz.drv"
18665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18666 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules config.status"
18667 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
18669 ALL_MAKEFILES="$ALL_MAKEFILES \\
18670 dlls/winex11.drv/Makefile"
18671 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18672 winex11.drv"
18673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18674 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules config.status"
18675 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
18677 ALL_MAKEFILES="$ALL_MAKEFILES \\
18678 dlls/wing.dll16/Makefile"
18679 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18680 wing.dll16"
18681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18682 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules config.status"
18683 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
18685 ALL_MAKEFILES="$ALL_MAKEFILES \\
18686 dlls/wing32/Makefile"
18687 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18688 wing32"
18689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18690 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules config.status"
18691 ac_config_files="$ac_config_files dlls/wing32/Makefile"
18693 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18694 winhttp/libwinhttp.$IMPLIBEXT"
18695 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18696 winhttp/libwinhttp.def winhttp/libwinhttp.a winhttp/libwinhttp.cross.a: winhttp/winhttp.spec \$(WINEBUILD)
18697 @cd winhttp && \$(MAKE) \`basename \$@\`"
18698 ALL_MAKEFILES="$ALL_MAKEFILES \\
18699 dlls/winhttp/Makefile"
18700 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18701 winhttp"
18702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18703 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules config.status"
18704 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
18706 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18707 winhttp_test.exe"
18708 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18709 winhttp_test.exe: \$(TOPOBJDIR)/dlls/winhttp/tests/winhttp_test.exe$DLLEXT
18710 cp \$(TOPOBJDIR)/dlls/winhttp/tests/winhttp_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18711 winhttp_test.rc:
18712 echo \"winhttp_test.exe TESTRES \\\"winhttp_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18713 winhttp_test.res: winhttp_test.rc winhttp_test.exe"
18714 ALL_MAKEFILES="$ALL_MAKEFILES \\
18715 dlls/winhttp/tests/Makefile"
18716 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18717 winhttp/tests"
18718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18719 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules config.status"
18720 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
18722 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18723 wininet/libwininet.$IMPLIBEXT"
18724 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18725 wininet/libwininet.def wininet/libwininet.a wininet/libwininet.cross.a: wininet/wininet.spec \$(WINEBUILD)
18726 @cd wininet && \$(MAKE) \`basename \$@\`"
18727 ALL_MAKEFILES="$ALL_MAKEFILES \\
18728 dlls/wininet/Makefile"
18729 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18730 wininet"
18731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18732 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules config.status"
18733 ac_config_files="$ac_config_files dlls/wininet/Makefile"
18735 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18736 wininet_test.exe"
18737 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18738 wininet_test.exe: \$(TOPOBJDIR)/dlls/wininet/tests/wininet_test.exe$DLLEXT
18739 cp \$(TOPOBJDIR)/dlls/wininet/tests/wininet_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18740 wininet_test.rc:
18741 echo \"wininet_test.exe TESTRES \\\"wininet_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18742 wininet_test.res: wininet_test.rc wininet_test.exe"
18743 ALL_MAKEFILES="$ALL_MAKEFILES \\
18744 dlls/wininet/tests/Makefile"
18745 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18746 wininet/tests"
18747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18748 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules config.status"
18749 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
18751 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18752 winmm/libwinmm.$IMPLIBEXT"
18753 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18754 winmm/libwinmm.def winmm/libwinmm.a winmm/libwinmm.cross.a: winmm/winmm.spec \$(WINEBUILD)
18755 @cd winmm && \$(MAKE) \`basename \$@\`"
18756 ALL_MAKEFILES="$ALL_MAKEFILES \\
18757 dlls/winmm/Makefile"
18758 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18759 winmm"
18760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18761 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules config.status"
18762 ac_config_files="$ac_config_files dlls/winmm/Makefile"
18764 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18765 winmm_test.exe"
18766 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18767 winmm_test.exe: \$(TOPOBJDIR)/dlls/winmm/tests/winmm_test.exe$DLLEXT
18768 cp \$(TOPOBJDIR)/dlls/winmm/tests/winmm_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18769 winmm_test.rc:
18770 echo \"winmm_test.exe TESTRES \\\"winmm_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18771 winmm_test.res: winmm_test.rc winmm_test.exe"
18772 ALL_MAKEFILES="$ALL_MAKEFILES \\
18773 dlls/winmm/tests/Makefile"
18774 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18775 winmm/tests"
18776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18777 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules config.status"
18778 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
18780 ALL_MAKEFILES="$ALL_MAKEFILES \\
18781 dlls/winnls.dll16/Makefile"
18782 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18783 winnls.dll16"
18784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18785 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules config.status"
18786 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
18788 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18789 winnls32/libwinnls32.$IMPLIBEXT"
18790 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18791 winnls32/libwinnls32.def winnls32/libwinnls32.a winnls32/libwinnls32.cross.a: winnls32/winnls32.spec \$(WINEBUILD)
18792 @cd winnls32 && \$(MAKE) \`basename \$@\`"
18793 ALL_MAKEFILES="$ALL_MAKEFILES \\
18794 dlls/winnls32/Makefile"
18795 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18796 winnls32"
18797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18798 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules config.status"
18799 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
18801 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18802 winscard/libwinscard.$IMPLIBEXT"
18803 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18804 winscard/libwinscard.def winscard/libwinscard.a winscard/libwinscard.cross.a: winscard/winscard.spec \$(WINEBUILD)
18805 @cd winscard && \$(MAKE) \`basename \$@\`"
18806 ALL_MAKEFILES="$ALL_MAKEFILES \\
18807 dlls/winscard/Makefile"
18808 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18809 winscard"
18810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18811 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules config.status"
18812 ac_config_files="$ac_config_files dlls/winscard/Makefile"
18814 ALL_MAKEFILES="$ALL_MAKEFILES \\
18815 dlls/winsock.dll16/Makefile"
18816 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18817 winsock.dll16"
18818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18819 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules config.status"
18820 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
18822 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18823 winspool.drv/libwinspool.$IMPLIBEXT \\
18824 libwinspool.$IMPLIBEXT"
18825 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18826 libwinspool.a: winspool.drv/libwinspool.a
18827 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.a \$@
18828 libwinspool.cross.a: winspool.drv/libwinspool.cross.a
18829 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.cross.a \$@
18830 libwinspool.def: winspool.drv/libwinspool.def
18831 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.def \$@
18832 clean::
18833 \$(RM) libwinspool.def
18834 winspool.drv/libwinspool.def winspool.drv/libwinspool.a winspool.drv/libwinspool.cross.a: winspool.drv/winspool.drv.spec \$(WINEBUILD)
18835 @cd winspool.drv && \$(MAKE) \`basename \$@\`"
18836 ALL_MAKEFILES="$ALL_MAKEFILES \\
18837 dlls/winspool.drv/Makefile"
18838 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18839 winspool.drv"
18840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18841 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules config.status"
18842 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
18844 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18845 winspool.drv_test.exe"
18846 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18847 winspool.drv_test.exe: \$(TOPOBJDIR)/dlls/winspool.drv/tests/winspool.drv_test.exe$DLLEXT
18848 cp \$(TOPOBJDIR)/dlls/winspool.drv/tests/winspool.drv_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18849 winspool.drv_test.rc:
18850 echo \"winspool.drv_test.exe TESTRES \\\"winspool.drv_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18851 winspool.drv_test.res: winspool.drv_test.rc winspool.drv_test.exe"
18852 ALL_MAKEFILES="$ALL_MAKEFILES \\
18853 dlls/winspool.drv/tests/Makefile"
18854 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18855 winspool.drv/tests"
18856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18857 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules config.status"
18858 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
18860 ALL_MAKEFILES="$ALL_MAKEFILES \\
18861 dlls/wintab.dll16/Makefile"
18862 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18863 wintab.dll16"
18864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18865 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules config.status"
18866 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
18868 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18869 wintab32/libwintab32.$IMPLIBEXT"
18870 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18871 wintab32/libwintab32.def wintab32/libwintab32.a wintab32/libwintab32.cross.a: wintab32/wintab32.spec \$(WINEBUILD)
18872 @cd wintab32 && \$(MAKE) \`basename \$@\`"
18873 ALL_MAKEFILES="$ALL_MAKEFILES \\
18874 dlls/wintab32/Makefile"
18875 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18876 wintab32"
18877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18878 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules config.status"
18879 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
18881 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18882 wintab32_test.exe"
18883 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18884 wintab32_test.exe: \$(TOPOBJDIR)/dlls/wintab32/tests/wintab32_test.exe$DLLEXT
18885 cp \$(TOPOBJDIR)/dlls/wintab32/tests/wintab32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18886 wintab32_test.rc:
18887 echo \"wintab32_test.exe TESTRES \\\"wintab32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18888 wintab32_test.res: wintab32_test.rc wintab32_test.exe"
18889 ALL_MAKEFILES="$ALL_MAKEFILES \\
18890 dlls/wintab32/tests/Makefile"
18891 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18892 wintab32/tests"
18893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18894 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules config.status"
18895 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
18897 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18898 wintrust/libwintrust.$IMPLIBEXT"
18899 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18900 wintrust/libwintrust.def wintrust/libwintrust.a wintrust/libwintrust.cross.a: wintrust/wintrust.spec \$(WINEBUILD)
18901 @cd wintrust && \$(MAKE) \`basename \$@\`"
18902 ALL_MAKEFILES="$ALL_MAKEFILES \\
18903 dlls/wintrust/Makefile"
18904 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18905 wintrust"
18906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18907 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules config.status"
18908 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
18910 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18911 wintrust_test.exe"
18912 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18913 wintrust_test.exe: \$(TOPOBJDIR)/dlls/wintrust/tests/wintrust_test.exe$DLLEXT
18914 cp \$(TOPOBJDIR)/dlls/wintrust/tests/wintrust_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18915 wintrust_test.rc:
18916 echo \"wintrust_test.exe TESTRES \\\"wintrust_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18917 wintrust_test.res: wintrust_test.rc wintrust_test.exe"
18918 ALL_MAKEFILES="$ALL_MAKEFILES \\
18919 dlls/wintrust/tests/Makefile"
18920 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18921 wintrust/tests"
18922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18923 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules config.status"
18924 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
18926 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18927 wldap32/libwldap32.$IMPLIBEXT"
18928 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18929 wldap32/libwldap32.def wldap32/libwldap32.a wldap32/libwldap32.cross.a: wldap32/wldap32.spec \$(WINEBUILD)
18930 @cd wldap32 && \$(MAKE) \`basename \$@\`"
18931 ALL_MAKEFILES="$ALL_MAKEFILES \\
18932 dlls/wldap32/Makefile"
18933 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18934 wldap32"
18935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18936 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules config.status"
18937 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
18939 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18940 wldap32_test.exe"
18941 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18942 wldap32_test.exe: \$(TOPOBJDIR)/dlls/wldap32/tests/wldap32_test.exe$DLLEXT
18943 cp \$(TOPOBJDIR)/dlls/wldap32/tests/wldap32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18944 wldap32_test.rc:
18945 echo \"wldap32_test.exe TESTRES \\\"wldap32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18946 wldap32_test.res: wldap32_test.rc wldap32_test.exe"
18947 ALL_MAKEFILES="$ALL_MAKEFILES \\
18948 dlls/wldap32/tests/Makefile"
18949 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18950 wldap32/tests"
18951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18952 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules config.status"
18953 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
18955 ALL_MAKEFILES="$ALL_MAKEFILES \\
18956 dlls/wmi/Makefile"
18957 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18958 wmi"
18959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18960 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules config.status"
18961 ac_config_files="$ac_config_files dlls/wmi/Makefile"
18963 ALL_MAKEFILES="$ALL_MAKEFILES \\
18964 dlls/wmiutils/Makefile"
18965 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18966 wmiutils"
18967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18968 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules config.status"
18969 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
18971 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18972 wnaspi32/libwnaspi32.$IMPLIBEXT"
18973 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18974 wnaspi32/libwnaspi32.def wnaspi32/libwnaspi32.a wnaspi32/libwnaspi32.cross.a: wnaspi32/wnaspi32.spec \$(WINEBUILD)
18975 @cd wnaspi32 && \$(MAKE) \`basename \$@\`"
18976 ALL_MAKEFILES="$ALL_MAKEFILES \\
18977 dlls/wnaspi32/Makefile"
18978 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18979 wnaspi32"
18980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18981 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules config.status"
18982 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
18984 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18985 wow32/libwow32.$IMPLIBEXT"
18986 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18987 wow32/libwow32.def wow32/libwow32.a wow32/libwow32.cross.a: wow32/wow32.spec \$(WINEBUILD)
18988 @cd wow32 && \$(MAKE) \`basename \$@\`"
18989 ALL_MAKEFILES="$ALL_MAKEFILES \\
18990 dlls/wow32/Makefile"
18991 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18992 wow32"
18993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18994 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules config.status"
18995 ac_config_files="$ac_config_files dlls/wow32/Makefile"
18997 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18998 ws2_32/libws2_32.$IMPLIBEXT"
18999 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
19000 ws2_32/libws2_32.def ws2_32/libws2_32.a ws2_32/libws2_32.cross.a: ws2_32/ws2_32.spec \$(WINEBUILD)
19001 @cd ws2_32 && \$(MAKE) \`basename \$@\`"
19002 ALL_MAKEFILES="$ALL_MAKEFILES \\
19003 dlls/ws2_32/Makefile"
19004 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19005 ws2_32"
19006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19007 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules config.status"
19008 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
19010 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19011 ws2_32_test.exe"
19012 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19013 ws2_32_test.exe: \$(TOPOBJDIR)/dlls/ws2_32/tests/ws2_32_test.exe$DLLEXT
19014 cp \$(TOPOBJDIR)/dlls/ws2_32/tests/ws2_32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19015 ws2_32_test.rc:
19016 echo \"ws2_32_test.exe TESTRES \\\"ws2_32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19017 ws2_32_test.res: ws2_32_test.rc ws2_32_test.exe"
19018 ALL_MAKEFILES="$ALL_MAKEFILES \\
19019 dlls/ws2_32/tests/Makefile"
19020 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19021 ws2_32/tests"
19022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19023 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules config.status"
19024 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
19026 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19027 wsock32/libwsock32.$IMPLIBEXT"
19028 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
19029 wsock32/libwsock32.def wsock32/libwsock32.a wsock32/libwsock32.cross.a: wsock32/wsock32.spec \$(WINEBUILD)
19030 @cd wsock32 && \$(MAKE) \`basename \$@\`"
19031 ALL_MAKEFILES="$ALL_MAKEFILES \\
19032 dlls/wsock32/Makefile"
19033 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19034 wsock32"
19035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19036 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules config.status"
19037 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
19039 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19040 wtsapi32/libwtsapi32.$IMPLIBEXT"
19041 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
19042 wtsapi32/libwtsapi32.def wtsapi32/libwtsapi32.a wtsapi32/libwtsapi32.cross.a: wtsapi32/wtsapi32.spec \$(WINEBUILD)
19043 @cd wtsapi32 && \$(MAKE) \`basename \$@\`"
19044 ALL_MAKEFILES="$ALL_MAKEFILES \\
19045 dlls/wtsapi32/Makefile"
19046 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19047 wtsapi32"
19048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19049 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules config.status"
19050 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
19052 ALL_MAKEFILES="$ALL_MAKEFILES \\
19053 dlls/wuapi/Makefile"
19054 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19055 wuapi"
19056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19057 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules config.status"
19058 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
19060 ALL_MAKEFILES="$ALL_MAKEFILES \\
19061 dlls/wuaueng/Makefile"
19062 test "x$enable_wuaueng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19063 wuaueng"
19064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19065 dlls/wuaueng/Makefile: dlls/wuaueng/Makefile.in dlls/Makedll.rules config.status"
19066 ac_config_files="$ac_config_files dlls/wuaueng/Makefile"
19068 ALL_MAKEFILES="$ALL_MAKEFILES \\
19069 dlls/xinput1_1/Makefile"
19070 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19071 xinput1_1"
19072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19073 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules config.status"
19074 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
19076 ALL_MAKEFILES="$ALL_MAKEFILES \\
19077 dlls/xinput1_2/Makefile"
19078 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19079 xinput1_2"
19080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19081 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules config.status"
19082 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
19084 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19085 xinput1_3/libxinput.$IMPLIBEXT \\
19086 libxinput.$IMPLIBEXT"
19087 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
19088 libxinput.a: xinput1_3/libxinput.a
19089 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.a \$@
19090 libxinput.cross.a: xinput1_3/libxinput.cross.a
19091 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.cross.a \$@
19092 libxinput.def: xinput1_3/libxinput.def
19093 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.def \$@
19094 clean::
19095 \$(RM) libxinput.def
19096 xinput1_3/libxinput.def xinput1_3/libxinput.a xinput1_3/libxinput.cross.a: xinput1_3/xinput1_3.spec \$(WINEBUILD)
19097 @cd xinput1_3 && \$(MAKE) \`basename \$@\`"
19098 ALL_MAKEFILES="$ALL_MAKEFILES \\
19099 dlls/xinput1_3/Makefile"
19100 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19101 xinput1_3"
19102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19103 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules config.status"
19104 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
19106 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19107 xinput1_3_test.exe"
19108 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19109 xinput1_3_test.exe: \$(TOPOBJDIR)/dlls/xinput1_3/tests/xinput1_3_test.exe$DLLEXT
19110 cp \$(TOPOBJDIR)/dlls/xinput1_3/tests/xinput1_3_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19111 xinput1_3_test.rc:
19112 echo \"xinput1_3_test.exe TESTRES \\\"xinput1_3_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19113 xinput1_3_test.res: xinput1_3_test.rc xinput1_3_test.exe"
19114 ALL_MAKEFILES="$ALL_MAKEFILES \\
19115 dlls/xinput1_3/tests/Makefile"
19116 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19117 xinput1_3/tests"
19118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19119 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules config.status"
19120 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
19122 ALL_MAKEFILES="$ALL_MAKEFILES \\
19123 dlls/xinput9_1_0/Makefile"
19124 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19125 xinput9_1_0"
19126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19127 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules config.status"
19128 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
19130 ALL_MAKEFILES="$ALL_MAKEFILES \\
19131 dlls/xmllite/Makefile"
19132 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19133 xmllite"
19134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19135 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules config.status"
19136 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
19138 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19139 xmllite_test.exe"
19140 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19141 xmllite_test.exe: \$(TOPOBJDIR)/dlls/xmllite/tests/xmllite_test.exe$DLLEXT
19142 cp \$(TOPOBJDIR)/dlls/xmllite/tests/xmllite_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19143 xmllite_test.rc:
19144 echo \"xmllite_test.exe TESTRES \\\"xmllite_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19145 xmllite_test.res: xmllite_test.rc xmllite_test.exe"
19146 ALL_MAKEFILES="$ALL_MAKEFILES \\
19147 dlls/xmllite/tests/Makefile"
19148 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19149 xmllite/tests"
19150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19151 dlls/xmllite/tests/Makefile: dlls/xmllite/tests/Makefile.in dlls/Maketest.rules config.status"
19152 ac_config_files="$ac_config_files dlls/xmllite/tests/Makefile"
19154 ALL_MAKEFILES="$ALL_MAKEFILES \\
19155 documentation/Makefile"
19156 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
19157 documentation"
19158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19159 \$(RECURSE_TARGETS:%=documentation/%) documentation: documentation/Makefile \$(MAKEDEP)
19160 documentation/Makefile: documentation/Makefile.in Make.rules config.status"
19161 ac_config_files="$ac_config_files documentation/Makefile"
19163 ALL_MAKEFILES="$ALL_MAKEFILES \\
19164 fonts/Makefile"
19165 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
19166 fonts"
19167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19168 \$(RECURSE_TARGETS:%=fonts/%) fonts: fonts/Makefile \$(MAKEDEP)
19169 fonts/Makefile: fonts/Makefile.in Make.rules config.status"
19170 ac_config_files="$ac_config_files fonts/Makefile"
19172 ALL_MAKEFILES="$ALL_MAKEFILES \\
19173 include/Makefile"
19174 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
19175 include"
19176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19177 \$(RECURSE_TARGETS:%=include/%) include: include/Makefile \$(MAKEDEP)
19178 include/Makefile: include/Makefile.in Make.rules config.status"
19179 ac_config_files="$ac_config_files include/Makefile"
19181 ALL_MAKEFILES="$ALL_MAKEFILES \\
19182 libs/port/Makefile"
19184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19185 \$(RECURSE_TARGETS:%=libs/port/%) libs/port: libs/port/Makefile \$(MAKEDEP)
19186 libs/port/Makefile: libs/port/Makefile.in Make.rules config.status"
19187 ac_config_files="$ac_config_files libs/port/Makefile"
19189 ALL_MAKEFILES="$ALL_MAKEFILES \\
19190 libs/wine/Makefile"
19192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19193 \$(RECURSE_TARGETS:%=libs/wine/%) libs/wine: libs/wine/Makefile \$(MAKEDEP)
19194 libs/wine/Makefile: libs/wine/Makefile.in Make.rules config.status"
19195 ac_config_files="$ac_config_files libs/wine/Makefile"
19197 ALL_MAKEFILES="$ALL_MAKEFILES \\
19198 libs/wpp/Makefile"
19200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19201 \$(RECURSE_TARGETS:%=libs/wpp/%) libs/wpp: libs/wpp/Makefile \$(MAKEDEP)
19202 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules config.status"
19203 ac_config_files="$ac_config_files libs/wpp/Makefile"
19205 ALL_MAKEFILES="$ALL_MAKEFILES \\
19206 loader/Makefile"
19207 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
19208 loader"
19209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19210 \$(RECURSE_TARGETS:%=loader/%) loader: loader/Makefile \$(MAKEDEP)
19211 loader/Makefile: loader/Makefile.in Make.rules config.status"
19212 ac_config_files="$ac_config_files loader/Makefile"
19214 ALL_MAKEFILES="$ALL_MAKEFILES \\
19215 programs/Makefile"
19216 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
19217 programs"
19218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19219 \$(RECURSE_TARGETS:%=programs/%) programs: programs/Makefile \$(MAKEDEP)
19220 programs/Makefile: programs/Makefile.in Make.rules config.status"
19221 ac_config_files="$ac_config_files programs/Makefile"
19223 ALL_MAKEFILES="$ALL_MAKEFILES \\
19224 programs/cacls/Makefile"
19225 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19226 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19227 cacls"
19228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19229 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules config.status"
19230 ac_config_files="$ac_config_files programs/cacls/Makefile"
19232 ALL_MAKEFILES="$ALL_MAKEFILES \\
19233 programs/clock/Makefile"
19234 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19235 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19236 clock"
19237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19238 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules config.status"
19239 ac_config_files="$ac_config_files programs/clock/Makefile"
19241 ALL_MAKEFILES="$ALL_MAKEFILES \\
19242 programs/cmd/Makefile"
19243 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19244 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19245 cmd"
19246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19247 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules config.status"
19248 ac_config_files="$ac_config_files programs/cmd/Makefile"
19250 ALL_MAKEFILES="$ALL_MAKEFILES \\
19251 programs/cmdlgtst/Makefile"
19252 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19253 cmdlgtst"
19254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19255 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules config.status"
19256 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
19258 ALL_MAKEFILES="$ALL_MAKEFILES \\
19259 programs/control/Makefile"
19260 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19261 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19262 control"
19263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19264 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules config.status"
19265 ac_config_files="$ac_config_files programs/control/Makefile"
19267 ALL_MAKEFILES="$ALL_MAKEFILES \\
19268 programs/dxdiag/Makefile"
19269 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19270 dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19271 dxdiag"
19272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19273 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules config.status"
19274 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
19276 ALL_MAKEFILES="$ALL_MAKEFILES \\
19277 programs/eject/Makefile"
19278 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19279 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19280 eject"
19281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19282 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules config.status"
19283 ac_config_files="$ac_config_files programs/eject/Makefile"
19285 ALL_MAKEFILES="$ALL_MAKEFILES \\
19286 programs/expand/Makefile"
19287 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19288 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19289 expand"
19290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19291 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules config.status"
19292 ac_config_files="$ac_config_files programs/expand/Makefile"
19294 ALL_MAKEFILES="$ALL_MAKEFILES \\
19295 programs/explorer/Makefile"
19296 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19297 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19298 explorer"
19299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19300 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules config.status"
19301 ac_config_files="$ac_config_files programs/explorer/Makefile"
19303 ALL_MAKEFILES="$ALL_MAKEFILES \\
19304 programs/extrac32/Makefile"
19305 test "x$enable_extrac32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19306 extrac32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19307 extrac32"
19308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19309 programs/extrac32/Makefile: programs/extrac32/Makefile.in programs/Makeprog.rules config.status"
19310 ac_config_files="$ac_config_files programs/extrac32/Makefile"
19312 ALL_MAKEFILES="$ALL_MAKEFILES \\
19313 programs/hh/Makefile"
19314 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19315 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19318 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules config.status"
19319 ac_config_files="$ac_config_files programs/hh/Makefile"
19321 ALL_MAKEFILES="$ALL_MAKEFILES \\
19322 programs/icinfo/Makefile"
19323 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19324 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19325 icinfo"
19326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19327 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules config.status"
19328 ac_config_files="$ac_config_files programs/icinfo/Makefile"
19330 ALL_MAKEFILES="$ALL_MAKEFILES \\
19331 programs/iexplore/Makefile"
19332 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19333 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19334 iexplore"
19335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19336 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules config.status"
19337 ac_config_files="$ac_config_files programs/iexplore/Makefile"
19339 ALL_MAKEFILES="$ALL_MAKEFILES \\
19340 programs/lodctr/Makefile"
19341 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19342 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19343 lodctr"
19344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19345 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules config.status"
19346 ac_config_files="$ac_config_files programs/lodctr/Makefile"
19348 ALL_MAKEFILES="$ALL_MAKEFILES \\
19349 programs/mshta/Makefile"
19350 test "x$enable_mshta" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19351 mshta" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19352 mshta"
19353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19354 programs/mshta/Makefile: programs/mshta/Makefile.in programs/Makeprog.rules config.status"
19355 ac_config_files="$ac_config_files programs/mshta/Makefile"
19357 ALL_MAKEFILES="$ALL_MAKEFILES \\
19358 programs/msiexec/Makefile"
19359 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19360 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19361 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19362 msiexec"
19363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19364 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules config.status"
19365 ac_config_files="$ac_config_files programs/msiexec/Makefile"
19367 ALL_MAKEFILES="$ALL_MAKEFILES \\
19368 programs/net/Makefile"
19369 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19370 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19371 net"
19372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19373 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules config.status"
19374 ac_config_files="$ac_config_files programs/net/Makefile"
19376 ALL_MAKEFILES="$ALL_MAKEFILES \\
19377 programs/notepad/Makefile"
19378 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19379 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19380 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19381 notepad"
19382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19383 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules config.status"
19384 ac_config_files="$ac_config_files programs/notepad/Makefile"
19386 ALL_MAKEFILES="$ALL_MAKEFILES \\
19387 programs/oleview/Makefile"
19388 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19389 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19390 oleview"
19391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19392 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules config.status"
19393 ac_config_files="$ac_config_files programs/oleview/Makefile"
19395 ALL_MAKEFILES="$ALL_MAKEFILES \\
19396 programs/progman/Makefile"
19397 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19398 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19399 progman"
19400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19401 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules config.status"
19402 ac_config_files="$ac_config_files programs/progman/Makefile"
19404 ALL_MAKEFILES="$ALL_MAKEFILES \\
19405 programs/reg/Makefile"
19406 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19407 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19408 reg"
19409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19410 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules config.status"
19411 ac_config_files="$ac_config_files programs/reg/Makefile"
19413 ALL_MAKEFILES="$ALL_MAKEFILES \\
19414 programs/regedit/Makefile"
19415 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19416 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19417 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19418 regedit"
19419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19420 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules config.status"
19421 ac_config_files="$ac_config_files programs/regedit/Makefile"
19423 ALL_MAKEFILES="$ALL_MAKEFILES \\
19424 programs/regsvr32/Makefile"
19425 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19426 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19427 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19428 regsvr32"
19429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19430 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules config.status"
19431 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
19433 ALL_MAKEFILES="$ALL_MAKEFILES \\
19434 programs/rpcss/Makefile"
19435 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19436 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19437 rpcss"
19438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19439 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules config.status"
19440 ac_config_files="$ac_config_files programs/rpcss/Makefile"
19442 ALL_MAKEFILES="$ALL_MAKEFILES \\
19443 programs/rundll32/Makefile"
19444 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19445 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19446 rundll32"
19447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19448 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules config.status"
19449 ac_config_files="$ac_config_files programs/rundll32/Makefile"
19451 ALL_MAKEFILES="$ALL_MAKEFILES \\
19452 programs/secedit/Makefile"
19453 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19454 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19455 secedit"
19456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19457 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules config.status"
19458 ac_config_files="$ac_config_files programs/secedit/Makefile"
19460 ALL_MAKEFILES="$ALL_MAKEFILES \\
19461 programs/services/Makefile"
19462 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19463 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19464 services"
19465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19466 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules config.status"
19467 ac_config_files="$ac_config_files programs/services/Makefile"
19469 ALL_MAKEFILES="$ALL_MAKEFILES \\
19470 programs/spoolsv/Makefile"
19471 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19472 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19473 spoolsv"
19474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19475 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules config.status"
19476 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
19478 ALL_MAKEFILES="$ALL_MAKEFILES \\
19479 programs/start/Makefile"
19480 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19481 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19482 start"
19483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19484 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules config.status"
19485 ac_config_files="$ac_config_files programs/start/Makefile"
19487 ALL_MAKEFILES="$ALL_MAKEFILES \\
19488 programs/svchost/Makefile"
19489 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19490 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19491 svchost"
19492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19493 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules config.status"
19494 ac_config_files="$ac_config_files programs/svchost/Makefile"
19496 ALL_MAKEFILES="$ALL_MAKEFILES \\
19497 programs/taskmgr/Makefile"
19498 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19499 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19500 taskmgr"
19501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19502 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules config.status"
19503 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
19505 ALL_MAKEFILES="$ALL_MAKEFILES \\
19506 programs/termsv/Makefile"
19507 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19508 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19509 termsv"
19510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19511 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules config.status"
19512 ac_config_files="$ac_config_files programs/termsv/Makefile"
19514 ALL_MAKEFILES="$ALL_MAKEFILES \\
19515 programs/uninstaller/Makefile"
19516 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19517 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19518 uninstaller"
19519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19520 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules config.status"
19521 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
19523 ALL_MAKEFILES="$ALL_MAKEFILES \\
19524 programs/unlodctr/Makefile"
19525 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19526 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19527 unlodctr"
19528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19529 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules config.status"
19530 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
19532 ALL_MAKEFILES="$ALL_MAKEFILES \\
19533 programs/view/Makefile"
19534 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19535 view"
19536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19537 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules config.status"
19538 ac_config_files="$ac_config_files programs/view/Makefile"
19540 ALL_MAKEFILES="$ALL_MAKEFILES \\
19541 programs/wineboot/Makefile"
19542 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19543 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19544 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19545 wineboot"
19546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19547 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules config.status"
19548 ac_config_files="$ac_config_files programs/wineboot/Makefile"
19550 ALL_MAKEFILES="$ALL_MAKEFILES \\
19551 programs/winebrowser/Makefile"
19552 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19553 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19554 winebrowser"
19555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19556 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules config.status"
19557 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
19559 ALL_MAKEFILES="$ALL_MAKEFILES \\
19560 programs/winecfg/Makefile"
19561 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19562 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19563 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19564 winecfg"
19565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19566 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules config.status"
19567 ac_config_files="$ac_config_files programs/winecfg/Makefile"
19569 ALL_MAKEFILES="$ALL_MAKEFILES \\
19570 programs/wineconsole/Makefile"
19571 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19572 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19573 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19574 wineconsole"
19575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19576 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules config.status"
19577 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
19579 ALL_MAKEFILES="$ALL_MAKEFILES \\
19580 programs/winedbg/Makefile"
19581 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19582 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19583 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19584 winedbg"
19585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19586 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules config.status"
19587 ac_config_files="$ac_config_files programs/winedbg/Makefile"
19589 ALL_MAKEFILES="$ALL_MAKEFILES \\
19590 programs/winedevice/Makefile"
19591 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19592 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19593 winedevice"
19594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19595 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules config.status"
19596 ac_config_files="$ac_config_files programs/winedevice/Makefile"
19598 ALL_MAKEFILES="$ALL_MAKEFILES \\
19599 programs/winefile/Makefile"
19600 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19601 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19602 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19603 winefile"
19604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19605 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules config.status"
19606 ac_config_files="$ac_config_files programs/winefile/Makefile"
19608 ALL_MAKEFILES="$ALL_MAKEFILES \\
19609 programs/winemenubuilder/Makefile"
19610 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19611 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19612 winemenubuilder"
19613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19614 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules config.status"
19615 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
19617 ALL_MAKEFILES="$ALL_MAKEFILES \\
19618 programs/winemine/Makefile"
19619 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19620 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19621 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19622 winemine"
19623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19624 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules config.status"
19625 ac_config_files="$ac_config_files programs/winemine/Makefile"
19627 ALL_MAKEFILES="$ALL_MAKEFILES \\
19628 programs/winepath/Makefile"
19629 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19630 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19631 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19632 winepath"
19633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19634 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules config.status"
19635 ac_config_files="$ac_config_files programs/winepath/Makefile"
19637 ALL_MAKEFILES="$ALL_MAKEFILES \\
19638 programs/winetest/Makefile"
19639 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19640 winetest"
19641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19642 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules config.status"
19643 ac_config_files="$ac_config_files programs/winetest/Makefile"
19645 ALL_MAKEFILES="$ALL_MAKEFILES \\
19646 programs/winevdm/Makefile"
19647 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19648 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19649 winevdm"
19650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19651 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules config.status"
19652 ac_config_files="$ac_config_files programs/winevdm/Makefile"
19654 ALL_MAKEFILES="$ALL_MAKEFILES \\
19655 programs/winhelp.exe16/Makefile"
19656 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19657 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19658 winhelp.exe16"
19659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19660 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules config.status"
19661 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
19663 ALL_MAKEFILES="$ALL_MAKEFILES \\
19664 programs/winhlp32/Makefile"
19665 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19666 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19667 winhlp32"
19668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19669 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules config.status"
19670 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
19672 ALL_MAKEFILES="$ALL_MAKEFILES \\
19673 programs/winoldap.mod16/Makefile"
19674 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19675 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19676 winoldap.mod16"
19677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19678 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules config.status"
19679 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
19681 ALL_MAKEFILES="$ALL_MAKEFILES \\
19682 programs/winver/Makefile"
19683 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19684 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19685 winver"
19686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19687 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules config.status"
19688 ac_config_files="$ac_config_files programs/winver/Makefile"
19690 ALL_MAKEFILES="$ALL_MAKEFILES \\
19691 programs/wordpad/Makefile"
19692 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19693 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19694 wordpad"
19695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19696 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules config.status"
19697 ac_config_files="$ac_config_files programs/wordpad/Makefile"
19699 ALL_MAKEFILES="$ALL_MAKEFILES \\
19700 programs/write/Makefile"
19701 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19702 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19703 write"
19704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19705 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules config.status"
19706 ac_config_files="$ac_config_files programs/write/Makefile"
19708 ALL_MAKEFILES="$ALL_MAKEFILES \\
19709 programs/xcopy/Makefile"
19710 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19711 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19712 xcopy"
19713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19714 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules config.status"
19715 ac_config_files="$ac_config_files programs/xcopy/Makefile"
19717 ALL_MAKEFILES="$ALL_MAKEFILES \\
19718 server/Makefile"
19719 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
19720 server"
19721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19722 \$(RECURSE_TARGETS:%=server/%) server: server/Makefile \$(MAKEDEP)
19723 server/Makefile: server/Makefile.in Make.rules config.status"
19724 ac_config_files="$ac_config_files server/Makefile"
19726 ALL_MAKEFILES="$ALL_MAKEFILES \\
19727 tools/Makefile"
19728 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
19729 tools"
19730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19731 \$(RECURSE_TARGETS:%=tools/%) tools: tools/Makefile \$(MAKEDEP)
19732 tools/Makefile: tools/Makefile.in Make.rules config.status"
19733 ac_config_files="$ac_config_files tools/Makefile"
19735 ALL_MAKEFILES="$ALL_MAKEFILES \\
19736 tools/widl/Makefile"
19737 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
19738 tools/widl"
19739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19740 \$(RECURSE_TARGETS:%=tools/widl/%) tools/widl: tools/widl/Makefile \$(MAKEDEP)
19741 tools/widl/Makefile: tools/widl/Makefile.in Make.rules config.status"
19742 ac_config_files="$ac_config_files tools/widl/Makefile"
19744 ALL_MAKEFILES="$ALL_MAKEFILES \\
19745 tools/winebuild/Makefile"
19746 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
19747 tools/winebuild"
19748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19749 \$(RECURSE_TARGETS:%=tools/winebuild/%) tools/winebuild: tools/winebuild/Makefile \$(MAKEDEP)
19750 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules config.status"
19751 ac_config_files="$ac_config_files tools/winebuild/Makefile"
19753 ALL_MAKEFILES="$ALL_MAKEFILES \\
19754 tools/winedump/Makefile"
19755 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
19756 tools/winedump"
19757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19758 \$(RECURSE_TARGETS:%=tools/winedump/%) tools/winedump: tools/winedump/Makefile \$(MAKEDEP)
19759 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules config.status"
19760 ac_config_files="$ac_config_files tools/winedump/Makefile"
19762 ALL_MAKEFILES="$ALL_MAKEFILES \\
19763 tools/winegcc/Makefile"
19764 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
19765 tools/winegcc"
19766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19767 \$(RECURSE_TARGETS:%=tools/winegcc/%) tools/winegcc: tools/winegcc/Makefile \$(MAKEDEP)
19768 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules config.status"
19769 ac_config_files="$ac_config_files tools/winegcc/Makefile"
19771 ALL_MAKEFILES="$ALL_MAKEFILES \\
19772 tools/wmc/Makefile"
19773 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
19774 tools/wmc"
19775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19776 \$(RECURSE_TARGETS:%=tools/wmc/%) tools/wmc: tools/wmc/Makefile \$(MAKEDEP)
19777 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules config.status"
19778 ac_config_files="$ac_config_files tools/wmc/Makefile"
19780 ALL_MAKEFILES="$ALL_MAKEFILES \\
19781 tools/wrc/Makefile"
19782 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
19783 tools/wrc"
19784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19785 \$(RECURSE_TARGETS:%=tools/wrc/%) tools/wrc: tools/wrc/Makefile \$(MAKEDEP)
19786 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules config.status"
19787 ac_config_files="$ac_config_files tools/wrc/Makefile"
19790 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
19792 cat >confcache <<\_ACEOF
19793 # This file is a shell script that caches the results of configure
19794 # tests run on this system so they can be shared between configure
19795 # scripts and configure runs, see configure's option --config-cache.
19796 # It is not useful on other systems. If it contains results you don't
19797 # want to keep, you may remove or edit it.
19799 # config.status only pays attention to the cache file if you give it
19800 # the --recheck option to rerun configure.
19802 # `ac_cv_env_foo' variables (set or unset) will be overridden when
19803 # loading this file, other *unset* `ac_cv_foo' will be assigned the
19804 # following values.
19806 _ACEOF
19808 # The following way of writing the cache mishandles newlines in values,
19809 # but we know of no workaround that is simple, portable, and efficient.
19810 # So, we kill variables containing newlines.
19811 # Ultrix sh set writes to stderr and can't be redirected directly,
19812 # and sets the high bit in the cache file unless we assign to the vars.
19814 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
19815 eval ac_val=\$$ac_var
19816 case $ac_val in #(
19817 *${as_nl}*)
19818 case $ac_var in #(
19819 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
19820 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
19821 esac
19822 case $ac_var in #(
19823 _ | IFS | as_nl) ;; #(
19824 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
19825 *) { eval $ac_var=; unset $ac_var;} ;;
19826 esac ;;
19827 esac
19828 done
19830 (set) 2>&1 |
19831 case $as_nl`(ac_space=' '; set) 2>&1` in #(
19832 *${as_nl}ac_space=\ *)
19833 # `set' does not quote correctly, so add quotes: double-quote
19834 # substitution turns \\\\ into \\, and sed turns \\ into \.
19835 sed -n \
19836 "s/'/'\\\\''/g;
19837 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
19838 ;; #(
19840 # `set' quotes correctly as required by POSIX, so do not add quotes.
19841 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
19843 esac |
19844 sort
19846 sed '
19847 /^ac_cv_env_/b end
19848 t clear
19849 :clear
19850 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
19851 t end
19852 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
19853 :end' >>confcache
19854 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
19855 if test -w "$cache_file"; then
19856 test "x$cache_file" != "x/dev/null" &&
19857 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
19858 $as_echo "$as_me: updating cache $cache_file" >&6;}
19859 cat confcache >$cache_file
19860 else
19861 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
19862 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
19865 rm -f confcache
19867 test "x$prefix" = xNONE && prefix=$ac_default_prefix
19868 # Let make expand exec_prefix.
19869 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
19871 DEFS=-DHAVE_CONFIG_H
19873 ac_libobjs=
19874 ac_ltlibobjs=
19875 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
19876 # 1. Remove the extension, and $U if already installed.
19877 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
19878 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
19879 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
19880 # will be set to the directory where LIBOBJS objects are built.
19881 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
19882 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
19883 done
19884 LIBOBJS=$ac_libobjs
19886 LTLIBOBJS=$ac_ltlibobjs
19890 : ${CONFIG_STATUS=./config.status}
19891 ac_write_fail=0
19892 ac_clean_files_save=$ac_clean_files
19893 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
19894 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
19895 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
19896 as_write_fail=0
19897 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
19898 #! $SHELL
19899 # Generated by $as_me.
19900 # Run this file to recreate the current configuration.
19901 # Compiler output produced by configure, useful for debugging
19902 # configure, is in config.log if it exists.
19904 debug=false
19905 ac_cs_recheck=false
19906 ac_cs_silent=false
19908 SHELL=\${CONFIG_SHELL-$SHELL}
19909 export SHELL
19910 _ASEOF
19911 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
19912 ## -------------------- ##
19913 ## M4sh Initialization. ##
19914 ## -------------------- ##
19916 # Be more Bourne compatible
19917 DUALCASE=1; export DUALCASE # for MKS sh
19918 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
19919 emulate sh
19920 NULLCMD=:
19921 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19922 # is contrary to our usage. Disable this feature.
19923 alias -g '${1+"$@"}'='"$@"'
19924 setopt NO_GLOB_SUBST
19925 else
19926 case `(set -o) 2>/dev/null` in #(
19927 *posix*) :
19928 set -o posix ;; #(
19929 *) :
19931 esac
19935 as_nl='
19937 export as_nl
19938 # Printing a long string crashes Solaris 7 /usr/bin/printf.
19939 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
19940 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
19941 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
19942 # Prefer a ksh shell builtin over an external printf program on Solaris,
19943 # but without wasting forks for bash or zsh.
19944 if test -z "$BASH_VERSION$ZSH_VERSION" \
19945 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
19946 as_echo='print -r --'
19947 as_echo_n='print -rn --'
19948 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
19949 as_echo='printf %s\n'
19950 as_echo_n='printf %s'
19951 else
19952 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
19953 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
19954 as_echo_n='/usr/ucb/echo -n'
19955 else
19956 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
19957 as_echo_n_body='eval
19958 arg=$1;
19959 case $arg in #(
19960 *"$as_nl"*)
19961 expr "X$arg" : "X\\(.*\\)$as_nl";
19962 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
19963 esac;
19964 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
19966 export as_echo_n_body
19967 as_echo_n='sh -c $as_echo_n_body as_echo'
19969 export as_echo_body
19970 as_echo='sh -c $as_echo_body as_echo'
19973 # The user is always right.
19974 if test "${PATH_SEPARATOR+set}" != set; then
19975 PATH_SEPARATOR=:
19976 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
19977 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
19978 PATH_SEPARATOR=';'
19983 # IFS
19984 # We need space, tab and new line, in precisely that order. Quoting is
19985 # there to prevent editors from complaining about space-tab.
19986 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
19987 # splitting by setting IFS to empty value.)
19988 IFS=" "" $as_nl"
19990 # Find who we are. Look in the path if we contain no directory separator.
19991 case $0 in #((
19992 *[\\/]* ) as_myself=$0 ;;
19993 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19994 for as_dir in $PATH
19996 IFS=$as_save_IFS
19997 test -z "$as_dir" && as_dir=.
19998 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
19999 done
20000 IFS=$as_save_IFS
20003 esac
20004 # We did not find ourselves, most probably we were run as `sh COMMAND'
20005 # in which case we are not to be found in the path.
20006 if test "x$as_myself" = x; then
20007 as_myself=$0
20009 if test ! -f "$as_myself"; then
20010 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
20011 exit 1
20014 # Unset variables that we do not need and which cause bugs (e.g. in
20015 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
20016 # suppresses any "Segmentation fault" message there. '((' could
20017 # trigger a bug in pdksh 5.2.14.
20018 for as_var in BASH_ENV ENV MAIL MAILPATH
20019 do eval test x\${$as_var+set} = xset \
20020 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
20021 done
20022 PS1='$ '
20023 PS2='> '
20024 PS4='+ '
20026 # NLS nuisances.
20027 LC_ALL=C
20028 export LC_ALL
20029 LANGUAGE=C
20030 export LANGUAGE
20032 # CDPATH.
20033 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
20036 # as_fn_error ERROR [LINENO LOG_FD]
20037 # ---------------------------------
20038 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
20039 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
20040 # script with status $?, using 1 if that was 0.
20041 as_fn_error ()
20043 as_status=$?; test $as_status -eq 0 && as_status=1
20044 if test "$3"; then
20045 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
20046 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
20048 $as_echo "$as_me: error: $1" >&2
20049 as_fn_exit $as_status
20050 } # as_fn_error
20053 # as_fn_set_status STATUS
20054 # -----------------------
20055 # Set $? to STATUS, without forking.
20056 as_fn_set_status ()
20058 return $1
20059 } # as_fn_set_status
20061 # as_fn_exit STATUS
20062 # -----------------
20063 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
20064 as_fn_exit ()
20066 set +e
20067 as_fn_set_status $1
20068 exit $1
20069 } # as_fn_exit
20071 # as_fn_unset VAR
20072 # ---------------
20073 # Portably unset VAR.
20074 as_fn_unset ()
20076 { eval $1=; unset $1;}
20078 as_unset=as_fn_unset
20079 # as_fn_append VAR VALUE
20080 # ----------------------
20081 # Append the text in VALUE to the end of the definition contained in VAR. Take
20082 # advantage of any shell optimizations that allow amortized linear growth over
20083 # repeated appends, instead of the typical quadratic growth present in naive
20084 # implementations.
20085 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
20086 eval 'as_fn_append ()
20088 eval $1+=\$2
20090 else
20091 as_fn_append ()
20093 eval $1=\$$1\$2
20095 fi # as_fn_append
20097 # as_fn_arith ARG...
20098 # ------------------
20099 # Perform arithmetic evaluation on the ARGs, and store the result in the
20100 # global $as_val. Take advantage of shells that can avoid forks. The arguments
20101 # must be portable across $(()) and expr.
20102 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
20103 eval 'as_fn_arith ()
20105 as_val=$(( $* ))
20107 else
20108 as_fn_arith ()
20110 as_val=`expr "$@" || test $? -eq 1`
20112 fi # as_fn_arith
20115 if expr a : '\(a\)' >/dev/null 2>&1 &&
20116 test "X`expr 00001 : '.*\(...\)'`" = X001; then
20117 as_expr=expr
20118 else
20119 as_expr=false
20122 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
20123 as_basename=basename
20124 else
20125 as_basename=false
20128 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
20129 as_dirname=dirname
20130 else
20131 as_dirname=false
20134 as_me=`$as_basename -- "$0" ||
20135 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
20136 X"$0" : 'X\(//\)$' \| \
20137 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
20138 $as_echo X/"$0" |
20139 sed '/^.*\/\([^/][^/]*\)\/*$/{
20140 s//\1/
20143 /^X\/\(\/\/\)$/{
20144 s//\1/
20147 /^X\/\(\/\).*/{
20148 s//\1/
20151 s/.*/./; q'`
20153 # Avoid depending upon Character Ranges.
20154 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
20155 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
20156 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
20157 as_cr_digits='0123456789'
20158 as_cr_alnum=$as_cr_Letters$as_cr_digits
20160 ECHO_C= ECHO_N= ECHO_T=
20161 case `echo -n x` in #(((((
20162 -n*)
20163 case `echo 'xy\c'` in
20164 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
20165 xy) ECHO_C='\c';;
20166 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
20167 ECHO_T=' ';;
20168 esac;;
20170 ECHO_N='-n';;
20171 esac
20173 rm -f conf$$ conf$$.exe conf$$.file
20174 if test -d conf$$.dir; then
20175 rm -f conf$$.dir/conf$$.file
20176 else
20177 rm -f conf$$.dir
20178 mkdir conf$$.dir 2>/dev/null
20180 if (echo >conf$$.file) 2>/dev/null; then
20181 if ln -s conf$$.file conf$$ 2>/dev/null; then
20182 as_ln_s='ln -s'
20183 # ... but there are two gotchas:
20184 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
20185 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
20186 # In both cases, we have to default to `cp -p'.
20187 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
20188 as_ln_s='cp -p'
20189 elif ln conf$$.file conf$$ 2>/dev/null; then
20190 as_ln_s=ln
20191 else
20192 as_ln_s='cp -p'
20194 else
20195 as_ln_s='cp -p'
20197 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
20198 rmdir conf$$.dir 2>/dev/null
20201 # as_fn_mkdir_p
20202 # -------------
20203 # Create "$as_dir" as a directory, including parents if necessary.
20204 as_fn_mkdir_p ()
20207 case $as_dir in #(
20208 -*) as_dir=./$as_dir;;
20209 esac
20210 test -d "$as_dir" || eval $as_mkdir_p || {
20211 as_dirs=
20212 while :; do
20213 case $as_dir in #(
20214 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
20215 *) as_qdir=$as_dir;;
20216 esac
20217 as_dirs="'$as_qdir' $as_dirs"
20218 as_dir=`$as_dirname -- "$as_dir" ||
20219 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20220 X"$as_dir" : 'X\(//\)[^/]' \| \
20221 X"$as_dir" : 'X\(//\)$' \| \
20222 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
20223 $as_echo X"$as_dir" |
20224 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20225 s//\1/
20228 /^X\(\/\/\)[^/].*/{
20229 s//\1/
20232 /^X\(\/\/\)$/{
20233 s//\1/
20236 /^X\(\/\).*/{
20237 s//\1/
20240 s/.*/./; q'`
20241 test -d "$as_dir" && break
20242 done
20243 test -z "$as_dirs" || eval "mkdir $as_dirs"
20244 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
20247 } # as_fn_mkdir_p
20248 if mkdir -p . 2>/dev/null; then
20249 as_mkdir_p='mkdir -p "$as_dir"'
20250 else
20251 test -d ./-p && rmdir ./-p
20252 as_mkdir_p=false
20255 if test -x / >/dev/null 2>&1; then
20256 as_test_x='test -x'
20257 else
20258 if ls -dL / >/dev/null 2>&1; then
20259 as_ls_L_option=L
20260 else
20261 as_ls_L_option=
20263 as_test_x='
20264 eval sh -c '\''
20265 if test -d "$1"; then
20266 test -d "$1/.";
20267 else
20268 case $1 in #(
20269 -*)set "./$1";;
20270 esac;
20271 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
20272 ???[sx]*):;;*)false;;esac;fi
20273 '\'' sh
20276 as_executable_p=$as_test_x
20278 # Sed expression to map a string onto a valid CPP name.
20279 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
20281 # Sed expression to map a string onto a valid variable name.
20282 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
20285 exec 6>&1
20286 ## ----------------------------------- ##
20287 ## Main body of $CONFIG_STATUS script. ##
20288 ## ----------------------------------- ##
20289 _ASEOF
20290 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
20292 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20293 # Save the log message, to keep $0 and so on meaningful, and to
20294 # report actual input values of CONFIG_FILES etc. instead of their
20295 # values after options handling.
20296 ac_log="
20297 This file was extended by Wine $as_me 1.1.38, which was
20298 generated by GNU Autoconf 2.65. Invocation command line was
20300 CONFIG_FILES = $CONFIG_FILES
20301 CONFIG_HEADERS = $CONFIG_HEADERS
20302 CONFIG_LINKS = $CONFIG_LINKS
20303 CONFIG_COMMANDS = $CONFIG_COMMANDS
20304 $ $0 $@
20306 on `(hostname || uname -n) 2>/dev/null | sed 1q`
20309 _ACEOF
20311 case $ac_config_files in *"
20312 "*) set x $ac_config_files; shift; ac_config_files=$*;;
20313 esac
20315 case $ac_config_headers in *"
20316 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
20317 esac
20320 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20321 # Files that config.status was made for.
20322 config_files="$ac_config_files"
20323 config_headers="$ac_config_headers"
20324 config_links="$ac_config_links"
20325 config_commands="$ac_config_commands"
20327 _ACEOF
20329 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20330 ac_cs_usage="\
20331 \`$as_me' instantiates files and other configuration actions
20332 from templates according to the current configuration. Unless the files
20333 and actions are specified as TAGs, all are instantiated by default.
20335 Usage: $0 [OPTION]... [TAG]...
20337 -h, --help print this help, then exit
20338 -V, --version print version number and configuration settings, then exit
20339 --config print configuration, then exit
20340 -q, --quiet, --silent
20341 do not print progress messages
20342 -d, --debug don't remove temporary files
20343 --recheck update $as_me by reconfiguring in the same conditions
20344 --file=FILE[:TEMPLATE]
20345 instantiate the configuration file FILE
20346 --header=FILE[:TEMPLATE]
20347 instantiate the configuration header FILE
20349 Configuration files:
20350 $config_files
20352 Configuration headers:
20353 $config_headers
20355 Configuration links:
20356 $config_links
20358 Configuration commands:
20359 $config_commands
20361 Report bugs to <wine-devel@winehq.org>.
20362 Wine home page: <http://www.winehq.org>."
20364 _ACEOF
20365 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20366 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
20367 ac_cs_version="\\
20368 Wine config.status 1.1.38
20369 configured by $0, generated by GNU Autoconf 2.65,
20370 with options \\"\$ac_cs_config\\"
20372 Copyright (C) 2009 Free Software Foundation, Inc.
20373 This config.status script is free software; the Free Software Foundation
20374 gives unlimited permission to copy, distribute and modify it."
20376 ac_pwd='$ac_pwd'
20377 srcdir='$srcdir'
20378 INSTALL='$INSTALL'
20379 test -n "\$AWK" || AWK=awk
20380 _ACEOF
20382 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20383 # The default lists apply if the user does not specify any file.
20384 ac_need_defaults=:
20385 while test $# != 0
20387 case $1 in
20388 --*=*)
20389 ac_option=`expr "X$1" : 'X\([^=]*\)='`
20390 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
20391 ac_shift=:
20394 ac_option=$1
20395 ac_optarg=$2
20396 ac_shift=shift
20398 esac
20400 case $ac_option in
20401 # Handling of the options.
20402 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
20403 ac_cs_recheck=: ;;
20404 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
20405 $as_echo "$ac_cs_version"; exit ;;
20406 --config | --confi | --conf | --con | --co | --c )
20407 $as_echo "$ac_cs_config"; exit ;;
20408 --debug | --debu | --deb | --de | --d | -d )
20409 debug=: ;;
20410 --file | --fil | --fi | --f )
20411 $ac_shift
20412 case $ac_optarg in
20413 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20414 esac
20415 as_fn_append CONFIG_FILES " '$ac_optarg'"
20416 ac_need_defaults=false;;
20417 --header | --heade | --head | --hea )
20418 $ac_shift
20419 case $ac_optarg in
20420 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20421 esac
20422 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
20423 ac_need_defaults=false;;
20424 --he | --h)
20425 # Conflict between --help and --header
20426 as_fn_error "ambiguous option: \`$1'
20427 Try \`$0 --help' for more information.";;
20428 --help | --hel | -h )
20429 $as_echo "$ac_cs_usage"; exit ;;
20430 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
20431 | -silent | --silent | --silen | --sile | --sil | --si | --s)
20432 ac_cs_silent=: ;;
20434 # This is an error.
20435 -*) as_fn_error "unrecognized option: \`$1'
20436 Try \`$0 --help' for more information." ;;
20438 *) as_fn_append ac_config_targets " $1"
20439 ac_need_defaults=false ;;
20441 esac
20442 shift
20443 done
20445 ac_configure_extra_args=
20447 if $ac_cs_silent; then
20448 exec 6>/dev/null
20449 ac_configure_extra_args="$ac_configure_extra_args --silent"
20452 _ACEOF
20453 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20454 if \$ac_cs_recheck; then
20455 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
20456 shift
20457 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
20458 CONFIG_SHELL='$SHELL'
20459 export CONFIG_SHELL
20460 exec "\$@"
20463 _ACEOF
20464 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20465 exec 5>>config.log
20467 echo
20468 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
20469 ## Running $as_me. ##
20470 _ASBOX
20471 $as_echo "$ac_log"
20472 } >&5
20474 _ACEOF
20475 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20476 _ACEOF
20478 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20480 # Handling of arguments.
20481 for ac_config_target in $ac_config_targets
20483 case $ac_config_target in
20484 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
20485 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
20486 "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
20487 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
20488 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
20489 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
20490 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
20491 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
20492 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
20493 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
20494 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
20495 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
20496 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
20497 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
20498 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
20499 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
20500 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
20501 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
20502 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
20503 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
20504 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
20505 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
20506 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
20507 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
20508 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
20509 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
20510 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
20511 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
20512 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
20513 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
20514 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
20515 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
20516 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
20517 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
20518 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
20519 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
20520 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
20521 "dlls/avifil32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/tests/Makefile" ;;
20522 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
20523 "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
20524 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
20525 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
20526 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
20527 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
20528 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
20529 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
20530 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
20531 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
20532 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
20533 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
20534 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
20535 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
20536 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
20537 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
20538 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
20539 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
20540 "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
20541 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
20542 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
20543 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
20544 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
20545 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
20546 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
20547 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
20548 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
20549 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
20550 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
20551 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
20552 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
20553 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
20554 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
20555 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
20556 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
20557 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
20558 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
20559 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
20560 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
20561 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
20562 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
20563 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
20564 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
20565 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
20566 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
20567 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
20568 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
20569 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
20570 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
20571 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
20572 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
20573 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
20574 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
20575 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
20576 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
20577 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
20578 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
20579 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
20580 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
20581 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
20582 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
20583 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
20584 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
20585 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
20586 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
20587 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
20588 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
20589 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
20590 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
20591 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
20592 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
20593 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
20594 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
20595 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
20596 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
20597 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
20598 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
20599 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
20600 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
20601 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
20602 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
20603 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
20604 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
20605 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
20606 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
20607 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
20608 "dlls/dmloader/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/tests/Makefile" ;;
20609 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
20610 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
20611 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
20612 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
20613 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
20614 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
20615 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
20616 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
20617 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
20618 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
20619 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
20620 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
20621 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
20622 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
20623 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
20624 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
20625 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
20626 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
20627 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
20628 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
20629 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
20630 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
20631 "dlls/dxdiagn/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/tests/Makefile" ;;
20632 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
20633 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
20634 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
20635 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
20636 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
20637 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
20638 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
20639 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
20640 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
20641 "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
20642 "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
20643 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
20644 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
20645 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
20646 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
20647 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
20648 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
20649 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
20650 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
20651 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
20652 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
20653 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
20654 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
20655 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
20656 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
20657 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
20658 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
20659 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
20660 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
20661 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
20662 "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
20663 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
20664 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
20665 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
20666 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
20667 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
20668 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
20669 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
20670 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
20671 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
20672 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
20673 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
20674 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
20675 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
20676 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
20677 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
20678 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
20679 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
20680 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
20681 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
20682 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
20683 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
20684 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
20685 "dlls/krnl386.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/krnl386.exe16/Makefile" ;;
20686 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
20687 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
20688 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
20689 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
20690 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
20691 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
20692 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
20693 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
20694 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
20695 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
20696 "dlls/mapistub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapistub/Makefile" ;;
20697 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
20698 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
20699 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
20700 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
20701 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
20702 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
20703 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
20704 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
20705 "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
20706 "dlls/mmdevapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/tests/Makefile" ;;
20707 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
20708 "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
20709 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
20710 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
20711 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
20712 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
20713 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
20714 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
20715 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
20716 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
20717 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
20718 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
20719 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
20720 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
20721 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
20722 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
20723 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
20724 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
20725 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
20726 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
20727 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
20728 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
20729 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
20730 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
20731 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
20732 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
20733 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
20734 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
20735 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
20736 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
20737 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
20738 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
20739 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
20740 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
20741 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
20742 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
20743 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
20744 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
20745 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
20746 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
20747 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
20748 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
20749 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
20750 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
20751 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
20752 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
20753 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
20754 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
20755 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
20756 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
20757 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
20758 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
20759 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
20760 "dlls/msxml4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml4/Makefile" ;;
20761 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
20762 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
20763 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
20764 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
20765 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
20766 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
20767 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
20768 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
20769 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
20770 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
20771 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
20772 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
20773 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
20774 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
20775 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
20776 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
20777 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
20778 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
20779 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
20780 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
20781 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
20782 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
20783 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
20784 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
20785 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
20786 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
20787 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
20788 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
20789 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
20790 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
20791 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
20792 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
20793 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
20794 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
20795 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
20796 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
20797 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
20798 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
20799 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
20800 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
20801 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
20802 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
20803 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
20804 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
20805 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
20806 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
20807 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
20808 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
20809 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
20810 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
20811 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
20812 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
20813 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
20814 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
20815 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
20816 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
20817 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
20818 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
20819 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
20820 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
20821 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
20822 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
20823 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
20824 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
20825 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
20826 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
20827 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
20828 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
20829 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
20830 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
20831 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
20832 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
20833 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
20834 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
20835 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
20836 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
20837 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
20838 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
20839 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
20840 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
20841 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
20842 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
20843 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
20844 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
20845 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
20846 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
20847 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
20848 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
20849 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
20850 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
20851 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
20852 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
20853 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
20854 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
20855 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
20856 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
20857 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
20858 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
20859 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
20860 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
20861 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
20862 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
20863 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
20864 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
20865 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
20866 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
20867 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
20868 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
20869 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
20870 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
20871 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
20872 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
20873 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
20874 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
20875 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
20876 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
20877 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
20878 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
20879 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
20880 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
20881 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
20882 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
20883 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
20884 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
20885 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
20886 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
20887 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
20888 "dlls/user.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user.exe16/Makefile" ;;
20889 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
20890 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
20891 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
20892 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
20893 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
20894 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
20895 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
20896 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
20897 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
20898 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
20899 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
20900 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
20901 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
20902 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
20903 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
20904 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
20905 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
20906 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
20907 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
20908 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
20909 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
20910 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
20911 "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
20912 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
20913 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
20914 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
20915 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
20916 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
20917 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
20918 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
20919 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
20920 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
20921 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
20922 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
20923 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
20924 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
20925 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
20926 "dlls/winemapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemapi/Makefile" ;;
20927 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
20928 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
20929 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
20930 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
20931 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
20932 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
20933 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
20934 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
20935 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
20936 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
20937 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
20938 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
20939 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
20940 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
20941 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
20942 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
20943 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
20944 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
20945 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
20946 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
20947 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
20948 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
20949 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
20950 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
20951 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
20952 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
20953 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
20954 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
20955 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
20956 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
20957 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
20958 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
20959 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
20960 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
20961 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
20962 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
20963 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
20964 "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
20965 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
20966 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
20967 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
20968 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
20969 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
20970 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
20971 "dlls/xmllite/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/tests/Makefile" ;;
20972 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
20973 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
20974 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
20975 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
20976 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
20977 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
20978 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
20979 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
20980 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
20981 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
20982 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
20983 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
20984 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
20985 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
20986 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
20987 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
20988 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
20989 "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
20990 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
20991 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
20992 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
20993 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
20994 "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
20995 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
20996 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
20997 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
20998 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
20999 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
21000 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
21001 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
21002 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
21003 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
21004 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
21005 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
21006 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
21007 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
21008 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
21009 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
21010 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
21011 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
21012 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
21013 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
21014 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
21015 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
21016 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
21017 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
21018 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
21019 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
21020 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
21021 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
21022 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
21023 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
21024 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
21025 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
21026 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
21027 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
21028 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
21029 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
21030 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
21031 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
21032 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
21033 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
21034 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
21035 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
21036 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
21037 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
21038 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
21039 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
21040 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
21041 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
21043 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
21044 esac
21045 done
21048 # If the user did not use the arguments to specify the items to instantiate,
21049 # then the envvar interface is used. Set only those that are not.
21050 # We use the long form for the default assignment because of an extremely
21051 # bizarre bug on SunOS 4.1.3.
21052 if $ac_need_defaults; then
21053 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
21054 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
21055 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
21056 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
21059 # Have a temporary directory for convenience. Make it in the build tree
21060 # simply because there is no reason against having it here, and in addition,
21061 # creating and moving files from /tmp can sometimes cause problems.
21062 # Hook for its removal unless debugging.
21063 # Note that there is a small window in which the directory will not be cleaned:
21064 # after its creation but before its name has been assigned to `$tmp'.
21065 $debug ||
21067 tmp=
21068 trap 'exit_status=$?
21069 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
21071 trap 'as_fn_exit 1' 1 2 13 15
21073 # Create a (secure) tmp directory for tmp files.
21076 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
21077 test -n "$tmp" && test -d "$tmp"
21078 } ||
21080 tmp=./conf$$-$RANDOM
21081 (umask 077 && mkdir "$tmp")
21082 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
21084 # Set up the scripts for CONFIG_FILES section.
21085 # No need to generate them if there are no CONFIG_FILES.
21086 # This happens for instance with `./config.status config.h'.
21087 if test -n "$CONFIG_FILES"; then
21089 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
21090 ac_cs_awk_getline=:
21091 ac_cs_awk_pipe_init=
21092 ac_cs_awk_read_file='
21093 while ((getline aline < (F[key])) > 0)
21094 print(aline)
21095 close(F[key])'
21096 ac_cs_awk_pipe_fini=
21097 else
21098 ac_cs_awk_getline=false
21099 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
21100 ac_cs_awk_read_file='
21101 print "|#_!!_#|"
21102 print "cat " F[key] " &&"
21103 '$ac_cs_awk_pipe_init
21104 # The final `:' finishes the AND list.
21105 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
21107 ac_cr=`echo X | tr X '\015'`
21108 # On cygwin, bash can eat \r inside `` if the user requested igncr.
21109 # But we know of no other shell where ac_cr would be empty at this
21110 # point, so we can use a bashism as a fallback.
21111 if test "x$ac_cr" = x; then
21112 eval ac_cr=\$\'\\r\'
21114 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
21115 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
21116 ac_cs_awk_cr='\r'
21117 else
21118 ac_cs_awk_cr=$ac_cr
21121 echo 'BEGIN {' >"$tmp/subs1.awk" &&
21122 _ACEOF
21124 # Create commands to substitute file output variables.
21126 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
21127 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
21128 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
21129 echo "_ACAWK" &&
21130 echo "_ACEOF"
21131 } >conf$$files.sh &&
21132 . ./conf$$files.sh ||
21133 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
21134 rm -f conf$$files.sh
21137 echo "cat >conf$$subs.awk <<_ACEOF" &&
21138 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
21139 echo "_ACEOF"
21140 } >conf$$subs.sh ||
21141 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
21142 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
21143 ac_delim='%!_!# '
21144 for ac_last_try in false false false false false :; do
21145 . ./conf$$subs.sh ||
21146 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
21148 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
21149 if test $ac_delim_n = $ac_delim_num; then
21150 break
21151 elif $ac_last_try; then
21152 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
21153 else
21154 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
21156 done
21157 rm -f conf$$subs.sh
21159 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21160 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
21161 _ACEOF
21162 sed -n '
21164 s/^/S["/; s/!.*/"]=/
21167 s/^[^!]*!//
21168 :repl
21169 t repl
21170 s/'"$ac_delim"'$//
21171 t delim
21174 s/\(.\{148\}\)..*/\1/
21175 t more1
21176 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
21179 b repl
21180 :more1
21181 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
21184 s/.\{148\}//
21185 t nl
21186 :delim
21188 s/\(.\{148\}\)..*/\1/
21189 t more2
21190 s/["\\]/\\&/g; s/^/"/; s/$/"/
21193 :more2
21194 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
21197 s/.\{148\}//
21198 t delim
21199 ' <conf$$subs.awk | sed '
21200 /^[^""]/{
21202 s/\n//
21204 ' >>$CONFIG_STATUS || ac_write_fail=1
21205 rm -f conf$$subs.awk
21206 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21207 _ACAWK
21208 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
21209 for (key in S) S_is_set[key] = 1
21210 FS = "\a"
21211 \$ac_cs_awk_pipe_init
21214 line = $ 0
21215 nfields = split(line, field, "@")
21216 substed = 0
21217 len = length(field[1])
21218 for (i = 2; i < nfields; i++) {
21219 key = field[i]
21220 keylen = length(key)
21221 if (S_is_set[key]) {
21222 value = S[key]
21223 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
21224 len += length(value) + length(field[++i])
21225 substed = 1
21226 } else
21227 len += 1 + keylen
21229 if (nfields == 3 && !substed) {
21230 key = field[2]
21231 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
21232 \$ac_cs_awk_read_file
21233 next
21236 print line
21238 \$ac_cs_awk_pipe_fini
21239 _ACAWK
21240 _ACEOF
21241 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21242 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
21243 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
21244 else
21246 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
21247 || as_fn_error "could not setup config files machinery" "$LINENO" 5
21248 _ACEOF
21250 # VPATH may cause trouble with some makes, so we remove $(srcdir),
21251 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
21252 # trailing colons and then remove the whole line if VPATH becomes empty
21253 # (actually we leave an empty line to preserve line numbers).
21254 if test "x$srcdir" = x.; then
21255 ac_vpsub='/^[ ]*VPATH[ ]*=/{
21256 s/:*\$(srcdir):*/:/
21257 s/:*\${srcdir}:*/:/
21258 s/:*@srcdir@:*/:/
21259 s/^\([^=]*=[ ]*\):*/\1/
21260 s/:*$//
21261 s/^[^=]*=[ ]*$//
21265 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21266 fi # test -n "$CONFIG_FILES"
21268 # Set up the scripts for CONFIG_HEADERS section.
21269 # No need to generate them if there are no CONFIG_HEADERS.
21270 # This happens for instance with `./config.status Makefile'.
21271 if test -n "$CONFIG_HEADERS"; then
21272 cat >"$tmp/defines.awk" <<\_ACAWK ||
21273 BEGIN {
21274 _ACEOF
21276 # Transform confdefs.h into an awk script `defines.awk', embedded as
21277 # here-document in config.status, that substitutes the proper values into
21278 # config.h.in to produce config.h.
21280 # Create a delimiter string that does not exist in confdefs.h, to ease
21281 # handling of long lines.
21282 ac_delim='%!_!# '
21283 for ac_last_try in false false :; do
21284 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
21285 if test -z "$ac_t"; then
21286 break
21287 elif $ac_last_try; then
21288 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
21289 else
21290 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
21292 done
21294 # For the awk script, D is an array of macro values keyed by name,
21295 # likewise P contains macro parameters if any. Preserve backslash
21296 # newline sequences.
21298 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
21299 sed -n '
21300 s/.\{148\}/&'"$ac_delim"'/g
21301 t rset
21302 :rset
21303 s/^[ ]*#[ ]*define[ ][ ]*/ /
21304 t def
21306 :def
21307 s/\\$//
21308 t bsnl
21309 s/["\\]/\\&/g
21310 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
21311 D["\1"]=" \3"/p
21312 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
21314 :bsnl
21315 s/["\\]/\\&/g
21316 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
21317 D["\1"]=" \3\\\\\\n"\\/p
21318 t cont
21319 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
21320 t cont
21322 :cont
21324 s/.\{148\}/&'"$ac_delim"'/g
21325 t clear
21326 :clear
21327 s/\\$//
21328 t bsnlc
21329 s/["\\]/\\&/g; s/^/"/; s/$/"/p
21331 :bsnlc
21332 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
21333 b cont
21334 ' <confdefs.h | sed '
21335 s/'"$ac_delim"'/"\\\
21336 "/g' >>$CONFIG_STATUS || ac_write_fail=1
21338 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21339 for (key in D) D_is_set[key] = 1
21340 FS = "\a"
21342 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
21343 line = \$ 0
21344 split(line, arg, " ")
21345 if (arg[1] == "#") {
21346 defundef = arg[2]
21347 mac1 = arg[3]
21348 } else {
21349 defundef = substr(arg[1], 2)
21350 mac1 = arg[2]
21352 split(mac1, mac2, "(") #)
21353 macro = mac2[1]
21354 prefix = substr(line, 1, index(line, defundef) - 1)
21355 if (D_is_set[macro]) {
21356 # Preserve the white space surrounding the "#".
21357 print prefix "define", macro P[macro] D[macro]
21358 next
21359 } else {
21360 # Replace #undef with comments. This is necessary, for example,
21361 # in the case of _POSIX_SOURCE, which is predefined and required
21362 # on some systems where configure will not decide to define it.
21363 if (defundef == "undef") {
21364 print "/*", prefix defundef, macro, "*/"
21365 next
21369 { print }
21370 _ACAWK
21371 _ACEOF
21372 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21373 as_fn_error "could not setup config headers machinery" "$LINENO" 5
21374 fi # test -n "$CONFIG_HEADERS"
21377 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
21378 shift
21379 for ac_tag
21381 case $ac_tag in
21382 :[FHLC]) ac_mode=$ac_tag; continue;;
21383 esac
21384 case $ac_mode$ac_tag in
21385 :[FHL]*:*);;
21386 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
21387 :[FH]-) ac_tag=-:-;;
21388 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
21389 esac
21390 ac_save_IFS=$IFS
21391 IFS=:
21392 set x $ac_tag
21393 IFS=$ac_save_IFS
21394 shift
21395 ac_file=$1
21396 shift
21398 case $ac_mode in
21399 :L) ac_source=$1;;
21400 :[FH])
21401 ac_file_inputs=
21402 for ac_f
21404 case $ac_f in
21405 -) ac_f="$tmp/stdin";;
21406 *) # Look for the file first in the build tree, then in the source tree
21407 # (if the path is not absolute). The absolute path cannot be DOS-style,
21408 # because $ac_f cannot contain `:'.
21409 test -f "$ac_f" ||
21410 case $ac_f in
21411 [\\/$]*) false;;
21412 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
21413 esac ||
21414 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
21415 esac
21416 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
21417 as_fn_append ac_file_inputs " '$ac_f'"
21418 done
21420 # Let's still pretend it is `configure' which instantiates (i.e., don't
21421 # use $as_me), people would be surprised to read:
21422 # /* config.h. Generated by config.status. */
21423 configure_input='Generated from '`
21424 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
21425 `' by configure.'
21426 if test x"$ac_file" != x-; then
21427 configure_input="$ac_file. $configure_input"
21428 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
21429 $as_echo "$as_me: creating $ac_file" >&6;}
21431 # Neutralize special characters interpreted by sed in replacement strings.
21432 case $configure_input in #(
21433 *\&* | *\|* | *\\* )
21434 ac_sed_conf_input=`$as_echo "$configure_input" |
21435 sed 's/[\\\\&|]/\\\\&/g'`;; #(
21436 *) ac_sed_conf_input=$configure_input;;
21437 esac
21439 case $ac_tag in
21440 *:-:* | *:-) cat >"$tmp/stdin" \
21441 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
21442 esac
21444 esac
21446 ac_dir=`$as_dirname -- "$ac_file" ||
21447 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
21448 X"$ac_file" : 'X\(//\)[^/]' \| \
21449 X"$ac_file" : 'X\(//\)$' \| \
21450 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
21451 $as_echo X"$ac_file" |
21452 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
21453 s//\1/
21456 /^X\(\/\/\)[^/].*/{
21457 s//\1/
21460 /^X\(\/\/\)$/{
21461 s//\1/
21464 /^X\(\/\).*/{
21465 s//\1/
21468 s/.*/./; q'`
21469 as_dir="$ac_dir"; as_fn_mkdir_p
21470 ac_builddir=.
21472 case "$ac_dir" in
21473 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
21475 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
21476 # A ".." for each directory in $ac_dir_suffix.
21477 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
21478 case $ac_top_builddir_sub in
21479 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
21480 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
21481 esac ;;
21482 esac
21483 ac_abs_top_builddir=$ac_pwd
21484 ac_abs_builddir=$ac_pwd$ac_dir_suffix
21485 # for backward compatibility:
21486 ac_top_builddir=$ac_top_build_prefix
21488 case $srcdir in
21489 .) # We are building in place.
21490 ac_srcdir=.
21491 ac_top_srcdir=$ac_top_builddir_sub
21492 ac_abs_top_srcdir=$ac_pwd ;;
21493 [\\/]* | ?:[\\/]* ) # Absolute name.
21494 ac_srcdir=$srcdir$ac_dir_suffix;
21495 ac_top_srcdir=$srcdir
21496 ac_abs_top_srcdir=$srcdir ;;
21497 *) # Relative name.
21498 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
21499 ac_top_srcdir=$ac_top_build_prefix$srcdir
21500 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
21501 esac
21502 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
21505 case $ac_mode in
21508 # CONFIG_FILE
21511 case $INSTALL in
21512 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
21513 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
21514 esac
21515 _ACEOF
21517 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21518 # If the template does not know about datarootdir, expand it.
21519 # FIXME: This hack should be removed a few years after 2.60.
21520 ac_datarootdir_hack=; ac_datarootdir_seen=
21521 ac_sed_dataroot='
21522 /datarootdir/ {
21526 /@datadir@/p
21527 /@docdir@/p
21528 /@infodir@/p
21529 /@localedir@/p
21530 /@mandir@/p'
21531 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
21532 *datarootdir*) ac_datarootdir_seen=yes;;
21533 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
21534 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
21535 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
21536 _ACEOF
21537 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21538 ac_datarootdir_hack='
21539 s&@datadir@&$datadir&g
21540 s&@docdir@&$docdir&g
21541 s&@infodir@&$infodir&g
21542 s&@localedir@&$localedir&g
21543 s&@mandir@&$mandir&g
21544 s&\\\${datarootdir}&$datarootdir&g' ;;
21545 esac
21546 _ACEOF
21548 # Neutralize VPATH when `$srcdir' = `.'.
21549 # Shell code in configure.ac might set extrasub.
21550 # FIXME: do we really want to maintain this feature?
21551 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21552 ac_sed_extra="$ac_vpsub
21553 $extrasub
21554 _ACEOF
21555 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21557 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
21558 s|@configure_input@|$ac_sed_conf_input|;t t
21559 s&@top_builddir@&$ac_top_builddir_sub&;t t
21560 s&@top_build_prefix@&$ac_top_build_prefix&;t t
21561 s&@srcdir@&$ac_srcdir&;t t
21562 s&@abs_srcdir@&$ac_abs_srcdir&;t t
21563 s&@top_srcdir@&$ac_top_srcdir&;t t
21564 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
21565 s&@builddir@&$ac_builddir&;t t
21566 s&@abs_builddir@&$ac_abs_builddir&;t t
21567 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
21568 s&@INSTALL@&$ac_INSTALL&;t t
21569 $ac_datarootdir_hack
21571 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
21572 if $ac_cs_awk_getline; then
21573 $AWK -f "$tmp/subs.awk"
21574 else
21575 $AWK -f "$tmp/subs.awk" | $SHELL
21576 fi >$tmp/out \
21577 || as_fn_error "could not create $ac_file" "$LINENO" 5
21579 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
21580 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
21581 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
21582 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
21583 which seems to be undefined. Please make sure it is defined." >&5
21584 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
21585 which seems to be undefined. Please make sure it is defined." >&2;}
21587 rm -f "$tmp/stdin"
21588 case $ac_file in
21589 -) cat "$tmp/out" && rm -f "$tmp/out";;
21590 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
21591 esac \
21592 || as_fn_error "could not create $ac_file" "$LINENO" 5
21596 # CONFIG_HEADER
21598 if test x"$ac_file" != x-; then
21600 $as_echo "/* $configure_input */" \
21601 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
21602 } >"$tmp/config.h" \
21603 || as_fn_error "could not create $ac_file" "$LINENO" 5
21604 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
21605 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
21606 $as_echo "$as_me: $ac_file is unchanged" >&6;}
21607 else
21608 rm -f "$ac_file"
21609 mv "$tmp/config.h" "$ac_file" \
21610 || as_fn_error "could not create $ac_file" "$LINENO" 5
21612 else
21613 $as_echo "/* $configure_input */" \
21614 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
21615 || as_fn_error "could not create -" "$LINENO" 5
21620 # CONFIG_LINK
21623 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
21625 else
21626 # Prefer the file from the source tree if names are identical.
21627 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
21628 ac_source=$srcdir/$ac_source
21631 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
21632 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
21634 if test ! -r "$ac_source"; then
21635 as_fn_error "$ac_source: file not found" "$LINENO" 5
21637 rm -f "$ac_file"
21639 # Try a relative symlink, then a hard link, then a copy.
21640 case $srcdir in
21641 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
21642 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
21643 esac
21644 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
21645 ln "$ac_source" "$ac_file" 2>/dev/null ||
21646 cp -p "$ac_source" "$ac_file" ||
21647 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
21650 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
21651 $as_echo "$as_me: executing $ac_file commands" >&6;}
21653 esac
21656 case $ac_file$ac_mode in
21657 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
21658 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
21659 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
21660 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
21661 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
21662 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
21663 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
21664 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
21665 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
21666 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
21667 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
21668 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
21669 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
21671 esac
21672 done # for ac_tag
21675 as_fn_exit 0
21676 _ACEOF
21677 ac_clean_files=$ac_clean_files_save
21679 test $ac_write_fail = 0 ||
21680 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
21683 # configure is writing to config.log, and then calls config.status.
21684 # config.status does its own redirection, appending to config.log.
21685 # Unfortunately, on DOS this fails, as config.log is still kept open
21686 # by configure, so config.status won't be able to write to it; its
21687 # output is simply discarded. So we exec the FD to /dev/null,
21688 # effectively closing config.log, so it can be properly (re)opened and
21689 # appended to by config.status. When coming back to configure, we
21690 # need to make the FD available again.
21691 if test "$no_create" != yes; then
21692 ac_cs_success=:
21693 ac_config_status_args=
21694 test "$silent" = yes &&
21695 ac_config_status_args="$ac_config_status_args --quiet"
21696 exec 5>/dev/null
21697 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
21698 exec 5>>config.log
21699 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
21700 # would make configure fail if this is the last instruction.
21701 $ac_cs_success || as_fn_exit $?
21703 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
21704 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
21705 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
21709 if test "$no_create" = "yes"
21710 then
21711 exit 0
21714 ac_save_IFS="$IFS"
21715 if test "x$wine_notices != "x; then
21716 echo >&6
21717 IFS="|"
21718 for msg in $wine_notices; do
21719 IFS="$ac_save_IFS"
21720 if test -n "$msg"; then
21721 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
21722 $as_echo "$as_me: $msg" >&6;}
21724 done
21726 IFS="|"
21727 for msg in $wine_warnings; do
21728 IFS="$ac_save_IFS"
21729 if test -n "$msg"; then
21730 echo >&2
21731 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
21732 $as_echo "$as_me: WARNING: $msg" >&2;}
21734 done
21735 IFS="$ac_save_IFS"
21737 echo "
21738 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
21739 " >&6