makefiles: Disable winetest when tests are disabled.
[wine/multimedia.git] / configure
blob0d59588310158d9055eb8d74fdfb033825ade248
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_IMPORT_LIBS
605 ALL_STATIC_LIBS
606 ALL_STATICLIB_DIRS
607 ALL_TOOL_DIRS
608 ALL_DLL_DIRS
609 ALL_TOP_DIRS
610 ALL_WINETEST_DEPENDS
611 ALL_MAKEFILE_DEPENDS
612 ALL_SYMLINKS
613 ALL_MAKEFILES
614 ALL_MAKERULES
615 DEPENDENCIES
616 LDAPLIBS
617 LIBPOLL
618 LIBDL
619 EXTRA_BINARIES
620 MAIN_BINARY
621 SOCKETLIBS
622 CRTLIBS
623 TOOLSEXT
624 LDPATH
625 BUILTINFLAG
626 EXTRACFLAGS
627 LIBKSTAT
628 LIBMPG123
629 PNGINCL
630 FONTCONFIGINCL
631 CUPSINCL
632 AUDIOIOLIBS
633 ALSALIBS
634 ESDLIBS
635 ESDINCL
636 ESDCONFIG
637 ZLIB
638 FREETYPEINCL
639 FREETYPELIBS
640 ft_devel
641 LCMSLIBS
642 RESOLVLIBS
643 GPHOTO2INCL
644 GPHOTO2LIBS
645 gphoto2port_devel
646 gphoto2_devel
647 SANEINCL
648 sane_devel
649 GNUTLSINCL
650 HALINCL
651 XSLTINCL
652 XML2INCL
653 XML2LIBS
654 NASLIBS
655 X_EXTRA_LIBS
656 X_LIBS
657 X_PRE_LIBS
658 X_CFLAGS
659 XMKMF
660 LIBPTHREAD
661 CROSSTARGET
662 CROSSTEST
663 CROSSCC
664 CARBONLIB
665 LIBOPENAL
666 COREAUDIO
667 DISKARBITRATIONLIB
668 LDEXECFLAGS
669 IOKITLIB
670 COREFOUNDATIONLIB
671 SECURITYLIB
672 DLLWRAP
673 DLLTOOL
675 LDRPATH_LOCAL
676 LDRPATH_INSTALL
677 IMPLIBEXT
678 LIBEXT
679 LDDLLFLAGS
680 LDSHARED
681 DLLFLAGS
682 DLLEXT
684 OPENGL_LIBS
685 XLIB
686 PRELINK
687 ICOTOOL
688 RSVG
689 PKG_CONFIG
690 FONTFORGE
691 LINTFLAGS
692 LINT
693 INSTALL_DATA
694 INSTALL_SCRIPT
695 INSTALL_PROGRAM
696 LDCONFIG
697 EGREP
698 GREP
699 LN_S
700 STRIP
701 RANLIB
702 ARFLAGS
703 ac_ct_AR
705 BISON
706 FLEX
707 TOOLSDIR
708 WOW64_DISABLE
709 TARGETFLAGS
710 CPPBIN
711 ac_ct_CXX
712 CXXFLAGS
714 OBJEXT
715 EXEEXT
716 ac_ct_CC
717 CPPFLAGS
718 LDFLAGS
719 CFLAGS
721 SET_MAKE
722 host_os
723 host_vendor
724 host_cpu
725 host
726 build_os
727 build_vendor
728 build_cpu
729 build
730 MAINTAINER_MODE
731 target_alias
732 host_alias
733 build_alias
734 LIBS
735 ECHO_T
736 ECHO_N
737 ECHO_C
738 DEFS
739 mandir
740 localedir
741 libdir
742 psdir
743 pdfdir
744 dvidir
745 htmldir
746 infodir
747 docdir
748 oldincludedir
749 includedir
750 localstatedir
751 sharedstatedir
752 sysconfdir
753 datadir
754 datarootdir
755 libexecdir
756 sbindir
757 bindir
758 program_transform_name
759 prefix
760 exec_prefix
761 PACKAGE_URL
762 PACKAGE_BUGREPORT
763 PACKAGE_STRING
764 PACKAGE_VERSION
765 PACKAGE_TARNAME
766 PACKAGE_NAME
767 PATH_SEPARATOR
768 SHELL'
769 ac_subst_files='MAKE_RULES
770 MAKE_DLL_RULES
771 MAKE_IMPLIB_RULES
772 MAKE_TEST_RULES
773 MAKE_PROG_RULES'
774 ac_user_opts='
775 enable_option_checking
776 enable_win16
777 enable_win64
778 enable_tests
779 enable_maintainer_mode
780 with_alsa
781 with_audioio
782 with_capi
783 with_cms
784 with_coreaudio
785 with_cups
786 with_curses
787 with_esd
788 with_fontconfig
789 with_freetype
790 with_gphoto
791 with_glu
792 with_gnutls
793 with_gsm
794 with_hal
795 with_jack
796 with_jpeg
797 with_ldap
798 with_mpg123
799 with_nas
800 with_openal
801 with_opengl
802 with_openssl
803 with_oss
804 with_png
805 with_pthread
806 with_sane
807 with_v4l
808 with_xcomposite
809 with_xcursor
810 with_xinerama
811 with_xinput
812 with_xml
813 with_xrandr
814 with_xrender
815 with_xshape
816 with_xshm
817 with_xslt
818 with_xxf86vm
819 with_wine_tools
820 with_wine64
821 enable_largefile
822 with_x
824 ac_precious_vars='build_alias
825 host_alias
826 target_alias
828 CFLAGS
829 LDFLAGS
830 LIBS
831 CPPFLAGS
833 CXXFLAGS
836 XMKMF'
839 # Initialize some variables set by options.
840 ac_init_help=
841 ac_init_version=false
842 ac_unrecognized_opts=
843 ac_unrecognized_sep=
844 # The variables have the same names as the options, with
845 # dashes changed to underlines.
846 cache_file=/dev/null
847 exec_prefix=NONE
848 no_create=
849 no_recursion=
850 prefix=NONE
851 program_prefix=NONE
852 program_suffix=NONE
853 program_transform_name=s,x,x,
854 silent=
855 site=
856 srcdir=
857 verbose=
858 x_includes=NONE
859 x_libraries=NONE
861 # Installation directory options.
862 # These are left unexpanded so users can "make install exec_prefix=/foo"
863 # and all the variables that are supposed to be based on exec_prefix
864 # by default will actually change.
865 # Use braces instead of parens because sh, perl, etc. also accept them.
866 # (The list follows the same order as the GNU Coding Standards.)
867 bindir='${exec_prefix}/bin'
868 sbindir='${exec_prefix}/sbin'
869 libexecdir='${exec_prefix}/libexec'
870 datarootdir='${prefix}/share'
871 datadir='${datarootdir}'
872 sysconfdir='${prefix}/etc'
873 sharedstatedir='${prefix}/com'
874 localstatedir='${prefix}/var'
875 includedir='${prefix}/include'
876 oldincludedir='/usr/include'
877 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
878 infodir='${datarootdir}/info'
879 htmldir='${docdir}'
880 dvidir='${docdir}'
881 pdfdir='${docdir}'
882 psdir='${docdir}'
883 libdir='${exec_prefix}/lib'
884 localedir='${datarootdir}/locale'
885 mandir='${datarootdir}/man'
887 ac_prev=
888 ac_dashdash=
889 for ac_option
891 # If the previous option needs an argument, assign it.
892 if test -n "$ac_prev"; then
893 eval $ac_prev=\$ac_option
894 ac_prev=
895 continue
898 case $ac_option in
899 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
900 *) ac_optarg=yes ;;
901 esac
903 # Accept the important Cygnus configure options, so we can diagnose typos.
905 case $ac_dashdash$ac_option in
907 ac_dashdash=yes ;;
909 -bindir | --bindir | --bindi | --bind | --bin | --bi)
910 ac_prev=bindir ;;
911 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
912 bindir=$ac_optarg ;;
914 -build | --build | --buil | --bui | --bu)
915 ac_prev=build_alias ;;
916 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
917 build_alias=$ac_optarg ;;
919 -cache-file | --cache-file | --cache-fil | --cache-fi \
920 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
921 ac_prev=cache_file ;;
922 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
923 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
924 cache_file=$ac_optarg ;;
926 --config-cache | -C)
927 cache_file=config.cache ;;
929 -datadir | --datadir | --datadi | --datad)
930 ac_prev=datadir ;;
931 -datadir=* | --datadir=* | --datadi=* | --datad=*)
932 datadir=$ac_optarg ;;
934 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
935 | --dataroo | --dataro | --datar)
936 ac_prev=datarootdir ;;
937 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
938 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
939 datarootdir=$ac_optarg ;;
941 -disable-* | --disable-*)
942 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
943 # Reject names that are not valid shell variable names.
944 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
945 as_fn_error "invalid feature name: $ac_useropt"
946 ac_useropt_orig=$ac_useropt
947 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
948 case $ac_user_opts in
950 "enable_$ac_useropt"
951 "*) ;;
952 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
953 ac_unrecognized_sep=', ';;
954 esac
955 eval enable_$ac_useropt=no ;;
957 -docdir | --docdir | --docdi | --doc | --do)
958 ac_prev=docdir ;;
959 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
960 docdir=$ac_optarg ;;
962 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
963 ac_prev=dvidir ;;
964 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
965 dvidir=$ac_optarg ;;
967 -enable-* | --enable-*)
968 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
969 # Reject names that are not valid shell variable names.
970 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
971 as_fn_error "invalid feature name: $ac_useropt"
972 ac_useropt_orig=$ac_useropt
973 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
974 case $ac_user_opts in
976 "enable_$ac_useropt"
977 "*) ;;
978 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
979 ac_unrecognized_sep=', ';;
980 esac
981 eval enable_$ac_useropt=\$ac_optarg ;;
983 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
984 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
985 | --exec | --exe | --ex)
986 ac_prev=exec_prefix ;;
987 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
988 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
989 | --exec=* | --exe=* | --ex=*)
990 exec_prefix=$ac_optarg ;;
992 -gas | --gas | --ga | --g)
993 # Obsolete; use --with-gas.
994 with_gas=yes ;;
996 -help | --help | --hel | --he | -h)
997 ac_init_help=long ;;
998 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
999 ac_init_help=recursive ;;
1000 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1001 ac_init_help=short ;;
1003 -host | --host | --hos | --ho)
1004 ac_prev=host_alias ;;
1005 -host=* | --host=* | --hos=* | --ho=*)
1006 host_alias=$ac_optarg ;;
1008 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1009 ac_prev=htmldir ;;
1010 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1011 | --ht=*)
1012 htmldir=$ac_optarg ;;
1014 -includedir | --includedir | --includedi | --included | --include \
1015 | --includ | --inclu | --incl | --inc)
1016 ac_prev=includedir ;;
1017 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1018 | --includ=* | --inclu=* | --incl=* | --inc=*)
1019 includedir=$ac_optarg ;;
1021 -infodir | --infodir | --infodi | --infod | --info | --inf)
1022 ac_prev=infodir ;;
1023 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1024 infodir=$ac_optarg ;;
1026 -libdir | --libdir | --libdi | --libd)
1027 ac_prev=libdir ;;
1028 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1029 libdir=$ac_optarg ;;
1031 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1032 | --libexe | --libex | --libe)
1033 ac_prev=libexecdir ;;
1034 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1035 | --libexe=* | --libex=* | --libe=*)
1036 libexecdir=$ac_optarg ;;
1038 -localedir | --localedir | --localedi | --localed | --locale)
1039 ac_prev=localedir ;;
1040 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1041 localedir=$ac_optarg ;;
1043 -localstatedir | --localstatedir | --localstatedi | --localstated \
1044 | --localstate | --localstat | --localsta | --localst | --locals)
1045 ac_prev=localstatedir ;;
1046 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1047 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1048 localstatedir=$ac_optarg ;;
1050 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1051 ac_prev=mandir ;;
1052 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1053 mandir=$ac_optarg ;;
1055 -nfp | --nfp | --nf)
1056 # Obsolete; use --without-fp.
1057 with_fp=no ;;
1059 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1060 | --no-cr | --no-c | -n)
1061 no_create=yes ;;
1063 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1064 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1065 no_recursion=yes ;;
1067 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1068 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1069 | --oldin | --oldi | --old | --ol | --o)
1070 ac_prev=oldincludedir ;;
1071 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1072 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1073 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1074 oldincludedir=$ac_optarg ;;
1076 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1077 ac_prev=prefix ;;
1078 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1079 prefix=$ac_optarg ;;
1081 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1082 | --program-pre | --program-pr | --program-p)
1083 ac_prev=program_prefix ;;
1084 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1085 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1086 program_prefix=$ac_optarg ;;
1088 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1089 | --program-suf | --program-su | --program-s)
1090 ac_prev=program_suffix ;;
1091 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1092 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1093 program_suffix=$ac_optarg ;;
1095 -program-transform-name | --program-transform-name \
1096 | --program-transform-nam | --program-transform-na \
1097 | --program-transform-n | --program-transform- \
1098 | --program-transform | --program-transfor \
1099 | --program-transfo | --program-transf \
1100 | --program-trans | --program-tran \
1101 | --progr-tra | --program-tr | --program-t)
1102 ac_prev=program_transform_name ;;
1103 -program-transform-name=* | --program-transform-name=* \
1104 | --program-transform-nam=* | --program-transform-na=* \
1105 | --program-transform-n=* | --program-transform-=* \
1106 | --program-transform=* | --program-transfor=* \
1107 | --program-transfo=* | --program-transf=* \
1108 | --program-trans=* | --program-tran=* \
1109 | --progr-tra=* | --program-tr=* | --program-t=*)
1110 program_transform_name=$ac_optarg ;;
1112 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1113 ac_prev=pdfdir ;;
1114 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1115 pdfdir=$ac_optarg ;;
1117 -psdir | --psdir | --psdi | --psd | --ps)
1118 ac_prev=psdir ;;
1119 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1120 psdir=$ac_optarg ;;
1122 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1123 | -silent | --silent | --silen | --sile | --sil)
1124 silent=yes ;;
1126 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1127 ac_prev=sbindir ;;
1128 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1129 | --sbi=* | --sb=*)
1130 sbindir=$ac_optarg ;;
1132 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1133 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1134 | --sharedst | --shareds | --shared | --share | --shar \
1135 | --sha | --sh)
1136 ac_prev=sharedstatedir ;;
1137 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1138 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1139 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1140 | --sha=* | --sh=*)
1141 sharedstatedir=$ac_optarg ;;
1143 -site | --site | --sit)
1144 ac_prev=site ;;
1145 -site=* | --site=* | --sit=*)
1146 site=$ac_optarg ;;
1148 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1149 ac_prev=srcdir ;;
1150 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1151 srcdir=$ac_optarg ;;
1153 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1154 | --syscon | --sysco | --sysc | --sys | --sy)
1155 ac_prev=sysconfdir ;;
1156 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1157 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1158 sysconfdir=$ac_optarg ;;
1160 -target | --target | --targe | --targ | --tar | --ta | --t)
1161 ac_prev=target_alias ;;
1162 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1163 target_alias=$ac_optarg ;;
1165 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1166 verbose=yes ;;
1168 -version | --version | --versio | --versi | --vers | -V)
1169 ac_init_version=: ;;
1171 -with-* | --with-*)
1172 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1173 # Reject names that are not valid shell variable names.
1174 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1175 as_fn_error "invalid package name: $ac_useropt"
1176 ac_useropt_orig=$ac_useropt
1177 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1178 case $ac_user_opts in
1180 "with_$ac_useropt"
1181 "*) ;;
1182 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1183 ac_unrecognized_sep=', ';;
1184 esac
1185 eval with_$ac_useropt=\$ac_optarg ;;
1187 -without-* | --without-*)
1188 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1189 # Reject names that are not valid shell variable names.
1190 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1191 as_fn_error "invalid package name: $ac_useropt"
1192 ac_useropt_orig=$ac_useropt
1193 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1194 case $ac_user_opts in
1196 "with_$ac_useropt"
1197 "*) ;;
1198 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1199 ac_unrecognized_sep=', ';;
1200 esac
1201 eval with_$ac_useropt=no ;;
1203 --x)
1204 # Obsolete; use --with-x.
1205 with_x=yes ;;
1207 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1208 | --x-incl | --x-inc | --x-in | --x-i)
1209 ac_prev=x_includes ;;
1210 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1211 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1212 x_includes=$ac_optarg ;;
1214 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1215 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1216 ac_prev=x_libraries ;;
1217 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1218 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1219 x_libraries=$ac_optarg ;;
1221 -*) as_fn_error "unrecognized option: \`$ac_option'
1222 Try \`$0 --help' for more information."
1225 *=*)
1226 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1227 # Reject names that are not valid shell variable names.
1228 case $ac_envvar in #(
1229 '' | [0-9]* | *[!_$as_cr_alnum]* )
1230 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1231 esac
1232 eval $ac_envvar=\$ac_optarg
1233 export $ac_envvar ;;
1236 # FIXME: should be removed in autoconf 3.0.
1237 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1238 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1239 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1240 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1243 esac
1244 done
1246 if test -n "$ac_prev"; then
1247 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1248 as_fn_error "missing argument to $ac_option"
1251 if test -n "$ac_unrecognized_opts"; then
1252 case $enable_option_checking in
1253 no) ;;
1254 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1255 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1256 esac
1259 # Check all directory arguments for consistency.
1260 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1261 datadir sysconfdir sharedstatedir localstatedir includedir \
1262 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1263 libdir localedir mandir
1265 eval ac_val=\$$ac_var
1266 # Remove trailing slashes.
1267 case $ac_val in
1268 */ )
1269 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1270 eval $ac_var=\$ac_val;;
1271 esac
1272 # Be sure to have absolute directory names.
1273 case $ac_val in
1274 [\\/$]* | ?:[\\/]* ) continue;;
1275 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1276 esac
1277 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1278 done
1280 # There might be people who depend on the old broken behavior: `$host'
1281 # used to hold the argument of --host etc.
1282 # FIXME: To remove some day.
1283 build=$build_alias
1284 host=$host_alias
1285 target=$target_alias
1287 # FIXME: To remove some day.
1288 if test "x$host_alias" != x; then
1289 if test "x$build_alias" = x; then
1290 cross_compiling=maybe
1291 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1292 If a cross compiler is detected then cross compile mode will be used." >&2
1293 elif test "x$build_alias" != "x$host_alias"; then
1294 cross_compiling=yes
1298 ac_tool_prefix=
1299 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1301 test "$silent" = yes && exec 6>/dev/null
1304 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1305 ac_ls_di=`ls -di .` &&
1306 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1307 as_fn_error "working directory cannot be determined"
1308 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1309 as_fn_error "pwd does not report name of working directory"
1312 # Find the source files, if location was not specified.
1313 if test -z "$srcdir"; then
1314 ac_srcdir_defaulted=yes
1315 # Try the directory containing this script, then the parent directory.
1316 ac_confdir=`$as_dirname -- "$as_myself" ||
1317 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1318 X"$as_myself" : 'X\(//\)[^/]' \| \
1319 X"$as_myself" : 'X\(//\)$' \| \
1320 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1321 $as_echo X"$as_myself" |
1322 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1323 s//\1/
1326 /^X\(\/\/\)[^/].*/{
1327 s//\1/
1330 /^X\(\/\/\)$/{
1331 s//\1/
1334 /^X\(\/\).*/{
1335 s//\1/
1338 s/.*/./; q'`
1339 srcdir=$ac_confdir
1340 if test ! -r "$srcdir/$ac_unique_file"; then
1341 srcdir=..
1343 else
1344 ac_srcdir_defaulted=no
1346 if test ! -r "$srcdir/$ac_unique_file"; then
1347 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1348 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1350 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1351 ac_abs_confdir=`(
1352 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1353 pwd)`
1354 # When building in place, set srcdir=.
1355 if test "$ac_abs_confdir" = "$ac_pwd"; then
1356 srcdir=.
1358 # Remove unnecessary trailing slashes from srcdir.
1359 # Double slashes in file names in object file debugging info
1360 # mess up M-x gdb in Emacs.
1361 case $srcdir in
1362 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1363 esac
1364 for ac_var in $ac_precious_vars; do
1365 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1366 eval ac_env_${ac_var}_value=\$${ac_var}
1367 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1368 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1369 done
1372 # Report the --help message.
1374 if test "$ac_init_help" = "long"; then
1375 # Omit some internal or obsolete options to make the list less imposing.
1376 # This message is too long to be a string in the A/UX 3.1 sh.
1377 cat <<_ACEOF
1378 \`configure' configures Wine 1.1.38 to adapt to many kinds of systems.
1380 Usage: $0 [OPTION]... [VAR=VALUE]...
1382 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1383 VAR=VALUE. See below for descriptions of some of the useful variables.
1385 Defaults for the options are specified in brackets.
1387 Configuration:
1388 -h, --help display this help and exit
1389 --help=short display options specific to this package
1390 --help=recursive display the short help of all the included packages
1391 -V, --version display version information and exit
1392 -q, --quiet, --silent do not print \`checking...' messages
1393 --cache-file=FILE cache test results in FILE [disabled]
1394 -C, --config-cache alias for \`--cache-file=config.cache'
1395 -n, --no-create do not create output files
1396 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1398 Installation directories:
1399 --prefix=PREFIX install architecture-independent files in PREFIX
1400 [$ac_default_prefix]
1401 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1402 [PREFIX]
1404 By default, \`make install' will install all the files in
1405 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1406 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1407 for instance \`--prefix=\$HOME'.
1409 For better control, use the options below.
1411 Fine tuning of the installation directories:
1412 --bindir=DIR user executables [EPREFIX/bin]
1413 --sbindir=DIR system admin executables [EPREFIX/sbin]
1414 --libexecdir=DIR program executables [EPREFIX/libexec]
1415 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1416 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1417 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1418 --libdir=DIR object code libraries [EPREFIX/lib]
1419 --includedir=DIR C header files [PREFIX/include]
1420 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1421 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1422 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1423 --infodir=DIR info documentation [DATAROOTDIR/info]
1424 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1425 --mandir=DIR man documentation [DATAROOTDIR/man]
1426 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1427 --htmldir=DIR html documentation [DOCDIR]
1428 --dvidir=DIR dvi documentation [DOCDIR]
1429 --pdfdir=DIR pdf documentation [DOCDIR]
1430 --psdir=DIR ps documentation [DOCDIR]
1431 _ACEOF
1433 cat <<\_ACEOF
1435 X features:
1436 --x-includes=DIR X include files are in DIR
1437 --x-libraries=DIR X library files are in DIR
1439 System types:
1440 --build=BUILD configure for building on BUILD [guessed]
1441 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1442 _ACEOF
1445 if test -n "$ac_init_help"; then
1446 case $ac_init_help in
1447 short | recursive ) echo "Configuration of Wine 1.1.38:";;
1448 esac
1449 cat <<\_ACEOF
1451 Optional Features:
1452 --disable-option-checking ignore unrecognized --enable/--with options
1453 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1454 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1455 --disable-win16 do not include Win16 support
1456 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1457 binaries)
1458 --disable-tests do not build the regression tests
1459 --enable-maintainer-mode
1460 enable maintainer-specific build rules
1461 --disable-largefile omit support for large files
1463 Optional Packages:
1464 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1465 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1466 --without-alsa do not use the Alsa sound support
1467 --without-audioio do not use the AudioIO sound support
1468 --without-capi do not use CAPI (ISDN support)
1469 --without-cms do not use CMS (color management support)
1470 --without-coreaudio do not use the CoreAudio sound support
1471 --without-cups do not use CUPS
1472 --without-curses do not use (n)curses
1473 --without-esd do not use the EsounD sound support
1474 --without-fontconfig do not use fontconfig
1475 --without-freetype do not use the FreeType library
1476 --without-gphoto do not use gphoto (Digital Camera support)
1477 --without-glu do not use the GLU library
1478 --without-gnutls do not use GnuTLS (schannel support)
1479 --without-gsm do not use libgsm (GSM 06.10 codec support)
1480 --without-hal do not use HAL (dynamic device support)
1481 --without-jack do not use the Jack sound support
1482 --without-jpeg do not use JPEG
1483 --without-ldap do not use LDAP
1484 --without-mpg123 do not use the mpg123 library
1485 --without-nas do not use the NAS sound support
1486 --without-openal do not use OpenAL
1487 --without-opengl do not use OpenGL
1488 --without-openssl do not use OpenSSL
1489 --without-oss do not use the OSS sound support
1490 --without-png do not use PNG
1491 --without-pthread do not use the pthread library
1492 --without-sane do not use SANE (scanner support)
1493 --without-v4l do not use v4l1 (v4l support)
1494 --without-xcomposite do not use the Xcomposite extension
1495 --without-xcursor do not use the Xcursor extension
1496 --without-xinerama do not use Xinerama (multi-monitor support)
1497 --without-xinput do not use the Xinput extension
1498 --without-xml do not use XML
1499 --without-xrandr do not use Xrandr (resolution changes)
1500 --without-xrender do not use the Xrender extension
1501 --without-xshape do not use the Xshape extension
1502 --without-xshm do not use XShm (shared memory extension)
1503 --without-xslt do not use XSLT
1504 --without-xxf86vm do not use XFree video mode extension
1505 --with-wine-tools=DIR use Wine tools from directory DIR
1506 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1507 --with-x use the X Window System
1509 Some influential environment variables:
1510 CC C compiler command
1511 CFLAGS C compiler flags
1512 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1513 nonstandard directory <lib dir>
1514 LIBS libraries to pass to the linker, e.g. -l<library>
1515 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1516 you have headers in a nonstandard directory <include dir>
1517 CXX C++ compiler command
1518 CXXFLAGS C++ compiler flags
1519 CPP C preprocessor
1520 XMKMF Path to xmkmf, Makefile generator for X Window System
1522 Use these variables to override the choices made by `configure' or to help
1523 it to find libraries and programs with nonstandard names/locations.
1525 Report bugs to <wine-devel@winehq.org>.
1526 Wine home page: <http://www.winehq.org>.
1527 _ACEOF
1528 ac_status=$?
1531 if test "$ac_init_help" = "recursive"; then
1532 # If there are subdirs, report their specific --help.
1533 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1534 test -d "$ac_dir" ||
1535 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1536 continue
1537 ac_builddir=.
1539 case "$ac_dir" in
1540 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1542 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1543 # A ".." for each directory in $ac_dir_suffix.
1544 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1545 case $ac_top_builddir_sub in
1546 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1547 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1548 esac ;;
1549 esac
1550 ac_abs_top_builddir=$ac_pwd
1551 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1552 # for backward compatibility:
1553 ac_top_builddir=$ac_top_build_prefix
1555 case $srcdir in
1556 .) # We are building in place.
1557 ac_srcdir=.
1558 ac_top_srcdir=$ac_top_builddir_sub
1559 ac_abs_top_srcdir=$ac_pwd ;;
1560 [\\/]* | ?:[\\/]* ) # Absolute name.
1561 ac_srcdir=$srcdir$ac_dir_suffix;
1562 ac_top_srcdir=$srcdir
1563 ac_abs_top_srcdir=$srcdir ;;
1564 *) # Relative name.
1565 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1566 ac_top_srcdir=$ac_top_build_prefix$srcdir
1567 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1568 esac
1569 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1571 cd "$ac_dir" || { ac_status=$?; continue; }
1572 # Check for guested configure.
1573 if test -f "$ac_srcdir/configure.gnu"; then
1574 echo &&
1575 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1576 elif test -f "$ac_srcdir/configure"; then
1577 echo &&
1578 $SHELL "$ac_srcdir/configure" --help=recursive
1579 else
1580 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1581 fi || ac_status=$?
1582 cd "$ac_pwd" || { ac_status=$?; break; }
1583 done
1586 test -n "$ac_init_help" && exit $ac_status
1587 if $ac_init_version; then
1588 cat <<\_ACEOF
1589 Wine configure 1.1.38
1590 generated by GNU Autoconf 2.65
1592 Copyright (C) 2009 Free Software Foundation, Inc.
1593 This configure script is free software; the Free Software Foundation
1594 gives unlimited permission to copy, distribute and modify it.
1595 _ACEOF
1596 exit
1599 ## ------------------------ ##
1600 ## Autoconf initialization. ##
1601 ## ------------------------ ##
1603 # ac_fn_c_try_compile LINENO
1604 # --------------------------
1605 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1606 ac_fn_c_try_compile ()
1608 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1609 rm -f conftest.$ac_objext
1610 if { { ac_try="$ac_compile"
1611 case "(($ac_try" in
1612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1613 *) ac_try_echo=$ac_try;;
1614 esac
1615 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1616 $as_echo "$ac_try_echo"; } >&5
1617 (eval "$ac_compile") 2>conftest.err
1618 ac_status=$?
1619 if test -s conftest.err; then
1620 grep -v '^ *+' conftest.err >conftest.er1
1621 cat conftest.er1 >&5
1622 mv -f conftest.er1 conftest.err
1624 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1625 test $ac_status = 0; } && {
1626 test -z "$ac_c_werror_flag" ||
1627 test ! -s conftest.err
1628 } && test -s conftest.$ac_objext; then :
1629 ac_retval=0
1630 else
1631 $as_echo "$as_me: failed program was:" >&5
1632 sed 's/^/| /' conftest.$ac_ext >&5
1634 ac_retval=1
1636 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1637 as_fn_set_status $ac_retval
1639 } # ac_fn_c_try_compile
1641 # ac_fn_cxx_try_compile LINENO
1642 # ----------------------------
1643 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1644 ac_fn_cxx_try_compile ()
1646 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1647 rm -f conftest.$ac_objext
1648 if { { ac_try="$ac_compile"
1649 case "(($ac_try" in
1650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1651 *) ac_try_echo=$ac_try;;
1652 esac
1653 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1654 $as_echo "$ac_try_echo"; } >&5
1655 (eval "$ac_compile") 2>conftest.err
1656 ac_status=$?
1657 if test -s conftest.err; then
1658 grep -v '^ *+' conftest.err >conftest.er1
1659 cat conftest.er1 >&5
1660 mv -f conftest.er1 conftest.err
1662 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1663 test $ac_status = 0; } && {
1664 test -z "$ac_cxx_werror_flag" ||
1665 test ! -s conftest.err
1666 } && test -s conftest.$ac_objext; then :
1667 ac_retval=0
1668 else
1669 $as_echo "$as_me: failed program was:" >&5
1670 sed 's/^/| /' conftest.$ac_ext >&5
1672 ac_retval=1
1674 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1675 as_fn_set_status $ac_retval
1677 } # ac_fn_cxx_try_compile
1679 # ac_fn_c_try_link LINENO
1680 # -----------------------
1681 # Try to link conftest.$ac_ext, and return whether this succeeded.
1682 ac_fn_c_try_link ()
1684 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1685 rm -f conftest.$ac_objext conftest$ac_exeext
1686 if { { ac_try="$ac_link"
1687 case "(($ac_try" in
1688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1689 *) ac_try_echo=$ac_try;;
1690 esac
1691 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1692 $as_echo "$ac_try_echo"; } >&5
1693 (eval "$ac_link") 2>conftest.err
1694 ac_status=$?
1695 if test -s conftest.err; then
1696 grep -v '^ *+' conftest.err >conftest.er1
1697 cat conftest.er1 >&5
1698 mv -f conftest.er1 conftest.err
1700 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1701 test $ac_status = 0; } && {
1702 test -z "$ac_c_werror_flag" ||
1703 test ! -s conftest.err
1704 } && test -s conftest$ac_exeext && {
1705 test "$cross_compiling" = yes ||
1706 $as_test_x conftest$ac_exeext
1707 }; then :
1708 ac_retval=0
1709 else
1710 $as_echo "$as_me: failed program was:" >&5
1711 sed 's/^/| /' conftest.$ac_ext >&5
1713 ac_retval=1
1715 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1716 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1717 # interfere with the next link command; also delete a directory that is
1718 # left behind by Apple's compiler. We do this before executing the actions.
1719 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1720 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1721 as_fn_set_status $ac_retval
1723 } # ac_fn_c_try_link
1725 # ac_fn_c_try_cpp LINENO
1726 # ----------------------
1727 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1728 ac_fn_c_try_cpp ()
1730 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1731 if { { ac_try="$ac_cpp conftest.$ac_ext"
1732 case "(($ac_try" in
1733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1734 *) ac_try_echo=$ac_try;;
1735 esac
1736 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1737 $as_echo "$ac_try_echo"; } >&5
1738 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1739 ac_status=$?
1740 if test -s conftest.err; then
1741 grep -v '^ *+' conftest.err >conftest.er1
1742 cat conftest.er1 >&5
1743 mv -f conftest.er1 conftest.err
1745 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1746 test $ac_status = 0; } >/dev/null && {
1747 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1748 test ! -s conftest.err
1749 }; then :
1750 ac_retval=0
1751 else
1752 $as_echo "$as_me: failed program was:" >&5
1753 sed 's/^/| /' conftest.$ac_ext >&5
1755 ac_retval=1
1757 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1758 as_fn_set_status $ac_retval
1760 } # ac_fn_c_try_cpp
1762 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1763 # -------------------------------------------------------
1764 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1765 # the include files in INCLUDES and setting the cache variable VAR
1766 # accordingly.
1767 ac_fn_c_check_header_mongrel ()
1769 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1770 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1772 $as_echo_n "checking for $2... " >&6; }
1773 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1774 $as_echo_n "(cached) " >&6
1776 eval ac_res=\$$3
1777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1778 $as_echo "$ac_res" >&6; }
1779 else
1780 # Is the header compilable?
1781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1782 $as_echo_n "checking $2 usability... " >&6; }
1783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1784 /* end confdefs.h. */
1786 #include <$2>
1787 _ACEOF
1788 if ac_fn_c_try_compile "$LINENO"; then :
1789 ac_header_compiler=yes
1790 else
1791 ac_header_compiler=no
1793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1795 $as_echo "$ac_header_compiler" >&6; }
1797 # Is the header present?
1798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1799 $as_echo_n "checking $2 presence... " >&6; }
1800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1801 /* end confdefs.h. */
1802 #include <$2>
1803 _ACEOF
1804 if ac_fn_c_try_cpp "$LINENO"; then :
1805 ac_header_preproc=yes
1806 else
1807 ac_header_preproc=no
1809 rm -f conftest.err conftest.$ac_ext
1810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1811 $as_echo "$ac_header_preproc" >&6; }
1813 # So? What about this header?
1814 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1815 yes:no: )
1816 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1817 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1818 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1819 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1821 no:yes:* )
1822 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1823 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1824 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1825 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1826 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1827 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1828 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1829 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1830 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1831 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1832 ( cat <<\_ASBOX
1833 ## ------------------------------------ ##
1834 ## Report this to wine-devel@winehq.org ##
1835 ## ------------------------------------ ##
1836 _ASBOX
1837 ) | sed "s/^/$as_me: WARNING: /" >&2
1839 esac
1840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1841 $as_echo_n "checking for $2... " >&6; }
1842 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1843 $as_echo_n "(cached) " >&6
1844 else
1845 eval "$3=\$ac_header_compiler"
1847 eval ac_res=\$$3
1848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1849 $as_echo "$ac_res" >&6; }
1851 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1853 } # ac_fn_c_check_header_mongrel
1855 # ac_fn_c_try_run LINENO
1856 # ----------------------
1857 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1858 # that executables *can* be run.
1859 ac_fn_c_try_run ()
1861 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1862 if { { ac_try="$ac_link"
1863 case "(($ac_try" in
1864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1865 *) ac_try_echo=$ac_try;;
1866 esac
1867 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1868 $as_echo "$ac_try_echo"; } >&5
1869 (eval "$ac_link") 2>&5
1870 ac_status=$?
1871 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1872 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1873 { { case "(($ac_try" in
1874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1875 *) ac_try_echo=$ac_try;;
1876 esac
1877 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1878 $as_echo "$ac_try_echo"; } >&5
1879 (eval "$ac_try") 2>&5
1880 ac_status=$?
1881 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1882 test $ac_status = 0; }; }; then :
1883 ac_retval=0
1884 else
1885 $as_echo "$as_me: program exited with status $ac_status" >&5
1886 $as_echo "$as_me: failed program was:" >&5
1887 sed 's/^/| /' conftest.$ac_ext >&5
1889 ac_retval=$ac_status
1891 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1892 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1893 as_fn_set_status $ac_retval
1895 } # ac_fn_c_try_run
1897 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1898 # -------------------------------------------------------
1899 # Tests whether HEADER exists and can be compiled using the include files in
1900 # INCLUDES, setting the cache variable VAR accordingly.
1901 ac_fn_c_check_header_compile ()
1903 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1905 $as_echo_n "checking for $2... " >&6; }
1906 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1907 $as_echo_n "(cached) " >&6
1908 else
1909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1910 /* end confdefs.h. */
1912 #include <$2>
1913 _ACEOF
1914 if ac_fn_c_try_compile "$LINENO"; then :
1915 eval "$3=yes"
1916 else
1917 eval "$3=no"
1919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1921 eval ac_res=\$$3
1922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1923 $as_echo "$ac_res" >&6; }
1924 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1926 } # ac_fn_c_check_header_compile
1928 # ac_fn_c_check_func LINENO FUNC VAR
1929 # ----------------------------------
1930 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1931 ac_fn_c_check_func ()
1933 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1935 $as_echo_n "checking for $2... " >&6; }
1936 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1937 $as_echo_n "(cached) " >&6
1938 else
1939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1940 /* end confdefs.h. */
1941 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1942 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1943 #define $2 innocuous_$2
1945 /* System header to define __stub macros and hopefully few prototypes,
1946 which can conflict with char $2 (); below.
1947 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1948 <limits.h> exists even on freestanding compilers. */
1950 #ifdef __STDC__
1951 # include <limits.h>
1952 #else
1953 # include <assert.h>
1954 #endif
1956 #undef $2
1958 /* Override any GCC internal prototype to avoid an error.
1959 Use char because int might match the return type of a GCC
1960 builtin and then its argument prototype would still apply. */
1961 #ifdef __cplusplus
1962 extern "C"
1963 #endif
1964 char $2 ();
1965 /* The GNU C library defines this for functions which it implements
1966 to always fail with ENOSYS. Some functions are actually named
1967 something starting with __ and the normal name is an alias. */
1968 #if defined __stub_$2 || defined __stub___$2
1969 choke me
1970 #endif
1973 main ()
1975 return $2 ();
1977 return 0;
1979 _ACEOF
1980 if ac_fn_c_try_link "$LINENO"; then :
1981 eval "$3=yes"
1982 else
1983 eval "$3=no"
1985 rm -f core conftest.err conftest.$ac_objext \
1986 conftest$ac_exeext conftest.$ac_ext
1988 eval ac_res=\$$3
1989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1990 $as_echo "$ac_res" >&6; }
1991 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1993 } # ac_fn_c_check_func
1995 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1996 # ----------------------------------------------------
1997 # Tries to find if the field MEMBER exists in type AGGR, after including
1998 # INCLUDES, setting cache variable VAR accordingly.
1999 ac_fn_c_check_member ()
2001 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2003 $as_echo_n "checking for $2.$3... " >&6; }
2004 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2005 $as_echo_n "(cached) " >&6
2006 else
2007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2008 /* end confdefs.h. */
2011 main ()
2013 static $2 ac_aggr;
2014 if (ac_aggr.$3)
2015 return 0;
2017 return 0;
2019 _ACEOF
2020 if ac_fn_c_try_compile "$LINENO"; then :
2021 eval "$4=yes"
2022 else
2023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2024 /* end confdefs.h. */
2027 main ()
2029 static $2 ac_aggr;
2030 if (sizeof ac_aggr.$3)
2031 return 0;
2033 return 0;
2035 _ACEOF
2036 if ac_fn_c_try_compile "$LINENO"; then :
2037 eval "$4=yes"
2038 else
2039 eval "$4=no"
2041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2045 eval ac_res=\$$4
2046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2047 $as_echo "$ac_res" >&6; }
2048 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2050 } # ac_fn_c_check_member
2052 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2053 # -------------------------------------------
2054 # Tests whether TYPE exists after having included INCLUDES, setting cache
2055 # variable VAR accordingly.
2056 ac_fn_c_check_type ()
2058 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2060 $as_echo_n "checking for $2... " >&6; }
2061 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2062 $as_echo_n "(cached) " >&6
2063 else
2064 eval "$3=no"
2065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2066 /* end confdefs.h. */
2069 main ()
2071 if (sizeof ($2))
2072 return 0;
2074 return 0;
2076 _ACEOF
2077 if ac_fn_c_try_compile "$LINENO"; then :
2078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2079 /* end confdefs.h. */
2082 main ()
2084 if (sizeof (($2)))
2085 return 0;
2087 return 0;
2089 _ACEOF
2090 if ac_fn_c_try_compile "$LINENO"; then :
2092 else
2093 eval "$3=yes"
2095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2099 eval ac_res=\$$3
2100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2101 $as_echo "$ac_res" >&6; }
2102 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2104 } # ac_fn_c_check_type
2105 cat >config.log <<_ACEOF
2106 This file contains any messages produced by compilers while
2107 running configure, to aid debugging if configure makes a mistake.
2109 It was created by Wine $as_me 1.1.38, which was
2110 generated by GNU Autoconf 2.65. Invocation command line was
2112 $ $0 $@
2114 _ACEOF
2115 exec 5>>config.log
2117 cat <<_ASUNAME
2118 ## --------- ##
2119 ## Platform. ##
2120 ## --------- ##
2122 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2123 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2124 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2125 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2126 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2128 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2129 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2131 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2132 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2133 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2134 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2135 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2136 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2137 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2139 _ASUNAME
2141 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2142 for as_dir in $PATH
2144 IFS=$as_save_IFS
2145 test -z "$as_dir" && as_dir=.
2146 $as_echo "PATH: $as_dir"
2147 done
2148 IFS=$as_save_IFS
2150 } >&5
2152 cat >&5 <<_ACEOF
2155 ## ----------- ##
2156 ## Core tests. ##
2157 ## ----------- ##
2159 _ACEOF
2162 # Keep a trace of the command line.
2163 # Strip out --no-create and --no-recursion so they do not pile up.
2164 # Strip out --silent because we don't want to record it for future runs.
2165 # Also quote any args containing shell meta-characters.
2166 # Make two passes to allow for proper duplicate-argument suppression.
2167 ac_configure_args=
2168 ac_configure_args0=
2169 ac_configure_args1=
2170 ac_must_keep_next=false
2171 for ac_pass in 1 2
2173 for ac_arg
2175 case $ac_arg in
2176 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2177 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2178 | -silent | --silent | --silen | --sile | --sil)
2179 continue ;;
2180 *\'*)
2181 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2182 esac
2183 case $ac_pass in
2184 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2186 as_fn_append ac_configure_args1 " '$ac_arg'"
2187 if test $ac_must_keep_next = true; then
2188 ac_must_keep_next=false # Got value, back to normal.
2189 else
2190 case $ac_arg in
2191 *=* | --config-cache | -C | -disable-* | --disable-* \
2192 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2193 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2194 | -with-* | --with-* | -without-* | --without-* | --x)
2195 case "$ac_configure_args0 " in
2196 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2197 esac
2199 -* ) ac_must_keep_next=true ;;
2200 esac
2202 as_fn_append ac_configure_args " '$ac_arg'"
2204 esac
2205 done
2206 done
2207 { ac_configure_args0=; unset ac_configure_args0;}
2208 { ac_configure_args1=; unset ac_configure_args1;}
2210 # When interrupted or exit'd, cleanup temporary files, and complete
2211 # config.log. We remove comments because anyway the quotes in there
2212 # would cause problems or look ugly.
2213 # WARNING: Use '\'' to represent an apostrophe within the trap.
2214 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2215 trap 'exit_status=$?
2216 # Save into config.log some information that might help in debugging.
2218 echo
2220 cat <<\_ASBOX
2221 ## ---------------- ##
2222 ## Cache variables. ##
2223 ## ---------------- ##
2224 _ASBOX
2225 echo
2226 # The following way of writing the cache mishandles newlines in values,
2228 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2229 eval ac_val=\$$ac_var
2230 case $ac_val in #(
2231 *${as_nl}*)
2232 case $ac_var in #(
2233 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2234 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2235 esac
2236 case $ac_var in #(
2237 _ | IFS | as_nl) ;; #(
2238 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2239 *) { eval $ac_var=; unset $ac_var;} ;;
2240 esac ;;
2241 esac
2242 done
2243 (set) 2>&1 |
2244 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2245 *${as_nl}ac_space=\ *)
2246 sed -n \
2247 "s/'\''/'\''\\\\'\'''\''/g;
2248 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2249 ;; #(
2251 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2253 esac |
2254 sort
2256 echo
2258 cat <<\_ASBOX
2259 ## ----------------- ##
2260 ## Output variables. ##
2261 ## ----------------- ##
2262 _ASBOX
2263 echo
2264 for ac_var in $ac_subst_vars
2266 eval ac_val=\$$ac_var
2267 case $ac_val in
2268 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2269 esac
2270 $as_echo "$ac_var='\''$ac_val'\''"
2271 done | sort
2272 echo
2274 if test -n "$ac_subst_files"; then
2275 cat <<\_ASBOX
2276 ## ------------------- ##
2277 ## File substitutions. ##
2278 ## ------------------- ##
2279 _ASBOX
2280 echo
2281 for ac_var in $ac_subst_files
2283 eval ac_val=\$$ac_var
2284 case $ac_val in
2285 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2286 esac
2287 $as_echo "$ac_var='\''$ac_val'\''"
2288 done | sort
2289 echo
2292 if test -s confdefs.h; then
2293 cat <<\_ASBOX
2294 ## ----------- ##
2295 ## confdefs.h. ##
2296 ## ----------- ##
2297 _ASBOX
2298 echo
2299 cat confdefs.h
2300 echo
2302 test "$ac_signal" != 0 &&
2303 $as_echo "$as_me: caught signal $ac_signal"
2304 $as_echo "$as_me: exit $exit_status"
2305 } >&5
2306 rm -f core *.core core.conftest.* &&
2307 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2308 exit $exit_status
2310 for ac_signal in 1 2 13 15; do
2311 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2312 done
2313 ac_signal=0
2315 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2316 rm -f -r conftest* confdefs.h
2318 $as_echo "/* confdefs.h */" > confdefs.h
2320 # Predefined preprocessor variables.
2322 cat >>confdefs.h <<_ACEOF
2323 #define PACKAGE_NAME "$PACKAGE_NAME"
2324 _ACEOF
2326 cat >>confdefs.h <<_ACEOF
2327 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2328 _ACEOF
2330 cat >>confdefs.h <<_ACEOF
2331 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2332 _ACEOF
2334 cat >>confdefs.h <<_ACEOF
2335 #define PACKAGE_STRING "$PACKAGE_STRING"
2336 _ACEOF
2338 cat >>confdefs.h <<_ACEOF
2339 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2340 _ACEOF
2342 cat >>confdefs.h <<_ACEOF
2343 #define PACKAGE_URL "$PACKAGE_URL"
2344 _ACEOF
2347 # Let the site file select an alternate cache file if it wants to.
2348 # Prefer an explicitly selected file to automatically selected ones.
2349 ac_site_file1=NONE
2350 ac_site_file2=NONE
2351 if test -n "$CONFIG_SITE"; then
2352 ac_site_file1=$CONFIG_SITE
2353 elif test "x$prefix" != xNONE; then
2354 ac_site_file1=$prefix/share/config.site
2355 ac_site_file2=$prefix/etc/config.site
2356 else
2357 ac_site_file1=$ac_default_prefix/share/config.site
2358 ac_site_file2=$ac_default_prefix/etc/config.site
2360 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2362 test "x$ac_site_file" = xNONE && continue
2363 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2364 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2365 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2366 sed 's/^/| /' "$ac_site_file" >&5
2367 . "$ac_site_file"
2369 done
2371 if test -r "$cache_file"; then
2372 # Some versions of bash will fail to source /dev/null (special files
2373 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2374 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2375 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2376 $as_echo "$as_me: loading cache $cache_file" >&6;}
2377 case $cache_file in
2378 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2379 *) . "./$cache_file";;
2380 esac
2382 else
2383 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2384 $as_echo "$as_me: creating cache $cache_file" >&6;}
2385 >$cache_file
2388 # Check that the precious variables saved in the cache have kept the same
2389 # value.
2390 ac_cache_corrupted=false
2391 for ac_var in $ac_precious_vars; do
2392 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2393 eval ac_new_set=\$ac_env_${ac_var}_set
2394 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2395 eval ac_new_val=\$ac_env_${ac_var}_value
2396 case $ac_old_set,$ac_new_set in
2397 set,)
2398 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2399 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2400 ac_cache_corrupted=: ;;
2401 ,set)
2402 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2403 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2404 ac_cache_corrupted=: ;;
2405 ,);;
2407 if test "x$ac_old_val" != "x$ac_new_val"; then
2408 # differences in whitespace do not lead to failure.
2409 ac_old_val_w=`echo x $ac_old_val`
2410 ac_new_val_w=`echo x $ac_new_val`
2411 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2412 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2413 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2414 ac_cache_corrupted=:
2415 else
2416 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2417 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2418 eval $ac_var=\$ac_old_val
2420 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2421 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2422 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2423 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2424 fi;;
2425 esac
2426 # Pass precious variables to config.status.
2427 if test "$ac_new_set" = set; then
2428 case $ac_new_val in
2429 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2430 *) ac_arg=$ac_var=$ac_new_val ;;
2431 esac
2432 case " $ac_configure_args " in
2433 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2434 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2435 esac
2437 done
2438 if $ac_cache_corrupted; then
2439 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2440 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2441 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2442 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2443 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2445 ## -------------------- ##
2446 ## Main body of script. ##
2447 ## -------------------- ##
2449 ac_ext=c
2450 ac_cpp='$CPP $CPPFLAGS'
2451 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2452 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2453 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2457 ac_config_headers="$ac_config_headers include/config.h"
2459 ac_aux_dir=
2460 for ac_dir in tools "$srcdir"/tools; do
2461 for ac_t in install-sh install.sh shtool; do
2462 if test -f "$ac_dir/$ac_t"; then
2463 ac_aux_dir=$ac_dir
2464 ac_install_sh="$ac_aux_dir/$ac_t -c"
2465 break 2
2467 done
2468 done
2469 if test -z "$ac_aux_dir"; then
2470 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2473 # These three variables are undocumented and unsupported,
2474 # and are intended to be withdrawn in a future Autoconf release.
2475 # They can cause serious problems if a builder's source tree is in a directory
2476 # whose full name contains unusual characters.
2477 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2478 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2479 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2484 # Check whether --enable-win16 was given.
2485 if test "${enable_win16+set}" = set; then :
2486 enableval=$enable_win16;
2489 # Check whether --enable-win64 was given.
2490 if test "${enable_win64+set}" = set; then :
2491 enableval=$enable_win64;
2494 # Check whether --enable-tests was given.
2495 if test "${enable_tests+set}" = set; then :
2496 enableval=$enable_tests;
2499 # Check whether --enable-maintainer-mode was given.
2500 if test "${enable_maintainer_mode+set}" = set; then :
2501 enableval=$enable_maintainer_mode;
2502 else
2503 MAINTAINER_MODE=\#
2509 # Check whether --with-alsa was given.
2510 if test "${with_alsa+set}" = set; then :
2511 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2515 # Check whether --with-audioio was given.
2516 if test "${with_audioio+set}" = set; then :
2517 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2521 # Check whether --with-capi was given.
2522 if test "${with_capi+set}" = set; then :
2523 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2527 # Check whether --with-cms was given.
2528 if test "${with_cms+set}" = set; then :
2529 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2533 # Check whether --with-coreaudio was given.
2534 if test "${with_coreaudio+set}" = set; then :
2535 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2539 # Check whether --with-cups was given.
2540 if test "${with_cups+set}" = set; then :
2541 withval=$with_cups;
2545 # Check whether --with-curses was given.
2546 if test "${with_curses+set}" = set; then :
2547 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2551 # Check whether --with-esd was given.
2552 if test "${with_esd+set}" = set; then :
2553 withval=$with_esd;
2557 # Check whether --with-fontconfig was given.
2558 if test "${with_fontconfig+set}" = set; then :
2559 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2563 # Check whether --with-freetype was given.
2564 if test "${with_freetype+set}" = set; then :
2565 withval=$with_freetype;
2569 # Check whether --with-gphoto was given.
2570 if test "${with_gphoto+set}" = set; then :
2571 withval=$with_gphoto;
2575 # Check whether --with-glu was given.
2576 if test "${with_glu+set}" = set; then :
2577 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2581 # Check whether --with-gnutls was given.
2582 if test "${with_gnutls+set}" = set; then :
2583 withval=$with_gnutls;
2587 # Check whether --with-gsm was given.
2588 if test "${with_gsm+set}" = set; then :
2589 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2593 # Check whether --with-hal was given.
2594 if test "${with_hal+set}" = set; then :
2595 withval=$with_hal;
2599 # Check whether --with-jack was given.
2600 if test "${with_jack+set}" = set; then :
2601 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2605 # Check whether --with-jpeg was given.
2606 if test "${with_jpeg+set}" = set; then :
2607 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2611 # Check whether --with-ldap was given.
2612 if test "${with_ldap+set}" = set; then :
2613 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2617 # Check whether --with-mpg123 was given.
2618 if test "${with_mpg123+set}" = set; then :
2619 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2623 # Check whether --with-nas was given.
2624 if test "${with_nas+set}" = set; then :
2625 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2629 # Check whether --with-openal was given.
2630 if test "${with_openal+set}" = set; then :
2631 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2635 # Check whether --with-opengl was given.
2636 if test "${with_opengl+set}" = set; then :
2637 withval=$with_opengl;
2641 # Check whether --with-openssl was given.
2642 if test "${with_openssl+set}" = set; then :
2643 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2647 # Check whether --with-oss was given.
2648 if test "${with_oss+set}" = set; then :
2649 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2653 # Check whether --with-png was given.
2654 if test "${with_png+set}" = set; then :
2655 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2659 # Check whether --with-pthread was given.
2660 if test "${with_pthread+set}" = set; then :
2661 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2665 # Check whether --with-sane was given.
2666 if test "${with_sane+set}" = set; then :
2667 withval=$with_sane;
2671 # Check whether --with-v4l was given.
2672 if test "${with_v4l+set}" = set; then :
2673 withval=$with_v4l;
2677 # Check whether --with-xcomposite was given.
2678 if test "${with_xcomposite+set}" = set; then :
2679 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2683 # Check whether --with-xcursor was given.
2684 if test "${with_xcursor+set}" = set; then :
2685 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2689 # Check whether --with-xinerama was given.
2690 if test "${with_xinerama+set}" = set; then :
2691 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2695 # Check whether --with-xinput was given.
2696 if test "${with_xinput+set}" = set; then :
2697 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2701 # Check whether --with-xml was given.
2702 if test "${with_xml+set}" = set; then :
2703 withval=$with_xml;
2707 # Check whether --with-xrandr was given.
2708 if test "${with_xrandr+set}" = set; then :
2709 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2713 # Check whether --with-xrender was given.
2714 if test "${with_xrender+set}" = set; then :
2715 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2719 # Check whether --with-xshape was given.
2720 if test "${with_xshape+set}" = set; then :
2721 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2725 # Check whether --with-xshm was given.
2726 if test "${with_xshm+set}" = set; then :
2727 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2731 # Check whether --with-xslt was given.
2732 if test "${with_xslt+set}" = set; then :
2733 withval=$with_xslt;
2737 # Check whether --with-xxf86vm was given.
2738 if test "${with_xxf86vm+set}" = set; then :
2739 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; ac_cv_header_X11_extensions_xf86vmproto_h=no; fi
2744 # Check whether --with-wine-tools was given.
2745 if test "${with_wine_tools+set}" = set; then :
2746 withval=$with_wine_tools;
2750 # Check whether --with-wine64 was given.
2751 if test "${with_wine64+set}" = set; then :
2752 withval=$with_wine64;
2756 # Make sure we can run config.sub.
2757 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2758 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2761 $as_echo_n "checking build system type... " >&6; }
2762 if test "${ac_cv_build+set}" = set; then :
2763 $as_echo_n "(cached) " >&6
2764 else
2765 ac_build_alias=$build_alias
2766 test "x$ac_build_alias" = x &&
2767 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2768 test "x$ac_build_alias" = x &&
2769 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2770 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2771 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2775 $as_echo "$ac_cv_build" >&6; }
2776 case $ac_cv_build in
2777 *-*-*) ;;
2778 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2779 esac
2780 build=$ac_cv_build
2781 ac_save_IFS=$IFS; IFS='-'
2782 set x $ac_cv_build
2783 shift
2784 build_cpu=$1
2785 build_vendor=$2
2786 shift; shift
2787 # Remember, the first character of IFS is used to create $*,
2788 # except with old shells:
2789 build_os=$*
2790 IFS=$ac_save_IFS
2791 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2795 $as_echo_n "checking host system type... " >&6; }
2796 if test "${ac_cv_host+set}" = set; then :
2797 $as_echo_n "(cached) " >&6
2798 else
2799 if test "x$host_alias" = x; then
2800 ac_cv_host=$ac_cv_build
2801 else
2802 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2803 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2808 $as_echo "$ac_cv_host" >&6; }
2809 case $ac_cv_host in
2810 *-*-*) ;;
2811 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2812 esac
2813 host=$ac_cv_host
2814 ac_save_IFS=$IFS; IFS='-'
2815 set x $ac_cv_host
2816 shift
2817 host_cpu=$1
2818 host_vendor=$2
2819 shift; shift
2820 # Remember, the first character of IFS is used to create $*,
2821 # except with old shells:
2822 host_os=$*
2823 IFS=$ac_save_IFS
2824 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2828 case "$srcdir" in
2829 .) ;;
2830 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2831 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2832 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2833 fi ;;
2834 esac
2837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2838 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2839 set x ${MAKE-make}
2840 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2841 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2842 $as_echo_n "(cached) " >&6
2843 else
2844 cat >conftest.make <<\_ACEOF
2845 SHELL = /bin/sh
2846 all:
2847 @echo '@@@%%%=$(MAKE)=@@@%%%'
2848 _ACEOF
2849 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2850 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2851 *@@@%%%=?*=@@@%%%*)
2852 eval ac_cv_prog_make_${ac_make}_set=yes;;
2854 eval ac_cv_prog_make_${ac_make}_set=no;;
2855 esac
2856 rm -f conftest.make
2858 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2860 $as_echo "yes" >&6; }
2861 SET_MAKE=
2862 else
2863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2864 $as_echo "no" >&6; }
2865 SET_MAKE="MAKE=${MAKE-make}"
2868 ac_ext=c
2869 ac_cpp='$CPP $CPPFLAGS'
2870 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2871 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2872 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2873 if test -n "$ac_tool_prefix"; then
2874 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2875 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2877 $as_echo_n "checking for $ac_word... " >&6; }
2878 if test "${ac_cv_prog_CC+set}" = set; then :
2879 $as_echo_n "(cached) " >&6
2880 else
2881 if test -n "$CC"; then
2882 ac_cv_prog_CC="$CC" # Let the user override the test.
2883 else
2884 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2885 for as_dir in $PATH
2887 IFS=$as_save_IFS
2888 test -z "$as_dir" && as_dir=.
2889 for ac_exec_ext in '' $ac_executable_extensions; do
2890 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2891 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2892 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2893 break 2
2895 done
2896 done
2897 IFS=$as_save_IFS
2901 CC=$ac_cv_prog_CC
2902 if test -n "$CC"; then
2903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2904 $as_echo "$CC" >&6; }
2905 else
2906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2907 $as_echo "no" >&6; }
2912 if test -z "$ac_cv_prog_CC"; then
2913 ac_ct_CC=$CC
2914 # Extract the first word of "gcc", so it can be a program name with args.
2915 set dummy gcc; ac_word=$2
2916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2917 $as_echo_n "checking for $ac_word... " >&6; }
2918 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2919 $as_echo_n "(cached) " >&6
2920 else
2921 if test -n "$ac_ct_CC"; then
2922 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2923 else
2924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2925 for as_dir in $PATH
2927 IFS=$as_save_IFS
2928 test -z "$as_dir" && as_dir=.
2929 for ac_exec_ext in '' $ac_executable_extensions; do
2930 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2931 ac_cv_prog_ac_ct_CC="gcc"
2932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2933 break 2
2935 done
2936 done
2937 IFS=$as_save_IFS
2941 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2942 if test -n "$ac_ct_CC"; then
2943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2944 $as_echo "$ac_ct_CC" >&6; }
2945 else
2946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2947 $as_echo "no" >&6; }
2950 if test "x$ac_ct_CC" = x; then
2951 CC=""
2952 else
2953 case $cross_compiling:$ac_tool_warned in
2954 yes:)
2955 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2956 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2957 ac_tool_warned=yes ;;
2958 esac
2959 CC=$ac_ct_CC
2961 else
2962 CC="$ac_cv_prog_CC"
2965 if test -z "$CC"; then
2966 if test -n "$ac_tool_prefix"; then
2967 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2968 set dummy ${ac_tool_prefix}cc; ac_word=$2
2969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2970 $as_echo_n "checking for $ac_word... " >&6; }
2971 if test "${ac_cv_prog_CC+set}" = set; then :
2972 $as_echo_n "(cached) " >&6
2973 else
2974 if test -n "$CC"; then
2975 ac_cv_prog_CC="$CC" # Let the user override the test.
2976 else
2977 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2978 for as_dir in $PATH
2980 IFS=$as_save_IFS
2981 test -z "$as_dir" && as_dir=.
2982 for ac_exec_ext in '' $ac_executable_extensions; do
2983 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2984 ac_cv_prog_CC="${ac_tool_prefix}cc"
2985 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2986 break 2
2988 done
2989 done
2990 IFS=$as_save_IFS
2994 CC=$ac_cv_prog_CC
2995 if test -n "$CC"; then
2996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2997 $as_echo "$CC" >&6; }
2998 else
2999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3000 $as_echo "no" >&6; }
3006 if test -z "$CC"; then
3007 # Extract the first word of "cc", so it can be a program name with args.
3008 set dummy cc; ac_word=$2
3009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3010 $as_echo_n "checking for $ac_word... " >&6; }
3011 if test "${ac_cv_prog_CC+set}" = set; then :
3012 $as_echo_n "(cached) " >&6
3013 else
3014 if test -n "$CC"; then
3015 ac_cv_prog_CC="$CC" # Let the user override the test.
3016 else
3017 ac_prog_rejected=no
3018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3019 for as_dir in $PATH
3021 IFS=$as_save_IFS
3022 test -z "$as_dir" && as_dir=.
3023 for ac_exec_ext in '' $ac_executable_extensions; do
3024 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3025 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3026 ac_prog_rejected=yes
3027 continue
3029 ac_cv_prog_CC="cc"
3030 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3031 break 2
3033 done
3034 done
3035 IFS=$as_save_IFS
3037 if test $ac_prog_rejected = yes; then
3038 # We found a bogon in the path, so make sure we never use it.
3039 set dummy $ac_cv_prog_CC
3040 shift
3041 if test $# != 0; then
3042 # We chose a different compiler from the bogus one.
3043 # However, it has the same basename, so the bogon will be chosen
3044 # first if we set CC to just the basename; use the full file name.
3045 shift
3046 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3051 CC=$ac_cv_prog_CC
3052 if test -n "$CC"; then
3053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3054 $as_echo "$CC" >&6; }
3055 else
3056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3057 $as_echo "no" >&6; }
3062 if test -z "$CC"; then
3063 if test -n "$ac_tool_prefix"; then
3064 for ac_prog in cl.exe
3066 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3067 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3069 $as_echo_n "checking for $ac_word... " >&6; }
3070 if test "${ac_cv_prog_CC+set}" = set; then :
3071 $as_echo_n "(cached) " >&6
3072 else
3073 if test -n "$CC"; then
3074 ac_cv_prog_CC="$CC" # Let the user override the test.
3075 else
3076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3077 for as_dir in $PATH
3079 IFS=$as_save_IFS
3080 test -z "$as_dir" && as_dir=.
3081 for ac_exec_ext in '' $ac_executable_extensions; do
3082 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3083 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3084 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3085 break 2
3087 done
3088 done
3089 IFS=$as_save_IFS
3093 CC=$ac_cv_prog_CC
3094 if test -n "$CC"; then
3095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3096 $as_echo "$CC" >&6; }
3097 else
3098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3099 $as_echo "no" >&6; }
3103 test -n "$CC" && break
3104 done
3106 if test -z "$CC"; then
3107 ac_ct_CC=$CC
3108 for ac_prog in cl.exe
3110 # Extract the first word of "$ac_prog", so it can be a program name with args.
3111 set dummy $ac_prog; ac_word=$2
3112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3113 $as_echo_n "checking for $ac_word... " >&6; }
3114 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3115 $as_echo_n "(cached) " >&6
3116 else
3117 if test -n "$ac_ct_CC"; then
3118 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3119 else
3120 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3121 for as_dir in $PATH
3123 IFS=$as_save_IFS
3124 test -z "$as_dir" && as_dir=.
3125 for ac_exec_ext in '' $ac_executable_extensions; do
3126 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3127 ac_cv_prog_ac_ct_CC="$ac_prog"
3128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3129 break 2
3131 done
3132 done
3133 IFS=$as_save_IFS
3137 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3138 if test -n "$ac_ct_CC"; then
3139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3140 $as_echo "$ac_ct_CC" >&6; }
3141 else
3142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3143 $as_echo "no" >&6; }
3147 test -n "$ac_ct_CC" && break
3148 done
3150 if test "x$ac_ct_CC" = x; then
3151 CC=""
3152 else
3153 case $cross_compiling:$ac_tool_warned in
3154 yes:)
3155 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3156 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3157 ac_tool_warned=yes ;;
3158 esac
3159 CC=$ac_ct_CC
3166 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3167 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3168 as_fn_error "no acceptable C compiler found in \$PATH
3169 See \`config.log' for more details." "$LINENO" 5; }
3171 # Provide some information about the compiler.
3172 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3173 set X $ac_compile
3174 ac_compiler=$2
3175 for ac_option in --version -v -V -qversion; do
3176 { { ac_try="$ac_compiler $ac_option >&5"
3177 case "(($ac_try" in
3178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3179 *) ac_try_echo=$ac_try;;
3180 esac
3181 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3182 $as_echo "$ac_try_echo"; } >&5
3183 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3184 ac_status=$?
3185 if test -s conftest.err; then
3186 sed '10a\
3187 ... rest of stderr output deleted ...
3188 10q' conftest.err >conftest.er1
3189 cat conftest.er1 >&5
3191 rm -f conftest.er1 conftest.err
3192 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3193 test $ac_status = 0; }
3194 done
3196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3197 /* end confdefs.h. */
3200 main ()
3204 return 0;
3206 _ACEOF
3207 ac_clean_files_save=$ac_clean_files
3208 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3209 # Try to create an executable without -o first, disregard a.out.
3210 # It will help us diagnose broken compilers, and finding out an intuition
3211 # of exeext.
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3213 $as_echo_n "checking whether the C compiler works... " >&6; }
3214 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3216 # The possible output files:
3217 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3219 ac_rmfiles=
3220 for ac_file in $ac_files
3222 case $ac_file in
3223 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3224 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3225 esac
3226 done
3227 rm -f $ac_rmfiles
3229 if { { ac_try="$ac_link_default"
3230 case "(($ac_try" in
3231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3232 *) ac_try_echo=$ac_try;;
3233 esac
3234 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3235 $as_echo "$ac_try_echo"; } >&5
3236 (eval "$ac_link_default") 2>&5
3237 ac_status=$?
3238 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3239 test $ac_status = 0; }; then :
3240 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3241 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3242 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3243 # so that the user can short-circuit this test for compilers unknown to
3244 # Autoconf.
3245 for ac_file in $ac_files ''
3247 test -f "$ac_file" || continue
3248 case $ac_file in
3249 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3251 [ab].out )
3252 # We found the default executable, but exeext='' is most
3253 # certainly right.
3254 break;;
3255 *.* )
3256 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3257 then :; else
3258 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3260 # We set ac_cv_exeext here because the later test for it is not
3261 # safe: cross compilers may not add the suffix if given an `-o'
3262 # argument, so we may need to know it at that point already.
3263 # Even if this section looks crufty: it has the advantage of
3264 # actually working.
3265 break;;
3267 break;;
3268 esac
3269 done
3270 test "$ac_cv_exeext" = no && ac_cv_exeext=
3272 else
3273 ac_file=''
3275 if test -z "$ac_file"; then :
3276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3277 $as_echo "no" >&6; }
3278 $as_echo "$as_me: failed program was:" >&5
3279 sed 's/^/| /' conftest.$ac_ext >&5
3281 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3282 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3283 { as_fn_set_status 77
3284 as_fn_error "C compiler cannot create executables
3285 See \`config.log' for more details." "$LINENO" 5; }; }
3286 else
3287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3288 $as_echo "yes" >&6; }
3290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3291 $as_echo_n "checking for C compiler default output file name... " >&6; }
3292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3293 $as_echo "$ac_file" >&6; }
3294 ac_exeext=$ac_cv_exeext
3296 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3297 ac_clean_files=$ac_clean_files_save
3298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3299 $as_echo_n "checking for suffix of executables... " >&6; }
3300 if { { ac_try="$ac_link"
3301 case "(($ac_try" in
3302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3303 *) ac_try_echo=$ac_try;;
3304 esac
3305 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3306 $as_echo "$ac_try_echo"; } >&5
3307 (eval "$ac_link") 2>&5
3308 ac_status=$?
3309 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3310 test $ac_status = 0; }; then :
3311 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3312 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3313 # work properly (i.e., refer to `conftest.exe'), while it won't with
3314 # `rm'.
3315 for ac_file in conftest.exe conftest conftest.*; do
3316 test -f "$ac_file" || continue
3317 case $ac_file in
3318 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3319 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3320 break;;
3321 * ) break;;
3322 esac
3323 done
3324 else
3325 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3326 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3327 as_fn_error "cannot compute suffix of executables: cannot compile and link
3328 See \`config.log' for more details." "$LINENO" 5; }
3330 rm -f conftest conftest$ac_cv_exeext
3331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3332 $as_echo "$ac_cv_exeext" >&6; }
3334 rm -f conftest.$ac_ext
3335 EXEEXT=$ac_cv_exeext
3336 ac_exeext=$EXEEXT
3337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3338 /* end confdefs.h. */
3339 #include <stdio.h>
3341 main ()
3343 FILE *f = fopen ("conftest.out", "w");
3344 return ferror (f) || fclose (f) != 0;
3347 return 0;
3349 _ACEOF
3350 ac_clean_files="$ac_clean_files conftest.out"
3351 # Check that the compiler produces executables we can run. If not, either
3352 # the compiler is broken, or we cross compile.
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3354 $as_echo_n "checking whether we are cross compiling... " >&6; }
3355 if test "$cross_compiling" != yes; then
3356 { { ac_try="$ac_link"
3357 case "(($ac_try" in
3358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3359 *) ac_try_echo=$ac_try;;
3360 esac
3361 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3362 $as_echo "$ac_try_echo"; } >&5
3363 (eval "$ac_link") 2>&5
3364 ac_status=$?
3365 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3366 test $ac_status = 0; }
3367 if { ac_try='./conftest$ac_cv_exeext'
3368 { { case "(($ac_try" in
3369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3370 *) ac_try_echo=$ac_try;;
3371 esac
3372 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3373 $as_echo "$ac_try_echo"; } >&5
3374 (eval "$ac_try") 2>&5
3375 ac_status=$?
3376 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3377 test $ac_status = 0; }; }; then
3378 cross_compiling=no
3379 else
3380 if test "$cross_compiling" = maybe; then
3381 cross_compiling=yes
3382 else
3383 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3384 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3385 as_fn_error "cannot run C compiled programs.
3386 If you meant to cross compile, use \`--host'.
3387 See \`config.log' for more details." "$LINENO" 5; }
3391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3392 $as_echo "$cross_compiling" >&6; }
3394 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3395 ac_clean_files=$ac_clean_files_save
3396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3397 $as_echo_n "checking for suffix of object files... " >&6; }
3398 if test "${ac_cv_objext+set}" = set; then :
3399 $as_echo_n "(cached) " >&6
3400 else
3401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3402 /* end confdefs.h. */
3405 main ()
3409 return 0;
3411 _ACEOF
3412 rm -f conftest.o conftest.obj
3413 if { { ac_try="$ac_compile"
3414 case "(($ac_try" in
3415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3416 *) ac_try_echo=$ac_try;;
3417 esac
3418 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3419 $as_echo "$ac_try_echo"; } >&5
3420 (eval "$ac_compile") 2>&5
3421 ac_status=$?
3422 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3423 test $ac_status = 0; }; then :
3424 for ac_file in conftest.o conftest.obj conftest.*; do
3425 test -f "$ac_file" || continue;
3426 case $ac_file in
3427 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3428 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3429 break;;
3430 esac
3431 done
3432 else
3433 $as_echo "$as_me: failed program was:" >&5
3434 sed 's/^/| /' conftest.$ac_ext >&5
3436 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3437 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3438 as_fn_error "cannot compute suffix of object files: cannot compile
3439 See \`config.log' for more details." "$LINENO" 5; }
3441 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3444 $as_echo "$ac_cv_objext" >&6; }
3445 OBJEXT=$ac_cv_objext
3446 ac_objext=$OBJEXT
3447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3448 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3449 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3450 $as_echo_n "(cached) " >&6
3451 else
3452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3453 /* end confdefs.h. */
3456 main ()
3458 #ifndef __GNUC__
3459 choke me
3460 #endif
3463 return 0;
3465 _ACEOF
3466 if ac_fn_c_try_compile "$LINENO"; then :
3467 ac_compiler_gnu=yes
3468 else
3469 ac_compiler_gnu=no
3471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3472 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3476 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3477 if test $ac_compiler_gnu = yes; then
3478 GCC=yes
3479 else
3480 GCC=
3482 ac_test_CFLAGS=${CFLAGS+set}
3483 ac_save_CFLAGS=$CFLAGS
3484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3485 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3486 if test "${ac_cv_prog_cc_g+set}" = set; then :
3487 $as_echo_n "(cached) " >&6
3488 else
3489 ac_save_c_werror_flag=$ac_c_werror_flag
3490 ac_c_werror_flag=yes
3491 ac_cv_prog_cc_g=no
3492 CFLAGS="-g"
3493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3494 /* end confdefs.h. */
3497 main ()
3501 return 0;
3503 _ACEOF
3504 if ac_fn_c_try_compile "$LINENO"; then :
3505 ac_cv_prog_cc_g=yes
3506 else
3507 CFLAGS=""
3508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3509 /* end confdefs.h. */
3512 main ()
3516 return 0;
3518 _ACEOF
3519 if ac_fn_c_try_compile "$LINENO"; then :
3521 else
3522 ac_c_werror_flag=$ac_save_c_werror_flag
3523 CFLAGS="-g"
3524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3525 /* end confdefs.h. */
3528 main ()
3532 return 0;
3534 _ACEOF
3535 if ac_fn_c_try_compile "$LINENO"; then :
3536 ac_cv_prog_cc_g=yes
3538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3543 ac_c_werror_flag=$ac_save_c_werror_flag
3545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3546 $as_echo "$ac_cv_prog_cc_g" >&6; }
3547 if test "$ac_test_CFLAGS" = set; then
3548 CFLAGS=$ac_save_CFLAGS
3549 elif test $ac_cv_prog_cc_g = yes; then
3550 if test "$GCC" = yes; then
3551 CFLAGS="-g -O2"
3552 else
3553 CFLAGS="-g"
3555 else
3556 if test "$GCC" = yes; then
3557 CFLAGS="-O2"
3558 else
3559 CFLAGS=
3562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3563 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3564 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3565 $as_echo_n "(cached) " >&6
3566 else
3567 ac_cv_prog_cc_c89=no
3568 ac_save_CC=$CC
3569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3570 /* end confdefs.h. */
3571 #include <stdarg.h>
3572 #include <stdio.h>
3573 #include <sys/types.h>
3574 #include <sys/stat.h>
3575 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3576 struct buf { int x; };
3577 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3578 static char *e (p, i)
3579 char **p;
3580 int i;
3582 return p[i];
3584 static char *f (char * (*g) (char **, int), char **p, ...)
3586 char *s;
3587 va_list v;
3588 va_start (v,p);
3589 s = g (p, va_arg (v,int));
3590 va_end (v);
3591 return s;
3594 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3595 function prototypes and stuff, but not '\xHH' hex character constants.
3596 These don't provoke an error unfortunately, instead are silently treated
3597 as 'x'. The following induces an error, until -std is added to get
3598 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3599 array size at least. It's necessary to write '\x00'==0 to get something
3600 that's true only with -std. */
3601 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3603 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3604 inside strings and character constants. */
3605 #define FOO(x) 'x'
3606 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3608 int test (int i, double x);
3609 struct s1 {int (*f) (int a);};
3610 struct s2 {int (*f) (double a);};
3611 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3612 int argc;
3613 char **argv;
3615 main ()
3617 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3619 return 0;
3621 _ACEOF
3622 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3623 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3625 CC="$ac_save_CC $ac_arg"
3626 if ac_fn_c_try_compile "$LINENO"; then :
3627 ac_cv_prog_cc_c89=$ac_arg
3629 rm -f core conftest.err conftest.$ac_objext
3630 test "x$ac_cv_prog_cc_c89" != "xno" && break
3631 done
3632 rm -f conftest.$ac_ext
3633 CC=$ac_save_CC
3636 # AC_CACHE_VAL
3637 case "x$ac_cv_prog_cc_c89" in
3639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3640 $as_echo "none needed" >&6; } ;;
3641 xno)
3642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3643 $as_echo "unsupported" >&6; } ;;
3645 CC="$CC $ac_cv_prog_cc_c89"
3646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3647 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3648 esac
3649 if test "x$ac_cv_prog_cc_c89" != xno; then :
3653 ac_ext=c
3654 ac_cpp='$CPP $CPPFLAGS'
3655 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3656 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3657 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3659 ac_ext=cpp
3660 ac_cpp='$CXXCPP $CPPFLAGS'
3661 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3662 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3663 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3664 if test -z "$CXX"; then
3665 if test -n "$CCC"; then
3666 CXX=$CCC
3667 else
3668 if test -n "$ac_tool_prefix"; then
3669 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3671 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3672 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3674 $as_echo_n "checking for $ac_word... " >&6; }
3675 if test "${ac_cv_prog_CXX+set}" = set; then :
3676 $as_echo_n "(cached) " >&6
3677 else
3678 if test -n "$CXX"; then
3679 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3680 else
3681 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3682 for as_dir in $PATH
3684 IFS=$as_save_IFS
3685 test -z "$as_dir" && as_dir=.
3686 for ac_exec_ext in '' $ac_executable_extensions; do
3687 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3688 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3689 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3690 break 2
3692 done
3693 done
3694 IFS=$as_save_IFS
3698 CXX=$ac_cv_prog_CXX
3699 if test -n "$CXX"; then
3700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3701 $as_echo "$CXX" >&6; }
3702 else
3703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3704 $as_echo "no" >&6; }
3708 test -n "$CXX" && break
3709 done
3711 if test -z "$CXX"; then
3712 ac_ct_CXX=$CXX
3713 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3715 # Extract the first word of "$ac_prog", so it can be a program name with args.
3716 set dummy $ac_prog; ac_word=$2
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3718 $as_echo_n "checking for $ac_word... " >&6; }
3719 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3720 $as_echo_n "(cached) " >&6
3721 else
3722 if test -n "$ac_ct_CXX"; then
3723 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3724 else
3725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3726 for as_dir in $PATH
3728 IFS=$as_save_IFS
3729 test -z "$as_dir" && as_dir=.
3730 for ac_exec_ext in '' $ac_executable_extensions; do
3731 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3732 ac_cv_prog_ac_ct_CXX="$ac_prog"
3733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3734 break 2
3736 done
3737 done
3738 IFS=$as_save_IFS
3742 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3743 if test -n "$ac_ct_CXX"; then
3744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3745 $as_echo "$ac_ct_CXX" >&6; }
3746 else
3747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3748 $as_echo "no" >&6; }
3752 test -n "$ac_ct_CXX" && break
3753 done
3755 if test "x$ac_ct_CXX" = x; then
3756 CXX="g++"
3757 else
3758 case $cross_compiling:$ac_tool_warned in
3759 yes:)
3760 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3761 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3762 ac_tool_warned=yes ;;
3763 esac
3764 CXX=$ac_ct_CXX
3770 # Provide some information about the compiler.
3771 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3772 set X $ac_compile
3773 ac_compiler=$2
3774 for ac_option in --version -v -V -qversion; do
3775 { { ac_try="$ac_compiler $ac_option >&5"
3776 case "(($ac_try" in
3777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3778 *) ac_try_echo=$ac_try;;
3779 esac
3780 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3781 $as_echo "$ac_try_echo"; } >&5
3782 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3783 ac_status=$?
3784 if test -s conftest.err; then
3785 sed '10a\
3786 ... rest of stderr output deleted ...
3787 10q' conftest.err >conftest.er1
3788 cat conftest.er1 >&5
3790 rm -f conftest.er1 conftest.err
3791 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3792 test $ac_status = 0; }
3793 done
3795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3796 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3797 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3798 $as_echo_n "(cached) " >&6
3799 else
3800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3801 /* end confdefs.h. */
3804 main ()
3806 #ifndef __GNUC__
3807 choke me
3808 #endif
3811 return 0;
3813 _ACEOF
3814 if ac_fn_cxx_try_compile "$LINENO"; then :
3815 ac_compiler_gnu=yes
3816 else
3817 ac_compiler_gnu=no
3819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3820 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3824 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3825 if test $ac_compiler_gnu = yes; then
3826 GXX=yes
3827 else
3828 GXX=
3830 ac_test_CXXFLAGS=${CXXFLAGS+set}
3831 ac_save_CXXFLAGS=$CXXFLAGS
3832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3833 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3834 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3835 $as_echo_n "(cached) " >&6
3836 else
3837 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3838 ac_cxx_werror_flag=yes
3839 ac_cv_prog_cxx_g=no
3840 CXXFLAGS="-g"
3841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3842 /* end confdefs.h. */
3845 main ()
3849 return 0;
3851 _ACEOF
3852 if ac_fn_cxx_try_compile "$LINENO"; then :
3853 ac_cv_prog_cxx_g=yes
3854 else
3855 CXXFLAGS=""
3856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3857 /* end confdefs.h. */
3860 main ()
3864 return 0;
3866 _ACEOF
3867 if ac_fn_cxx_try_compile "$LINENO"; then :
3869 else
3870 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3871 CXXFLAGS="-g"
3872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3873 /* end confdefs.h. */
3876 main ()
3880 return 0;
3882 _ACEOF
3883 if ac_fn_cxx_try_compile "$LINENO"; then :
3884 ac_cv_prog_cxx_g=yes
3886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3891 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3894 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3895 if test "$ac_test_CXXFLAGS" = set; then
3896 CXXFLAGS=$ac_save_CXXFLAGS
3897 elif test $ac_cv_prog_cxx_g = yes; then
3898 if test "$GXX" = yes; then
3899 CXXFLAGS="-g -O2"
3900 else
3901 CXXFLAGS="-g"
3903 else
3904 if test "$GXX" = yes; then
3905 CXXFLAGS="-O2"
3906 else
3907 CXXFLAGS=
3910 ac_ext=c
3911 ac_cpp='$CPP $CPPFLAGS'
3912 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3913 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3914 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3916 if test -n "$ac_tool_prefix"; then
3917 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3918 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3920 $as_echo_n "checking for $ac_word... " >&6; }
3921 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3922 $as_echo_n "(cached) " >&6
3923 else
3924 if test -n "$CPPBIN"; then
3925 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3926 else
3927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3928 for as_dir in $PATH
3930 IFS=$as_save_IFS
3931 test -z "$as_dir" && as_dir=.
3932 for ac_exec_ext in '' $ac_executable_extensions; do
3933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3934 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3936 break 2
3938 done
3939 done
3940 IFS=$as_save_IFS
3944 CPPBIN=$ac_cv_prog_CPPBIN
3945 if test -n "$CPPBIN"; then
3946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3947 $as_echo "$CPPBIN" >&6; }
3948 else
3949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3950 $as_echo "no" >&6; }
3955 if test -z "$ac_cv_prog_CPPBIN"; then
3956 ac_ct_CPPBIN=$CPPBIN
3957 # Extract the first word of "cpp", so it can be a program name with args.
3958 set dummy cpp; ac_word=$2
3959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3960 $as_echo_n "checking for $ac_word... " >&6; }
3961 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3962 $as_echo_n "(cached) " >&6
3963 else
3964 if test -n "$ac_ct_CPPBIN"; then
3965 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3966 else
3967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3968 for as_dir in $PATH
3970 IFS=$as_save_IFS
3971 test -z "$as_dir" && as_dir=.
3972 for ac_exec_ext in '' $ac_executable_extensions; do
3973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3974 ac_cv_prog_ac_ct_CPPBIN="cpp"
3975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3976 break 2
3978 done
3979 done
3980 IFS=$as_save_IFS
3984 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3985 if test -n "$ac_ct_CPPBIN"; then
3986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3987 $as_echo "$ac_ct_CPPBIN" >&6; }
3988 else
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3990 $as_echo "no" >&6; }
3993 if test "x$ac_ct_CPPBIN" = x; then
3994 CPPBIN="cpp"
3995 else
3996 case $cross_compiling:$ac_tool_warned in
3997 yes:)
3998 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3999 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4000 ac_tool_warned=yes ;;
4001 esac
4002 CPPBIN=$ac_ct_CPPBIN
4004 else
4005 CPPBIN="$ac_cv_prog_CPPBIN"
4009 cat >>confdefs.h <<_ACEOF
4010 #define EXEEXT "$ac_exeext"
4011 _ACEOF
4014 case $host in
4015 *-darwin*)
4016 if test "x$enable_win64" = "xyes"
4017 then
4018 CC="$CC -m64"
4019 CXX="$CXX -m64"
4020 LD="${LD:-ld} -arch x86_64"
4021 AS="${AS:-as} -arch x86_64"
4022 host_cpu="x86_64"
4023 notice_platform="64-bit "
4024 TARGETFLAGS="-m64"
4026 else
4027 CC="$CC -m32"
4028 CXX="$CXX -m32"
4029 LD="${LD:-ld} -arch i386"
4030 AS="${AS:-as} -arch i386"
4031 host_cpu="i386"
4032 notice_platform="32-bit "
4033 TARGETFLAGS="-m32"
4035 enable_win16=${enable_win16:-yes}
4038 x86_64*)
4039 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4040 then
4041 CC="$CC -m32"
4042 CXX="$CXX -m32"
4043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4044 $as_echo_n "checking whether $CC works... " >&6; }
4046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4047 /* end confdefs.h. */
4050 main ()
4054 return 0;
4056 _ACEOF
4057 if ac_fn_c_try_link "$LINENO"; then :
4058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4059 $as_echo "yes" >&6; }
4060 else
4061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4062 $as_echo "no" >&6; }
4063 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4065 rm -f core conftest.err conftest.$ac_objext \
4066 conftest$ac_exeext conftest.$ac_ext
4067 LD="${LD:-ld} -m elf_i386"
4068 AS="${AS:-as} --32"
4069 host_cpu="i386"
4070 notice_platform="32-bit "
4071 TARGETFLAGS="-m32"
4073 enable_win16=${enable_win16:-yes}
4074 else
4075 if test "x${GCC}" = "xyes"
4076 then
4077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4078 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4080 /* end confdefs.h. */
4081 #include <stdarg.h>
4083 main ()
4085 void func(__builtin_ms_va_list *args);
4087 return 0;
4089 _ACEOF
4090 if ac_fn_c_try_compile "$LINENO"; then :
4091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4092 $as_echo "yes" >&6; }
4093 else
4094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4095 $as_echo "no" >&6; }
4096 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4100 TARGETFLAGS="-m64"
4104 *-mingw32*|*-cygwin*)
4105 enable_win16=${enable_win16:-no}
4107 i[3456789]86*)
4108 enable_win16=${enable_win16:-yes}
4110 esac
4112 enable_win16=${enable_win16:-no}
4114 enable_winetest=${enable_winetest:-$enable_tests}
4116 if test -n "$with_wine64"
4117 then
4118 if test "x$enable_win64" = "xyes"
4119 then
4120 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4121 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4123 WOW64_DISABLE=\#
4125 enable_fonts=${enable_fonts:-no}
4126 enable_include=${enable_include:-no}
4127 enable_server=${enable_server:-no}
4128 enable_tools=${enable_tools:-no}
4129 enable_wineboot=${enable_wineboot:-no}
4130 enable_winedbg=${enable_winedbg:-no}
4131 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4135 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4136 if test "${wine_cv_toolsdir+set}" = set; then :
4137 $as_echo_n "(cached) " >&6
4138 else
4139 wine_cv_toolsdir="$with_wine_tools"
4140 if test -z "$with_wine_tools"; then
4141 if test "$cross_compiling" = "yes"; then
4142 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4143 elif test -n "$with_wine64"; then
4144 wine_cv_toolsdir="$with_wine64"
4147 if test -z "$wine_cv_toolsdir"; then
4148 wine_cv_toolsdir="\$(TOPOBJDIR)"
4149 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4150 case "$wine_cv_toolsdir" in
4151 /*) ;;
4152 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4153 esac
4154 else
4155 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4159 $as_echo "$wine_cv_toolsdir" >&6; }
4160 TOOLSDIR=$wine_cv_toolsdir
4162 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4163 then
4164 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4168 for ac_prog in flex
4170 # Extract the first word of "$ac_prog", so it can be a program name with args.
4171 set dummy $ac_prog; ac_word=$2
4172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4173 $as_echo_n "checking for $ac_word... " >&6; }
4174 if test "${ac_cv_prog_FLEX+set}" = set; then :
4175 $as_echo_n "(cached) " >&6
4176 else
4177 if test -n "$FLEX"; then
4178 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4179 else
4180 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4181 for as_dir in $PATH
4183 IFS=$as_save_IFS
4184 test -z "$as_dir" && as_dir=.
4185 for ac_exec_ext in '' $ac_executable_extensions; do
4186 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4187 ac_cv_prog_FLEX="$ac_prog"
4188 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4189 break 2
4191 done
4192 done
4193 IFS=$as_save_IFS
4197 FLEX=$ac_cv_prog_FLEX
4198 if test -n "$FLEX"; then
4199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4200 $as_echo "$FLEX" >&6; }
4201 else
4202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4203 $as_echo "no" >&6; }
4207 test -n "$FLEX" && break
4208 done
4209 test -n "$FLEX" || FLEX="none"
4211 if test "$FLEX" = "none"
4212 then
4213 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4216 $as_echo_n "checking whether flex is recent enough... " >&6; }
4217 cat >conftest.l <<EOF
4218 %top{
4219 #include "prediluvian.h"
4223 if $FLEX -t conftest.l >/dev/null 2>&1
4224 then
4225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4226 $as_echo "yes" >&6; }
4227 else
4228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4229 $as_echo "no" >&6; }
4230 as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4233 for ac_prog in bison
4235 # Extract the first word of "$ac_prog", so it can be a program name with args.
4236 set dummy $ac_prog; ac_word=$2
4237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4238 $as_echo_n "checking for $ac_word... " >&6; }
4239 if test "${ac_cv_prog_BISON+set}" = set; then :
4240 $as_echo_n "(cached) " >&6
4241 else
4242 if test -n "$BISON"; then
4243 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4244 else
4245 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4246 for as_dir in $PATH
4248 IFS=$as_save_IFS
4249 test -z "$as_dir" && as_dir=.
4250 for ac_exec_ext in '' $ac_executable_extensions; do
4251 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4252 ac_cv_prog_BISON="$ac_prog"
4253 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4254 break 2
4256 done
4257 done
4258 IFS=$as_save_IFS
4262 BISON=$ac_cv_prog_BISON
4263 if test -n "$BISON"; then
4264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4265 $as_echo "$BISON" >&6; }
4266 else
4267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4268 $as_echo "no" >&6; }
4272 test -n "$BISON" && break
4273 done
4274 test -n "$BISON" || BISON="none"
4276 if test "$BISON" = "none"
4277 then
4278 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4281 if test -n "$ac_tool_prefix"; then
4282 for ac_prog in ar gar
4284 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4285 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4287 $as_echo_n "checking for $ac_word... " >&6; }
4288 if test "${ac_cv_prog_AR+set}" = set; then :
4289 $as_echo_n "(cached) " >&6
4290 else
4291 if test -n "$AR"; then
4292 ac_cv_prog_AR="$AR" # Let the user override the test.
4293 else
4294 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4295 for as_dir in $PATH
4297 IFS=$as_save_IFS
4298 test -z "$as_dir" && as_dir=.
4299 for ac_exec_ext in '' $ac_executable_extensions; do
4300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4301 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4302 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4303 break 2
4305 done
4306 done
4307 IFS=$as_save_IFS
4311 AR=$ac_cv_prog_AR
4312 if test -n "$AR"; then
4313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4314 $as_echo "$AR" >&6; }
4315 else
4316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4317 $as_echo "no" >&6; }
4321 test -n "$AR" && break
4322 done
4324 if test -z "$AR"; then
4325 ac_ct_AR=$AR
4326 for ac_prog in ar gar
4328 # Extract the first word of "$ac_prog", so it can be a program name with args.
4329 set dummy $ac_prog; ac_word=$2
4330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4331 $as_echo_n "checking for $ac_word... " >&6; }
4332 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4333 $as_echo_n "(cached) " >&6
4334 else
4335 if test -n "$ac_ct_AR"; then
4336 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4337 else
4338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4339 for as_dir in $PATH
4341 IFS=$as_save_IFS
4342 test -z "$as_dir" && as_dir=.
4343 for ac_exec_ext in '' $ac_executable_extensions; do
4344 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4345 ac_cv_prog_ac_ct_AR="$ac_prog"
4346 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4347 break 2
4349 done
4350 done
4351 IFS=$as_save_IFS
4355 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4356 if test -n "$ac_ct_AR"; then
4357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4358 $as_echo "$ac_ct_AR" >&6; }
4359 else
4360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4361 $as_echo "no" >&6; }
4365 test -n "$ac_ct_AR" && break
4366 done
4368 if test "x$ac_ct_AR" = x; then
4369 AR="ar"
4370 else
4371 case $cross_compiling:$ac_tool_warned in
4372 yes:)
4373 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4374 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4375 ac_tool_warned=yes ;;
4376 esac
4377 AR=$ac_ct_AR
4381 ARFLAGS=rc
4383 if test -n "$ac_tool_prefix"; then
4384 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4385 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4387 $as_echo_n "checking for $ac_word... " >&6; }
4388 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4389 $as_echo_n "(cached) " >&6
4390 else
4391 if test -n "$RANLIB"; then
4392 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4393 else
4394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4395 for as_dir in $PATH
4397 IFS=$as_save_IFS
4398 test -z "$as_dir" && as_dir=.
4399 for ac_exec_ext in '' $ac_executable_extensions; do
4400 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4401 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4402 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4403 break 2
4405 done
4406 done
4407 IFS=$as_save_IFS
4411 RANLIB=$ac_cv_prog_RANLIB
4412 if test -n "$RANLIB"; then
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4414 $as_echo "$RANLIB" >&6; }
4415 else
4416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4417 $as_echo "no" >&6; }
4422 if test -z "$ac_cv_prog_RANLIB"; then
4423 ac_ct_RANLIB=$RANLIB
4424 # Extract the first word of "ranlib", so it can be a program name with args.
4425 set dummy ranlib; ac_word=$2
4426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4427 $as_echo_n "checking for $ac_word... " >&6; }
4428 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4429 $as_echo_n "(cached) " >&6
4430 else
4431 if test -n "$ac_ct_RANLIB"; then
4432 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4433 else
4434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4435 for as_dir in $PATH
4437 IFS=$as_save_IFS
4438 test -z "$as_dir" && as_dir=.
4439 for ac_exec_ext in '' $ac_executable_extensions; do
4440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4441 ac_cv_prog_ac_ct_RANLIB="ranlib"
4442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4443 break 2
4445 done
4446 done
4447 IFS=$as_save_IFS
4451 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4452 if test -n "$ac_ct_RANLIB"; then
4453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4454 $as_echo "$ac_ct_RANLIB" >&6; }
4455 else
4456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4457 $as_echo "no" >&6; }
4460 if test "x$ac_ct_RANLIB" = x; then
4461 RANLIB=":"
4462 else
4463 case $cross_compiling:$ac_tool_warned in
4464 yes:)
4465 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4466 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4467 ac_tool_warned=yes ;;
4468 esac
4469 RANLIB=$ac_ct_RANLIB
4471 else
4472 RANLIB="$ac_cv_prog_RANLIB"
4475 if test -n "$ac_tool_prefix"; then
4476 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4477 set dummy ${ac_tool_prefix}strip; ac_word=$2
4478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4479 $as_echo_n "checking for $ac_word... " >&6; }
4480 if test "${ac_cv_prog_STRIP+set}" = set; then :
4481 $as_echo_n "(cached) " >&6
4482 else
4483 if test -n "$STRIP"; then
4484 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4485 else
4486 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4487 for as_dir in $PATH
4489 IFS=$as_save_IFS
4490 test -z "$as_dir" && as_dir=.
4491 for ac_exec_ext in '' $ac_executable_extensions; do
4492 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4493 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4494 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4495 break 2
4497 done
4498 done
4499 IFS=$as_save_IFS
4503 STRIP=$ac_cv_prog_STRIP
4504 if test -n "$STRIP"; then
4505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4506 $as_echo "$STRIP" >&6; }
4507 else
4508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4509 $as_echo "no" >&6; }
4514 if test -z "$ac_cv_prog_STRIP"; then
4515 ac_ct_STRIP=$STRIP
4516 # Extract the first word of "strip", so it can be a program name with args.
4517 set dummy strip; ac_word=$2
4518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4519 $as_echo_n "checking for $ac_word... " >&6; }
4520 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4521 $as_echo_n "(cached) " >&6
4522 else
4523 if test -n "$ac_ct_STRIP"; then
4524 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4525 else
4526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4527 for as_dir in $PATH
4529 IFS=$as_save_IFS
4530 test -z "$as_dir" && as_dir=.
4531 for ac_exec_ext in '' $ac_executable_extensions; do
4532 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4533 ac_cv_prog_ac_ct_STRIP="strip"
4534 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4535 break 2
4537 done
4538 done
4539 IFS=$as_save_IFS
4543 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4544 if test -n "$ac_ct_STRIP"; then
4545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4546 $as_echo "$ac_ct_STRIP" >&6; }
4547 else
4548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4549 $as_echo "no" >&6; }
4552 if test "x$ac_ct_STRIP" = x; then
4553 STRIP="strip"
4554 else
4555 case $cross_compiling:$ac_tool_warned in
4556 yes:)
4557 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4558 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4559 ac_tool_warned=yes ;;
4560 esac
4561 STRIP=$ac_ct_STRIP
4563 else
4564 STRIP="$ac_cv_prog_STRIP"
4567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4568 $as_echo_n "checking whether ln -s works... " >&6; }
4569 LN_S=$as_ln_s
4570 if test "$LN_S" = "ln -s"; then
4571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4572 $as_echo "yes" >&6; }
4573 else
4574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4575 $as_echo "no, using $LN_S" >&6; }
4578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4579 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4580 if test "${ac_cv_path_GREP+set}" = set; then :
4581 $as_echo_n "(cached) " >&6
4582 else
4583 if test -z "$GREP"; then
4584 ac_path_GREP_found=false
4585 # Loop through the user's path and test for each of PROGNAME-LIST
4586 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4587 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4589 IFS=$as_save_IFS
4590 test -z "$as_dir" && as_dir=.
4591 for ac_prog in grep ggrep; do
4592 for ac_exec_ext in '' $ac_executable_extensions; do
4593 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4594 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4595 # Check for GNU ac_path_GREP and select it if it is found.
4596 # Check for GNU $ac_path_GREP
4597 case `"$ac_path_GREP" --version 2>&1` in
4598 *GNU*)
4599 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4601 ac_count=0
4602 $as_echo_n 0123456789 >"conftest.in"
4603 while :
4605 cat "conftest.in" "conftest.in" >"conftest.tmp"
4606 mv "conftest.tmp" "conftest.in"
4607 cp "conftest.in" "conftest.nl"
4608 $as_echo 'GREP' >> "conftest.nl"
4609 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4610 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4611 as_fn_arith $ac_count + 1 && ac_count=$as_val
4612 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4613 # Best one so far, save it but keep looking for a better one
4614 ac_cv_path_GREP="$ac_path_GREP"
4615 ac_path_GREP_max=$ac_count
4617 # 10*(2^10) chars as input seems more than enough
4618 test $ac_count -gt 10 && break
4619 done
4620 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4621 esac
4623 $ac_path_GREP_found && break 3
4624 done
4625 done
4626 done
4627 IFS=$as_save_IFS
4628 if test -z "$ac_cv_path_GREP"; then
4629 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4631 else
4632 ac_cv_path_GREP=$GREP
4636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4637 $as_echo "$ac_cv_path_GREP" >&6; }
4638 GREP="$ac_cv_path_GREP"
4641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4642 $as_echo_n "checking for egrep... " >&6; }
4643 if test "${ac_cv_path_EGREP+set}" = set; then :
4644 $as_echo_n "(cached) " >&6
4645 else
4646 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4647 then ac_cv_path_EGREP="$GREP -E"
4648 else
4649 if test -z "$EGREP"; then
4650 ac_path_EGREP_found=false
4651 # Loop through the user's path and test for each of PROGNAME-LIST
4652 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4653 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4655 IFS=$as_save_IFS
4656 test -z "$as_dir" && as_dir=.
4657 for ac_prog in egrep; do
4658 for ac_exec_ext in '' $ac_executable_extensions; do
4659 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4660 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4661 # Check for GNU ac_path_EGREP and select it if it is found.
4662 # Check for GNU $ac_path_EGREP
4663 case `"$ac_path_EGREP" --version 2>&1` in
4664 *GNU*)
4665 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4667 ac_count=0
4668 $as_echo_n 0123456789 >"conftest.in"
4669 while :
4671 cat "conftest.in" "conftest.in" >"conftest.tmp"
4672 mv "conftest.tmp" "conftest.in"
4673 cp "conftest.in" "conftest.nl"
4674 $as_echo 'EGREP' >> "conftest.nl"
4675 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4676 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4677 as_fn_arith $ac_count + 1 && ac_count=$as_val
4678 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4679 # Best one so far, save it but keep looking for a better one
4680 ac_cv_path_EGREP="$ac_path_EGREP"
4681 ac_path_EGREP_max=$ac_count
4683 # 10*(2^10) chars as input seems more than enough
4684 test $ac_count -gt 10 && break
4685 done
4686 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4687 esac
4689 $ac_path_EGREP_found && break 3
4690 done
4691 done
4692 done
4693 IFS=$as_save_IFS
4694 if test -z "$ac_cv_path_EGREP"; then
4695 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4697 else
4698 ac_cv_path_EGREP=$EGREP
4703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4704 $as_echo "$ac_cv_path_EGREP" >&6; }
4705 EGREP="$ac_cv_path_EGREP"
4708 # Extract the first word of "ldconfig", so it can be a program name with args.
4709 set dummy ldconfig; ac_word=$2
4710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4711 $as_echo_n "checking for $ac_word... " >&6; }
4712 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4713 $as_echo_n "(cached) " >&6
4714 else
4715 case $LDCONFIG in
4716 [\\/]* | ?:[\\/]*)
4717 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4720 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4721 for as_dir in /sbin /usr/sbin $PATH
4723 IFS=$as_save_IFS
4724 test -z "$as_dir" && as_dir=.
4725 for ac_exec_ext in '' $ac_executable_extensions; do
4726 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4727 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4728 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4729 break 2
4731 done
4732 done
4733 IFS=$as_save_IFS
4735 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4737 esac
4739 LDCONFIG=$ac_cv_path_LDCONFIG
4740 if test -n "$LDCONFIG"; then
4741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4742 $as_echo "$LDCONFIG" >&6; }
4743 else
4744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4745 $as_echo "no" >&6; }
4749 # Find a good install program. We prefer a C program (faster),
4750 # so one script is as good as another. But avoid the broken or
4751 # incompatible versions:
4752 # SysV /etc/install, /usr/sbin/install
4753 # SunOS /usr/etc/install
4754 # IRIX /sbin/install
4755 # AIX /bin/install
4756 # AmigaOS /C/install, which installs bootblocks on floppy discs
4757 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4758 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4759 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4760 # OS/2's system install, which has a completely different semantic
4761 # ./install, which can be erroneously created by make from ./install.sh.
4762 # Reject install programs that cannot install multiple files.
4763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4764 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4765 if test -z "$INSTALL"; then
4766 if test "${ac_cv_path_install+set}" = set; then :
4767 $as_echo_n "(cached) " >&6
4768 else
4769 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4770 for as_dir in $PATH
4772 IFS=$as_save_IFS
4773 test -z "$as_dir" && as_dir=.
4774 # Account for people who put trailing slashes in PATH elements.
4775 case $as_dir/ in #((
4776 ./ | .// | /[cC]/* | \
4777 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4778 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4779 /usr/ucb/* ) ;;
4781 # OSF1 and SCO ODT 3.0 have their own names for install.
4782 # Don't use installbsd from OSF since it installs stuff as root
4783 # by default.
4784 for ac_prog in ginstall scoinst install; do
4785 for ac_exec_ext in '' $ac_executable_extensions; do
4786 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4787 if test $ac_prog = install &&
4788 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4789 # AIX install. It has an incompatible calling convention.
4791 elif test $ac_prog = install &&
4792 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4793 # program-specific install script used by HP pwplus--don't use.
4795 else
4796 rm -rf conftest.one conftest.two conftest.dir
4797 echo one > conftest.one
4798 echo two > conftest.two
4799 mkdir conftest.dir
4800 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4801 test -s conftest.one && test -s conftest.two &&
4802 test -s conftest.dir/conftest.one &&
4803 test -s conftest.dir/conftest.two
4804 then
4805 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4806 break 3
4810 done
4811 done
4813 esac
4815 done
4816 IFS=$as_save_IFS
4818 rm -rf conftest.one conftest.two conftest.dir
4821 if test "${ac_cv_path_install+set}" = set; then
4822 INSTALL=$ac_cv_path_install
4823 else
4824 # As a last resort, use the slow shell script. Don't cache a
4825 # value for INSTALL within a source directory, because that will
4826 # break other packages using the cache if that directory is
4827 # removed, or if the value is a relative name.
4828 INSTALL=$ac_install_sh
4831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4832 $as_echo "$INSTALL" >&6; }
4834 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4835 # It thinks the first close brace ends the variable substitution.
4836 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4838 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4840 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4842 case "$INSTALL" in
4843 [\\/$]* | ?:[\\/]* ) ;;
4844 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4845 esac
4847 for ac_prog in lclint lint
4849 # Extract the first word of "$ac_prog", so it can be a program name with args.
4850 set dummy $ac_prog; ac_word=$2
4851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4852 $as_echo_n "checking for $ac_word... " >&6; }
4853 if test "${ac_cv_prog_LINT+set}" = set; then :
4854 $as_echo_n "(cached) " >&6
4855 else
4856 if test -n "$LINT"; then
4857 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4858 else
4859 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4860 for as_dir in $PATH
4862 IFS=$as_save_IFS
4863 test -z "$as_dir" && as_dir=.
4864 for ac_exec_ext in '' $ac_executable_extensions; do
4865 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4866 ac_cv_prog_LINT="$ac_prog"
4867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4868 break 2
4870 done
4871 done
4872 IFS=$as_save_IFS
4876 LINT=$ac_cv_prog_LINT
4877 if test -n "$LINT"; then
4878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4879 $as_echo "$LINT" >&6; }
4880 else
4881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4882 $as_echo "no" >&6; }
4886 test -n "$LINT" && break
4887 done
4889 if test "$LINT" = "lint"
4890 then
4891 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4896 for ac_prog in fontforge
4898 # Extract the first word of "$ac_prog", so it can be a program name with args.
4899 set dummy $ac_prog; ac_word=$2
4900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4901 $as_echo_n "checking for $ac_word... " >&6; }
4902 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4903 $as_echo_n "(cached) " >&6
4904 else
4905 if test -n "$FONTFORGE"; then
4906 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4907 else
4908 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4909 for as_dir in $PATH
4911 IFS=$as_save_IFS
4912 test -z "$as_dir" && as_dir=.
4913 for ac_exec_ext in '' $ac_executable_extensions; do
4914 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4915 ac_cv_prog_FONTFORGE="$ac_prog"
4916 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4917 break 2
4919 done
4920 done
4921 IFS=$as_save_IFS
4925 FONTFORGE=$ac_cv_prog_FONTFORGE
4926 if test -n "$FONTFORGE"; then
4927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4928 $as_echo "$FONTFORGE" >&6; }
4929 else
4930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4931 $as_echo "no" >&6; }
4935 test -n "$FONTFORGE" && break
4936 done
4937 test -n "$FONTFORGE" || FONTFORGE="false"
4939 for ac_prog in pkg-config
4941 # Extract the first word of "$ac_prog", so it can be a program name with args.
4942 set dummy $ac_prog; ac_word=$2
4943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4944 $as_echo_n "checking for $ac_word... " >&6; }
4945 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4946 $as_echo_n "(cached) " >&6
4947 else
4948 if test -n "$PKG_CONFIG"; then
4949 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4950 else
4951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4952 for as_dir in $PATH
4954 IFS=$as_save_IFS
4955 test -z "$as_dir" && as_dir=.
4956 for ac_exec_ext in '' $ac_executable_extensions; do
4957 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4958 ac_cv_prog_PKG_CONFIG="$ac_prog"
4959 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4960 break 2
4962 done
4963 done
4964 IFS=$as_save_IFS
4968 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4969 if test -n "$PKG_CONFIG"; then
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4971 $as_echo "$PKG_CONFIG" >&6; }
4972 else
4973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4974 $as_echo "no" >&6; }
4978 test -n "$PKG_CONFIG" && break
4979 done
4980 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4982 for ac_prog in rsvg
4984 # Extract the first word of "$ac_prog", so it can be a program name with args.
4985 set dummy $ac_prog; ac_word=$2
4986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4987 $as_echo_n "checking for $ac_word... " >&6; }
4988 if test "${ac_cv_prog_RSVG+set}" = set; then :
4989 $as_echo_n "(cached) " >&6
4990 else
4991 if test -n "$RSVG"; then
4992 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4993 else
4994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4995 for as_dir in $PATH
4997 IFS=$as_save_IFS
4998 test -z "$as_dir" && as_dir=.
4999 for ac_exec_ext in '' $ac_executable_extensions; do
5000 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5001 ac_cv_prog_RSVG="$ac_prog"
5002 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5003 break 2
5005 done
5006 done
5007 IFS=$as_save_IFS
5011 RSVG=$ac_cv_prog_RSVG
5012 if test -n "$RSVG"; then
5013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5014 $as_echo "$RSVG" >&6; }
5015 else
5016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5017 $as_echo "no" >&6; }
5021 test -n "$RSVG" && break
5022 done
5023 test -n "$RSVG" || RSVG="false"
5025 for ac_prog in icotool
5027 # Extract the first word of "$ac_prog", so it can be a program name with args.
5028 set dummy $ac_prog; ac_word=$2
5029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5030 $as_echo_n "checking for $ac_word... " >&6; }
5031 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5032 $as_echo_n "(cached) " >&6
5033 else
5034 if test -n "$ICOTOOL"; then
5035 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5036 else
5037 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5038 for as_dir in $PATH
5040 IFS=$as_save_IFS
5041 test -z "$as_dir" && as_dir=.
5042 for ac_exec_ext in '' $ac_executable_extensions; do
5043 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5044 ac_cv_prog_ICOTOOL="$ac_prog"
5045 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5046 break 2
5048 done
5049 done
5050 IFS=$as_save_IFS
5054 ICOTOOL=$ac_cv_prog_ICOTOOL
5055 if test -n "$ICOTOOL"; then
5056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5057 $as_echo "$ICOTOOL" >&6; }
5058 else
5059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5060 $as_echo "no" >&6; }
5064 test -n "$ICOTOOL" && break
5065 done
5066 test -n "$ICOTOOL" || ICOTOOL="false"
5069 if test "${enable_maintainer_mode+set}" = set
5070 then
5071 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5072 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5073 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5076 case $host_cpu in
5077 *i[3456789]86*)
5078 # Extract the first word of "prelink", so it can be a program name with args.
5079 set dummy prelink; ac_word=$2
5080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5081 $as_echo_n "checking for $ac_word... " >&6; }
5082 if test "${ac_cv_path_PRELINK+set}" = set; then :
5083 $as_echo_n "(cached) " >&6
5084 else
5085 case $PRELINK in
5086 [\\/]* | ?:[\\/]*)
5087 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5090 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5091 for as_dir in /sbin /usr/sbin $PATH
5093 IFS=$as_save_IFS
5094 test -z "$as_dir" && as_dir=.
5095 for ac_exec_ext in '' $ac_executable_extensions; do
5096 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5097 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5098 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5099 break 2
5101 done
5102 done
5103 IFS=$as_save_IFS
5105 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5107 esac
5109 PRELINK=$ac_cv_path_PRELINK
5110 if test -n "$PRELINK"; then
5111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5112 $as_echo "$PRELINK" >&6; }
5113 else
5114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5115 $as_echo "no" >&6; }
5120 esac
5123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5124 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5125 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5126 $as_echo_n "(cached) " >&6
5127 else
5128 ac_check_lib_save_LIBS=$LIBS
5129 LIBS="-li386 $LIBS"
5130 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5131 /* end confdefs.h. */
5133 /* Override any GCC internal prototype to avoid an error.
5134 Use char because int might match the return type of a GCC
5135 builtin and then its argument prototype would still apply. */
5136 #ifdef __cplusplus
5137 extern "C"
5138 #endif
5139 char i386_set_ldt ();
5141 main ()
5143 return i386_set_ldt ();
5145 return 0;
5147 _ACEOF
5148 if ac_fn_c_try_link "$LINENO"; then :
5149 ac_cv_lib_i386_i386_set_ldt=yes
5150 else
5151 ac_cv_lib_i386_i386_set_ldt=no
5153 rm -f core conftest.err conftest.$ac_objext \
5154 conftest$ac_exeext conftest.$ac_ext
5155 LIBS=$ac_check_lib_save_LIBS
5157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5158 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5159 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5160 cat >>confdefs.h <<_ACEOF
5161 #define HAVE_LIBI386 1
5162 _ACEOF
5164 LIBS="-li386 $LIBS"
5168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5169 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5170 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5171 $as_echo_n "(cached) " >&6
5172 else
5173 ac_check_lib_save_LIBS=$LIBS
5174 LIBS="-lossaudio $LIBS"
5175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5176 /* end confdefs.h. */
5178 /* Override any GCC internal prototype to avoid an error.
5179 Use char because int might match the return type of a GCC
5180 builtin and then its argument prototype would still apply. */
5181 #ifdef __cplusplus
5182 extern "C"
5183 #endif
5184 char _oss_ioctl ();
5186 main ()
5188 return _oss_ioctl ();
5190 return 0;
5192 _ACEOF
5193 if ac_fn_c_try_link "$LINENO"; then :
5194 ac_cv_lib_ossaudio__oss_ioctl=yes
5195 else
5196 ac_cv_lib_ossaudio__oss_ioctl=no
5198 rm -f core conftest.err conftest.$ac_objext \
5199 conftest$ac_exeext conftest.$ac_ext
5200 LIBS=$ac_check_lib_save_LIBS
5202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5203 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5204 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5205 cat >>confdefs.h <<_ACEOF
5206 #define HAVE_LIBOSSAUDIO 1
5207 _ACEOF
5209 LIBS="-lossaudio $LIBS"
5214 XLIB=""
5216 OPENGL_LIBS=""
5220 # Check whether --enable-largefile was given.
5221 if test "${enable_largefile+set}" = set; then :
5222 enableval=$enable_largefile;
5225 if test "$enable_largefile" != no; then
5227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5228 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5229 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5230 $as_echo_n "(cached) " >&6
5231 else
5232 ac_cv_sys_largefile_CC=no
5233 if test "$GCC" != yes; then
5234 ac_save_CC=$CC
5235 while :; do
5236 # IRIX 6.2 and later do not support large files by default,
5237 # so use the C compiler's -n32 option if that helps.
5238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5239 /* end confdefs.h. */
5240 #include <sys/types.h>
5241 /* Check that off_t can represent 2**63 - 1 correctly.
5242 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5243 since some C++ compilers masquerading as C compilers
5244 incorrectly reject 9223372036854775807. */
5245 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5246 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5247 && LARGE_OFF_T % 2147483647 == 1)
5248 ? 1 : -1];
5250 main ()
5254 return 0;
5256 _ACEOF
5257 if ac_fn_c_try_compile "$LINENO"; then :
5258 break
5260 rm -f core conftest.err conftest.$ac_objext
5261 CC="$CC -n32"
5262 if ac_fn_c_try_compile "$LINENO"; then :
5263 ac_cv_sys_largefile_CC=' -n32'; break
5265 rm -f core conftest.err conftest.$ac_objext
5266 break
5267 done
5268 CC=$ac_save_CC
5269 rm -f conftest.$ac_ext
5272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5273 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5274 if test "$ac_cv_sys_largefile_CC" != no; then
5275 CC=$CC$ac_cv_sys_largefile_CC
5278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5279 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5280 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5281 $as_echo_n "(cached) " >&6
5282 else
5283 while :; do
5284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5285 /* end confdefs.h. */
5286 #include <sys/types.h>
5287 /* Check that off_t can represent 2**63 - 1 correctly.
5288 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5289 since some C++ compilers masquerading as C compilers
5290 incorrectly reject 9223372036854775807. */
5291 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5292 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5293 && LARGE_OFF_T % 2147483647 == 1)
5294 ? 1 : -1];
5296 main ()
5300 return 0;
5302 _ACEOF
5303 if ac_fn_c_try_compile "$LINENO"; then :
5304 ac_cv_sys_file_offset_bits=no; break
5306 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5308 /* end confdefs.h. */
5309 #define _FILE_OFFSET_BITS 64
5310 #include <sys/types.h>
5311 /* Check that off_t can represent 2**63 - 1 correctly.
5312 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5313 since some C++ compilers masquerading as C compilers
5314 incorrectly reject 9223372036854775807. */
5315 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5316 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5317 && LARGE_OFF_T % 2147483647 == 1)
5318 ? 1 : -1];
5320 main ()
5324 return 0;
5326 _ACEOF
5327 if ac_fn_c_try_compile "$LINENO"; then :
5328 ac_cv_sys_file_offset_bits=64; break
5330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5331 ac_cv_sys_file_offset_bits=unknown
5332 break
5333 done
5335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5336 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5337 case $ac_cv_sys_file_offset_bits in #(
5338 no | unknown) ;;
5340 cat >>confdefs.h <<_ACEOF
5341 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5342 _ACEOF
5344 esac
5345 rm -rf conftest*
5346 if test $ac_cv_sys_file_offset_bits = unknown; then
5347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5348 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5349 if test "${ac_cv_sys_large_files+set}" = set; then :
5350 $as_echo_n "(cached) " >&6
5351 else
5352 while :; do
5353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5354 /* end confdefs.h. */
5355 #include <sys/types.h>
5356 /* Check that off_t can represent 2**63 - 1 correctly.
5357 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5358 since some C++ compilers masquerading as C compilers
5359 incorrectly reject 9223372036854775807. */
5360 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5361 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5362 && LARGE_OFF_T % 2147483647 == 1)
5363 ? 1 : -1];
5365 main ()
5369 return 0;
5371 _ACEOF
5372 if ac_fn_c_try_compile "$LINENO"; then :
5373 ac_cv_sys_large_files=no; break
5375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5377 /* end confdefs.h. */
5378 #define _LARGE_FILES 1
5379 #include <sys/types.h>
5380 /* Check that off_t can represent 2**63 - 1 correctly.
5381 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5382 since some C++ compilers masquerading as C compilers
5383 incorrectly reject 9223372036854775807. */
5384 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5385 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5386 && LARGE_OFF_T % 2147483647 == 1)
5387 ? 1 : -1];
5389 main ()
5393 return 0;
5395 _ACEOF
5396 if ac_fn_c_try_compile "$LINENO"; then :
5397 ac_cv_sys_large_files=1; break
5399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5400 ac_cv_sys_large_files=unknown
5401 break
5402 done
5404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5405 $as_echo "$ac_cv_sys_large_files" >&6; }
5406 case $ac_cv_sys_large_files in #(
5407 no | unknown) ;;
5409 cat >>confdefs.h <<_ACEOF
5410 #define _LARGE_FILES $ac_cv_sys_large_files
5411 _ACEOF
5413 esac
5414 rm -rf conftest*
5419 ac_ext=c
5420 ac_cpp='$CPP $CPPFLAGS'
5421 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5422 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5423 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5425 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5426 # On Suns, sometimes $CPP names a directory.
5427 if test -n "$CPP" && test -d "$CPP"; then
5428 CPP=
5430 if test -z "$CPP"; then
5431 if test "${ac_cv_prog_CPP+set}" = set; then :
5432 $as_echo_n "(cached) " >&6
5433 else
5434 # Double quotes because CPP needs to be expanded
5435 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5437 ac_preproc_ok=false
5438 for ac_c_preproc_warn_flag in '' yes
5440 # Use a header file that comes with gcc, so configuring glibc
5441 # with a fresh cross-compiler works.
5442 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5443 # <limits.h> exists even on freestanding compilers.
5444 # On the NeXT, cc -E runs the code through the compiler's parser,
5445 # not just through cpp. "Syntax error" is here to catch this case.
5446 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5447 /* end confdefs.h. */
5448 #ifdef __STDC__
5449 # include <limits.h>
5450 #else
5451 # include <assert.h>
5452 #endif
5453 Syntax error
5454 _ACEOF
5455 if ac_fn_c_try_cpp "$LINENO"; then :
5457 else
5458 # Broken: fails on valid input.
5459 continue
5461 rm -f conftest.err conftest.$ac_ext
5463 # OK, works on sane cases. Now check whether nonexistent headers
5464 # can be detected and how.
5465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5466 /* end confdefs.h. */
5467 #include <ac_nonexistent.h>
5468 _ACEOF
5469 if ac_fn_c_try_cpp "$LINENO"; then :
5470 # Broken: success on invalid input.
5471 continue
5472 else
5473 # Passes both tests.
5474 ac_preproc_ok=:
5475 break
5477 rm -f conftest.err conftest.$ac_ext
5479 done
5480 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5481 rm -f conftest.err conftest.$ac_ext
5482 if $ac_preproc_ok; then :
5483 break
5486 done
5487 ac_cv_prog_CPP=$CPP
5490 CPP=$ac_cv_prog_CPP
5491 else
5492 ac_cv_prog_CPP=$CPP
5494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5495 $as_echo "$CPP" >&6; }
5496 ac_preproc_ok=false
5497 for ac_c_preproc_warn_flag in '' yes
5499 # Use a header file that comes with gcc, so configuring glibc
5500 # with a fresh cross-compiler works.
5501 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5502 # <limits.h> exists even on freestanding compilers.
5503 # On the NeXT, cc -E runs the code through the compiler's parser,
5504 # not just through cpp. "Syntax error" is here to catch this case.
5505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5506 /* end confdefs.h. */
5507 #ifdef __STDC__
5508 # include <limits.h>
5509 #else
5510 # include <assert.h>
5511 #endif
5512 Syntax error
5513 _ACEOF
5514 if ac_fn_c_try_cpp "$LINENO"; then :
5516 else
5517 # Broken: fails on valid input.
5518 continue
5520 rm -f conftest.err conftest.$ac_ext
5522 # OK, works on sane cases. Now check whether nonexistent headers
5523 # can be detected and how.
5524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5525 /* end confdefs.h. */
5526 #include <ac_nonexistent.h>
5527 _ACEOF
5528 if ac_fn_c_try_cpp "$LINENO"; then :
5529 # Broken: success on invalid input.
5530 continue
5531 else
5532 # Passes both tests.
5533 ac_preproc_ok=:
5534 break
5536 rm -f conftest.err conftest.$ac_ext
5538 done
5539 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5540 rm -f conftest.err conftest.$ac_ext
5541 if $ac_preproc_ok; then :
5543 else
5544 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5545 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5546 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5547 See \`config.log' for more details." "$LINENO" 5; }
5550 ac_ext=c
5551 ac_cpp='$CPP $CPPFLAGS'
5552 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5553 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5554 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5558 $as_echo_n "checking for ANSI C header files... " >&6; }
5559 if test "${ac_cv_header_stdc+set}" = set; then :
5560 $as_echo_n "(cached) " >&6
5561 else
5562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5563 /* end confdefs.h. */
5564 #include <stdlib.h>
5565 #include <stdarg.h>
5566 #include <string.h>
5567 #include <float.h>
5570 main ()
5574 return 0;
5576 _ACEOF
5577 if ac_fn_c_try_compile "$LINENO"; then :
5578 ac_cv_header_stdc=yes
5579 else
5580 ac_cv_header_stdc=no
5582 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5584 if test $ac_cv_header_stdc = yes; then
5585 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5587 /* end confdefs.h. */
5588 #include <string.h>
5590 _ACEOF
5591 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5592 $EGREP "memchr" >/dev/null 2>&1; then :
5594 else
5595 ac_cv_header_stdc=no
5597 rm -f conftest*
5601 if test $ac_cv_header_stdc = yes; then
5602 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5604 /* end confdefs.h. */
5605 #include <stdlib.h>
5607 _ACEOF
5608 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5609 $EGREP "free" >/dev/null 2>&1; then :
5611 else
5612 ac_cv_header_stdc=no
5614 rm -f conftest*
5618 if test $ac_cv_header_stdc = yes; then
5619 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5620 if test "$cross_compiling" = yes; then :
5622 else
5623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5624 /* end confdefs.h. */
5625 #include <ctype.h>
5626 #include <stdlib.h>
5627 #if ((' ' & 0x0FF) == 0x020)
5628 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5629 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5630 #else
5631 # define ISLOWER(c) \
5632 (('a' <= (c) && (c) <= 'i') \
5633 || ('j' <= (c) && (c) <= 'r') \
5634 || ('s' <= (c) && (c) <= 'z'))
5635 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5636 #endif
5638 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5640 main ()
5642 int i;
5643 for (i = 0; i < 256; i++)
5644 if (XOR (islower (i), ISLOWER (i))
5645 || toupper (i) != TOUPPER (i))
5646 return 2;
5647 return 0;
5649 _ACEOF
5650 if ac_fn_c_try_run "$LINENO"; then :
5652 else
5653 ac_cv_header_stdc=no
5655 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5656 conftest.$ac_objext conftest.beam conftest.$ac_ext
5661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5662 $as_echo "$ac_cv_header_stdc" >&6; }
5663 if test $ac_cv_header_stdc = yes; then
5665 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5669 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5670 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5671 inttypes.h stdint.h unistd.h
5672 do :
5673 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5674 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5676 eval as_val=\$$as_ac_Header
5677 if test "x$as_val" = x""yes; then :
5678 cat >>confdefs.h <<_ACEOF
5679 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5680 _ACEOF
5684 done
5687 for ac_header in \
5688 AL/al.h \
5689 AudioUnit/AudioUnit.h \
5690 Carbon/Carbon.h \
5691 CoreAudio/CoreAudio.h \
5692 DiskArbitration/DiskArbitration.h \
5693 IOKit/IOKitLib.h \
5694 IOKit/hid/IOHIDLib.h \
5695 OpenAL/al.h \
5696 alias.h \
5697 alsa/asoundlib.h \
5698 arpa/inet.h \
5699 arpa/nameser.h \
5700 asm/types.h \
5701 capi20.h \
5702 curses.h \
5703 direct.h \
5704 dirent.h \
5705 dlfcn.h \
5706 elf.h \
5707 float.h \
5708 fnmatch.h \
5709 fontconfig/fontconfig.h \
5710 getopt.h \
5711 grp.h \
5712 gsm.h \
5713 gsm/gsm.h \
5714 ieeefp.h \
5715 inet/mib2.h \
5716 io.h \
5717 jack/jack.h \
5718 jpeglib.h \
5719 kstat.h \
5720 lber.h \
5721 lcms.h \
5722 lcms/lcms.h \
5723 ldap.h \
5724 libaudioio.h \
5725 link.h \
5726 linux/cdrom.h \
5727 linux/compiler.h \
5728 linux/hdreg.h \
5729 linux/input.h \
5730 linux/ioctl.h \
5731 linux/joystick.h \
5732 linux/major.h \
5733 linux/param.h \
5734 linux/serial.h \
5735 linux/types.h \
5736 linux/ucdrom.h \
5737 mach-o/nlist.h \
5738 mach/mach.h \
5739 mach/machine.h \
5740 machine/cpu.h \
5741 machine/limits.h \
5742 machine/soundcard.h \
5743 mntent.h \
5744 mpg123.h \
5745 ncurses.h \
5746 netdb.h \
5747 netinet/in.h \
5748 netinet/in_systm.h \
5749 netinet/tcp.h \
5750 netinet/tcp_fsm.h \
5751 openssl/err.h \
5752 openssl/ssl.h \
5753 png.h \
5754 poll.h \
5755 port.h \
5756 process.h \
5757 pthread.h \
5758 pwd.h \
5759 regex.h \
5760 sched.h \
5761 scsi/scsi.h \
5762 scsi/scsi_ioctl.h \
5763 scsi/sg.h \
5764 soundcard.h \
5765 stdbool.h \
5766 stdint.h \
5767 strings.h \
5768 stropts.h \
5769 sys/asoundlib.h \
5770 sys/cdio.h \
5771 sys/elf32.h \
5772 sys/epoll.h \
5773 sys/errno.h \
5774 sys/event.h \
5775 sys/exec_elf.h \
5776 sys/filio.h \
5777 sys/inotify.h \
5778 sys/ioctl.h \
5779 sys/ipc.h \
5780 sys/limits.h \
5781 sys/link.h \
5782 sys/mman.h \
5783 sys/modem.h \
5784 sys/msg.h \
5785 sys/mtio.h \
5786 sys/param.h \
5787 sys/poll.h \
5788 sys/prctl.h \
5789 sys/protosw.h \
5790 sys/ptrace.h \
5791 sys/resource.h \
5792 sys/scsiio.h \
5793 sys/shm.h \
5794 sys/signal.h \
5795 sys/socket.h \
5796 sys/socketvar.h \
5797 sys/sockio.h \
5798 sys/soundcard.h \
5799 sys/statvfs.h \
5800 sys/strtio.h \
5801 sys/syscall.h \
5802 sys/tihdr.h \
5803 sys/time.h \
5804 sys/timeout.h \
5805 sys/times.h \
5806 sys/uio.h \
5807 sys/un.h \
5808 sys/utsname.h \
5809 sys/vm86.h \
5810 sys/wait.h \
5811 syscall.h \
5812 termios.h \
5813 unistd.h \
5814 utime.h \
5815 valgrind/memcheck.h \
5816 valgrind/valgrind.h \
5817 zlib.h
5819 do :
5820 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5821 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5822 eval as_val=\$$as_ac_Header
5823 if test "x$as_val" = x""yes; then :
5824 cat >>confdefs.h <<_ACEOF
5825 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5826 _ACEOF
5830 done
5832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5833 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5834 if test "${ac_cv_header_stat_broken+set}" = set; then :
5835 $as_echo_n "(cached) " >&6
5836 else
5837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5838 /* end confdefs.h. */
5839 #include <sys/types.h>
5840 #include <sys/stat.h>
5842 #if defined S_ISBLK && defined S_IFDIR
5843 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5844 #endif
5846 #if defined S_ISBLK && defined S_IFCHR
5847 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5848 #endif
5850 #if defined S_ISLNK && defined S_IFREG
5851 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5852 #endif
5854 #if defined S_ISSOCK && defined S_IFREG
5855 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5856 #endif
5858 _ACEOF
5859 if ac_fn_c_try_compile "$LINENO"; then :
5860 ac_cv_header_stat_broken=no
5861 else
5862 ac_cv_header_stat_broken=yes
5864 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5867 $as_echo "$ac_cv_header_stat_broken" >&6; }
5868 if test $ac_cv_header_stat_broken = yes; then
5870 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5876 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5877 do :
5878 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5879 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5880 #ifdef HAVE_SYS_PARAM_H
5881 # include <sys/param.h>
5882 #endif
5884 eval as_val=\$$as_ac_Header
5885 if test "x$as_val" = x""yes; then :
5886 cat >>confdefs.h <<_ACEOF
5887 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5888 _ACEOF
5892 done
5895 for ac_header in \
5896 netinet/ip.h \
5897 net/if.h \
5898 net/if_arp.h \
5899 net/if_dl.h \
5900 net/if_types.h \
5901 net/route.h \
5902 netinet/if_ether.h \
5903 netinet/if_inarp.h \
5904 netinet/in_pcb.h \
5905 netinet/ip_icmp.h \
5906 netinet/ip_var.h \
5907 netinet/udp.h \
5908 netipx/ipx.h \
5910 do :
5911 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5912 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5913 #ifdef HAVE_SYS_SOCKET_H
5914 # include <sys/socket.h>
5915 #endif
5916 #ifdef HAVE_SYS_SOCKETVAR_H
5917 # include <sys/socketvar.h>
5918 #endif
5919 #ifdef HAVE_NET_ROUTE_H
5920 # include <net/route.h>
5921 #endif
5922 #ifdef HAVE_NETINET_IN_H
5923 # include <netinet/in.h>
5924 #endif
5925 #ifdef HAVE_NETINET_IN_SYSTM_H
5926 # include <netinet/in_systm.h>
5927 #endif
5928 #ifdef HAVE_NET_IF_H
5929 # include <net/if.h>
5930 #endif
5931 #ifdef HAVE_NETINET_IP_H
5932 # include <netinet/ip.h>
5933 #endif
5935 eval as_val=\$$as_ac_Header
5936 if test "x$as_val" = x""yes; then :
5937 cat >>confdefs.h <<_ACEOF
5938 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5939 _ACEOF
5943 done
5946 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5947 do :
5948 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5949 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5950 #ifdef HAVE_ALIAS_H
5951 # include <alias.h>
5952 #endif
5953 #ifdef HAVE_SYS_SOCKET_H
5954 # include <sys/socket.h>
5955 #endif
5956 #ifdef HAVE_SYS_SOCKETVAR_H
5957 # include <sys/socketvar.h>
5958 #endif
5959 #ifdef HAVE_SYS_TIMEOUT_H
5960 # include <sys/timeout.h>
5961 #endif
5962 #ifdef HAVE_NETINET_IN_H
5963 # include <netinet/in.h>
5964 #endif
5965 #ifdef HAVE_NETINET_IN_SYSTM_H
5966 # include <netinet/in_systm.h>
5967 #endif
5968 #ifdef HAVE_NETINET_IP_H
5969 # include <netinet/ip.h>
5970 #endif
5971 #ifdef HAVE_NETINET_IP_VAR_H
5972 # include <netinet/ip_var.h>
5973 #endif
5974 #ifdef HAVE_NETINET_IP_ICMP_H
5975 # include <netinet/ip_icmp.h>
5976 #endif
5977 #ifdef HAVE_NETINET_UDP_H
5978 # include <netinet/udp.h>
5979 #endif
5980 #ifdef HAVE_NETINET_TCP_H
5981 # include <netinet/tcp.h>
5982 #endif
5983 #ifdef HAVE_NETINET_TCP_TIMER_H
5984 #include <netinet/tcp_timer.h>
5985 #endif
5987 eval as_val=\$$as_ac_Header
5988 if test "x$as_val" = x""yes; then :
5989 cat >>confdefs.h <<_ACEOF
5990 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5991 _ACEOF
5995 done
5998 for ac_header in linux/ipx.h linux/irda.h
5999 do :
6000 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6001 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6002 #ifdef HAVE_ASM_TYPES_H
6003 # include <asm/types.h>
6004 #endif
6005 #ifdef HAVE_SYS_SOCKET_H
6006 # include <sys/socket.h>
6007 #endif
6008 #ifdef HAVE_LINUX_TYPES_H
6009 # include <linux/types.h>
6010 #endif
6012 eval as_val=\$$as_ac_Header
6013 if test "x$as_val" = x""yes; then :
6014 cat >>confdefs.h <<_ACEOF
6015 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6016 _ACEOF
6020 done
6023 for ac_header in mach-o/dyld_images.h
6024 do :
6025 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6026 # include <stdbool.h>
6027 #endif
6028 #ifdef HAVE_STDINT_H
6029 # include <stdint.h>
6030 #endif
6032 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6033 cat >>confdefs.h <<_ACEOF
6034 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6035 _ACEOF
6039 done
6042 for ac_header in resolv.h
6043 do :
6044 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6045 #ifdef HAVE_SYS_SOCKET_H
6046 # include <sys/socket.h>
6047 #endif
6048 #ifdef HAVE_NETINET_IN_H
6049 # include <netinet/in.h>
6050 #endif
6051 #ifdef HAVE_ARPA_NAMESER_H
6052 # include <arpa/nameser.h>
6053 #endif
6055 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6056 cat >>confdefs.h <<_ACEOF
6057 #define HAVE_RESOLV_H 1
6058 _ACEOF
6062 done
6065 for ac_header in ucontext.h
6066 do :
6067 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6069 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6070 cat >>confdefs.h <<_ACEOF
6071 #define HAVE_UCONTEXT_H 1
6072 _ACEOF
6076 done
6079 for ac_header in sys/thr.h
6080 do :
6081 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6082 #ifdef HAVE_UCONTEXT_H
6083 #include <ucontext.h>
6084 #endif
6086 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6087 cat >>confdefs.h <<_ACEOF
6088 #define HAVE_SYS_THR_H 1
6089 _ACEOF
6093 done
6096 for ac_header in pthread_np.h
6097 do :
6098 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6099 #include <pthread.h>
6100 #endif
6102 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6103 cat >>confdefs.h <<_ACEOF
6104 #define HAVE_PTHREAD_NP_H 1
6105 _ACEOF
6109 done
6112 for ac_header in linux/videodev.h
6113 do :
6114 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6115 #include <sys/time.h>
6116 #endif
6117 #include <sys/types.h>
6118 #ifdef HAVE_ASM_TYPES_H
6119 #include <asm/types.h>
6120 #endif
6122 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6123 cat >>confdefs.h <<_ACEOF
6124 #define HAVE_LINUX_VIDEODEV_H 1
6125 _ACEOF
6129 done
6132 for ac_header in linux/capi.h
6133 do :
6134 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6136 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6137 cat >>confdefs.h <<_ACEOF
6138 #define HAVE_LINUX_CAPI_H 1
6139 _ACEOF
6143 done
6147 DLLEXT=""
6149 DLLFLAGS="-D_REENTRANT"
6151 LDSHARED=""
6153 LDDLLFLAGS=""
6155 LIBEXT="so"
6157 IMPLIBEXT="def"
6159 LDRPATH_INSTALL=""
6161 LDRPATH_LOCAL=""
6163 STATIC_IMPLIBEXT="def.a"
6164 # Extract the first word of "ldd", so it can be a program name with args.
6165 set dummy ldd; ac_word=$2
6166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6167 $as_echo_n "checking for $ac_word... " >&6; }
6168 if test "${ac_cv_path_LDD+set}" = set; then :
6169 $as_echo_n "(cached) " >&6
6170 else
6171 case $LDD in
6172 [\\/]* | ?:[\\/]*)
6173 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6176 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6177 as_dummy="/sbin:/usr/sbin:$PATH"
6178 for as_dir in $as_dummy
6180 IFS=$as_save_IFS
6181 test -z "$as_dir" && as_dir=.
6182 for ac_exec_ext in '' $ac_executable_extensions; do
6183 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6184 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6186 break 2
6188 done
6189 done
6190 IFS=$as_save_IFS
6192 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6194 esac
6196 LDD=$ac_cv_path_LDD
6197 if test -n "$LDD"; then
6198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6199 $as_echo "$LDD" >&6; }
6200 else
6201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6202 $as_echo "no" >&6; }
6207 case $host_os in
6208 cygwin*|mingw32*)
6209 if test -n "$ac_tool_prefix"; then
6210 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6211 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6213 $as_echo_n "checking for $ac_word... " >&6; }
6214 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6215 $as_echo_n "(cached) " >&6
6216 else
6217 if test -n "$DLLTOOL"; then
6218 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6219 else
6220 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6221 for as_dir in $PATH
6223 IFS=$as_save_IFS
6224 test -z "$as_dir" && as_dir=.
6225 for ac_exec_ext in '' $ac_executable_extensions; do
6226 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6227 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6228 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6229 break 2
6231 done
6232 done
6233 IFS=$as_save_IFS
6237 DLLTOOL=$ac_cv_prog_DLLTOOL
6238 if test -n "$DLLTOOL"; then
6239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6240 $as_echo "$DLLTOOL" >&6; }
6241 else
6242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6243 $as_echo "no" >&6; }
6248 if test -z "$ac_cv_prog_DLLTOOL"; then
6249 ac_ct_DLLTOOL=$DLLTOOL
6250 # Extract the first word of "dlltool", so it can be a program name with args.
6251 set dummy dlltool; ac_word=$2
6252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6253 $as_echo_n "checking for $ac_word... " >&6; }
6254 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6255 $as_echo_n "(cached) " >&6
6256 else
6257 if test -n "$ac_ct_DLLTOOL"; then
6258 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6259 else
6260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6261 for as_dir in $PATH
6263 IFS=$as_save_IFS
6264 test -z "$as_dir" && as_dir=.
6265 for ac_exec_ext in '' $ac_executable_extensions; do
6266 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6267 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6268 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6269 break 2
6271 done
6272 done
6273 IFS=$as_save_IFS
6277 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6278 if test -n "$ac_ct_DLLTOOL"; then
6279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6280 $as_echo "$ac_ct_DLLTOOL" >&6; }
6281 else
6282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6283 $as_echo "no" >&6; }
6286 if test "x$ac_ct_DLLTOOL" = x; then
6287 DLLTOOL="false"
6288 else
6289 case $cross_compiling:$ac_tool_warned in
6290 yes:)
6291 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6292 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6293 ac_tool_warned=yes ;;
6294 esac
6295 DLLTOOL=$ac_ct_DLLTOOL
6297 else
6298 DLLTOOL="$ac_cv_prog_DLLTOOL"
6301 if test -n "$ac_tool_prefix"; then
6302 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6303 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6305 $as_echo_n "checking for $ac_word... " >&6; }
6306 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6307 $as_echo_n "(cached) " >&6
6308 else
6309 if test -n "$DLLWRAP"; then
6310 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6311 else
6312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6313 for as_dir in $PATH
6315 IFS=$as_save_IFS
6316 test -z "$as_dir" && as_dir=.
6317 for ac_exec_ext in '' $ac_executable_extensions; do
6318 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6319 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6320 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6321 break 2
6323 done
6324 done
6325 IFS=$as_save_IFS
6329 DLLWRAP=$ac_cv_prog_DLLWRAP
6330 if test -n "$DLLWRAP"; then
6331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6332 $as_echo "$DLLWRAP" >&6; }
6333 else
6334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6335 $as_echo "no" >&6; }
6340 if test -z "$ac_cv_prog_DLLWRAP"; then
6341 ac_ct_DLLWRAP=$DLLWRAP
6342 # Extract the first word of "dllwrap", so it can be a program name with args.
6343 set dummy dllwrap; ac_word=$2
6344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6345 $as_echo_n "checking for $ac_word... " >&6; }
6346 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6347 $as_echo_n "(cached) " >&6
6348 else
6349 if test -n "$ac_ct_DLLWRAP"; then
6350 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6351 else
6352 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6353 for as_dir in $PATH
6355 IFS=$as_save_IFS
6356 test -z "$as_dir" && as_dir=.
6357 for ac_exec_ext in '' $ac_executable_extensions; do
6358 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6359 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6360 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6361 break 2
6363 done
6364 done
6365 IFS=$as_save_IFS
6369 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6370 if test -n "$ac_ct_DLLWRAP"; then
6371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6372 $as_echo "$ac_ct_DLLWRAP" >&6; }
6373 else
6374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6375 $as_echo "no" >&6; }
6378 if test "x$ac_ct_DLLWRAP" = x; then
6379 DLLWRAP="false"
6380 else
6381 case $cross_compiling:$ac_tool_warned in
6382 yes:)
6383 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6384 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6385 ac_tool_warned=yes ;;
6386 esac
6387 DLLWRAP=$ac_ct_DLLWRAP
6389 else
6390 DLLWRAP="$ac_cv_prog_DLLWRAP"
6393 if test "$DLLWRAP" = "false"; then
6394 LIBEXT="a"
6395 else
6396 LIBEXT="dll"
6398 IMPLIBEXT="a"
6399 STATIC_IMPLIBEXT="a"
6400 enable_iphlpapi=${enable_iphlpapi:-no}
6401 enable_kernel32=${enable_kernel32:-no}
6402 enable_msvcrt=${enable_msvcrt:-no}
6403 enable_ntdll=${enable_ntdll:-no}
6404 enable_ws2_32=${enable_ws2_32:-no}
6405 enable_loader=${enable_loader:-no}
6406 enable_server=${enable_server:-no}
6407 with_x=${with_x:-no}
6408 with_pthread=${with_pthread:-no}
6410 darwin*|macosx*)
6411 DLLEXT=".so"
6412 LIBEXT="dylib"
6413 DLLFLAGS="$DLLFLAGS -fPIC"
6414 LDDLLFLAGS="-bundle -multiply_defined suppress"
6415 LIBWINE_LDFLAGS="-multiply_defined suppress"
6416 LDSHARED="\$(CC) -dynamiclib"
6417 STRIP="$STRIP -x"
6418 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6419 SECURITYLIB="-framework Security -framework CoreFoundation"
6421 COREFOUNDATIONLIB="-framework CoreFoundation"
6423 IOKITLIB="-framework IOKit -framework CoreFoundation"
6425 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6427 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6428 then
6429 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6432 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6433 then
6434 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6437 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6438 then
6439 LIBOPENAL="-framework OpenAL"
6441 ac_cv_lib_openal_alGetSource3i=yes
6443 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6444 then
6445 ac_save_LIBS="$LIBS"
6446 LIBS="$LIBS $IOKITLIB"
6447 for ac_func in IOHIDManagerCreate
6448 do :
6449 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6450 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6451 cat >>confdefs.h <<_ACEOF
6452 #define HAVE_IOHIDMANAGERCREATE 1
6453 _ACEOF
6456 done
6458 LIBS="$ac_save_LIBS"
6460 case $host_cpu in
6461 *powerpc*)
6462 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6463 esac
6464 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6465 then
6466 CARBONLIB="-framework Carbon"
6468 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6470 if test "x$enable_win16" = "xyes"
6471 then
6472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6473 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6474 if test "$cross_compiling" = yes; then :
6475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6476 $as_echo "cross-compiling, assuming yes" >&6; }
6477 else
6478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6479 /* end confdefs.h. */
6480 asm(".text\n"
6481 "bad:\tnop;nop\n"
6482 "good:\tnop;nop\n\t"
6483 ".globl _testfunc\n"
6484 "_testfunc:\tcallw good");
6485 extern void testfunc();
6487 main ()
6489 unsigned short *p = (unsigned short *)testfunc;
6490 return p[0] != 0xe866 || p[1] != 0xfffa
6492 return 0;
6494 _ACEOF
6495 if ac_fn_c_try_run "$LINENO"; then :
6496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6497 $as_echo "yes" >&6; }
6498 else
6499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6500 $as_echo "no" >&6; }
6501 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
6503 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6504 conftest.$ac_objext conftest.beam conftest.$ac_ext
6510 DLLFLAGS="$DLLFLAGS -fPIC"
6511 DLLEXT=".so"
6512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6513 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6514 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6515 $as_echo_n "(cached) " >&6
6516 else
6517 ac_wine_try_cflags_saved=$CFLAGS
6518 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6520 /* end confdefs.h. */
6521 void myfunc() {}
6522 _ACEOF
6523 if ac_fn_c_try_link "$LINENO"; then :
6524 ac_cv_c_dll_gnuelf="yes"
6525 else
6526 ac_cv_c_dll_gnuelf="no"
6528 rm -f core conftest.err conftest.$ac_objext \
6529 conftest$ac_exeext conftest.$ac_ext
6530 CFLAGS=$ac_wine_try_cflags_saved
6532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6533 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6534 if test "$ac_cv_c_dll_gnuelf" = "yes"
6535 then
6536 LDSHARED="\$(CC) -shared"
6537 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6539 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6540 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6541 $as_echo_n "(cached) " >&6
6542 else
6543 ac_wine_try_cflags_saved=$CFLAGS
6544 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6546 /* end confdefs.h. */
6547 int main(int argc, char *argv) { return 0; }
6548 _ACEOF
6549 if ac_fn_c_try_link "$LINENO"; then :
6550 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6551 else
6552 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6554 rm -f core conftest.err conftest.$ac_objext \
6555 conftest$ac_exeext conftest.$ac_ext
6556 CFLAGS=$ac_wine_try_cflags_saved
6558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6559 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6560 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6561 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6562 else
6563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6564 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6565 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6566 $as_echo_n "(cached) " >&6
6567 else
6568 ac_wine_try_cflags_saved=$CFLAGS
6569 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6571 /* end confdefs.h. */
6572 int main(int argc, char *argv) { return 0; }
6573 _ACEOF
6574 if ac_fn_c_try_link "$LINENO"; then :
6575 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6576 else
6577 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6579 rm -f core conftest.err conftest.$ac_objext \
6580 conftest$ac_exeext conftest.$ac_ext
6581 CFLAGS=$ac_wine_try_cflags_saved
6583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6584 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6585 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6586 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6591 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6592 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6593 $as_echo_n "(cached) " >&6
6594 else
6595 ac_wine_try_cflags_saved=$CFLAGS
6596 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6597 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6598 /* end confdefs.h. */
6599 int main(int argc, char *argv) { return 0; }
6600 _ACEOF
6601 if ac_fn_c_try_link "$LINENO"; then :
6602 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6603 else
6604 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6606 rm -f core conftest.err conftest.$ac_objext \
6607 conftest$ac_exeext conftest.$ac_ext
6608 CFLAGS=$ac_wine_try_cflags_saved
6610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6611 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6612 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6613 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6616 { $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
6617 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6618 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6619 $as_echo_n "(cached) " >&6
6620 else
6621 ac_wine_try_cflags_saved=$CFLAGS
6622 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6624 /* end confdefs.h. */
6625 int main(int argc, char *argv) { return 0; }
6626 _ACEOF
6627 if ac_fn_c_try_link "$LINENO"; then :
6628 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6629 else
6630 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6632 rm -f core conftest.err conftest.$ac_objext \
6633 conftest$ac_exeext conftest.$ac_ext
6634 CFLAGS=$ac_wine_try_cflags_saved
6636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6637 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6638 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6639 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6642 echo '{ global: *; };' >conftest.map
6643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6644 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6645 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6646 $as_echo_n "(cached) " >&6
6647 else
6648 ac_wine_try_cflags_saved=$CFLAGS
6649 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6651 /* end confdefs.h. */
6652 int main(int argc, char *argv) { return 0; }
6653 _ACEOF
6654 if ac_fn_c_try_link "$LINENO"; then :
6655 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6656 else
6657 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6659 rm -f core conftest.err conftest.$ac_objext \
6660 conftest$ac_exeext conftest.$ac_ext
6661 CFLAGS=$ac_wine_try_cflags_saved
6663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6664 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6665 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6666 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6668 rm -f conftest.map
6670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6671 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6672 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6673 $as_echo_n "(cached) " >&6
6674 else
6675 ac_wine_try_cflags_saved=$CFLAGS
6676 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6678 /* end confdefs.h. */
6679 int main(int argc, char *argv) { return 0; }
6680 _ACEOF
6681 if ac_fn_c_try_link "$LINENO"; then :
6682 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6683 else
6684 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6686 rm -f core conftest.err conftest.$ac_objext \
6687 conftest$ac_exeext conftest.$ac_ext
6688 CFLAGS=$ac_wine_try_cflags_saved
6690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6691 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6692 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6693 LDEXECFLAGS="-Wl,--export-dynamic"
6697 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6699 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6700 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6701 $as_echo_n "(cached) " >&6
6702 else
6703 ac_wine_try_cflags_saved=$CFLAGS
6704 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6706 /* end confdefs.h. */
6707 int main(int argc, char *argv) { return 0; }
6708 _ACEOF
6709 if ac_fn_c_try_link "$LINENO"; then :
6710 eval "$as_ac_var=yes"
6711 else
6712 eval "$as_ac_var=no"
6714 rm -f core conftest.err conftest.$ac_objext \
6715 conftest$ac_exeext conftest.$ac_ext
6716 CFLAGS=$ac_wine_try_cflags_saved
6718 eval ac_res=\$$as_ac_var
6719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6720 $as_echo "$ac_res" >&6; }
6721 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6722 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6723 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6724 else
6725 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6727 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6728 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6729 $as_echo_n "(cached) " >&6
6730 else
6731 ac_wine_try_cflags_saved=$CFLAGS
6732 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6734 /* end confdefs.h. */
6735 int main(int argc, char *argv) { return 0; }
6736 _ACEOF
6737 if ac_fn_c_try_link "$LINENO"; then :
6738 eval "$as_ac_var=yes"
6739 else
6740 eval "$as_ac_var=no"
6742 rm -f core conftest.err conftest.$ac_objext \
6743 conftest$ac_exeext conftest.$ac_ext
6744 CFLAGS=$ac_wine_try_cflags_saved
6746 eval ac_res=\$$as_ac_var
6747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6748 $as_echo "$ac_res" >&6; }
6749 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6750 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6751 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6756 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6757 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6758 $as_echo_n "(cached) " >&6
6759 else
6760 ac_wine_try_cflags_saved=$CFLAGS
6761 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6763 /* end confdefs.h. */
6764 int main(int argc, char *argv) { return 0; }
6765 _ACEOF
6766 if ac_fn_c_try_link "$LINENO"; then :
6767 ac_cv_cflags__Wl___enable_new_dtags=yes
6768 else
6769 ac_cv_cflags__Wl___enable_new_dtags=no
6771 rm -f core conftest.err conftest.$ac_objext \
6772 conftest$ac_exeext conftest.$ac_ext
6773 CFLAGS=$ac_wine_try_cflags_saved
6775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6776 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6777 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6778 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6781 case $host_cpu in
6782 *i[3456789]86* | x86_64)
6783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6784 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6785 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6786 $as_echo_n "(cached) " >&6
6787 else
6788 ac_wine_try_cflags_saved=$CFLAGS
6789 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6791 /* end confdefs.h. */
6792 int main(int argc, char *argv) { return 0; }
6793 _ACEOF
6794 if ac_fn_c_try_link "$LINENO"; then :
6795 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6796 else
6797 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6799 rm -f core conftest.err conftest.$ac_objext \
6800 conftest$ac_exeext conftest.$ac_ext
6801 CFLAGS=$ac_wine_try_cflags_saved
6803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6804 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6805 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6806 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6809 esac
6811 else
6812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6813 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6814 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6815 $as_echo_n "(cached) " >&6
6816 else
6817 ac_wine_try_cflags_saved=$CFLAGS
6818 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6820 /* end confdefs.h. */
6821 void myfunc() {}
6822 _ACEOF
6823 if ac_fn_c_try_link "$LINENO"; then :
6824 ac_cv_c_dll_unixware="yes"
6825 else
6826 ac_cv_c_dll_unixware="no"
6828 rm -f core conftest.err conftest.$ac_objext \
6829 conftest$ac_exeext conftest.$ac_ext
6830 CFLAGS=$ac_wine_try_cflags_saved
6832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6833 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6834 if test "$ac_cv_c_dll_unixware" = "yes"
6835 then
6836 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6837 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6839 else
6840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6841 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6842 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6843 $as_echo_n "(cached) " >&6
6844 else
6845 ac_wine_try_cflags_saved=$CFLAGS
6846 CFLAGS="$CFLAGS -shared"
6847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6848 /* end confdefs.h. */
6849 void myfunc() {}
6850 _ACEOF
6851 if ac_fn_c_try_link "$LINENO"; then :
6852 ac_cv_c_dll_hpux="yes"
6853 else
6854 ac_cv_c_dll_hpux="no"
6856 rm -f core conftest.err conftest.$ac_objext \
6857 conftest$ac_exeext conftest.$ac_ext
6858 CFLAGS=$ac_wine_try_cflags_saved
6860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6861 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6862 if test "$ac_cv_c_dll_hpux" = "yes"
6863 then
6864 LIBEXT="sl"
6865 DLLEXT=".sl"
6866 LDDLLFLAGS="-shared -fPIC"
6867 LDSHARED="\$(CC) -shared"
6872 esac
6874 enable_winequartz_drv=${enable_winequartz_drv:-no}
6876 if test "$LIBEXT" = "a"; then
6877 as_fn_error "could not find a way to build shared libraries.
6878 It is currently not possible to build Wine without shared library
6879 (.so) support to allow transparent switch between .so and .dll files.
6880 If you are using Linux, you will need a newer binutils.
6881 " "$LINENO" 5
6884 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6885 then
6886 case "$host_cpu" in
6887 i[3456789]86*)
6888 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 " ;;
6889 x86_64)
6890 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
6892 ac_prefix_list="" ;;
6893 esac
6894 for ac_prog in $ac_prefix_list
6896 # Extract the first word of "$ac_prog", so it can be a program name with args.
6897 set dummy $ac_prog; ac_word=$2
6898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6899 $as_echo_n "checking for $ac_word... " >&6; }
6900 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6901 $as_echo_n "(cached) " >&6
6902 else
6903 if test -n "$CROSSCC"; then
6904 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6905 else
6906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6907 for as_dir in $PATH
6909 IFS=$as_save_IFS
6910 test -z "$as_dir" && as_dir=.
6911 for ac_exec_ext in '' $ac_executable_extensions; do
6912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6913 ac_cv_prog_CROSSCC="$ac_prog"
6914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6915 break 2
6917 done
6918 done
6919 IFS=$as_save_IFS
6923 CROSSCC=$ac_cv_prog_CROSSCC
6924 if test -n "$CROSSCC"; then
6925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6926 $as_echo "$CROSSCC" >&6; }
6927 else
6928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6929 $as_echo "no" >&6; }
6933 test -n "$CROSSCC" && break
6934 done
6935 test -n "$CROSSCC" || CROSSCC="false"
6937 if test "$CROSSCC" != "false"
6938 then
6939 CROSSTEST="\$(CROSSTEST)"
6941 set x $CROSSCC
6942 shift
6943 target=""
6944 while test $# -ge 1
6946 case "$1" in
6947 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6948 esac
6949 shift
6950 done
6951 if test -n "$target"
6952 then
6953 CROSSTARGET="$target"
6960 if test "$ac_cv_header_pthread_h" = "yes"
6961 then
6962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
6963 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6964 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
6965 $as_echo_n "(cached) " >&6
6966 else
6967 ac_check_lib_save_LIBS=$LIBS
6968 LIBS="-lpthread $LIBS"
6969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6970 /* end confdefs.h. */
6972 /* Override any GCC internal prototype to avoid an error.
6973 Use char because int might match the return type of a GCC
6974 builtin and then its argument prototype would still apply. */
6975 #ifdef __cplusplus
6976 extern "C"
6977 #endif
6978 char pthread_create ();
6980 main ()
6982 return pthread_create ();
6984 return 0;
6986 _ACEOF
6987 if ac_fn_c_try_link "$LINENO"; then :
6988 ac_cv_lib_pthread_pthread_create=yes
6989 else
6990 ac_cv_lib_pthread_pthread_create=no
6992 rm -f core conftest.err conftest.$ac_objext \
6993 conftest$ac_exeext conftest.$ac_ext
6994 LIBS=$ac_check_lib_save_LIBS
6996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
6997 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
6998 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
6999 LIBPTHREAD="-lpthread"
7004 if test "x$LIBPTHREAD" = "x"; then :
7005 case "x$with_pthread" in
7006 xno) ;;
7007 *) as_fn_error "pthread ${notice_platform}development files not found.
7008 Wine cannot support threads without libpthread.
7009 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7010 esac
7014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7015 $as_echo_n "checking for X... " >&6; }
7018 # Check whether --with-x was given.
7019 if test "${with_x+set}" = set; then :
7020 withval=$with_x;
7023 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7024 if test "x$with_x" = xno; then
7025 # The user explicitly disabled X.
7026 have_x=disabled
7027 else
7028 case $x_includes,$x_libraries in #(
7029 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7030 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7031 $as_echo_n "(cached) " >&6
7032 else
7033 # One or both of the vars are not set, and there is no cached value.
7034 ac_x_includes=no ac_x_libraries=no
7035 rm -f -r conftest.dir
7036 if mkdir conftest.dir; then
7037 cd conftest.dir
7038 cat >Imakefile <<'_ACEOF'
7039 incroot:
7040 @echo incroot='${INCROOT}'
7041 usrlibdir:
7042 @echo usrlibdir='${USRLIBDIR}'
7043 libdir:
7044 @echo libdir='${LIBDIR}'
7045 _ACEOF
7046 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7047 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7048 for ac_var in incroot usrlibdir libdir; do
7049 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7050 done
7051 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7052 for ac_extension in a so sl dylib la dll; do
7053 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7054 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7055 ac_im_usrlibdir=$ac_im_libdir; break
7057 done
7058 # Screen out bogus values from the imake configuration. They are
7059 # bogus both because they are the default anyway, and because
7060 # using them would break gcc on systems where it needs fixed includes.
7061 case $ac_im_incroot in
7062 /usr/include) ac_x_includes= ;;
7063 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7064 esac
7065 case $ac_im_usrlibdir in
7066 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7067 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7068 esac
7070 cd ..
7071 rm -f -r conftest.dir
7074 # Standard set of common directories for X headers.
7075 # Check X11 before X11Rn because it is often a symlink to the current release.
7076 ac_x_header_dirs='
7077 /usr/X11/include
7078 /usr/X11R7/include
7079 /usr/X11R6/include
7080 /usr/X11R5/include
7081 /usr/X11R4/include
7083 /usr/include/X11
7084 /usr/include/X11R7
7085 /usr/include/X11R6
7086 /usr/include/X11R5
7087 /usr/include/X11R4
7089 /usr/local/X11/include
7090 /usr/local/X11R7/include
7091 /usr/local/X11R6/include
7092 /usr/local/X11R5/include
7093 /usr/local/X11R4/include
7095 /usr/local/include/X11
7096 /usr/local/include/X11R7
7097 /usr/local/include/X11R6
7098 /usr/local/include/X11R5
7099 /usr/local/include/X11R4
7101 /usr/X386/include
7102 /usr/x386/include
7103 /usr/XFree86/include/X11
7105 /usr/include
7106 /usr/local/include
7107 /usr/unsupported/include
7108 /usr/athena/include
7109 /usr/local/x11r5/include
7110 /usr/lpp/Xamples/include
7112 /usr/openwin/include
7113 /usr/openwin/share/include'
7115 if test "$ac_x_includes" = no; then
7116 # Guess where to find include files, by looking for Xlib.h.
7117 # First, try using that file with no special directory specified.
7118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7119 /* end confdefs.h. */
7120 #include <X11/Xlib.h>
7121 _ACEOF
7122 if ac_fn_c_try_cpp "$LINENO"; then :
7123 # We can compile using X headers with no special include directory.
7124 ac_x_includes=
7125 else
7126 for ac_dir in $ac_x_header_dirs; do
7127 if test -r "$ac_dir/X11/Xlib.h"; then
7128 ac_x_includes=$ac_dir
7129 break
7131 done
7133 rm -f conftest.err conftest.$ac_ext
7134 fi # $ac_x_includes = no
7136 if test "$ac_x_libraries" = no; then
7137 # Check for the libraries.
7138 # See if we find them without any special options.
7139 # Don't add to $LIBS permanently.
7140 ac_save_LIBS=$LIBS
7141 LIBS="-lX11 $LIBS"
7142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7143 /* end confdefs.h. */
7144 #include <X11/Xlib.h>
7146 main ()
7148 XrmInitialize ()
7150 return 0;
7152 _ACEOF
7153 if ac_fn_c_try_link "$LINENO"; then :
7154 LIBS=$ac_save_LIBS
7155 # We can link X programs with no special library path.
7156 ac_x_libraries=
7157 else
7158 LIBS=$ac_save_LIBS
7159 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7161 # Don't even attempt the hair of trying to link an X program!
7162 for ac_extension in a so sl dylib la dll; do
7163 if test -r "$ac_dir/libX11.$ac_extension"; then
7164 ac_x_libraries=$ac_dir
7165 break 2
7167 done
7168 done
7170 rm -f core conftest.err conftest.$ac_objext \
7171 conftest$ac_exeext conftest.$ac_ext
7172 fi # $ac_x_libraries = no
7174 case $ac_x_includes,$ac_x_libraries in #(
7175 no,* | *,no | *\'*)
7176 # Didn't find X, or a directory has "'" in its name.
7177 ac_cv_have_x="have_x=no";; #(
7179 # Record where we found X for the cache.
7180 ac_cv_have_x="have_x=yes\
7181 ac_x_includes='$ac_x_includes'\
7182 ac_x_libraries='$ac_x_libraries'"
7183 esac
7185 ;; #(
7186 *) have_x=yes;;
7187 esac
7188 eval "$ac_cv_have_x"
7189 fi # $with_x != no
7191 if test "$have_x" != yes; then
7192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7193 $as_echo "$have_x" >&6; }
7194 no_x=yes
7195 else
7196 # If each of the values was on the command line, it overrides each guess.
7197 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7198 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7199 # Update the cache value to reflect the command line values.
7200 ac_cv_have_x="have_x=yes\
7201 ac_x_includes='$x_includes'\
7202 ac_x_libraries='$x_libraries'"
7203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7204 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7207 if test "$no_x" = yes; then
7208 # Not all programs may use this symbol, but it does not hurt to define it.
7210 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7212 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7213 else
7214 if test -n "$x_includes"; then
7215 X_CFLAGS="$X_CFLAGS -I$x_includes"
7218 # It would also be nice to do this for all -L options, not just this one.
7219 if test -n "$x_libraries"; then
7220 X_LIBS="$X_LIBS -L$x_libraries"
7221 # For Solaris; some versions of Sun CC require a space after -R and
7222 # others require no space. Words are not sufficient . . . .
7223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7224 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7225 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7226 ac_xsave_c_werror_flag=$ac_c_werror_flag
7227 ac_c_werror_flag=yes
7228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7229 /* end confdefs.h. */
7232 main ()
7236 return 0;
7238 _ACEOF
7239 if ac_fn_c_try_link "$LINENO"; then :
7240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7241 $as_echo "no" >&6; }
7242 X_LIBS="$X_LIBS -R$x_libraries"
7243 else
7244 LIBS="$ac_xsave_LIBS -R $x_libraries"
7245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7246 /* end confdefs.h. */
7249 main ()
7253 return 0;
7255 _ACEOF
7256 if ac_fn_c_try_link "$LINENO"; then :
7257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7258 $as_echo "yes" >&6; }
7259 X_LIBS="$X_LIBS -R $x_libraries"
7260 else
7261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7262 $as_echo "neither works" >&6; }
7264 rm -f core conftest.err conftest.$ac_objext \
7265 conftest$ac_exeext conftest.$ac_ext
7267 rm -f core conftest.err conftest.$ac_objext \
7268 conftest$ac_exeext conftest.$ac_ext
7269 ac_c_werror_flag=$ac_xsave_c_werror_flag
7270 LIBS=$ac_xsave_LIBS
7273 # Check for system-dependent libraries X programs must link with.
7274 # Do this before checking for the system-independent R6 libraries
7275 # (-lICE), since we may need -lsocket or whatever for X linking.
7277 if test "$ISC" = yes; then
7278 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7279 else
7280 # Martyn Johnson says this is needed for Ultrix, if the X
7281 # libraries were built with DECnet support. And Karl Berry says
7282 # the Alpha needs dnet_stub (dnet does not exist).
7283 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7285 /* end confdefs.h. */
7287 /* Override any GCC internal prototype to avoid an error.
7288 Use char because int might match the return type of a GCC
7289 builtin and then its argument prototype would still apply. */
7290 #ifdef __cplusplus
7291 extern "C"
7292 #endif
7293 char XOpenDisplay ();
7295 main ()
7297 return XOpenDisplay ();
7299 return 0;
7301 _ACEOF
7302 if ac_fn_c_try_link "$LINENO"; then :
7304 else
7305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7306 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7307 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7308 $as_echo_n "(cached) " >&6
7309 else
7310 ac_check_lib_save_LIBS=$LIBS
7311 LIBS="-ldnet $LIBS"
7312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7313 /* end confdefs.h. */
7315 /* Override any GCC internal prototype to avoid an error.
7316 Use char because int might match the return type of a GCC
7317 builtin and then its argument prototype would still apply. */
7318 #ifdef __cplusplus
7319 extern "C"
7320 #endif
7321 char dnet_ntoa ();
7323 main ()
7325 return dnet_ntoa ();
7327 return 0;
7329 _ACEOF
7330 if ac_fn_c_try_link "$LINENO"; then :
7331 ac_cv_lib_dnet_dnet_ntoa=yes
7332 else
7333 ac_cv_lib_dnet_dnet_ntoa=no
7335 rm -f core conftest.err conftest.$ac_objext \
7336 conftest$ac_exeext conftest.$ac_ext
7337 LIBS=$ac_check_lib_save_LIBS
7339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7340 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7341 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7342 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7345 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7347 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7348 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7349 $as_echo_n "(cached) " >&6
7350 else
7351 ac_check_lib_save_LIBS=$LIBS
7352 LIBS="-ldnet_stub $LIBS"
7353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7354 /* end confdefs.h. */
7356 /* Override any GCC internal prototype to avoid an error.
7357 Use char because int might match the return type of a GCC
7358 builtin and then its argument prototype would still apply. */
7359 #ifdef __cplusplus
7360 extern "C"
7361 #endif
7362 char dnet_ntoa ();
7364 main ()
7366 return dnet_ntoa ();
7368 return 0;
7370 _ACEOF
7371 if ac_fn_c_try_link "$LINENO"; then :
7372 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7373 else
7374 ac_cv_lib_dnet_stub_dnet_ntoa=no
7376 rm -f core conftest.err conftest.$ac_objext \
7377 conftest$ac_exeext conftest.$ac_ext
7378 LIBS=$ac_check_lib_save_LIBS
7380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7381 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7382 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7383 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7388 rm -f core conftest.err conftest.$ac_objext \
7389 conftest$ac_exeext conftest.$ac_ext
7390 LIBS="$ac_xsave_LIBS"
7392 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7393 # to get the SysV transport functions.
7394 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7395 # needs -lnsl.
7396 # The nsl library prevents programs from opening the X display
7397 # on Irix 5.2, according to T.E. Dickey.
7398 # The functions gethostbyname, getservbyname, and inet_addr are
7399 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7400 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7401 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7405 if test $ac_cv_func_gethostbyname = no; then
7406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7407 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7408 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7409 $as_echo_n "(cached) " >&6
7410 else
7411 ac_check_lib_save_LIBS=$LIBS
7412 LIBS="-lnsl $LIBS"
7413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7414 /* end confdefs.h. */
7416 /* Override any GCC internal prototype to avoid an error.
7417 Use char because int might match the return type of a GCC
7418 builtin and then its argument prototype would still apply. */
7419 #ifdef __cplusplus
7420 extern "C"
7421 #endif
7422 char gethostbyname ();
7424 main ()
7426 return gethostbyname ();
7428 return 0;
7430 _ACEOF
7431 if ac_fn_c_try_link "$LINENO"; then :
7432 ac_cv_lib_nsl_gethostbyname=yes
7433 else
7434 ac_cv_lib_nsl_gethostbyname=no
7436 rm -f core conftest.err conftest.$ac_objext \
7437 conftest$ac_exeext conftest.$ac_ext
7438 LIBS=$ac_check_lib_save_LIBS
7440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7441 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7442 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7443 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7446 if test $ac_cv_lib_nsl_gethostbyname = no; then
7447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7448 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7449 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7450 $as_echo_n "(cached) " >&6
7451 else
7452 ac_check_lib_save_LIBS=$LIBS
7453 LIBS="-lbsd $LIBS"
7454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7455 /* end confdefs.h. */
7457 /* Override any GCC internal prototype to avoid an error.
7458 Use char because int might match the return type of a GCC
7459 builtin and then its argument prototype would still apply. */
7460 #ifdef __cplusplus
7461 extern "C"
7462 #endif
7463 char gethostbyname ();
7465 main ()
7467 return gethostbyname ();
7469 return 0;
7471 _ACEOF
7472 if ac_fn_c_try_link "$LINENO"; then :
7473 ac_cv_lib_bsd_gethostbyname=yes
7474 else
7475 ac_cv_lib_bsd_gethostbyname=no
7477 rm -f core conftest.err conftest.$ac_objext \
7478 conftest$ac_exeext conftest.$ac_ext
7479 LIBS=$ac_check_lib_save_LIBS
7481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7482 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7483 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7484 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7490 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7491 # socket/setsockopt and other routines are undefined under SCO ODT
7492 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7493 # on later versions), says Simon Leinen: it contains gethostby*
7494 # variants that don't use the name server (or something). -lsocket
7495 # must be given before -lnsl if both are needed. We assume that
7496 # if connect needs -lnsl, so does gethostbyname.
7497 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7498 if test "x$ac_cv_func_connect" = x""yes; then :
7502 if test $ac_cv_func_connect = no; then
7503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7504 $as_echo_n "checking for connect in -lsocket... " >&6; }
7505 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7506 $as_echo_n "(cached) " >&6
7507 else
7508 ac_check_lib_save_LIBS=$LIBS
7509 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7511 /* end confdefs.h. */
7513 /* Override any GCC internal prototype to avoid an error.
7514 Use char because int might match the return type of a GCC
7515 builtin and then its argument prototype would still apply. */
7516 #ifdef __cplusplus
7517 extern "C"
7518 #endif
7519 char connect ();
7521 main ()
7523 return connect ();
7525 return 0;
7527 _ACEOF
7528 if ac_fn_c_try_link "$LINENO"; then :
7529 ac_cv_lib_socket_connect=yes
7530 else
7531 ac_cv_lib_socket_connect=no
7533 rm -f core conftest.err conftest.$ac_objext \
7534 conftest$ac_exeext conftest.$ac_ext
7535 LIBS=$ac_check_lib_save_LIBS
7537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7538 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7539 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7540 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7545 # Guillermo Gomez says -lposix is necessary on A/UX.
7546 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7547 if test "x$ac_cv_func_remove" = x""yes; then :
7551 if test $ac_cv_func_remove = no; then
7552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7553 $as_echo_n "checking for remove in -lposix... " >&6; }
7554 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7555 $as_echo_n "(cached) " >&6
7556 else
7557 ac_check_lib_save_LIBS=$LIBS
7558 LIBS="-lposix $LIBS"
7559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7560 /* end confdefs.h. */
7562 /* Override any GCC internal prototype to avoid an error.
7563 Use char because int might match the return type of a GCC
7564 builtin and then its argument prototype would still apply. */
7565 #ifdef __cplusplus
7566 extern "C"
7567 #endif
7568 char remove ();
7570 main ()
7572 return remove ();
7574 return 0;
7576 _ACEOF
7577 if ac_fn_c_try_link "$LINENO"; then :
7578 ac_cv_lib_posix_remove=yes
7579 else
7580 ac_cv_lib_posix_remove=no
7582 rm -f core conftest.err conftest.$ac_objext \
7583 conftest$ac_exeext conftest.$ac_ext
7584 LIBS=$ac_check_lib_save_LIBS
7586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7587 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7588 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7589 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7594 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7595 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7596 if test "x$ac_cv_func_shmat" = x""yes; then :
7600 if test $ac_cv_func_shmat = no; then
7601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7602 $as_echo_n "checking for shmat in -lipc... " >&6; }
7603 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7604 $as_echo_n "(cached) " >&6
7605 else
7606 ac_check_lib_save_LIBS=$LIBS
7607 LIBS="-lipc $LIBS"
7608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7609 /* end confdefs.h. */
7611 /* Override any GCC internal prototype to avoid an error.
7612 Use char because int might match the return type of a GCC
7613 builtin and then its argument prototype would still apply. */
7614 #ifdef __cplusplus
7615 extern "C"
7616 #endif
7617 char shmat ();
7619 main ()
7621 return shmat ();
7623 return 0;
7625 _ACEOF
7626 if ac_fn_c_try_link "$LINENO"; then :
7627 ac_cv_lib_ipc_shmat=yes
7628 else
7629 ac_cv_lib_ipc_shmat=no
7631 rm -f core conftest.err conftest.$ac_objext \
7632 conftest$ac_exeext conftest.$ac_ext
7633 LIBS=$ac_check_lib_save_LIBS
7635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7636 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7637 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7638 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7644 # Check for libraries that X11R6 Xt/Xaw programs need.
7645 ac_save_LDFLAGS=$LDFLAGS
7646 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7647 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7648 # check for ICE first), but we must link in the order -lSM -lICE or
7649 # we get undefined symbols. So assume we have SM if we have ICE.
7650 # These have to be linked with before -lX11, unlike the other
7651 # libraries we check for below, so use a different variable.
7652 # John Interrante, Karl Berry
7653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7654 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7655 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7656 $as_echo_n "(cached) " >&6
7657 else
7658 ac_check_lib_save_LIBS=$LIBS
7659 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7661 /* end confdefs.h. */
7663 /* Override any GCC internal prototype to avoid an error.
7664 Use char because int might match the return type of a GCC
7665 builtin and then its argument prototype would still apply. */
7666 #ifdef __cplusplus
7667 extern "C"
7668 #endif
7669 char IceConnectionNumber ();
7671 main ()
7673 return IceConnectionNumber ();
7675 return 0;
7677 _ACEOF
7678 if ac_fn_c_try_link "$LINENO"; then :
7679 ac_cv_lib_ICE_IceConnectionNumber=yes
7680 else
7681 ac_cv_lib_ICE_IceConnectionNumber=no
7683 rm -f core conftest.err conftest.$ac_objext \
7684 conftest$ac_exeext conftest.$ac_ext
7685 LIBS=$ac_check_lib_save_LIBS
7687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7688 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7689 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7690 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7693 LDFLAGS=$ac_save_LDFLAGS
7698 if test "$have_x" = "yes"
7699 then
7700 XLIB="-lX11"
7701 ac_save_CPPFLAGS="$CPPFLAGS"
7702 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7705 $as_echo_n "checking for -lX11... " >&6; }
7706 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7707 $as_echo_n "(cached) " >&6
7708 else
7709 ac_check_soname_save_LIBS=$LIBS
7710 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7711 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7712 /* end confdefs.h. */
7714 /* Override any GCC internal prototype to avoid an error.
7715 Use char because int might match the return type of a GCC
7716 builtin and then its argument prototype would still apply. */
7717 #ifdef __cplusplus
7718 extern "C"
7719 #endif
7720 char XCreateWindow ();
7722 main ()
7724 return XCreateWindow ();
7726 return 0;
7728 _ACEOF
7729 if ac_fn_c_try_link "$LINENO"; then :
7730 case "$LIBEXT" in
7731 dll) ;;
7732 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'` ;;
7733 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7734 esac
7736 rm -f core conftest.err conftest.$ac_objext \
7737 conftest$ac_exeext conftest.$ac_ext
7738 LIBS=$ac_check_soname_save_LIBS
7740 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7742 $as_echo "not found" >&6; }
7744 else
7745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7746 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7748 cat >>confdefs.h <<_ACEOF
7749 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7750 _ACEOF
7754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7755 $as_echo_n "checking for -lXext... " >&6; }
7756 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7757 $as_echo_n "(cached) " >&6
7758 else
7759 ac_check_soname_save_LIBS=$LIBS
7760 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7761 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7762 /* end confdefs.h. */
7764 /* Override any GCC internal prototype to avoid an error.
7765 Use char because int might match the return type of a GCC
7766 builtin and then its argument prototype would still apply. */
7767 #ifdef __cplusplus
7768 extern "C"
7769 #endif
7770 char XextCreateExtension ();
7772 main ()
7774 return XextCreateExtension ();
7776 return 0;
7778 _ACEOF
7779 if ac_fn_c_try_link "$LINENO"; then :
7780 case "$LIBEXT" in
7781 dll) ;;
7782 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'` ;;
7783 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7784 esac
7786 rm -f core conftest.err conftest.$ac_objext \
7787 conftest$ac_exeext conftest.$ac_ext
7788 LIBS=$ac_check_soname_save_LIBS
7790 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7792 $as_echo "not found" >&6; }
7794 else
7795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7796 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7798 cat >>confdefs.h <<_ACEOF
7799 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7800 _ACEOF
7802 XLIB="-lXext $XLIB"
7805 for ac_header in X11/Xlib.h \
7806 X11/XKBlib.h \
7807 X11/Xutil.h \
7808 X11/Xcursor/Xcursor.h \
7809 X11/extensions/shape.h \
7810 X11/extensions/XInput.h \
7811 X11/extensions/XShm.h \
7812 X11/extensions/Xcomposite.h \
7813 X11/extensions/Xinerama.h \
7814 X11/extensions/Xrandr.h \
7815 X11/extensions/Xrender.h \
7816 X11/extensions/xf86vmode.h \
7817 X11/extensions/xf86vmproto.h
7818 do :
7819 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7820 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7821 # include <X11/Xlib.h>
7822 #endif
7823 #ifdef HAVE_X11_XUTIL_H
7824 # include <X11/Xutil.h>
7825 #endif
7827 eval as_val=\$$as_ac_Header
7828 if test "x$as_val" = x""yes; then :
7829 cat >>confdefs.h <<_ACEOF
7830 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7831 _ACEOF
7835 done
7838 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7839 then
7840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7841 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7842 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7843 $as_echo_n "(cached) " >&6
7844 else
7845 ac_check_lib_save_LIBS=$LIBS
7846 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7848 /* end confdefs.h. */
7850 /* Override any GCC internal prototype to avoid an error.
7851 Use char because int might match the return type of a GCC
7852 builtin and then its argument prototype would still apply. */
7853 #ifdef __cplusplus
7854 extern "C"
7855 #endif
7856 char XkbQueryExtension ();
7858 main ()
7860 return XkbQueryExtension ();
7862 return 0;
7864 _ACEOF
7865 if ac_fn_c_try_link "$LINENO"; then :
7866 ac_cv_lib_X11_XkbQueryExtension=yes
7867 else
7868 ac_cv_lib_X11_XkbQueryExtension=no
7870 rm -f core conftest.err conftest.$ac_objext \
7871 conftest$ac_exeext conftest.$ac_ext
7872 LIBS=$ac_check_lib_save_LIBS
7874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7875 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7876 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7878 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7884 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7885 then
7886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7887 $as_echo_n "checking for -lXcursor... " >&6; }
7888 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7889 $as_echo_n "(cached) " >&6
7890 else
7891 ac_check_soname_save_LIBS=$LIBS
7892 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7894 /* end confdefs.h. */
7896 /* Override any GCC internal prototype to avoid an error.
7897 Use char because int might match the return type of a GCC
7898 builtin and then its argument prototype would still apply. */
7899 #ifdef __cplusplus
7900 extern "C"
7901 #endif
7902 char XcursorImageLoadCursor ();
7904 main ()
7906 return XcursorImageLoadCursor ();
7908 return 0;
7910 _ACEOF
7911 if ac_fn_c_try_link "$LINENO"; then :
7912 case "$LIBEXT" in
7913 dll) ;;
7914 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'` ;;
7915 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7916 esac
7918 rm -f core conftest.err conftest.$ac_objext \
7919 conftest$ac_exeext conftest.$ac_ext
7920 LIBS=$ac_check_soname_save_LIBS
7922 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7924 $as_echo "not found" >&6; }
7926 else
7927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7928 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7930 cat >>confdefs.h <<_ACEOF
7931 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7932 _ACEOF
7937 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7938 case "x$with_xcursor" in
7939 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7940 xno) ;;
7941 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7942 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7943 esac
7946 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7947 then
7948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7949 $as_echo_n "checking for -lXi... " >&6; }
7950 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7951 $as_echo_n "(cached) " >&6
7952 else
7953 ac_check_soname_save_LIBS=$LIBS
7954 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7956 /* end confdefs.h. */
7958 /* Override any GCC internal prototype to avoid an error.
7959 Use char because int might match the return type of a GCC
7960 builtin and then its argument prototype would still apply. */
7961 #ifdef __cplusplus
7962 extern "C"
7963 #endif
7964 char XOpenDevice ();
7966 main ()
7968 return XOpenDevice ();
7970 return 0;
7972 _ACEOF
7973 if ac_fn_c_try_link "$LINENO"; then :
7974 case "$LIBEXT" in
7975 dll) ;;
7976 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'` ;;
7977 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7978 esac
7980 rm -f core conftest.err conftest.$ac_objext \
7981 conftest$ac_exeext conftest.$ac_ext
7982 LIBS=$ac_check_soname_save_LIBS
7984 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7986 $as_echo "not found" >&6; }
7988 else
7989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
7990 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
7992 cat >>confdefs.h <<_ACEOF
7993 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
7994 _ACEOF
7999 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8000 case "x$with_xinput" in
8001 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8002 xno) ;;
8003 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8004 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8005 esac
8008 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8009 then
8010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8011 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8012 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8013 $as_echo_n "(cached) " >&6
8014 else
8015 ac_check_lib_save_LIBS=$LIBS
8016 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8018 /* end confdefs.h. */
8020 /* Override any GCC internal prototype to avoid an error.
8021 Use char because int might match the return type of a GCC
8022 builtin and then its argument prototype would still apply. */
8023 #ifdef __cplusplus
8024 extern "C"
8025 #endif
8026 char XShmQueryExtension ();
8028 main ()
8030 return XShmQueryExtension ();
8032 return 0;
8034 _ACEOF
8035 if ac_fn_c_try_link "$LINENO"; then :
8036 ac_cv_lib_Xext_XShmQueryExtension=yes
8037 else
8038 ac_cv_lib_Xext_XShmQueryExtension=no
8040 rm -f core conftest.err conftest.$ac_objext \
8041 conftest$ac_exeext conftest.$ac_ext
8042 LIBS=$ac_check_lib_save_LIBS
8044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8045 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8046 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8048 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8053 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8054 case "x$with_xshm" in
8055 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8056 xno) ;;
8057 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8058 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8059 esac
8062 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8063 then
8064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8065 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8066 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8067 $as_echo_n "(cached) " >&6
8068 else
8069 ac_check_lib_save_LIBS=$LIBS
8070 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8072 /* end confdefs.h. */
8074 /* Override any GCC internal prototype to avoid an error.
8075 Use char because int might match the return type of a GCC
8076 builtin and then its argument prototype would still apply. */
8077 #ifdef __cplusplus
8078 extern "C"
8079 #endif
8080 char XShapeQueryExtension ();
8082 main ()
8084 return XShapeQueryExtension ();
8086 return 0;
8088 _ACEOF
8089 if ac_fn_c_try_link "$LINENO"; then :
8090 ac_cv_lib_Xext_XShapeQueryExtension=yes
8091 else
8092 ac_cv_lib_Xext_XShapeQueryExtension=no
8094 rm -f core conftest.err conftest.$ac_objext \
8095 conftest$ac_exeext conftest.$ac_ext
8096 LIBS=$ac_check_lib_save_LIBS
8098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8099 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8100 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8102 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8107 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8108 case "x$with_xshape" in
8109 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8110 xno) ;;
8111 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8112 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8113 esac
8116 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8117 then
8118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8119 $as_echo_n "checking for -lXxf86vm... " >&6; }
8120 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8121 $as_echo_n "(cached) " >&6
8122 else
8123 ac_check_soname_save_LIBS=$LIBS
8124 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8126 /* end confdefs.h. */
8128 /* Override any GCC internal prototype to avoid an error.
8129 Use char because int might match the return type of a GCC
8130 builtin and then its argument prototype would still apply. */
8131 #ifdef __cplusplus
8132 extern "C"
8133 #endif
8134 char XF86VidModeQueryExtension ();
8136 main ()
8138 return XF86VidModeQueryExtension ();
8140 return 0;
8142 _ACEOF
8143 if ac_fn_c_try_link "$LINENO"; then :
8144 case "$LIBEXT" in
8145 dll) ;;
8146 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'` ;;
8147 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8148 esac
8150 rm -f core conftest.err conftest.$ac_objext \
8151 conftest$ac_exeext conftest.$ac_ext
8152 LIBS=$ac_check_soname_save_LIBS
8154 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8156 $as_echo "not found" >&6; }
8158 else
8159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8160 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8162 cat >>confdefs.h <<_ACEOF
8163 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8164 _ACEOF
8169 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8170 case "x$with_xxf86vm" in
8171 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8172 xno) ;;
8173 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8174 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8175 esac
8178 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"
8179 then
8180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8181 $as_echo_n "checking for -lXrender... " >&6; }
8182 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8183 $as_echo_n "(cached) " >&6
8184 else
8185 ac_check_soname_save_LIBS=$LIBS
8186 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8187 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8188 /* end confdefs.h. */
8190 /* Override any GCC internal prototype to avoid an error.
8191 Use char because int might match the return type of a GCC
8192 builtin and then its argument prototype would still apply. */
8193 #ifdef __cplusplus
8194 extern "C"
8195 #endif
8196 char XRenderQueryExtension ();
8198 main ()
8200 return XRenderQueryExtension ();
8202 return 0;
8204 _ACEOF
8205 if ac_fn_c_try_link "$LINENO"; then :
8206 case "$LIBEXT" in
8207 dll) ;;
8208 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'` ;;
8209 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8210 esac
8212 rm -f core conftest.err conftest.$ac_objext \
8213 conftest$ac_exeext conftest.$ac_ext
8214 LIBS=$ac_check_soname_save_LIBS
8216 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8218 $as_echo "not found" >&6; }
8220 else
8221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8222 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8224 cat >>confdefs.h <<_ACEOF
8225 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8226 _ACEOF
8228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8229 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8230 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8231 $as_echo_n "(cached) " >&6
8232 else
8233 ac_check_lib_save_LIBS=$LIBS
8234 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8236 /* end confdefs.h. */
8238 /* Override any GCC internal prototype to avoid an error.
8239 Use char because int might match the return type of a GCC
8240 builtin and then its argument prototype would still apply. */
8241 #ifdef __cplusplus
8242 extern "C"
8243 #endif
8244 char XRenderSetPictureTransform ();
8246 main ()
8248 return XRenderSetPictureTransform ();
8250 return 0;
8252 _ACEOF
8253 if ac_fn_c_try_link "$LINENO"; then :
8254 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8255 else
8256 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8258 rm -f core conftest.err conftest.$ac_objext \
8259 conftest$ac_exeext conftest.$ac_ext
8260 LIBS=$ac_check_lib_save_LIBS
8262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8263 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8264 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8266 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8273 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8274 case "x$with_xrender" in
8275 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8276 xno) ;;
8277 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8278 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8279 esac
8282 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8283 then
8284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8285 /* end confdefs.h. */
8286 #include <X11/Xlib.h>
8287 #include <X11/extensions/Xrandr.h>
8289 main ()
8291 static typeof(XRRSetScreenConfigAndRate) * func;
8293 return 0;
8295 _ACEOF
8296 if ac_fn_c_try_compile "$LINENO"; then :
8297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8298 $as_echo_n "checking for -lXrandr... " >&6; }
8299 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8300 $as_echo_n "(cached) " >&6
8301 else
8302 ac_check_soname_save_LIBS=$LIBS
8303 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8305 /* end confdefs.h. */
8307 /* Override any GCC internal prototype to avoid an error.
8308 Use char because int might match the return type of a GCC
8309 builtin and then its argument prototype would still apply. */
8310 #ifdef __cplusplus
8311 extern "C"
8312 #endif
8313 char XRRQueryExtension ();
8315 main ()
8317 return XRRQueryExtension ();
8319 return 0;
8321 _ACEOF
8322 if ac_fn_c_try_link "$LINENO"; then :
8323 case "$LIBEXT" in
8324 dll) ;;
8325 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'` ;;
8326 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8327 esac
8329 rm -f core conftest.err conftest.$ac_objext \
8330 conftest$ac_exeext conftest.$ac_ext
8331 LIBS=$ac_check_soname_save_LIBS
8333 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8335 $as_echo "not found" >&6; }
8337 else
8338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8339 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8341 cat >>confdefs.h <<_ACEOF
8342 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8343 _ACEOF
8348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8350 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8351 case "x$with_xrandr" in
8352 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8353 xno) ;;
8354 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8355 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8356 esac
8359 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8360 then
8361 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8362 /* end confdefs.h. */
8363 #include <X11/Xlib.h>
8364 #include <X11/extensions/Xinerama.h>
8366 main ()
8368 static typeof(XineramaQueryScreens) * func;
8370 return 0;
8372 _ACEOF
8373 if ac_fn_c_try_compile "$LINENO"; then :
8374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8375 $as_echo_n "checking for -lXinerama... " >&6; }
8376 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8377 $as_echo_n "(cached) " >&6
8378 else
8379 ac_check_soname_save_LIBS=$LIBS
8380 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8382 /* end confdefs.h. */
8384 /* Override any GCC internal prototype to avoid an error.
8385 Use char because int might match the return type of a GCC
8386 builtin and then its argument prototype would still apply. */
8387 #ifdef __cplusplus
8388 extern "C"
8389 #endif
8390 char XineramaQueryScreens ();
8392 main ()
8394 return XineramaQueryScreens ();
8396 return 0;
8398 _ACEOF
8399 if ac_fn_c_try_link "$LINENO"; then :
8400 case "$LIBEXT" in
8401 dll) ;;
8402 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'` ;;
8403 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8404 esac
8406 rm -f core conftest.err conftest.$ac_objext \
8407 conftest$ac_exeext conftest.$ac_ext
8408 LIBS=$ac_check_soname_save_LIBS
8410 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8412 $as_echo "not found" >&6; }
8414 else
8415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8416 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8418 cat >>confdefs.h <<_ACEOF
8419 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8420 _ACEOF
8425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8427 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8428 case "x$with_xinerama" in
8429 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8430 xno) ;;
8431 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8432 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8433 esac
8436 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8437 then
8438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8439 $as_echo_n "checking for -lXcomposite... " >&6; }
8440 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8441 $as_echo_n "(cached) " >&6
8442 else
8443 ac_check_soname_save_LIBS=$LIBS
8444 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8446 /* end confdefs.h. */
8448 /* Override any GCC internal prototype to avoid an error.
8449 Use char because int might match the return type of a GCC
8450 builtin and then its argument prototype would still apply. */
8451 #ifdef __cplusplus
8452 extern "C"
8453 #endif
8454 char XCompositeRedirectWindow ();
8456 main ()
8458 return XCompositeRedirectWindow ();
8460 return 0;
8462 _ACEOF
8463 if ac_fn_c_try_link "$LINENO"; then :
8464 case "$LIBEXT" in
8465 dll) ;;
8466 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'` ;;
8467 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8468 esac
8470 rm -f core conftest.err conftest.$ac_objext \
8471 conftest$ac_exeext conftest.$ac_ext
8472 LIBS=$ac_check_soname_save_LIBS
8474 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8476 $as_echo "not found" >&6; }
8478 else
8479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8480 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8482 cat >>confdefs.h <<_ACEOF
8483 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8484 _ACEOF
8489 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8490 case "x$with_xcomposite" in
8491 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8492 xno) ;;
8493 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8494 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8495 esac
8498 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8499 #include <X11/Xlib.h>
8500 #endif
8502 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8504 cat >>confdefs.h <<_ACEOF
8505 #define HAVE_XICCALLBACK_CALLBACK 1
8506 _ACEOF
8513 opengl_msg=""
8514 if test "x$with_opengl" != "xno"
8515 then
8516 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8517 do :
8518 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8519 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8520 # include <GL/glx.h>
8521 #endif
8523 eval as_val=\$$as_ac_Header
8524 if test "x$as_val" = x""yes; then :
8525 cat >>confdefs.h <<_ACEOF
8526 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8527 _ACEOF
8531 done
8533 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8534 then
8535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8536 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8537 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8538 $as_echo_n "(cached) " >&6
8539 else
8540 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8541 /* end confdefs.h. */
8542 #include <GL/gl.h>
8544 main ()
8546 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8548 return 0;
8550 _ACEOF
8551 if ac_fn_c_try_compile "$LINENO"; then :
8552 wine_cv_opengl_header_version_OK="yes"
8553 else
8554 wine_cv_opengl_header_version_OK="no"
8556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8559 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8561 if test "$wine_cv_opengl_header_version_OK" = "yes"
8562 then
8563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8564 $as_echo_n "checking for -lGL... " >&6; }
8565 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8566 $as_echo_n "(cached) " >&6
8567 else
8568 ac_check_soname_save_LIBS=$LIBS
8569 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8571 /* end confdefs.h. */
8573 /* Override any GCC internal prototype to avoid an error.
8574 Use char because int might match the return type of a GCC
8575 builtin and then its argument prototype would still apply. */
8576 #ifdef __cplusplus
8577 extern "C"
8578 #endif
8579 char glXCreateContext ();
8581 main ()
8583 return glXCreateContext ();
8585 return 0;
8587 _ACEOF
8588 if ac_fn_c_try_link "$LINENO"; then :
8589 case "$LIBEXT" in
8590 dll) ;;
8591 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'` ;;
8592 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8593 esac
8595 rm -f core conftest.err conftest.$ac_objext \
8596 conftest$ac_exeext conftest.$ac_ext
8597 LIBS=$ac_check_soname_save_LIBS
8599 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8601 $as_echo "not found" >&6; }
8602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8603 $as_echo_n "checking for -lGL... " >&6; }
8604 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8605 $as_echo_n "(cached) " >&6
8606 else
8607 ac_check_soname_save_LIBS=$LIBS
8608 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"
8609 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8610 /* end confdefs.h. */
8612 /* Override any GCC internal prototype to avoid an error.
8613 Use char because int might match the return type of a GCC
8614 builtin and then its argument prototype would still apply. */
8615 #ifdef __cplusplus
8616 extern "C"
8617 #endif
8618 char glXCreateContext ();
8620 main ()
8622 return glXCreateContext ();
8624 return 0;
8626 _ACEOF
8627 if ac_fn_c_try_link "$LINENO"; then :
8628 case "$LIBEXT" in
8629 dll) ;;
8630 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'` ;;
8631 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8632 esac
8634 rm -f core conftest.err conftest.$ac_objext \
8635 conftest$ac_exeext conftest.$ac_ext
8636 LIBS=$ac_check_soname_save_LIBS
8638 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8640 $as_echo "not found" >&6; }
8641 if test -f /usr/X11R6/lib/libGL.a
8642 then
8643 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8644 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8645 else
8646 opengl_msg="No OpenGL library found on this system."
8648 else
8649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8650 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8652 cat >>confdefs.h <<_ACEOF
8653 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8654 _ACEOF
8656 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"
8658 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8661 else
8662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8663 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8665 cat >>confdefs.h <<_ACEOF
8666 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8667 _ACEOF
8669 OPENGL_LIBS="-lGL"
8671 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8674 if test "$ac_cv_header_GL_glu_h" = "yes"
8675 then
8676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8677 $as_echo_n "checking for -lGLU... " >&6; }
8678 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8679 $as_echo_n "(cached) " >&6
8680 else
8681 ac_check_soname_save_LIBS=$LIBS
8682 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8684 /* end confdefs.h. */
8686 /* Override any GCC internal prototype to avoid an error.
8687 Use char because int might match the return type of a GCC
8688 builtin and then its argument prototype would still apply. */
8689 #ifdef __cplusplus
8690 extern "C"
8691 #endif
8692 char gluLookAt ();
8694 main ()
8696 return gluLookAt ();
8698 return 0;
8700 _ACEOF
8701 if ac_fn_c_try_link "$LINENO"; then :
8702 case "$LIBEXT" in
8703 dll) ;;
8704 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'` ;;
8705 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8706 esac
8708 rm -f core conftest.err conftest.$ac_objext \
8709 conftest$ac_exeext conftest.$ac_ext
8710 LIBS=$ac_check_soname_save_LIBS
8712 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8714 $as_echo "not found" >&6; }
8716 else
8717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8718 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8720 cat >>confdefs.h <<_ACEOF
8721 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8722 _ACEOF
8727 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8728 case "x$with_glu" in
8729 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8730 xno) ;;
8731 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8732 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8733 esac
8735 else
8736 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8738 else
8739 opengl_msg="OpenGL development headers not found."
8741 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8742 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8743 else
8744 enable_opengl32=${enable_opengl32:-no}
8745 enable_glu32=${enable_glu32:-no}
8747 if test -n "$opengl_msg"; then :
8748 case "x$with_opengl" in
8749 x) wine_warnings="$wine_warnings|$opengl_msg
8750 OpenGL and Direct3D won't be supported." ;;
8751 xno) ;;
8752 *) as_fn_error "$opengl_msg
8753 OpenGL and Direct3D won't be supported.
8754 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8755 esac
8758 NASLIBS=""
8760 for ac_header in audio/audiolib.h
8761 do :
8762 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8763 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8764 cat >>confdefs.h <<_ACEOF
8765 #define HAVE_AUDIO_AUDIOLIB_H 1
8766 _ACEOF
8767 for ac_header in audio/soundlib.h
8768 do :
8769 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8771 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8772 cat >>confdefs.h <<_ACEOF
8773 #define HAVE_AUDIO_SOUNDLIB_H 1
8774 _ACEOF
8778 done
8780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8781 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8782 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8783 $as_echo_n "(cached) " >&6
8784 else
8785 ac_check_lib_save_LIBS=$LIBS
8786 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8788 /* end confdefs.h. */
8790 /* Override any GCC internal prototype to avoid an error.
8791 Use char because int might match the return type of a GCC
8792 builtin and then its argument prototype would still apply. */
8793 #ifdef __cplusplus
8794 extern "C"
8795 #endif
8796 char AuCreateFlow ();
8798 main ()
8800 return AuCreateFlow ();
8802 return 0;
8804 _ACEOF
8805 if ac_fn_c_try_link "$LINENO"; then :
8806 ac_cv_lib_audio_AuCreateFlow=yes
8807 else
8808 ac_cv_lib_audio_AuCreateFlow=no
8810 rm -f core conftest.err conftest.$ac_objext \
8811 conftest$ac_exeext conftest.$ac_ext
8812 LIBS=$ac_check_lib_save_LIBS
8814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8815 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8816 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8818 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8821 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8822 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8823 $as_echo_n "(cached) " >&6
8824 else
8825 ac_check_lib_save_LIBS=$LIBS
8826 LIBS="-lXau $X_LIBS $LIBS"
8827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8828 /* end confdefs.h. */
8830 /* Override any GCC internal prototype to avoid an error.
8831 Use char because int might match the return type of a GCC
8832 builtin and then its argument prototype would still apply. */
8833 #ifdef __cplusplus
8834 extern "C"
8835 #endif
8836 char XauGetBestAuthByAddr ();
8838 main ()
8840 return XauGetBestAuthByAddr ();
8842 return 0;
8844 _ACEOF
8845 if ac_fn_c_try_link "$LINENO"; then :
8846 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8847 else
8848 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8850 rm -f core conftest.err conftest.$ac_objext \
8851 conftest$ac_exeext conftest.$ac_ext
8852 LIBS=$ac_check_lib_save_LIBS
8854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8855 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8856 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8857 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8858 else
8859 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8867 done
8870 CPPFLAGS="$ac_save_CPPFLAGS"
8871 else
8872 XLIB=""
8873 X_CFLAGS=""
8874 X_LIBS=""
8875 enable_winex11_drv=${enable_winex11_drv:-no}
8876 enable_opengl32=${enable_opengl32:-no}
8877 enable_glu32=${enable_glu32:-no}
8879 if test "x$XLIB" = "x"; then :
8880 case "x$with_x" in
8881 xno) ;;
8882 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
8883 without X support, which probably isn't what you want. You will need to install
8884 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8885 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8886 esac
8890 XML2LIBS=""
8892 XML2INCL=""
8894 XSLTINCL=""
8896 if test "x$with_xml" != "xno"
8897 then
8898 ac_save_CPPFLAGS="$CPPFLAGS"
8899 if test "$PKG_CONFIG" != "false"
8900 then
8901 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8902 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8903 else
8904 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8905 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
8907 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8908 for ac_header in libxml/parser.h
8909 do :
8910 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8911 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8912 cat >>confdefs.h <<_ACEOF
8913 #define HAVE_LIBXML_PARSER_H 1
8914 _ACEOF
8915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8916 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8917 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8918 $as_echo_n "(cached) " >&6
8919 else
8920 ac_check_lib_save_LIBS=$LIBS
8921 LIBS="-lxml2 $ac_xml_libs $LIBS"
8922 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8923 /* end confdefs.h. */
8925 /* Override any GCC internal prototype to avoid an error.
8926 Use char because int might match the return type of a GCC
8927 builtin and then its argument prototype would still apply. */
8928 #ifdef __cplusplus
8929 extern "C"
8930 #endif
8931 char xmlParseMemory ();
8933 main ()
8935 return xmlParseMemory ();
8937 return 0;
8939 _ACEOF
8940 if ac_fn_c_try_link "$LINENO"; then :
8941 ac_cv_lib_xml2_xmlParseMemory=yes
8942 else
8943 ac_cv_lib_xml2_xmlParseMemory=no
8945 rm -f core conftest.err conftest.$ac_objext \
8946 conftest$ac_exeext conftest.$ac_ext
8947 LIBS=$ac_check_lib_save_LIBS
8949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8950 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8951 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8953 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8955 XML2LIBS="$ac_xml_libs"
8956 XML2INCL="$ac_xml_cflags"
8959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8960 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8961 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8962 $as_echo_n "(cached) " >&6
8963 else
8964 ac_check_lib_save_LIBS=$LIBS
8965 LIBS="-lxml2 $ac_xml_libs $LIBS"
8966 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8967 /* end confdefs.h. */
8969 /* Override any GCC internal prototype to avoid an error.
8970 Use char because int might match the return type of a GCC
8971 builtin and then its argument prototype would still apply. */
8972 #ifdef __cplusplus
8973 extern "C"
8974 #endif
8975 char xmlReadMemory ();
8977 main ()
8979 return xmlReadMemory ();
8981 return 0;
8983 _ACEOF
8984 if ac_fn_c_try_link "$LINENO"; then :
8985 ac_cv_lib_xml2_xmlReadMemory=yes
8986 else
8987 ac_cv_lib_xml2_xmlReadMemory=no
8989 rm -f core conftest.err conftest.$ac_objext \
8990 conftest$ac_exeext conftest.$ac_ext
8991 LIBS=$ac_check_lib_save_LIBS
8993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
8994 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
8995 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
8997 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9002 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9003 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9004 $as_echo_n "(cached) " >&6
9005 else
9006 ac_check_lib_save_LIBS=$LIBS
9007 LIBS="-lxml2 $ac_xml_libs $LIBS"
9008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9009 /* end confdefs.h. */
9011 /* Override any GCC internal prototype to avoid an error.
9012 Use char because int might match the return type of a GCC
9013 builtin and then its argument prototype would still apply. */
9014 #ifdef __cplusplus
9015 extern "C"
9016 #endif
9017 char xmlNewDocPI ();
9019 main ()
9021 return xmlNewDocPI ();
9023 return 0;
9025 _ACEOF
9026 if ac_fn_c_try_link "$LINENO"; then :
9027 ac_cv_lib_xml2_xmlNewDocPI=yes
9028 else
9029 ac_cv_lib_xml2_xmlNewDocPI=no
9031 rm -f core conftest.err conftest.$ac_objext \
9032 conftest$ac_exeext conftest.$ac_ext
9033 LIBS=$ac_check_lib_save_LIBS
9035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9036 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9037 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9039 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9046 done
9048 CPPFLAGS="$ac_save_CPPFLAGS"
9050 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9051 case "x$with_xml" in
9052 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9053 xno) ;;
9054 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9055 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9056 esac
9059 if test "x$with_xslt" != "xno"
9060 then
9061 if test "$PKG_CONFIG" != "false"
9062 then
9063 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9064 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9065 else
9066 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9067 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9069 ac_save_CPPFLAGS="$CPPFLAGS"
9070 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9071 for ac_header in libxslt/pattern.h libxslt/transform.h
9072 do :
9073 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9074 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9075 # include <libxslt/pattern.h>
9076 #endif
9078 eval as_val=\$$as_ac_Header
9079 if test "x$as_val" = x""yes; then :
9080 cat >>confdefs.h <<_ACEOF
9081 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9082 _ACEOF
9086 done
9088 CPPFLAGS="$ac_save_CPPFLAGS"
9089 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9090 then
9091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9092 $as_echo_n "checking for -lxslt... " >&6; }
9093 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9094 $as_echo_n "(cached) " >&6
9095 else
9096 ac_check_soname_save_LIBS=$LIBS
9097 LIBS="-lxslt $ac_xslt_libs $LIBS"
9098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9099 /* end confdefs.h. */
9101 /* Override any GCC internal prototype to avoid an error.
9102 Use char because int might match the return type of a GCC
9103 builtin and then its argument prototype would still apply. */
9104 #ifdef __cplusplus
9105 extern "C"
9106 #endif
9107 char xsltCompilePattern ();
9109 main ()
9111 return xsltCompilePattern ();
9113 return 0;
9115 _ACEOF
9116 if ac_fn_c_try_link "$LINENO"; then :
9117 case "$LIBEXT" in
9118 dll) ;;
9119 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'` ;;
9120 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9121 esac
9123 rm -f core conftest.err conftest.$ac_objext \
9124 conftest$ac_exeext conftest.$ac_ext
9125 LIBS=$ac_check_soname_save_LIBS
9127 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9129 $as_echo "not found" >&6; }
9131 else
9132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9133 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9135 cat >>confdefs.h <<_ACEOF
9136 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9137 _ACEOF
9139 XSLTINCL="$ac_xslt_cflags"
9143 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9144 case "x$with_xslt" in
9145 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9146 xno) ;;
9147 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9148 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9149 esac
9152 HALINCL=""
9154 if test "x$with_hal" != "xno"
9155 then
9156 ac_save_CPPFLAGS="$CPPFLAGS"
9157 if test "$PKG_CONFIG" != "false"
9158 then
9159 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9160 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9161 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9163 for ac_header in dbus/dbus.h hal/libhal.h
9164 do :
9165 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9166 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9167 eval as_val=\$$as_ac_Header
9168 if test "x$as_val" = x""yes; then :
9169 cat >>confdefs.h <<_ACEOF
9170 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9171 _ACEOF
9175 done
9177 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9178 then
9179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9180 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9181 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9182 $as_echo_n "(cached) " >&6
9183 else
9184 ac_check_lib_save_LIBS=$LIBS
9185 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9187 /* end confdefs.h. */
9189 /* Override any GCC internal prototype to avoid an error.
9190 Use char because int might match the return type of a GCC
9191 builtin and then its argument prototype would still apply. */
9192 #ifdef __cplusplus
9193 extern "C"
9194 #endif
9195 char dbus_connection_close ();
9197 main ()
9199 return dbus_connection_close ();
9201 return 0;
9203 _ACEOF
9204 if ac_fn_c_try_link "$LINENO"; then :
9205 ac_cv_lib_dbus_1_dbus_connection_close=yes
9206 else
9207 ac_cv_lib_dbus_1_dbus_connection_close=no
9209 rm -f core conftest.err conftest.$ac_objext \
9210 conftest$ac_exeext conftest.$ac_ext
9211 LIBS=$ac_check_lib_save_LIBS
9213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9214 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9215 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9217 $as_echo_n "checking for -lhal... " >&6; }
9218 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9219 $as_echo_n "(cached) " >&6
9220 else
9221 ac_check_soname_save_LIBS=$LIBS
9222 LIBS="-lhal $ac_hal_libs $LIBS"
9223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9224 /* end confdefs.h. */
9226 /* Override any GCC internal prototype to avoid an error.
9227 Use char because int might match the return type of a GCC
9228 builtin and then its argument prototype would still apply. */
9229 #ifdef __cplusplus
9230 extern "C"
9231 #endif
9232 char libhal_ctx_new ();
9234 main ()
9236 return libhal_ctx_new ();
9238 return 0;
9240 _ACEOF
9241 if ac_fn_c_try_link "$LINENO"; then :
9242 case "$LIBEXT" in
9243 dll) ;;
9244 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'` ;;
9245 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9246 esac
9248 rm -f core conftest.err conftest.$ac_objext \
9249 conftest$ac_exeext conftest.$ac_ext
9250 LIBS=$ac_check_soname_save_LIBS
9252 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9254 $as_echo "not found" >&6; }
9256 else
9257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9258 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9260 cat >>confdefs.h <<_ACEOF
9261 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9262 _ACEOF
9264 HALINCL="$ac_hal_cflags"
9269 CPPFLAGS="$ac_save_CPPFLAGS"
9271 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9272 case "x$with_hal" in
9273 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9274 xno) ;;
9275 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9276 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9277 esac
9280 if test "x$with_gnutls" != "xno"
9281 then
9282 ac_save_CPPFLAGS="$CPPFLAGS"
9283 if test "$PKG_CONFIG" != "false"
9284 then
9285 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9286 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9287 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9289 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9290 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9292 /* end confdefs.h. */
9293 #include <gnutls/gnutls.h>
9295 main ()
9297 typeof(gnutls_mac_get_key_size) *pfunc;
9299 return 0;
9301 _ACEOF
9302 if ac_fn_c_try_compile "$LINENO"; then :
9303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9304 $as_echo_n "checking for -lgnutls... " >&6; }
9305 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9306 $as_echo_n "(cached) " >&6
9307 else
9308 ac_check_soname_save_LIBS=$LIBS
9309 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9311 /* end confdefs.h. */
9313 /* Override any GCC internal prototype to avoid an error.
9314 Use char because int might match the return type of a GCC
9315 builtin and then its argument prototype would still apply. */
9316 #ifdef __cplusplus
9317 extern "C"
9318 #endif
9319 char gnutls_global_init ();
9321 main ()
9323 return gnutls_global_init ();
9325 return 0;
9327 _ACEOF
9328 if ac_fn_c_try_link "$LINENO"; then :
9329 case "$LIBEXT" in
9330 dll) ;;
9331 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'` ;;
9332 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9333 esac
9335 rm -f core conftest.err conftest.$ac_objext \
9336 conftest$ac_exeext conftest.$ac_ext
9337 LIBS=$ac_check_soname_save_LIBS
9339 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9341 $as_echo "not found" >&6; }
9343 else
9344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9345 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9347 cat >>confdefs.h <<_ACEOF
9348 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9349 _ACEOF
9351 GNUTLSINCL="$ac_gnutls_cflags"
9355 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9359 CPPFLAGS="$ac_save_CPPFLAGS"
9361 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9362 case "x$with_gnutls" in
9363 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9364 xno) ;;
9365 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9366 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9367 esac
9370 CURSESLIBS=""
9371 if test "$ac_cv_header_ncurses_h" = "yes"
9372 then
9373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9374 $as_echo_n "checking for -lncurses... " >&6; }
9375 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9376 $as_echo_n "(cached) " >&6
9377 else
9378 ac_check_soname_save_LIBS=$LIBS
9379 LIBS="-lncurses $LIBS"
9380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9381 /* end confdefs.h. */
9383 /* Override any GCC internal prototype to avoid an error.
9384 Use char because int might match the return type of a GCC
9385 builtin and then its argument prototype would still apply. */
9386 #ifdef __cplusplus
9387 extern "C"
9388 #endif
9389 char waddch ();
9391 main ()
9393 return waddch ();
9395 return 0;
9397 _ACEOF
9398 if ac_fn_c_try_link "$LINENO"; then :
9399 case "$LIBEXT" in
9400 dll) ;;
9401 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'` ;;
9402 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9403 esac
9405 rm -f core conftest.err conftest.$ac_objext \
9406 conftest$ac_exeext conftest.$ac_ext
9407 LIBS=$ac_check_soname_save_LIBS
9409 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9411 $as_echo "not found" >&6; }
9413 else
9414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9415 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9417 cat >>confdefs.h <<_ACEOF
9418 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9419 _ACEOF
9421 CURSESLIBS="-lncurses"
9423 elif test "$ac_cv_header_curses_h" = "yes"
9424 then
9425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9426 $as_echo_n "checking for -lcurses... " >&6; }
9427 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9428 $as_echo_n "(cached) " >&6
9429 else
9430 ac_check_soname_save_LIBS=$LIBS
9431 LIBS="-lcurses $LIBS"
9432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9433 /* end confdefs.h. */
9435 /* Override any GCC internal prototype to avoid an error.
9436 Use char because int might match the return type of a GCC
9437 builtin and then its argument prototype would still apply. */
9438 #ifdef __cplusplus
9439 extern "C"
9440 #endif
9441 char waddch ();
9443 main ()
9445 return waddch ();
9447 return 0;
9449 _ACEOF
9450 if ac_fn_c_try_link "$LINENO"; then :
9451 case "$LIBEXT" in
9452 dll) ;;
9453 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'` ;;
9454 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9455 esac
9457 rm -f core conftest.err conftest.$ac_objext \
9458 conftest$ac_exeext conftest.$ac_ext
9459 LIBS=$ac_check_soname_save_LIBS
9461 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9463 $as_echo "not found" >&6; }
9465 else
9466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9467 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9469 cat >>confdefs.h <<_ACEOF
9470 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9471 _ACEOF
9473 CURSESLIBS="-lcurses"
9476 ac_save_LIBS="$LIBS"
9477 LIBS="$LIBS $CURSESLIBS"
9478 for ac_func in mousemask
9479 do :
9480 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9481 if test "x$ac_cv_func_mousemask" = x""yes; then :
9482 cat >>confdefs.h <<_ACEOF
9483 #define HAVE_MOUSEMASK 1
9484 _ACEOF
9487 done
9489 LIBS="$ac_save_LIBS"
9490 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9491 case "x$with_curses" in
9492 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9493 xno) ;;
9494 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9495 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9496 esac
9499 if test "x$with_sane" != "xno"
9500 then
9501 ac_save_CPPFLAGS="$CPPFLAGS"
9502 # Extract the first word of "sane-config", so it can be a program name with args.
9503 set dummy sane-config; ac_word=$2
9504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9505 $as_echo_n "checking for $ac_word... " >&6; }
9506 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9507 $as_echo_n "(cached) " >&6
9508 else
9509 if test -n "$sane_devel"; then
9510 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9511 else
9512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9513 for as_dir in $PATH
9515 IFS=$as_save_IFS
9516 test -z "$as_dir" && as_dir=.
9517 for ac_exec_ext in '' $ac_executable_extensions; do
9518 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9519 ac_cv_prog_sane_devel="sane-config"
9520 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9521 break 2
9523 done
9524 done
9525 IFS=$as_save_IFS
9527 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9530 sane_devel=$ac_cv_prog_sane_devel
9531 if test -n "$sane_devel"; then
9532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9533 $as_echo "$sane_devel" >&6; }
9534 else
9535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9536 $as_echo "no" >&6; }
9540 if test "$sane_devel" != "no"
9541 then
9542 ac_sane_incl="`$sane_devel --cflags`"
9543 ac_sane_libs="`$sane_devel --ldflags`"
9544 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9546 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9547 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9549 $as_echo_n "checking for -lsane... " >&6; }
9550 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9551 $as_echo_n "(cached) " >&6
9552 else
9553 ac_check_soname_save_LIBS=$LIBS
9554 LIBS="-lsane $ac_sane_libs $LIBS"
9555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9556 /* end confdefs.h. */
9558 /* Override any GCC internal prototype to avoid an error.
9559 Use char because int might match the return type of a GCC
9560 builtin and then its argument prototype would still apply. */
9561 #ifdef __cplusplus
9562 extern "C"
9563 #endif
9564 char sane_init ();
9566 main ()
9568 return sane_init ();
9570 return 0;
9572 _ACEOF
9573 if ac_fn_c_try_link "$LINENO"; then :
9574 case "$LIBEXT" in
9575 dll) ;;
9576 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'` ;;
9577 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9578 esac
9580 rm -f core conftest.err conftest.$ac_objext \
9581 conftest$ac_exeext conftest.$ac_ext
9582 LIBS=$ac_check_soname_save_LIBS
9584 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9586 $as_echo "not found" >&6; }
9588 else
9589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9590 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9592 cat >>confdefs.h <<_ACEOF
9593 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9594 _ACEOF
9596 SANEINCL="$ac_sane_incl"
9602 CPPFLAGS="$ac_save_CPPFLAGS"
9604 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9605 case "x$with_sane" in
9606 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9607 xno) ;;
9608 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9609 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9610 esac
9613 if test "x$with_v4l" != "xno"
9614 then
9615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9616 $as_echo_n "checking for -lv4l1... " >&6; }
9617 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9618 $as_echo_n "(cached) " >&6
9619 else
9620 ac_check_soname_save_LIBS=$LIBS
9621 LIBS="-lv4l1 $LIBS"
9622 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9623 /* end confdefs.h. */
9625 /* Override any GCC internal prototype to avoid an error.
9626 Use char because int might match the return type of a GCC
9627 builtin and then its argument prototype would still apply. */
9628 #ifdef __cplusplus
9629 extern "C"
9630 #endif
9631 char v4l1_open ();
9633 main ()
9635 return v4l1_open ();
9637 return 0;
9639 _ACEOF
9640 if ac_fn_c_try_link "$LINENO"; then :
9641 case "$LIBEXT" in
9642 dll) ;;
9643 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'` ;;
9644 *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9645 esac
9647 rm -f core conftest.err conftest.$ac_objext \
9648 conftest$ac_exeext conftest.$ac_ext
9649 LIBS=$ac_check_soname_save_LIBS
9651 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9653 $as_echo "not found" >&6; }
9655 else
9656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9657 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9659 cat >>confdefs.h <<_ACEOF
9660 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9661 _ACEOF
9666 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9667 case "x$with_v4l" in
9668 x) wine_notices="$wine_notices|libv4l ${notice_platform}development files not found." ;;
9669 xno) ;;
9670 *) as_fn_error "libv4l ${notice_platform}development files not found.
9671 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9672 esac
9675 if test "x$with_gphoto" != "xno"
9676 then
9677 ac_save_CPPFLAGS="$CPPFLAGS"
9678 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9679 set dummy gphoto2-config; ac_word=$2
9680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9681 $as_echo_n "checking for $ac_word... " >&6; }
9682 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9683 $as_echo_n "(cached) " >&6
9684 else
9685 if test -n "$gphoto2_devel"; then
9686 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9687 else
9688 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9689 for as_dir in $PATH
9691 IFS=$as_save_IFS
9692 test -z "$as_dir" && as_dir=.
9693 for ac_exec_ext in '' $ac_executable_extensions; do
9694 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9695 ac_cv_prog_gphoto2_devel="gphoto2-config"
9696 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9697 break 2
9699 done
9700 done
9701 IFS=$as_save_IFS
9703 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9706 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9707 if test -n "$gphoto2_devel"; then
9708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9709 $as_echo "$gphoto2_devel" >&6; }
9710 else
9711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9712 $as_echo "no" >&6; }
9716 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9717 set dummy gphoto2-port-config; ac_word=$2
9718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9719 $as_echo_n "checking for $ac_word... " >&6; }
9720 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9721 $as_echo_n "(cached) " >&6
9722 else
9723 if test -n "$gphoto2port_devel"; then
9724 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9725 else
9726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9727 for as_dir in $PATH
9729 IFS=$as_save_IFS
9730 test -z "$as_dir" && as_dir=.
9731 for ac_exec_ext in '' $ac_executable_extensions; do
9732 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9733 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9735 break 2
9737 done
9738 done
9739 IFS=$as_save_IFS
9741 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9744 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9745 if test -n "$gphoto2port_devel"; then
9746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9747 $as_echo "$gphoto2port_devel" >&6; }
9748 else
9749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9750 $as_echo "no" >&6; }
9754 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9755 then
9756 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9757 ac_gphoto2_libs=""
9758 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9760 case "$i" in
9761 -L/usr/lib|-L/usr/lib64) ;;
9762 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9763 esac
9764 done
9765 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9767 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9768 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9769 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9771 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9772 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9773 $as_echo_n "(cached) " >&6
9774 else
9775 ac_check_lib_save_LIBS=$LIBS
9776 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9778 /* end confdefs.h. */
9780 /* Override any GCC internal prototype to avoid an error.
9781 Use char because int might match the return type of a GCC
9782 builtin and then its argument prototype would still apply. */
9783 #ifdef __cplusplus
9784 extern "C"
9785 #endif
9786 char gp_camera_new ();
9788 main ()
9790 return gp_camera_new ();
9792 return 0;
9794 _ACEOF
9795 if ac_fn_c_try_link "$LINENO"; then :
9796 ac_cv_lib_gphoto2_gp_camera_new=yes
9797 else
9798 ac_cv_lib_gphoto2_gp_camera_new=no
9800 rm -f core conftest.err conftest.$ac_objext \
9801 conftest$ac_exeext conftest.$ac_ext
9802 LIBS=$ac_check_lib_save_LIBS
9804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9805 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9806 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9808 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9810 GPHOTO2LIBS="$ac_gphoto2_libs"
9812 GPHOTO2INCL="$ac_gphoto2_incl"
9819 CPPFLAGS="$ac_save_CPPFLAGS"
9821 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9822 case "x$with_gphoto" in
9823 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9824 xno) ;;
9825 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9826 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9827 esac
9831 RESOLVLIBS=""
9833 if test "$ac_cv_header_resolv_h" = "yes"
9834 then
9835 ac_save_LIBS="$LIBS"
9836 LIBS="$LIBS -lresolv"
9837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9838 /* end confdefs.h. */
9839 #ifdef HAVE_NETINET_IN_H
9840 #include <netinet/in.h>
9841 #endif
9842 #include <resolv.h>
9844 main ()
9846 res_init();
9848 return 0;
9850 _ACEOF
9851 if ac_fn_c_try_link "$LINENO"; then :
9853 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9855 RESOLVLIBS="-lresolv"
9857 rm -f core conftest.err conftest.$ac_objext \
9858 conftest$ac_exeext conftest.$ac_ext
9859 LIBS="$ac_save_LIBS"
9862 LCMSLIBS=""
9864 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9865 then
9866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9867 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9868 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9869 $as_echo_n "(cached) " >&6
9870 else
9871 ac_check_lib_save_LIBS=$LIBS
9872 LIBS="-llcms $LIBS"
9873 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9874 /* end confdefs.h. */
9876 /* Override any GCC internal prototype to avoid an error.
9877 Use char because int might match the return type of a GCC
9878 builtin and then its argument prototype would still apply. */
9879 #ifdef __cplusplus
9880 extern "C"
9881 #endif
9882 char cmsOpenProfileFromFile ();
9884 main ()
9886 return cmsOpenProfileFromFile ();
9888 return 0;
9890 _ACEOF
9891 if ac_fn_c_try_link "$LINENO"; then :
9892 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9893 else
9894 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9896 rm -f core conftest.err conftest.$ac_objext \
9897 conftest$ac_exeext conftest.$ac_ext
9898 LIBS=$ac_check_lib_save_LIBS
9900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9901 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9902 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9904 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9906 LCMSLIBS="-llcms"
9910 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9911 case "x$with_cms" in
9912 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9913 xno) ;;
9914 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9915 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9916 esac
9919 if test "x$with_freetype" != "xno"
9920 then
9921 for ac_prog in freetype-config freetype2-config
9923 # Extract the first word of "$ac_prog", so it can be a program name with args.
9924 set dummy $ac_prog; ac_word=$2
9925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9926 $as_echo_n "checking for $ac_word... " >&6; }
9927 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9928 $as_echo_n "(cached) " >&6
9929 else
9930 if test -n "$ft_devel"; then
9931 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9932 else
9933 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9934 for as_dir in $PATH
9936 IFS=$as_save_IFS
9937 test -z "$as_dir" && as_dir=.
9938 for ac_exec_ext in '' $ac_executable_extensions; do
9939 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9940 ac_cv_prog_ft_devel="$ac_prog"
9941 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9942 break 2
9944 done
9945 done
9946 IFS=$as_save_IFS
9950 ft_devel=$ac_cv_prog_ft_devel
9951 if test -n "$ft_devel"; then
9952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9953 $as_echo "$ft_devel" >&6; }
9954 else
9955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9956 $as_echo "no" >&6; }
9960 test -n "$ft_devel" && break
9961 done
9962 test -n "$ft_devel" || ft_devel="no"
9964 if test "$ft_devel" != "no"
9965 then
9966 ac_freetype_incl=`$ft_devel --cflags`
9967 ac_freetype_libs=`$ft_devel --libs`
9969 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
9970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
9971 $as_echo_n "checking for -lfreetype... " >&6; }
9972 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
9973 $as_echo_n "(cached) " >&6
9974 else
9975 ac_check_soname_save_LIBS=$LIBS
9976 LIBS="-lfreetype $ac_freetype_libs $LIBS"
9977 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9978 /* end confdefs.h. */
9980 /* Override any GCC internal prototype to avoid an error.
9981 Use char because int might match the return type of a GCC
9982 builtin and then its argument prototype would still apply. */
9983 #ifdef __cplusplus
9984 extern "C"
9985 #endif
9986 char FT_Init_FreeType ();
9988 main ()
9990 return FT_Init_FreeType ();
9992 return 0;
9994 _ACEOF
9995 if ac_fn_c_try_link "$LINENO"; then :
9996 case "$LIBEXT" in
9997 dll) ;;
9998 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'` ;;
9999 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10000 esac
10002 rm -f core conftest.err conftest.$ac_objext \
10003 conftest$ac_exeext conftest.$ac_ext
10004 LIBS=$ac_check_soname_save_LIBS
10006 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10008 $as_echo "not found" >&6; }
10009 ft_lib=no
10010 else
10011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10012 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10014 cat >>confdefs.h <<_ACEOF
10015 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10016 _ACEOF
10018 ft_lib=yes
10020 if test "$ft_lib" = "yes"
10021 then
10022 ac_save_CPPFLAGS="$CPPFLAGS"
10023 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10024 for ac_header in ft2build.h \
10025 freetype/freetype.h \
10026 freetype/ftglyph.h \
10027 freetype/fttypes.h \
10028 freetype/tttables.h \
10029 freetype/ftsnames.h \
10030 freetype/ttnameid.h \
10031 freetype/ftoutln.h \
10032 freetype/ftwinfnt.h \
10033 freetype/ftmodapi.h \
10034 freetype/ftlcdfil.h \
10035 freetype/internal/sfnt.h
10036 do :
10037 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10038 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10039 # include <ft2build.h>
10040 #endif
10042 eval as_val=\$$as_ac_Header
10043 if test "x$as_val" = x""yes; then :
10044 cat >>confdefs.h <<_ACEOF
10045 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10046 _ACEOF
10050 done
10052 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10053 /* end confdefs.h. */
10054 #include <ft2build.h>
10055 #include <freetype/fttrigon.h>
10056 _ACEOF
10057 if ac_fn_c_try_cpp "$LINENO"; then :
10059 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10061 wine_cv_fttrigon=yes
10062 else
10063 wine_cv_fttrigon=no
10065 rm -f conftest.err conftest.$ac_ext
10066 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10068 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10070 cat >>confdefs.h <<_ACEOF
10071 #define HAVE_FT_TRUETYPEENGINETYPE 1
10072 _ACEOF
10077 ac_save_CFLAGS="$CFLAGS"
10078 CFLAGS="$CFLAGS $ac_freetype_libs"
10079 for ac_func in FT_Load_Sfnt_Table
10080 do :
10081 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10082 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10083 cat >>confdefs.h <<_ACEOF
10084 #define HAVE_FT_LOAD_SFNT_TABLE 1
10085 _ACEOF
10088 done
10090 CFLAGS="$ac_save_CFLAGS"
10091 CPPFLAGS="$ac_save_CPPFLAGS"
10092 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10093 then
10095 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10097 FREETYPELIBS="$ac_freetype_libs"
10099 FREETYPEINCL="$ac_freetype_incl"
10104 if test "x$FREETYPELIBS" = "x"; then :
10105 case "x$with_freetype" in
10106 xno) ;;
10107 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10108 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10109 esac
10111 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10114 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10115 if test "${ac_cv_c_ppdev+set}" = set; then :
10116 $as_echo_n "(cached) " >&6
10117 else
10118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10119 /* end confdefs.h. */
10120 #include <linux/ppdev.h>
10122 main ()
10124 ioctl (1,PPCLAIM,0)
10126 return 0;
10128 _ACEOF
10129 if ac_fn_c_try_compile "$LINENO"; then :
10130 ac_cv_c_ppdev="yes"
10131 else
10132 ac_cv_c_ppdev="no"
10134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10137 $as_echo "$ac_cv_c_ppdev" >&6; }
10138 if test "$ac_cv_c_ppdev" = "yes"
10139 then
10141 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10145 ac_wine_check_funcs_save_LIBS="$LIBS"
10146 LIBS="$LIBS $LIBPTHREAD"
10147 for ac_func in \
10148 pthread_attr_get_np \
10149 pthread_getattr_np \
10150 pthread_get_stackaddr_np \
10151 pthread_get_stacksize_np
10152 do :
10153 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10154 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10155 eval as_val=\$$as_ac_var
10156 if test "x$as_val" = x""yes; then :
10157 cat >>confdefs.h <<_ACEOF
10158 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10159 _ACEOF
10162 done
10164 LIBS="$ac_wine_check_funcs_save_LIBS"
10166 if test "$ac_cv_header_zlib_h" = "yes"
10167 then
10168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10169 $as_echo_n "checking for inflate in -lz... " >&6; }
10170 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10171 $as_echo_n "(cached) " >&6
10172 else
10173 ac_check_lib_save_LIBS=$LIBS
10174 LIBS="-lz $LIBS"
10175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10176 /* end confdefs.h. */
10178 /* Override any GCC internal prototype to avoid an error.
10179 Use char because int might match the return type of a GCC
10180 builtin and then its argument prototype would still apply. */
10181 #ifdef __cplusplus
10182 extern "C"
10183 #endif
10184 char inflate ();
10186 main ()
10188 return inflate ();
10190 return 0;
10192 _ACEOF
10193 if ac_fn_c_try_link "$LINENO"; then :
10194 ac_cv_lib_z_inflate=yes
10195 else
10196 ac_cv_lib_z_inflate=no
10198 rm -f core conftest.err conftest.$ac_objext \
10199 conftest$ac_exeext conftest.$ac_ext
10200 LIBS=$ac_check_lib_save_LIBS
10202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10203 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10204 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10206 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10208 ZLIB="-lz"
10214 if test "x$with_esd" != xno
10215 then
10216 save_CFLAGS="$CFLAGS"
10217 # Extract the first word of "esd-config", so it can be a program name with args.
10218 set dummy esd-config; ac_word=$2
10219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10220 $as_echo_n "checking for $ac_word... " >&6; }
10221 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10222 $as_echo_n "(cached) " >&6
10223 else
10224 case $ESDCONFIG in
10225 [\\/]* | ?:[\\/]*)
10226 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10229 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10230 for as_dir in $PATH
10232 IFS=$as_save_IFS
10233 test -z "$as_dir" && as_dir=.
10234 for ac_exec_ext in '' $ac_executable_extensions; do
10235 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10236 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10237 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10238 break 2
10240 done
10241 done
10242 IFS=$as_save_IFS
10244 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10246 esac
10248 ESDCONFIG=$ac_cv_path_ESDCONFIG
10249 if test -n "$ESDCONFIG"; then
10250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10251 $as_echo "$ESDCONFIG" >&6; }
10252 else
10253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10254 $as_echo "no" >&6; }
10258 if test "x$ESDCONFIG" != "xno"
10259 then
10260 ac_esd_incl=""
10261 for i in `$ESDCONFIG --cflags`
10263 case "$i" in
10264 -I*) ac_esd_incl="$ac_esd_incl $i";;
10265 esac
10266 done
10267 ac_esd_libs=`$ESDCONFIG --libs`
10268 CFLAGS="$CFLAGS $ac_esd_incl"
10270 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10271 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10272 if test "x$ac_cv_header_esd_h" = x""yes; then :
10273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10274 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10275 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10276 $as_echo_n "(cached) " >&6
10277 else
10278 ac_check_lib_save_LIBS=$LIBS
10279 LIBS="-lesd $ac_esd_libs $LIBS"
10280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10281 /* end confdefs.h. */
10283 /* Override any GCC internal prototype to avoid an error.
10284 Use char because int might match the return type of a GCC
10285 builtin and then its argument prototype would still apply. */
10286 #ifdef __cplusplus
10287 extern "C"
10288 #endif
10289 char esd_open_sound ();
10291 main ()
10293 return esd_open_sound ();
10295 return 0;
10297 _ACEOF
10298 if ac_fn_c_try_link "$LINENO"; then :
10299 ac_cv_lib_esd_esd_open_sound=yes
10300 else
10301 ac_cv_lib_esd_esd_open_sound=no
10303 rm -f core conftest.err conftest.$ac_objext \
10304 conftest$ac_exeext conftest.$ac_ext
10305 LIBS=$ac_check_lib_save_LIBS
10307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10308 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10309 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10310 ESDINCL="$ac_esd_incl"
10312 ESDLIBS="$ac_esd_libs"
10315 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10322 CFLAGS="$save_CFLAGS"
10325 ALSALIBS=""
10327 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10328 then
10329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10330 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10331 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10332 $as_echo_n "(cached) " >&6
10333 else
10334 ac_check_lib_save_LIBS=$LIBS
10335 LIBS="-lasound $LIBS"
10336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10337 /* end confdefs.h. */
10339 /* Override any GCC internal prototype to avoid an error.
10340 Use char because int might match the return type of a GCC
10341 builtin and then its argument prototype would still apply. */
10342 #ifdef __cplusplus
10343 extern "C"
10344 #endif
10345 char snd_pcm_hw_params_get_access ();
10347 main ()
10349 return snd_pcm_hw_params_get_access ();
10351 return 0;
10353 _ACEOF
10354 if ac_fn_c_try_link "$LINENO"; then :
10355 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10356 else
10357 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10359 rm -f core conftest.err conftest.$ac_objext \
10360 conftest$ac_exeext conftest.$ac_ext
10361 LIBS=$ac_check_lib_save_LIBS
10363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10364 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10365 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10366 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10367 /* end confdefs.h. */
10368 #ifdef HAVE_ALSA_ASOUNDLIB_H
10369 #include <alsa/asoundlib.h>
10370 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10371 #include <sys/asoundlib.h>
10372 #endif
10374 main ()
10376 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10378 return 0;
10380 _ACEOF
10381 if ac_fn_c_try_compile "$LINENO"; then :
10383 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10385 ALSALIBS="-lasound"
10387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10392 AUDIOIOLIBS=""
10394 if test "$ac_cv_header_libaudioio_h" = "yes"
10395 then
10396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10397 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10398 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10399 $as_echo_n "(cached) " >&6
10400 else
10401 ac_check_lib_save_LIBS=$LIBS
10402 LIBS="-laudioio $LIBS"
10403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10404 /* end confdefs.h. */
10406 /* Override any GCC internal prototype to avoid an error.
10407 Use char because int might match the return type of a GCC
10408 builtin and then its argument prototype would still apply. */
10409 #ifdef __cplusplus
10410 extern "C"
10411 #endif
10412 char AudioIOGetVersion ();
10414 main ()
10416 return AudioIOGetVersion ();
10418 return 0;
10420 _ACEOF
10421 if ac_fn_c_try_link "$LINENO"; then :
10422 ac_cv_lib_audioio_AudioIOGetVersion=yes
10423 else
10424 ac_cv_lib_audioio_AudioIOGetVersion=no
10426 rm -f core conftest.err conftest.$ac_objext \
10427 conftest$ac_exeext conftest.$ac_ext
10428 LIBS=$ac_check_lib_save_LIBS
10430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10431 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10432 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10433 AUDIOIOLIBS="-laudioio"
10435 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10442 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10443 then
10444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10445 $as_echo_n "checking for -lcapi20... " >&6; }
10446 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10447 $as_echo_n "(cached) " >&6
10448 else
10449 ac_check_soname_save_LIBS=$LIBS
10450 LIBS="-lcapi20 $LIBS"
10451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10452 /* end confdefs.h. */
10454 /* Override any GCC internal prototype to avoid an error.
10455 Use char because int might match the return type of a GCC
10456 builtin and then its argument prototype would still apply. */
10457 #ifdef __cplusplus
10458 extern "C"
10459 #endif
10460 char capi20_register ();
10462 main ()
10464 return capi20_register ();
10466 return 0;
10468 _ACEOF
10469 if ac_fn_c_try_link "$LINENO"; then :
10470 case "$LIBEXT" in
10471 dll) ;;
10472 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'` ;;
10473 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10474 esac
10476 rm -f core conftest.err conftest.$ac_objext \
10477 conftest$ac_exeext conftest.$ac_ext
10478 LIBS=$ac_check_soname_save_LIBS
10480 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10482 $as_echo "not found" >&6; }
10484 else
10485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10486 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10488 cat >>confdefs.h <<_ACEOF
10489 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10490 _ACEOF
10495 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10496 case "x$with_capi" in
10497 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10498 xno) ;;
10499 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10500 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10501 esac
10504 CUPSINCL=""
10506 if test "x$with_cups" != "xno"
10507 then
10508 ac_save_CPPFLAGS="$CPPFLAGS"
10509 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10510 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10511 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10512 for ac_header in cups/cups.h
10513 do :
10514 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10515 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10516 cat >>confdefs.h <<_ACEOF
10517 #define HAVE_CUPS_CUPS_H 1
10518 _ACEOF
10519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10520 $as_echo_n "checking for -lcups... " >&6; }
10521 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10522 $as_echo_n "(cached) " >&6
10523 else
10524 ac_check_soname_save_LIBS=$LIBS
10525 LIBS="-lcups $ac_cups_libs $LIBS"
10526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10527 /* end confdefs.h. */
10529 /* Override any GCC internal prototype to avoid an error.
10530 Use char because int might match the return type of a GCC
10531 builtin and then its argument prototype would still apply. */
10532 #ifdef __cplusplus
10533 extern "C"
10534 #endif
10535 char cupsGetDefault ();
10537 main ()
10539 return cupsGetDefault ();
10541 return 0;
10543 _ACEOF
10544 if ac_fn_c_try_link "$LINENO"; then :
10545 case "$LIBEXT" in
10546 dll) ;;
10547 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'` ;;
10548 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10549 esac
10551 rm -f core conftest.err conftest.$ac_objext \
10552 conftest$ac_exeext conftest.$ac_ext
10553 LIBS=$ac_check_soname_save_LIBS
10555 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10557 $as_echo "not found" >&6; }
10559 else
10560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10561 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10563 cat >>confdefs.h <<_ACEOF
10564 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10565 _ACEOF
10567 CUPSINCL="$ac_cups_cflags"
10571 done
10573 CPPFLAGS="$ac_save_CPPFLAGS"
10575 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10576 case "x$with_cups" in
10577 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10578 xno) ;;
10579 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10580 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10581 esac
10584 if test "$ac_cv_header_jack_jack_h" = "yes"
10585 then
10586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10587 $as_echo_n "checking for -ljack... " >&6; }
10588 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10589 $as_echo_n "(cached) " >&6
10590 else
10591 ac_check_soname_save_LIBS=$LIBS
10592 LIBS="-ljack $LIBS"
10593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10594 /* end confdefs.h. */
10596 /* Override any GCC internal prototype to avoid an error.
10597 Use char because int might match the return type of a GCC
10598 builtin and then its argument prototype would still apply. */
10599 #ifdef __cplusplus
10600 extern "C"
10601 #endif
10602 char jack_client_new ();
10604 main ()
10606 return jack_client_new ();
10608 return 0;
10610 _ACEOF
10611 if ac_fn_c_try_link "$LINENO"; then :
10612 case "$LIBEXT" in
10613 dll) ;;
10614 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'` ;;
10615 *) 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'` ;;
10616 esac
10618 rm -f core conftest.err conftest.$ac_objext \
10619 conftest$ac_exeext conftest.$ac_ext
10620 LIBS=$ac_check_soname_save_LIBS
10622 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10624 $as_echo "not found" >&6; }
10626 else
10627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10628 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10630 cat >>confdefs.h <<_ACEOF
10631 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10632 _ACEOF
10638 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10639 then
10640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10641 $as_echo_n "checking for -lfontconfig... " >&6; }
10642 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10643 $as_echo_n "(cached) " >&6
10644 else
10645 ac_check_soname_save_LIBS=$LIBS
10646 LIBS="-lfontconfig $LIBS"
10647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10648 /* end confdefs.h. */
10650 /* Override any GCC internal prototype to avoid an error.
10651 Use char because int might match the return type of a GCC
10652 builtin and then its argument prototype would still apply. */
10653 #ifdef __cplusplus
10654 extern "C"
10655 #endif
10656 char FcInit ();
10658 main ()
10660 return FcInit ();
10662 return 0;
10664 _ACEOF
10665 if ac_fn_c_try_link "$LINENO"; then :
10666 case "$LIBEXT" in
10667 dll) ;;
10668 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'` ;;
10669 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10670 esac
10672 rm -f core conftest.err conftest.$ac_objext \
10673 conftest$ac_exeext conftest.$ac_ext
10674 LIBS=$ac_check_soname_save_LIBS
10676 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10678 $as_echo "not found" >&6; }
10680 else
10681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10682 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10684 cat >>confdefs.h <<_ACEOF
10685 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10686 _ACEOF
10690 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10691 then
10692 ac_save_CPPFLAGS="$CPPFLAGS"
10693 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10694 $as_unset ac_cv_header_fontconfig_fontconfig_h
10695 for ac_header in fontconfig/fontconfig.h
10696 do :
10697 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10698 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10699 cat >>confdefs.h <<_ACEOF
10700 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10701 _ACEOF
10705 done
10707 CPPFLAGS="$ac_save_CPPFLAGS"
10708 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10709 then
10710 FONTCONFIGINCL="$X_CFLAGS"
10712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10713 $as_echo_n "checking for -lfontconfig... " >&6; }
10714 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10715 $as_echo_n "(cached) " >&6
10716 else
10717 ac_check_soname_save_LIBS=$LIBS
10718 LIBS="-lfontconfig $X_LIBS $LIBS"
10719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10720 /* end confdefs.h. */
10722 /* Override any GCC internal prototype to avoid an error.
10723 Use char because int might match the return type of a GCC
10724 builtin and then its argument prototype would still apply. */
10725 #ifdef __cplusplus
10726 extern "C"
10727 #endif
10728 char FcInit ();
10730 main ()
10732 return FcInit ();
10734 return 0;
10736 _ACEOF
10737 if ac_fn_c_try_link "$LINENO"; then :
10738 case "$LIBEXT" in
10739 dll) ;;
10740 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'` ;;
10741 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10742 esac
10744 rm -f core conftest.err conftest.$ac_objext \
10745 conftest$ac_exeext conftest.$ac_ext
10746 LIBS=$ac_check_soname_save_LIBS
10748 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10750 $as_echo "not found" >&6; }
10752 else
10753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10754 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10756 cat >>confdefs.h <<_ACEOF
10757 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10758 _ACEOF
10764 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10765 case "x$with_fontconfig" in
10766 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10767 xno) ;;
10768 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10769 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10770 esac
10773 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10774 then
10775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10776 $as_echo_n "checking for -lssl... " >&6; }
10777 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10778 $as_echo_n "(cached) " >&6
10779 else
10780 ac_check_soname_save_LIBS=$LIBS
10781 LIBS="-lssl $LIBS"
10782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10783 /* end confdefs.h. */
10785 /* Override any GCC internal prototype to avoid an error.
10786 Use char because int might match the return type of a GCC
10787 builtin and then its argument prototype would still apply. */
10788 #ifdef __cplusplus
10789 extern "C"
10790 #endif
10791 char SSL_library_init ();
10793 main ()
10795 return SSL_library_init ();
10797 return 0;
10799 _ACEOF
10800 if ac_fn_c_try_link "$LINENO"; then :
10801 case "$LIBEXT" in
10802 dll) ;;
10803 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'` ;;
10804 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10805 esac
10807 rm -f core conftest.err conftest.$ac_objext \
10808 conftest$ac_exeext conftest.$ac_ext
10809 LIBS=$ac_check_soname_save_LIBS
10811 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10813 $as_echo "not found" >&6; }
10815 else
10816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10817 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10819 cat >>confdefs.h <<_ACEOF
10820 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10821 _ACEOF
10825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10826 $as_echo_n "checking for -lcrypto... " >&6; }
10827 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10828 $as_echo_n "(cached) " >&6
10829 else
10830 ac_check_soname_save_LIBS=$LIBS
10831 LIBS="-lcrypto $LIBS"
10832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10833 /* end confdefs.h. */
10835 /* Override any GCC internal prototype to avoid an error.
10836 Use char because int might match the return type of a GCC
10837 builtin and then its argument prototype would still apply. */
10838 #ifdef __cplusplus
10839 extern "C"
10840 #endif
10841 char BIO_new_socket ();
10843 main ()
10845 return BIO_new_socket ();
10847 return 0;
10849 _ACEOF
10850 if ac_fn_c_try_link "$LINENO"; then :
10851 case "$LIBEXT" in
10852 dll) ;;
10853 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'` ;;
10854 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10855 esac
10857 rm -f core conftest.err conftest.$ac_objext \
10858 conftest$ac_exeext conftest.$ac_ext
10859 LIBS=$ac_check_soname_save_LIBS
10861 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10863 $as_echo "not found" >&6; }
10865 else
10866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10867 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10869 cat >>confdefs.h <<_ACEOF
10870 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10871 _ACEOF
10876 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10877 case "x$with_openssl" in
10878 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10879 xno) ;;
10880 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10881 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10882 esac
10885 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10886 then
10887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10888 $as_echo_n "checking for -lgsm... " >&6; }
10889 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10890 $as_echo_n "(cached) " >&6
10891 else
10892 ac_check_soname_save_LIBS=$LIBS
10893 LIBS="-lgsm $LIBS"
10894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10895 /* end confdefs.h. */
10897 /* Override any GCC internal prototype to avoid an error.
10898 Use char because int might match the return type of a GCC
10899 builtin and then its argument prototype would still apply. */
10900 #ifdef __cplusplus
10901 extern "C"
10902 #endif
10903 char gsm_create ();
10905 main ()
10907 return gsm_create ();
10909 return 0;
10911 _ACEOF
10912 if ac_fn_c_try_link "$LINENO"; then :
10913 case "$LIBEXT" in
10914 dll) ;;
10915 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'` ;;
10916 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10917 esac
10919 rm -f core conftest.err conftest.$ac_objext \
10920 conftest$ac_exeext conftest.$ac_ext
10921 LIBS=$ac_check_soname_save_LIBS
10923 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10925 $as_echo "not found" >&6; }
10927 else
10928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10929 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10931 cat >>confdefs.h <<_ACEOF
10932 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10933 _ACEOF
10938 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10939 case "x$with_gsm" in
10940 x) wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10941 xno) ;;
10942 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10943 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
10944 esac
10947 if test "$ac_cv_header_jpeglib_h" = "yes"
10948 then
10949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10950 $as_echo_n "checking for -ljpeg... " >&6; }
10951 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10952 $as_echo_n "(cached) " >&6
10953 else
10954 ac_check_soname_save_LIBS=$LIBS
10955 LIBS="-ljpeg $LIBS"
10956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10957 /* end confdefs.h. */
10959 /* Override any GCC internal prototype to avoid an error.
10960 Use char because int might match the return type of a GCC
10961 builtin and then its argument prototype would still apply. */
10962 #ifdef __cplusplus
10963 extern "C"
10964 #endif
10965 char jpeg_start_decompress ();
10967 main ()
10969 return jpeg_start_decompress ();
10971 return 0;
10973 _ACEOF
10974 if ac_fn_c_try_link "$LINENO"; then :
10975 case "$LIBEXT" in
10976 dll) ;;
10977 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'` ;;
10978 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10979 esac
10981 rm -f core conftest.err conftest.$ac_objext \
10982 conftest$ac_exeext conftest.$ac_ext
10983 LIBS=$ac_check_soname_save_LIBS
10985 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10987 $as_echo "not found" >&6; }
10989 else
10990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
10991 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
10993 cat >>confdefs.h <<_ACEOF
10994 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
10995 _ACEOF
11000 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11001 case "x$with_jpeg" in
11002 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11003 xno) ;;
11004 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11005 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11006 esac
11009 if test "$ac_cv_header_png_h" = "yes"
11010 then
11011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11012 $as_echo_n "checking for -lpng... " >&6; }
11013 if test "${ac_cv_lib_soname_png+set}" = set; then :
11014 $as_echo_n "(cached) " >&6
11015 else
11016 ac_check_soname_save_LIBS=$LIBS
11017 LIBS="-lpng -lm -lz $LIBS"
11018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11019 /* end confdefs.h. */
11021 /* Override any GCC internal prototype to avoid an error.
11022 Use char because int might match the return type of a GCC
11023 builtin and then its argument prototype would still apply. */
11024 #ifdef __cplusplus
11025 extern "C"
11026 #endif
11027 char png_create_read_struct ();
11029 main ()
11031 return png_create_read_struct ();
11033 return 0;
11035 _ACEOF
11036 if ac_fn_c_try_link "$LINENO"; then :
11037 case "$LIBEXT" in
11038 dll) ;;
11039 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'` ;;
11040 *) 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'` ;;
11041 esac
11043 rm -f core conftest.err conftest.$ac_objext \
11044 conftest$ac_exeext conftest.$ac_ext
11045 LIBS=$ac_check_soname_save_LIBS
11047 if test "x$ac_cv_lib_soname_png" = "x"; then :
11048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11049 $as_echo "not found" >&6; }
11051 else
11052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11053 $as_echo "$ac_cv_lib_soname_png" >&6; }
11055 cat >>confdefs.h <<_ACEOF
11056 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11057 _ACEOF
11061 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11062 then
11063 ac_save_CPPFLAGS="$CPPFLAGS"
11064 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11065 $as_unset ac_cv_header_png_h
11066 for ac_header in png.h
11067 do :
11068 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11069 if test "x$ac_cv_header_png_h" = x""yes; then :
11070 cat >>confdefs.h <<_ACEOF
11071 #define HAVE_PNG_H 1
11072 _ACEOF
11076 done
11078 CPPFLAGS="$ac_save_CPPFLAGS"
11079 if test "$ac_cv_header_png_h" = "yes"
11080 then
11081 PNGINCL="$X_CFLAGS"
11083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11084 $as_echo_n "checking for -lpng... " >&6; }
11085 if test "${ac_cv_lib_soname_png+set}" = set; then :
11086 $as_echo_n "(cached) " >&6
11087 else
11088 ac_check_soname_save_LIBS=$LIBS
11089 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11091 /* end confdefs.h. */
11093 /* Override any GCC internal prototype to avoid an error.
11094 Use char because int might match the return type of a GCC
11095 builtin and then its argument prototype would still apply. */
11096 #ifdef __cplusplus
11097 extern "C"
11098 #endif
11099 char png_create_read_struct ();
11101 main ()
11103 return png_create_read_struct ();
11105 return 0;
11107 _ACEOF
11108 if ac_fn_c_try_link "$LINENO"; then :
11109 case "$LIBEXT" in
11110 dll) ;;
11111 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'` ;;
11112 *) 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'` ;;
11113 esac
11115 rm -f core conftest.err conftest.$ac_objext \
11116 conftest$ac_exeext conftest.$ac_ext
11117 LIBS=$ac_check_soname_save_LIBS
11119 if test "x$ac_cv_lib_soname_png" = "x"; then :
11120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11121 $as_echo "not found" >&6; }
11123 else
11124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11125 $as_echo "$ac_cv_lib_soname_png" >&6; }
11127 cat >>confdefs.h <<_ACEOF
11128 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11129 _ACEOF
11135 if test "x$ac_cv_lib_soname_png" = "x"; then :
11136 case "x$with_png" in
11137 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11138 xno) ;;
11139 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11140 This is an error since --with-png was requested." "$LINENO" 5 ;;
11141 esac
11144 if test "$ac_cv_header_mpg123_h" = "yes"
11145 then
11146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11147 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11148 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11149 $as_echo_n "(cached) " >&6
11150 else
11151 ac_check_lib_save_LIBS=$LIBS
11152 LIBS="-lmpg123 $LIBS"
11153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11154 /* end confdefs.h. */
11156 /* Override any GCC internal prototype to avoid an error.
11157 Use char because int might match the return type of a GCC
11158 builtin and then its argument prototype would still apply. */
11159 #ifdef __cplusplus
11160 extern "C"
11161 #endif
11162 char mpg123_feed ();
11164 main ()
11166 return mpg123_feed ();
11168 return 0;
11170 _ACEOF
11171 if ac_fn_c_try_link "$LINENO"; then :
11172 ac_cv_lib_mpg123_mpg123_feed=yes
11173 else
11174 ac_cv_lib_mpg123_mpg123_feed=no
11176 rm -f core conftest.err conftest.$ac_objext \
11177 conftest$ac_exeext conftest.$ac_ext
11178 LIBS=$ac_check_lib_save_LIBS
11180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11181 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11182 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11183 LIBMPG123="-lmpg123"
11188 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
11189 case "x$with_mpg123" in
11190 x) wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11191 xno) ;;
11192 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11193 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11194 esac
11196 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11198 if test "$ac_cv_header_AL_al_h" = "yes"
11199 then
11200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11201 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11202 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11203 $as_echo_n "(cached) " >&6
11204 else
11205 ac_check_lib_save_LIBS=$LIBS
11206 LIBS="-lopenal $LIBS"
11207 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11208 /* end confdefs.h. */
11210 /* Override any GCC internal prototype to avoid an error.
11211 Use char because int might match the return type of a GCC
11212 builtin and then its argument prototype would still apply. */
11213 #ifdef __cplusplus
11214 extern "C"
11215 #endif
11216 char alGetSource3i ();
11218 main ()
11220 return alGetSource3i ();
11222 return 0;
11224 _ACEOF
11225 if ac_fn_c_try_link "$LINENO"; then :
11226 ac_cv_lib_openal_alGetSource3i=yes
11227 else
11228 ac_cv_lib_openal_alGetSource3i=no
11230 rm -f core conftest.err conftest.$ac_objext \
11231 conftest$ac_exeext conftest.$ac_ext
11232 LIBS=$ac_check_lib_save_LIBS
11234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11235 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11236 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11237 LIBOPENAL="-lopenal"
11242 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11243 case "x$with_openal" in
11244 x) wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11245 xno) ;;
11246 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11247 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11248 esac
11250 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11252 if test "$ac_cv_header_kstat_h" = "yes"
11253 then
11254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11255 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11256 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11257 $as_echo_n "(cached) " >&6
11258 else
11259 ac_check_lib_save_LIBS=$LIBS
11260 LIBS="-lkstat $LIBS"
11261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11262 /* end confdefs.h. */
11264 /* Override any GCC internal prototype to avoid an error.
11265 Use char because int might match the return type of a GCC
11266 builtin and then its argument prototype would still apply. */
11267 #ifdef __cplusplus
11268 extern "C"
11269 #endif
11270 char kstat_open ();
11272 main ()
11274 return kstat_open ();
11276 return 0;
11278 _ACEOF
11279 if ac_fn_c_try_link "$LINENO"; then :
11280 ac_cv_lib_kstat_kstat_open=yes
11281 else
11282 ac_cv_lib_kstat_kstat_open=no
11284 rm -f core conftest.err conftest.$ac_objext \
11285 conftest$ac_exeext conftest.$ac_ext
11286 LIBS=$ac_check_lib_save_LIBS
11288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11289 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11290 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11292 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11294 LIBKSTAT="-lkstat"
11300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11301 $as_echo_n "checking for -lodbc... " >&6; }
11302 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11303 $as_echo_n "(cached) " >&6
11304 else
11305 ac_check_soname_save_LIBS=$LIBS
11306 LIBS="-lodbc $LIBS"
11307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11308 /* end confdefs.h. */
11310 /* Override any GCC internal prototype to avoid an error.
11311 Use char because int might match the return type of a GCC
11312 builtin and then its argument prototype would still apply. */
11313 #ifdef __cplusplus
11314 extern "C"
11315 #endif
11316 char SQLConnect ();
11318 main ()
11320 return SQLConnect ();
11322 return 0;
11324 _ACEOF
11325 if ac_fn_c_try_link "$LINENO"; then :
11326 case "$LIBEXT" in
11327 dll) ;;
11328 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'` ;;
11329 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11330 esac
11332 rm -f core conftest.err conftest.$ac_objext \
11333 conftest$ac_exeext conftest.$ac_ext
11334 LIBS=$ac_check_soname_save_LIBS
11336 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11338 $as_echo "not found" >&6; }
11339 cat >>confdefs.h <<_ACEOF
11340 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11341 _ACEOF
11343 else
11344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11345 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11347 cat >>confdefs.h <<_ACEOF
11348 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11349 _ACEOF
11354 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11355 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11356 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11357 "$ac_cv_header_soundcard_h" != "yes" -a \
11358 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11359 then
11360 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
11364 EXTRACFLAGS=""
11366 if test "x${GCC}" = "xyes"
11367 then
11368 EXTRACFLAGS="-Wall -pipe"
11370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11371 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11372 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11373 $as_echo_n "(cached) " >&6
11374 else
11375 if test "$cross_compiling" = yes; then :
11376 ac_cv_c_gcc_strength_bug="yes"
11377 else
11378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11379 /* end confdefs.h. */
11380 int L[4] = {0,1,2,3};
11382 main ()
11384 static int Array[3];
11385 unsigned int B = 3;
11386 int i;
11387 for(i=0; i<B; i++) Array[i] = i - 3;
11388 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11389 L[i] = 4;
11390 return (Array[1] != -2 || L[2] != 3)
11392 return 0;
11394 _ACEOF
11395 if ac_fn_c_try_run "$LINENO"; then :
11396 ac_cv_c_gcc_strength_bug="no"
11397 else
11398 ac_cv_c_gcc_strength_bug="yes"
11400 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11401 conftest.$ac_objext conftest.beam conftest.$ac_ext
11405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11406 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11407 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11408 then
11409 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11413 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11414 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11415 $as_echo_n "(cached) " >&6
11416 else
11417 ac_wine_try_cflags_saved=$CFLAGS
11418 CFLAGS="$CFLAGS -fno-builtin"
11419 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11420 /* end confdefs.h. */
11421 int main(int argc, char *argv) { return 0; }
11422 _ACEOF
11423 if ac_fn_c_try_link "$LINENO"; then :
11424 ac_cv_cflags__fno_builtin=yes
11425 else
11426 ac_cv_cflags__fno_builtin=no
11428 rm -f core conftest.err conftest.$ac_objext \
11429 conftest$ac_exeext conftest.$ac_ext
11430 CFLAGS=$ac_wine_try_cflags_saved
11432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11433 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11434 if test $ac_cv_cflags__fno_builtin = yes; then :
11435 BUILTINFLAG="-fno-builtin"
11438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11439 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11440 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11441 $as_echo_n "(cached) " >&6
11442 else
11443 ac_wine_try_cflags_saved=$CFLAGS
11444 CFLAGS="$CFLAGS -fno-strict-aliasing"
11445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11446 /* end confdefs.h. */
11447 int main(int argc, char *argv) { return 0; }
11448 _ACEOF
11449 if ac_fn_c_try_link "$LINENO"; then :
11450 ac_cv_cflags__fno_strict_aliasing=yes
11451 else
11452 ac_cv_cflags__fno_strict_aliasing=no
11454 rm -f core conftest.err conftest.$ac_objext \
11455 conftest$ac_exeext conftest.$ac_ext
11456 CFLAGS=$ac_wine_try_cflags_saved
11458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11459 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11460 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11461 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11464 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11465 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11466 $as_echo_n "(cached) " >&6
11467 else
11468 ac_wine_try_cflags_saved=$CFLAGS
11469 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11471 /* end confdefs.h. */
11472 int main(int argc, char *argv) { return 0; }
11473 _ACEOF
11474 if ac_fn_c_try_link "$LINENO"; then :
11475 ac_cv_cflags__Wdeclaration_after_statement=yes
11476 else
11477 ac_cv_cflags__Wdeclaration_after_statement=no
11479 rm -f core conftest.err conftest.$ac_objext \
11480 conftest$ac_exeext conftest.$ac_ext
11481 CFLAGS=$ac_wine_try_cflags_saved
11483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11484 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11485 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11486 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11489 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11490 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11491 $as_echo_n "(cached) " >&6
11492 else
11493 ac_wine_try_cflags_saved=$CFLAGS
11494 CFLAGS="$CFLAGS -Wstrict-prototypes"
11495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11496 /* end confdefs.h. */
11497 int main(int argc, char *argv) { return 0; }
11498 _ACEOF
11499 if ac_fn_c_try_link "$LINENO"; then :
11500 ac_cv_cflags__Wstrict_prototypes=yes
11501 else
11502 ac_cv_cflags__Wstrict_prototypes=no
11504 rm -f core conftest.err conftest.$ac_objext \
11505 conftest$ac_exeext conftest.$ac_ext
11506 CFLAGS=$ac_wine_try_cflags_saved
11508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11509 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11510 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11511 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11514 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11515 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11516 $as_echo_n "(cached) " >&6
11517 else
11518 ac_wine_try_cflags_saved=$CFLAGS
11519 CFLAGS="$CFLAGS -Wtype-limits"
11520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11521 /* end confdefs.h. */
11522 int main(int argc, char *argv) { return 0; }
11523 _ACEOF
11524 if ac_fn_c_try_link "$LINENO"; then :
11525 ac_cv_cflags__Wtype_limits=yes
11526 else
11527 ac_cv_cflags__Wtype_limits=no
11529 rm -f core conftest.err conftest.$ac_objext \
11530 conftest$ac_exeext conftest.$ac_ext
11531 CFLAGS=$ac_wine_try_cflags_saved
11533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11534 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11535 if test $ac_cv_cflags__Wtype_limits = yes; then :
11536 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11539 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11540 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11541 $as_echo_n "(cached) " >&6
11542 else
11543 ac_wine_try_cflags_saved=$CFLAGS
11544 CFLAGS="$CFLAGS -Wwrite-strings"
11545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11546 /* end confdefs.h. */
11547 int main(int argc, char *argv) { return 0; }
11548 _ACEOF
11549 if ac_fn_c_try_link "$LINENO"; then :
11550 ac_cv_cflags__Wwrite_strings=yes
11551 else
11552 ac_cv_cflags__Wwrite_strings=no
11554 rm -f core conftest.err conftest.$ac_objext \
11555 conftest$ac_exeext conftest.$ac_ext
11556 CFLAGS=$ac_wine_try_cflags_saved
11558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11559 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11560 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11561 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11564 saved_CFLAGS="$CFLAGS"
11565 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11567 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11568 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11569 $as_echo_n "(cached) " >&6
11570 else
11571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11572 /* end confdefs.h. */
11573 #include <string.h>
11575 main ()
11579 return 0;
11581 _ACEOF
11582 if ac_fn_c_try_compile "$LINENO"; then :
11583 ac_cv_c_string_h_warnings=no
11584 else
11585 ac_cv_c_string_h_warnings=yes
11587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11590 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11591 CFLAGS="$saved_CFLAGS"
11592 if test "$ac_cv_c_string_h_warnings" = "no"
11593 then
11594 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11597 if test "${enable_maintainer_mode+set}" = set
11598 then
11599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11600 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11601 if test "${ac_cv_cflags__Werror+set}" = set; then :
11602 $as_echo_n "(cached) " >&6
11603 else
11604 ac_wine_try_cflags_saved=$CFLAGS
11605 CFLAGS="$CFLAGS -Werror"
11606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11607 /* end confdefs.h. */
11608 int main(int argc, char *argv) { return 0; }
11609 _ACEOF
11610 if ac_fn_c_try_link "$LINENO"; then :
11611 ac_cv_cflags__Werror=yes
11612 else
11613 ac_cv_cflags__Werror=no
11615 rm -f core conftest.err conftest.$ac_objext \
11616 conftest$ac_exeext conftest.$ac_ext
11617 CFLAGS=$ac_wine_try_cflags_saved
11619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11620 $as_echo "$ac_cv_cflags__Werror" >&6; }
11621 if test $ac_cv_cflags__Werror = yes; then :
11622 EXTRACFLAGS="$EXTRACFLAGS -Werror"
11626 saved_CFLAGS="$CFLAGS"
11627 CFLAGS="$CFLAGS -Werror"
11628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11629 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11630 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11631 $as_echo_n "(cached) " >&6
11632 else
11633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11634 /* end confdefs.h. */
11635 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11637 main ()
11641 return 0;
11643 _ACEOF
11644 if ac_fn_c_try_compile "$LINENO"; then :
11645 ac_cv_have_ms_hook_prologue="yes"
11646 else
11647 ac_cv_have_ms_hook_prologue="no"
11649 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11652 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11653 CFLAGS="$saved_CFLAGS"
11654 if test "$ac_cv_have_ms_hook_prologue" = "yes"
11655 then
11657 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11659 else
11660 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11667 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11668 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11669 $as_echo_n "(cached) " >&6
11670 else
11671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11672 /* end confdefs.h. */
11673 extern int ac_test;
11675 main ()
11677 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11679 return 0;
11681 _ACEOF
11682 if ac_fn_c_try_link "$LINENO"; then :
11683 ac_cv_c_extern_prefix="yes"
11684 else
11685 ac_cv_c_extern_prefix="no"
11687 rm -f core conftest.err conftest.$ac_objext \
11688 conftest$ac_exeext conftest.$ac_ext
11690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11691 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11693 case $host_cpu in
11694 *i[3456789]86*)
11695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11696 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11697 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11698 $as_echo_n "(cached) " >&6
11699 else
11700 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11701 /* end confdefs.h. */
11702 #ifndef _MSC_VER
11703 #define __stdcall __attribute__((__stdcall__))
11704 #endif
11705 int __stdcall ac_test(int i) { return i; }
11707 main ()
11709 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11711 return 0;
11713 _ACEOF
11714 if ac_fn_c_try_link "$LINENO"; then :
11715 ac_cv_c_stdcall_suffix="yes"
11716 else
11717 ac_cv_c_stdcall_suffix="no"
11719 rm -f core conftest.err conftest.$ac_objext \
11720 conftest$ac_exeext conftest.$ac_ext
11722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11723 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11724 *) ac_cv_c_stdcall_suffix="no" ;;
11725 esac
11728 if test "$ac_cv_c_extern_prefix" = "yes"
11729 then
11730 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11732 asm_name_prefix="_"
11733 else
11734 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11736 asm_name_prefix=""
11740 if test "$ac_cv_c_stdcall_suffix" = "yes"
11741 then
11742 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11744 else
11745 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11751 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11752 if test "${ac_cv_asm_func_def+set}" = set; then :
11753 $as_echo_n "(cached) " >&6
11754 else
11755 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11756 /* end confdefs.h. */
11759 main ()
11761 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11763 return 0;
11765 _ACEOF
11766 if ac_fn_c_try_link "$LINENO"; then :
11767 ac_cv_asm_func_def=".def"
11768 else
11769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11770 /* end confdefs.h. */
11773 main ()
11775 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11777 return 0;
11779 _ACEOF
11780 if ac_fn_c_try_link "$LINENO"; then :
11781 ac_cv_asm_func_def=".type @function"
11782 else
11783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11784 /* end confdefs.h. */
11787 main ()
11789 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11791 return 0;
11793 _ACEOF
11794 if ac_fn_c_try_link "$LINENO"; then :
11795 ac_cv_asm_func_def=".type 2"
11796 else
11797 ac_cv_asm_func_def="unknown"
11799 rm -f core conftest.err conftest.$ac_objext \
11800 conftest$ac_exeext conftest.$ac_ext
11802 rm -f core conftest.err conftest.$ac_objext \
11803 conftest$ac_exeext conftest.$ac_ext
11805 rm -f core conftest.err conftest.$ac_objext \
11806 conftest$ac_exeext conftest.$ac_ext
11808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11809 $as_echo "$ac_cv_asm_func_def" >&6; }
11812 case "$ac_cv_asm_func_def" in
11813 ".def")
11814 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11816 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11817 ".type @function")
11818 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11820 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11821 ".type 2")
11822 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11824 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11826 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11828 asm_func_header="" ;;
11829 esac
11831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11832 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11833 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11834 $as_echo_n "(cached) " >&6
11835 else
11836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11837 /* end confdefs.h. */
11838 asm(".text\n\t.long 0");
11840 main ()
11844 return 0;
11846 _ACEOF
11847 if ac_fn_c_try_compile "$LINENO"; then :
11848 ac_cv_c_asm_outside_funcs="yes"
11849 else
11850 ac_cv_c_asm_outside_funcs="no"
11852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11855 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11858 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11859 if test "${ac_cv_c_dot_previous+set}" = set; then :
11860 $as_echo_n "(cached) " >&6
11861 else
11862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11863 /* end confdefs.h. */
11866 main ()
11868 asm(".text\nac_test:\t.long 0\n\t.previous");
11870 return 0;
11872 _ACEOF
11873 if ac_fn_c_try_link "$LINENO"; then :
11874 ac_cv_c_dot_previous="yes"
11875 else
11876 ac_cv_c_dot_previous="no"
11878 rm -f core conftest.err conftest.$ac_objext \
11879 conftest$ac_exeext conftest.$ac_ext
11881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11882 $as_echo "$ac_cv_c_dot_previous" >&6; }
11884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11885 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11886 if test "${ac_cv_c_cfi_support+set}" = set; then :
11887 $as_echo_n "(cached) " >&6
11888 else
11889 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11890 /* end confdefs.h. */
11891 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11893 main ()
11897 return 0;
11899 _ACEOF
11900 if ac_fn_c_try_compile "$LINENO"; then :
11901 ac_cv_c_cfi_support="yes"
11902 else
11903 ac_cv_c_cfi_support="no"
11905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
11908 $as_echo "$ac_cv_c_cfi_support" >&6; }
11910 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
11911 asm_func_trailer=""
11912 if test "$ac_cv_c_dot_previous" = "yes"
11913 then
11914 asm_func_trailer="\\n\\t.previous"
11916 if test "$ac_cv_c_cfi_support" = "yes"
11917 then
11918 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
11919 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
11921 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
11923 else
11924 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
11928 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
11931 if test "$ac_cv_c_asm_outside_funcs" = "yes"
11932 then
11933 cat >>confdefs.h <<_ACEOF
11934 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
11935 _ACEOF
11937 else
11938 cat >>confdefs.h <<_ACEOF
11939 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
11940 _ACEOF
11944 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
11947 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
11951 LDPATH=""
11953 case $build_os in
11954 cygwin*|mingw32*)
11955 TOOLSEXT=".exe"
11957 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
11959 darwin*|macosx*)
11962 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
11964 esac
11966 case $host_os in
11967 mingw32*)
11968 CRTLIBS="-lmsvcrt"
11970 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
11973 esac
11975 MAIN_BINARY="wine"
11977 test -z "$with_wine64" || MAIN_BINARY="wine32"
11979 case $host_cpu in
11980 *i[3456789]86*)
11981 case $host_os in
11982 linux*)
11983 EXTRA_BINARIES="wine-preloader"
11985 esac
11987 esac
11990 ac_save_CFLAGS="$CFLAGS"
11991 CFLAGS="$CFLAGS $BUILTINFLAG"
11992 for ac_func in \
11993 _pclose \
11994 _popen \
11995 _snprintf \
11996 _spawnvp \
11997 _strdup \
11998 _stricmp \
11999 _strnicmp \
12000 _strtoi64 \
12001 _strtoui64 \
12002 _vsnprintf \
12003 asctime_r \
12004 chsize \
12005 dlopen \
12006 epoll_create \
12007 ffs \
12008 finite \
12009 fnmatch \
12010 fork \
12011 fpclass \
12012 fstatfs \
12013 fstatvfs \
12014 ftruncate \
12015 futimes \
12016 futimesat \
12017 getdirentries \
12018 getopt_long \
12019 getpagesize \
12020 getpwuid \
12021 gettid \
12022 gettimeofday \
12023 getuid \
12024 kqueue \
12025 lstat \
12026 memmove \
12027 mmap \
12028 pclose \
12029 pipe2 \
12030 poll \
12031 popen \
12032 port_create \
12033 prctl \
12034 pread \
12035 pwrite \
12036 readdir \
12037 readlink \
12038 sched_setaffinity \
12039 sched_yield \
12040 select \
12041 setproctitle \
12042 setrlimit \
12043 settimeofday \
12044 sigaltstack \
12045 sigprocmask \
12046 snprintf \
12047 spawnvp \
12048 statfs \
12049 statvfs \
12050 strcasecmp \
12051 strdup \
12052 strerror \
12053 strncasecmp \
12054 strtold \
12055 strtoll \
12056 strtoull \
12057 symlink \
12058 tcgetattr \
12059 thr_kill2 \
12060 timegm \
12061 usleep \
12062 vsnprintf \
12063 wait4 \
12064 waitpid \
12066 do :
12067 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12068 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12069 eval as_val=\$$as_ac_var
12070 if test "x$as_val" = x""yes; then :
12071 cat >>confdefs.h <<_ACEOF
12072 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12073 _ACEOF
12076 done
12078 CFLAGS="$ac_save_CFLAGS"
12080 if test "$ac_cv_func_dlopen" = no
12081 then
12082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12083 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12084 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12085 $as_echo_n "(cached) " >&6
12086 else
12087 ac_check_lib_save_LIBS=$LIBS
12088 LIBS="-ldl $LIBS"
12089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12090 /* end confdefs.h. */
12092 /* Override any GCC internal prototype to avoid an error.
12093 Use char because int might match the return type of a GCC
12094 builtin and then its argument prototype would still apply. */
12095 #ifdef __cplusplus
12096 extern "C"
12097 #endif
12098 char dlopen ();
12100 main ()
12102 return dlopen ();
12104 return 0;
12106 _ACEOF
12107 if ac_fn_c_try_link "$LINENO"; then :
12108 ac_cv_lib_dl_dlopen=yes
12109 else
12110 ac_cv_lib_dl_dlopen=no
12112 rm -f core conftest.err conftest.$ac_objext \
12113 conftest$ac_exeext conftest.$ac_ext
12114 LIBS=$ac_check_lib_save_LIBS
12116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12117 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12118 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12119 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12120 LIBDL="-ldl"
12125 ac_wine_check_funcs_save_LIBS="$LIBS"
12126 LIBS="$LIBS $LIBDL"
12127 for ac_func in dladdr
12128 do :
12129 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12130 if test "x$ac_cv_func_dladdr" = x""yes; then :
12131 cat >>confdefs.h <<_ACEOF
12132 #define HAVE_DLADDR 1
12133 _ACEOF
12136 done
12138 LIBS="$ac_wine_check_funcs_save_LIBS"
12140 if test "$ac_cv_func_poll" = no
12141 then
12142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12143 $as_echo_n "checking for poll in -lpoll... " >&6; }
12144 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12145 $as_echo_n "(cached) " >&6
12146 else
12147 ac_check_lib_save_LIBS=$LIBS
12148 LIBS="-lpoll $LIBS"
12149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12150 /* end confdefs.h. */
12152 /* Override any GCC internal prototype to avoid an error.
12153 Use char because int might match the return type of a GCC
12154 builtin and then its argument prototype would still apply. */
12155 #ifdef __cplusplus
12156 extern "C"
12157 #endif
12158 char poll ();
12160 main ()
12162 return poll ();
12164 return 0;
12166 _ACEOF
12167 if ac_fn_c_try_link "$LINENO"; then :
12168 ac_cv_lib_poll_poll=yes
12169 else
12170 ac_cv_lib_poll_poll=no
12172 rm -f core conftest.err conftest.$ac_objext \
12173 conftest$ac_exeext conftest.$ac_ext
12174 LIBS=$ac_check_lib_save_LIBS
12176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12177 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12178 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12179 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12180 LIBPOLL="-lpoll"
12186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12187 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12188 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12189 $as_echo_n "(cached) " >&6
12190 else
12191 ac_func_search_save_LIBS=$LIBS
12192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12193 /* end confdefs.h. */
12195 /* Override any GCC internal prototype to avoid an error.
12196 Use char because int might match the return type of a GCC
12197 builtin and then its argument prototype would still apply. */
12198 #ifdef __cplusplus
12199 extern "C"
12200 #endif
12201 char gethostbyname ();
12203 main ()
12205 return gethostbyname ();
12207 return 0;
12209 _ACEOF
12210 for ac_lib in '' nsl; do
12211 if test -z "$ac_lib"; then
12212 ac_res="none required"
12213 else
12214 ac_res=-l$ac_lib
12215 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12217 if ac_fn_c_try_link "$LINENO"; then :
12218 ac_cv_search_gethostbyname=$ac_res
12220 rm -f core conftest.err conftest.$ac_objext \
12221 conftest$ac_exeext
12222 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12223 break
12225 done
12226 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12228 else
12229 ac_cv_search_gethostbyname=no
12231 rm conftest.$ac_ext
12232 LIBS=$ac_func_search_save_LIBS
12234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12235 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12236 ac_res=$ac_cv_search_gethostbyname
12237 if test "$ac_res" != no; then :
12238 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12244 $as_echo_n "checking for library containing connect... " >&6; }
12245 if test "${ac_cv_search_connect+set}" = set; then :
12246 $as_echo_n "(cached) " >&6
12247 else
12248 ac_func_search_save_LIBS=$LIBS
12249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12250 /* end confdefs.h. */
12252 /* Override any GCC internal prototype to avoid an error.
12253 Use char because int might match the return type of a GCC
12254 builtin and then its argument prototype would still apply. */
12255 #ifdef __cplusplus
12256 extern "C"
12257 #endif
12258 char connect ();
12260 main ()
12262 return connect ();
12264 return 0;
12266 _ACEOF
12267 for ac_lib in '' socket; do
12268 if test -z "$ac_lib"; then
12269 ac_res="none required"
12270 else
12271 ac_res=-l$ac_lib
12272 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12274 if ac_fn_c_try_link "$LINENO"; then :
12275 ac_cv_search_connect=$ac_res
12277 rm -f core conftest.err conftest.$ac_objext \
12278 conftest$ac_exeext
12279 if test "${ac_cv_search_connect+set}" = set; then :
12280 break
12282 done
12283 if test "${ac_cv_search_connect+set}" = set; then :
12285 else
12286 ac_cv_search_connect=no
12288 rm conftest.$ac_ext
12289 LIBS=$ac_func_search_save_LIBS
12291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12292 $as_echo "$ac_cv_search_connect" >&6; }
12293 ac_res=$ac_cv_search_connect
12294 if test "$ac_res" != no; then :
12295 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12301 $as_echo_n "checking for library containing inet_aton... " >&6; }
12302 if test "${ac_cv_search_inet_aton+set}" = set; then :
12303 $as_echo_n "(cached) " >&6
12304 else
12305 ac_func_search_save_LIBS=$LIBS
12306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12307 /* end confdefs.h. */
12309 /* Override any GCC internal prototype to avoid an error.
12310 Use char because int might match the return type of a GCC
12311 builtin and then its argument prototype would still apply. */
12312 #ifdef __cplusplus
12313 extern "C"
12314 #endif
12315 char inet_aton ();
12317 main ()
12319 return inet_aton ();
12321 return 0;
12323 _ACEOF
12324 for ac_lib in '' resolv; do
12325 if test -z "$ac_lib"; then
12326 ac_res="none required"
12327 else
12328 ac_res=-l$ac_lib
12329 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12331 if ac_fn_c_try_link "$LINENO"; then :
12332 ac_cv_search_inet_aton=$ac_res
12334 rm -f core conftest.err conftest.$ac_objext \
12335 conftest$ac_exeext
12336 if test "${ac_cv_search_inet_aton+set}" = set; then :
12337 break
12339 done
12340 if test "${ac_cv_search_inet_aton+set}" = set; then :
12342 else
12343 ac_cv_search_inet_aton=no
12345 rm conftest.$ac_ext
12346 LIBS=$ac_func_search_save_LIBS
12348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12349 $as_echo "$ac_cv_search_inet_aton" >&6; }
12350 ac_res=$ac_cv_search_inet_aton
12351 if test "$ac_res" != no; then :
12352 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12357 for ac_func in \
12358 getaddrinfo \
12359 getnameinfo \
12360 getnetbyname \
12361 getprotobyname \
12362 getprotobynumber \
12363 getservbyport \
12364 inet_network \
12365 inet_ntop \
12366 inet_pton \
12367 sendmsg \
12368 socketpair \
12370 do :
12371 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12372 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12373 eval as_val=\$$as_ac_var
12374 if test "x$as_val" = x""yes; then :
12375 cat >>confdefs.h <<_ACEOF
12376 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12377 _ACEOF
12380 done
12383 LDAPLIBS=""
12385 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12386 then
12387 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12389 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12391 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12392 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12393 $as_echo_n "(cached) " >&6
12394 else
12395 ac_check_lib_save_LIBS=$LIBS
12396 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12398 /* end confdefs.h. */
12400 /* Override any GCC internal prototype to avoid an error.
12401 Use char because int might match the return type of a GCC
12402 builtin and then its argument prototype would still apply. */
12403 #ifdef __cplusplus
12404 extern "C"
12405 #endif
12406 char ldap_initialize ();
12408 main ()
12410 return ldap_initialize ();
12412 return 0;
12414 _ACEOF
12415 if ac_fn_c_try_link "$LINENO"; then :
12416 ac_cv_lib_ldap_r_ldap_initialize=yes
12417 else
12418 ac_cv_lib_ldap_r_ldap_initialize=no
12420 rm -f core conftest.err conftest.$ac_objext \
12421 conftest$ac_exeext conftest.$ac_ext
12422 LIBS=$ac_check_lib_save_LIBS
12424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12425 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12426 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12428 $as_echo_n "checking for ber_init in -llber... " >&6; }
12429 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12430 $as_echo_n "(cached) " >&6
12431 else
12432 ac_check_lib_save_LIBS=$LIBS
12433 LIBS="-llber $LIBPTHREAD $LIBS"
12434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12435 /* end confdefs.h. */
12437 /* Override any GCC internal prototype to avoid an error.
12438 Use char because int might match the return type of a GCC
12439 builtin and then its argument prototype would still apply. */
12440 #ifdef __cplusplus
12441 extern "C"
12442 #endif
12443 char ber_init ();
12445 main ()
12447 return ber_init ();
12449 return 0;
12451 _ACEOF
12452 if ac_fn_c_try_link "$LINENO"; then :
12453 ac_cv_lib_lber_ber_init=yes
12454 else
12455 ac_cv_lib_lber_ber_init=no
12457 rm -f core conftest.err conftest.$ac_objext \
12458 conftest$ac_exeext conftest.$ac_ext
12459 LIBS=$ac_check_lib_save_LIBS
12461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12462 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12463 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12465 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12467 LDAPLIBS="-lldap_r -llber"
12474 ac_wine_check_funcs_save_LIBS="$LIBS"
12475 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12476 for ac_func in \
12477 ldap_count_references \
12478 ldap_first_reference \
12479 ldap_next_reference \
12480 ldap_parse_reference \
12481 ldap_parse_sort_control \
12482 ldap_parse_sortresponse_control \
12483 ldap_parse_vlv_control \
12484 ldap_parse_vlvresponse_control
12485 do :
12486 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12487 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12488 eval as_val=\$$as_ac_var
12489 if test "x$as_val" = x""yes; then :
12490 cat >>confdefs.h <<_ACEOF
12491 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12492 _ACEOF
12495 done
12497 LIBS="$ac_wine_check_funcs_save_LIBS"
12499 if test "x$LDAPLIBS" = "x"; then :
12500 case "x$with_ldap" in
12501 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12502 xno) ;;
12503 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12504 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12505 esac
12508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12509 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12510 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12511 $as_echo_n "(cached) " >&6
12512 else
12513 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12514 /* end confdefs.h. */
12515 #include <sys/stat.h>
12517 main ()
12519 mkdir("foo");
12521 return 0;
12523 _ACEOF
12524 if ac_fn_c_try_compile "$LINENO"; then :
12525 wine_cv_one_arg_mkdir=yes
12526 else
12527 wine_cv_one_arg_mkdir=no
12529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12532 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12533 if test "$wine_cv_one_arg_mkdir" = "yes"
12534 then
12536 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12542 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12543 if test "${ac_cv_c_const+set}" = set; then :
12544 $as_echo_n "(cached) " >&6
12545 else
12546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12547 /* end confdefs.h. */
12550 main ()
12552 /* FIXME: Include the comments suggested by Paul. */
12553 #ifndef __cplusplus
12554 /* Ultrix mips cc rejects this. */
12555 typedef int charset[2];
12556 const charset cs;
12557 /* SunOS 4.1.1 cc rejects this. */
12558 char const *const *pcpcc;
12559 char **ppc;
12560 /* NEC SVR4.0.2 mips cc rejects this. */
12561 struct point {int x, y;};
12562 static struct point const zero = {0,0};
12563 /* AIX XL C 1.02.0.0 rejects this.
12564 It does not let you subtract one const X* pointer from another in
12565 an arm of an if-expression whose if-part is not a constant
12566 expression */
12567 const char *g = "string";
12568 pcpcc = &g + (g ? g-g : 0);
12569 /* HPUX 7.0 cc rejects these. */
12570 ++pcpcc;
12571 ppc = (char**) pcpcc;
12572 pcpcc = (char const *const *) ppc;
12573 { /* SCO 3.2v4 cc rejects this. */
12574 char *t;
12575 char const *s = 0 ? (char *) 0 : (char const *) 0;
12577 *t++ = 0;
12578 if (s) return 0;
12580 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12581 int x[] = {25, 17};
12582 const int *foo = &x[0];
12583 ++foo;
12585 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12586 typedef const int *iptr;
12587 iptr p = 0;
12588 ++p;
12590 { /* AIX XL C 1.02.0.0 rejects this saying
12591 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12592 struct s { int j; const int *ap[3]; };
12593 struct s *b; b->j = 5;
12595 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12596 const int foo = 10;
12597 if (!foo) return 0;
12599 return !cs[0] && !zero.x;
12600 #endif
12603 return 0;
12605 _ACEOF
12606 if ac_fn_c_try_compile "$LINENO"; then :
12607 ac_cv_c_const=yes
12608 else
12609 ac_cv_c_const=no
12611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12614 $as_echo "$ac_cv_c_const" >&6; }
12615 if test $ac_cv_c_const = no; then
12617 $as_echo "#define const /**/" >>confdefs.h
12621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12622 $as_echo_n "checking for inline... " >&6; }
12623 if test "${ac_cv_c_inline+set}" = set; then :
12624 $as_echo_n "(cached) " >&6
12625 else
12626 ac_cv_c_inline=no
12627 for ac_kw in inline __inline__ __inline; do
12628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12629 /* end confdefs.h. */
12630 #ifndef __cplusplus
12631 typedef int foo_t;
12632 static $ac_kw foo_t static_foo () {return 0; }
12633 $ac_kw foo_t foo () {return 0; }
12634 #endif
12636 _ACEOF
12637 if ac_fn_c_try_compile "$LINENO"; then :
12638 ac_cv_c_inline=$ac_kw
12640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12641 test "$ac_cv_c_inline" != no && break
12642 done
12645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12646 $as_echo "$ac_cv_c_inline" >&6; }
12648 case $ac_cv_c_inline in
12649 inline | yes) ;;
12651 case $ac_cv_c_inline in
12652 no) ac_val=;;
12653 *) ac_val=$ac_cv_c_inline;;
12654 esac
12655 cat >>confdefs.h <<_ACEOF
12656 #ifndef __cplusplus
12657 #define inline $ac_val
12658 #endif
12659 _ACEOF
12661 esac
12663 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12664 if test "x$ac_cv_type_mode_t" = x""yes; then :
12666 cat >>confdefs.h <<_ACEOF
12667 #define HAVE_MODE_T 1
12668 _ACEOF
12672 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12673 if test "x$ac_cv_type_off_t" = x""yes; then :
12675 cat >>confdefs.h <<_ACEOF
12676 #define HAVE_OFF_T 1
12677 _ACEOF
12681 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12682 if test "x$ac_cv_type_pid_t" = x""yes; then :
12684 cat >>confdefs.h <<_ACEOF
12685 #define HAVE_PID_T 1
12686 _ACEOF
12690 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12691 if test "x$ac_cv_type_size_t" = x""yes; then :
12693 cat >>confdefs.h <<_ACEOF
12694 #define HAVE_SIZE_T 1
12695 _ACEOF
12699 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12700 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12702 cat >>confdefs.h <<_ACEOF
12703 #define HAVE_SSIZE_T 1
12704 _ACEOF
12708 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12709 if test "x$ac_cv_type_long_long" = x""yes; then :
12711 cat >>confdefs.h <<_ACEOF
12712 #define HAVE_LONG_LONG 1
12713 _ACEOF
12717 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12718 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12720 cat >>confdefs.h <<_ACEOF
12721 #define HAVE_FSBLKCNT_T 1
12722 _ACEOF
12726 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12727 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12729 cat >>confdefs.h <<_ACEOF
12730 #define HAVE_FSFILCNT_T 1
12731 _ACEOF
12736 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12737 #include <signal.h>
12739 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12741 cat >>confdefs.h <<_ACEOF
12742 #define HAVE_SIGSET_T 1
12743 _ACEOF
12748 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12750 if test "x$ac_cv_type_request_sense" = x""yes; then :
12752 cat >>confdefs.h <<_ACEOF
12753 #define HAVE_REQUEST_SENSE 1
12754 _ACEOF
12760 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12761 #ifdef HAVE_SYS_SOCKET_H
12762 #include <sys/socket.h>
12763 #endif
12764 #ifdef HAVE_SYS_SOCKETVAR_H
12765 #include <sys/socketvar.h>
12766 #endif
12767 #ifdef HAVE_NET_ROUTE_H
12768 #include <net/route.h>
12769 #endif
12770 #ifdef HAVE_NETINET_IN_H
12771 #include <netinet/in.h>
12772 #endif
12773 #ifdef HAVE_NETINET_IN_SYSTM_H
12774 #include <netinet/in_systm.h>
12775 #endif
12776 #ifdef HAVE_NETINET_IP_H
12777 #include <netinet/ip.h>
12778 #endif
12779 #ifdef HAVE_NETINET_IN_PCB_H
12780 #include <netinet/in_pcb.h>
12781 #endif
12783 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12785 cat >>confdefs.h <<_ACEOF
12786 #define HAVE_STRUCT_XINPGEN 1
12787 _ACEOF
12793 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12794 #include <linux/input.h>
12795 #endif
12797 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12799 cat >>confdefs.h <<_ACEOF
12800 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12801 _ACEOF
12807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12808 $as_echo_n "checking for sigaddset... " >&6; }
12809 if test "${wine_cv_have_sigaddset+set}" = set; then :
12810 $as_echo_n "(cached) " >&6
12811 else
12812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12813 /* end confdefs.h. */
12814 #include <signal.h>
12816 main ()
12818 sigset_t set; sigaddset(&set,SIGTERM);
12820 return 0;
12822 _ACEOF
12823 if ac_fn_c_try_link "$LINENO"; then :
12824 wine_cv_have_sigaddset=yes
12825 else
12826 wine_cv_have_sigaddset=no
12828 rm -f core conftest.err conftest.$ac_objext \
12829 conftest$ac_exeext conftest.$ac_ext
12831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12832 $as_echo "$wine_cv_have_sigaddset" >&6; }
12833 if test "$wine_cv_have_sigaddset" = "yes"
12834 then
12836 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12842 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12843 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12844 $as_echo_n "(cached) " >&6
12845 else
12846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12847 /* end confdefs.h. */
12848 #include <netdb.h>
12850 main ()
12853 char *name=0;
12854 struct hostent he;
12855 struct hostent *result;
12856 char *buf=0;
12857 int bufsize=0;
12858 int res,errnr;
12859 char *addr=0;
12860 int addrlen=0;
12861 int addrtype=0;
12862 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12863 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12866 return 0;
12868 _ACEOF
12869 if ac_fn_c_try_link "$LINENO"; then :
12870 wine_cv_linux_gethostbyname_r_6=yes
12871 else
12872 wine_cv_linux_gethostbyname_r_6=no
12875 rm -f core conftest.err conftest.$ac_objext \
12876 conftest$ac_exeext conftest.$ac_ext
12879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12880 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12881 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12882 then
12884 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12888 if test "$ac_cv_header_linux_joystick_h" = "yes"
12889 then
12890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12891 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12892 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12893 $as_echo_n "(cached) " >&6
12894 else
12895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12896 /* end confdefs.h. */
12898 #include <sys/ioctl.h>
12899 #include <sys/types.h>
12900 #include <linux/joystick.h>
12902 struct js_event blub;
12903 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12904 #error "no 2.2 header"
12905 #endif
12908 main ()
12910 /*empty*/
12912 return 0;
12914 _ACEOF
12915 if ac_fn_c_try_compile "$LINENO"; then :
12916 wine_cv_linux_joystick_22_api=yes
12917 else
12918 wine_cv_linux_joystick_22_api=no
12920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
12924 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
12925 if test "$wine_cv_linux_joystick_22_api" = "yes"
12926 then
12928 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
12934 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
12935 #ifdef HAVE_SYS_PARAM_H
12936 # include <sys/param.h>
12937 #endif
12938 #ifdef HAVE_SYS_MOUNT_H
12939 # include <sys/mount.h>
12940 #endif
12941 #ifdef HAVE_SYS_VFS_H
12942 # include <sys/vfs.h>
12943 #endif
12944 #ifdef HAVE_SYS_STATFS_H
12945 # include <sys/statfs.h>
12946 #endif
12948 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
12950 cat >>confdefs.h <<_ACEOF
12951 #define HAVE_STRUCT_STATFS_F_BFREE 1
12952 _ACEOF
12956 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
12957 #ifdef HAVE_SYS_PARAM_H
12958 # include <sys/param.h>
12959 #endif
12960 #ifdef HAVE_SYS_MOUNT_H
12961 # include <sys/mount.h>
12962 #endif
12963 #ifdef HAVE_SYS_VFS_H
12964 # include <sys/vfs.h>
12965 #endif
12966 #ifdef HAVE_SYS_STATFS_H
12967 # include <sys/statfs.h>
12968 #endif
12970 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
12972 cat >>confdefs.h <<_ACEOF
12973 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
12974 _ACEOF
12978 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
12979 #ifdef HAVE_SYS_PARAM_H
12980 # include <sys/param.h>
12981 #endif
12982 #ifdef HAVE_SYS_MOUNT_H
12983 # include <sys/mount.h>
12984 #endif
12985 #ifdef HAVE_SYS_VFS_H
12986 # include <sys/vfs.h>
12987 #endif
12988 #ifdef HAVE_SYS_STATFS_H
12989 # include <sys/statfs.h>
12990 #endif
12992 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
12994 cat >>confdefs.h <<_ACEOF
12995 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
12996 _ACEOF
13000 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13001 #ifdef HAVE_SYS_PARAM_H
13002 # include <sys/param.h>
13003 #endif
13004 #ifdef HAVE_SYS_MOUNT_H
13005 # include <sys/mount.h>
13006 #endif
13007 #ifdef HAVE_SYS_VFS_H
13008 # include <sys/vfs.h>
13009 #endif
13010 #ifdef HAVE_SYS_STATFS_H
13011 # include <sys/statfs.h>
13012 #endif
13014 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13016 cat >>confdefs.h <<_ACEOF
13017 #define HAVE_STRUCT_STATFS_F_FFREE 1
13018 _ACEOF
13022 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13023 #ifdef HAVE_SYS_PARAM_H
13024 # include <sys/param.h>
13025 #endif
13026 #ifdef HAVE_SYS_MOUNT_H
13027 # include <sys/mount.h>
13028 #endif
13029 #ifdef HAVE_SYS_VFS_H
13030 # include <sys/vfs.h>
13031 #endif
13032 #ifdef HAVE_SYS_STATFS_H
13033 # include <sys/statfs.h>
13034 #endif
13036 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13038 cat >>confdefs.h <<_ACEOF
13039 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13040 _ACEOF
13044 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13045 #ifdef HAVE_SYS_PARAM_H
13046 # include <sys/param.h>
13047 #endif
13048 #ifdef HAVE_SYS_MOUNT_H
13049 # include <sys/mount.h>
13050 #endif
13051 #ifdef HAVE_SYS_VFS_H
13052 # include <sys/vfs.h>
13053 #endif
13054 #ifdef HAVE_SYS_STATFS_H
13055 # include <sys/statfs.h>
13056 #endif
13058 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13060 cat >>confdefs.h <<_ACEOF
13061 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13062 _ACEOF
13068 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13069 #include <sys/statvfs.h>
13070 #endif
13072 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13074 cat >>confdefs.h <<_ACEOF
13075 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13076 _ACEOF
13082 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13083 #ifdef HAVE_SYS_SOCKET_H
13084 # include <sys/socket.h>
13085 #endif
13086 #ifdef HAVE_SYS_UN_H
13087 # include <sys/un.h>
13088 #endif
13090 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13092 cat >>confdefs.h <<_ACEOF
13093 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13094 _ACEOF
13098 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13099 #ifdef HAVE_SYS_SOCKET_H
13100 # include <sys/socket.h>
13101 #endif
13102 #ifdef HAVE_SYS_UN_H
13103 # include <sys/un.h>
13104 #endif
13106 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13108 cat >>confdefs.h <<_ACEOF
13109 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13110 _ACEOF
13114 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13115 #ifdef HAVE_SYS_SOCKET_H
13116 # include <sys/socket.h>
13117 #endif
13118 #ifdef HAVE_SYS_UN_H
13119 # include <sys/un.h>
13120 #endif
13122 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13124 cat >>confdefs.h <<_ACEOF
13125 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13126 _ACEOF
13132 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13133 #ifdef HAVE_SCSI_SG_H
13134 #include <scsi/sg.h>
13135 #endif
13137 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13139 cat >>confdefs.h <<_ACEOF
13140 #define HAVE_SCSIREQ_T_CMD 1
13141 _ACEOF
13145 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>
13146 #ifdef HAVE_SCSI_SG_H
13147 #include <scsi/sg.h>
13148 #endif
13150 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13152 cat >>confdefs.h <<_ACEOF
13153 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13154 _ACEOF
13160 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13162 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13164 cat >>confdefs.h <<_ACEOF
13165 #define HAVE_SIGINFO_T_SI_FD 1
13166 _ACEOF
13172 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13173 #ifdef HAVE_SYS_MTIO_H
13174 #include <sys/mtio.h>
13175 #endif
13177 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13179 cat >>confdefs.h <<_ACEOF
13180 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13181 _ACEOF
13185 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13186 #ifdef HAVE_SYS_MTIO_H
13187 #include <sys/mtio.h>
13188 #endif
13190 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13192 cat >>confdefs.h <<_ACEOF
13193 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13194 _ACEOF
13198 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13199 #ifdef HAVE_SYS_MTIO_H
13200 #include <sys/mtio.h>
13201 #endif
13203 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13205 cat >>confdefs.h <<_ACEOF
13206 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13207 _ACEOF
13213 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13214 #include <getopt.h>
13215 #endif
13217 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13219 cat >>confdefs.h <<_ACEOF
13220 #define HAVE_STRUCT_OPTION_NAME 1
13221 _ACEOF
13227 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13228 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13230 cat >>confdefs.h <<_ACEOF
13231 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13232 _ACEOF
13236 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13237 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13239 cat >>confdefs.h <<_ACEOF
13240 #define HAVE_STRUCT_STAT_ST_MTIM 1
13241 _ACEOF
13245 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13246 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13248 cat >>confdefs.h <<_ACEOF
13249 #define HAVE_STRUCT_STAT_ST_CTIM 1
13250 _ACEOF
13254 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13255 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13257 cat >>confdefs.h <<_ACEOF
13258 #define HAVE_STRUCT_STAT_ST_ATIM 1
13259 _ACEOF
13265 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
13266 #include <sys/types.h>
13267 #endif
13268 #ifdef HAVE_NETINET_IN_H
13269 #include <netinet/in.h>
13270 #endif
13272 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13274 cat >>confdefs.h <<_ACEOF
13275 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13276 _ACEOF
13282 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13283 #include <sys/types.h>
13284 #endif
13285 #ifdef HAVE_NETINET_IN_H
13286 # include <netinet/in.h>
13287 #endif
13288 #ifdef HAVE_ARPA_NAMESER_H
13289 # include <arpa/nameser.h>
13290 #endif
13292 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13294 cat >>confdefs.h <<_ACEOF
13295 #define HAVE_NS_MSG__MSG_PTR 1
13296 _ACEOF
13302 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13303 #include <sys/types.h>
13304 #endif
13305 #ifdef HAVE_ALIAS_H
13306 #include <alias.h>
13307 #endif
13308 #ifdef HAVE_SYS_SOCKET_H
13309 #include <sys/socket.h>
13310 #endif
13311 #ifdef HAVE_SYS_SOCKETVAR_H
13312 #include <sys/socketvar.h>
13313 #endif
13314 #ifdef HAVE_SYS_TIMEOUT_H
13315 #include <sys/timeout.h>
13316 #endif
13317 #ifdef HAVE_NETINET_IN_H
13318 #include <netinet/in.h>
13319 #endif
13320 #ifdef HAVE_NETINET_IN_SYSTM_H
13321 #include <netinet/in_systm.h>
13322 #endif
13323 #ifdef HAVE_NETINET_IP_H
13324 #include <netinet/ip.h>
13325 #endif
13326 #ifdef HAVE_NETINET_IP_VAR_H
13327 #include <netinet/ip_var.h>
13328 #endif
13329 #ifdef HAVE_NETINET_IP_ICMP_H
13330 #include <netinet/ip_icmp.h>
13331 #endif
13332 #ifdef HAVE_NETINET_ICMP_VAR
13333 #include <netinet/icmp_var.h>
13334 #endif
13336 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13338 cat >>confdefs.h <<_ACEOF
13339 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13340 _ACEOF
13346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13347 $as_echo_n "checking for timezone variable... " >&6; }
13348 if test "${ac_cv_have_timezone+set}" = set; then :
13349 $as_echo_n "(cached) " >&6
13350 else
13351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13352 /* end confdefs.h. */
13353 #include <time.h>
13355 main ()
13357 timezone = 1
13359 return 0;
13361 _ACEOF
13362 if ac_fn_c_try_link "$LINENO"; then :
13363 ac_cv_have_timezone="yes"
13364 else
13365 ac_cv_have_timezone="no"
13367 rm -f core conftest.err conftest.$ac_objext \
13368 conftest$ac_exeext conftest.$ac_ext
13370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13371 $as_echo "$ac_cv_have_timezone" >&6; }
13372 if test "$ac_cv_have_timezone" = "yes"
13373 then
13375 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13379 $as_echo_n "checking for daylight variable... " >&6; }
13380 if test "${ac_cv_have_daylight+set}" = set; then :
13381 $as_echo_n "(cached) " >&6
13382 else
13383 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13384 /* end confdefs.h. */
13385 #include <time.h>
13387 main ()
13389 daylight = 1
13391 return 0;
13393 _ACEOF
13394 if ac_fn_c_try_link "$LINENO"; then :
13395 ac_cv_have_daylight="yes"
13396 else
13397 ac_cv_have_daylight="no"
13399 rm -f core conftest.err conftest.$ac_objext \
13400 conftest$ac_exeext conftest.$ac_ext
13402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13403 $as_echo "$ac_cv_have_daylight" >&6; }
13404 if test "$ac_cv_have_daylight" = "yes"
13405 then
13407 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13412 $as_echo_n "checking for isinf... " >&6; }
13413 if test "${ac_cv_have_isinf+set}" = set; then :
13414 $as_echo_n "(cached) " >&6
13415 else
13416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13417 /* end confdefs.h. */
13418 #include <math.h>
13420 main ()
13422 float f = 0.0; int i=isinf(f)
13424 return 0;
13426 _ACEOF
13427 if ac_fn_c_try_link "$LINENO"; then :
13428 ac_cv_have_isinf="yes"
13429 else
13430 ac_cv_have_isinf="no"
13432 rm -f core conftest.err conftest.$ac_objext \
13433 conftest$ac_exeext conftest.$ac_ext
13435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13436 $as_echo "$ac_cv_have_isinf" >&6; }
13437 if test "$ac_cv_have_isinf" = "yes"
13438 then
13440 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13445 $as_echo_n "checking for isnan... " >&6; }
13446 if test "${ac_cv_have_isnan+set}" = set; then :
13447 $as_echo_n "(cached) " >&6
13448 else
13449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13450 /* end confdefs.h. */
13451 #include <math.h>
13453 main ()
13455 float f = 0.0; int i=isnan(f)
13457 return 0;
13459 _ACEOF
13460 if ac_fn_c_try_link "$LINENO"; then :
13461 ac_cv_have_isnan="yes"
13462 else
13463 ac_cv_have_isnan="no"
13465 rm -f core conftest.err conftest.$ac_objext \
13466 conftest$ac_exeext conftest.$ac_ext
13468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13469 $as_echo "$ac_cv_have_isnan" >&6; }
13470 if test "$ac_cv_have_isnan" = "yes"
13471 then
13473 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13478 case $host_cpu in
13479 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13480 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13481 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13482 $as_echo_n "(cached) " >&6
13483 else
13484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13485 /* end confdefs.h. */
13486 #ifndef __i386__
13488 #endif
13489 _ACEOF
13490 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13491 $EGREP "yes" >/dev/null 2>&1; then :
13492 ac_cv_cpp_def___i386__=yes
13493 else
13494 ac_cv_cpp_def___i386__=no
13496 rm -f conftest*
13499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13500 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13501 if test $ac_cv_cpp_def___i386__ = yes; then :
13502 CFLAGS="$CFLAGS -D__i386__"
13503 LINTFLAGS="$LINTFLAGS -D__i386__"
13504 fi ;;
13505 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13506 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13507 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13508 $as_echo_n "(cached) " >&6
13509 else
13510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13511 /* end confdefs.h. */
13512 #ifndef __x86_64__
13514 #endif
13515 _ACEOF
13516 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13517 $EGREP "yes" >/dev/null 2>&1; then :
13518 ac_cv_cpp_def___x86_64__=yes
13519 else
13520 ac_cv_cpp_def___x86_64__=no
13522 rm -f conftest*
13525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13526 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13527 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13528 CFLAGS="$CFLAGS -D__x86_64__"
13529 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13530 fi ;;
13531 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13532 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13533 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13534 $as_echo_n "(cached) " >&6
13535 else
13536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13537 /* end confdefs.h. */
13538 #ifndef __ALPHA__
13540 #endif
13541 _ACEOF
13542 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13543 $EGREP "yes" >/dev/null 2>&1; then :
13544 ac_cv_cpp_def___ALPHA__=yes
13545 else
13546 ac_cv_cpp_def___ALPHA__=no
13548 rm -f conftest*
13551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13552 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13553 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13554 CFLAGS="$CFLAGS -D__ALPHA__"
13555 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13556 fi ;;
13557 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13558 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13559 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13560 $as_echo_n "(cached) " >&6
13561 else
13562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13563 /* end confdefs.h. */
13564 #ifndef __sparc__
13566 #endif
13567 _ACEOF
13568 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13569 $EGREP "yes" >/dev/null 2>&1; then :
13570 ac_cv_cpp_def___sparc__=yes
13571 else
13572 ac_cv_cpp_def___sparc__=no
13574 rm -f conftest*
13577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13578 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13579 if test $ac_cv_cpp_def___sparc__ = yes; then :
13580 CFLAGS="$CFLAGS -D__sparc__"
13581 LINTFLAGS="$LINTFLAGS -D__sparc__"
13582 fi ;;
13583 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13584 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13585 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13586 $as_echo_n "(cached) " >&6
13587 else
13588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13589 /* end confdefs.h. */
13590 #ifndef __powerpc__
13592 #endif
13593 _ACEOF
13594 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13595 $EGREP "yes" >/dev/null 2>&1; then :
13596 ac_cv_cpp_def___powerpc__=yes
13597 else
13598 ac_cv_cpp_def___powerpc__=no
13600 rm -f conftest*
13603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13604 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13605 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13606 CFLAGS="$CFLAGS -D__powerpc__"
13607 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13608 fi ;;
13609 esac
13611 case $host_vendor in
13612 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13613 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13614 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13615 $as_echo_n "(cached) " >&6
13616 else
13617 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13618 /* end confdefs.h. */
13619 #ifndef __sun__
13621 #endif
13622 _ACEOF
13623 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13624 $EGREP "yes" >/dev/null 2>&1; then :
13625 ac_cv_cpp_def___sun__=yes
13626 else
13627 ac_cv_cpp_def___sun__=no
13629 rm -f conftest*
13632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13633 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13634 if test $ac_cv_cpp_def___sun__ = yes; then :
13635 CFLAGS="$CFLAGS -D__sun__"
13636 LINTFLAGS="$LINTFLAGS -D__sun__"
13637 fi ;;
13638 esac
13641 DEPENDENCIES="### Dependencies:
13643 .INIT: Makefile
13644 .BEGIN: Makefile
13645 .MAKEFILEDEPS:
13646 Makefile: dummy
13647 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13649 \$(OBJS) \$(CROSSOBJS): \$(IDL_GEN_HEADERS) \$(BISON_SRCS:.y=.tab.h)
13650 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13651 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13652 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13653 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13656 ALL_MAKERULES=""
13658 ALL_MAKEFILES=""
13660 ALL_SYMLINKS=""
13662 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13664 ALL_WINETEST_DEPENDS="# Test binaries"
13667 ALL_TOP_DIRS=""
13669 ALL_DLL_DIRS=""
13671 ALL_TOOL_DIRS=""
13673 ALL_STATICLIB_DIRS=""
13675 ALL_STATIC_LIBS=""
13677 ALL_IMPORT_LIBS=""
13679 ALL_TEST_DIRS=""
13681 ALL_TEST_BINARIES=""
13683 ALL_PROGRAM_DIRS=""
13685 ALL_PROGRAM_INSTALL_DIRS=""
13687 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13692 ac_config_commands="$ac_config_commands include/stamp-h"
13695 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
13696 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13697 dlls/wineps.drv/generic.ppd"
13698 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
13699 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13700 fonts/marlett.ttf"
13701 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
13702 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13703 fonts/symbol.ttf"
13704 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
13705 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13706 fonts/tahoma.ttf"
13707 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
13708 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13709 fonts/tahomabd.ttf"
13710 ac_config_links="$ac_config_links wine:tools/winewrapper"
13711 ALL_SYMLINKS="$ALL_SYMLINKS \\
13712 wine"
13714 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13716 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13718 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13720 ac_config_commands="$ac_config_commands dlls/user32/resources"
13722 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13724 ac_config_commands="$ac_config_commands include/wine"
13727 ALL_MAKERULES="$ALL_MAKERULES \\
13728 Make.rules"
13729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13730 Make.rules: Make.rules.in config.status"
13731 MAKE_RULES=Make.rules
13732 ac_config_files="$ac_config_files Make.rules"
13734 ALL_MAKERULES="$ALL_MAKERULES \\
13735 dlls/Makedll.rules"
13736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13737 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules config.status"
13738 MAKE_DLL_RULES=dlls/Makedll.rules
13739 ac_config_files="$ac_config_files dlls/Makedll.rules"
13741 ALL_MAKERULES="$ALL_MAKERULES \\
13742 dlls/Makeimplib.rules"
13743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13744 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules config.status"
13745 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13746 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13748 ALL_MAKERULES="$ALL_MAKERULES \\
13749 dlls/Maketest.rules"
13750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13751 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules config.status"
13752 MAKE_TEST_RULES=dlls/Maketest.rules
13753 ac_config_files="$ac_config_files dlls/Maketest.rules"
13755 ALL_MAKERULES="$ALL_MAKERULES \\
13756 programs/Makeprog.rules"
13757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13758 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules config.status"
13759 MAKE_PROG_RULES=programs/Makeprog.rules
13760 ac_config_files="$ac_config_files programs/Makeprog.rules"
13765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13766 Makefile: Makefile.in Make.rules config.status"
13767 ac_config_files="$ac_config_files Makefile"
13769 ALL_MAKEFILES="$ALL_MAKEFILES \\
13770 dlls/Makefile"
13771 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13772 dlls"
13773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13774 \$(RECURSE_TARGETS:%=dlls/%) dlls: dlls/Makefile \$(MAKEDEP)
13775 dlls/Makefile: dlls/Makefile.in Make.rules config.status"
13776 ac_config_files="$ac_config_files dlls/Makefile"
13778 ALL_MAKEFILES="$ALL_MAKEFILES \\
13779 dlls/acledit/Makefile"
13780 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13781 acledit"
13782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13783 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules config.status"
13784 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13786 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13787 dlls/aclui/libaclui.$IMPLIBEXT"
13788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13789 dlls/aclui/libaclui.$IMPLIBEXT dlls/aclui/libaclui.cross.a: tools/widl tools/winebuild tools/winegcc include
13790 dlls/aclui/libaclui.$IMPLIBEXT dlls/aclui/libaclui.cross.a: dlls/aclui/aclui.spec dlls/aclui/Makefile
13791 @cd dlls/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 dlls/activeds/libactiveds.$IMPLIBEXT"
13802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13803 dlls/activeds/libactiveds.$IMPLIBEXT dlls/activeds/libactiveds.cross.a: tools/widl tools/winebuild tools/winegcc include
13804 dlls/activeds/libactiveds.$IMPLIBEXT dlls/activeds/libactiveds.cross.a: dlls/activeds/activeds.spec dlls/activeds/Makefile
13805 @cd dlls/activeds && \$(MAKE) \`basename \$@\`"
13806 ALL_MAKEFILES="$ALL_MAKEFILES \\
13807 dlls/activeds/Makefile"
13808 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13809 activeds"
13810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13811 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules config.status"
13812 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13814 ALL_MAKEFILES="$ALL_MAKEFILES \\
13815 dlls/actxprxy/Makefile"
13816 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13817 actxprxy"
13818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13819 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules config.status"
13820 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13822 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
13823 dlls/adsiid/libadsiid.a"
13824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13825 dlls/adsiid: tools/widl tools/winebuild tools/winegcc include
13826 dlls/adsiid/__install__ dlls/adsiid/__install-dev__: dlls/adsiid
13827 dlls/adsiid/libadsiid.cross.a: dlls/adsiid/Makefile tools/widl tools/winebuild tools/winegcc include dummy
13828 @cd dlls/adsiid && \$(MAKE) \`basename \$@\`"
13829 ALL_MAKEFILES="$ALL_MAKEFILES \\
13830 dlls/adsiid/Makefile"
13831 test "x$enable_adsiid" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
13832 dlls/adsiid"
13833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13834 \$(RECURSE_TARGETS:%=dlls/adsiid/%) dlls/adsiid: dlls/adsiid/Makefile \$(MAKEDEP)
13835 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules config.status"
13836 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13838 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13839 dlls/advapi32/libadvapi32.$IMPLIBEXT"
13840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13841 dlls/advapi32/libadvapi32.$IMPLIBEXT dlls/advapi32/libadvapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
13842 dlls/advapi32/libadvapi32.$IMPLIBEXT dlls/advapi32/libadvapi32.cross.a: dlls/advapi32/advapi32.spec dlls/advapi32/Makefile
13843 @cd dlls/advapi32 && \$(MAKE) \`basename \$@\`"
13844 ALL_MAKEFILES="$ALL_MAKEFILES \\
13845 dlls/advapi32/Makefile"
13846 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13847 advapi32"
13848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13849 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules config.status"
13850 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13853 dlls/advapi32/tests: __builddeps__
13854 dlls/advapi32/tests/__crosstest__: __buildcrossdeps__"
13855 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
13856 advapi32_test.exe"
13857 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
13858 advapi32_test.exe: \$(TOPOBJDIR)/dlls/advapi32/tests/advapi32_test.exe$DLLEXT
13859 cp \$(TOPOBJDIR)/dlls/advapi32/tests/advapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13860 advapi32_test.rc:
13861 echo \"advapi32_test.exe TESTRES \\\"advapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13862 advapi32_test.res: advapi32_test.rc advapi32_test.exe"
13863 ALL_MAKEFILES="$ALL_MAKEFILES \\
13864 dlls/advapi32/tests/Makefile"
13865 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13866 dlls/advapi32/tests"
13867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13868 \$(RECURSE_TARGETS:%=dlls/advapi32/tests/%) dlls/advapi32/tests: dlls/advapi32/tests/Makefile \$(MAKEDEP)
13869 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules config.status"
13870 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13872 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13873 dlls/advpack/libadvpack.$IMPLIBEXT"
13874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13875 dlls/advpack/libadvpack.$IMPLIBEXT dlls/advpack/libadvpack.cross.a: tools/widl tools/winebuild tools/winegcc include
13876 dlls/advpack/libadvpack.$IMPLIBEXT dlls/advpack/libadvpack.cross.a: dlls/advpack/advpack.spec dlls/advpack/Makefile
13877 @cd dlls/advpack && \$(MAKE) \`basename \$@\`"
13878 ALL_MAKEFILES="$ALL_MAKEFILES \\
13879 dlls/advpack/Makefile"
13880 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13881 advpack"
13882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13883 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules config.status"
13884 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13887 dlls/advpack/tests: __builddeps__
13888 dlls/advpack/tests/__crosstest__: __buildcrossdeps__"
13889 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
13890 advpack_test.exe"
13891 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
13892 advpack_test.exe: \$(TOPOBJDIR)/dlls/advpack/tests/advpack_test.exe$DLLEXT
13893 cp \$(TOPOBJDIR)/dlls/advpack/tests/advpack_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13894 advpack_test.rc:
13895 echo \"advpack_test.exe TESTRES \\\"advpack_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13896 advpack_test.res: advpack_test.rc advpack_test.exe"
13897 ALL_MAKEFILES="$ALL_MAKEFILES \\
13898 dlls/advpack/tests/Makefile"
13899 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13900 dlls/advpack/tests"
13901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13902 \$(RECURSE_TARGETS:%=dlls/advpack/tests/%) dlls/advpack/tests: dlls/advpack/tests/Makefile \$(MAKEDEP)
13903 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules config.status"
13904 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13906 ALL_MAKEFILES="$ALL_MAKEFILES \\
13907 dlls/amstream/Makefile"
13908 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13909 amstream"
13910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13911 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules config.status"
13912 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13915 dlls/amstream/tests: __builddeps__
13916 dlls/amstream/tests/__crosstest__: __buildcrossdeps__"
13917 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
13918 amstream_test.exe"
13919 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
13920 amstream_test.exe: \$(TOPOBJDIR)/dlls/amstream/tests/amstream_test.exe$DLLEXT
13921 cp \$(TOPOBJDIR)/dlls/amstream/tests/amstream_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13922 amstream_test.rc:
13923 echo \"amstream_test.exe TESTRES \\\"amstream_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13924 amstream_test.res: amstream_test.rc amstream_test.exe"
13925 ALL_MAKEFILES="$ALL_MAKEFILES \\
13926 dlls/amstream/tests/Makefile"
13927 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13928 dlls/amstream/tests"
13929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13930 \$(RECURSE_TARGETS:%=dlls/amstream/tests/%) dlls/amstream/tests: dlls/amstream/tests/Makefile \$(MAKEDEP)
13931 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules config.status"
13932 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13934 ALL_MAKEFILES="$ALL_MAKEFILES \\
13935 dlls/appwiz.cpl/Makefile"
13936 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13937 appwiz.cpl"
13938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13939 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules config.status"
13940 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13942 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13943 dlls/atl/libatl.$IMPLIBEXT"
13944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13945 dlls/atl/libatl.$IMPLIBEXT dlls/atl/libatl.cross.a: tools/widl tools/winebuild tools/winegcc include
13946 dlls/atl/libatl.$IMPLIBEXT dlls/atl/libatl.cross.a: dlls/atl/atl.spec dlls/atl/Makefile
13947 @cd dlls/atl && \$(MAKE) \`basename \$@\`"
13948 ALL_MAKEFILES="$ALL_MAKEFILES \\
13949 dlls/atl/Makefile"
13950 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13951 atl"
13952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13953 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules config.status"
13954 ac_config_files="$ac_config_files dlls/atl/Makefile"
13956 ALL_MAKEFILES="$ALL_MAKEFILES \\
13957 dlls/authz/Makefile"
13958 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13959 authz"
13960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13961 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules config.status"
13962 ac_config_files="$ac_config_files dlls/authz/Makefile"
13964 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13965 dlls/avicap32/libavicap32.$IMPLIBEXT"
13966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13967 dlls/avicap32/libavicap32.$IMPLIBEXT dlls/avicap32/libavicap32.cross.a: tools/widl tools/winebuild tools/winegcc include
13968 dlls/avicap32/libavicap32.$IMPLIBEXT dlls/avicap32/libavicap32.cross.a: dlls/avicap32/avicap32.spec dlls/avicap32/Makefile
13969 @cd dlls/avicap32 && \$(MAKE) \`basename \$@\`"
13970 ALL_MAKEFILES="$ALL_MAKEFILES \\
13971 dlls/avicap32/Makefile"
13972 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13973 avicap32"
13974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13975 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules config.status"
13976 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13978 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13979 dlls/avifil32/libavifil32.$IMPLIBEXT"
13980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13981 dlls/avifil32/libavifil32.$IMPLIBEXT dlls/avifil32/libavifil32.cross.a: tools/widl tools/winebuild tools/winegcc include
13982 dlls/avifil32/libavifil32.$IMPLIBEXT dlls/avifil32/libavifil32.cross.a: dlls/avifil32/avifil32.spec dlls/avifil32/Makefile
13983 @cd dlls/avifil32 && \$(MAKE) \`basename \$@\`"
13984 ALL_MAKEFILES="$ALL_MAKEFILES \\
13985 dlls/avifil32/Makefile"
13986 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13987 avifil32"
13988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13989 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules config.status"
13990 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13993 dlls/avifil32/tests: __builddeps__
13994 dlls/avifil32/tests/__crosstest__: __buildcrossdeps__"
13995 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
13996 avifil32_test.exe"
13997 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
13998 avifil32_test.exe: \$(TOPOBJDIR)/dlls/avifil32/tests/avifil32_test.exe$DLLEXT
13999 cp \$(TOPOBJDIR)/dlls/avifil32/tests/avifil32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14000 avifil32_test.rc:
14001 echo \"avifil32_test.exe TESTRES \\\"avifil32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14002 avifil32_test.res: avifil32_test.rc avifil32_test.exe"
14003 ALL_MAKEFILES="$ALL_MAKEFILES \\
14004 dlls/avifil32/tests/Makefile"
14005 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14006 dlls/avifil32/tests"
14007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14008 \$(RECURSE_TARGETS:%=dlls/avifil32/tests/%) dlls/avifil32/tests: dlls/avifil32/tests/Makefile \$(MAKEDEP)
14009 dlls/avifil32/tests/Makefile: dlls/avifil32/tests/Makefile.in dlls/Maketest.rules config.status"
14010 ac_config_files="$ac_config_files dlls/avifil32/tests/Makefile"
14012 ALL_MAKEFILES="$ALL_MAKEFILES \\
14013 dlls/avifile.dll16/Makefile"
14014 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14015 avifile.dll16"
14016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14017 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules config.status"
14018 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
14020 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14021 dlls/avrt/libavrt.$IMPLIBEXT"
14022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14023 dlls/avrt/libavrt.$IMPLIBEXT dlls/avrt/libavrt.cross.a: tools/widl tools/winebuild tools/winegcc include
14024 dlls/avrt/libavrt.$IMPLIBEXT dlls/avrt/libavrt.cross.a: dlls/avrt/avrt.spec dlls/avrt/Makefile
14025 @cd dlls/avrt && \$(MAKE) \`basename \$@\`"
14026 ALL_MAKEFILES="$ALL_MAKEFILES \\
14027 dlls/avrt/Makefile"
14028 test "x$enable_avrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14029 avrt"
14030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14031 dlls/avrt/Makefile: dlls/avrt/Makefile.in dlls/Makedll.rules config.status"
14032 ac_config_files="$ac_config_files dlls/avrt/Makefile"
14034 ALL_MAKEFILES="$ALL_MAKEFILES \\
14035 dlls/bcrypt/Makefile"
14036 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14037 bcrypt"
14038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14039 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules config.status"
14040 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
14042 ALL_MAKEFILES="$ALL_MAKEFILES \\
14043 dlls/browseui/Makefile"
14044 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14045 browseui"
14046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14047 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules config.status"
14048 ac_config_files="$ac_config_files dlls/browseui/Makefile"
14050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14051 dlls/browseui/tests: __builddeps__
14052 dlls/browseui/tests/__crosstest__: __buildcrossdeps__"
14053 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14054 browseui_test.exe"
14055 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14056 browseui_test.exe: \$(TOPOBJDIR)/dlls/browseui/tests/browseui_test.exe$DLLEXT
14057 cp \$(TOPOBJDIR)/dlls/browseui/tests/browseui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14058 browseui_test.rc:
14059 echo \"browseui_test.exe TESTRES \\\"browseui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14060 browseui_test.res: browseui_test.rc browseui_test.exe"
14061 ALL_MAKEFILES="$ALL_MAKEFILES \\
14062 dlls/browseui/tests/Makefile"
14063 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14064 dlls/browseui/tests"
14065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14066 \$(RECURSE_TARGETS:%=dlls/browseui/tests/%) dlls/browseui/tests: dlls/browseui/tests/Makefile \$(MAKEDEP)
14067 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules config.status"
14068 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
14070 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14071 dlls/cabinet/libcabinet.$IMPLIBEXT"
14072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14073 dlls/cabinet/libcabinet.$IMPLIBEXT dlls/cabinet/libcabinet.cross.a: tools/widl tools/winebuild tools/winegcc include
14074 dlls/cabinet/libcabinet.$IMPLIBEXT dlls/cabinet/libcabinet.cross.a: dlls/cabinet/cabinet.spec dlls/cabinet/Makefile
14075 @cd dlls/cabinet && \$(MAKE) \`basename \$@\`"
14076 ALL_MAKEFILES="$ALL_MAKEFILES \\
14077 dlls/cabinet/Makefile"
14078 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14079 cabinet"
14080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14081 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules config.status"
14082 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
14084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14085 dlls/cabinet/tests: __builddeps__
14086 dlls/cabinet/tests/__crosstest__: __buildcrossdeps__"
14087 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14088 cabinet_test.exe"
14089 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14090 cabinet_test.exe: \$(TOPOBJDIR)/dlls/cabinet/tests/cabinet_test.exe$DLLEXT
14091 cp \$(TOPOBJDIR)/dlls/cabinet/tests/cabinet_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14092 cabinet_test.rc:
14093 echo \"cabinet_test.exe TESTRES \\\"cabinet_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14094 cabinet_test.res: cabinet_test.rc cabinet_test.exe"
14095 ALL_MAKEFILES="$ALL_MAKEFILES \\
14096 dlls/cabinet/tests/Makefile"
14097 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14098 dlls/cabinet/tests"
14099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14100 \$(RECURSE_TARGETS:%=dlls/cabinet/tests/%) dlls/cabinet/tests: dlls/cabinet/tests/Makefile \$(MAKEDEP)
14101 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules config.status"
14102 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
14104 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14105 dlls/capi2032/libcapi2032.$IMPLIBEXT"
14106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14107 dlls/capi2032/libcapi2032.$IMPLIBEXT dlls/capi2032/libcapi2032.cross.a: tools/widl tools/winebuild tools/winegcc include
14108 dlls/capi2032/libcapi2032.$IMPLIBEXT dlls/capi2032/libcapi2032.cross.a: dlls/capi2032/capi2032.spec dlls/capi2032/Makefile
14109 @cd dlls/capi2032 && \$(MAKE) \`basename \$@\`"
14110 ALL_MAKEFILES="$ALL_MAKEFILES \\
14111 dlls/capi2032/Makefile"
14112 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14113 capi2032"
14114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14115 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules config.status"
14116 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
14118 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14119 dlls/cards/libcards.$IMPLIBEXT"
14120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14121 dlls/cards/libcards.$IMPLIBEXT dlls/cards/libcards.cross.a: tools/widl tools/winebuild tools/winegcc include
14122 dlls/cards/libcards.$IMPLIBEXT dlls/cards/libcards.cross.a: dlls/cards/cards.spec dlls/cards/Makefile
14123 @cd dlls/cards && \$(MAKE) \`basename \$@\`"
14124 ALL_MAKEFILES="$ALL_MAKEFILES \\
14125 dlls/cards/Makefile"
14126 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14127 cards"
14128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14129 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules config.status"
14130 ac_config_files="$ac_config_files dlls/cards/Makefile"
14132 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14133 dlls/cfgmgr32/libcfgmgr32.$IMPLIBEXT"
14134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14135 dlls/cfgmgr32/libcfgmgr32.$IMPLIBEXT dlls/cfgmgr32/libcfgmgr32.cross.a: tools/widl tools/winebuild tools/winegcc include
14136 dlls/cfgmgr32/libcfgmgr32.$IMPLIBEXT dlls/cfgmgr32/libcfgmgr32.cross.a: dlls/cfgmgr32/cfgmgr32.spec dlls/cfgmgr32/Makefile
14137 @cd dlls/cfgmgr32 && \$(MAKE) \`basename \$@\`"
14138 ALL_MAKEFILES="$ALL_MAKEFILES \\
14139 dlls/cfgmgr32/Makefile"
14140 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14141 cfgmgr32"
14142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14143 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules config.status"
14144 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
14146 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14147 dlls/clusapi/libclusapi.$IMPLIBEXT"
14148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14149 dlls/clusapi/libclusapi.$IMPLIBEXT dlls/clusapi/libclusapi.cross.a: tools/widl tools/winebuild tools/winegcc include
14150 dlls/clusapi/libclusapi.$IMPLIBEXT dlls/clusapi/libclusapi.cross.a: dlls/clusapi/clusapi.spec dlls/clusapi/Makefile
14151 @cd dlls/clusapi && \$(MAKE) \`basename \$@\`"
14152 ALL_MAKEFILES="$ALL_MAKEFILES \\
14153 dlls/clusapi/Makefile"
14154 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14155 clusapi"
14156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14157 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules config.status"
14158 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
14160 ALL_MAKEFILES="$ALL_MAKEFILES \\
14161 dlls/comcat/Makefile"
14162 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14163 comcat"
14164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14165 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules config.status"
14166 ac_config_files="$ac_config_files dlls/comcat/Makefile"
14168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14169 dlls/comcat/tests: __builddeps__
14170 dlls/comcat/tests/__crosstest__: __buildcrossdeps__"
14171 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14172 comcat_test.exe"
14173 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14174 comcat_test.exe: \$(TOPOBJDIR)/dlls/comcat/tests/comcat_test.exe$DLLEXT
14175 cp \$(TOPOBJDIR)/dlls/comcat/tests/comcat_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14176 comcat_test.rc:
14177 echo \"comcat_test.exe TESTRES \\\"comcat_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14178 comcat_test.res: comcat_test.rc comcat_test.exe"
14179 ALL_MAKEFILES="$ALL_MAKEFILES \\
14180 dlls/comcat/tests/Makefile"
14181 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14182 dlls/comcat/tests"
14183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14184 \$(RECURSE_TARGETS:%=dlls/comcat/tests/%) dlls/comcat/tests: dlls/comcat/tests/Makefile \$(MAKEDEP)
14185 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules config.status"
14186 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
14188 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14189 dlls/comctl32/libcomctl32.$IMPLIBEXT"
14190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14191 dlls/comctl32/libcomctl32.$IMPLIBEXT dlls/comctl32/libcomctl32.cross.a: tools/widl tools/winebuild tools/winegcc include
14192 dlls/comctl32/libcomctl32.$IMPLIBEXT dlls/comctl32/libcomctl32.cross.a: dlls/comctl32/comctl32.spec dlls/comctl32/Makefile
14193 @cd dlls/comctl32 && \$(MAKE) \`basename \$@\`"
14194 ALL_MAKEFILES="$ALL_MAKEFILES \\
14195 dlls/comctl32/Makefile"
14196 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14197 comctl32"
14198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14199 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules config.status"
14200 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
14202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14203 dlls/comctl32/tests: __builddeps__
14204 dlls/comctl32/tests/__crosstest__: __buildcrossdeps__"
14205 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14206 comctl32_test.exe"
14207 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14208 comctl32_test.exe: \$(TOPOBJDIR)/dlls/comctl32/tests/comctl32_test.exe$DLLEXT
14209 cp \$(TOPOBJDIR)/dlls/comctl32/tests/comctl32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14210 comctl32_test.rc:
14211 echo \"comctl32_test.exe TESTRES \\\"comctl32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14212 comctl32_test.res: comctl32_test.rc comctl32_test.exe"
14213 ALL_MAKEFILES="$ALL_MAKEFILES \\
14214 dlls/comctl32/tests/Makefile"
14215 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14216 dlls/comctl32/tests"
14217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14218 \$(RECURSE_TARGETS:%=dlls/comctl32/tests/%) dlls/comctl32/tests: dlls/comctl32/tests/Makefile \$(MAKEDEP)
14219 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules config.status"
14220 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
14222 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14223 dlls/comdlg32/libcomdlg32.$IMPLIBEXT"
14224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14225 dlls/comdlg32/libcomdlg32.$IMPLIBEXT dlls/comdlg32/libcomdlg32.cross.a: tools/widl tools/winebuild tools/winegcc include
14226 dlls/comdlg32/libcomdlg32.$IMPLIBEXT dlls/comdlg32/libcomdlg32.cross.a: dlls/comdlg32/comdlg32.spec dlls/comdlg32/Makefile
14227 @cd dlls/comdlg32 && \$(MAKE) \`basename \$@\`"
14228 ALL_MAKEFILES="$ALL_MAKEFILES \\
14229 dlls/comdlg32/Makefile"
14230 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14231 comdlg32"
14232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14233 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules config.status"
14234 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
14236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14237 dlls/comdlg32/tests: __builddeps__
14238 dlls/comdlg32/tests/__crosstest__: __buildcrossdeps__"
14239 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14240 comdlg32_test.exe"
14241 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14242 comdlg32_test.exe: \$(TOPOBJDIR)/dlls/comdlg32/tests/comdlg32_test.exe$DLLEXT
14243 cp \$(TOPOBJDIR)/dlls/comdlg32/tests/comdlg32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14244 comdlg32_test.rc:
14245 echo \"comdlg32_test.exe TESTRES \\\"comdlg32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14246 comdlg32_test.res: comdlg32_test.rc comdlg32_test.exe"
14247 ALL_MAKEFILES="$ALL_MAKEFILES \\
14248 dlls/comdlg32/tests/Makefile"
14249 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14250 dlls/comdlg32/tests"
14251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14252 \$(RECURSE_TARGETS:%=dlls/comdlg32/tests/%) dlls/comdlg32/tests: dlls/comdlg32/tests/Makefile \$(MAKEDEP)
14253 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules config.status"
14254 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
14256 ALL_MAKEFILES="$ALL_MAKEFILES \\
14257 dlls/comm.drv16/Makefile"
14258 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14259 comm.drv16"
14260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14261 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules config.status"
14262 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
14264 ALL_MAKEFILES="$ALL_MAKEFILES \\
14265 dlls/commdlg.dll16/Makefile"
14266 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14267 commdlg.dll16"
14268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14269 dlls/commdlg.dll16/Makefile: dlls/commdlg.dll16/Makefile.in dlls/Makedll.rules config.status"
14270 ac_config_files="$ac_config_files dlls/commdlg.dll16/Makefile"
14272 ALL_MAKEFILES="$ALL_MAKEFILES \\
14273 dlls/compobj.dll16/Makefile"
14274 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14275 compobj.dll16"
14276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14277 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules config.status"
14278 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
14280 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14281 dlls/compstui/libcompstui.$IMPLIBEXT"
14282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14283 dlls/compstui/libcompstui.$IMPLIBEXT dlls/compstui/libcompstui.cross.a: tools/widl tools/winebuild tools/winegcc include
14284 dlls/compstui/libcompstui.$IMPLIBEXT dlls/compstui/libcompstui.cross.a: dlls/compstui/compstui.spec dlls/compstui/Makefile
14285 @cd dlls/compstui && \$(MAKE) \`basename \$@\`"
14286 ALL_MAKEFILES="$ALL_MAKEFILES \\
14287 dlls/compstui/Makefile"
14288 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14289 compstui"
14290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14291 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules config.status"
14292 ac_config_files="$ac_config_files dlls/compstui/Makefile"
14294 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14295 dlls/credui/libcredui.$IMPLIBEXT"
14296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14297 dlls/credui/libcredui.$IMPLIBEXT dlls/credui/libcredui.cross.a: tools/widl tools/winebuild tools/winegcc include
14298 dlls/credui/libcredui.$IMPLIBEXT dlls/credui/libcredui.cross.a: dlls/credui/credui.spec dlls/credui/Makefile
14299 @cd dlls/credui && \$(MAKE) \`basename \$@\`"
14300 ALL_MAKEFILES="$ALL_MAKEFILES \\
14301 dlls/credui/Makefile"
14302 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14303 credui"
14304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14305 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules config.status"
14306 ac_config_files="$ac_config_files dlls/credui/Makefile"
14308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14309 dlls/credui/tests: __builddeps__
14310 dlls/credui/tests/__crosstest__: __buildcrossdeps__"
14311 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14312 credui_test.exe"
14313 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14314 credui_test.exe: \$(TOPOBJDIR)/dlls/credui/tests/credui_test.exe$DLLEXT
14315 cp \$(TOPOBJDIR)/dlls/credui/tests/credui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14316 credui_test.rc:
14317 echo \"credui_test.exe TESTRES \\\"credui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14318 credui_test.res: credui_test.rc credui_test.exe"
14319 ALL_MAKEFILES="$ALL_MAKEFILES \\
14320 dlls/credui/tests/Makefile"
14321 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14322 dlls/credui/tests"
14323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14324 \$(RECURSE_TARGETS:%=dlls/credui/tests/%) dlls/credui/tests: dlls/credui/tests/Makefile \$(MAKEDEP)
14325 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules config.status"
14326 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14328 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14329 dlls/crtdll/libcrtdll.$IMPLIBEXT"
14330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14331 dlls/crtdll/libcrtdll.$IMPLIBEXT dlls/crtdll/libcrtdll.cross.a: tools/widl tools/winebuild tools/winegcc include
14332 dlls/crtdll/libcrtdll.$IMPLIBEXT dlls/crtdll/libcrtdll.cross.a: dlls/crtdll/crtdll.spec dlls/crtdll/Makefile
14333 @cd dlls/crtdll && \$(MAKE) \`basename \$@\`"
14334 ALL_MAKEFILES="$ALL_MAKEFILES \\
14335 dlls/crtdll/Makefile"
14336 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14337 crtdll"
14338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14339 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules config.status"
14340 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14342 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14343 dlls/crypt32/libcrypt32.$IMPLIBEXT"
14344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14345 dlls/crypt32/libcrypt32.$IMPLIBEXT dlls/crypt32/libcrypt32.cross.a: tools/widl tools/winebuild tools/winegcc include
14346 dlls/crypt32/libcrypt32.$IMPLIBEXT dlls/crypt32/libcrypt32.cross.a: dlls/crypt32/crypt32.spec dlls/crypt32/Makefile
14347 @cd dlls/crypt32 && \$(MAKE) \`basename \$@\`"
14348 ALL_MAKEFILES="$ALL_MAKEFILES \\
14349 dlls/crypt32/Makefile"
14350 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14351 crypt32"
14352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14353 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules config.status"
14354 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14357 dlls/crypt32/tests: __builddeps__
14358 dlls/crypt32/tests/__crosstest__: __buildcrossdeps__"
14359 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14360 crypt32_test.exe"
14361 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14362 crypt32_test.exe: \$(TOPOBJDIR)/dlls/crypt32/tests/crypt32_test.exe$DLLEXT
14363 cp \$(TOPOBJDIR)/dlls/crypt32/tests/crypt32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14364 crypt32_test.rc:
14365 echo \"crypt32_test.exe TESTRES \\\"crypt32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14366 crypt32_test.res: crypt32_test.rc crypt32_test.exe"
14367 ALL_MAKEFILES="$ALL_MAKEFILES \\
14368 dlls/crypt32/tests/Makefile"
14369 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14370 dlls/crypt32/tests"
14371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14372 \$(RECURSE_TARGETS:%=dlls/crypt32/tests/%) dlls/crypt32/tests: dlls/crypt32/tests/Makefile \$(MAKEDEP)
14373 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules config.status"
14374 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14376 ALL_MAKEFILES="$ALL_MAKEFILES \\
14377 dlls/cryptdlg/Makefile"
14378 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14379 cryptdlg"
14380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14381 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules config.status"
14382 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14384 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14385 dlls/cryptdll/libcryptdll.$IMPLIBEXT"
14386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14387 dlls/cryptdll/libcryptdll.$IMPLIBEXT dlls/cryptdll/libcryptdll.cross.a: tools/widl tools/winebuild tools/winegcc include
14388 dlls/cryptdll/libcryptdll.$IMPLIBEXT dlls/cryptdll/libcryptdll.cross.a: dlls/cryptdll/cryptdll.spec dlls/cryptdll/Makefile
14389 @cd dlls/cryptdll && \$(MAKE) \`basename \$@\`"
14390 ALL_MAKEFILES="$ALL_MAKEFILES \\
14391 dlls/cryptdll/Makefile"
14392 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14393 cryptdll"
14394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14395 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules config.status"
14396 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14398 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14399 dlls/cryptnet/libcryptnet.$IMPLIBEXT"
14400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14401 dlls/cryptnet/libcryptnet.$IMPLIBEXT dlls/cryptnet/libcryptnet.cross.a: tools/widl tools/winebuild tools/winegcc include
14402 dlls/cryptnet/libcryptnet.$IMPLIBEXT dlls/cryptnet/libcryptnet.cross.a: dlls/cryptnet/cryptnet.spec dlls/cryptnet/Makefile
14403 @cd dlls/cryptnet && \$(MAKE) \`basename \$@\`"
14404 ALL_MAKEFILES="$ALL_MAKEFILES \\
14405 dlls/cryptnet/Makefile"
14406 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14407 cryptnet"
14408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14409 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules config.status"
14410 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14413 dlls/cryptnet/tests: __builddeps__
14414 dlls/cryptnet/tests/__crosstest__: __buildcrossdeps__"
14415 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14416 cryptnet_test.exe"
14417 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14418 cryptnet_test.exe: \$(TOPOBJDIR)/dlls/cryptnet/tests/cryptnet_test.exe$DLLEXT
14419 cp \$(TOPOBJDIR)/dlls/cryptnet/tests/cryptnet_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14420 cryptnet_test.rc:
14421 echo \"cryptnet_test.exe TESTRES \\\"cryptnet_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14422 cryptnet_test.res: cryptnet_test.rc cryptnet_test.exe"
14423 ALL_MAKEFILES="$ALL_MAKEFILES \\
14424 dlls/cryptnet/tests/Makefile"
14425 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14426 dlls/cryptnet/tests"
14427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14428 \$(RECURSE_TARGETS:%=dlls/cryptnet/tests/%) dlls/cryptnet/tests: dlls/cryptnet/tests/Makefile \$(MAKEDEP)
14429 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules config.status"
14430 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14432 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14433 dlls/cryptui/libcryptui.$IMPLIBEXT"
14434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14435 dlls/cryptui/libcryptui.$IMPLIBEXT dlls/cryptui/libcryptui.cross.a: tools/widl tools/winebuild tools/winegcc include
14436 dlls/cryptui/libcryptui.$IMPLIBEXT dlls/cryptui/libcryptui.cross.a: dlls/cryptui/cryptui.spec dlls/cryptui/Makefile
14437 @cd dlls/cryptui && \$(MAKE) \`basename \$@\`"
14438 ALL_MAKEFILES="$ALL_MAKEFILES \\
14439 dlls/cryptui/Makefile"
14440 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14441 cryptui"
14442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14443 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules config.status"
14444 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14447 dlls/cryptui/tests: __builddeps__
14448 dlls/cryptui/tests/__crosstest__: __buildcrossdeps__"
14449 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14450 cryptui_test.exe"
14451 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14452 cryptui_test.exe: \$(TOPOBJDIR)/dlls/cryptui/tests/cryptui_test.exe$DLLEXT
14453 cp \$(TOPOBJDIR)/dlls/cryptui/tests/cryptui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14454 cryptui_test.rc:
14455 echo \"cryptui_test.exe TESTRES \\\"cryptui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14456 cryptui_test.res: cryptui_test.rc cryptui_test.exe"
14457 ALL_MAKEFILES="$ALL_MAKEFILES \\
14458 dlls/cryptui/tests/Makefile"
14459 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14460 dlls/cryptui/tests"
14461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14462 \$(RECURSE_TARGETS:%=dlls/cryptui/tests/%) dlls/cryptui/tests: dlls/cryptui/tests/Makefile \$(MAKEDEP)
14463 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules config.status"
14464 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14466 ALL_MAKEFILES="$ALL_MAKEFILES \\
14467 dlls/ctapi32/Makefile"
14468 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14469 ctapi32"
14470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14471 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules config.status"
14472 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14474 ALL_MAKEFILES="$ALL_MAKEFILES \\
14475 dlls/ctl3d.dll16/Makefile"
14476 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14477 ctl3d.dll16"
14478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14479 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules config.status"
14480 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14482 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14483 dlls/ctl3d32/libctl3d32.$IMPLIBEXT"
14484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14485 dlls/ctl3d32/libctl3d32.$IMPLIBEXT dlls/ctl3d32/libctl3d32.cross.a: tools/widl tools/winebuild tools/winegcc include
14486 dlls/ctl3d32/libctl3d32.$IMPLIBEXT dlls/ctl3d32/libctl3d32.cross.a: dlls/ctl3d32/ctl3d32.spec dlls/ctl3d32/Makefile
14487 @cd dlls/ctl3d32 && \$(MAKE) \`basename \$@\`"
14488 ALL_MAKEFILES="$ALL_MAKEFILES \\
14489 dlls/ctl3d32/Makefile"
14490 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14491 ctl3d32"
14492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14493 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules config.status"
14494 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14496 ALL_MAKEFILES="$ALL_MAKEFILES \\
14497 dlls/ctl3dv2.dll16/Makefile"
14498 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14499 ctl3dv2.dll16"
14500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14501 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules config.status"
14502 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14504 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14505 dlls/d3d10/libd3d10.$IMPLIBEXT"
14506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14507 dlls/d3d10/libd3d10.$IMPLIBEXT dlls/d3d10/libd3d10.cross.a: tools/widl tools/winebuild tools/winegcc include
14508 dlls/d3d10/libd3d10.$IMPLIBEXT dlls/d3d10/libd3d10.cross.a: dlls/d3d10/d3d10.spec dlls/d3d10/Makefile
14509 @cd dlls/d3d10 && \$(MAKE) \`basename \$@\`"
14510 ALL_MAKEFILES="$ALL_MAKEFILES \\
14511 dlls/d3d10/Makefile"
14512 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14513 d3d10"
14514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14515 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules config.status"
14516 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14519 dlls/d3d10/tests: __builddeps__
14520 dlls/d3d10/tests/__crosstest__: __buildcrossdeps__"
14521 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14522 d3d10_test.exe"
14523 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14524 d3d10_test.exe: \$(TOPOBJDIR)/dlls/d3d10/tests/d3d10_test.exe$DLLEXT
14525 cp \$(TOPOBJDIR)/dlls/d3d10/tests/d3d10_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14526 d3d10_test.rc:
14527 echo \"d3d10_test.exe TESTRES \\\"d3d10_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14528 d3d10_test.res: d3d10_test.rc d3d10_test.exe"
14529 ALL_MAKEFILES="$ALL_MAKEFILES \\
14530 dlls/d3d10/tests/Makefile"
14531 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14532 dlls/d3d10/tests"
14533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14534 \$(RECURSE_TARGETS:%=dlls/d3d10/tests/%) dlls/d3d10/tests: dlls/d3d10/tests/Makefile \$(MAKEDEP)
14535 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules config.status"
14536 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14538 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14539 dlls/d3d10core/libd3d10core.$IMPLIBEXT"
14540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14541 dlls/d3d10core/libd3d10core.$IMPLIBEXT dlls/d3d10core/libd3d10core.cross.a: tools/widl tools/winebuild tools/winegcc include
14542 dlls/d3d10core/libd3d10core.$IMPLIBEXT dlls/d3d10core/libd3d10core.cross.a: dlls/d3d10core/d3d10core.spec dlls/d3d10core/Makefile
14543 @cd dlls/d3d10core && \$(MAKE) \`basename \$@\`"
14544 ALL_MAKEFILES="$ALL_MAKEFILES \\
14545 dlls/d3d10core/Makefile"
14546 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14547 d3d10core"
14548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14549 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules config.status"
14550 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14553 dlls/d3d10core/tests: __builddeps__
14554 dlls/d3d10core/tests/__crosstest__: __buildcrossdeps__"
14555 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14556 d3d10core_test.exe"
14557 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14558 d3d10core_test.exe: \$(TOPOBJDIR)/dlls/d3d10core/tests/d3d10core_test.exe$DLLEXT
14559 cp \$(TOPOBJDIR)/dlls/d3d10core/tests/d3d10core_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14560 d3d10core_test.rc:
14561 echo \"d3d10core_test.exe TESTRES \\\"d3d10core_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14562 d3d10core_test.res: d3d10core_test.rc d3d10core_test.exe"
14563 ALL_MAKEFILES="$ALL_MAKEFILES \\
14564 dlls/d3d10core/tests/Makefile"
14565 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14566 dlls/d3d10core/tests"
14567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14568 \$(RECURSE_TARGETS:%=dlls/d3d10core/tests/%) dlls/d3d10core/tests: dlls/d3d10core/tests/Makefile \$(MAKEDEP)
14569 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules config.status"
14570 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14572 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14573 dlls/d3d8/libd3d8.$IMPLIBEXT"
14574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14575 dlls/d3d8/libd3d8.$IMPLIBEXT dlls/d3d8/libd3d8.cross.a: tools/widl tools/winebuild tools/winegcc include
14576 dlls/d3d8/libd3d8.$IMPLIBEXT dlls/d3d8/libd3d8.cross.a: dlls/d3d8/d3d8.spec dlls/d3d8/Makefile
14577 @cd dlls/d3d8 && \$(MAKE) \`basename \$@\`"
14578 ALL_MAKEFILES="$ALL_MAKEFILES \\
14579 dlls/d3d8/Makefile"
14580 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14581 d3d8"
14582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14583 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules config.status"
14584 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14587 dlls/d3d8/tests: __builddeps__
14588 dlls/d3d8/tests/__crosstest__: __buildcrossdeps__"
14589 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14590 d3d8_test.exe"
14591 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14592 d3d8_test.exe: \$(TOPOBJDIR)/dlls/d3d8/tests/d3d8_test.exe$DLLEXT
14593 cp \$(TOPOBJDIR)/dlls/d3d8/tests/d3d8_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14594 d3d8_test.rc:
14595 echo \"d3d8_test.exe TESTRES \\\"d3d8_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14596 d3d8_test.res: d3d8_test.rc d3d8_test.exe"
14597 ALL_MAKEFILES="$ALL_MAKEFILES \\
14598 dlls/d3d8/tests/Makefile"
14599 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14600 dlls/d3d8/tests"
14601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14602 \$(RECURSE_TARGETS:%=dlls/d3d8/tests/%) dlls/d3d8/tests: dlls/d3d8/tests/Makefile \$(MAKEDEP)
14603 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules config.status"
14604 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14606 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14607 dlls/d3d9/libd3d9.$IMPLIBEXT"
14608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14609 dlls/d3d9/libd3d9.$IMPLIBEXT dlls/d3d9/libd3d9.cross.a: tools/widl tools/winebuild tools/winegcc include
14610 dlls/d3d9/libd3d9.$IMPLIBEXT dlls/d3d9/libd3d9.cross.a: dlls/d3d9/d3d9.spec dlls/d3d9/Makefile
14611 @cd dlls/d3d9 && \$(MAKE) \`basename \$@\`"
14612 ALL_MAKEFILES="$ALL_MAKEFILES \\
14613 dlls/d3d9/Makefile"
14614 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14615 d3d9"
14616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14617 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules config.status"
14618 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14621 dlls/d3d9/tests: __builddeps__
14622 dlls/d3d9/tests/__crosstest__: __buildcrossdeps__"
14623 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14624 d3d9_test.exe"
14625 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14626 d3d9_test.exe: \$(TOPOBJDIR)/dlls/d3d9/tests/d3d9_test.exe$DLLEXT
14627 cp \$(TOPOBJDIR)/dlls/d3d9/tests/d3d9_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14628 d3d9_test.rc:
14629 echo \"d3d9_test.exe TESTRES \\\"d3d9_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14630 d3d9_test.res: d3d9_test.rc d3d9_test.exe"
14631 ALL_MAKEFILES="$ALL_MAKEFILES \\
14632 dlls/d3d9/tests/Makefile"
14633 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14634 dlls/d3d9/tests"
14635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14636 \$(RECURSE_TARGETS:%=dlls/d3d9/tests/%) dlls/d3d9/tests: dlls/d3d9/tests/Makefile \$(MAKEDEP)
14637 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules config.status"
14638 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14640 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14641 dlls/d3dim/libd3dim.$IMPLIBEXT"
14642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14643 dlls/d3dim/libd3dim.$IMPLIBEXT dlls/d3dim/libd3dim.cross.a: tools/widl tools/winebuild tools/winegcc include
14644 dlls/d3dim/libd3dim.$IMPLIBEXT dlls/d3dim/libd3dim.cross.a: dlls/d3dim/d3dim.spec dlls/d3dim/Makefile
14645 @cd dlls/d3dim && \$(MAKE) \`basename \$@\`"
14646 ALL_MAKEFILES="$ALL_MAKEFILES \\
14647 dlls/d3dim/Makefile"
14648 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14649 d3dim"
14650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14651 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules config.status"
14652 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14654 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14655 dlls/d3drm/libd3drm.$IMPLIBEXT"
14656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14657 dlls/d3drm/libd3drm.$IMPLIBEXT dlls/d3drm/libd3drm.cross.a: tools/widl tools/winebuild tools/winegcc include
14658 dlls/d3drm/libd3drm.$IMPLIBEXT dlls/d3drm/libd3drm.cross.a: dlls/d3drm/d3drm.spec dlls/d3drm/Makefile
14659 @cd dlls/d3drm && \$(MAKE) \`basename \$@\`"
14660 ALL_MAKEFILES="$ALL_MAKEFILES \\
14661 dlls/d3drm/Makefile"
14662 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14663 d3drm"
14664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14665 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules config.status"
14666 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14669 dlls/d3drm/tests: __builddeps__
14670 dlls/d3drm/tests/__crosstest__: __buildcrossdeps__"
14671 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14672 d3drm_test.exe"
14673 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14674 d3drm_test.exe: \$(TOPOBJDIR)/dlls/d3drm/tests/d3drm_test.exe$DLLEXT
14675 cp \$(TOPOBJDIR)/dlls/d3drm/tests/d3drm_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14676 d3drm_test.rc:
14677 echo \"d3drm_test.exe TESTRES \\\"d3drm_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14678 d3drm_test.res: d3drm_test.rc d3drm_test.exe"
14679 ALL_MAKEFILES="$ALL_MAKEFILES \\
14680 dlls/d3drm/tests/Makefile"
14681 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14682 dlls/d3drm/tests"
14683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14684 \$(RECURSE_TARGETS:%=dlls/d3drm/tests/%) dlls/d3drm/tests: dlls/d3drm/tests/Makefile \$(MAKEDEP)
14685 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules config.status"
14686 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14688 ALL_MAKEFILES="$ALL_MAKEFILES \\
14689 dlls/d3dx9_24/Makefile"
14690 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14691 d3dx9_24"
14692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14693 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules config.status"
14694 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14696 ALL_MAKEFILES="$ALL_MAKEFILES \\
14697 dlls/d3dx9_25/Makefile"
14698 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14699 d3dx9_25"
14700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14701 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules config.status"
14702 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14704 ALL_MAKEFILES="$ALL_MAKEFILES \\
14705 dlls/d3dx9_26/Makefile"
14706 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14707 d3dx9_26"
14708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14709 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules config.status"
14710 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14712 ALL_MAKEFILES="$ALL_MAKEFILES \\
14713 dlls/d3dx9_27/Makefile"
14714 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14715 d3dx9_27"
14716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14717 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules config.status"
14718 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14720 ALL_MAKEFILES="$ALL_MAKEFILES \\
14721 dlls/d3dx9_28/Makefile"
14722 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14723 d3dx9_28"
14724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14725 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules config.status"
14726 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14728 ALL_MAKEFILES="$ALL_MAKEFILES \\
14729 dlls/d3dx9_29/Makefile"
14730 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14731 d3dx9_29"
14732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14733 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules config.status"
14734 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14736 ALL_MAKEFILES="$ALL_MAKEFILES \\
14737 dlls/d3dx9_30/Makefile"
14738 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14739 d3dx9_30"
14740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14741 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules config.status"
14742 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14744 ALL_MAKEFILES="$ALL_MAKEFILES \\
14745 dlls/d3dx9_31/Makefile"
14746 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14747 d3dx9_31"
14748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14749 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules config.status"
14750 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14752 ALL_MAKEFILES="$ALL_MAKEFILES \\
14753 dlls/d3dx9_32/Makefile"
14754 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14755 d3dx9_32"
14756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14757 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules config.status"
14758 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14760 ALL_MAKEFILES="$ALL_MAKEFILES \\
14761 dlls/d3dx9_33/Makefile"
14762 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14763 d3dx9_33"
14764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14765 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules config.status"
14766 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14768 ALL_MAKEFILES="$ALL_MAKEFILES \\
14769 dlls/d3dx9_34/Makefile"
14770 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14771 d3dx9_34"
14772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14773 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules config.status"
14774 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14776 ALL_MAKEFILES="$ALL_MAKEFILES \\
14777 dlls/d3dx9_35/Makefile"
14778 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14779 d3dx9_35"
14780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14781 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules config.status"
14782 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14784 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14785 dlls/d3dx9_36/libd3dx9.$IMPLIBEXT \\
14786 dlls/libd3dx9.$IMPLIBEXT"
14787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14788 dlls/d3dx9_36/libd3dx9.$IMPLIBEXT dlls/d3dx9_36/libd3dx9.cross.a: tools/widl tools/winebuild tools/winegcc include
14789 dlls/libd3dx9.a: dlls/d3dx9_36/libd3dx9.a
14790 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.a \$@
14791 dlls/libd3dx9.cross.a: dlls/d3dx9_36/libd3dx9.cross.a
14792 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.cross.a \$@
14793 dlls/libd3dx9.def: dlls/d3dx9_36/libd3dx9.def
14794 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.def \$@
14795 clean::
14796 \$(RM) dlls/libd3dx9.def
14797 dlls/d3dx9_36/libd3dx9.$IMPLIBEXT dlls/d3dx9_36/libd3dx9.cross.a: dlls/d3dx9_36/d3dx9_36.spec dlls/d3dx9_36/Makefile
14798 @cd dlls/d3dx9_36 && \$(MAKE) \`basename \$@\`"
14799 ALL_MAKEFILES="$ALL_MAKEFILES \\
14800 dlls/d3dx9_36/Makefile"
14801 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14802 d3dx9_36"
14803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14804 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules config.status"
14805 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14808 dlls/d3dx9_36/tests: __builddeps__
14809 dlls/d3dx9_36/tests/__crosstest__: __buildcrossdeps__"
14810 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14811 d3dx9_36_test.exe"
14812 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14813 d3dx9_36_test.exe: \$(TOPOBJDIR)/dlls/d3dx9_36/tests/d3dx9_36_test.exe$DLLEXT
14814 cp \$(TOPOBJDIR)/dlls/d3dx9_36/tests/d3dx9_36_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14815 d3dx9_36_test.rc:
14816 echo \"d3dx9_36_test.exe TESTRES \\\"d3dx9_36_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14817 d3dx9_36_test.res: d3dx9_36_test.rc d3dx9_36_test.exe"
14818 ALL_MAKEFILES="$ALL_MAKEFILES \\
14819 dlls/d3dx9_36/tests/Makefile"
14820 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14821 dlls/d3dx9_36/tests"
14822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14823 \$(RECURSE_TARGETS:%=dlls/d3dx9_36/tests/%) dlls/d3dx9_36/tests: dlls/d3dx9_36/tests/Makefile \$(MAKEDEP)
14824 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules config.status"
14825 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14827 ALL_MAKEFILES="$ALL_MAKEFILES \\
14828 dlls/d3dx9_37/Makefile"
14829 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14830 d3dx9_37"
14831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14832 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules config.status"
14833 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14835 ALL_MAKEFILES="$ALL_MAKEFILES \\
14836 dlls/d3dx9_38/Makefile"
14837 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14838 d3dx9_38"
14839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14840 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules config.status"
14841 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14843 ALL_MAKEFILES="$ALL_MAKEFILES \\
14844 dlls/d3dx9_39/Makefile"
14845 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14846 d3dx9_39"
14847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14848 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules config.status"
14849 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14851 ALL_MAKEFILES="$ALL_MAKEFILES \\
14852 dlls/d3dx9_40/Makefile"
14853 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14854 d3dx9_40"
14855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14856 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules config.status"
14857 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14859 ALL_MAKEFILES="$ALL_MAKEFILES \\
14860 dlls/d3dx9_41/Makefile"
14861 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14862 d3dx9_41"
14863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14864 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules config.status"
14865 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14867 ALL_MAKEFILES="$ALL_MAKEFILES \\
14868 dlls/d3dx9_42/Makefile"
14869 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14870 d3dx9_42"
14871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14872 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules config.status"
14873 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
14875 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14876 dlls/d3dxof/libd3dxof.$IMPLIBEXT"
14877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14878 dlls/d3dxof/libd3dxof.$IMPLIBEXT dlls/d3dxof/libd3dxof.cross.a: tools/widl tools/winebuild tools/winegcc include
14879 dlls/d3dxof/libd3dxof.$IMPLIBEXT dlls/d3dxof/libd3dxof.cross.a: dlls/d3dxof/d3dxof.spec dlls/d3dxof/Makefile
14880 @cd dlls/d3dxof && \$(MAKE) \`basename \$@\`"
14881 ALL_MAKEFILES="$ALL_MAKEFILES \\
14882 dlls/d3dxof/Makefile"
14883 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14884 d3dxof"
14885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14886 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules config.status"
14887 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14890 dlls/d3dxof/tests: __builddeps__
14891 dlls/d3dxof/tests/__crosstest__: __buildcrossdeps__"
14892 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14893 d3dxof_test.exe"
14894 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14895 d3dxof_test.exe: \$(TOPOBJDIR)/dlls/d3dxof/tests/d3dxof_test.exe$DLLEXT
14896 cp \$(TOPOBJDIR)/dlls/d3dxof/tests/d3dxof_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14897 d3dxof_test.rc:
14898 echo \"d3dxof_test.exe TESTRES \\\"d3dxof_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14899 d3dxof_test.res: d3dxof_test.rc d3dxof_test.exe"
14900 ALL_MAKEFILES="$ALL_MAKEFILES \\
14901 dlls/d3dxof/tests/Makefile"
14902 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14903 dlls/d3dxof/tests"
14904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14905 \$(RECURSE_TARGETS:%=dlls/d3dxof/tests/%) dlls/d3dxof/tests: dlls/d3dxof/tests/Makefile \$(MAKEDEP)
14906 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules config.status"
14907 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14909 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14910 dlls/dbghelp/libdbghelp.$IMPLIBEXT"
14911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14912 dlls/dbghelp/libdbghelp.$IMPLIBEXT dlls/dbghelp/libdbghelp.cross.a: tools/widl tools/winebuild tools/winegcc include
14913 dlls/dbghelp/libdbghelp.$IMPLIBEXT dlls/dbghelp/libdbghelp.cross.a: dlls/dbghelp/dbghelp.spec dlls/dbghelp/Makefile
14914 @cd dlls/dbghelp && \$(MAKE) \`basename \$@\`"
14915 ALL_MAKEFILES="$ALL_MAKEFILES \\
14916 dlls/dbghelp/Makefile"
14917 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14918 dbghelp"
14919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14920 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules config.status"
14921 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14923 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14924 dlls/dciman32/libdciman32.$IMPLIBEXT"
14925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14926 dlls/dciman32/libdciman32.$IMPLIBEXT dlls/dciman32/libdciman32.cross.a: tools/widl tools/winebuild tools/winegcc include
14927 dlls/dciman32/libdciman32.$IMPLIBEXT dlls/dciman32/libdciman32.cross.a: dlls/dciman32/dciman32.spec dlls/dciman32/Makefile
14928 @cd dlls/dciman32 && \$(MAKE) \`basename \$@\`"
14929 ALL_MAKEFILES="$ALL_MAKEFILES \\
14930 dlls/dciman32/Makefile"
14931 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14932 dciman32"
14933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14934 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules config.status"
14935 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14937 ALL_MAKEFILES="$ALL_MAKEFILES \\
14938 dlls/ddeml.dll16/Makefile"
14939 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14940 ddeml.dll16"
14941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14942 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules config.status"
14943 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14945 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14946 dlls/ddraw/libddraw.$IMPLIBEXT"
14947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14948 dlls/ddraw/libddraw.$IMPLIBEXT dlls/ddraw/libddraw.cross.a: tools/widl tools/winebuild tools/winegcc include
14949 dlls/ddraw/libddraw.$IMPLIBEXT dlls/ddraw/libddraw.cross.a: dlls/ddraw/ddraw.spec dlls/ddraw/Makefile
14950 @cd dlls/ddraw && \$(MAKE) \`basename \$@\`"
14951 ALL_MAKEFILES="$ALL_MAKEFILES \\
14952 dlls/ddraw/Makefile"
14953 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14954 ddraw"
14955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14956 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules config.status"
14957 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14960 dlls/ddraw/tests: __builddeps__
14961 dlls/ddraw/tests/__crosstest__: __buildcrossdeps__"
14962 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14963 ddraw_test.exe"
14964 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14965 ddraw_test.exe: \$(TOPOBJDIR)/dlls/ddraw/tests/ddraw_test.exe$DLLEXT
14966 cp \$(TOPOBJDIR)/dlls/ddraw/tests/ddraw_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14967 ddraw_test.rc:
14968 echo \"ddraw_test.exe TESTRES \\\"ddraw_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14969 ddraw_test.res: ddraw_test.rc ddraw_test.exe"
14970 ALL_MAKEFILES="$ALL_MAKEFILES \\
14971 dlls/ddraw/tests/Makefile"
14972 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14973 dlls/ddraw/tests"
14974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14975 \$(RECURSE_TARGETS:%=dlls/ddraw/tests/%) dlls/ddraw/tests: dlls/ddraw/tests/Makefile \$(MAKEDEP)
14976 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules config.status"
14977 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14979 ALL_MAKEFILES="$ALL_MAKEFILES \\
14980 dlls/ddrawex/Makefile"
14981 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14982 ddrawex"
14983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14984 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules config.status"
14985 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14988 dlls/ddrawex/tests: __builddeps__
14989 dlls/ddrawex/tests/__crosstest__: __buildcrossdeps__"
14990 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14991 ddrawex_test.exe"
14992 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14993 ddrawex_test.exe: \$(TOPOBJDIR)/dlls/ddrawex/tests/ddrawex_test.exe$DLLEXT
14994 cp \$(TOPOBJDIR)/dlls/ddrawex/tests/ddrawex_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14995 ddrawex_test.rc:
14996 echo \"ddrawex_test.exe TESTRES \\\"ddrawex_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14997 ddrawex_test.res: ddrawex_test.rc ddrawex_test.exe"
14998 ALL_MAKEFILES="$ALL_MAKEFILES \\
14999 dlls/ddrawex/tests/Makefile"
15000 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15001 dlls/ddrawex/tests"
15002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15003 \$(RECURSE_TARGETS:%=dlls/ddrawex/tests/%) dlls/ddrawex/tests: dlls/ddrawex/tests/Makefile \$(MAKEDEP)
15004 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules config.status"
15005 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
15007 ALL_MAKEFILES="$ALL_MAKEFILES \\
15008 dlls/devenum/Makefile"
15009 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15010 devenum"
15011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15012 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules config.status"
15013 ac_config_files="$ac_config_files dlls/devenum/Makefile"
15015 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15016 dlls/dinput/libdinput.$IMPLIBEXT \\
15017 dlls/dinput/libdinput.$STATIC_IMPLIBEXT"
15018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15019 dlls/dinput/libdinput.$IMPLIBEXT dlls/dinput/libdinput.$STATIC_IMPLIBEXT dlls/dinput/libdinput.cross.a: tools/widl tools/winebuild tools/winegcc include
15020 dlls/dinput/libdinput.def: dlls/dinput/dinput.spec dlls/dinput/Makefile
15021 @cd dlls/dinput && \$(MAKE) \`basename \$@\`
15022 dlls/dinput/libdinput.$STATIC_IMPLIBEXT dlls/dinput/libdinput.cross.a: dlls/dinput/Makefile dummy
15023 @cd dlls/dinput && \$(MAKE) \`basename \$@\`"
15024 ALL_MAKEFILES="$ALL_MAKEFILES \\
15025 dlls/dinput/Makefile"
15026 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15027 dinput"
15028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15029 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules config.status"
15030 ac_config_files="$ac_config_files dlls/dinput/Makefile"
15032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15033 dlls/dinput/tests: __builddeps__
15034 dlls/dinput/tests/__crosstest__: __buildcrossdeps__"
15035 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15036 dinput_test.exe"
15037 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15038 dinput_test.exe: \$(TOPOBJDIR)/dlls/dinput/tests/dinput_test.exe$DLLEXT
15039 cp \$(TOPOBJDIR)/dlls/dinput/tests/dinput_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15040 dinput_test.rc:
15041 echo \"dinput_test.exe TESTRES \\\"dinput_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15042 dinput_test.res: dinput_test.rc dinput_test.exe"
15043 ALL_MAKEFILES="$ALL_MAKEFILES \\
15044 dlls/dinput/tests/Makefile"
15045 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15046 dlls/dinput/tests"
15047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15048 \$(RECURSE_TARGETS:%=dlls/dinput/tests/%) dlls/dinput/tests: dlls/dinput/tests/Makefile \$(MAKEDEP)
15049 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules config.status"
15050 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
15052 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15053 dlls/dinput8/libdinput8.$IMPLIBEXT"
15054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15055 dlls/dinput8/libdinput8.$IMPLIBEXT dlls/dinput8/libdinput8.cross.a: tools/widl tools/winebuild tools/winegcc include
15056 dlls/dinput8/libdinput8.$IMPLIBEXT dlls/dinput8/libdinput8.cross.a: dlls/dinput8/dinput8.spec dlls/dinput8/Makefile
15057 @cd dlls/dinput8 && \$(MAKE) \`basename \$@\`"
15058 ALL_MAKEFILES="$ALL_MAKEFILES \\
15059 dlls/dinput8/Makefile"
15060 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15061 dinput8"
15062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15063 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules config.status"
15064 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
15066 ALL_MAKEFILES="$ALL_MAKEFILES \\
15067 dlls/dispdib.dll16/Makefile"
15068 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15069 dispdib.dll16"
15070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15071 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules config.status"
15072 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
15074 ALL_MAKEFILES="$ALL_MAKEFILES \\
15075 dlls/display.drv16/Makefile"
15076 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15077 display.drv16"
15078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15079 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules config.status"
15080 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
15082 ALL_MAKEFILES="$ALL_MAKEFILES \\
15083 dlls/dmband/Makefile"
15084 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15085 dmband"
15086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15087 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules config.status"
15088 ac_config_files="$ac_config_files dlls/dmband/Makefile"
15090 ALL_MAKEFILES="$ALL_MAKEFILES \\
15091 dlls/dmcompos/Makefile"
15092 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15093 dmcompos"
15094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15095 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules config.status"
15096 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
15098 ALL_MAKEFILES="$ALL_MAKEFILES \\
15099 dlls/dmime/Makefile"
15100 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15101 dmime"
15102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15103 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules config.status"
15104 ac_config_files="$ac_config_files dlls/dmime/Makefile"
15106 ALL_MAKEFILES="$ALL_MAKEFILES \\
15107 dlls/dmloader/Makefile"
15108 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15109 dmloader"
15110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15111 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules config.status"
15112 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
15114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15115 dlls/dmloader/tests: __builddeps__
15116 dlls/dmloader/tests/__crosstest__: __buildcrossdeps__"
15117 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15118 dmloader_test.exe"
15119 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15120 dmloader_test.exe: \$(TOPOBJDIR)/dlls/dmloader/tests/dmloader_test.exe$DLLEXT
15121 cp \$(TOPOBJDIR)/dlls/dmloader/tests/dmloader_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15122 dmloader_test.rc:
15123 echo \"dmloader_test.exe TESTRES \\\"dmloader_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15124 dmloader_test.res: dmloader_test.rc dmloader_test.exe"
15125 ALL_MAKEFILES="$ALL_MAKEFILES \\
15126 dlls/dmloader/tests/Makefile"
15127 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15128 dlls/dmloader/tests"
15129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15130 \$(RECURSE_TARGETS:%=dlls/dmloader/tests/%) dlls/dmloader/tests: dlls/dmloader/tests/Makefile \$(MAKEDEP)
15131 dlls/dmloader/tests/Makefile: dlls/dmloader/tests/Makefile.in dlls/Maketest.rules config.status"
15132 ac_config_files="$ac_config_files dlls/dmloader/tests/Makefile"
15134 ALL_MAKEFILES="$ALL_MAKEFILES \\
15135 dlls/dmscript/Makefile"
15136 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15137 dmscript"
15138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15139 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules config.status"
15140 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
15142 ALL_MAKEFILES="$ALL_MAKEFILES \\
15143 dlls/dmstyle/Makefile"
15144 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15145 dmstyle"
15146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15147 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules config.status"
15148 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
15150 ALL_MAKEFILES="$ALL_MAKEFILES \\
15151 dlls/dmsynth/Makefile"
15152 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15153 dmsynth"
15154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15155 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules config.status"
15156 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
15158 ALL_MAKEFILES="$ALL_MAKEFILES \\
15159 dlls/dmusic/Makefile"
15160 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15161 dmusic"
15162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15163 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules config.status"
15164 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
15166 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15167 dlls/dmusic32/libdmusic32.$IMPLIBEXT"
15168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15169 dlls/dmusic32/libdmusic32.$IMPLIBEXT dlls/dmusic32/libdmusic32.cross.a: tools/widl tools/winebuild tools/winegcc include
15170 dlls/dmusic32/libdmusic32.$IMPLIBEXT dlls/dmusic32/libdmusic32.cross.a: dlls/dmusic32/dmusic32.spec dlls/dmusic32/Makefile
15171 @cd dlls/dmusic32 && \$(MAKE) \`basename \$@\`"
15172 ALL_MAKEFILES="$ALL_MAKEFILES \\
15173 dlls/dmusic32/Makefile"
15174 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15175 dmusic32"
15176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15177 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules config.status"
15178 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
15180 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15181 dlls/dnsapi/libdnsapi.$IMPLIBEXT"
15182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15183 dlls/dnsapi/libdnsapi.$IMPLIBEXT dlls/dnsapi/libdnsapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15184 dlls/dnsapi/libdnsapi.$IMPLIBEXT dlls/dnsapi/libdnsapi.cross.a: dlls/dnsapi/dnsapi.spec dlls/dnsapi/Makefile
15185 @cd dlls/dnsapi && \$(MAKE) \`basename \$@\`"
15186 ALL_MAKEFILES="$ALL_MAKEFILES \\
15187 dlls/dnsapi/Makefile"
15188 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15189 dnsapi"
15190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15191 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules config.status"
15192 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
15194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15195 dlls/dnsapi/tests: __builddeps__
15196 dlls/dnsapi/tests/__crosstest__: __buildcrossdeps__"
15197 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15198 dnsapi_test.exe"
15199 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15200 dnsapi_test.exe: \$(TOPOBJDIR)/dlls/dnsapi/tests/dnsapi_test.exe$DLLEXT
15201 cp \$(TOPOBJDIR)/dlls/dnsapi/tests/dnsapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15202 dnsapi_test.rc:
15203 echo \"dnsapi_test.exe TESTRES \\\"dnsapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15204 dnsapi_test.res: dnsapi_test.rc dnsapi_test.exe"
15205 ALL_MAKEFILES="$ALL_MAKEFILES \\
15206 dlls/dnsapi/tests/Makefile"
15207 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15208 dlls/dnsapi/tests"
15209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15210 \$(RECURSE_TARGETS:%=dlls/dnsapi/tests/%) dlls/dnsapi/tests: dlls/dnsapi/tests/Makefile \$(MAKEDEP)
15211 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules config.status"
15212 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
15214 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15215 dlls/dplay/libdplay.$IMPLIBEXT"
15216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15217 dlls/dplay/libdplay.$IMPLIBEXT dlls/dplay/libdplay.cross.a: tools/widl tools/winebuild tools/winegcc include
15218 dlls/dplay/libdplay.$IMPLIBEXT dlls/dplay/libdplay.cross.a: dlls/dplay/dplay.spec dlls/dplay/Makefile
15219 @cd dlls/dplay && \$(MAKE) \`basename \$@\`"
15220 ALL_MAKEFILES="$ALL_MAKEFILES \\
15221 dlls/dplay/Makefile"
15222 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15223 dplay"
15224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15225 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules config.status"
15226 ac_config_files="$ac_config_files dlls/dplay/Makefile"
15228 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15229 dlls/dplayx/libdplayx.$IMPLIBEXT"
15230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15231 dlls/dplayx/libdplayx.$IMPLIBEXT dlls/dplayx/libdplayx.cross.a: tools/widl tools/winebuild tools/winegcc include
15232 dlls/dplayx/libdplayx.$IMPLIBEXT dlls/dplayx/libdplayx.cross.a: dlls/dplayx/dplayx.spec dlls/dplayx/Makefile
15233 @cd dlls/dplayx && \$(MAKE) \`basename \$@\`"
15234 ALL_MAKEFILES="$ALL_MAKEFILES \\
15235 dlls/dplayx/Makefile"
15236 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15237 dplayx"
15238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15239 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules config.status"
15240 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
15242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15243 dlls/dplayx/tests: __builddeps__
15244 dlls/dplayx/tests/__crosstest__: __buildcrossdeps__"
15245 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15246 dplayx_test.exe"
15247 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15248 dplayx_test.exe: \$(TOPOBJDIR)/dlls/dplayx/tests/dplayx_test.exe$DLLEXT
15249 cp \$(TOPOBJDIR)/dlls/dplayx/tests/dplayx_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15250 dplayx_test.rc:
15251 echo \"dplayx_test.exe TESTRES \\\"dplayx_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15252 dplayx_test.res: dplayx_test.rc dplayx_test.exe"
15253 ALL_MAKEFILES="$ALL_MAKEFILES \\
15254 dlls/dplayx/tests/Makefile"
15255 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15256 dlls/dplayx/tests"
15257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15258 \$(RECURSE_TARGETS:%=dlls/dplayx/tests/%) dlls/dplayx/tests: dlls/dplayx/tests/Makefile \$(MAKEDEP)
15259 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules config.status"
15260 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
15262 ALL_MAKEFILES="$ALL_MAKEFILES \\
15263 dlls/dpnaddr/Makefile"
15264 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15265 dpnaddr"
15266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15267 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules config.status"
15268 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
15270 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15271 dlls/dpnet/libdpnet.$IMPLIBEXT"
15272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15273 dlls/dpnet/libdpnet.$IMPLIBEXT dlls/dpnet/libdpnet.cross.a: tools/widl tools/winebuild tools/winegcc include
15274 dlls/dpnet/libdpnet.$IMPLIBEXT dlls/dpnet/libdpnet.cross.a: dlls/dpnet/dpnet.spec dlls/dpnet/Makefile
15275 @cd dlls/dpnet && \$(MAKE) \`basename \$@\`"
15276 ALL_MAKEFILES="$ALL_MAKEFILES \\
15277 dlls/dpnet/Makefile"
15278 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15279 dpnet"
15280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15281 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules config.status"
15282 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
15284 ALL_MAKEFILES="$ALL_MAKEFILES \\
15285 dlls/dpnhpast/Makefile"
15286 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15287 dpnhpast"
15288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15289 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules config.status"
15290 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
15292 ALL_MAKEFILES="$ALL_MAKEFILES \\
15293 dlls/dpnlobby/Makefile"
15294 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15295 dpnlobby"
15296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15297 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules config.status"
15298 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
15300 ALL_MAKEFILES="$ALL_MAKEFILES \\
15301 dlls/dpwsockx/Makefile"
15302 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15303 dpwsockx"
15304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15305 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules config.status"
15306 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
15308 ALL_MAKEFILES="$ALL_MAKEFILES \\
15309 dlls/drmclien/Makefile"
15310 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15311 drmclien"
15312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15313 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules config.status"
15314 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
15316 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15317 dlls/dsound/libdsound.$IMPLIBEXT"
15318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15319 dlls/dsound/libdsound.$IMPLIBEXT dlls/dsound/libdsound.cross.a: tools/widl tools/winebuild tools/winegcc include
15320 dlls/dsound/libdsound.$IMPLIBEXT dlls/dsound/libdsound.cross.a: dlls/dsound/dsound.spec dlls/dsound/Makefile
15321 @cd dlls/dsound && \$(MAKE) \`basename \$@\`"
15322 ALL_MAKEFILES="$ALL_MAKEFILES \\
15323 dlls/dsound/Makefile"
15324 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15325 dsound"
15326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15327 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules config.status"
15328 ac_config_files="$ac_config_files dlls/dsound/Makefile"
15330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15331 dlls/dsound/tests: __builddeps__
15332 dlls/dsound/tests/__crosstest__: __buildcrossdeps__"
15333 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15334 dsound_test.exe"
15335 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15336 dsound_test.exe: \$(TOPOBJDIR)/dlls/dsound/tests/dsound_test.exe$DLLEXT
15337 cp \$(TOPOBJDIR)/dlls/dsound/tests/dsound_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15338 dsound_test.rc:
15339 echo \"dsound_test.exe TESTRES \\\"dsound_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15340 dsound_test.res: dsound_test.rc dsound_test.exe"
15341 ALL_MAKEFILES="$ALL_MAKEFILES \\
15342 dlls/dsound/tests/Makefile"
15343 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15344 dlls/dsound/tests"
15345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15346 \$(RECURSE_TARGETS:%=dlls/dsound/tests/%) dlls/dsound/tests: dlls/dsound/tests/Makefile \$(MAKEDEP)
15347 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules config.status"
15348 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
15350 ALL_MAKEFILES="$ALL_MAKEFILES \\
15351 dlls/dssenh/Makefile"
15352 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15353 dssenh"
15354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15355 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules config.status"
15356 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
15358 ALL_MAKEFILES="$ALL_MAKEFILES \\
15359 dlls/dswave/Makefile"
15360 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15361 dswave"
15362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15363 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules config.status"
15364 ac_config_files="$ac_config_files dlls/dswave/Makefile"
15366 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15367 dlls/dwmapi/libdwmapi.$IMPLIBEXT"
15368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15369 dlls/dwmapi/libdwmapi.$IMPLIBEXT dlls/dwmapi/libdwmapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15370 dlls/dwmapi/libdwmapi.$IMPLIBEXT dlls/dwmapi/libdwmapi.cross.a: dlls/dwmapi/dwmapi.spec dlls/dwmapi/Makefile
15371 @cd dlls/dwmapi && \$(MAKE) \`basename \$@\`"
15372 ALL_MAKEFILES="$ALL_MAKEFILES \\
15373 dlls/dwmapi/Makefile"
15374 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15375 dwmapi"
15376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15377 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules config.status"
15378 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
15380 ALL_MAKEFILES="$ALL_MAKEFILES \\
15381 dlls/dxdiagn/Makefile"
15382 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15383 dxdiagn"
15384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15385 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules config.status"
15386 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
15388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15389 dlls/dxdiagn/tests: __builddeps__
15390 dlls/dxdiagn/tests/__crosstest__: __buildcrossdeps__"
15391 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15392 dxdiagn_test.exe"
15393 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15394 dxdiagn_test.exe: \$(TOPOBJDIR)/dlls/dxdiagn/tests/dxdiagn_test.exe$DLLEXT
15395 cp \$(TOPOBJDIR)/dlls/dxdiagn/tests/dxdiagn_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15396 dxdiagn_test.rc:
15397 echo \"dxdiagn_test.exe TESTRES \\\"dxdiagn_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15398 dxdiagn_test.res: dxdiagn_test.rc dxdiagn_test.exe"
15399 ALL_MAKEFILES="$ALL_MAKEFILES \\
15400 dlls/dxdiagn/tests/Makefile"
15401 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15402 dlls/dxdiagn/tests"
15403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15404 \$(RECURSE_TARGETS:%=dlls/dxdiagn/tests/%) dlls/dxdiagn/tests: dlls/dxdiagn/tests/Makefile \$(MAKEDEP)
15405 dlls/dxdiagn/tests/Makefile: dlls/dxdiagn/tests/Makefile.in dlls/Maketest.rules config.status"
15406 ac_config_files="$ac_config_files dlls/dxdiagn/tests/Makefile"
15408 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15409 dlls/dxerr8/libdxerr8.a"
15410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15411 dlls/dxerr8: tools/widl tools/winebuild tools/winegcc include
15412 dlls/dxerr8/__install__ dlls/dxerr8/__install-dev__: dlls/dxerr8
15413 dlls/dxerr8/libdxerr8.cross.a: dlls/dxerr8/Makefile tools/widl tools/winebuild tools/winegcc include dummy
15414 @cd dlls/dxerr8 && \$(MAKE) \`basename \$@\`"
15415 ALL_MAKEFILES="$ALL_MAKEFILES \\
15416 dlls/dxerr8/Makefile"
15417 test "x$enable_dxerr8" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
15418 dlls/dxerr8"
15419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15420 \$(RECURSE_TARGETS:%=dlls/dxerr8/%) dlls/dxerr8: dlls/dxerr8/Makefile \$(MAKEDEP)
15421 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules config.status"
15422 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
15424 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15425 dlls/dxerr9/libdxerr9.a"
15426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15427 dlls/dxerr9: tools/widl tools/winebuild tools/winegcc include
15428 dlls/dxerr9/__install__ dlls/dxerr9/__install-dev__: dlls/dxerr9
15429 dlls/dxerr9/libdxerr9.cross.a: dlls/dxerr9/Makefile tools/widl tools/winebuild tools/winegcc include dummy
15430 @cd dlls/dxerr9 && \$(MAKE) \`basename \$@\`"
15431 ALL_MAKEFILES="$ALL_MAKEFILES \\
15432 dlls/dxerr9/Makefile"
15433 test "x$enable_dxerr9" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
15434 dlls/dxerr9"
15435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15436 \$(RECURSE_TARGETS:%=dlls/dxerr9/%) dlls/dxerr9: dlls/dxerr9/Makefile \$(MAKEDEP)
15437 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules config.status"
15438 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
15440 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15441 dlls/dxgi/libdxgi.$IMPLIBEXT"
15442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15443 dlls/dxgi/libdxgi.$IMPLIBEXT dlls/dxgi/libdxgi.cross.a: tools/widl tools/winebuild tools/winegcc include
15444 dlls/dxgi/libdxgi.$IMPLIBEXT dlls/dxgi/libdxgi.cross.a: dlls/dxgi/dxgi.spec dlls/dxgi/Makefile
15445 @cd dlls/dxgi && \$(MAKE) \`basename \$@\`"
15446 ALL_MAKEFILES="$ALL_MAKEFILES \\
15447 dlls/dxgi/Makefile"
15448 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15449 dxgi"
15450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15451 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules config.status"
15452 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
15454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15455 dlls/dxgi/tests: __builddeps__
15456 dlls/dxgi/tests/__crosstest__: __buildcrossdeps__"
15457 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15458 dxgi_test.exe"
15459 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15460 dxgi_test.exe: \$(TOPOBJDIR)/dlls/dxgi/tests/dxgi_test.exe$DLLEXT
15461 cp \$(TOPOBJDIR)/dlls/dxgi/tests/dxgi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15462 dxgi_test.rc:
15463 echo \"dxgi_test.exe TESTRES \\\"dxgi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15464 dxgi_test.res: dxgi_test.rc dxgi_test.exe"
15465 ALL_MAKEFILES="$ALL_MAKEFILES \\
15466 dlls/dxgi/tests/Makefile"
15467 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15468 dlls/dxgi/tests"
15469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15470 \$(RECURSE_TARGETS:%=dlls/dxgi/tests/%) dlls/dxgi/tests: dlls/dxgi/tests/Makefile \$(MAKEDEP)
15471 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules config.status"
15472 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
15474 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15475 dlls/dxguid/libdxguid.a"
15476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15477 dlls/dxguid: tools/widl tools/winebuild tools/winegcc include
15478 dlls/dxguid/__install__ dlls/dxguid/__install-dev__: dlls/dxguid
15479 dlls/dxguid/libdxguid.cross.a: dlls/dxguid/Makefile tools/widl tools/winebuild tools/winegcc include dummy
15480 @cd dlls/dxguid && \$(MAKE) \`basename \$@\`"
15481 ALL_MAKEFILES="$ALL_MAKEFILES \\
15482 dlls/dxguid/Makefile"
15483 test "x$enable_dxguid" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
15484 dlls/dxguid"
15485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15486 \$(RECURSE_TARGETS:%=dlls/dxguid/%) dlls/dxguid: dlls/dxguid/Makefile \$(MAKEDEP)
15487 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules config.status"
15488 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
15490 ALL_MAKEFILES="$ALL_MAKEFILES \\
15491 dlls/faultrep/Makefile"
15492 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15493 faultrep"
15494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15495 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules config.status"
15496 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
15498 ALL_MAKEFILES="$ALL_MAKEFILES \\
15499 dlls/fltlib/Makefile"
15500 test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15501 fltlib"
15502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15503 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules config.status"
15504 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
15506 ALL_MAKEFILES="$ALL_MAKEFILES \\
15507 dlls/fusion/Makefile"
15508 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15509 fusion"
15510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15511 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules config.status"
15512 ac_config_files="$ac_config_files dlls/fusion/Makefile"
15514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15515 dlls/fusion/tests: __builddeps__
15516 dlls/fusion/tests/__crosstest__: __buildcrossdeps__"
15517 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15518 fusion_test.exe"
15519 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15520 fusion_test.exe: \$(TOPOBJDIR)/dlls/fusion/tests/fusion_test.exe$DLLEXT
15521 cp \$(TOPOBJDIR)/dlls/fusion/tests/fusion_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15522 fusion_test.rc:
15523 echo \"fusion_test.exe TESTRES \\\"fusion_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15524 fusion_test.res: fusion_test.rc fusion_test.exe"
15525 ALL_MAKEFILES="$ALL_MAKEFILES \\
15526 dlls/fusion/tests/Makefile"
15527 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15528 dlls/fusion/tests"
15529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15530 \$(RECURSE_TARGETS:%=dlls/fusion/tests/%) dlls/fusion/tests: dlls/fusion/tests/Makefile \$(MAKEDEP)
15531 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules config.status"
15532 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
15534 ALL_MAKEFILES="$ALL_MAKEFILES \\
15535 dlls/fwpuclnt/Makefile"
15536 test "x$enable_fwpuclnt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15537 fwpuclnt"
15538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15539 dlls/fwpuclnt/Makefile: dlls/fwpuclnt/Makefile.in dlls/Makedll.rules config.status"
15540 ac_config_files="$ac_config_files dlls/fwpuclnt/Makefile"
15542 ALL_MAKEFILES="$ALL_MAKEFILES \\
15543 dlls/gdi.exe16/Makefile"
15544 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15545 gdi.exe16"
15546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15547 dlls/gdi.exe16/Makefile: dlls/gdi.exe16/Makefile.in dlls/Makedll.rules config.status"
15548 ac_config_files="$ac_config_files dlls/gdi.exe16/Makefile"
15550 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15551 dlls/gdi32/libgdi32.$IMPLIBEXT"
15552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15553 dlls/gdi32/libgdi32.$IMPLIBEXT dlls/gdi32/libgdi32.cross.a: tools/widl tools/winebuild tools/winegcc include
15554 dlls/gdi32/libgdi32.$IMPLIBEXT dlls/gdi32/libgdi32.cross.a: dlls/gdi32/gdi32.spec dlls/gdi32/Makefile
15555 @cd dlls/gdi32 && \$(MAKE) \`basename \$@\`"
15556 ALL_MAKEFILES="$ALL_MAKEFILES \\
15557 dlls/gdi32/Makefile"
15558 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15559 gdi32"
15560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15561 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules config.status"
15562 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
15564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15565 dlls/gdi32/tests: __builddeps__
15566 dlls/gdi32/tests/__crosstest__: __buildcrossdeps__"
15567 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15568 gdi32_test.exe"
15569 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15570 gdi32_test.exe: \$(TOPOBJDIR)/dlls/gdi32/tests/gdi32_test.exe$DLLEXT
15571 cp \$(TOPOBJDIR)/dlls/gdi32/tests/gdi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15572 gdi32_test.rc:
15573 echo \"gdi32_test.exe TESTRES \\\"gdi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15574 gdi32_test.res: gdi32_test.rc gdi32_test.exe"
15575 ALL_MAKEFILES="$ALL_MAKEFILES \\
15576 dlls/gdi32/tests/Makefile"
15577 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15578 dlls/gdi32/tests"
15579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15580 \$(RECURSE_TARGETS:%=dlls/gdi32/tests/%) dlls/gdi32/tests: dlls/gdi32/tests/Makefile \$(MAKEDEP)
15581 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules config.status"
15582 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
15584 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15585 dlls/gdiplus/libgdiplus.$IMPLIBEXT"
15586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15587 dlls/gdiplus/libgdiplus.$IMPLIBEXT dlls/gdiplus/libgdiplus.cross.a: tools/widl tools/winebuild tools/winegcc include
15588 dlls/gdiplus/libgdiplus.$IMPLIBEXT dlls/gdiplus/libgdiplus.cross.a: dlls/gdiplus/gdiplus.spec dlls/gdiplus/Makefile
15589 @cd dlls/gdiplus && \$(MAKE) \`basename \$@\`"
15590 ALL_MAKEFILES="$ALL_MAKEFILES \\
15591 dlls/gdiplus/Makefile"
15592 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15593 gdiplus"
15594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15595 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules config.status"
15596 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
15598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15599 dlls/gdiplus/tests: __builddeps__
15600 dlls/gdiplus/tests/__crosstest__: __buildcrossdeps__"
15601 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15602 gdiplus_test.exe"
15603 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15604 gdiplus_test.exe: \$(TOPOBJDIR)/dlls/gdiplus/tests/gdiplus_test.exe$DLLEXT
15605 cp \$(TOPOBJDIR)/dlls/gdiplus/tests/gdiplus_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15606 gdiplus_test.rc:
15607 echo \"gdiplus_test.exe TESTRES \\\"gdiplus_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15608 gdiplus_test.res: gdiplus_test.rc gdiplus_test.exe"
15609 ALL_MAKEFILES="$ALL_MAKEFILES \\
15610 dlls/gdiplus/tests/Makefile"
15611 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15612 dlls/gdiplus/tests"
15613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15614 \$(RECURSE_TARGETS:%=dlls/gdiplus/tests/%) dlls/gdiplus/tests: dlls/gdiplus/tests/Makefile \$(MAKEDEP)
15615 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules config.status"
15616 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
15618 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15619 dlls/glu32/libglu32.$IMPLIBEXT"
15620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15621 dlls/glu32/libglu32.$IMPLIBEXT dlls/glu32/libglu32.cross.a: tools/widl tools/winebuild tools/winegcc include
15622 dlls/glu32/libglu32.$IMPLIBEXT dlls/glu32/libglu32.cross.a: dlls/glu32/glu32.spec dlls/glu32/Makefile
15623 @cd dlls/glu32 && \$(MAKE) \`basename \$@\`"
15624 ALL_MAKEFILES="$ALL_MAKEFILES \\
15625 dlls/glu32/Makefile"
15626 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15627 glu32"
15628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15629 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules config.status"
15630 ac_config_files="$ac_config_files dlls/glu32/Makefile"
15632 ALL_MAKEFILES="$ALL_MAKEFILES \\
15633 dlls/gphoto2.ds/Makefile"
15634 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15635 gphoto2.ds"
15636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15637 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules config.status"
15638 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
15640 ALL_MAKEFILES="$ALL_MAKEFILES \\
15641 dlls/gpkcsp/Makefile"
15642 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15643 gpkcsp"
15644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15645 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules config.status"
15646 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
15648 ALL_MAKEFILES="$ALL_MAKEFILES \\
15649 dlls/hal/Makefile"
15650 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15651 hal"
15652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15653 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules config.status"
15654 ac_config_files="$ac_config_files dlls/hal/Makefile"
15656 ALL_MAKEFILES="$ALL_MAKEFILES \\
15657 dlls/hhctrl.ocx/Makefile"
15658 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15659 hhctrl.ocx"
15660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15661 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules config.status"
15662 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
15664 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15665 dlls/hid/libhid.$IMPLIBEXT"
15666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15667 dlls/hid/libhid.$IMPLIBEXT dlls/hid/libhid.cross.a: tools/widl tools/winebuild tools/winegcc include
15668 dlls/hid/libhid.$IMPLIBEXT dlls/hid/libhid.cross.a: dlls/hid/hid.spec dlls/hid/Makefile
15669 @cd dlls/hid && \$(MAKE) \`basename \$@\`"
15670 ALL_MAKEFILES="$ALL_MAKEFILES \\
15671 dlls/hid/Makefile"
15672 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15673 hid"
15674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15675 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules config.status"
15676 ac_config_files="$ac_config_files dlls/hid/Makefile"
15678 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15679 dlls/hlink/libhlink.$IMPLIBEXT"
15680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15681 dlls/hlink/libhlink.$IMPLIBEXT dlls/hlink/libhlink.cross.a: tools/widl tools/winebuild tools/winegcc include
15682 dlls/hlink/libhlink.$IMPLIBEXT dlls/hlink/libhlink.cross.a: dlls/hlink/hlink.spec dlls/hlink/Makefile
15683 @cd dlls/hlink && \$(MAKE) \`basename \$@\`"
15684 ALL_MAKEFILES="$ALL_MAKEFILES \\
15685 dlls/hlink/Makefile"
15686 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15687 hlink"
15688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15689 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules config.status"
15690 ac_config_files="$ac_config_files dlls/hlink/Makefile"
15692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15693 dlls/hlink/tests: __builddeps__
15694 dlls/hlink/tests/__crosstest__: __buildcrossdeps__"
15695 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15696 hlink_test.exe"
15697 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15698 hlink_test.exe: \$(TOPOBJDIR)/dlls/hlink/tests/hlink_test.exe$DLLEXT
15699 cp \$(TOPOBJDIR)/dlls/hlink/tests/hlink_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15700 hlink_test.rc:
15701 echo \"hlink_test.exe TESTRES \\\"hlink_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15702 hlink_test.res: hlink_test.rc hlink_test.exe"
15703 ALL_MAKEFILES="$ALL_MAKEFILES \\
15704 dlls/hlink/tests/Makefile"
15705 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15706 dlls/hlink/tests"
15707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15708 \$(RECURSE_TARGETS:%=dlls/hlink/tests/%) dlls/hlink/tests: dlls/hlink/tests/Makefile \$(MAKEDEP)
15709 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules config.status"
15710 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
15712 ALL_MAKEFILES="$ALL_MAKEFILES \\
15713 dlls/hnetcfg/Makefile"
15714 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15715 hnetcfg"
15716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15717 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules config.status"
15718 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
15720 ALL_MAKEFILES="$ALL_MAKEFILES \\
15721 dlls/httpapi/Makefile"
15722 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15723 httpapi"
15724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15725 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules config.status"
15726 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
15728 ALL_MAKEFILES="$ALL_MAKEFILES \\
15729 dlls/iccvid/Makefile"
15730 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15731 iccvid"
15732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15733 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules config.status"
15734 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
15736 ALL_MAKEFILES="$ALL_MAKEFILES \\
15737 dlls/icmp/Makefile"
15738 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15739 icmp"
15740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15741 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules config.status"
15742 ac_config_files="$ac_config_files dlls/icmp/Makefile"
15744 ALL_MAKEFILES="$ALL_MAKEFILES \\
15745 dlls/ifsmgr.vxd/Makefile"
15746 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15747 ifsmgr.vxd"
15748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15749 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules config.status"
15750 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
15752 ALL_MAKEFILES="$ALL_MAKEFILES \\
15753 dlls/imaadp32.acm/Makefile"
15754 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15755 imaadp32.acm"
15756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15757 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules config.status"
15758 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
15760 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15761 dlls/imagehlp/libimagehlp.$IMPLIBEXT"
15762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15763 dlls/imagehlp/libimagehlp.$IMPLIBEXT dlls/imagehlp/libimagehlp.cross.a: tools/widl tools/winebuild tools/winegcc include
15764 dlls/imagehlp/libimagehlp.$IMPLIBEXT dlls/imagehlp/libimagehlp.cross.a: dlls/imagehlp/imagehlp.spec dlls/imagehlp/Makefile
15765 @cd dlls/imagehlp && \$(MAKE) \`basename \$@\`"
15766 ALL_MAKEFILES="$ALL_MAKEFILES \\
15767 dlls/imagehlp/Makefile"
15768 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15769 imagehlp"
15770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15771 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules config.status"
15772 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
15774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15775 dlls/imagehlp/tests: __builddeps__
15776 dlls/imagehlp/tests/__crosstest__: __buildcrossdeps__"
15777 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15778 imagehlp_test.exe"
15779 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15780 imagehlp_test.exe: \$(TOPOBJDIR)/dlls/imagehlp/tests/imagehlp_test.exe$DLLEXT
15781 cp \$(TOPOBJDIR)/dlls/imagehlp/tests/imagehlp_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15782 imagehlp_test.rc:
15783 echo \"imagehlp_test.exe TESTRES \\\"imagehlp_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15784 imagehlp_test.res: imagehlp_test.rc imagehlp_test.exe"
15785 ALL_MAKEFILES="$ALL_MAKEFILES \\
15786 dlls/imagehlp/tests/Makefile"
15787 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15788 dlls/imagehlp/tests"
15789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15790 \$(RECURSE_TARGETS:%=dlls/imagehlp/tests/%) dlls/imagehlp/tests: dlls/imagehlp/tests/Makefile \$(MAKEDEP)
15791 dlls/imagehlp/tests/Makefile: dlls/imagehlp/tests/Makefile.in dlls/Maketest.rules config.status"
15792 ac_config_files="$ac_config_files dlls/imagehlp/tests/Makefile"
15794 ALL_MAKEFILES="$ALL_MAKEFILES \\
15795 dlls/imm.dll16/Makefile"
15796 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15797 imm.dll16"
15798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15799 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules config.status"
15800 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
15802 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15803 dlls/imm32/libimm32.$IMPLIBEXT"
15804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15805 dlls/imm32/libimm32.$IMPLIBEXT dlls/imm32/libimm32.cross.a: tools/widl tools/winebuild tools/winegcc include
15806 dlls/imm32/libimm32.$IMPLIBEXT dlls/imm32/libimm32.cross.a: dlls/imm32/imm32.spec dlls/imm32/Makefile
15807 @cd dlls/imm32 && \$(MAKE) \`basename \$@\`"
15808 ALL_MAKEFILES="$ALL_MAKEFILES \\
15809 dlls/imm32/Makefile"
15810 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15811 imm32"
15812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15813 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules config.status"
15814 ac_config_files="$ac_config_files dlls/imm32/Makefile"
15816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15817 dlls/imm32/tests: __builddeps__
15818 dlls/imm32/tests/__crosstest__: __buildcrossdeps__"
15819 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15820 imm32_test.exe"
15821 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15822 imm32_test.exe: \$(TOPOBJDIR)/dlls/imm32/tests/imm32_test.exe$DLLEXT
15823 cp \$(TOPOBJDIR)/dlls/imm32/tests/imm32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15824 imm32_test.rc:
15825 echo \"imm32_test.exe TESTRES \\\"imm32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15826 imm32_test.res: imm32_test.rc imm32_test.exe"
15827 ALL_MAKEFILES="$ALL_MAKEFILES \\
15828 dlls/imm32/tests/Makefile"
15829 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15830 dlls/imm32/tests"
15831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15832 \$(RECURSE_TARGETS:%=dlls/imm32/tests/%) dlls/imm32/tests: dlls/imm32/tests/Makefile \$(MAKEDEP)
15833 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules config.status"
15834 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
15836 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15837 dlls/inetcomm/libinetcomm.$IMPLIBEXT"
15838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15839 dlls/inetcomm/libinetcomm.$IMPLIBEXT dlls/inetcomm/libinetcomm.cross.a: tools/widl tools/winebuild tools/winegcc include
15840 dlls/inetcomm/libinetcomm.$IMPLIBEXT dlls/inetcomm/libinetcomm.cross.a: dlls/inetcomm/inetcomm.spec dlls/inetcomm/Makefile
15841 @cd dlls/inetcomm && \$(MAKE) \`basename \$@\`"
15842 ALL_MAKEFILES="$ALL_MAKEFILES \\
15843 dlls/inetcomm/Makefile"
15844 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15845 inetcomm"
15846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15847 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules config.status"
15848 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
15850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15851 dlls/inetcomm/tests: __builddeps__
15852 dlls/inetcomm/tests/__crosstest__: __buildcrossdeps__"
15853 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15854 inetcomm_test.exe"
15855 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15856 inetcomm_test.exe: \$(TOPOBJDIR)/dlls/inetcomm/tests/inetcomm_test.exe$DLLEXT
15857 cp \$(TOPOBJDIR)/dlls/inetcomm/tests/inetcomm_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15858 inetcomm_test.rc:
15859 echo \"inetcomm_test.exe TESTRES \\\"inetcomm_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15860 inetcomm_test.res: inetcomm_test.rc inetcomm_test.exe"
15861 ALL_MAKEFILES="$ALL_MAKEFILES \\
15862 dlls/inetcomm/tests/Makefile"
15863 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15864 dlls/inetcomm/tests"
15865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15866 \$(RECURSE_TARGETS:%=dlls/inetcomm/tests/%) dlls/inetcomm/tests: dlls/inetcomm/tests/Makefile \$(MAKEDEP)
15867 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules config.status"
15868 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
15870 ALL_MAKEFILES="$ALL_MAKEFILES \\
15871 dlls/inetmib1/Makefile"
15872 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15873 inetmib1"
15874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15875 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules config.status"
15876 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
15878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15879 dlls/inetmib1/tests: __builddeps__
15880 dlls/inetmib1/tests/__crosstest__: __buildcrossdeps__"
15881 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15882 inetmib1_test.exe"
15883 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15884 inetmib1_test.exe: \$(TOPOBJDIR)/dlls/inetmib1/tests/inetmib1_test.exe$DLLEXT
15885 cp \$(TOPOBJDIR)/dlls/inetmib1/tests/inetmib1_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15886 inetmib1_test.rc:
15887 echo \"inetmib1_test.exe TESTRES \\\"inetmib1_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15888 inetmib1_test.res: inetmib1_test.rc inetmib1_test.exe"
15889 ALL_MAKEFILES="$ALL_MAKEFILES \\
15890 dlls/inetmib1/tests/Makefile"
15891 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15892 dlls/inetmib1/tests"
15893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15894 \$(RECURSE_TARGETS:%=dlls/inetmib1/tests/%) dlls/inetmib1/tests: dlls/inetmib1/tests/Makefile \$(MAKEDEP)
15895 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules config.status"
15896 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
15898 ALL_MAKEFILES="$ALL_MAKEFILES \\
15899 dlls/infosoft/Makefile"
15900 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15901 infosoft"
15902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15903 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules config.status"
15904 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
15906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15907 dlls/infosoft/tests: __builddeps__
15908 dlls/infosoft/tests/__crosstest__: __buildcrossdeps__"
15909 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15910 infosoft_test.exe"
15911 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15912 infosoft_test.exe: \$(TOPOBJDIR)/dlls/infosoft/tests/infosoft_test.exe$DLLEXT
15913 cp \$(TOPOBJDIR)/dlls/infosoft/tests/infosoft_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15914 infosoft_test.rc:
15915 echo \"infosoft_test.exe TESTRES \\\"infosoft_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15916 infosoft_test.res: infosoft_test.rc infosoft_test.exe"
15917 ALL_MAKEFILES="$ALL_MAKEFILES \\
15918 dlls/infosoft/tests/Makefile"
15919 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15920 dlls/infosoft/tests"
15921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15922 \$(RECURSE_TARGETS:%=dlls/infosoft/tests/%) dlls/infosoft/tests: dlls/infosoft/tests/Makefile \$(MAKEDEP)
15923 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules config.status"
15924 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
15926 ALL_MAKEFILES="$ALL_MAKEFILES \\
15927 dlls/initpki/Makefile"
15928 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15929 initpki"
15930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15931 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules config.status"
15932 ac_config_files="$ac_config_files dlls/initpki/Makefile"
15934 ALL_MAKEFILES="$ALL_MAKEFILES \\
15935 dlls/inkobj/Makefile"
15936 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15937 inkobj"
15938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15939 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules config.status"
15940 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
15942 ALL_MAKEFILES="$ALL_MAKEFILES \\
15943 dlls/inseng/Makefile"
15944 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15945 inseng"
15946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15947 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules config.status"
15948 ac_config_files="$ac_config_files dlls/inseng/Makefile"
15950 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15951 dlls/iphlpapi/libiphlpapi.$IMPLIBEXT"
15952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15953 dlls/iphlpapi/libiphlpapi.$IMPLIBEXT dlls/iphlpapi/libiphlpapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15954 dlls/iphlpapi/libiphlpapi.$IMPLIBEXT dlls/iphlpapi/libiphlpapi.cross.a: dlls/iphlpapi/iphlpapi.spec dlls/iphlpapi/Makefile
15955 @cd dlls/iphlpapi && \$(MAKE) \`basename \$@\`"
15956 ALL_MAKEFILES="$ALL_MAKEFILES \\
15957 dlls/iphlpapi/Makefile"
15958 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15959 iphlpapi"
15960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15961 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules config.status"
15962 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
15964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15965 dlls/iphlpapi/tests: __builddeps__
15966 dlls/iphlpapi/tests/__crosstest__: __buildcrossdeps__"
15967 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15968 iphlpapi_test.exe"
15969 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15970 iphlpapi_test.exe: \$(TOPOBJDIR)/dlls/iphlpapi/tests/iphlpapi_test.exe$DLLEXT
15971 cp \$(TOPOBJDIR)/dlls/iphlpapi/tests/iphlpapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15972 iphlpapi_test.rc:
15973 echo \"iphlpapi_test.exe TESTRES \\\"iphlpapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15974 iphlpapi_test.res: iphlpapi_test.rc iphlpapi_test.exe"
15975 ALL_MAKEFILES="$ALL_MAKEFILES \\
15976 dlls/iphlpapi/tests/Makefile"
15977 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15978 dlls/iphlpapi/tests"
15979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15980 \$(RECURSE_TARGETS:%=dlls/iphlpapi/tests/%) dlls/iphlpapi/tests: dlls/iphlpapi/tests/Makefile \$(MAKEDEP)
15981 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules config.status"
15982 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
15984 ALL_MAKEFILES="$ALL_MAKEFILES \\
15985 dlls/itircl/Makefile"
15986 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15987 itircl"
15988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15989 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules config.status"
15990 ac_config_files="$ac_config_files dlls/itircl/Makefile"
15992 ALL_MAKEFILES="$ALL_MAKEFILES \\
15993 dlls/itss/Makefile"
15994 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15995 itss"
15996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15997 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules config.status"
15998 ac_config_files="$ac_config_files dlls/itss/Makefile"
16000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16001 dlls/itss/tests: __builddeps__
16002 dlls/itss/tests/__crosstest__: __buildcrossdeps__"
16003 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16004 itss_test.exe"
16005 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16006 itss_test.exe: \$(TOPOBJDIR)/dlls/itss/tests/itss_test.exe$DLLEXT
16007 cp \$(TOPOBJDIR)/dlls/itss/tests/itss_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16008 itss_test.rc:
16009 echo \"itss_test.exe TESTRES \\\"itss_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16010 itss_test.res: itss_test.rc itss_test.exe"
16011 ALL_MAKEFILES="$ALL_MAKEFILES \\
16012 dlls/itss/tests/Makefile"
16013 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16014 dlls/itss/tests"
16015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16016 \$(RECURSE_TARGETS:%=dlls/itss/tests/%) dlls/itss/tests: dlls/itss/tests/Makefile \$(MAKEDEP)
16017 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules config.status"
16018 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
16020 ALL_MAKEFILES="$ALL_MAKEFILES \\
16021 dlls/jscript/Makefile"
16022 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16023 jscript"
16024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16025 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules config.status"
16026 ac_config_files="$ac_config_files dlls/jscript/Makefile"
16028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16029 dlls/jscript/tests: __builddeps__
16030 dlls/jscript/tests/__crosstest__: __buildcrossdeps__"
16031 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16032 jscript_test.exe"
16033 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16034 jscript_test.exe: \$(TOPOBJDIR)/dlls/jscript/tests/jscript_test.exe$DLLEXT
16035 cp \$(TOPOBJDIR)/dlls/jscript/tests/jscript_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16036 jscript_test.rc:
16037 echo \"jscript_test.exe TESTRES \\\"jscript_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16038 jscript_test.res: jscript_test.rc jscript_test.exe"
16039 ALL_MAKEFILES="$ALL_MAKEFILES \\
16040 dlls/jscript/tests/Makefile"
16041 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16042 dlls/jscript/tests"
16043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16044 \$(RECURSE_TARGETS:%=dlls/jscript/tests/%) dlls/jscript/tests: dlls/jscript/tests/Makefile \$(MAKEDEP)
16045 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules config.status"
16046 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
16048 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16049 dlls/kernel32/libkernel32.$IMPLIBEXT"
16050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16051 dlls/kernel32/libkernel32.$IMPLIBEXT dlls/kernel32/libkernel32.cross.a: tools/widl tools/winebuild tools/winegcc include
16052 dlls/kernel32/libkernel32.$IMPLIBEXT dlls/kernel32/libkernel32.cross.a: dlls/kernel32/kernel32.spec dlls/kernel32/Makefile
16053 @cd dlls/kernel32 && \$(MAKE) \`basename \$@\`"
16054 ALL_MAKEFILES="$ALL_MAKEFILES \\
16055 dlls/kernel32/Makefile"
16056 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16057 kernel32"
16058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16059 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules config.status"
16060 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
16062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16063 dlls/kernel32/tests: __builddeps__
16064 dlls/kernel32/tests/__crosstest__: __buildcrossdeps__"
16065 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16066 kernel32_test.exe"
16067 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16068 kernel32_test.exe: \$(TOPOBJDIR)/dlls/kernel32/tests/kernel32_test.exe$DLLEXT
16069 cp \$(TOPOBJDIR)/dlls/kernel32/tests/kernel32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16070 kernel32_test.rc:
16071 echo \"kernel32_test.exe TESTRES \\\"kernel32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16072 kernel32_test.res: kernel32_test.rc kernel32_test.exe"
16073 ALL_MAKEFILES="$ALL_MAKEFILES \\
16074 dlls/kernel32/tests/Makefile"
16075 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16076 dlls/kernel32/tests"
16077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16078 \$(RECURSE_TARGETS:%=dlls/kernel32/tests/%) dlls/kernel32/tests: dlls/kernel32/tests/Makefile \$(MAKEDEP)
16079 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules config.status"
16080 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
16082 ALL_MAKEFILES="$ALL_MAKEFILES \\
16083 dlls/keyboard.drv16/Makefile"
16084 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16085 keyboard.drv16"
16086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16087 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules config.status"
16088 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
16090 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16091 dlls/krnl386.exe16/libkernel.$IMPLIBEXT \\
16092 dlls/libkernel.$IMPLIBEXT"
16093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16094 dlls/krnl386.exe16/libkernel.$IMPLIBEXT dlls/krnl386.exe16/libkernel.cross.a: tools/widl tools/winebuild tools/winegcc include
16095 dlls/libkernel.a: dlls/krnl386.exe16/libkernel.a
16096 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.a \$@
16097 dlls/libkernel.cross.a: dlls/krnl386.exe16/libkernel.cross.a
16098 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.cross.a \$@
16099 dlls/libkernel.def: dlls/krnl386.exe16/libkernel.def
16100 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.def \$@
16101 clean::
16102 \$(RM) dlls/libkernel.def
16103 dlls/krnl386.exe16/libkernel.$IMPLIBEXT dlls/krnl386.exe16/libkernel.cross.a: dlls/krnl386.exe16/krnl386.exe16.spec dlls/krnl386.exe16/Makefile
16104 @cd dlls/krnl386.exe16 && \$(MAKE) \`basename \$@\`"
16105 ALL_MAKEFILES="$ALL_MAKEFILES \\
16106 dlls/krnl386.exe16/Makefile"
16107 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16108 krnl386.exe16"
16109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16110 dlls/krnl386.exe16/Makefile: dlls/krnl386.exe16/Makefile.in dlls/Makedll.rules config.status"
16111 ac_config_files="$ac_config_files dlls/krnl386.exe16/Makefile"
16113 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16114 dlls/loadperf/libloadperf.$IMPLIBEXT"
16115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16116 dlls/loadperf/libloadperf.$IMPLIBEXT dlls/loadperf/libloadperf.cross.a: tools/widl tools/winebuild tools/winegcc include
16117 dlls/loadperf/libloadperf.$IMPLIBEXT dlls/loadperf/libloadperf.cross.a: dlls/loadperf/loadperf.spec dlls/loadperf/Makefile
16118 @cd dlls/loadperf && \$(MAKE) \`basename \$@\`"
16119 ALL_MAKEFILES="$ALL_MAKEFILES \\
16120 dlls/loadperf/Makefile"
16121 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16122 loadperf"
16123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16124 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules config.status"
16125 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
16127 ALL_MAKEFILES="$ALL_MAKEFILES \\
16128 dlls/localspl/Makefile"
16129 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16130 localspl"
16131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16132 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules config.status"
16133 ac_config_files="$ac_config_files dlls/localspl/Makefile"
16135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16136 dlls/localspl/tests: __builddeps__
16137 dlls/localspl/tests/__crosstest__: __buildcrossdeps__"
16138 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16139 localspl_test.exe"
16140 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16141 localspl_test.exe: \$(TOPOBJDIR)/dlls/localspl/tests/localspl_test.exe$DLLEXT
16142 cp \$(TOPOBJDIR)/dlls/localspl/tests/localspl_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16143 localspl_test.rc:
16144 echo \"localspl_test.exe TESTRES \\\"localspl_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16145 localspl_test.res: localspl_test.rc localspl_test.exe"
16146 ALL_MAKEFILES="$ALL_MAKEFILES \\
16147 dlls/localspl/tests/Makefile"
16148 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16149 dlls/localspl/tests"
16150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16151 \$(RECURSE_TARGETS:%=dlls/localspl/tests/%) dlls/localspl/tests: dlls/localspl/tests/Makefile \$(MAKEDEP)
16152 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules config.status"
16153 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
16155 ALL_MAKEFILES="$ALL_MAKEFILES \\
16156 dlls/localui/Makefile"
16157 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16158 localui"
16159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16160 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules config.status"
16161 ac_config_files="$ac_config_files dlls/localui/Makefile"
16163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16164 dlls/localui/tests: __builddeps__
16165 dlls/localui/tests/__crosstest__: __buildcrossdeps__"
16166 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16167 localui_test.exe"
16168 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16169 localui_test.exe: \$(TOPOBJDIR)/dlls/localui/tests/localui_test.exe$DLLEXT
16170 cp \$(TOPOBJDIR)/dlls/localui/tests/localui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16171 localui_test.rc:
16172 echo \"localui_test.exe TESTRES \\\"localui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16173 localui_test.res: localui_test.rc localui_test.exe"
16174 ALL_MAKEFILES="$ALL_MAKEFILES \\
16175 dlls/localui/tests/Makefile"
16176 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16177 dlls/localui/tests"
16178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16179 \$(RECURSE_TARGETS:%=dlls/localui/tests/%) dlls/localui/tests: dlls/localui/tests/Makefile \$(MAKEDEP)
16180 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules config.status"
16181 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
16183 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16184 dlls/lz32/liblz32.$IMPLIBEXT"
16185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16186 dlls/lz32/liblz32.$IMPLIBEXT dlls/lz32/liblz32.cross.a: tools/widl tools/winebuild tools/winegcc include
16187 dlls/lz32/liblz32.$IMPLIBEXT dlls/lz32/liblz32.cross.a: dlls/lz32/lz32.spec dlls/lz32/Makefile
16188 @cd dlls/lz32 && \$(MAKE) \`basename \$@\`"
16189 ALL_MAKEFILES="$ALL_MAKEFILES \\
16190 dlls/lz32/Makefile"
16191 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16192 lz32"
16193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16194 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules config.status"
16195 ac_config_files="$ac_config_files dlls/lz32/Makefile"
16197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16198 dlls/lz32/tests: __builddeps__
16199 dlls/lz32/tests/__crosstest__: __buildcrossdeps__"
16200 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16201 lz32_test.exe"
16202 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16203 lz32_test.exe: \$(TOPOBJDIR)/dlls/lz32/tests/lz32_test.exe$DLLEXT
16204 cp \$(TOPOBJDIR)/dlls/lz32/tests/lz32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16205 lz32_test.rc:
16206 echo \"lz32_test.exe TESTRES \\\"lz32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16207 lz32_test.res: lz32_test.rc lz32_test.exe"
16208 ALL_MAKEFILES="$ALL_MAKEFILES \\
16209 dlls/lz32/tests/Makefile"
16210 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16211 dlls/lz32/tests"
16212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16213 \$(RECURSE_TARGETS:%=dlls/lz32/tests/%) dlls/lz32/tests: dlls/lz32/tests/Makefile \$(MAKEDEP)
16214 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules config.status"
16215 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
16217 ALL_MAKEFILES="$ALL_MAKEFILES \\
16218 dlls/lzexpand.dll16/Makefile"
16219 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16220 lzexpand.dll16"
16221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16222 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules config.status"
16223 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
16225 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16226 dlls/mapi32/libmapi32.$IMPLIBEXT"
16227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16228 dlls/mapi32/libmapi32.$IMPLIBEXT dlls/mapi32/libmapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
16229 dlls/mapi32/libmapi32.$IMPLIBEXT dlls/mapi32/libmapi32.cross.a: dlls/mapi32/mapi32.spec dlls/mapi32/Makefile
16230 @cd dlls/mapi32 && \$(MAKE) \`basename \$@\`"
16231 ALL_MAKEFILES="$ALL_MAKEFILES \\
16232 dlls/mapi32/Makefile"
16233 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16234 mapi32"
16235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16236 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules config.status"
16237 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
16239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16240 dlls/mapi32/tests: __builddeps__
16241 dlls/mapi32/tests/__crosstest__: __buildcrossdeps__"
16242 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16243 mapi32_test.exe"
16244 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16245 mapi32_test.exe: \$(TOPOBJDIR)/dlls/mapi32/tests/mapi32_test.exe$DLLEXT
16246 cp \$(TOPOBJDIR)/dlls/mapi32/tests/mapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16247 mapi32_test.rc:
16248 echo \"mapi32_test.exe TESTRES \\\"mapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16249 mapi32_test.res: mapi32_test.rc mapi32_test.exe"
16250 ALL_MAKEFILES="$ALL_MAKEFILES \\
16251 dlls/mapi32/tests/Makefile"
16252 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16253 dlls/mapi32/tests"
16254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16255 \$(RECURSE_TARGETS:%=dlls/mapi32/tests/%) dlls/mapi32/tests: dlls/mapi32/tests/Makefile \$(MAKEDEP)
16256 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules config.status"
16257 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
16259 ALL_MAKEFILES="$ALL_MAKEFILES \\
16260 dlls/mapistub/Makefile"
16261 test "x$enable_mapistub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16262 mapistub"
16263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16264 dlls/mapistub/Makefile: dlls/mapistub/Makefile.in dlls/Makedll.rules config.status"
16265 ac_config_files="$ac_config_files dlls/mapistub/Makefile"
16267 ALL_MAKEFILES="$ALL_MAKEFILES \\
16268 dlls/mciavi32/Makefile"
16269 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16270 mciavi32"
16271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16272 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules config.status"
16273 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
16275 ALL_MAKEFILES="$ALL_MAKEFILES \\
16276 dlls/mcicda/Makefile"
16277 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16278 mcicda"
16279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16280 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules config.status"
16281 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
16283 ALL_MAKEFILES="$ALL_MAKEFILES \\
16284 dlls/mciqtz32/Makefile"
16285 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16286 mciqtz32"
16287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16288 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules config.status"
16289 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
16291 ALL_MAKEFILES="$ALL_MAKEFILES \\
16292 dlls/mciseq/Makefile"
16293 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16294 mciseq"
16295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16296 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules config.status"
16297 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
16299 ALL_MAKEFILES="$ALL_MAKEFILES \\
16300 dlls/mciwave/Makefile"
16301 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16302 mciwave"
16303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16304 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules config.status"
16305 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
16307 ALL_MAKEFILES="$ALL_MAKEFILES \\
16308 dlls/midimap/Makefile"
16309 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16310 midimap"
16311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16312 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules config.status"
16313 ac_config_files="$ac_config_files dlls/midimap/Makefile"
16315 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16316 dlls/mlang/libmlang.$IMPLIBEXT"
16317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16318 dlls/mlang/libmlang.$IMPLIBEXT dlls/mlang/libmlang.cross.a: tools/widl tools/winebuild tools/winegcc include
16319 dlls/mlang/libmlang.$IMPLIBEXT dlls/mlang/libmlang.cross.a: dlls/mlang/mlang.spec dlls/mlang/Makefile
16320 @cd dlls/mlang && \$(MAKE) \`basename \$@\`"
16321 ALL_MAKEFILES="$ALL_MAKEFILES \\
16322 dlls/mlang/Makefile"
16323 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16324 mlang"
16325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16326 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules config.status"
16327 ac_config_files="$ac_config_files dlls/mlang/Makefile"
16329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16330 dlls/mlang/tests: __builddeps__
16331 dlls/mlang/tests/__crosstest__: __buildcrossdeps__"
16332 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16333 mlang_test.exe"
16334 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16335 mlang_test.exe: \$(TOPOBJDIR)/dlls/mlang/tests/mlang_test.exe$DLLEXT
16336 cp \$(TOPOBJDIR)/dlls/mlang/tests/mlang_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16337 mlang_test.rc:
16338 echo \"mlang_test.exe TESTRES \\\"mlang_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16339 mlang_test.res: mlang_test.rc mlang_test.exe"
16340 ALL_MAKEFILES="$ALL_MAKEFILES \\
16341 dlls/mlang/tests/Makefile"
16342 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16343 dlls/mlang/tests"
16344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16345 \$(RECURSE_TARGETS:%=dlls/mlang/tests/%) dlls/mlang/tests: dlls/mlang/tests/Makefile \$(MAKEDEP)
16346 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules config.status"
16347 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
16349 ALL_MAKEFILES="$ALL_MAKEFILES \\
16350 dlls/mmdevapi/Makefile"
16351 test "x$enable_mmdevapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16352 mmdevapi"
16353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16354 dlls/mmdevapi/Makefile: dlls/mmdevapi/Makefile.in dlls/Makedll.rules config.status"
16355 ac_config_files="$ac_config_files dlls/mmdevapi/Makefile"
16357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16358 dlls/mmdevapi/tests: __builddeps__
16359 dlls/mmdevapi/tests/__crosstest__: __buildcrossdeps__"
16360 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16361 mmdevapi_test.exe"
16362 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16363 mmdevapi_test.exe: \$(TOPOBJDIR)/dlls/mmdevapi/tests/mmdevapi_test.exe$DLLEXT
16364 cp \$(TOPOBJDIR)/dlls/mmdevapi/tests/mmdevapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16365 mmdevapi_test.rc:
16366 echo \"mmdevapi_test.exe TESTRES \\\"mmdevapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16367 mmdevapi_test.res: mmdevapi_test.rc mmdevapi_test.exe"
16368 ALL_MAKEFILES="$ALL_MAKEFILES \\
16369 dlls/mmdevapi/tests/Makefile"
16370 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16371 dlls/mmdevapi/tests"
16372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16373 \$(RECURSE_TARGETS:%=dlls/mmdevapi/tests/%) dlls/mmdevapi/tests: dlls/mmdevapi/tests/Makefile \$(MAKEDEP)
16374 dlls/mmdevapi/tests/Makefile: dlls/mmdevapi/tests/Makefile.in dlls/Maketest.rules config.status"
16375 ac_config_files="$ac_config_files dlls/mmdevapi/tests/Makefile"
16377 ALL_MAKEFILES="$ALL_MAKEFILES \\
16378 dlls/mmdevldr.vxd/Makefile"
16379 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16380 mmdevldr.vxd"
16381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16382 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules config.status"
16383 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
16385 ALL_MAKEFILES="$ALL_MAKEFILES \\
16386 dlls/mmsystem.dll16/Makefile"
16387 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16388 mmsystem.dll16"
16389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16390 dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules config.status"
16391 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
16393 ALL_MAKEFILES="$ALL_MAKEFILES \\
16394 dlls/monodebg.vxd/Makefile"
16395 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16396 monodebg.vxd"
16397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16398 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules config.status"
16399 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
16401 ALL_MAKEFILES="$ALL_MAKEFILES \\
16402 dlls/mountmgr.sys/Makefile"
16403 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16404 mountmgr.sys"
16405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16406 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules config.status"
16407 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
16409 ALL_MAKEFILES="$ALL_MAKEFILES \\
16410 dlls/mouse.drv16/Makefile"
16411 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16412 mouse.drv16"
16413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16414 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules config.status"
16415 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
16417 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16418 dlls/mpr/libmpr.$IMPLIBEXT"
16419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16420 dlls/mpr/libmpr.$IMPLIBEXT dlls/mpr/libmpr.cross.a: tools/widl tools/winebuild tools/winegcc include
16421 dlls/mpr/libmpr.$IMPLIBEXT dlls/mpr/libmpr.cross.a: dlls/mpr/mpr.spec dlls/mpr/Makefile
16422 @cd dlls/mpr && \$(MAKE) \`basename \$@\`"
16423 ALL_MAKEFILES="$ALL_MAKEFILES \\
16424 dlls/mpr/Makefile"
16425 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16426 mpr"
16427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16428 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules config.status"
16429 ac_config_files="$ac_config_files dlls/mpr/Makefile"
16431 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16432 dlls/mprapi/libmprapi.$IMPLIBEXT"
16433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16434 dlls/mprapi/libmprapi.$IMPLIBEXT dlls/mprapi/libmprapi.cross.a: tools/widl tools/winebuild tools/winegcc include
16435 dlls/mprapi/libmprapi.$IMPLIBEXT dlls/mprapi/libmprapi.cross.a: dlls/mprapi/mprapi.spec dlls/mprapi/Makefile
16436 @cd dlls/mprapi && \$(MAKE) \`basename \$@\`"
16437 ALL_MAKEFILES="$ALL_MAKEFILES \\
16438 dlls/mprapi/Makefile"
16439 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16440 mprapi"
16441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16442 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules config.status"
16443 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
16445 ALL_MAKEFILES="$ALL_MAKEFILES \\
16446 dlls/msacm.dll16/Makefile"
16447 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16448 msacm.dll16"
16449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16450 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules config.status"
16451 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
16453 ALL_MAKEFILES="$ALL_MAKEFILES \\
16454 dlls/msacm32.drv/Makefile"
16455 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16456 msacm32.drv"
16457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16458 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules config.status"
16459 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
16461 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16462 dlls/msacm32/libmsacm32.$IMPLIBEXT"
16463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16464 dlls/msacm32/libmsacm32.$IMPLIBEXT dlls/msacm32/libmsacm32.cross.a: tools/widl tools/winebuild tools/winegcc include
16465 dlls/msacm32/libmsacm32.$IMPLIBEXT dlls/msacm32/libmsacm32.cross.a: dlls/msacm32/msacm32.spec dlls/msacm32/Makefile
16466 @cd dlls/msacm32 && \$(MAKE) \`basename \$@\`"
16467 ALL_MAKEFILES="$ALL_MAKEFILES \\
16468 dlls/msacm32/Makefile"
16469 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16470 msacm32"
16471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16472 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules config.status"
16473 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
16475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16476 dlls/msacm32/tests: __builddeps__
16477 dlls/msacm32/tests/__crosstest__: __buildcrossdeps__"
16478 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16479 msacm32_test.exe"
16480 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16481 msacm32_test.exe: \$(TOPOBJDIR)/dlls/msacm32/tests/msacm32_test.exe$DLLEXT
16482 cp \$(TOPOBJDIR)/dlls/msacm32/tests/msacm32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16483 msacm32_test.rc:
16484 echo \"msacm32_test.exe TESTRES \\\"msacm32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16485 msacm32_test.res: msacm32_test.rc msacm32_test.exe"
16486 ALL_MAKEFILES="$ALL_MAKEFILES \\
16487 dlls/msacm32/tests/Makefile"
16488 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16489 dlls/msacm32/tests"
16490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16491 \$(RECURSE_TARGETS:%=dlls/msacm32/tests/%) dlls/msacm32/tests: dlls/msacm32/tests/Makefile \$(MAKEDEP)
16492 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules config.status"
16493 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
16495 ALL_MAKEFILES="$ALL_MAKEFILES \\
16496 dlls/msadp32.acm/Makefile"
16497 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16498 msadp32.acm"
16499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16500 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules config.status"
16501 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
16503 ALL_MAKEFILES="$ALL_MAKEFILES \\
16504 dlls/mscat32/Makefile"
16505 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16506 mscat32"
16507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16508 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules config.status"
16509 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
16511 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16512 dlls/mscms/libmscms.$IMPLIBEXT"
16513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16514 dlls/mscms/libmscms.$IMPLIBEXT dlls/mscms/libmscms.cross.a: tools/widl tools/winebuild tools/winegcc include
16515 dlls/mscms/libmscms.$IMPLIBEXT dlls/mscms/libmscms.cross.a: dlls/mscms/mscms.spec dlls/mscms/Makefile
16516 @cd dlls/mscms && \$(MAKE) \`basename \$@\`"
16517 ALL_MAKEFILES="$ALL_MAKEFILES \\
16518 dlls/mscms/Makefile"
16519 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16520 mscms"
16521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16522 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules config.status"
16523 ac_config_files="$ac_config_files dlls/mscms/Makefile"
16525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16526 dlls/mscms/tests: __builddeps__
16527 dlls/mscms/tests/__crosstest__: __buildcrossdeps__"
16528 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16529 mscms_test.exe"
16530 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16531 mscms_test.exe: \$(TOPOBJDIR)/dlls/mscms/tests/mscms_test.exe$DLLEXT
16532 cp \$(TOPOBJDIR)/dlls/mscms/tests/mscms_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16533 mscms_test.rc:
16534 echo \"mscms_test.exe TESTRES \\\"mscms_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16535 mscms_test.res: mscms_test.rc mscms_test.exe"
16536 ALL_MAKEFILES="$ALL_MAKEFILES \\
16537 dlls/mscms/tests/Makefile"
16538 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16539 dlls/mscms/tests"
16540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16541 \$(RECURSE_TARGETS:%=dlls/mscms/tests/%) dlls/mscms/tests: dlls/mscms/tests/Makefile \$(MAKEDEP)
16542 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules config.status"
16543 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
16545 ALL_MAKEFILES="$ALL_MAKEFILES \\
16546 dlls/mscoree/Makefile"
16547 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16548 mscoree"
16549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16550 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules config.status"
16551 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
16553 ALL_MAKEFILES="$ALL_MAKEFILES \\
16554 dlls/msctf/Makefile"
16555 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16556 msctf"
16557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16558 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules config.status"
16559 ac_config_files="$ac_config_files dlls/msctf/Makefile"
16561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16562 dlls/msctf/tests: __builddeps__
16563 dlls/msctf/tests/__crosstest__: __buildcrossdeps__"
16564 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16565 msctf_test.exe"
16566 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16567 msctf_test.exe: \$(TOPOBJDIR)/dlls/msctf/tests/msctf_test.exe$DLLEXT
16568 cp \$(TOPOBJDIR)/dlls/msctf/tests/msctf_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16569 msctf_test.rc:
16570 echo \"msctf_test.exe TESTRES \\\"msctf_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16571 msctf_test.res: msctf_test.rc msctf_test.exe"
16572 ALL_MAKEFILES="$ALL_MAKEFILES \\
16573 dlls/msctf/tests/Makefile"
16574 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16575 dlls/msctf/tests"
16576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16577 \$(RECURSE_TARGETS:%=dlls/msctf/tests/%) dlls/msctf/tests: dlls/msctf/tests/Makefile \$(MAKEDEP)
16578 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules config.status"
16579 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
16581 ALL_MAKEFILES="$ALL_MAKEFILES \\
16582 dlls/msdaps/Makefile"
16583 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16584 msdaps"
16585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16586 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules config.status"
16587 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
16589 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16590 dlls/msdmo/libmsdmo.$IMPLIBEXT"
16591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16592 dlls/msdmo/libmsdmo.$IMPLIBEXT dlls/msdmo/libmsdmo.cross.a: tools/widl tools/winebuild tools/winegcc include
16593 dlls/msdmo/libmsdmo.$IMPLIBEXT dlls/msdmo/libmsdmo.cross.a: dlls/msdmo/msdmo.spec dlls/msdmo/Makefile
16594 @cd dlls/msdmo && \$(MAKE) \`basename \$@\`"
16595 ALL_MAKEFILES="$ALL_MAKEFILES \\
16596 dlls/msdmo/Makefile"
16597 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16598 msdmo"
16599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16600 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules config.status"
16601 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
16603 ALL_MAKEFILES="$ALL_MAKEFILES \\
16604 dlls/msftedit/Makefile"
16605 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16606 msftedit"
16607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16608 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules config.status"
16609 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
16611 ALL_MAKEFILES="$ALL_MAKEFILES \\
16612 dlls/msg711.acm/Makefile"
16613 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16614 msg711.acm"
16615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16616 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules config.status"
16617 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
16619 ALL_MAKEFILES="$ALL_MAKEFILES \\
16620 dlls/msgsm32.acm/Makefile"
16621 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16622 msgsm32.acm"
16623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16624 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules config.status"
16625 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
16627 ALL_MAKEFILES="$ALL_MAKEFILES \\
16628 dlls/mshtml.tlb/Makefile"
16629 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16630 mshtml.tlb"
16631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16632 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules config.status"
16633 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
16635 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16636 dlls/mshtml/libmshtml.$IMPLIBEXT"
16637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16638 dlls/mshtml/libmshtml.$IMPLIBEXT dlls/mshtml/libmshtml.cross.a: tools/widl tools/winebuild tools/winegcc include
16639 dlls/mshtml/libmshtml.$IMPLIBEXT dlls/mshtml/libmshtml.cross.a: dlls/mshtml/mshtml.spec dlls/mshtml/Makefile
16640 @cd dlls/mshtml && \$(MAKE) \`basename \$@\`"
16641 ALL_MAKEFILES="$ALL_MAKEFILES \\
16642 dlls/mshtml/Makefile"
16643 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16644 mshtml"
16645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16646 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules config.status"
16647 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
16649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16650 dlls/mshtml/tests: __builddeps__
16651 dlls/mshtml/tests/__crosstest__: __buildcrossdeps__"
16652 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16653 mshtml_test.exe"
16654 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16655 mshtml_test.exe: \$(TOPOBJDIR)/dlls/mshtml/tests/mshtml_test.exe$DLLEXT
16656 cp \$(TOPOBJDIR)/dlls/mshtml/tests/mshtml_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16657 mshtml_test.rc:
16658 echo \"mshtml_test.exe TESTRES \\\"mshtml_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16659 mshtml_test.res: mshtml_test.rc mshtml_test.exe"
16660 ALL_MAKEFILES="$ALL_MAKEFILES \\
16661 dlls/mshtml/tests/Makefile"
16662 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16663 dlls/mshtml/tests"
16664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16665 \$(RECURSE_TARGETS:%=dlls/mshtml/tests/%) dlls/mshtml/tests: dlls/mshtml/tests/Makefile \$(MAKEDEP)
16666 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules config.status"
16667 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
16669 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16670 dlls/msi/libmsi.$IMPLIBEXT"
16671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16672 dlls/msi/libmsi.$IMPLIBEXT dlls/msi/libmsi.cross.a: tools/widl tools/winebuild tools/winegcc include
16673 dlls/msi/libmsi.$IMPLIBEXT dlls/msi/libmsi.cross.a: dlls/msi/msi.spec dlls/msi/Makefile
16674 @cd dlls/msi && \$(MAKE) \`basename \$@\`"
16675 ALL_MAKEFILES="$ALL_MAKEFILES \\
16676 dlls/msi/Makefile"
16677 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16678 msi"
16679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16680 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules config.status"
16681 ac_config_files="$ac_config_files dlls/msi/Makefile"
16683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16684 dlls/msi/tests: __builddeps__
16685 dlls/msi/tests/__crosstest__: __buildcrossdeps__"
16686 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16687 msi_test.exe"
16688 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16689 msi_test.exe: \$(TOPOBJDIR)/dlls/msi/tests/msi_test.exe$DLLEXT
16690 cp \$(TOPOBJDIR)/dlls/msi/tests/msi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16691 msi_test.rc:
16692 echo \"msi_test.exe TESTRES \\\"msi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16693 msi_test.res: msi_test.rc msi_test.exe"
16694 ALL_MAKEFILES="$ALL_MAKEFILES \\
16695 dlls/msi/tests/Makefile"
16696 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16697 dlls/msi/tests"
16698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16699 \$(RECURSE_TARGETS:%=dlls/msi/tests/%) dlls/msi/tests: dlls/msi/tests/Makefile \$(MAKEDEP)
16700 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules config.status"
16701 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
16703 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16704 dlls/msimg32/libmsimg32.$IMPLIBEXT"
16705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16706 dlls/msimg32/libmsimg32.$IMPLIBEXT dlls/msimg32/libmsimg32.cross.a: tools/widl tools/winebuild tools/winegcc include
16707 dlls/msimg32/libmsimg32.$IMPLIBEXT dlls/msimg32/libmsimg32.cross.a: dlls/msimg32/msimg32.spec dlls/msimg32/Makefile
16708 @cd dlls/msimg32 && \$(MAKE) \`basename \$@\`"
16709 ALL_MAKEFILES="$ALL_MAKEFILES \\
16710 dlls/msimg32/Makefile"
16711 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16712 msimg32"
16713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16714 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules config.status"
16715 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
16717 ALL_MAKEFILES="$ALL_MAKEFILES \\
16718 dlls/msimtf/Makefile"
16719 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16720 msimtf"
16721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16722 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules config.status"
16723 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
16725 ALL_MAKEFILES="$ALL_MAKEFILES \\
16726 dlls/msisip/Makefile"
16727 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16728 msisip"
16729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16730 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules config.status"
16731 ac_config_files="$ac_config_files dlls/msisip/Makefile"
16733 ALL_MAKEFILES="$ALL_MAKEFILES \\
16734 dlls/msisys.ocx/Makefile"
16735 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16736 msisys.ocx"
16737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16738 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules config.status"
16739 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
16741 ALL_MAKEFILES="$ALL_MAKEFILES \\
16742 dlls/msnet32/Makefile"
16743 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16744 msnet32"
16745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16746 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules config.status"
16747 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
16749 ALL_MAKEFILES="$ALL_MAKEFILES \\
16750 dlls/msrle32/Makefile"
16751 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16752 msrle32"
16753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16754 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules config.status"
16755 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
16757 ALL_MAKEFILES="$ALL_MAKEFILES \\
16758 dlls/mssign32/Makefile"
16759 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16760 mssign32"
16761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16762 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules config.status"
16763 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
16765 ALL_MAKEFILES="$ALL_MAKEFILES \\
16766 dlls/mssip32/Makefile"
16767 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16768 mssip32"
16769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16770 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules config.status"
16771 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
16773 ALL_MAKEFILES="$ALL_MAKEFILES \\
16774 dlls/mstask/Makefile"
16775 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16776 mstask"
16777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16778 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules config.status"
16779 ac_config_files="$ac_config_files dlls/mstask/Makefile"
16781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16782 dlls/mstask/tests: __builddeps__
16783 dlls/mstask/tests/__crosstest__: __buildcrossdeps__"
16784 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16785 mstask_test.exe"
16786 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16787 mstask_test.exe: \$(TOPOBJDIR)/dlls/mstask/tests/mstask_test.exe$DLLEXT
16788 cp \$(TOPOBJDIR)/dlls/mstask/tests/mstask_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16789 mstask_test.rc:
16790 echo \"mstask_test.exe TESTRES \\\"mstask_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16791 mstask_test.res: mstask_test.rc mstask_test.exe"
16792 ALL_MAKEFILES="$ALL_MAKEFILES \\
16793 dlls/mstask/tests/Makefile"
16794 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16795 dlls/mstask/tests"
16796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16797 \$(RECURSE_TARGETS:%=dlls/mstask/tests/%) dlls/mstask/tests: dlls/mstask/tests/Makefile \$(MAKEDEP)
16798 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules config.status"
16799 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
16801 ALL_MAKEFILES="$ALL_MAKEFILES \\
16802 dlls/msvcirt/Makefile"
16803 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16804 msvcirt"
16805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16806 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules config.status"
16807 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
16809 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16810 dlls/msvcr71/libmsvcr71.$IMPLIBEXT"
16811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16812 dlls/msvcr71/libmsvcr71.$IMPLIBEXT dlls/msvcr71/libmsvcr71.cross.a: tools/widl tools/winebuild tools/winegcc include
16813 dlls/msvcr71/libmsvcr71.$IMPLIBEXT dlls/msvcr71/libmsvcr71.cross.a: dlls/msvcr71/msvcr71.spec dlls/msvcr71/Makefile
16814 @cd dlls/msvcr71 && \$(MAKE) \`basename \$@\`"
16815 ALL_MAKEFILES="$ALL_MAKEFILES \\
16816 dlls/msvcr71/Makefile"
16817 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16818 msvcr71"
16819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16820 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules config.status"
16821 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
16823 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16824 dlls/msvcrt/libmsvcrt.$IMPLIBEXT"
16825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16826 dlls/msvcrt/libmsvcrt.$IMPLIBEXT dlls/msvcrt/libmsvcrt.cross.a: tools/widl tools/winebuild tools/winegcc include
16827 dlls/msvcrt/libmsvcrt.$IMPLIBEXT dlls/msvcrt/libmsvcrt.cross.a: dlls/msvcrt/msvcrt.spec dlls/msvcrt/Makefile
16828 @cd dlls/msvcrt && \$(MAKE) \`basename \$@\`"
16829 ALL_MAKEFILES="$ALL_MAKEFILES \\
16830 dlls/msvcrt/Makefile"
16831 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16832 msvcrt"
16833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16834 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules config.status"
16835 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
16837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16838 dlls/msvcrt/tests: __builddeps__
16839 dlls/msvcrt/tests/__crosstest__: __buildcrossdeps__"
16840 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16841 msvcrt_test.exe"
16842 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16843 msvcrt_test.exe: \$(TOPOBJDIR)/dlls/msvcrt/tests/msvcrt_test.exe$DLLEXT
16844 cp \$(TOPOBJDIR)/dlls/msvcrt/tests/msvcrt_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16845 msvcrt_test.rc:
16846 echo \"msvcrt_test.exe TESTRES \\\"msvcrt_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16847 msvcrt_test.res: msvcrt_test.rc msvcrt_test.exe"
16848 ALL_MAKEFILES="$ALL_MAKEFILES \\
16849 dlls/msvcrt/tests/Makefile"
16850 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16851 dlls/msvcrt/tests"
16852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16853 \$(RECURSE_TARGETS:%=dlls/msvcrt/tests/%) dlls/msvcrt/tests: dlls/msvcrt/tests/Makefile \$(MAKEDEP)
16854 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules config.status"
16855 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
16857 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16858 dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT"
16859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16860 dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT dlls/msvcrt20/libmsvcrt20.cross.a: tools/widl tools/winebuild tools/winegcc include
16861 dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT dlls/msvcrt20/libmsvcrt20.cross.a: dlls/msvcrt20/msvcrt20.spec dlls/msvcrt20/Makefile
16862 @cd dlls/msvcrt20 && \$(MAKE) \`basename \$@\`"
16863 ALL_MAKEFILES="$ALL_MAKEFILES \\
16864 dlls/msvcrt20/Makefile"
16865 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16866 msvcrt20"
16867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16868 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules config.status"
16869 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
16871 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16872 dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT"
16873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16874 dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT dlls/msvcrt40/libmsvcrt40.cross.a: tools/widl tools/winebuild tools/winegcc include
16875 dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT dlls/msvcrt40/libmsvcrt40.cross.a: dlls/msvcrt40/msvcrt40.spec dlls/msvcrt40/Makefile
16876 @cd dlls/msvcrt40 && \$(MAKE) \`basename \$@\`"
16877 ALL_MAKEFILES="$ALL_MAKEFILES \\
16878 dlls/msvcrt40/Makefile"
16879 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16880 msvcrt40"
16881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16882 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules config.status"
16883 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
16885 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16886 dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT"
16887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16888 dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT dlls/msvcrtd/libmsvcrtd.cross.a: tools/widl tools/winebuild tools/winegcc include
16889 dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT dlls/msvcrtd/libmsvcrtd.cross.a: dlls/msvcrtd/msvcrtd.spec dlls/msvcrtd/Makefile
16890 @cd dlls/msvcrtd && \$(MAKE) \`basename \$@\`"
16891 ALL_MAKEFILES="$ALL_MAKEFILES \\
16892 dlls/msvcrtd/Makefile"
16893 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16894 msvcrtd"
16895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16896 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules config.status"
16897 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
16899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16900 dlls/msvcrtd/tests: __builddeps__
16901 dlls/msvcrtd/tests/__crosstest__: __buildcrossdeps__"
16902 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16903 msvcrtd_test.exe"
16904 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16905 msvcrtd_test.exe: \$(TOPOBJDIR)/dlls/msvcrtd/tests/msvcrtd_test.exe$DLLEXT
16906 cp \$(TOPOBJDIR)/dlls/msvcrtd/tests/msvcrtd_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16907 msvcrtd_test.rc:
16908 echo \"msvcrtd_test.exe TESTRES \\\"msvcrtd_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16909 msvcrtd_test.res: msvcrtd_test.rc msvcrtd_test.exe"
16910 ALL_MAKEFILES="$ALL_MAKEFILES \\
16911 dlls/msvcrtd/tests/Makefile"
16912 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16913 dlls/msvcrtd/tests"
16914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16915 \$(RECURSE_TARGETS:%=dlls/msvcrtd/tests/%) dlls/msvcrtd/tests: dlls/msvcrtd/tests/Makefile \$(MAKEDEP)
16916 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules config.status"
16917 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
16919 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16920 dlls/msvfw32/libmsvfw32.$IMPLIBEXT"
16921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16922 dlls/msvfw32/libmsvfw32.$IMPLIBEXT dlls/msvfw32/libmsvfw32.cross.a: tools/widl tools/winebuild tools/winegcc include
16923 dlls/msvfw32/libmsvfw32.$IMPLIBEXT dlls/msvfw32/libmsvfw32.cross.a: dlls/msvfw32/msvfw32.spec dlls/msvfw32/Makefile
16924 @cd dlls/msvfw32 && \$(MAKE) \`basename \$@\`"
16925 ALL_MAKEFILES="$ALL_MAKEFILES \\
16926 dlls/msvfw32/Makefile"
16927 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16928 msvfw32"
16929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16930 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules config.status"
16931 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
16933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16934 dlls/msvfw32/tests: __builddeps__
16935 dlls/msvfw32/tests/__crosstest__: __buildcrossdeps__"
16936 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16937 msvfw32_test.exe"
16938 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16939 msvfw32_test.exe: \$(TOPOBJDIR)/dlls/msvfw32/tests/msvfw32_test.exe$DLLEXT
16940 cp \$(TOPOBJDIR)/dlls/msvfw32/tests/msvfw32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16941 msvfw32_test.rc:
16942 echo \"msvfw32_test.exe TESTRES \\\"msvfw32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16943 msvfw32_test.res: msvfw32_test.rc msvfw32_test.exe"
16944 ALL_MAKEFILES="$ALL_MAKEFILES \\
16945 dlls/msvfw32/tests/Makefile"
16946 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16947 dlls/msvfw32/tests"
16948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16949 \$(RECURSE_TARGETS:%=dlls/msvfw32/tests/%) dlls/msvfw32/tests: dlls/msvfw32/tests/Makefile \$(MAKEDEP)
16950 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules config.status"
16951 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
16953 ALL_MAKEFILES="$ALL_MAKEFILES \\
16954 dlls/msvidc32/Makefile"
16955 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16956 msvidc32"
16957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16958 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules config.status"
16959 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
16961 ALL_MAKEFILES="$ALL_MAKEFILES \\
16962 dlls/msvideo.dll16/Makefile"
16963 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16964 msvideo.dll16"
16965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16966 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules config.status"
16967 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
16969 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16970 dlls/mswsock/libmswsock.$IMPLIBEXT"
16971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16972 dlls/mswsock/libmswsock.$IMPLIBEXT dlls/mswsock/libmswsock.cross.a: tools/widl tools/winebuild tools/winegcc include
16973 dlls/mswsock/libmswsock.$IMPLIBEXT dlls/mswsock/libmswsock.cross.a: dlls/mswsock/mswsock.spec dlls/mswsock/Makefile
16974 @cd dlls/mswsock && \$(MAKE) \`basename \$@\`"
16975 ALL_MAKEFILES="$ALL_MAKEFILES \\
16976 dlls/mswsock/Makefile"
16977 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16978 mswsock"
16979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16980 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules config.status"
16981 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
16983 ALL_MAKEFILES="$ALL_MAKEFILES \\
16984 dlls/msxml3/Makefile"
16985 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16986 msxml3"
16987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16988 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules config.status"
16989 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
16991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16992 dlls/msxml3/tests: __builddeps__
16993 dlls/msxml3/tests/__crosstest__: __buildcrossdeps__"
16994 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16995 msxml3_test.exe"
16996 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16997 msxml3_test.exe: \$(TOPOBJDIR)/dlls/msxml3/tests/msxml3_test.exe$DLLEXT
16998 cp \$(TOPOBJDIR)/dlls/msxml3/tests/msxml3_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16999 msxml3_test.rc:
17000 echo \"msxml3_test.exe TESTRES \\\"msxml3_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17001 msxml3_test.res: msxml3_test.rc msxml3_test.exe"
17002 ALL_MAKEFILES="$ALL_MAKEFILES \\
17003 dlls/msxml3/tests/Makefile"
17004 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17005 dlls/msxml3/tests"
17006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17007 \$(RECURSE_TARGETS:%=dlls/msxml3/tests/%) dlls/msxml3/tests: dlls/msxml3/tests/Makefile \$(MAKEDEP)
17008 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules config.status"
17009 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
17011 ALL_MAKEFILES="$ALL_MAKEFILES \\
17012 dlls/msxml4/Makefile"
17013 test "x$enable_msxml4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17014 msxml4"
17015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17016 dlls/msxml4/Makefile: dlls/msxml4/Makefile.in dlls/Makedll.rules config.status"
17017 ac_config_files="$ac_config_files dlls/msxml4/Makefile"
17019 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17020 dlls/nddeapi/libnddeapi.$IMPLIBEXT"
17021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17022 dlls/nddeapi/libnddeapi.$IMPLIBEXT dlls/nddeapi/libnddeapi.cross.a: tools/widl tools/winebuild tools/winegcc include
17023 dlls/nddeapi/libnddeapi.$IMPLIBEXT dlls/nddeapi/libnddeapi.cross.a: dlls/nddeapi/nddeapi.spec dlls/nddeapi/Makefile
17024 @cd dlls/nddeapi && \$(MAKE) \`basename \$@\`"
17025 ALL_MAKEFILES="$ALL_MAKEFILES \\
17026 dlls/nddeapi/Makefile"
17027 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17028 nddeapi"
17029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17030 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules config.status"
17031 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
17033 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17034 dlls/netapi32/libnetapi32.$IMPLIBEXT"
17035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17036 dlls/netapi32/libnetapi32.$IMPLIBEXT dlls/netapi32/libnetapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
17037 dlls/netapi32/libnetapi32.$IMPLIBEXT dlls/netapi32/libnetapi32.cross.a: dlls/netapi32/netapi32.spec dlls/netapi32/Makefile
17038 @cd dlls/netapi32 && \$(MAKE) \`basename \$@\`"
17039 ALL_MAKEFILES="$ALL_MAKEFILES \\
17040 dlls/netapi32/Makefile"
17041 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17042 netapi32"
17043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17044 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules config.status"
17045 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
17047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17048 dlls/netapi32/tests: __builddeps__
17049 dlls/netapi32/tests/__crosstest__: __buildcrossdeps__"
17050 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17051 netapi32_test.exe"
17052 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17053 netapi32_test.exe: \$(TOPOBJDIR)/dlls/netapi32/tests/netapi32_test.exe$DLLEXT
17054 cp \$(TOPOBJDIR)/dlls/netapi32/tests/netapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17055 netapi32_test.rc:
17056 echo \"netapi32_test.exe TESTRES \\\"netapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17057 netapi32_test.res: netapi32_test.rc netapi32_test.exe"
17058 ALL_MAKEFILES="$ALL_MAKEFILES \\
17059 dlls/netapi32/tests/Makefile"
17060 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17061 dlls/netapi32/tests"
17062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17063 \$(RECURSE_TARGETS:%=dlls/netapi32/tests/%) dlls/netapi32/tests: dlls/netapi32/tests/Makefile \$(MAKEDEP)
17064 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules config.status"
17065 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
17067 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17068 dlls/newdev/libnewdev.$IMPLIBEXT"
17069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17070 dlls/newdev/libnewdev.$IMPLIBEXT dlls/newdev/libnewdev.cross.a: tools/widl tools/winebuild tools/winegcc include
17071 dlls/newdev/libnewdev.$IMPLIBEXT dlls/newdev/libnewdev.cross.a: dlls/newdev/newdev.spec dlls/newdev/Makefile
17072 @cd dlls/newdev && \$(MAKE) \`basename \$@\`"
17073 ALL_MAKEFILES="$ALL_MAKEFILES \\
17074 dlls/newdev/Makefile"
17075 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17076 newdev"
17077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17078 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules config.status"
17079 ac_config_files="$ac_config_files dlls/newdev/Makefile"
17081 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17082 dlls/ntdll/libntdll.$IMPLIBEXT"
17083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17084 dlls/ntdll/libntdll.$IMPLIBEXT dlls/ntdll/libntdll.cross.a: tools/widl tools/winebuild tools/winegcc include
17085 dlls/ntdll/libntdll.$IMPLIBEXT dlls/ntdll/libntdll.cross.a: dlls/ntdll/ntdll.spec dlls/ntdll/Makefile
17086 @cd dlls/ntdll && \$(MAKE) \`basename \$@\`"
17087 ALL_MAKEFILES="$ALL_MAKEFILES \\
17088 dlls/ntdll/Makefile"
17089 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17090 ntdll"
17091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17092 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules config.status"
17093 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
17095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17096 dlls/ntdll/tests: __builddeps__
17097 dlls/ntdll/tests/__crosstest__: __buildcrossdeps__"
17098 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17099 ntdll_test.exe"
17100 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17101 ntdll_test.exe: \$(TOPOBJDIR)/dlls/ntdll/tests/ntdll_test.exe$DLLEXT
17102 cp \$(TOPOBJDIR)/dlls/ntdll/tests/ntdll_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17103 ntdll_test.rc:
17104 echo \"ntdll_test.exe TESTRES \\\"ntdll_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17105 ntdll_test.res: ntdll_test.rc ntdll_test.exe"
17106 ALL_MAKEFILES="$ALL_MAKEFILES \\
17107 dlls/ntdll/tests/Makefile"
17108 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17109 dlls/ntdll/tests"
17110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17111 \$(RECURSE_TARGETS:%=dlls/ntdll/tests/%) dlls/ntdll/tests: dlls/ntdll/tests/Makefile \$(MAKEDEP)
17112 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules config.status"
17113 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
17115 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17116 dlls/ntdsapi/libntdsapi.$IMPLIBEXT"
17117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17118 dlls/ntdsapi/libntdsapi.$IMPLIBEXT dlls/ntdsapi/libntdsapi.cross.a: tools/widl tools/winebuild tools/winegcc include
17119 dlls/ntdsapi/libntdsapi.$IMPLIBEXT dlls/ntdsapi/libntdsapi.cross.a: dlls/ntdsapi/ntdsapi.spec dlls/ntdsapi/Makefile
17120 @cd dlls/ntdsapi && \$(MAKE) \`basename \$@\`"
17121 ALL_MAKEFILES="$ALL_MAKEFILES \\
17122 dlls/ntdsapi/Makefile"
17123 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17124 ntdsapi"
17125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17126 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules config.status"
17127 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
17129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17130 dlls/ntdsapi/tests: __builddeps__
17131 dlls/ntdsapi/tests/__crosstest__: __buildcrossdeps__"
17132 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17133 ntdsapi_test.exe"
17134 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17135 ntdsapi_test.exe: \$(TOPOBJDIR)/dlls/ntdsapi/tests/ntdsapi_test.exe$DLLEXT
17136 cp \$(TOPOBJDIR)/dlls/ntdsapi/tests/ntdsapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17137 ntdsapi_test.rc:
17138 echo \"ntdsapi_test.exe TESTRES \\\"ntdsapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17139 ntdsapi_test.res: ntdsapi_test.rc ntdsapi_test.exe"
17140 ALL_MAKEFILES="$ALL_MAKEFILES \\
17141 dlls/ntdsapi/tests/Makefile"
17142 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17143 dlls/ntdsapi/tests"
17144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17145 \$(RECURSE_TARGETS:%=dlls/ntdsapi/tests/%) dlls/ntdsapi/tests: dlls/ntdsapi/tests/Makefile \$(MAKEDEP)
17146 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules config.status"
17147 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
17149 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17150 dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT"
17151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17152 dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT dlls/ntoskrnl.exe/libntoskrnl.exe.cross.a: tools/widl tools/winebuild tools/winegcc include
17153 dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT dlls/ntoskrnl.exe/libntoskrnl.exe.cross.a: dlls/ntoskrnl.exe/ntoskrnl.exe.spec dlls/ntoskrnl.exe/Makefile
17154 @cd dlls/ntoskrnl.exe && \$(MAKE) \`basename \$@\`"
17155 ALL_MAKEFILES="$ALL_MAKEFILES \\
17156 dlls/ntoskrnl.exe/Makefile"
17157 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17158 ntoskrnl.exe"
17159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17160 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules config.status"
17161 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
17163 ALL_MAKEFILES="$ALL_MAKEFILES \\
17164 dlls/ntprint/Makefile"
17165 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17166 ntprint"
17167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17168 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules config.status"
17169 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
17171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17172 dlls/ntprint/tests: __builddeps__
17173 dlls/ntprint/tests/__crosstest__: __buildcrossdeps__"
17174 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17175 ntprint_test.exe"
17176 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17177 ntprint_test.exe: \$(TOPOBJDIR)/dlls/ntprint/tests/ntprint_test.exe$DLLEXT
17178 cp \$(TOPOBJDIR)/dlls/ntprint/tests/ntprint_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17179 ntprint_test.rc:
17180 echo \"ntprint_test.exe TESTRES \\\"ntprint_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17181 ntprint_test.res: ntprint_test.rc ntprint_test.exe"
17182 ALL_MAKEFILES="$ALL_MAKEFILES \\
17183 dlls/ntprint/tests/Makefile"
17184 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17185 dlls/ntprint/tests"
17186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17187 \$(RECURSE_TARGETS:%=dlls/ntprint/tests/%) dlls/ntprint/tests: dlls/ntprint/tests/Makefile \$(MAKEDEP)
17188 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules config.status"
17189 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
17191 ALL_MAKEFILES="$ALL_MAKEFILES \\
17192 dlls/objsel/Makefile"
17193 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17194 objsel"
17195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17196 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules config.status"
17197 ac_config_files="$ac_config_files dlls/objsel/Makefile"
17199 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17200 dlls/odbc32/libodbc32.$IMPLIBEXT"
17201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17202 dlls/odbc32/libodbc32.$IMPLIBEXT dlls/odbc32/libodbc32.cross.a: tools/widl tools/winebuild tools/winegcc include
17203 dlls/odbc32/libodbc32.$IMPLIBEXT dlls/odbc32/libodbc32.cross.a: dlls/odbc32/odbc32.spec dlls/odbc32/Makefile
17204 @cd dlls/odbc32 && \$(MAKE) \`basename \$@\`"
17205 ALL_MAKEFILES="$ALL_MAKEFILES \\
17206 dlls/odbc32/Makefile"
17207 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17208 odbc32"
17209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17210 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules config.status"
17211 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
17213 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17214 dlls/odbccp32/libodbccp32.$IMPLIBEXT"
17215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17216 dlls/odbccp32/libodbccp32.$IMPLIBEXT dlls/odbccp32/libodbccp32.cross.a: tools/widl tools/winebuild tools/winegcc include
17217 dlls/odbccp32/libodbccp32.$IMPLIBEXT dlls/odbccp32/libodbccp32.cross.a: dlls/odbccp32/odbccp32.spec dlls/odbccp32/Makefile
17218 @cd dlls/odbccp32 && \$(MAKE) \`basename \$@\`"
17219 ALL_MAKEFILES="$ALL_MAKEFILES \\
17220 dlls/odbccp32/Makefile"
17221 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17222 odbccp32"
17223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17224 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules config.status"
17225 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
17227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17228 dlls/odbccp32/tests: __builddeps__
17229 dlls/odbccp32/tests/__crosstest__: __buildcrossdeps__"
17230 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17231 odbccp32_test.exe"
17232 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17233 odbccp32_test.exe: \$(TOPOBJDIR)/dlls/odbccp32/tests/odbccp32_test.exe$DLLEXT
17234 cp \$(TOPOBJDIR)/dlls/odbccp32/tests/odbccp32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17235 odbccp32_test.rc:
17236 echo \"odbccp32_test.exe TESTRES \\\"odbccp32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17237 odbccp32_test.res: odbccp32_test.rc odbccp32_test.exe"
17238 ALL_MAKEFILES="$ALL_MAKEFILES \\
17239 dlls/odbccp32/tests/Makefile"
17240 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17241 dlls/odbccp32/tests"
17242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17243 \$(RECURSE_TARGETS:%=dlls/odbccp32/tests/%) dlls/odbccp32/tests: dlls/odbccp32/tests/Makefile \$(MAKEDEP)
17244 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules config.status"
17245 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
17247 ALL_MAKEFILES="$ALL_MAKEFILES \\
17248 dlls/ole2.dll16/Makefile"
17249 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17250 ole2.dll16"
17251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17252 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules config.status"
17253 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
17255 ALL_MAKEFILES="$ALL_MAKEFILES \\
17256 dlls/ole2conv.dll16/Makefile"
17257 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17258 ole2conv.dll16"
17259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17260 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules config.status"
17261 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
17263 ALL_MAKEFILES="$ALL_MAKEFILES \\
17264 dlls/ole2disp.dll16/Makefile"
17265 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17266 ole2disp.dll16"
17267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17268 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules config.status"
17269 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
17271 ALL_MAKEFILES="$ALL_MAKEFILES \\
17272 dlls/ole2nls.dll16/Makefile"
17273 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17274 ole2nls.dll16"
17275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17276 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules config.status"
17277 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
17279 ALL_MAKEFILES="$ALL_MAKEFILES \\
17280 dlls/ole2prox.dll16/Makefile"
17281 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17282 ole2prox.dll16"
17283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17284 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules config.status"
17285 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
17287 ALL_MAKEFILES="$ALL_MAKEFILES \\
17288 dlls/ole2thk.dll16/Makefile"
17289 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17290 ole2thk.dll16"
17291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17292 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules config.status"
17293 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
17295 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17296 dlls/ole32/libole32.$IMPLIBEXT"
17297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17298 dlls/ole32/libole32.$IMPLIBEXT dlls/ole32/libole32.cross.a: tools/widl tools/winebuild tools/winegcc include
17299 dlls/ole32/libole32.$IMPLIBEXT dlls/ole32/libole32.cross.a: dlls/ole32/ole32.spec dlls/ole32/Makefile
17300 @cd dlls/ole32 && \$(MAKE) \`basename \$@\`"
17301 ALL_MAKEFILES="$ALL_MAKEFILES \\
17302 dlls/ole32/Makefile"
17303 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17304 ole32"
17305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17306 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules config.status"
17307 ac_config_files="$ac_config_files dlls/ole32/Makefile"
17309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17310 dlls/ole32/tests: __builddeps__
17311 dlls/ole32/tests/__crosstest__: __buildcrossdeps__"
17312 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17313 ole32_test.exe"
17314 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17315 ole32_test.exe: \$(TOPOBJDIR)/dlls/ole32/tests/ole32_test.exe$DLLEXT
17316 cp \$(TOPOBJDIR)/dlls/ole32/tests/ole32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17317 ole32_test.rc:
17318 echo \"ole32_test.exe TESTRES \\\"ole32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17319 ole32_test.res: ole32_test.rc ole32_test.exe"
17320 ALL_MAKEFILES="$ALL_MAKEFILES \\
17321 dlls/ole32/tests/Makefile"
17322 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17323 dlls/ole32/tests"
17324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17325 \$(RECURSE_TARGETS:%=dlls/ole32/tests/%) dlls/ole32/tests: dlls/ole32/tests/Makefile \$(MAKEDEP)
17326 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules config.status"
17327 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
17329 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17330 dlls/oleacc/liboleacc.$IMPLIBEXT"
17331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17332 dlls/oleacc/liboleacc.$IMPLIBEXT dlls/oleacc/liboleacc.cross.a: tools/widl tools/winebuild tools/winegcc include
17333 dlls/oleacc/liboleacc.$IMPLIBEXT dlls/oleacc/liboleacc.cross.a: dlls/oleacc/oleacc.spec dlls/oleacc/Makefile
17334 @cd dlls/oleacc && \$(MAKE) \`basename \$@\`"
17335 ALL_MAKEFILES="$ALL_MAKEFILES \\
17336 dlls/oleacc/Makefile"
17337 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17338 oleacc"
17339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17340 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules config.status"
17341 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
17343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17344 dlls/oleacc/tests: __builddeps__
17345 dlls/oleacc/tests/__crosstest__: __buildcrossdeps__"
17346 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17347 oleacc_test.exe"
17348 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17349 oleacc_test.exe: \$(TOPOBJDIR)/dlls/oleacc/tests/oleacc_test.exe$DLLEXT
17350 cp \$(TOPOBJDIR)/dlls/oleacc/tests/oleacc_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17351 oleacc_test.rc:
17352 echo \"oleacc_test.exe TESTRES \\\"oleacc_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17353 oleacc_test.res: oleacc_test.rc oleacc_test.exe"
17354 ALL_MAKEFILES="$ALL_MAKEFILES \\
17355 dlls/oleacc/tests/Makefile"
17356 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17357 dlls/oleacc/tests"
17358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17359 \$(RECURSE_TARGETS:%=dlls/oleacc/tests/%) dlls/oleacc/tests: dlls/oleacc/tests/Makefile \$(MAKEDEP)
17360 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules config.status"
17361 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
17363 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17364 dlls/oleaut32/liboleaut32.$IMPLIBEXT"
17365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17366 dlls/oleaut32/liboleaut32.$IMPLIBEXT dlls/oleaut32/liboleaut32.cross.a: tools/widl tools/winebuild tools/winegcc include
17367 dlls/oleaut32/liboleaut32.$IMPLIBEXT dlls/oleaut32/liboleaut32.cross.a: dlls/oleaut32/oleaut32.spec dlls/oleaut32/Makefile
17368 @cd dlls/oleaut32 && \$(MAKE) \`basename \$@\`"
17369 ALL_MAKEFILES="$ALL_MAKEFILES \\
17370 dlls/oleaut32/Makefile"
17371 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17372 oleaut32"
17373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17374 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules config.status"
17375 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
17377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17378 dlls/oleaut32/tests: __builddeps__
17379 dlls/oleaut32/tests/__crosstest__: __buildcrossdeps__"
17380 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17381 oleaut32_test.exe"
17382 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17383 oleaut32_test.exe: \$(TOPOBJDIR)/dlls/oleaut32/tests/oleaut32_test.exe$DLLEXT
17384 cp \$(TOPOBJDIR)/dlls/oleaut32/tests/oleaut32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17385 oleaut32_test.rc:
17386 echo \"oleaut32_test.exe TESTRES \\\"oleaut32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17387 oleaut32_test.res: oleaut32_test.rc oleaut32_test.exe"
17388 ALL_MAKEFILES="$ALL_MAKEFILES \\
17389 dlls/oleaut32/tests/Makefile"
17390 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17391 dlls/oleaut32/tests"
17392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17393 \$(RECURSE_TARGETS:%=dlls/oleaut32/tests/%) dlls/oleaut32/tests: dlls/oleaut32/tests/Makefile \$(MAKEDEP)
17394 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules config.status"
17395 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
17397 ALL_MAKEFILES="$ALL_MAKEFILES \\
17398 dlls/olecli.dll16/Makefile"
17399 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17400 olecli.dll16"
17401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17402 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules config.status"
17403 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
17405 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17406 dlls/olecli32/libolecli32.$IMPLIBEXT"
17407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17408 dlls/olecli32/libolecli32.$IMPLIBEXT dlls/olecli32/libolecli32.cross.a: tools/widl tools/winebuild tools/winegcc include
17409 dlls/olecli32/libolecli32.$IMPLIBEXT dlls/olecli32/libolecli32.cross.a: dlls/olecli32/olecli32.spec dlls/olecli32/Makefile
17410 @cd dlls/olecli32 && \$(MAKE) \`basename \$@\`"
17411 ALL_MAKEFILES="$ALL_MAKEFILES \\
17412 dlls/olecli32/Makefile"
17413 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17414 olecli32"
17415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17416 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules config.status"
17417 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
17419 ALL_MAKEFILES="$ALL_MAKEFILES \\
17420 dlls/oledb32/Makefile"
17421 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17422 oledb32"
17423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17424 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules config.status"
17425 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
17427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17428 dlls/oledb32/tests: __builddeps__
17429 dlls/oledb32/tests/__crosstest__: __buildcrossdeps__"
17430 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17431 oledb32_test.exe"
17432 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17433 oledb32_test.exe: \$(TOPOBJDIR)/dlls/oledb32/tests/oledb32_test.exe$DLLEXT
17434 cp \$(TOPOBJDIR)/dlls/oledb32/tests/oledb32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17435 oledb32_test.rc:
17436 echo \"oledb32_test.exe TESTRES \\\"oledb32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17437 oledb32_test.res: oledb32_test.rc oledb32_test.exe"
17438 ALL_MAKEFILES="$ALL_MAKEFILES \\
17439 dlls/oledb32/tests/Makefile"
17440 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17441 dlls/oledb32/tests"
17442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17443 \$(RECURSE_TARGETS:%=dlls/oledb32/tests/%) dlls/oledb32/tests: dlls/oledb32/tests/Makefile \$(MAKEDEP)
17444 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules config.status"
17445 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
17447 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17448 dlls/oledlg/liboledlg.$IMPLIBEXT"
17449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17450 dlls/oledlg/liboledlg.$IMPLIBEXT dlls/oledlg/liboledlg.cross.a: tools/widl tools/winebuild tools/winegcc include
17451 dlls/oledlg/liboledlg.$IMPLIBEXT dlls/oledlg/liboledlg.cross.a: dlls/oledlg/oledlg.spec dlls/oledlg/Makefile
17452 @cd dlls/oledlg && \$(MAKE) \`basename \$@\`"
17453 ALL_MAKEFILES="$ALL_MAKEFILES \\
17454 dlls/oledlg/Makefile"
17455 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17456 oledlg"
17457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17458 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules config.status"
17459 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
17461 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17462 dlls/olepro32/libolepro32.$IMPLIBEXT"
17463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17464 dlls/olepro32/libolepro32.$IMPLIBEXT dlls/olepro32/libolepro32.cross.a: tools/widl tools/winebuild tools/winegcc include
17465 dlls/olepro32/libolepro32.$IMPLIBEXT dlls/olepro32/libolepro32.cross.a: dlls/olepro32/olepro32.spec dlls/olepro32/Makefile
17466 @cd dlls/olepro32 && \$(MAKE) \`basename \$@\`"
17467 ALL_MAKEFILES="$ALL_MAKEFILES \\
17468 dlls/olepro32/Makefile"
17469 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17470 olepro32"
17471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17472 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules config.status"
17473 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
17475 ALL_MAKEFILES="$ALL_MAKEFILES \\
17476 dlls/olesvr.dll16/Makefile"
17477 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17478 olesvr.dll16"
17479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17480 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules config.status"
17481 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
17483 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17484 dlls/olesvr32/libolesvr32.$IMPLIBEXT"
17485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17486 dlls/olesvr32/libolesvr32.$IMPLIBEXT dlls/olesvr32/libolesvr32.cross.a: tools/widl tools/winebuild tools/winegcc include
17487 dlls/olesvr32/libolesvr32.$IMPLIBEXT dlls/olesvr32/libolesvr32.cross.a: dlls/olesvr32/olesvr32.spec dlls/olesvr32/Makefile
17488 @cd dlls/olesvr32 && \$(MAKE) \`basename \$@\`"
17489 ALL_MAKEFILES="$ALL_MAKEFILES \\
17490 dlls/olesvr32/Makefile"
17491 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17492 olesvr32"
17493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17494 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules config.status"
17495 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
17497 ALL_MAKEFILES="$ALL_MAKEFILES \\
17498 dlls/olethk32/Makefile"
17499 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17500 olethk32"
17501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17502 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules config.status"
17503 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
17505 ALL_MAKEFILES="$ALL_MAKEFILES \\
17506 dlls/openal32/Makefile"
17507 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17508 openal32"
17509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17510 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules config.status"
17511 ac_config_files="$ac_config_files dlls/openal32/Makefile"
17513 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17514 dlls/opengl32/libopengl32.$IMPLIBEXT"
17515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17516 dlls/opengl32/libopengl32.$IMPLIBEXT dlls/opengl32/libopengl32.cross.a: tools/widl tools/winebuild tools/winegcc include
17517 dlls/opengl32/libopengl32.$IMPLIBEXT dlls/opengl32/libopengl32.cross.a: dlls/opengl32/opengl32.spec dlls/opengl32/Makefile
17518 @cd dlls/opengl32 && \$(MAKE) \`basename \$@\`"
17519 ALL_MAKEFILES="$ALL_MAKEFILES \\
17520 dlls/opengl32/Makefile"
17521 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17522 opengl32"
17523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17524 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules config.status"
17525 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
17527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17528 dlls/opengl32/tests: __builddeps__
17529 dlls/opengl32/tests/__crosstest__: __buildcrossdeps__"
17530 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17531 opengl32_test.exe"
17532 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17533 opengl32_test.exe: \$(TOPOBJDIR)/dlls/opengl32/tests/opengl32_test.exe$DLLEXT
17534 cp \$(TOPOBJDIR)/dlls/opengl32/tests/opengl32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17535 opengl32_test.rc:
17536 echo \"opengl32_test.exe TESTRES \\\"opengl32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17537 opengl32_test.res: opengl32_test.rc opengl32_test.exe"
17538 ALL_MAKEFILES="$ALL_MAKEFILES \\
17539 dlls/opengl32/tests/Makefile"
17540 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17541 dlls/opengl32/tests"
17542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17543 \$(RECURSE_TARGETS:%=dlls/opengl32/tests/%) dlls/opengl32/tests: dlls/opengl32/tests/Makefile \$(MAKEDEP)
17544 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules config.status"
17545 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
17547 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17548 dlls/pdh/libpdh.$IMPLIBEXT"
17549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17550 dlls/pdh/libpdh.$IMPLIBEXT dlls/pdh/libpdh.cross.a: tools/widl tools/winebuild tools/winegcc include
17551 dlls/pdh/libpdh.$IMPLIBEXT dlls/pdh/libpdh.cross.a: dlls/pdh/pdh.spec dlls/pdh/Makefile
17552 @cd dlls/pdh && \$(MAKE) \`basename \$@\`"
17553 ALL_MAKEFILES="$ALL_MAKEFILES \\
17554 dlls/pdh/Makefile"
17555 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17556 pdh"
17557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17558 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules config.status"
17559 ac_config_files="$ac_config_files dlls/pdh/Makefile"
17561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17562 dlls/pdh/tests: __builddeps__
17563 dlls/pdh/tests/__crosstest__: __buildcrossdeps__"
17564 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17565 pdh_test.exe"
17566 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17567 pdh_test.exe: \$(TOPOBJDIR)/dlls/pdh/tests/pdh_test.exe$DLLEXT
17568 cp \$(TOPOBJDIR)/dlls/pdh/tests/pdh_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17569 pdh_test.rc:
17570 echo \"pdh_test.exe TESTRES \\\"pdh_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17571 pdh_test.res: pdh_test.rc pdh_test.exe"
17572 ALL_MAKEFILES="$ALL_MAKEFILES \\
17573 dlls/pdh/tests/Makefile"
17574 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17575 dlls/pdh/tests"
17576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17577 \$(RECURSE_TARGETS:%=dlls/pdh/tests/%) dlls/pdh/tests: dlls/pdh/tests/Makefile \$(MAKEDEP)
17578 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules config.status"
17579 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
17581 ALL_MAKEFILES="$ALL_MAKEFILES \\
17582 dlls/pidgen/Makefile"
17583 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17584 pidgen"
17585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17586 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules config.status"
17587 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
17589 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17590 dlls/powrprof/libpowrprof.$IMPLIBEXT"
17591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17592 dlls/powrprof/libpowrprof.$IMPLIBEXT dlls/powrprof/libpowrprof.cross.a: tools/widl tools/winebuild tools/winegcc include
17593 dlls/powrprof/libpowrprof.$IMPLIBEXT dlls/powrprof/libpowrprof.cross.a: dlls/powrprof/powrprof.spec dlls/powrprof/Makefile
17594 @cd dlls/powrprof && \$(MAKE) \`basename \$@\`"
17595 ALL_MAKEFILES="$ALL_MAKEFILES \\
17596 dlls/powrprof/Makefile"
17597 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17598 powrprof"
17599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17600 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules config.status"
17601 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
17603 ALL_MAKEFILES="$ALL_MAKEFILES \\
17604 dlls/printui/Makefile"
17605 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17606 printui"
17607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17608 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules config.status"
17609 ac_config_files="$ac_config_files dlls/printui/Makefile"
17611 ALL_MAKEFILES="$ALL_MAKEFILES \\
17612 dlls/propsys/Makefile"
17613 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17614 propsys"
17615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17616 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules config.status"
17617 ac_config_files="$ac_config_files dlls/propsys/Makefile"
17619 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17620 dlls/psapi/libpsapi.$IMPLIBEXT"
17621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17622 dlls/psapi/libpsapi.$IMPLIBEXT dlls/psapi/libpsapi.cross.a: tools/widl tools/winebuild tools/winegcc include
17623 dlls/psapi/libpsapi.$IMPLIBEXT dlls/psapi/libpsapi.cross.a: dlls/psapi/psapi.spec dlls/psapi/Makefile
17624 @cd dlls/psapi && \$(MAKE) \`basename \$@\`"
17625 ALL_MAKEFILES="$ALL_MAKEFILES \\
17626 dlls/psapi/Makefile"
17627 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17628 psapi"
17629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17630 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules config.status"
17631 ac_config_files="$ac_config_files dlls/psapi/Makefile"
17633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17634 dlls/psapi/tests: __builddeps__
17635 dlls/psapi/tests/__crosstest__: __buildcrossdeps__"
17636 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17637 psapi_test.exe"
17638 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17639 psapi_test.exe: \$(TOPOBJDIR)/dlls/psapi/tests/psapi_test.exe$DLLEXT
17640 cp \$(TOPOBJDIR)/dlls/psapi/tests/psapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17641 psapi_test.rc:
17642 echo \"psapi_test.exe TESTRES \\\"psapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17643 psapi_test.res: psapi_test.rc psapi_test.exe"
17644 ALL_MAKEFILES="$ALL_MAKEFILES \\
17645 dlls/psapi/tests/Makefile"
17646 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17647 dlls/psapi/tests"
17648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17649 \$(RECURSE_TARGETS:%=dlls/psapi/tests/%) dlls/psapi/tests: dlls/psapi/tests/Makefile \$(MAKEDEP)
17650 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules config.status"
17651 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
17653 ALL_MAKEFILES="$ALL_MAKEFILES \\
17654 dlls/pstorec/Makefile"
17655 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17656 pstorec"
17657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17658 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules config.status"
17659 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
17661 ALL_MAKEFILES="$ALL_MAKEFILES \\
17662 dlls/qcap/Makefile"
17663 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17664 qcap"
17665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17666 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules config.status"
17667 ac_config_files="$ac_config_files dlls/qcap/Makefile"
17669 ALL_MAKEFILES="$ALL_MAKEFILES \\
17670 dlls/qedit/Makefile"
17671 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17672 qedit"
17673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17674 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules config.status"
17675 ac_config_files="$ac_config_files dlls/qedit/Makefile"
17677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17678 dlls/qedit/tests: __builddeps__
17679 dlls/qedit/tests/__crosstest__: __buildcrossdeps__"
17680 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17681 qedit_test.exe"
17682 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17683 qedit_test.exe: \$(TOPOBJDIR)/dlls/qedit/tests/qedit_test.exe$DLLEXT
17684 cp \$(TOPOBJDIR)/dlls/qedit/tests/qedit_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17685 qedit_test.rc:
17686 echo \"qedit_test.exe TESTRES \\\"qedit_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17687 qedit_test.res: qedit_test.rc qedit_test.exe"
17688 ALL_MAKEFILES="$ALL_MAKEFILES \\
17689 dlls/qedit/tests/Makefile"
17690 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17691 dlls/qedit/tests"
17692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17693 \$(RECURSE_TARGETS:%=dlls/qedit/tests/%) dlls/qedit/tests: dlls/qedit/tests/Makefile \$(MAKEDEP)
17694 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules config.status"
17695 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
17697 ALL_MAKEFILES="$ALL_MAKEFILES \\
17698 dlls/qmgr/Makefile"
17699 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17700 qmgr"
17701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17702 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules config.status"
17703 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
17705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17706 dlls/qmgr/tests: __builddeps__
17707 dlls/qmgr/tests/__crosstest__: __buildcrossdeps__"
17708 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17709 qmgr_test.exe"
17710 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17711 qmgr_test.exe: \$(TOPOBJDIR)/dlls/qmgr/tests/qmgr_test.exe$DLLEXT
17712 cp \$(TOPOBJDIR)/dlls/qmgr/tests/qmgr_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17713 qmgr_test.rc:
17714 echo \"qmgr_test.exe TESTRES \\\"qmgr_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17715 qmgr_test.res: qmgr_test.rc qmgr_test.exe"
17716 ALL_MAKEFILES="$ALL_MAKEFILES \\
17717 dlls/qmgr/tests/Makefile"
17718 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17719 dlls/qmgr/tests"
17720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17721 \$(RECURSE_TARGETS:%=dlls/qmgr/tests/%) dlls/qmgr/tests: dlls/qmgr/tests/Makefile \$(MAKEDEP)
17722 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules config.status"
17723 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
17725 ALL_MAKEFILES="$ALL_MAKEFILES \\
17726 dlls/qmgrprxy/Makefile"
17727 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17728 qmgrprxy"
17729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17730 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules config.status"
17731 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
17733 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17734 dlls/quartz/libquartz.$IMPLIBEXT"
17735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17736 dlls/quartz/libquartz.$IMPLIBEXT dlls/quartz/libquartz.cross.a: tools/widl tools/winebuild tools/winegcc include
17737 dlls/quartz/libquartz.$IMPLIBEXT dlls/quartz/libquartz.cross.a: dlls/quartz/quartz.spec dlls/quartz/Makefile
17738 @cd dlls/quartz && \$(MAKE) \`basename \$@\`"
17739 ALL_MAKEFILES="$ALL_MAKEFILES \\
17740 dlls/quartz/Makefile"
17741 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17742 quartz"
17743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17744 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules config.status"
17745 ac_config_files="$ac_config_files dlls/quartz/Makefile"
17747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17748 dlls/quartz/tests: __builddeps__
17749 dlls/quartz/tests/__crosstest__: __buildcrossdeps__"
17750 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17751 quartz_test.exe"
17752 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17753 quartz_test.exe: \$(TOPOBJDIR)/dlls/quartz/tests/quartz_test.exe$DLLEXT
17754 cp \$(TOPOBJDIR)/dlls/quartz/tests/quartz_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17755 quartz_test.rc:
17756 echo \"quartz_test.exe TESTRES \\\"quartz_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17757 quartz_test.res: quartz_test.rc quartz_test.exe"
17758 ALL_MAKEFILES="$ALL_MAKEFILES \\
17759 dlls/quartz/tests/Makefile"
17760 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17761 dlls/quartz/tests"
17762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17763 \$(RECURSE_TARGETS:%=dlls/quartz/tests/%) dlls/quartz/tests: dlls/quartz/tests/Makefile \$(MAKEDEP)
17764 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules config.status"
17765 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
17767 ALL_MAKEFILES="$ALL_MAKEFILES \\
17768 dlls/query/Makefile"
17769 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17770 query"
17771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17772 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules config.status"
17773 ac_config_files="$ac_config_files dlls/query/Makefile"
17775 ALL_MAKEFILES="$ALL_MAKEFILES \\
17776 dlls/rasapi16.dll16/Makefile"
17777 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17778 rasapi16.dll16"
17779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17780 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules config.status"
17781 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
17783 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17784 dlls/rasapi32/librasapi32.$IMPLIBEXT"
17785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17786 dlls/rasapi32/librasapi32.$IMPLIBEXT dlls/rasapi32/librasapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
17787 dlls/rasapi32/librasapi32.$IMPLIBEXT dlls/rasapi32/librasapi32.cross.a: dlls/rasapi32/rasapi32.spec dlls/rasapi32/Makefile
17788 @cd dlls/rasapi32 && \$(MAKE) \`basename \$@\`"
17789 ALL_MAKEFILES="$ALL_MAKEFILES \\
17790 dlls/rasapi32/Makefile"
17791 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17792 rasapi32"
17793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17794 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules config.status"
17795 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
17797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17798 dlls/rasapi32/tests: __builddeps__
17799 dlls/rasapi32/tests/__crosstest__: __buildcrossdeps__"
17800 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17801 rasapi32_test.exe"
17802 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17803 rasapi32_test.exe: \$(TOPOBJDIR)/dlls/rasapi32/tests/rasapi32_test.exe$DLLEXT
17804 cp \$(TOPOBJDIR)/dlls/rasapi32/tests/rasapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17805 rasapi32_test.rc:
17806 echo \"rasapi32_test.exe TESTRES \\\"rasapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17807 rasapi32_test.res: rasapi32_test.rc rasapi32_test.exe"
17808 ALL_MAKEFILES="$ALL_MAKEFILES \\
17809 dlls/rasapi32/tests/Makefile"
17810 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17811 dlls/rasapi32/tests"
17812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17813 \$(RECURSE_TARGETS:%=dlls/rasapi32/tests/%) dlls/rasapi32/tests: dlls/rasapi32/tests/Makefile \$(MAKEDEP)
17814 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules config.status"
17815 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
17817 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17818 dlls/rasdlg/librasdlg.$IMPLIBEXT"
17819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17820 dlls/rasdlg/librasdlg.$IMPLIBEXT dlls/rasdlg/librasdlg.cross.a: tools/widl tools/winebuild tools/winegcc include
17821 dlls/rasdlg/librasdlg.$IMPLIBEXT dlls/rasdlg/librasdlg.cross.a: dlls/rasdlg/rasdlg.spec dlls/rasdlg/Makefile
17822 @cd dlls/rasdlg && \$(MAKE) \`basename \$@\`"
17823 ALL_MAKEFILES="$ALL_MAKEFILES \\
17824 dlls/rasdlg/Makefile"
17825 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17826 rasdlg"
17827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17828 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules config.status"
17829 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
17831 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17832 dlls/resutils/libresutils.$IMPLIBEXT"
17833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17834 dlls/resutils/libresutils.$IMPLIBEXT dlls/resutils/libresutils.cross.a: tools/widl tools/winebuild tools/winegcc include
17835 dlls/resutils/libresutils.$IMPLIBEXT dlls/resutils/libresutils.cross.a: dlls/resutils/resutils.spec dlls/resutils/Makefile
17836 @cd dlls/resutils && \$(MAKE) \`basename \$@\`"
17837 ALL_MAKEFILES="$ALL_MAKEFILES \\
17838 dlls/resutils/Makefile"
17839 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17840 resutils"
17841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17842 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules config.status"
17843 ac_config_files="$ac_config_files dlls/resutils/Makefile"
17845 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17846 dlls/riched20/libriched20.$IMPLIBEXT"
17847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17848 dlls/riched20/libriched20.$IMPLIBEXT dlls/riched20/libriched20.cross.a: tools/widl tools/winebuild tools/winegcc include
17849 dlls/riched20/libriched20.$IMPLIBEXT dlls/riched20/libriched20.cross.a: dlls/riched20/riched20.spec dlls/riched20/Makefile
17850 @cd dlls/riched20 && \$(MAKE) \`basename \$@\`"
17851 ALL_MAKEFILES="$ALL_MAKEFILES \\
17852 dlls/riched20/Makefile"
17853 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17854 riched20"
17855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17856 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules config.status"
17857 ac_config_files="$ac_config_files dlls/riched20/Makefile"
17859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17860 dlls/riched20/tests: __builddeps__
17861 dlls/riched20/tests/__crosstest__: __buildcrossdeps__"
17862 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17863 riched20_test.exe"
17864 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17865 riched20_test.exe: \$(TOPOBJDIR)/dlls/riched20/tests/riched20_test.exe$DLLEXT
17866 cp \$(TOPOBJDIR)/dlls/riched20/tests/riched20_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17867 riched20_test.rc:
17868 echo \"riched20_test.exe TESTRES \\\"riched20_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17869 riched20_test.res: riched20_test.rc riched20_test.exe"
17870 ALL_MAKEFILES="$ALL_MAKEFILES \\
17871 dlls/riched20/tests/Makefile"
17872 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17873 dlls/riched20/tests"
17874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17875 \$(RECURSE_TARGETS:%=dlls/riched20/tests/%) dlls/riched20/tests: dlls/riched20/tests/Makefile \$(MAKEDEP)
17876 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules config.status"
17877 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
17879 ALL_MAKEFILES="$ALL_MAKEFILES \\
17880 dlls/riched32/Makefile"
17881 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17882 riched32"
17883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17884 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules config.status"
17885 ac_config_files="$ac_config_files dlls/riched32/Makefile"
17887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17888 dlls/riched32/tests: __builddeps__
17889 dlls/riched32/tests/__crosstest__: __buildcrossdeps__"
17890 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17891 riched32_test.exe"
17892 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17893 riched32_test.exe: \$(TOPOBJDIR)/dlls/riched32/tests/riched32_test.exe$DLLEXT
17894 cp \$(TOPOBJDIR)/dlls/riched32/tests/riched32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17895 riched32_test.rc:
17896 echo \"riched32_test.exe TESTRES \\\"riched32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17897 riched32_test.res: riched32_test.rc riched32_test.exe"
17898 ALL_MAKEFILES="$ALL_MAKEFILES \\
17899 dlls/riched32/tests/Makefile"
17900 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17901 dlls/riched32/tests"
17902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17903 \$(RECURSE_TARGETS:%=dlls/riched32/tests/%) dlls/riched32/tests: dlls/riched32/tests/Makefile \$(MAKEDEP)
17904 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules config.status"
17905 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
17907 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17908 dlls/rpcrt4/librpcrt4.$IMPLIBEXT"
17909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17910 dlls/rpcrt4/librpcrt4.$IMPLIBEXT dlls/rpcrt4/librpcrt4.cross.a: tools/widl tools/winebuild tools/winegcc include
17911 dlls/rpcrt4/librpcrt4.$IMPLIBEXT dlls/rpcrt4/librpcrt4.cross.a: dlls/rpcrt4/rpcrt4.spec dlls/rpcrt4/Makefile
17912 @cd dlls/rpcrt4 && \$(MAKE) \`basename \$@\`"
17913 ALL_MAKEFILES="$ALL_MAKEFILES \\
17914 dlls/rpcrt4/Makefile"
17915 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17916 rpcrt4"
17917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17918 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules config.status"
17919 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
17921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17922 dlls/rpcrt4/tests: __builddeps__
17923 dlls/rpcrt4/tests/__crosstest__: __buildcrossdeps__"
17924 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17925 rpcrt4_test.exe"
17926 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17927 rpcrt4_test.exe: \$(TOPOBJDIR)/dlls/rpcrt4/tests/rpcrt4_test.exe$DLLEXT
17928 cp \$(TOPOBJDIR)/dlls/rpcrt4/tests/rpcrt4_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17929 rpcrt4_test.rc:
17930 echo \"rpcrt4_test.exe TESTRES \\\"rpcrt4_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17931 rpcrt4_test.res: rpcrt4_test.rc rpcrt4_test.exe"
17932 ALL_MAKEFILES="$ALL_MAKEFILES \\
17933 dlls/rpcrt4/tests/Makefile"
17934 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17935 dlls/rpcrt4/tests"
17936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17937 \$(RECURSE_TARGETS:%=dlls/rpcrt4/tests/%) dlls/rpcrt4/tests: dlls/rpcrt4/tests/Makefile \$(MAKEDEP)
17938 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules config.status"
17939 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
17941 ALL_MAKEFILES="$ALL_MAKEFILES \\
17942 dlls/rsabase/Makefile"
17943 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17944 rsabase"
17945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17946 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules config.status"
17947 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
17949 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17950 dlls/rsaenh/librsaenh.$IMPLIBEXT"
17951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17952 dlls/rsaenh/librsaenh.$IMPLIBEXT dlls/rsaenh/librsaenh.cross.a: tools/widl tools/winebuild tools/winegcc include
17953 dlls/rsaenh/librsaenh.$IMPLIBEXT dlls/rsaenh/librsaenh.cross.a: dlls/rsaenh/rsaenh.spec dlls/rsaenh/Makefile
17954 @cd dlls/rsaenh && \$(MAKE) \`basename \$@\`"
17955 ALL_MAKEFILES="$ALL_MAKEFILES \\
17956 dlls/rsaenh/Makefile"
17957 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17958 rsaenh"
17959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17960 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules config.status"
17961 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
17963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17964 dlls/rsaenh/tests: __builddeps__
17965 dlls/rsaenh/tests/__crosstest__: __buildcrossdeps__"
17966 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17967 rsaenh_test.exe"
17968 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17969 rsaenh_test.exe: \$(TOPOBJDIR)/dlls/rsaenh/tests/rsaenh_test.exe$DLLEXT
17970 cp \$(TOPOBJDIR)/dlls/rsaenh/tests/rsaenh_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17971 rsaenh_test.rc:
17972 echo \"rsaenh_test.exe TESTRES \\\"rsaenh_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17973 rsaenh_test.res: rsaenh_test.rc rsaenh_test.exe"
17974 ALL_MAKEFILES="$ALL_MAKEFILES \\
17975 dlls/rsaenh/tests/Makefile"
17976 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17977 dlls/rsaenh/tests"
17978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17979 \$(RECURSE_TARGETS:%=dlls/rsaenh/tests/%) dlls/rsaenh/tests: dlls/rsaenh/tests/Makefile \$(MAKEDEP)
17980 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules config.status"
17981 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
17983 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17984 dlls/rtutils/librtutils.$IMPLIBEXT"
17985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17986 dlls/rtutils/librtutils.$IMPLIBEXT dlls/rtutils/librtutils.cross.a: tools/widl tools/winebuild tools/winegcc include
17987 dlls/rtutils/librtutils.$IMPLIBEXT dlls/rtutils/librtutils.cross.a: dlls/rtutils/rtutils.spec dlls/rtutils/Makefile
17988 @cd dlls/rtutils && \$(MAKE) \`basename \$@\`"
17989 ALL_MAKEFILES="$ALL_MAKEFILES \\
17990 dlls/rtutils/Makefile"
17991 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17992 rtutils"
17993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17994 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules config.status"
17995 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
17997 ALL_MAKEFILES="$ALL_MAKEFILES \\
17998 dlls/sane.ds/Makefile"
17999 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18000 sane.ds"
18001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18002 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules config.status"
18003 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
18005 ALL_MAKEFILES="$ALL_MAKEFILES \\
18006 dlls/sccbase/Makefile"
18007 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18008 sccbase"
18009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18010 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules config.status"
18011 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
18013 ALL_MAKEFILES="$ALL_MAKEFILES \\
18014 dlls/schannel/Makefile"
18015 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18016 schannel"
18017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18018 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules config.status"
18019 ac_config_files="$ac_config_files dlls/schannel/Makefile"
18021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18022 dlls/schannel/tests: __builddeps__
18023 dlls/schannel/tests/__crosstest__: __buildcrossdeps__"
18024 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18025 schannel_test.exe"
18026 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18027 schannel_test.exe: \$(TOPOBJDIR)/dlls/schannel/tests/schannel_test.exe$DLLEXT
18028 cp \$(TOPOBJDIR)/dlls/schannel/tests/schannel_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18029 schannel_test.rc:
18030 echo \"schannel_test.exe TESTRES \\\"schannel_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18031 schannel_test.res: schannel_test.rc schannel_test.exe"
18032 ALL_MAKEFILES="$ALL_MAKEFILES \\
18033 dlls/schannel/tests/Makefile"
18034 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18035 dlls/schannel/tests"
18036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18037 \$(RECURSE_TARGETS:%=dlls/schannel/tests/%) dlls/schannel/tests: dlls/schannel/tests/Makefile \$(MAKEDEP)
18038 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules config.status"
18039 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
18041 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18042 dlls/secur32/libsecur32.$IMPLIBEXT"
18043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18044 dlls/secur32/libsecur32.$IMPLIBEXT dlls/secur32/libsecur32.cross.a: tools/widl tools/winebuild tools/winegcc include
18045 dlls/secur32/libsecur32.$IMPLIBEXT dlls/secur32/libsecur32.cross.a: dlls/secur32/secur32.spec dlls/secur32/Makefile
18046 @cd dlls/secur32 && \$(MAKE) \`basename \$@\`"
18047 ALL_MAKEFILES="$ALL_MAKEFILES \\
18048 dlls/secur32/Makefile"
18049 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18050 secur32"
18051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18052 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules config.status"
18053 ac_config_files="$ac_config_files dlls/secur32/Makefile"
18055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18056 dlls/secur32/tests: __builddeps__
18057 dlls/secur32/tests/__crosstest__: __buildcrossdeps__"
18058 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18059 secur32_test.exe"
18060 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18061 secur32_test.exe: \$(TOPOBJDIR)/dlls/secur32/tests/secur32_test.exe$DLLEXT
18062 cp \$(TOPOBJDIR)/dlls/secur32/tests/secur32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18063 secur32_test.rc:
18064 echo \"secur32_test.exe TESTRES \\\"secur32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18065 secur32_test.res: secur32_test.rc secur32_test.exe"
18066 ALL_MAKEFILES="$ALL_MAKEFILES \\
18067 dlls/secur32/tests/Makefile"
18068 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18069 dlls/secur32/tests"
18070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18071 \$(RECURSE_TARGETS:%=dlls/secur32/tests/%) dlls/secur32/tests: dlls/secur32/tests/Makefile \$(MAKEDEP)
18072 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules config.status"
18073 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
18075 ALL_MAKEFILES="$ALL_MAKEFILES \\
18076 dlls/security/Makefile"
18077 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18078 security"
18079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18080 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules config.status"
18081 ac_config_files="$ac_config_files dlls/security/Makefile"
18083 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18084 dlls/sensapi/libsensapi.$IMPLIBEXT"
18085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18086 dlls/sensapi/libsensapi.$IMPLIBEXT dlls/sensapi/libsensapi.cross.a: tools/widl tools/winebuild tools/winegcc include
18087 dlls/sensapi/libsensapi.$IMPLIBEXT dlls/sensapi/libsensapi.cross.a: dlls/sensapi/sensapi.spec dlls/sensapi/Makefile
18088 @cd dlls/sensapi && \$(MAKE) \`basename \$@\`"
18089 ALL_MAKEFILES="$ALL_MAKEFILES \\
18090 dlls/sensapi/Makefile"
18091 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18092 sensapi"
18093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18094 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules config.status"
18095 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
18097 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18098 dlls/serialui/libserialui.$IMPLIBEXT"
18099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18100 dlls/serialui/libserialui.$IMPLIBEXT dlls/serialui/libserialui.cross.a: tools/widl tools/winebuild tools/winegcc include
18101 dlls/serialui/libserialui.$IMPLIBEXT dlls/serialui/libserialui.cross.a: dlls/serialui/serialui.spec dlls/serialui/Makefile
18102 @cd dlls/serialui && \$(MAKE) \`basename \$@\`"
18103 ALL_MAKEFILES="$ALL_MAKEFILES \\
18104 dlls/serialui/Makefile"
18105 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18106 serialui"
18107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18108 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules config.status"
18109 ac_config_files="$ac_config_files dlls/serialui/Makefile"
18111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18112 dlls/serialui/tests: __builddeps__
18113 dlls/serialui/tests/__crosstest__: __buildcrossdeps__"
18114 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18115 serialui_test.exe"
18116 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18117 serialui_test.exe: \$(TOPOBJDIR)/dlls/serialui/tests/serialui_test.exe$DLLEXT
18118 cp \$(TOPOBJDIR)/dlls/serialui/tests/serialui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18119 serialui_test.rc:
18120 echo \"serialui_test.exe TESTRES \\\"serialui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18121 serialui_test.res: serialui_test.rc serialui_test.exe"
18122 ALL_MAKEFILES="$ALL_MAKEFILES \\
18123 dlls/serialui/tests/Makefile"
18124 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18125 dlls/serialui/tests"
18126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18127 \$(RECURSE_TARGETS:%=dlls/serialui/tests/%) dlls/serialui/tests: dlls/serialui/tests/Makefile \$(MAKEDEP)
18128 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules config.status"
18129 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
18131 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18132 dlls/setupapi/libsetupapi.$IMPLIBEXT"
18133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18134 dlls/setupapi/libsetupapi.$IMPLIBEXT dlls/setupapi/libsetupapi.cross.a: tools/widl tools/winebuild tools/winegcc include
18135 dlls/setupapi/libsetupapi.$IMPLIBEXT dlls/setupapi/libsetupapi.cross.a: dlls/setupapi/setupapi.spec dlls/setupapi/Makefile
18136 @cd dlls/setupapi && \$(MAKE) \`basename \$@\`"
18137 ALL_MAKEFILES="$ALL_MAKEFILES \\
18138 dlls/setupapi/Makefile"
18139 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18140 setupapi"
18141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18142 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules config.status"
18143 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
18145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18146 dlls/setupapi/tests: __builddeps__
18147 dlls/setupapi/tests/__crosstest__: __buildcrossdeps__"
18148 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18149 setupapi_test.exe"
18150 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18151 setupapi_test.exe: \$(TOPOBJDIR)/dlls/setupapi/tests/setupapi_test.exe$DLLEXT
18152 cp \$(TOPOBJDIR)/dlls/setupapi/tests/setupapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18153 setupapi_test.rc:
18154 echo \"setupapi_test.exe TESTRES \\\"setupapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18155 setupapi_test.res: setupapi_test.rc setupapi_test.exe"
18156 ALL_MAKEFILES="$ALL_MAKEFILES \\
18157 dlls/setupapi/tests/Makefile"
18158 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18159 dlls/setupapi/tests"
18160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18161 \$(RECURSE_TARGETS:%=dlls/setupapi/tests/%) dlls/setupapi/tests: dlls/setupapi/tests/Makefile \$(MAKEDEP)
18162 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules config.status"
18163 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
18165 ALL_MAKEFILES="$ALL_MAKEFILES \\
18166 dlls/setupx.dll16/Makefile"
18167 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18168 setupx.dll16"
18169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18170 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules config.status"
18171 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
18173 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18174 dlls/sfc/libsfc.$IMPLIBEXT"
18175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18176 dlls/sfc/libsfc.$IMPLIBEXT dlls/sfc/libsfc.cross.a: tools/widl tools/winebuild tools/winegcc include
18177 dlls/sfc/libsfc.$IMPLIBEXT dlls/sfc/libsfc.cross.a: dlls/sfc/sfc.spec dlls/sfc/Makefile
18178 @cd dlls/sfc && \$(MAKE) \`basename \$@\`"
18179 ALL_MAKEFILES="$ALL_MAKEFILES \\
18180 dlls/sfc/Makefile"
18181 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18182 sfc"
18183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18184 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules config.status"
18185 ac_config_files="$ac_config_files dlls/sfc/Makefile"
18187 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18188 dlls/sfc_os/libsfc_os.$IMPLIBEXT"
18189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18190 dlls/sfc_os/libsfc_os.$IMPLIBEXT dlls/sfc_os/libsfc_os.cross.a: tools/widl tools/winebuild tools/winegcc include
18191 dlls/sfc_os/libsfc_os.$IMPLIBEXT dlls/sfc_os/libsfc_os.cross.a: dlls/sfc_os/sfc_os.spec dlls/sfc_os/Makefile
18192 @cd dlls/sfc_os && \$(MAKE) \`basename \$@\`"
18193 ALL_MAKEFILES="$ALL_MAKEFILES \\
18194 dlls/sfc_os/Makefile"
18195 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18196 sfc_os"
18197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18198 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules config.status"
18199 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
18201 ALL_MAKEFILES="$ALL_MAKEFILES \\
18202 dlls/shdoclc/Makefile"
18203 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18204 shdoclc"
18205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18206 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules config.status"
18207 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
18209 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18210 dlls/shdocvw/libshdocvw.$IMPLIBEXT"
18211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18212 dlls/shdocvw/libshdocvw.$IMPLIBEXT dlls/shdocvw/libshdocvw.cross.a: tools/widl tools/winebuild tools/winegcc include
18213 dlls/shdocvw/libshdocvw.$IMPLIBEXT dlls/shdocvw/libshdocvw.cross.a: dlls/shdocvw/shdocvw.spec dlls/shdocvw/Makefile
18214 @cd dlls/shdocvw && \$(MAKE) \`basename \$@\`"
18215 ALL_MAKEFILES="$ALL_MAKEFILES \\
18216 dlls/shdocvw/Makefile"
18217 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18218 shdocvw"
18219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18220 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules config.status"
18221 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
18223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18224 dlls/shdocvw/tests: __builddeps__
18225 dlls/shdocvw/tests/__crosstest__: __buildcrossdeps__"
18226 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18227 shdocvw_test.exe"
18228 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18229 shdocvw_test.exe: \$(TOPOBJDIR)/dlls/shdocvw/tests/shdocvw_test.exe$DLLEXT
18230 cp \$(TOPOBJDIR)/dlls/shdocvw/tests/shdocvw_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18231 shdocvw_test.rc:
18232 echo \"shdocvw_test.exe TESTRES \\\"shdocvw_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18233 shdocvw_test.res: shdocvw_test.rc shdocvw_test.exe"
18234 ALL_MAKEFILES="$ALL_MAKEFILES \\
18235 dlls/shdocvw/tests/Makefile"
18236 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18237 dlls/shdocvw/tests"
18238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18239 \$(RECURSE_TARGETS:%=dlls/shdocvw/tests/%) dlls/shdocvw/tests: dlls/shdocvw/tests/Makefile \$(MAKEDEP)
18240 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules config.status"
18241 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
18243 ALL_MAKEFILES="$ALL_MAKEFILES \\
18244 dlls/shell.dll16/Makefile"
18245 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18246 shell.dll16"
18247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18248 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules config.status"
18249 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
18251 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18252 dlls/shell32/libshell32.$IMPLIBEXT"
18253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18254 dlls/shell32/libshell32.$IMPLIBEXT dlls/shell32/libshell32.cross.a: tools/widl tools/winebuild tools/winegcc include
18255 dlls/shell32/libshell32.$IMPLIBEXT dlls/shell32/libshell32.cross.a: dlls/shell32/shell32.spec dlls/shell32/Makefile
18256 @cd dlls/shell32 && \$(MAKE) \`basename \$@\`"
18257 ALL_MAKEFILES="$ALL_MAKEFILES \\
18258 dlls/shell32/Makefile"
18259 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18260 shell32"
18261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18262 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules config.status"
18263 ac_config_files="$ac_config_files dlls/shell32/Makefile"
18265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18266 dlls/shell32/tests: __builddeps__
18267 dlls/shell32/tests/__crosstest__: __buildcrossdeps__"
18268 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18269 shell32_test.exe"
18270 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18271 shell32_test.exe: \$(TOPOBJDIR)/dlls/shell32/tests/shell32_test.exe$DLLEXT
18272 cp \$(TOPOBJDIR)/dlls/shell32/tests/shell32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18273 shell32_test.rc:
18274 echo \"shell32_test.exe TESTRES \\\"shell32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18275 shell32_test.res: shell32_test.rc shell32_test.exe"
18276 ALL_MAKEFILES="$ALL_MAKEFILES \\
18277 dlls/shell32/tests/Makefile"
18278 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18279 dlls/shell32/tests"
18280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18281 \$(RECURSE_TARGETS:%=dlls/shell32/tests/%) dlls/shell32/tests: dlls/shell32/tests/Makefile \$(MAKEDEP)
18282 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules config.status"
18283 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
18285 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18286 dlls/shfolder/libshfolder.$IMPLIBEXT"
18287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18288 dlls/shfolder/libshfolder.$IMPLIBEXT dlls/shfolder/libshfolder.cross.a: tools/widl tools/winebuild tools/winegcc include
18289 dlls/shfolder/libshfolder.$IMPLIBEXT dlls/shfolder/libshfolder.cross.a: dlls/shfolder/shfolder.spec dlls/shfolder/Makefile
18290 @cd dlls/shfolder && \$(MAKE) \`basename \$@\`"
18291 ALL_MAKEFILES="$ALL_MAKEFILES \\
18292 dlls/shfolder/Makefile"
18293 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18294 shfolder"
18295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18296 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules config.status"
18297 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
18299 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18300 dlls/shlwapi/libshlwapi.$IMPLIBEXT"
18301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18302 dlls/shlwapi/libshlwapi.$IMPLIBEXT dlls/shlwapi/libshlwapi.cross.a: tools/widl tools/winebuild tools/winegcc include
18303 dlls/shlwapi/libshlwapi.$IMPLIBEXT dlls/shlwapi/libshlwapi.cross.a: dlls/shlwapi/shlwapi.spec dlls/shlwapi/Makefile
18304 @cd dlls/shlwapi && \$(MAKE) \`basename \$@\`"
18305 ALL_MAKEFILES="$ALL_MAKEFILES \\
18306 dlls/shlwapi/Makefile"
18307 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18308 shlwapi"
18309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18310 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules config.status"
18311 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
18313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18314 dlls/shlwapi/tests: __builddeps__
18315 dlls/shlwapi/tests/__crosstest__: __buildcrossdeps__"
18316 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18317 shlwapi_test.exe"
18318 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18319 shlwapi_test.exe: \$(TOPOBJDIR)/dlls/shlwapi/tests/shlwapi_test.exe$DLLEXT
18320 cp \$(TOPOBJDIR)/dlls/shlwapi/tests/shlwapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18321 shlwapi_test.rc:
18322 echo \"shlwapi_test.exe TESTRES \\\"shlwapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18323 shlwapi_test.res: shlwapi_test.rc shlwapi_test.exe"
18324 ALL_MAKEFILES="$ALL_MAKEFILES \\
18325 dlls/shlwapi/tests/Makefile"
18326 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18327 dlls/shlwapi/tests"
18328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18329 \$(RECURSE_TARGETS:%=dlls/shlwapi/tests/%) dlls/shlwapi/tests: dlls/shlwapi/tests/Makefile \$(MAKEDEP)
18330 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules config.status"
18331 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
18333 ALL_MAKEFILES="$ALL_MAKEFILES \\
18334 dlls/slbcsp/Makefile"
18335 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18336 slbcsp"
18337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18338 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules config.status"
18339 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
18341 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18342 dlls/slc/libslc.$IMPLIBEXT"
18343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18344 dlls/slc/libslc.$IMPLIBEXT dlls/slc/libslc.cross.a: tools/widl tools/winebuild tools/winegcc include
18345 dlls/slc/libslc.$IMPLIBEXT dlls/slc/libslc.cross.a: dlls/slc/slc.spec dlls/slc/Makefile
18346 @cd dlls/slc && \$(MAKE) \`basename \$@\`"
18347 ALL_MAKEFILES="$ALL_MAKEFILES \\
18348 dlls/slc/Makefile"
18349 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18350 slc"
18351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18352 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules config.status"
18353 ac_config_files="$ac_config_files dlls/slc/Makefile"
18355 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18356 dlls/snmpapi/libsnmpapi.$IMPLIBEXT"
18357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18358 dlls/snmpapi/libsnmpapi.$IMPLIBEXT dlls/snmpapi/libsnmpapi.cross.a: tools/widl tools/winebuild tools/winegcc include
18359 dlls/snmpapi/libsnmpapi.$IMPLIBEXT dlls/snmpapi/libsnmpapi.cross.a: dlls/snmpapi/snmpapi.spec dlls/snmpapi/Makefile
18360 @cd dlls/snmpapi && \$(MAKE) \`basename \$@\`"
18361 ALL_MAKEFILES="$ALL_MAKEFILES \\
18362 dlls/snmpapi/Makefile"
18363 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18364 snmpapi"
18365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18366 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules config.status"
18367 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
18369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18370 dlls/snmpapi/tests: __builddeps__
18371 dlls/snmpapi/tests/__crosstest__: __buildcrossdeps__"
18372 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18373 snmpapi_test.exe"
18374 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18375 snmpapi_test.exe: \$(TOPOBJDIR)/dlls/snmpapi/tests/snmpapi_test.exe$DLLEXT
18376 cp \$(TOPOBJDIR)/dlls/snmpapi/tests/snmpapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18377 snmpapi_test.rc:
18378 echo \"snmpapi_test.exe TESTRES \\\"snmpapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18379 snmpapi_test.res: snmpapi_test.rc snmpapi_test.exe"
18380 ALL_MAKEFILES="$ALL_MAKEFILES \\
18381 dlls/snmpapi/tests/Makefile"
18382 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18383 dlls/snmpapi/tests"
18384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18385 \$(RECURSE_TARGETS:%=dlls/snmpapi/tests/%) dlls/snmpapi/tests: dlls/snmpapi/tests/Makefile \$(MAKEDEP)
18386 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules config.status"
18387 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
18389 ALL_MAKEFILES="$ALL_MAKEFILES \\
18390 dlls/softpub/Makefile"
18391 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18392 softpub"
18393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18394 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules config.status"
18395 ac_config_files="$ac_config_files dlls/softpub/Makefile"
18397 ALL_MAKEFILES="$ALL_MAKEFILES \\
18398 dlls/sound.drv16/Makefile"
18399 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18400 sound.drv16"
18401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18402 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules config.status"
18403 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
18405 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18406 dlls/spoolss/libspoolss.$IMPLIBEXT"
18407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18408 dlls/spoolss/libspoolss.$IMPLIBEXT dlls/spoolss/libspoolss.cross.a: tools/widl tools/winebuild tools/winegcc include
18409 dlls/spoolss/libspoolss.$IMPLIBEXT dlls/spoolss/libspoolss.cross.a: dlls/spoolss/spoolss.spec dlls/spoolss/Makefile
18410 @cd dlls/spoolss && \$(MAKE) \`basename \$@\`"
18411 ALL_MAKEFILES="$ALL_MAKEFILES \\
18412 dlls/spoolss/Makefile"
18413 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18414 spoolss"
18415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18416 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules config.status"
18417 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
18419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18420 dlls/spoolss/tests: __builddeps__
18421 dlls/spoolss/tests/__crosstest__: __buildcrossdeps__"
18422 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18423 spoolss_test.exe"
18424 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18425 spoolss_test.exe: \$(TOPOBJDIR)/dlls/spoolss/tests/spoolss_test.exe$DLLEXT
18426 cp \$(TOPOBJDIR)/dlls/spoolss/tests/spoolss_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18427 spoolss_test.rc:
18428 echo \"spoolss_test.exe TESTRES \\\"spoolss_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18429 spoolss_test.res: spoolss_test.rc spoolss_test.exe"
18430 ALL_MAKEFILES="$ALL_MAKEFILES \\
18431 dlls/spoolss/tests/Makefile"
18432 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18433 dlls/spoolss/tests"
18434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18435 \$(RECURSE_TARGETS:%=dlls/spoolss/tests/%) dlls/spoolss/tests: dlls/spoolss/tests/Makefile \$(MAKEDEP)
18436 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules config.status"
18437 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
18439 ALL_MAKEFILES="$ALL_MAKEFILES \\
18440 dlls/stdole2.tlb/Makefile"
18441 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18442 stdole2.tlb"
18443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18444 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules config.status"
18445 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
18447 ALL_MAKEFILES="$ALL_MAKEFILES \\
18448 dlls/stdole32.tlb/Makefile"
18449 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18450 stdole32.tlb"
18451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18452 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules config.status"
18453 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
18455 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18456 dlls/sti/libsti.$IMPLIBEXT"
18457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18458 dlls/sti/libsti.$IMPLIBEXT dlls/sti/libsti.cross.a: tools/widl tools/winebuild tools/winegcc include
18459 dlls/sti/libsti.$IMPLIBEXT dlls/sti/libsti.cross.a: dlls/sti/sti.spec dlls/sti/Makefile
18460 @cd dlls/sti && \$(MAKE) \`basename \$@\`"
18461 ALL_MAKEFILES="$ALL_MAKEFILES \\
18462 dlls/sti/Makefile"
18463 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18464 sti"
18465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18466 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules config.status"
18467 ac_config_files="$ac_config_files dlls/sti/Makefile"
18469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18470 dlls/sti/tests: __builddeps__
18471 dlls/sti/tests/__crosstest__: __buildcrossdeps__"
18472 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18473 sti_test.exe"
18474 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18475 sti_test.exe: \$(TOPOBJDIR)/dlls/sti/tests/sti_test.exe$DLLEXT
18476 cp \$(TOPOBJDIR)/dlls/sti/tests/sti_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18477 sti_test.rc:
18478 echo \"sti_test.exe TESTRES \\\"sti_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18479 sti_test.res: sti_test.rc sti_test.exe"
18480 ALL_MAKEFILES="$ALL_MAKEFILES \\
18481 dlls/sti/tests/Makefile"
18482 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18483 dlls/sti/tests"
18484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18485 \$(RECURSE_TARGETS:%=dlls/sti/tests/%) dlls/sti/tests: dlls/sti/tests/Makefile \$(MAKEDEP)
18486 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules config.status"
18487 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
18489 ALL_MAKEFILES="$ALL_MAKEFILES \\
18490 dlls/storage.dll16/Makefile"
18491 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18492 storage.dll16"
18493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18494 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules config.status"
18495 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
18497 ALL_MAKEFILES="$ALL_MAKEFILES \\
18498 dlls/stress.dll16/Makefile"
18499 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18500 stress.dll16"
18501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18502 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules config.status"
18503 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
18505 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
18506 dlls/strmiids/libstrmiids.a"
18507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18508 dlls/strmiids: tools/widl tools/winebuild tools/winegcc include
18509 dlls/strmiids/__install__ dlls/strmiids/__install-dev__: dlls/strmiids
18510 dlls/strmiids/libstrmiids.cross.a: dlls/strmiids/Makefile tools/widl tools/winebuild tools/winegcc include dummy
18511 @cd dlls/strmiids && \$(MAKE) \`basename \$@\`"
18512 ALL_MAKEFILES="$ALL_MAKEFILES \\
18513 dlls/strmiids/Makefile"
18514 test "x$enable_strmiids" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
18515 dlls/strmiids"
18516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18517 \$(RECURSE_TARGETS:%=dlls/strmiids/%) dlls/strmiids: dlls/strmiids/Makefile \$(MAKEDEP)
18518 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules config.status"
18519 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
18521 ALL_MAKEFILES="$ALL_MAKEFILES \\
18522 dlls/svrapi/Makefile"
18523 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18524 svrapi"
18525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18526 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules config.status"
18527 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
18529 ALL_MAKEFILES="$ALL_MAKEFILES \\
18530 dlls/sxs/Makefile"
18531 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18532 sxs"
18533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18534 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules config.status"
18535 ac_config_files="$ac_config_files dlls/sxs/Makefile"
18537 ALL_MAKEFILES="$ALL_MAKEFILES \\
18538 dlls/system.drv16/Makefile"
18539 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18540 system.drv16"
18541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18542 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules config.status"
18543 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
18545 ALL_MAKEFILES="$ALL_MAKEFILES \\
18546 dlls/t2embed/Makefile"
18547 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18548 t2embed"
18549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18550 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules config.status"
18551 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
18553 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18554 dlls/tapi32/libtapi32.$IMPLIBEXT"
18555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18556 dlls/tapi32/libtapi32.$IMPLIBEXT dlls/tapi32/libtapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
18557 dlls/tapi32/libtapi32.$IMPLIBEXT dlls/tapi32/libtapi32.cross.a: dlls/tapi32/tapi32.spec dlls/tapi32/Makefile
18558 @cd dlls/tapi32 && \$(MAKE) \`basename \$@\`"
18559 ALL_MAKEFILES="$ALL_MAKEFILES \\
18560 dlls/tapi32/Makefile"
18561 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18562 tapi32"
18563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18564 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules config.status"
18565 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
18567 ALL_MAKEFILES="$ALL_MAKEFILES \\
18568 dlls/toolhelp.dll16/Makefile"
18569 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18570 toolhelp.dll16"
18571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18572 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules config.status"
18573 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
18575 ALL_MAKEFILES="$ALL_MAKEFILES \\
18576 dlls/traffic/Makefile"
18577 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18578 traffic"
18579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18580 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules config.status"
18581 ac_config_files="$ac_config_files dlls/traffic/Makefile"
18583 ALL_MAKEFILES="$ALL_MAKEFILES \\
18584 dlls/twain.dll16/Makefile"
18585 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18586 twain.dll16"
18587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18588 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules config.status"
18589 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
18591 ALL_MAKEFILES="$ALL_MAKEFILES \\
18592 dlls/twain_32/Makefile"
18593 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18594 twain_32"
18595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18596 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules config.status"
18597 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
18599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18600 dlls/twain_32/tests: __builddeps__
18601 dlls/twain_32/tests/__crosstest__: __buildcrossdeps__"
18602 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18603 twain_32_test.exe"
18604 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18605 twain_32_test.exe: \$(TOPOBJDIR)/dlls/twain_32/tests/twain_32_test.exe$DLLEXT
18606 cp \$(TOPOBJDIR)/dlls/twain_32/tests/twain_32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18607 twain_32_test.rc:
18608 echo \"twain_32_test.exe TESTRES \\\"twain_32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18609 twain_32_test.res: twain_32_test.rc twain_32_test.exe"
18610 ALL_MAKEFILES="$ALL_MAKEFILES \\
18611 dlls/twain_32/tests/Makefile"
18612 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18613 dlls/twain_32/tests"
18614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18615 \$(RECURSE_TARGETS:%=dlls/twain_32/tests/%) dlls/twain_32/tests: dlls/twain_32/tests/Makefile \$(MAKEDEP)
18616 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules config.status"
18617 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
18619 ALL_MAKEFILES="$ALL_MAKEFILES \\
18620 dlls/typelib.dll16/Makefile"
18621 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18622 typelib.dll16"
18623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18624 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules config.status"
18625 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
18627 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18628 dlls/unicows/libunicows.$IMPLIBEXT"
18629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18630 dlls/unicows/libunicows.$IMPLIBEXT dlls/unicows/libunicows.cross.a: tools/widl tools/winebuild tools/winegcc include
18631 dlls/unicows/libunicows.$IMPLIBEXT dlls/unicows/libunicows.cross.a: dlls/unicows/unicows.spec dlls/unicows/Makefile
18632 @cd dlls/unicows && \$(MAKE) \`basename \$@\`"
18633 ALL_MAKEFILES="$ALL_MAKEFILES \\
18634 dlls/unicows/Makefile"
18635 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18636 unicows"
18637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18638 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules config.status"
18639 ac_config_files="$ac_config_files dlls/unicows/Makefile"
18641 ALL_MAKEFILES="$ALL_MAKEFILES \\
18642 dlls/updspapi/Makefile"
18643 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18644 updspapi"
18645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18646 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules config.status"
18647 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
18649 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18650 dlls/url/liburl.$IMPLIBEXT"
18651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18652 dlls/url/liburl.$IMPLIBEXT dlls/url/liburl.cross.a: tools/widl tools/winebuild tools/winegcc include
18653 dlls/url/liburl.$IMPLIBEXT dlls/url/liburl.cross.a: dlls/url/url.spec dlls/url/Makefile
18654 @cd dlls/url && \$(MAKE) \`basename \$@\`"
18655 ALL_MAKEFILES="$ALL_MAKEFILES \\
18656 dlls/url/Makefile"
18657 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18658 url"
18659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18660 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules config.status"
18661 ac_config_files="$ac_config_files dlls/url/Makefile"
18663 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18664 dlls/urlmon/liburlmon.$IMPLIBEXT"
18665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18666 dlls/urlmon/liburlmon.$IMPLIBEXT dlls/urlmon/liburlmon.cross.a: tools/widl tools/winebuild tools/winegcc include
18667 dlls/urlmon/liburlmon.$IMPLIBEXT dlls/urlmon/liburlmon.cross.a: dlls/urlmon/urlmon.spec dlls/urlmon/Makefile
18668 @cd dlls/urlmon && \$(MAKE) \`basename \$@\`"
18669 ALL_MAKEFILES="$ALL_MAKEFILES \\
18670 dlls/urlmon/Makefile"
18671 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18672 urlmon"
18673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18674 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules config.status"
18675 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
18677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18678 dlls/urlmon/tests: __builddeps__
18679 dlls/urlmon/tests/__crosstest__: __buildcrossdeps__"
18680 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18681 urlmon_test.exe"
18682 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18683 urlmon_test.exe: \$(TOPOBJDIR)/dlls/urlmon/tests/urlmon_test.exe$DLLEXT
18684 cp \$(TOPOBJDIR)/dlls/urlmon/tests/urlmon_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18685 urlmon_test.rc:
18686 echo \"urlmon_test.exe TESTRES \\\"urlmon_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18687 urlmon_test.res: urlmon_test.rc urlmon_test.exe"
18688 ALL_MAKEFILES="$ALL_MAKEFILES \\
18689 dlls/urlmon/tests/Makefile"
18690 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18691 dlls/urlmon/tests"
18692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18693 \$(RECURSE_TARGETS:%=dlls/urlmon/tests/%) dlls/urlmon/tests: dlls/urlmon/tests/Makefile \$(MAKEDEP)
18694 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules config.status"
18695 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
18697 ALL_MAKEFILES="$ALL_MAKEFILES \\
18698 dlls/user.exe16/Makefile"
18699 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18700 user.exe16"
18701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18702 dlls/user.exe16/Makefile: dlls/user.exe16/Makefile.in dlls/Makedll.rules config.status"
18703 ac_config_files="$ac_config_files dlls/user.exe16/Makefile"
18705 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18706 dlls/user32/libuser32.$IMPLIBEXT"
18707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18708 dlls/user32/libuser32.$IMPLIBEXT dlls/user32/libuser32.cross.a: tools/widl tools/winebuild tools/winegcc include
18709 dlls/user32/libuser32.$IMPLIBEXT dlls/user32/libuser32.cross.a: dlls/user32/user32.spec dlls/user32/Makefile
18710 @cd dlls/user32 && \$(MAKE) \`basename \$@\`"
18711 ALL_MAKEFILES="$ALL_MAKEFILES \\
18712 dlls/user32/Makefile"
18713 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18714 user32"
18715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18716 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules config.status"
18717 ac_config_files="$ac_config_files dlls/user32/Makefile"
18719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18720 dlls/user32/tests: __builddeps__
18721 dlls/user32/tests/__crosstest__: __buildcrossdeps__"
18722 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18723 user32_test.exe"
18724 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18725 user32_test.exe: \$(TOPOBJDIR)/dlls/user32/tests/user32_test.exe$DLLEXT
18726 cp \$(TOPOBJDIR)/dlls/user32/tests/user32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18727 user32_test.rc:
18728 echo \"user32_test.exe TESTRES \\\"user32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18729 user32_test.res: user32_test.rc user32_test.exe"
18730 ALL_MAKEFILES="$ALL_MAKEFILES \\
18731 dlls/user32/tests/Makefile"
18732 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18733 dlls/user32/tests"
18734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18735 \$(RECURSE_TARGETS:%=dlls/user32/tests/%) dlls/user32/tests: dlls/user32/tests/Makefile \$(MAKEDEP)
18736 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules config.status"
18737 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
18739 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18740 dlls/userenv/libuserenv.$IMPLIBEXT"
18741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18742 dlls/userenv/libuserenv.$IMPLIBEXT dlls/userenv/libuserenv.cross.a: tools/widl tools/winebuild tools/winegcc include
18743 dlls/userenv/libuserenv.$IMPLIBEXT dlls/userenv/libuserenv.cross.a: dlls/userenv/userenv.spec dlls/userenv/Makefile
18744 @cd dlls/userenv && \$(MAKE) \`basename \$@\`"
18745 ALL_MAKEFILES="$ALL_MAKEFILES \\
18746 dlls/userenv/Makefile"
18747 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18748 userenv"
18749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18750 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules config.status"
18751 ac_config_files="$ac_config_files dlls/userenv/Makefile"
18753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18754 dlls/userenv/tests: __builddeps__
18755 dlls/userenv/tests/__crosstest__: __buildcrossdeps__"
18756 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18757 userenv_test.exe"
18758 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18759 userenv_test.exe: \$(TOPOBJDIR)/dlls/userenv/tests/userenv_test.exe$DLLEXT
18760 cp \$(TOPOBJDIR)/dlls/userenv/tests/userenv_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18761 userenv_test.rc:
18762 echo \"userenv_test.exe TESTRES \\\"userenv_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18763 userenv_test.res: userenv_test.rc userenv_test.exe"
18764 ALL_MAKEFILES="$ALL_MAKEFILES \\
18765 dlls/userenv/tests/Makefile"
18766 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18767 dlls/userenv/tests"
18768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18769 \$(RECURSE_TARGETS:%=dlls/userenv/tests/%) dlls/userenv/tests: dlls/userenv/tests/Makefile \$(MAKEDEP)
18770 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules config.status"
18771 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
18773 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18774 dlls/usp10/libusp10.$IMPLIBEXT"
18775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18776 dlls/usp10/libusp10.$IMPLIBEXT dlls/usp10/libusp10.cross.a: tools/widl tools/winebuild tools/winegcc include
18777 dlls/usp10/libusp10.$IMPLIBEXT dlls/usp10/libusp10.cross.a: dlls/usp10/usp10.spec dlls/usp10/Makefile
18778 @cd dlls/usp10 && \$(MAKE) \`basename \$@\`"
18779 ALL_MAKEFILES="$ALL_MAKEFILES \\
18780 dlls/usp10/Makefile"
18781 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18782 usp10"
18783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18784 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules config.status"
18785 ac_config_files="$ac_config_files dlls/usp10/Makefile"
18787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18788 dlls/usp10/tests: __builddeps__
18789 dlls/usp10/tests/__crosstest__: __buildcrossdeps__"
18790 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18791 usp10_test.exe"
18792 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18793 usp10_test.exe: \$(TOPOBJDIR)/dlls/usp10/tests/usp10_test.exe$DLLEXT
18794 cp \$(TOPOBJDIR)/dlls/usp10/tests/usp10_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18795 usp10_test.rc:
18796 echo \"usp10_test.exe TESTRES \\\"usp10_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18797 usp10_test.res: usp10_test.rc usp10_test.exe"
18798 ALL_MAKEFILES="$ALL_MAKEFILES \\
18799 dlls/usp10/tests/Makefile"
18800 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18801 dlls/usp10/tests"
18802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18803 \$(RECURSE_TARGETS:%=dlls/usp10/tests/%) dlls/usp10/tests: dlls/usp10/tests/Makefile \$(MAKEDEP)
18804 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules config.status"
18805 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
18807 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
18808 dlls/uuid/libuuid.a"
18809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18810 dlls/uuid: tools/widl tools/winebuild tools/winegcc include
18811 dlls/uuid/__install__ dlls/uuid/__install-dev__: dlls/uuid
18812 dlls/uuid/libuuid.cross.a: dlls/uuid/Makefile tools/widl tools/winebuild tools/winegcc include dummy
18813 @cd dlls/uuid && \$(MAKE) \`basename \$@\`"
18814 ALL_MAKEFILES="$ALL_MAKEFILES \\
18815 dlls/uuid/Makefile"
18816 test "x$enable_uuid" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
18817 dlls/uuid"
18818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18819 \$(RECURSE_TARGETS:%=dlls/uuid/%) dlls/uuid: dlls/uuid/Makefile \$(MAKEDEP)
18820 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules config.status"
18821 ac_config_files="$ac_config_files dlls/uuid/Makefile"
18823 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18824 dlls/uxtheme/libuxtheme.$IMPLIBEXT"
18825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18826 dlls/uxtheme/libuxtheme.$IMPLIBEXT dlls/uxtheme/libuxtheme.cross.a: tools/widl tools/winebuild tools/winegcc include
18827 dlls/uxtheme/libuxtheme.$IMPLIBEXT dlls/uxtheme/libuxtheme.cross.a: dlls/uxtheme/uxtheme.spec dlls/uxtheme/Makefile
18828 @cd dlls/uxtheme && \$(MAKE) \`basename \$@\`"
18829 ALL_MAKEFILES="$ALL_MAKEFILES \\
18830 dlls/uxtheme/Makefile"
18831 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18832 uxtheme"
18833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18834 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules config.status"
18835 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
18837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18838 dlls/uxtheme/tests: __builddeps__
18839 dlls/uxtheme/tests/__crosstest__: __buildcrossdeps__"
18840 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18841 uxtheme_test.exe"
18842 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18843 uxtheme_test.exe: \$(TOPOBJDIR)/dlls/uxtheme/tests/uxtheme_test.exe$DLLEXT
18844 cp \$(TOPOBJDIR)/dlls/uxtheme/tests/uxtheme_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18845 uxtheme_test.rc:
18846 echo \"uxtheme_test.exe TESTRES \\\"uxtheme_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18847 uxtheme_test.res: uxtheme_test.rc uxtheme_test.exe"
18848 ALL_MAKEFILES="$ALL_MAKEFILES \\
18849 dlls/uxtheme/tests/Makefile"
18850 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18851 dlls/uxtheme/tests"
18852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18853 \$(RECURSE_TARGETS:%=dlls/uxtheme/tests/%) dlls/uxtheme/tests: dlls/uxtheme/tests/Makefile \$(MAKEDEP)
18854 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules config.status"
18855 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
18857 ALL_MAKEFILES="$ALL_MAKEFILES \\
18858 dlls/vdhcp.vxd/Makefile"
18859 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18860 vdhcp.vxd"
18861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18862 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules config.status"
18863 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
18865 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18866 dlls/vdmdbg/libvdmdbg.$IMPLIBEXT"
18867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18868 dlls/vdmdbg/libvdmdbg.$IMPLIBEXT dlls/vdmdbg/libvdmdbg.cross.a: tools/widl tools/winebuild tools/winegcc include
18869 dlls/vdmdbg/libvdmdbg.$IMPLIBEXT dlls/vdmdbg/libvdmdbg.cross.a: dlls/vdmdbg/vdmdbg.spec dlls/vdmdbg/Makefile
18870 @cd dlls/vdmdbg && \$(MAKE) \`basename \$@\`"
18871 ALL_MAKEFILES="$ALL_MAKEFILES \\
18872 dlls/vdmdbg/Makefile"
18873 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18874 vdmdbg"
18875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18876 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules config.status"
18877 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
18879 ALL_MAKEFILES="$ALL_MAKEFILES \\
18880 dlls/ver.dll16/Makefile"
18881 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18882 ver.dll16"
18883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18884 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules config.status"
18885 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
18887 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18888 dlls/version/libversion.$IMPLIBEXT"
18889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18890 dlls/version/libversion.$IMPLIBEXT dlls/version/libversion.cross.a: tools/widl tools/winebuild tools/winegcc include
18891 dlls/version/libversion.$IMPLIBEXT dlls/version/libversion.cross.a: dlls/version/version.spec dlls/version/Makefile
18892 @cd dlls/version && \$(MAKE) \`basename \$@\`"
18893 ALL_MAKEFILES="$ALL_MAKEFILES \\
18894 dlls/version/Makefile"
18895 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18896 version"
18897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18898 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules config.status"
18899 ac_config_files="$ac_config_files dlls/version/Makefile"
18901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18902 dlls/version/tests: __builddeps__
18903 dlls/version/tests/__crosstest__: __buildcrossdeps__"
18904 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18905 version_test.exe"
18906 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18907 version_test.exe: \$(TOPOBJDIR)/dlls/version/tests/version_test.exe$DLLEXT
18908 cp \$(TOPOBJDIR)/dlls/version/tests/version_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18909 version_test.rc:
18910 echo \"version_test.exe TESTRES \\\"version_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18911 version_test.res: version_test.rc version_test.exe"
18912 ALL_MAKEFILES="$ALL_MAKEFILES \\
18913 dlls/version/tests/Makefile"
18914 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18915 dlls/version/tests"
18916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18917 \$(RECURSE_TARGETS:%=dlls/version/tests/%) dlls/version/tests: dlls/version/tests/Makefile \$(MAKEDEP)
18918 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules config.status"
18919 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
18921 ALL_MAKEFILES="$ALL_MAKEFILES \\
18922 dlls/vmm.vxd/Makefile"
18923 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18924 vmm.vxd"
18925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18926 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules config.status"
18927 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
18929 ALL_MAKEFILES="$ALL_MAKEFILES \\
18930 dlls/vnbt.vxd/Makefile"
18931 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18932 vnbt.vxd"
18933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18934 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules config.status"
18935 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
18937 ALL_MAKEFILES="$ALL_MAKEFILES \\
18938 dlls/vnetbios.vxd/Makefile"
18939 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18940 vnetbios.vxd"
18941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18942 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules config.status"
18943 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
18945 ALL_MAKEFILES="$ALL_MAKEFILES \\
18946 dlls/vtdapi.vxd/Makefile"
18947 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18948 vtdapi.vxd"
18949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18950 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules config.status"
18951 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
18953 ALL_MAKEFILES="$ALL_MAKEFILES \\
18954 dlls/vwin32.vxd/Makefile"
18955 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18956 vwin32.vxd"
18957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18958 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules config.status"
18959 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
18961 ALL_MAKEFILES="$ALL_MAKEFILES \\
18962 dlls/w32skrnl/Makefile"
18963 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18964 w32skrnl"
18965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18966 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules config.status"
18967 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
18969 ALL_MAKEFILES="$ALL_MAKEFILES \\
18970 dlls/w32sys.dll16/Makefile"
18971 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18972 w32sys.dll16"
18973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18974 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules config.status"
18975 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
18977 ALL_MAKEFILES="$ALL_MAKEFILES \\
18978 dlls/wbemprox/Makefile"
18979 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18980 wbemprox"
18981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18982 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules config.status"
18983 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
18985 ALL_MAKEFILES="$ALL_MAKEFILES \\
18986 dlls/wiaservc/Makefile"
18987 test "x$enable_wiaservc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18988 wiaservc"
18989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18990 dlls/wiaservc/Makefile: dlls/wiaservc/Makefile.in dlls/Makedll.rules config.status"
18991 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
18993 ALL_MAKEFILES="$ALL_MAKEFILES \\
18994 dlls/win32s16.dll16/Makefile"
18995 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18996 win32s16.dll16"
18997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18998 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules config.status"
18999 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
19001 ALL_MAKEFILES="$ALL_MAKEFILES \\
19002 dlls/win87em.dll16/Makefile"
19003 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19004 win87em.dll16"
19005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19006 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules config.status"
19007 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
19009 ALL_MAKEFILES="$ALL_MAKEFILES \\
19010 dlls/winaspi.dll16/Makefile"
19011 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19012 winaspi.dll16"
19013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19014 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules config.status"
19015 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
19017 ALL_MAKEFILES="$ALL_MAKEFILES \\
19018 dlls/windebug.dll16/Makefile"
19019 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19020 windebug.dll16"
19021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19022 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules config.status"
19023 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
19025 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19026 dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT"
19027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19028 dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT dlls/windowscodecs/libwindowscodecs.cross.a: tools/widl tools/winebuild tools/winegcc include
19029 dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT dlls/windowscodecs/libwindowscodecs.cross.a: dlls/windowscodecs/windowscodecs.spec dlls/windowscodecs/Makefile
19030 @cd dlls/windowscodecs && \$(MAKE) \`basename \$@\`"
19031 ALL_MAKEFILES="$ALL_MAKEFILES \\
19032 dlls/windowscodecs/Makefile"
19033 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19034 windowscodecs"
19035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19036 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules config.status"
19037 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
19039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19040 dlls/windowscodecs/tests: __builddeps__
19041 dlls/windowscodecs/tests/__crosstest__: __buildcrossdeps__"
19042 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19043 windowscodecs_test.exe"
19044 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19045 windowscodecs_test.exe: \$(TOPOBJDIR)/dlls/windowscodecs/tests/windowscodecs_test.exe$DLLEXT
19046 cp \$(TOPOBJDIR)/dlls/windowscodecs/tests/windowscodecs_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19047 windowscodecs_test.rc:
19048 echo \"windowscodecs_test.exe TESTRES \\\"windowscodecs_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19049 windowscodecs_test.res: windowscodecs_test.rc windowscodecs_test.exe"
19050 ALL_MAKEFILES="$ALL_MAKEFILES \\
19051 dlls/windowscodecs/tests/Makefile"
19052 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19053 dlls/windowscodecs/tests"
19054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19055 \$(RECURSE_TARGETS:%=dlls/windowscodecs/tests/%) dlls/windowscodecs/tests: dlls/windowscodecs/tests/Makefile \$(MAKEDEP)
19056 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules config.status"
19057 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
19059 ALL_MAKEFILES="$ALL_MAKEFILES \\
19060 dlls/winealsa.drv/Makefile"
19061 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19062 winealsa.drv"
19063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19064 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules config.status"
19065 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
19067 ALL_MAKEFILES="$ALL_MAKEFILES \\
19068 dlls/wineaudioio.drv/Makefile"
19069 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19070 wineaudioio.drv"
19071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19072 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules config.status"
19073 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
19075 ALL_MAKEFILES="$ALL_MAKEFILES \\
19076 dlls/winecoreaudio.drv/Makefile"
19077 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19078 winecoreaudio.drv"
19079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19080 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules config.status"
19081 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
19083 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
19084 dlls/winecrt0/libwinecrt0.a"
19085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19086 dlls/winecrt0: tools/widl tools/winebuild tools/winegcc include
19087 dlls/winecrt0/__install__ dlls/winecrt0/__install-dev__: dlls/winecrt0
19088 dlls/winecrt0/libwinecrt0.cross.a: dlls/winecrt0/Makefile tools/widl tools/winebuild tools/winegcc include dummy
19089 @cd dlls/winecrt0 && \$(MAKE) \`basename \$@\`"
19090 ALL_MAKEFILES="$ALL_MAKEFILES \\
19091 dlls/winecrt0/Makefile"
19092 test "x$enable_winecrt0" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
19093 dlls/winecrt0"
19094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19095 \$(RECURSE_TARGETS:%=dlls/winecrt0/%) dlls/winecrt0: dlls/winecrt0/Makefile \$(MAKEDEP)
19096 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules config.status"
19097 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
19099 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19100 dlls/wined3d/libwined3d.$IMPLIBEXT"
19101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19102 dlls/wined3d/libwined3d.$IMPLIBEXT dlls/wined3d/libwined3d.cross.a: tools/widl tools/winebuild tools/winegcc include
19103 dlls/wined3d/libwined3d.$IMPLIBEXT dlls/wined3d/libwined3d.cross.a: dlls/wined3d/wined3d.spec dlls/wined3d/Makefile
19104 @cd dlls/wined3d && \$(MAKE) \`basename \$@\`"
19105 ALL_MAKEFILES="$ALL_MAKEFILES \\
19106 dlls/wined3d/Makefile"
19107 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19108 wined3d"
19109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19110 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules config.status"
19111 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
19113 ALL_MAKEFILES="$ALL_MAKEFILES \\
19114 dlls/wineesd.drv/Makefile"
19115 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19116 wineesd.drv"
19117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19118 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules config.status"
19119 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
19121 ALL_MAKEFILES="$ALL_MAKEFILES \\
19122 dlls/winejack.drv/Makefile"
19123 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19124 winejack.drv"
19125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19126 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules config.status"
19127 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
19129 ALL_MAKEFILES="$ALL_MAKEFILES \\
19130 dlls/winejoystick.drv/Makefile"
19131 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19132 winejoystick.drv"
19133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19134 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules config.status"
19135 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
19137 ALL_MAKEFILES="$ALL_MAKEFILES \\
19138 dlls/winemapi/Makefile"
19139 test "x$enable_winemapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19140 winemapi"
19141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19142 dlls/winemapi/Makefile: dlls/winemapi/Makefile.in dlls/Makedll.rules config.status"
19143 ac_config_files="$ac_config_files dlls/winemapi/Makefile"
19145 ALL_MAKEFILES="$ALL_MAKEFILES \\
19146 dlls/winemp3.acm/Makefile"
19147 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19148 winemp3.acm"
19149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19150 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules config.status"
19151 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
19153 ALL_MAKEFILES="$ALL_MAKEFILES \\
19154 dlls/winenas.drv/Makefile"
19155 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19156 winenas.drv"
19157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19158 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules config.status"
19159 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
19161 ALL_MAKEFILES="$ALL_MAKEFILES \\
19162 dlls/wineoss.drv/Makefile"
19163 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19164 wineoss.drv"
19165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19166 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules config.status"
19167 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
19169 ALL_MAKEFILES="$ALL_MAKEFILES \\
19170 dlls/wineps.drv/Makefile"
19171 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19172 wineps.drv"
19173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19174 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules config.status"
19175 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
19177 ALL_MAKEFILES="$ALL_MAKEFILES \\
19178 dlls/wineps16.drv16/Makefile"
19179 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19180 wineps16.drv16"
19181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19182 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules config.status"
19183 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
19185 ALL_MAKEFILES="$ALL_MAKEFILES \\
19186 dlls/winequartz.drv/Makefile"
19187 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19188 winequartz.drv"
19189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19190 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules config.status"
19191 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
19193 ALL_MAKEFILES="$ALL_MAKEFILES \\
19194 dlls/winex11.drv/Makefile"
19195 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19196 winex11.drv"
19197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19198 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules config.status"
19199 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
19201 ALL_MAKEFILES="$ALL_MAKEFILES \\
19202 dlls/wing.dll16/Makefile"
19203 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19204 wing.dll16"
19205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19206 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules config.status"
19207 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
19209 ALL_MAKEFILES="$ALL_MAKEFILES \\
19210 dlls/wing32/Makefile"
19211 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19212 wing32"
19213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19214 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules config.status"
19215 ac_config_files="$ac_config_files dlls/wing32/Makefile"
19217 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19218 dlls/winhttp/libwinhttp.$IMPLIBEXT"
19219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19220 dlls/winhttp/libwinhttp.$IMPLIBEXT dlls/winhttp/libwinhttp.cross.a: tools/widl tools/winebuild tools/winegcc include
19221 dlls/winhttp/libwinhttp.$IMPLIBEXT dlls/winhttp/libwinhttp.cross.a: dlls/winhttp/winhttp.spec dlls/winhttp/Makefile
19222 @cd dlls/winhttp && \$(MAKE) \`basename \$@\`"
19223 ALL_MAKEFILES="$ALL_MAKEFILES \\
19224 dlls/winhttp/Makefile"
19225 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19226 winhttp"
19227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19228 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules config.status"
19229 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
19231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19232 dlls/winhttp/tests: __builddeps__
19233 dlls/winhttp/tests/__crosstest__: __buildcrossdeps__"
19234 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19235 winhttp_test.exe"
19236 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19237 winhttp_test.exe: \$(TOPOBJDIR)/dlls/winhttp/tests/winhttp_test.exe$DLLEXT
19238 cp \$(TOPOBJDIR)/dlls/winhttp/tests/winhttp_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19239 winhttp_test.rc:
19240 echo \"winhttp_test.exe TESTRES \\\"winhttp_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19241 winhttp_test.res: winhttp_test.rc winhttp_test.exe"
19242 ALL_MAKEFILES="$ALL_MAKEFILES \\
19243 dlls/winhttp/tests/Makefile"
19244 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19245 dlls/winhttp/tests"
19246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19247 \$(RECURSE_TARGETS:%=dlls/winhttp/tests/%) dlls/winhttp/tests: dlls/winhttp/tests/Makefile \$(MAKEDEP)
19248 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules config.status"
19249 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
19251 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19252 dlls/wininet/libwininet.$IMPLIBEXT"
19253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19254 dlls/wininet/libwininet.$IMPLIBEXT dlls/wininet/libwininet.cross.a: tools/widl tools/winebuild tools/winegcc include
19255 dlls/wininet/libwininet.$IMPLIBEXT dlls/wininet/libwininet.cross.a: dlls/wininet/wininet.spec dlls/wininet/Makefile
19256 @cd dlls/wininet && \$(MAKE) \`basename \$@\`"
19257 ALL_MAKEFILES="$ALL_MAKEFILES \\
19258 dlls/wininet/Makefile"
19259 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19260 wininet"
19261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19262 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules config.status"
19263 ac_config_files="$ac_config_files dlls/wininet/Makefile"
19265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19266 dlls/wininet/tests: __builddeps__
19267 dlls/wininet/tests/__crosstest__: __buildcrossdeps__"
19268 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19269 wininet_test.exe"
19270 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19271 wininet_test.exe: \$(TOPOBJDIR)/dlls/wininet/tests/wininet_test.exe$DLLEXT
19272 cp \$(TOPOBJDIR)/dlls/wininet/tests/wininet_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19273 wininet_test.rc:
19274 echo \"wininet_test.exe TESTRES \\\"wininet_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19275 wininet_test.res: wininet_test.rc wininet_test.exe"
19276 ALL_MAKEFILES="$ALL_MAKEFILES \\
19277 dlls/wininet/tests/Makefile"
19278 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19279 dlls/wininet/tests"
19280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19281 \$(RECURSE_TARGETS:%=dlls/wininet/tests/%) dlls/wininet/tests: dlls/wininet/tests/Makefile \$(MAKEDEP)
19282 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules config.status"
19283 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
19285 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19286 dlls/winmm/libwinmm.$IMPLIBEXT"
19287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19288 dlls/winmm/libwinmm.$IMPLIBEXT dlls/winmm/libwinmm.cross.a: tools/widl tools/winebuild tools/winegcc include
19289 dlls/winmm/libwinmm.$IMPLIBEXT dlls/winmm/libwinmm.cross.a: dlls/winmm/winmm.spec dlls/winmm/Makefile
19290 @cd dlls/winmm && \$(MAKE) \`basename \$@\`"
19291 ALL_MAKEFILES="$ALL_MAKEFILES \\
19292 dlls/winmm/Makefile"
19293 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19294 winmm"
19295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19296 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules config.status"
19297 ac_config_files="$ac_config_files dlls/winmm/Makefile"
19299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19300 dlls/winmm/tests: __builddeps__
19301 dlls/winmm/tests/__crosstest__: __buildcrossdeps__"
19302 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19303 winmm_test.exe"
19304 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19305 winmm_test.exe: \$(TOPOBJDIR)/dlls/winmm/tests/winmm_test.exe$DLLEXT
19306 cp \$(TOPOBJDIR)/dlls/winmm/tests/winmm_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19307 winmm_test.rc:
19308 echo \"winmm_test.exe TESTRES \\\"winmm_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19309 winmm_test.res: winmm_test.rc winmm_test.exe"
19310 ALL_MAKEFILES="$ALL_MAKEFILES \\
19311 dlls/winmm/tests/Makefile"
19312 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19313 dlls/winmm/tests"
19314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19315 \$(RECURSE_TARGETS:%=dlls/winmm/tests/%) dlls/winmm/tests: dlls/winmm/tests/Makefile \$(MAKEDEP)
19316 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules config.status"
19317 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
19319 ALL_MAKEFILES="$ALL_MAKEFILES \\
19320 dlls/winnls.dll16/Makefile"
19321 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19322 winnls.dll16"
19323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19324 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules config.status"
19325 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
19327 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19328 dlls/winnls32/libwinnls32.$IMPLIBEXT"
19329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19330 dlls/winnls32/libwinnls32.$IMPLIBEXT dlls/winnls32/libwinnls32.cross.a: tools/widl tools/winebuild tools/winegcc include
19331 dlls/winnls32/libwinnls32.$IMPLIBEXT dlls/winnls32/libwinnls32.cross.a: dlls/winnls32/winnls32.spec dlls/winnls32/Makefile
19332 @cd dlls/winnls32 && \$(MAKE) \`basename \$@\`"
19333 ALL_MAKEFILES="$ALL_MAKEFILES \\
19334 dlls/winnls32/Makefile"
19335 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19336 winnls32"
19337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19338 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules config.status"
19339 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
19341 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19342 dlls/winscard/libwinscard.$IMPLIBEXT"
19343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19344 dlls/winscard/libwinscard.$IMPLIBEXT dlls/winscard/libwinscard.cross.a: tools/widl tools/winebuild tools/winegcc include
19345 dlls/winscard/libwinscard.$IMPLIBEXT dlls/winscard/libwinscard.cross.a: dlls/winscard/winscard.spec dlls/winscard/Makefile
19346 @cd dlls/winscard && \$(MAKE) \`basename \$@\`"
19347 ALL_MAKEFILES="$ALL_MAKEFILES \\
19348 dlls/winscard/Makefile"
19349 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19350 winscard"
19351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19352 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules config.status"
19353 ac_config_files="$ac_config_files dlls/winscard/Makefile"
19355 ALL_MAKEFILES="$ALL_MAKEFILES \\
19356 dlls/winsock.dll16/Makefile"
19357 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19358 winsock.dll16"
19359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19360 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules config.status"
19361 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
19363 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19364 dlls/winspool.drv/libwinspool.$IMPLIBEXT \\
19365 dlls/libwinspool.$IMPLIBEXT"
19366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19367 dlls/winspool.drv/libwinspool.$IMPLIBEXT dlls/winspool.drv/libwinspool.cross.a: tools/widl tools/winebuild tools/winegcc include
19368 dlls/libwinspool.a: dlls/winspool.drv/libwinspool.a
19369 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.a \$@
19370 dlls/libwinspool.cross.a: dlls/winspool.drv/libwinspool.cross.a
19371 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.cross.a \$@
19372 dlls/libwinspool.def: dlls/winspool.drv/libwinspool.def
19373 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.def \$@
19374 clean::
19375 \$(RM) dlls/libwinspool.def
19376 dlls/winspool.drv/libwinspool.$IMPLIBEXT dlls/winspool.drv/libwinspool.cross.a: dlls/winspool.drv/winspool.drv.spec dlls/winspool.drv/Makefile
19377 @cd dlls/winspool.drv && \$(MAKE) \`basename \$@\`"
19378 ALL_MAKEFILES="$ALL_MAKEFILES \\
19379 dlls/winspool.drv/Makefile"
19380 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19381 winspool.drv"
19382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19383 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules config.status"
19384 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
19386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19387 dlls/winspool.drv/tests: __builddeps__
19388 dlls/winspool.drv/tests/__crosstest__: __buildcrossdeps__"
19389 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19390 winspool.drv_test.exe"
19391 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19392 winspool.drv_test.exe: \$(TOPOBJDIR)/dlls/winspool.drv/tests/winspool.drv_test.exe$DLLEXT
19393 cp \$(TOPOBJDIR)/dlls/winspool.drv/tests/winspool.drv_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19394 winspool.drv_test.rc:
19395 echo \"winspool.drv_test.exe TESTRES \\\"winspool.drv_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19396 winspool.drv_test.res: winspool.drv_test.rc winspool.drv_test.exe"
19397 ALL_MAKEFILES="$ALL_MAKEFILES \\
19398 dlls/winspool.drv/tests/Makefile"
19399 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19400 dlls/winspool.drv/tests"
19401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19402 \$(RECURSE_TARGETS:%=dlls/winspool.drv/tests/%) dlls/winspool.drv/tests: dlls/winspool.drv/tests/Makefile \$(MAKEDEP)
19403 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules config.status"
19404 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
19406 ALL_MAKEFILES="$ALL_MAKEFILES \\
19407 dlls/wintab.dll16/Makefile"
19408 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19409 wintab.dll16"
19410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19411 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules config.status"
19412 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
19414 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19415 dlls/wintab32/libwintab32.$IMPLIBEXT"
19416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19417 dlls/wintab32/libwintab32.$IMPLIBEXT dlls/wintab32/libwintab32.cross.a: tools/widl tools/winebuild tools/winegcc include
19418 dlls/wintab32/libwintab32.$IMPLIBEXT dlls/wintab32/libwintab32.cross.a: dlls/wintab32/wintab32.spec dlls/wintab32/Makefile
19419 @cd dlls/wintab32 && \$(MAKE) \`basename \$@\`"
19420 ALL_MAKEFILES="$ALL_MAKEFILES \\
19421 dlls/wintab32/Makefile"
19422 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19423 wintab32"
19424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19425 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules config.status"
19426 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
19428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19429 dlls/wintab32/tests: __builddeps__
19430 dlls/wintab32/tests/__crosstest__: __buildcrossdeps__"
19431 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19432 wintab32_test.exe"
19433 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19434 wintab32_test.exe: \$(TOPOBJDIR)/dlls/wintab32/tests/wintab32_test.exe$DLLEXT
19435 cp \$(TOPOBJDIR)/dlls/wintab32/tests/wintab32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19436 wintab32_test.rc:
19437 echo \"wintab32_test.exe TESTRES \\\"wintab32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19438 wintab32_test.res: wintab32_test.rc wintab32_test.exe"
19439 ALL_MAKEFILES="$ALL_MAKEFILES \\
19440 dlls/wintab32/tests/Makefile"
19441 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19442 dlls/wintab32/tests"
19443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19444 \$(RECURSE_TARGETS:%=dlls/wintab32/tests/%) dlls/wintab32/tests: dlls/wintab32/tests/Makefile \$(MAKEDEP)
19445 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules config.status"
19446 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
19448 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19449 dlls/wintrust/libwintrust.$IMPLIBEXT"
19450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19451 dlls/wintrust/libwintrust.$IMPLIBEXT dlls/wintrust/libwintrust.cross.a: tools/widl tools/winebuild tools/winegcc include
19452 dlls/wintrust/libwintrust.$IMPLIBEXT dlls/wintrust/libwintrust.cross.a: dlls/wintrust/wintrust.spec dlls/wintrust/Makefile
19453 @cd dlls/wintrust && \$(MAKE) \`basename \$@\`"
19454 ALL_MAKEFILES="$ALL_MAKEFILES \\
19455 dlls/wintrust/Makefile"
19456 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19457 wintrust"
19458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19459 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules config.status"
19460 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
19462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19463 dlls/wintrust/tests: __builddeps__
19464 dlls/wintrust/tests/__crosstest__: __buildcrossdeps__"
19465 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19466 wintrust_test.exe"
19467 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19468 wintrust_test.exe: \$(TOPOBJDIR)/dlls/wintrust/tests/wintrust_test.exe$DLLEXT
19469 cp \$(TOPOBJDIR)/dlls/wintrust/tests/wintrust_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19470 wintrust_test.rc:
19471 echo \"wintrust_test.exe TESTRES \\\"wintrust_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19472 wintrust_test.res: wintrust_test.rc wintrust_test.exe"
19473 ALL_MAKEFILES="$ALL_MAKEFILES \\
19474 dlls/wintrust/tests/Makefile"
19475 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19476 dlls/wintrust/tests"
19477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19478 \$(RECURSE_TARGETS:%=dlls/wintrust/tests/%) dlls/wintrust/tests: dlls/wintrust/tests/Makefile \$(MAKEDEP)
19479 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules config.status"
19480 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
19482 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19483 dlls/wldap32/libwldap32.$IMPLIBEXT"
19484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19485 dlls/wldap32/libwldap32.$IMPLIBEXT dlls/wldap32/libwldap32.cross.a: tools/widl tools/winebuild tools/winegcc include
19486 dlls/wldap32/libwldap32.$IMPLIBEXT dlls/wldap32/libwldap32.cross.a: dlls/wldap32/wldap32.spec dlls/wldap32/Makefile
19487 @cd dlls/wldap32 && \$(MAKE) \`basename \$@\`"
19488 ALL_MAKEFILES="$ALL_MAKEFILES \\
19489 dlls/wldap32/Makefile"
19490 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19491 wldap32"
19492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19493 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules config.status"
19494 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
19496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19497 dlls/wldap32/tests: __builddeps__
19498 dlls/wldap32/tests/__crosstest__: __buildcrossdeps__"
19499 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19500 wldap32_test.exe"
19501 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19502 wldap32_test.exe: \$(TOPOBJDIR)/dlls/wldap32/tests/wldap32_test.exe$DLLEXT
19503 cp \$(TOPOBJDIR)/dlls/wldap32/tests/wldap32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19504 wldap32_test.rc:
19505 echo \"wldap32_test.exe TESTRES \\\"wldap32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19506 wldap32_test.res: wldap32_test.rc wldap32_test.exe"
19507 ALL_MAKEFILES="$ALL_MAKEFILES \\
19508 dlls/wldap32/tests/Makefile"
19509 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19510 dlls/wldap32/tests"
19511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19512 \$(RECURSE_TARGETS:%=dlls/wldap32/tests/%) dlls/wldap32/tests: dlls/wldap32/tests/Makefile \$(MAKEDEP)
19513 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules config.status"
19514 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
19516 ALL_MAKEFILES="$ALL_MAKEFILES \\
19517 dlls/wmi/Makefile"
19518 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19519 wmi"
19520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19521 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules config.status"
19522 ac_config_files="$ac_config_files dlls/wmi/Makefile"
19524 ALL_MAKEFILES="$ALL_MAKEFILES \\
19525 dlls/wmiutils/Makefile"
19526 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19527 wmiutils"
19528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19529 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules config.status"
19530 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
19532 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19533 dlls/wnaspi32/libwnaspi32.$IMPLIBEXT"
19534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19535 dlls/wnaspi32/libwnaspi32.$IMPLIBEXT dlls/wnaspi32/libwnaspi32.cross.a: tools/widl tools/winebuild tools/winegcc include
19536 dlls/wnaspi32/libwnaspi32.$IMPLIBEXT dlls/wnaspi32/libwnaspi32.cross.a: dlls/wnaspi32/wnaspi32.spec dlls/wnaspi32/Makefile
19537 @cd dlls/wnaspi32 && \$(MAKE) \`basename \$@\`"
19538 ALL_MAKEFILES="$ALL_MAKEFILES \\
19539 dlls/wnaspi32/Makefile"
19540 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19541 wnaspi32"
19542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19543 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules config.status"
19544 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
19546 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19547 dlls/wow32/libwow32.$IMPLIBEXT"
19548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19549 dlls/wow32/libwow32.$IMPLIBEXT dlls/wow32/libwow32.cross.a: tools/widl tools/winebuild tools/winegcc include
19550 dlls/wow32/libwow32.$IMPLIBEXT dlls/wow32/libwow32.cross.a: dlls/wow32/wow32.spec dlls/wow32/Makefile
19551 @cd dlls/wow32 && \$(MAKE) \`basename \$@\`"
19552 ALL_MAKEFILES="$ALL_MAKEFILES \\
19553 dlls/wow32/Makefile"
19554 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19555 wow32"
19556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19557 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules config.status"
19558 ac_config_files="$ac_config_files dlls/wow32/Makefile"
19560 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19561 dlls/ws2_32/libws2_32.$IMPLIBEXT"
19562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19563 dlls/ws2_32/libws2_32.$IMPLIBEXT dlls/ws2_32/libws2_32.cross.a: tools/widl tools/winebuild tools/winegcc include
19564 dlls/ws2_32/libws2_32.$IMPLIBEXT dlls/ws2_32/libws2_32.cross.a: dlls/ws2_32/ws2_32.spec dlls/ws2_32/Makefile
19565 @cd dlls/ws2_32 && \$(MAKE) \`basename \$@\`"
19566 ALL_MAKEFILES="$ALL_MAKEFILES \\
19567 dlls/ws2_32/Makefile"
19568 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19569 ws2_32"
19570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19571 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules config.status"
19572 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
19574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19575 dlls/ws2_32/tests: __builddeps__
19576 dlls/ws2_32/tests/__crosstest__: __buildcrossdeps__"
19577 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19578 ws2_32_test.exe"
19579 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19580 ws2_32_test.exe: \$(TOPOBJDIR)/dlls/ws2_32/tests/ws2_32_test.exe$DLLEXT
19581 cp \$(TOPOBJDIR)/dlls/ws2_32/tests/ws2_32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19582 ws2_32_test.rc:
19583 echo \"ws2_32_test.exe TESTRES \\\"ws2_32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19584 ws2_32_test.res: ws2_32_test.rc ws2_32_test.exe"
19585 ALL_MAKEFILES="$ALL_MAKEFILES \\
19586 dlls/ws2_32/tests/Makefile"
19587 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19588 dlls/ws2_32/tests"
19589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19590 \$(RECURSE_TARGETS:%=dlls/ws2_32/tests/%) dlls/ws2_32/tests: dlls/ws2_32/tests/Makefile \$(MAKEDEP)
19591 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules config.status"
19592 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
19594 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19595 dlls/wsock32/libwsock32.$IMPLIBEXT"
19596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19597 dlls/wsock32/libwsock32.$IMPLIBEXT dlls/wsock32/libwsock32.cross.a: tools/widl tools/winebuild tools/winegcc include
19598 dlls/wsock32/libwsock32.$IMPLIBEXT dlls/wsock32/libwsock32.cross.a: dlls/wsock32/wsock32.spec dlls/wsock32/Makefile
19599 @cd dlls/wsock32 && \$(MAKE) \`basename \$@\`"
19600 ALL_MAKEFILES="$ALL_MAKEFILES \\
19601 dlls/wsock32/Makefile"
19602 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19603 wsock32"
19604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19605 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules config.status"
19606 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
19608 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19609 dlls/wtsapi32/libwtsapi32.$IMPLIBEXT"
19610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19611 dlls/wtsapi32/libwtsapi32.$IMPLIBEXT dlls/wtsapi32/libwtsapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
19612 dlls/wtsapi32/libwtsapi32.$IMPLIBEXT dlls/wtsapi32/libwtsapi32.cross.a: dlls/wtsapi32/wtsapi32.spec dlls/wtsapi32/Makefile
19613 @cd dlls/wtsapi32 && \$(MAKE) \`basename \$@\`"
19614 ALL_MAKEFILES="$ALL_MAKEFILES \\
19615 dlls/wtsapi32/Makefile"
19616 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19617 wtsapi32"
19618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19619 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules config.status"
19620 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
19622 ALL_MAKEFILES="$ALL_MAKEFILES \\
19623 dlls/wuapi/Makefile"
19624 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19625 wuapi"
19626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19627 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules config.status"
19628 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
19630 ALL_MAKEFILES="$ALL_MAKEFILES \\
19631 dlls/wuaueng/Makefile"
19632 test "x$enable_wuaueng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19633 wuaueng"
19634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19635 dlls/wuaueng/Makefile: dlls/wuaueng/Makefile.in dlls/Makedll.rules config.status"
19636 ac_config_files="$ac_config_files dlls/wuaueng/Makefile"
19638 ALL_MAKEFILES="$ALL_MAKEFILES \\
19639 dlls/xinput1_1/Makefile"
19640 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19641 xinput1_1"
19642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19643 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules config.status"
19644 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
19646 ALL_MAKEFILES="$ALL_MAKEFILES \\
19647 dlls/xinput1_2/Makefile"
19648 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19649 xinput1_2"
19650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19651 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules config.status"
19652 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
19654 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19655 dlls/xinput1_3/libxinput.$IMPLIBEXT \\
19656 dlls/libxinput.$IMPLIBEXT"
19657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19658 dlls/xinput1_3/libxinput.$IMPLIBEXT dlls/xinput1_3/libxinput.cross.a: tools/widl tools/winebuild tools/winegcc include
19659 dlls/libxinput.a: dlls/xinput1_3/libxinput.a
19660 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.a \$@
19661 dlls/libxinput.cross.a: dlls/xinput1_3/libxinput.cross.a
19662 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.cross.a \$@
19663 dlls/libxinput.def: dlls/xinput1_3/libxinput.def
19664 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.def \$@
19665 clean::
19666 \$(RM) dlls/libxinput.def
19667 dlls/xinput1_3/libxinput.$IMPLIBEXT dlls/xinput1_3/libxinput.cross.a: dlls/xinput1_3/xinput1_3.spec dlls/xinput1_3/Makefile
19668 @cd dlls/xinput1_3 && \$(MAKE) \`basename \$@\`"
19669 ALL_MAKEFILES="$ALL_MAKEFILES \\
19670 dlls/xinput1_3/Makefile"
19671 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19672 xinput1_3"
19673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19674 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules config.status"
19675 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
19677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19678 dlls/xinput1_3/tests: __builddeps__
19679 dlls/xinput1_3/tests/__crosstest__: __buildcrossdeps__"
19680 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19681 xinput1_3_test.exe"
19682 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19683 xinput1_3_test.exe: \$(TOPOBJDIR)/dlls/xinput1_3/tests/xinput1_3_test.exe$DLLEXT
19684 cp \$(TOPOBJDIR)/dlls/xinput1_3/tests/xinput1_3_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19685 xinput1_3_test.rc:
19686 echo \"xinput1_3_test.exe TESTRES \\\"xinput1_3_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19687 xinput1_3_test.res: xinput1_3_test.rc xinput1_3_test.exe"
19688 ALL_MAKEFILES="$ALL_MAKEFILES \\
19689 dlls/xinput1_3/tests/Makefile"
19690 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19691 dlls/xinput1_3/tests"
19692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19693 \$(RECURSE_TARGETS:%=dlls/xinput1_3/tests/%) dlls/xinput1_3/tests: dlls/xinput1_3/tests/Makefile \$(MAKEDEP)
19694 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules config.status"
19695 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
19697 ALL_MAKEFILES="$ALL_MAKEFILES \\
19698 dlls/xinput9_1_0/Makefile"
19699 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19700 xinput9_1_0"
19701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19702 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules config.status"
19703 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
19705 ALL_MAKEFILES="$ALL_MAKEFILES \\
19706 dlls/xmllite/Makefile"
19707 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19708 xmllite"
19709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19710 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules config.status"
19711 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
19713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19714 dlls/xmllite/tests: __builddeps__
19715 dlls/xmllite/tests/__crosstest__: __buildcrossdeps__"
19716 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19717 xmllite_test.exe"
19718 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19719 xmllite_test.exe: \$(TOPOBJDIR)/dlls/xmllite/tests/xmllite_test.exe$DLLEXT
19720 cp \$(TOPOBJDIR)/dlls/xmllite/tests/xmllite_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19721 xmllite_test.rc:
19722 echo \"xmllite_test.exe TESTRES \\\"xmllite_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19723 xmllite_test.res: xmllite_test.rc xmllite_test.exe"
19724 ALL_MAKEFILES="$ALL_MAKEFILES \\
19725 dlls/xmllite/tests/Makefile"
19726 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19727 dlls/xmllite/tests"
19728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19729 \$(RECURSE_TARGETS:%=dlls/xmllite/tests/%) dlls/xmllite/tests: dlls/xmllite/tests/Makefile \$(MAKEDEP)
19730 dlls/xmllite/tests/Makefile: dlls/xmllite/tests/Makefile.in dlls/Maketest.rules config.status"
19731 ac_config_files="$ac_config_files dlls/xmllite/tests/Makefile"
19733 ALL_MAKEFILES="$ALL_MAKEFILES \\
19734 documentation/Makefile"
19735 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
19736 documentation"
19737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19738 \$(RECURSE_TARGETS:%=documentation/%) documentation: documentation/Makefile \$(MAKEDEP)
19739 documentation/Makefile: documentation/Makefile.in Make.rules config.status"
19740 ac_config_files="$ac_config_files documentation/Makefile"
19742 ALL_MAKEFILES="$ALL_MAKEFILES \\
19743 fonts/Makefile"
19744 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
19745 fonts"
19746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19747 \$(RECURSE_TARGETS:%=fonts/%) fonts: fonts/Makefile \$(MAKEDEP)
19748 fonts/Makefile: fonts/Makefile.in Make.rules config.status"
19749 ac_config_files="$ac_config_files fonts/Makefile"
19751 ALL_MAKEFILES="$ALL_MAKEFILES \\
19752 include/Makefile"
19753 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
19754 include"
19755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19756 \$(RECURSE_TARGETS:%=include/%) include: include/Makefile \$(MAKEDEP)
19757 include/Makefile: include/Makefile.in Make.rules config.status"
19758 ac_config_files="$ac_config_files include/Makefile"
19760 ALL_MAKEFILES="$ALL_MAKEFILES \\
19761 libs/port/Makefile"
19763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19764 \$(RECURSE_TARGETS:%=libs/port/%) libs/port: libs/port/Makefile \$(MAKEDEP)
19765 libs/port/Makefile: libs/port/Makefile.in Make.rules config.status"
19766 ac_config_files="$ac_config_files libs/port/Makefile"
19768 ALL_MAKEFILES="$ALL_MAKEFILES \\
19769 libs/wine/Makefile"
19771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19772 \$(RECURSE_TARGETS:%=libs/wine/%) libs/wine: libs/wine/Makefile \$(MAKEDEP)
19773 libs/wine/Makefile: libs/wine/Makefile.in Make.rules config.status"
19774 ac_config_files="$ac_config_files libs/wine/Makefile"
19776 ALL_MAKEFILES="$ALL_MAKEFILES \\
19777 libs/wpp/Makefile"
19779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19780 \$(RECURSE_TARGETS:%=libs/wpp/%) libs/wpp: libs/wpp/Makefile \$(MAKEDEP)
19781 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules config.status"
19782 ac_config_files="$ac_config_files libs/wpp/Makefile"
19784 ALL_MAKEFILES="$ALL_MAKEFILES \\
19785 loader/Makefile"
19786 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
19787 loader"
19788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19789 \$(RECURSE_TARGETS:%=loader/%) loader: loader/Makefile \$(MAKEDEP)
19790 loader/Makefile: loader/Makefile.in Make.rules config.status"
19791 ac_config_files="$ac_config_files loader/Makefile"
19793 ALL_MAKEFILES="$ALL_MAKEFILES \\
19794 programs/Makefile"
19795 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
19796 programs"
19797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19798 \$(RECURSE_TARGETS:%=programs/%) programs: programs/Makefile \$(MAKEDEP)
19799 programs/Makefile: programs/Makefile.in Make.rules config.status"
19800 ac_config_files="$ac_config_files programs/Makefile"
19802 ALL_MAKEFILES="$ALL_MAKEFILES \\
19803 programs/cacls/Makefile"
19804 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19805 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19806 cacls"
19807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19808 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules config.status"
19809 ac_config_files="$ac_config_files programs/cacls/Makefile"
19811 ALL_MAKEFILES="$ALL_MAKEFILES \\
19812 programs/clock/Makefile"
19813 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19814 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19815 clock"
19816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19817 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules config.status"
19818 ac_config_files="$ac_config_files programs/clock/Makefile"
19820 ALL_MAKEFILES="$ALL_MAKEFILES \\
19821 programs/cmd/Makefile"
19822 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19823 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19824 cmd"
19825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19826 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules config.status"
19827 ac_config_files="$ac_config_files programs/cmd/Makefile"
19829 ALL_MAKEFILES="$ALL_MAKEFILES \\
19830 programs/cmdlgtst/Makefile"
19831 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19832 cmdlgtst"
19833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19834 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules config.status"
19835 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
19837 ALL_MAKEFILES="$ALL_MAKEFILES \\
19838 programs/control/Makefile"
19839 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19840 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19841 control"
19842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19843 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules config.status"
19844 ac_config_files="$ac_config_files programs/control/Makefile"
19846 ALL_MAKEFILES="$ALL_MAKEFILES \\
19847 programs/dxdiag/Makefile"
19848 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19849 dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19850 dxdiag"
19851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19852 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules config.status"
19853 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
19855 ALL_MAKEFILES="$ALL_MAKEFILES \\
19856 programs/eject/Makefile"
19857 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19858 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19859 eject"
19860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19861 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules config.status"
19862 ac_config_files="$ac_config_files programs/eject/Makefile"
19864 ALL_MAKEFILES="$ALL_MAKEFILES \\
19865 programs/expand/Makefile"
19866 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19867 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19868 expand"
19869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19870 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules config.status"
19871 ac_config_files="$ac_config_files programs/expand/Makefile"
19873 ALL_MAKEFILES="$ALL_MAKEFILES \\
19874 programs/explorer/Makefile"
19875 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19876 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19877 explorer"
19878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19879 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules config.status"
19880 ac_config_files="$ac_config_files programs/explorer/Makefile"
19882 ALL_MAKEFILES="$ALL_MAKEFILES \\
19883 programs/extrac32/Makefile"
19884 test "x$enable_extrac32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19885 extrac32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19886 extrac32"
19887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19888 programs/extrac32/Makefile: programs/extrac32/Makefile.in programs/Makeprog.rules config.status"
19889 ac_config_files="$ac_config_files programs/extrac32/Makefile"
19891 ALL_MAKEFILES="$ALL_MAKEFILES \\
19892 programs/hh/Makefile"
19893 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19894 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19897 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules config.status"
19898 ac_config_files="$ac_config_files programs/hh/Makefile"
19900 ALL_MAKEFILES="$ALL_MAKEFILES \\
19901 programs/icinfo/Makefile"
19902 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19903 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19904 icinfo"
19905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19906 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules config.status"
19907 ac_config_files="$ac_config_files programs/icinfo/Makefile"
19909 ALL_MAKEFILES="$ALL_MAKEFILES \\
19910 programs/iexplore/Makefile"
19911 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19912 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19913 iexplore"
19914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19915 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules config.status"
19916 ac_config_files="$ac_config_files programs/iexplore/Makefile"
19918 ALL_MAKEFILES="$ALL_MAKEFILES \\
19919 programs/lodctr/Makefile"
19920 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19921 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19922 lodctr"
19923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19924 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules config.status"
19925 ac_config_files="$ac_config_files programs/lodctr/Makefile"
19927 ALL_MAKEFILES="$ALL_MAKEFILES \\
19928 programs/mshta/Makefile"
19929 test "x$enable_mshta" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19930 mshta" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19931 mshta"
19932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19933 programs/mshta/Makefile: programs/mshta/Makefile.in programs/Makeprog.rules config.status"
19934 ac_config_files="$ac_config_files programs/mshta/Makefile"
19936 ALL_MAKEFILES="$ALL_MAKEFILES \\
19937 programs/msiexec/Makefile"
19938 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19939 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19940 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19941 msiexec"
19942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19943 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules config.status"
19944 ac_config_files="$ac_config_files programs/msiexec/Makefile"
19946 ALL_MAKEFILES="$ALL_MAKEFILES \\
19947 programs/net/Makefile"
19948 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19949 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19950 net"
19951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19952 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules config.status"
19953 ac_config_files="$ac_config_files programs/net/Makefile"
19955 ALL_MAKEFILES="$ALL_MAKEFILES \\
19956 programs/notepad/Makefile"
19957 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19958 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19959 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19960 notepad"
19961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19962 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules config.status"
19963 ac_config_files="$ac_config_files programs/notepad/Makefile"
19965 ALL_MAKEFILES="$ALL_MAKEFILES \\
19966 programs/oleview/Makefile"
19967 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19968 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19969 oleview"
19970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19971 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules config.status"
19972 ac_config_files="$ac_config_files programs/oleview/Makefile"
19974 ALL_MAKEFILES="$ALL_MAKEFILES \\
19975 programs/progman/Makefile"
19976 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19977 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19978 progman"
19979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19980 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules config.status"
19981 ac_config_files="$ac_config_files programs/progman/Makefile"
19983 ALL_MAKEFILES="$ALL_MAKEFILES \\
19984 programs/reg/Makefile"
19985 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19986 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19987 reg"
19988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19989 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules config.status"
19990 ac_config_files="$ac_config_files programs/reg/Makefile"
19992 ALL_MAKEFILES="$ALL_MAKEFILES \\
19993 programs/regedit/Makefile"
19994 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19995 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19996 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19997 regedit"
19998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19999 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules config.status"
20000 ac_config_files="$ac_config_files programs/regedit/Makefile"
20002 ALL_MAKEFILES="$ALL_MAKEFILES \\
20003 programs/regsvr32/Makefile"
20004 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20005 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20006 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
20007 regsvr32"
20008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20009 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules config.status"
20010 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
20012 ALL_MAKEFILES="$ALL_MAKEFILES \\
20013 programs/rpcss/Makefile"
20014 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20015 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20016 rpcss"
20017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20018 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules config.status"
20019 ac_config_files="$ac_config_files programs/rpcss/Makefile"
20021 ALL_MAKEFILES="$ALL_MAKEFILES \\
20022 programs/rundll32/Makefile"
20023 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20024 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20025 rundll32"
20026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20027 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules config.status"
20028 ac_config_files="$ac_config_files programs/rundll32/Makefile"
20030 ALL_MAKEFILES="$ALL_MAKEFILES \\
20031 programs/secedit/Makefile"
20032 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20033 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20034 secedit"
20035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20036 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules config.status"
20037 ac_config_files="$ac_config_files programs/secedit/Makefile"
20039 ALL_MAKEFILES="$ALL_MAKEFILES \\
20040 programs/services/Makefile"
20041 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20042 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20043 services"
20044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20045 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules config.status"
20046 ac_config_files="$ac_config_files programs/services/Makefile"
20048 ALL_MAKEFILES="$ALL_MAKEFILES \\
20049 programs/spoolsv/Makefile"
20050 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20051 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20052 spoolsv"
20053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20054 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules config.status"
20055 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
20057 ALL_MAKEFILES="$ALL_MAKEFILES \\
20058 programs/start/Makefile"
20059 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20060 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20061 start"
20062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20063 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules config.status"
20064 ac_config_files="$ac_config_files programs/start/Makefile"
20066 ALL_MAKEFILES="$ALL_MAKEFILES \\
20067 programs/svchost/Makefile"
20068 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20069 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20070 svchost"
20071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20072 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules config.status"
20073 ac_config_files="$ac_config_files programs/svchost/Makefile"
20075 ALL_MAKEFILES="$ALL_MAKEFILES \\
20076 programs/taskmgr/Makefile"
20077 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20078 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20079 taskmgr"
20080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20081 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules config.status"
20082 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
20084 ALL_MAKEFILES="$ALL_MAKEFILES \\
20085 programs/termsv/Makefile"
20086 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20087 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20088 termsv"
20089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20090 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules config.status"
20091 ac_config_files="$ac_config_files programs/termsv/Makefile"
20093 ALL_MAKEFILES="$ALL_MAKEFILES \\
20094 programs/uninstaller/Makefile"
20095 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20096 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20097 uninstaller"
20098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20099 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules config.status"
20100 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
20102 ALL_MAKEFILES="$ALL_MAKEFILES \\
20103 programs/unlodctr/Makefile"
20104 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20105 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20106 unlodctr"
20107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20108 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules config.status"
20109 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
20111 ALL_MAKEFILES="$ALL_MAKEFILES \\
20112 programs/view/Makefile"
20113 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20114 view"
20115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20116 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules config.status"
20117 ac_config_files="$ac_config_files programs/view/Makefile"
20119 ALL_MAKEFILES="$ALL_MAKEFILES \\
20120 programs/wineboot/Makefile"
20121 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20122 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20123 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
20124 wineboot"
20125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20126 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules config.status"
20127 ac_config_files="$ac_config_files programs/wineboot/Makefile"
20129 ALL_MAKEFILES="$ALL_MAKEFILES \\
20130 programs/winebrowser/Makefile"
20131 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20132 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20133 winebrowser"
20134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20135 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules config.status"
20136 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
20138 ALL_MAKEFILES="$ALL_MAKEFILES \\
20139 programs/winecfg/Makefile"
20140 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20141 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20142 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
20143 winecfg"
20144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20145 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules config.status"
20146 ac_config_files="$ac_config_files programs/winecfg/Makefile"
20148 ALL_MAKEFILES="$ALL_MAKEFILES \\
20149 programs/wineconsole/Makefile"
20150 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20151 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20152 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
20153 wineconsole"
20154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20155 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules config.status"
20156 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
20158 ALL_MAKEFILES="$ALL_MAKEFILES \\
20159 programs/winedbg/Makefile"
20160 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20161 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20162 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
20163 winedbg"
20164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20165 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules config.status"
20166 ac_config_files="$ac_config_files programs/winedbg/Makefile"
20168 ALL_MAKEFILES="$ALL_MAKEFILES \\
20169 programs/winedevice/Makefile"
20170 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20171 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20172 winedevice"
20173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20174 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules config.status"
20175 ac_config_files="$ac_config_files programs/winedevice/Makefile"
20177 ALL_MAKEFILES="$ALL_MAKEFILES \\
20178 programs/winefile/Makefile"
20179 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20180 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20181 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
20182 winefile"
20183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20184 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules config.status"
20185 ac_config_files="$ac_config_files programs/winefile/Makefile"
20187 ALL_MAKEFILES="$ALL_MAKEFILES \\
20188 programs/winemenubuilder/Makefile"
20189 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20190 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20191 winemenubuilder"
20192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20193 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules config.status"
20194 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
20196 ALL_MAKEFILES="$ALL_MAKEFILES \\
20197 programs/winemine/Makefile"
20198 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20199 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20200 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
20201 winemine"
20202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20203 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules config.status"
20204 ac_config_files="$ac_config_files programs/winemine/Makefile"
20206 ALL_MAKEFILES="$ALL_MAKEFILES \\
20207 programs/winepath/Makefile"
20208 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20209 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20210 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
20211 winepath"
20212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20213 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules config.status"
20214 ac_config_files="$ac_config_files programs/winepath/Makefile"
20216 ALL_MAKEFILES="$ALL_MAKEFILES \\
20217 programs/winetest/Makefile"
20218 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20219 winetest"
20220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20221 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules config.status"
20222 ac_config_files="$ac_config_files programs/winetest/Makefile"
20224 ALL_MAKEFILES="$ALL_MAKEFILES \\
20225 programs/winevdm/Makefile"
20226 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20227 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20228 winevdm"
20229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20230 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules config.status"
20231 ac_config_files="$ac_config_files programs/winevdm/Makefile"
20233 ALL_MAKEFILES="$ALL_MAKEFILES \\
20234 programs/winhelp.exe16/Makefile"
20235 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20236 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20237 winhelp.exe16"
20238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20239 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules config.status"
20240 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
20242 ALL_MAKEFILES="$ALL_MAKEFILES \\
20243 programs/winhlp32/Makefile"
20244 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20245 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20246 winhlp32"
20247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20248 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules config.status"
20249 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
20251 ALL_MAKEFILES="$ALL_MAKEFILES \\
20252 programs/winoldap.mod16/Makefile"
20253 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20254 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20255 winoldap.mod16"
20256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20257 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules config.status"
20258 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
20260 ALL_MAKEFILES="$ALL_MAKEFILES \\
20261 programs/winver/Makefile"
20262 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20263 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20264 winver"
20265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20266 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules config.status"
20267 ac_config_files="$ac_config_files programs/winver/Makefile"
20269 ALL_MAKEFILES="$ALL_MAKEFILES \\
20270 programs/wordpad/Makefile"
20271 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20272 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20273 wordpad"
20274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20275 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules config.status"
20276 ac_config_files="$ac_config_files programs/wordpad/Makefile"
20278 ALL_MAKEFILES="$ALL_MAKEFILES \\
20279 programs/write/Makefile"
20280 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20281 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20282 write"
20283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20284 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules config.status"
20285 ac_config_files="$ac_config_files programs/write/Makefile"
20287 ALL_MAKEFILES="$ALL_MAKEFILES \\
20288 programs/xcopy/Makefile"
20289 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20290 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20291 xcopy"
20292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20293 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules config.status"
20294 ac_config_files="$ac_config_files programs/xcopy/Makefile"
20296 ALL_MAKEFILES="$ALL_MAKEFILES \\
20297 server/Makefile"
20298 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
20299 server"
20300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20301 \$(RECURSE_TARGETS:%=server/%) server: server/Makefile \$(MAKEDEP)
20302 server/Makefile: server/Makefile.in Make.rules config.status"
20303 ac_config_files="$ac_config_files server/Makefile"
20305 ALL_MAKEFILES="$ALL_MAKEFILES \\
20306 tools/Makefile"
20307 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
20308 tools"
20309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20310 \$(RECURSE_TARGETS:%=tools/%) tools: tools/Makefile \$(MAKEDEP)
20311 tools/Makefile: tools/Makefile.in Make.rules config.status"
20312 ac_config_files="$ac_config_files tools/Makefile"
20314 ALL_MAKEFILES="$ALL_MAKEFILES \\
20315 tools/widl/Makefile"
20316 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
20317 tools/widl"
20318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20319 \$(RECURSE_TARGETS:%=tools/widl/%) tools/widl: tools/widl/Makefile \$(MAKEDEP)
20320 tools/widl/Makefile: tools/widl/Makefile.in Make.rules config.status"
20321 ac_config_files="$ac_config_files tools/widl/Makefile"
20323 ALL_MAKEFILES="$ALL_MAKEFILES \\
20324 tools/winebuild/Makefile"
20325 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
20326 tools/winebuild"
20327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20328 \$(RECURSE_TARGETS:%=tools/winebuild/%) tools/winebuild: tools/winebuild/Makefile \$(MAKEDEP)
20329 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules config.status"
20330 ac_config_files="$ac_config_files tools/winebuild/Makefile"
20332 ALL_MAKEFILES="$ALL_MAKEFILES \\
20333 tools/winedump/Makefile"
20334 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
20335 tools/winedump"
20336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20337 \$(RECURSE_TARGETS:%=tools/winedump/%) tools/winedump: tools/winedump/Makefile \$(MAKEDEP)
20338 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules config.status"
20339 ac_config_files="$ac_config_files tools/winedump/Makefile"
20341 ALL_MAKEFILES="$ALL_MAKEFILES \\
20342 tools/winegcc/Makefile"
20343 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
20344 tools/winegcc"
20345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20346 \$(RECURSE_TARGETS:%=tools/winegcc/%) tools/winegcc: tools/winegcc/Makefile \$(MAKEDEP)
20347 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules config.status"
20348 ac_config_files="$ac_config_files tools/winegcc/Makefile"
20350 ALL_MAKEFILES="$ALL_MAKEFILES \\
20351 tools/wmc/Makefile"
20352 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
20353 tools/wmc"
20354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20355 \$(RECURSE_TARGETS:%=tools/wmc/%) tools/wmc: tools/wmc/Makefile \$(MAKEDEP)
20356 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules config.status"
20357 ac_config_files="$ac_config_files tools/wmc/Makefile"
20359 ALL_MAKEFILES="$ALL_MAKEFILES \\
20360 tools/wrc/Makefile"
20361 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
20362 tools/wrc"
20363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20364 \$(RECURSE_TARGETS:%=tools/wrc/%) tools/wrc: tools/wrc/Makefile \$(MAKEDEP)
20365 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules config.status"
20366 ac_config_files="$ac_config_files tools/wrc/Makefile"
20369 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
20371 cat >confcache <<\_ACEOF
20372 # This file is a shell script that caches the results of configure
20373 # tests run on this system so they can be shared between configure
20374 # scripts and configure runs, see configure's option --config-cache.
20375 # It is not useful on other systems. If it contains results you don't
20376 # want to keep, you may remove or edit it.
20378 # config.status only pays attention to the cache file if you give it
20379 # the --recheck option to rerun configure.
20381 # `ac_cv_env_foo' variables (set or unset) will be overridden when
20382 # loading this file, other *unset* `ac_cv_foo' will be assigned the
20383 # following values.
20385 _ACEOF
20387 # The following way of writing the cache mishandles newlines in values,
20388 # but we know of no workaround that is simple, portable, and efficient.
20389 # So, we kill variables containing newlines.
20390 # Ultrix sh set writes to stderr and can't be redirected directly,
20391 # and sets the high bit in the cache file unless we assign to the vars.
20393 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
20394 eval ac_val=\$$ac_var
20395 case $ac_val in #(
20396 *${as_nl}*)
20397 case $ac_var in #(
20398 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
20399 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
20400 esac
20401 case $ac_var in #(
20402 _ | IFS | as_nl) ;; #(
20403 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
20404 *) { eval $ac_var=; unset $ac_var;} ;;
20405 esac ;;
20406 esac
20407 done
20409 (set) 2>&1 |
20410 case $as_nl`(ac_space=' '; set) 2>&1` in #(
20411 *${as_nl}ac_space=\ *)
20412 # `set' does not quote correctly, so add quotes: double-quote
20413 # substitution turns \\\\ into \\, and sed turns \\ into \.
20414 sed -n \
20415 "s/'/'\\\\''/g;
20416 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
20417 ;; #(
20419 # `set' quotes correctly as required by POSIX, so do not add quotes.
20420 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
20422 esac |
20423 sort
20425 sed '
20426 /^ac_cv_env_/b end
20427 t clear
20428 :clear
20429 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
20430 t end
20431 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
20432 :end' >>confcache
20433 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
20434 if test -w "$cache_file"; then
20435 test "x$cache_file" != "x/dev/null" &&
20436 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
20437 $as_echo "$as_me: updating cache $cache_file" >&6;}
20438 cat confcache >$cache_file
20439 else
20440 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
20441 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
20444 rm -f confcache
20446 test "x$prefix" = xNONE && prefix=$ac_default_prefix
20447 # Let make expand exec_prefix.
20448 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
20450 DEFS=-DHAVE_CONFIG_H
20452 ac_libobjs=
20453 ac_ltlibobjs=
20454 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
20455 # 1. Remove the extension, and $U if already installed.
20456 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
20457 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
20458 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
20459 # will be set to the directory where LIBOBJS objects are built.
20460 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
20461 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
20462 done
20463 LIBOBJS=$ac_libobjs
20465 LTLIBOBJS=$ac_ltlibobjs
20469 : ${CONFIG_STATUS=./config.status}
20470 ac_write_fail=0
20471 ac_clean_files_save=$ac_clean_files
20472 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
20473 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
20474 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
20475 as_write_fail=0
20476 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
20477 #! $SHELL
20478 # Generated by $as_me.
20479 # Run this file to recreate the current configuration.
20480 # Compiler output produced by configure, useful for debugging
20481 # configure, is in config.log if it exists.
20483 debug=false
20484 ac_cs_recheck=false
20485 ac_cs_silent=false
20487 SHELL=\${CONFIG_SHELL-$SHELL}
20488 export SHELL
20489 _ASEOF
20490 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
20491 ## -------------------- ##
20492 ## M4sh Initialization. ##
20493 ## -------------------- ##
20495 # Be more Bourne compatible
20496 DUALCASE=1; export DUALCASE # for MKS sh
20497 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20498 emulate sh
20499 NULLCMD=:
20500 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
20501 # is contrary to our usage. Disable this feature.
20502 alias -g '${1+"$@"}'='"$@"'
20503 setopt NO_GLOB_SUBST
20504 else
20505 case `(set -o) 2>/dev/null` in #(
20506 *posix*) :
20507 set -o posix ;; #(
20508 *) :
20510 esac
20514 as_nl='
20516 export as_nl
20517 # Printing a long string crashes Solaris 7 /usr/bin/printf.
20518 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
20519 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
20520 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
20521 # Prefer a ksh shell builtin over an external printf program on Solaris,
20522 # but without wasting forks for bash or zsh.
20523 if test -z "$BASH_VERSION$ZSH_VERSION" \
20524 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
20525 as_echo='print -r --'
20526 as_echo_n='print -rn --'
20527 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
20528 as_echo='printf %s\n'
20529 as_echo_n='printf %s'
20530 else
20531 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
20532 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
20533 as_echo_n='/usr/ucb/echo -n'
20534 else
20535 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
20536 as_echo_n_body='eval
20537 arg=$1;
20538 case $arg in #(
20539 *"$as_nl"*)
20540 expr "X$arg" : "X\\(.*\\)$as_nl";
20541 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
20542 esac;
20543 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
20545 export as_echo_n_body
20546 as_echo_n='sh -c $as_echo_n_body as_echo'
20548 export as_echo_body
20549 as_echo='sh -c $as_echo_body as_echo'
20552 # The user is always right.
20553 if test "${PATH_SEPARATOR+set}" != set; then
20554 PATH_SEPARATOR=:
20555 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
20556 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
20557 PATH_SEPARATOR=';'
20562 # IFS
20563 # We need space, tab and new line, in precisely that order. Quoting is
20564 # there to prevent editors from complaining about space-tab.
20565 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
20566 # splitting by setting IFS to empty value.)
20567 IFS=" "" $as_nl"
20569 # Find who we are. Look in the path if we contain no directory separator.
20570 case $0 in #((
20571 *[\\/]* ) as_myself=$0 ;;
20572 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20573 for as_dir in $PATH
20575 IFS=$as_save_IFS
20576 test -z "$as_dir" && as_dir=.
20577 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
20578 done
20579 IFS=$as_save_IFS
20582 esac
20583 # We did not find ourselves, most probably we were run as `sh COMMAND'
20584 # in which case we are not to be found in the path.
20585 if test "x$as_myself" = x; then
20586 as_myself=$0
20588 if test ! -f "$as_myself"; then
20589 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
20590 exit 1
20593 # Unset variables that we do not need and which cause bugs (e.g. in
20594 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
20595 # suppresses any "Segmentation fault" message there. '((' could
20596 # trigger a bug in pdksh 5.2.14.
20597 for as_var in BASH_ENV ENV MAIL MAILPATH
20598 do eval test x\${$as_var+set} = xset \
20599 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
20600 done
20601 PS1='$ '
20602 PS2='> '
20603 PS4='+ '
20605 # NLS nuisances.
20606 LC_ALL=C
20607 export LC_ALL
20608 LANGUAGE=C
20609 export LANGUAGE
20611 # CDPATH.
20612 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
20615 # as_fn_error ERROR [LINENO LOG_FD]
20616 # ---------------------------------
20617 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
20618 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
20619 # script with status $?, using 1 if that was 0.
20620 as_fn_error ()
20622 as_status=$?; test $as_status -eq 0 && as_status=1
20623 if test "$3"; then
20624 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
20625 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
20627 $as_echo "$as_me: error: $1" >&2
20628 as_fn_exit $as_status
20629 } # as_fn_error
20632 # as_fn_set_status STATUS
20633 # -----------------------
20634 # Set $? to STATUS, without forking.
20635 as_fn_set_status ()
20637 return $1
20638 } # as_fn_set_status
20640 # as_fn_exit STATUS
20641 # -----------------
20642 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
20643 as_fn_exit ()
20645 set +e
20646 as_fn_set_status $1
20647 exit $1
20648 } # as_fn_exit
20650 # as_fn_unset VAR
20651 # ---------------
20652 # Portably unset VAR.
20653 as_fn_unset ()
20655 { eval $1=; unset $1;}
20657 as_unset=as_fn_unset
20658 # as_fn_append VAR VALUE
20659 # ----------------------
20660 # Append the text in VALUE to the end of the definition contained in VAR. Take
20661 # advantage of any shell optimizations that allow amortized linear growth over
20662 # repeated appends, instead of the typical quadratic growth present in naive
20663 # implementations.
20664 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
20665 eval 'as_fn_append ()
20667 eval $1+=\$2
20669 else
20670 as_fn_append ()
20672 eval $1=\$$1\$2
20674 fi # as_fn_append
20676 # as_fn_arith ARG...
20677 # ------------------
20678 # Perform arithmetic evaluation on the ARGs, and store the result in the
20679 # global $as_val. Take advantage of shells that can avoid forks. The arguments
20680 # must be portable across $(()) and expr.
20681 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
20682 eval 'as_fn_arith ()
20684 as_val=$(( $* ))
20686 else
20687 as_fn_arith ()
20689 as_val=`expr "$@" || test $? -eq 1`
20691 fi # as_fn_arith
20694 if expr a : '\(a\)' >/dev/null 2>&1 &&
20695 test "X`expr 00001 : '.*\(...\)'`" = X001; then
20696 as_expr=expr
20697 else
20698 as_expr=false
20701 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
20702 as_basename=basename
20703 else
20704 as_basename=false
20707 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
20708 as_dirname=dirname
20709 else
20710 as_dirname=false
20713 as_me=`$as_basename -- "$0" ||
20714 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
20715 X"$0" : 'X\(//\)$' \| \
20716 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
20717 $as_echo X/"$0" |
20718 sed '/^.*\/\([^/][^/]*\)\/*$/{
20719 s//\1/
20722 /^X\/\(\/\/\)$/{
20723 s//\1/
20726 /^X\/\(\/\).*/{
20727 s//\1/
20730 s/.*/./; q'`
20732 # Avoid depending upon Character Ranges.
20733 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
20734 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
20735 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
20736 as_cr_digits='0123456789'
20737 as_cr_alnum=$as_cr_Letters$as_cr_digits
20739 ECHO_C= ECHO_N= ECHO_T=
20740 case `echo -n x` in #(((((
20741 -n*)
20742 case `echo 'xy\c'` in
20743 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
20744 xy) ECHO_C='\c';;
20745 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
20746 ECHO_T=' ';;
20747 esac;;
20749 ECHO_N='-n';;
20750 esac
20752 rm -f conf$$ conf$$.exe conf$$.file
20753 if test -d conf$$.dir; then
20754 rm -f conf$$.dir/conf$$.file
20755 else
20756 rm -f conf$$.dir
20757 mkdir conf$$.dir 2>/dev/null
20759 if (echo >conf$$.file) 2>/dev/null; then
20760 if ln -s conf$$.file conf$$ 2>/dev/null; then
20761 as_ln_s='ln -s'
20762 # ... but there are two gotchas:
20763 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
20764 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
20765 # In both cases, we have to default to `cp -p'.
20766 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
20767 as_ln_s='cp -p'
20768 elif ln conf$$.file conf$$ 2>/dev/null; then
20769 as_ln_s=ln
20770 else
20771 as_ln_s='cp -p'
20773 else
20774 as_ln_s='cp -p'
20776 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
20777 rmdir conf$$.dir 2>/dev/null
20780 # as_fn_mkdir_p
20781 # -------------
20782 # Create "$as_dir" as a directory, including parents if necessary.
20783 as_fn_mkdir_p ()
20786 case $as_dir in #(
20787 -*) as_dir=./$as_dir;;
20788 esac
20789 test -d "$as_dir" || eval $as_mkdir_p || {
20790 as_dirs=
20791 while :; do
20792 case $as_dir in #(
20793 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
20794 *) as_qdir=$as_dir;;
20795 esac
20796 as_dirs="'$as_qdir' $as_dirs"
20797 as_dir=`$as_dirname -- "$as_dir" ||
20798 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20799 X"$as_dir" : 'X\(//\)[^/]' \| \
20800 X"$as_dir" : 'X\(//\)$' \| \
20801 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
20802 $as_echo X"$as_dir" |
20803 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20804 s//\1/
20807 /^X\(\/\/\)[^/].*/{
20808 s//\1/
20811 /^X\(\/\/\)$/{
20812 s//\1/
20815 /^X\(\/\).*/{
20816 s//\1/
20819 s/.*/./; q'`
20820 test -d "$as_dir" && break
20821 done
20822 test -z "$as_dirs" || eval "mkdir $as_dirs"
20823 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
20826 } # as_fn_mkdir_p
20827 if mkdir -p . 2>/dev/null; then
20828 as_mkdir_p='mkdir -p "$as_dir"'
20829 else
20830 test -d ./-p && rmdir ./-p
20831 as_mkdir_p=false
20834 if test -x / >/dev/null 2>&1; then
20835 as_test_x='test -x'
20836 else
20837 if ls -dL / >/dev/null 2>&1; then
20838 as_ls_L_option=L
20839 else
20840 as_ls_L_option=
20842 as_test_x='
20843 eval sh -c '\''
20844 if test -d "$1"; then
20845 test -d "$1/.";
20846 else
20847 case $1 in #(
20848 -*)set "./$1";;
20849 esac;
20850 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
20851 ???[sx]*):;;*)false;;esac;fi
20852 '\'' sh
20855 as_executable_p=$as_test_x
20857 # Sed expression to map a string onto a valid CPP name.
20858 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
20860 # Sed expression to map a string onto a valid variable name.
20861 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
20864 exec 6>&1
20865 ## ----------------------------------- ##
20866 ## Main body of $CONFIG_STATUS script. ##
20867 ## ----------------------------------- ##
20868 _ASEOF
20869 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
20871 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20872 # Save the log message, to keep $0 and so on meaningful, and to
20873 # report actual input values of CONFIG_FILES etc. instead of their
20874 # values after options handling.
20875 ac_log="
20876 This file was extended by Wine $as_me 1.1.38, which was
20877 generated by GNU Autoconf 2.65. Invocation command line was
20879 CONFIG_FILES = $CONFIG_FILES
20880 CONFIG_HEADERS = $CONFIG_HEADERS
20881 CONFIG_LINKS = $CONFIG_LINKS
20882 CONFIG_COMMANDS = $CONFIG_COMMANDS
20883 $ $0 $@
20885 on `(hostname || uname -n) 2>/dev/null | sed 1q`
20888 _ACEOF
20890 case $ac_config_files in *"
20891 "*) set x $ac_config_files; shift; ac_config_files=$*;;
20892 esac
20894 case $ac_config_headers in *"
20895 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
20896 esac
20899 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20900 # Files that config.status was made for.
20901 config_files="$ac_config_files"
20902 config_headers="$ac_config_headers"
20903 config_links="$ac_config_links"
20904 config_commands="$ac_config_commands"
20906 _ACEOF
20908 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20909 ac_cs_usage="\
20910 \`$as_me' instantiates files and other configuration actions
20911 from templates according to the current configuration. Unless the files
20912 and actions are specified as TAGs, all are instantiated by default.
20914 Usage: $0 [OPTION]... [TAG]...
20916 -h, --help print this help, then exit
20917 -V, --version print version number and configuration settings, then exit
20918 --config print configuration, then exit
20919 -q, --quiet, --silent
20920 do not print progress messages
20921 -d, --debug don't remove temporary files
20922 --recheck update $as_me by reconfiguring in the same conditions
20923 --file=FILE[:TEMPLATE]
20924 instantiate the configuration file FILE
20925 --header=FILE[:TEMPLATE]
20926 instantiate the configuration header FILE
20928 Configuration files:
20929 $config_files
20931 Configuration headers:
20932 $config_headers
20934 Configuration links:
20935 $config_links
20937 Configuration commands:
20938 $config_commands
20940 Report bugs to <wine-devel@winehq.org>.
20941 Wine home page: <http://www.winehq.org>."
20943 _ACEOF
20944 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20945 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
20946 ac_cs_version="\\
20947 Wine config.status 1.1.38
20948 configured by $0, generated by GNU Autoconf 2.65,
20949 with options \\"\$ac_cs_config\\"
20951 Copyright (C) 2009 Free Software Foundation, Inc.
20952 This config.status script is free software; the Free Software Foundation
20953 gives unlimited permission to copy, distribute and modify it."
20955 ac_pwd='$ac_pwd'
20956 srcdir='$srcdir'
20957 INSTALL='$INSTALL'
20958 test -n "\$AWK" || AWK=awk
20959 _ACEOF
20961 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20962 # The default lists apply if the user does not specify any file.
20963 ac_need_defaults=:
20964 while test $# != 0
20966 case $1 in
20967 --*=*)
20968 ac_option=`expr "X$1" : 'X\([^=]*\)='`
20969 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
20970 ac_shift=:
20973 ac_option=$1
20974 ac_optarg=$2
20975 ac_shift=shift
20977 esac
20979 case $ac_option in
20980 # Handling of the options.
20981 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
20982 ac_cs_recheck=: ;;
20983 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
20984 $as_echo "$ac_cs_version"; exit ;;
20985 --config | --confi | --conf | --con | --co | --c )
20986 $as_echo "$ac_cs_config"; exit ;;
20987 --debug | --debu | --deb | --de | --d | -d )
20988 debug=: ;;
20989 --file | --fil | --fi | --f )
20990 $ac_shift
20991 case $ac_optarg in
20992 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20993 esac
20994 as_fn_append CONFIG_FILES " '$ac_optarg'"
20995 ac_need_defaults=false;;
20996 --header | --heade | --head | --hea )
20997 $ac_shift
20998 case $ac_optarg in
20999 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
21000 esac
21001 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
21002 ac_need_defaults=false;;
21003 --he | --h)
21004 # Conflict between --help and --header
21005 as_fn_error "ambiguous option: \`$1'
21006 Try \`$0 --help' for more information.";;
21007 --help | --hel | -h )
21008 $as_echo "$ac_cs_usage"; exit ;;
21009 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
21010 | -silent | --silent | --silen | --sile | --sil | --si | --s)
21011 ac_cs_silent=: ;;
21013 # This is an error.
21014 -*) as_fn_error "unrecognized option: \`$1'
21015 Try \`$0 --help' for more information." ;;
21017 *) as_fn_append ac_config_targets " $1"
21018 ac_need_defaults=false ;;
21020 esac
21021 shift
21022 done
21024 ac_configure_extra_args=
21026 if $ac_cs_silent; then
21027 exec 6>/dev/null
21028 ac_configure_extra_args="$ac_configure_extra_args --silent"
21031 _ACEOF
21032 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21033 if \$ac_cs_recheck; then
21034 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
21035 shift
21036 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
21037 CONFIG_SHELL='$SHELL'
21038 export CONFIG_SHELL
21039 exec "\$@"
21042 _ACEOF
21043 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21044 exec 5>>config.log
21046 echo
21047 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
21048 ## Running $as_me. ##
21049 _ASBOX
21050 $as_echo "$ac_log"
21051 } >&5
21053 _ACEOF
21054 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21055 _ACEOF
21057 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21059 # Handling of arguments.
21060 for ac_config_target in $ac_config_targets
21062 case $ac_config_target in
21063 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
21064 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
21065 "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
21066 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
21067 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
21068 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
21069 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
21070 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
21071 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
21072 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
21073 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
21074 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
21075 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
21076 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
21077 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
21078 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
21079 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
21080 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
21081 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
21082 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
21083 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
21084 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
21085 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
21086 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
21087 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
21088 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
21089 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
21090 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
21091 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
21092 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
21093 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
21094 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
21095 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
21096 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
21097 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
21098 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
21099 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
21100 "dlls/avifil32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/tests/Makefile" ;;
21101 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
21102 "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
21103 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
21104 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
21105 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
21106 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
21107 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
21108 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
21109 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
21110 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
21111 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
21112 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
21113 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
21114 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
21115 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
21116 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
21117 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
21118 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
21119 "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
21120 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
21121 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
21122 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
21123 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
21124 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
21125 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
21126 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
21127 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
21128 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
21129 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
21130 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
21131 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
21132 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
21133 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
21134 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
21135 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
21136 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
21137 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
21138 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
21139 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
21140 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
21141 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
21142 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
21143 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
21144 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
21145 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
21146 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
21147 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
21148 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
21149 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
21150 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
21151 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
21152 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
21153 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
21154 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
21155 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
21156 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
21157 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
21158 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
21159 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
21160 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
21161 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
21162 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
21163 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
21164 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
21165 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
21166 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
21167 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
21168 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
21169 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
21170 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
21171 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
21172 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
21173 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
21174 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
21175 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
21176 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
21177 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
21178 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
21179 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
21180 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
21181 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
21182 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
21183 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
21184 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
21185 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
21186 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
21187 "dlls/dmloader/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/tests/Makefile" ;;
21188 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
21189 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
21190 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
21191 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
21192 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
21193 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
21194 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
21195 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
21196 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
21197 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
21198 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
21199 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
21200 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
21201 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
21202 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
21203 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
21204 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
21205 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
21206 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
21207 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
21208 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
21209 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
21210 "dlls/dxdiagn/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/tests/Makefile" ;;
21211 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
21212 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
21213 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
21214 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
21215 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
21216 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
21217 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
21218 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
21219 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
21220 "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
21221 "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
21222 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
21223 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
21224 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
21225 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
21226 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
21227 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
21228 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
21229 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
21230 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
21231 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
21232 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
21233 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
21234 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
21235 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
21236 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
21237 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
21238 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
21239 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
21240 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
21241 "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
21242 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
21243 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
21244 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
21245 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
21246 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
21247 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
21248 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
21249 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
21250 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
21251 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
21252 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
21253 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
21254 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
21255 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
21256 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
21257 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
21258 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
21259 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
21260 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
21261 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
21262 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
21263 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
21264 "dlls/krnl386.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/krnl386.exe16/Makefile" ;;
21265 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
21266 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
21267 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
21268 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
21269 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
21270 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
21271 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
21272 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
21273 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
21274 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
21275 "dlls/mapistub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapistub/Makefile" ;;
21276 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
21277 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
21278 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
21279 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
21280 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
21281 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
21282 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
21283 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
21284 "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
21285 "dlls/mmdevapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/tests/Makefile" ;;
21286 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
21287 "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
21288 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
21289 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
21290 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
21291 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
21292 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
21293 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
21294 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
21295 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
21296 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
21297 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
21298 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
21299 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
21300 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
21301 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
21302 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
21303 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
21304 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
21305 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
21306 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
21307 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
21308 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
21309 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
21310 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
21311 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
21312 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
21313 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
21314 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
21315 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
21316 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
21317 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
21318 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
21319 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
21320 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
21321 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
21322 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
21323 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
21324 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
21325 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
21326 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
21327 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
21328 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
21329 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
21330 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
21331 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
21332 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
21333 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
21334 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
21335 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
21336 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
21337 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
21338 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
21339 "dlls/msxml4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml4/Makefile" ;;
21340 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
21341 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
21342 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
21343 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
21344 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
21345 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
21346 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
21347 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
21348 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
21349 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
21350 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
21351 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
21352 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
21353 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
21354 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
21355 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
21356 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
21357 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
21358 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
21359 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
21360 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
21361 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
21362 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
21363 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
21364 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
21365 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
21366 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
21367 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
21368 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
21369 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
21370 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
21371 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
21372 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
21373 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
21374 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
21375 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
21376 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
21377 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
21378 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
21379 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
21380 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
21381 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
21382 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
21383 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
21384 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
21385 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
21386 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
21387 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
21388 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
21389 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
21390 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
21391 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
21392 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
21393 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
21394 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
21395 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
21396 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
21397 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
21398 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
21399 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
21400 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
21401 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
21402 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
21403 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
21404 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
21405 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
21406 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
21407 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
21408 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
21409 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
21410 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
21411 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
21412 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
21413 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
21414 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
21415 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
21416 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
21417 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
21418 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
21419 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
21420 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
21421 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
21422 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
21423 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
21424 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
21425 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
21426 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
21427 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
21428 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
21429 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
21430 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
21431 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
21432 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
21433 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
21434 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
21435 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
21436 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
21437 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
21438 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
21439 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
21440 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
21441 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
21442 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
21443 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
21444 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
21445 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
21446 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
21447 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
21448 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
21449 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
21450 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
21451 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
21452 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
21453 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
21454 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
21455 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
21456 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
21457 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
21458 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
21459 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
21460 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
21461 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
21462 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
21463 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
21464 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
21465 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
21466 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
21467 "dlls/user.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user.exe16/Makefile" ;;
21468 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
21469 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
21470 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
21471 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
21472 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
21473 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
21474 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
21475 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
21476 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
21477 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
21478 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
21479 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
21480 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
21481 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
21482 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
21483 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
21484 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
21485 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
21486 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
21487 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
21488 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
21489 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
21490 "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
21491 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
21492 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
21493 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
21494 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
21495 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
21496 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
21497 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
21498 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
21499 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
21500 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
21501 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
21502 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
21503 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
21504 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
21505 "dlls/winemapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemapi/Makefile" ;;
21506 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
21507 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
21508 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
21509 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
21510 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
21511 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
21512 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
21513 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
21514 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
21515 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
21516 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
21517 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
21518 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
21519 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
21520 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
21521 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
21522 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
21523 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
21524 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
21525 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
21526 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
21527 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
21528 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
21529 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
21530 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
21531 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
21532 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
21533 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
21534 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
21535 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
21536 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
21537 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
21538 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
21539 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
21540 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
21541 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
21542 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
21543 "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
21544 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
21545 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
21546 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
21547 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
21548 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
21549 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
21550 "dlls/xmllite/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/tests/Makefile" ;;
21551 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
21552 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
21553 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
21554 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
21555 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
21556 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
21557 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
21558 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
21559 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
21560 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
21561 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
21562 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
21563 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
21564 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
21565 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
21566 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
21567 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
21568 "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
21569 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
21570 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
21571 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
21572 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
21573 "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
21574 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
21575 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
21576 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
21577 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
21578 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
21579 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
21580 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
21581 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
21582 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
21583 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
21584 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
21585 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
21586 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
21587 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
21588 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
21589 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
21590 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
21591 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
21592 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
21593 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
21594 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
21595 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
21596 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
21597 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
21598 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
21599 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
21600 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
21601 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
21602 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
21603 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
21604 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
21605 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
21606 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
21607 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
21608 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
21609 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
21610 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
21611 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
21612 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
21613 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
21614 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
21615 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
21616 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
21617 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
21618 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
21619 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
21620 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
21622 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
21623 esac
21624 done
21627 # If the user did not use the arguments to specify the items to instantiate,
21628 # then the envvar interface is used. Set only those that are not.
21629 # We use the long form for the default assignment because of an extremely
21630 # bizarre bug on SunOS 4.1.3.
21631 if $ac_need_defaults; then
21632 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
21633 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
21634 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
21635 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
21638 # Have a temporary directory for convenience. Make it in the build tree
21639 # simply because there is no reason against having it here, and in addition,
21640 # creating and moving files from /tmp can sometimes cause problems.
21641 # Hook for its removal unless debugging.
21642 # Note that there is a small window in which the directory will not be cleaned:
21643 # after its creation but before its name has been assigned to `$tmp'.
21644 $debug ||
21646 tmp=
21647 trap 'exit_status=$?
21648 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
21650 trap 'as_fn_exit 1' 1 2 13 15
21652 # Create a (secure) tmp directory for tmp files.
21655 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
21656 test -n "$tmp" && test -d "$tmp"
21657 } ||
21659 tmp=./conf$$-$RANDOM
21660 (umask 077 && mkdir "$tmp")
21661 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
21663 # Set up the scripts for CONFIG_FILES section.
21664 # No need to generate them if there are no CONFIG_FILES.
21665 # This happens for instance with `./config.status config.h'.
21666 if test -n "$CONFIG_FILES"; then
21668 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
21669 ac_cs_awk_getline=:
21670 ac_cs_awk_pipe_init=
21671 ac_cs_awk_read_file='
21672 while ((getline aline < (F[key])) > 0)
21673 print(aline)
21674 close(F[key])'
21675 ac_cs_awk_pipe_fini=
21676 else
21677 ac_cs_awk_getline=false
21678 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
21679 ac_cs_awk_read_file='
21680 print "|#_!!_#|"
21681 print "cat " F[key] " &&"
21682 '$ac_cs_awk_pipe_init
21683 # The final `:' finishes the AND list.
21684 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
21686 ac_cr=`echo X | tr X '\015'`
21687 # On cygwin, bash can eat \r inside `` if the user requested igncr.
21688 # But we know of no other shell where ac_cr would be empty at this
21689 # point, so we can use a bashism as a fallback.
21690 if test "x$ac_cr" = x; then
21691 eval ac_cr=\$\'\\r\'
21693 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
21694 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
21695 ac_cs_awk_cr='\r'
21696 else
21697 ac_cs_awk_cr=$ac_cr
21700 echo 'BEGIN {' >"$tmp/subs1.awk" &&
21701 _ACEOF
21703 # Create commands to substitute file output variables.
21705 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
21706 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
21707 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
21708 echo "_ACAWK" &&
21709 echo "_ACEOF"
21710 } >conf$$files.sh &&
21711 . ./conf$$files.sh ||
21712 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
21713 rm -f conf$$files.sh
21716 echo "cat >conf$$subs.awk <<_ACEOF" &&
21717 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
21718 echo "_ACEOF"
21719 } >conf$$subs.sh ||
21720 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
21721 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
21722 ac_delim='%!_!# '
21723 for ac_last_try in false false false false false :; do
21724 . ./conf$$subs.sh ||
21725 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
21727 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
21728 if test $ac_delim_n = $ac_delim_num; then
21729 break
21730 elif $ac_last_try; then
21731 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
21732 else
21733 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
21735 done
21736 rm -f conf$$subs.sh
21738 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21739 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
21740 _ACEOF
21741 sed -n '
21743 s/^/S["/; s/!.*/"]=/
21746 s/^[^!]*!//
21747 :repl
21748 t repl
21749 s/'"$ac_delim"'$//
21750 t delim
21753 s/\(.\{148\}\)..*/\1/
21754 t more1
21755 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
21758 b repl
21759 :more1
21760 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
21763 s/.\{148\}//
21764 t nl
21765 :delim
21767 s/\(.\{148\}\)..*/\1/
21768 t more2
21769 s/["\\]/\\&/g; s/^/"/; s/$/"/
21772 :more2
21773 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
21776 s/.\{148\}//
21777 t delim
21778 ' <conf$$subs.awk | sed '
21779 /^[^""]/{
21781 s/\n//
21783 ' >>$CONFIG_STATUS || ac_write_fail=1
21784 rm -f conf$$subs.awk
21785 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21786 _ACAWK
21787 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
21788 for (key in S) S_is_set[key] = 1
21789 FS = "\a"
21790 \$ac_cs_awk_pipe_init
21793 line = $ 0
21794 nfields = split(line, field, "@")
21795 substed = 0
21796 len = length(field[1])
21797 for (i = 2; i < nfields; i++) {
21798 key = field[i]
21799 keylen = length(key)
21800 if (S_is_set[key]) {
21801 value = S[key]
21802 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
21803 len += length(value) + length(field[++i])
21804 substed = 1
21805 } else
21806 len += 1 + keylen
21808 if (nfields == 3 && !substed) {
21809 key = field[2]
21810 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
21811 \$ac_cs_awk_read_file
21812 next
21815 print line
21817 \$ac_cs_awk_pipe_fini
21818 _ACAWK
21819 _ACEOF
21820 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21821 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
21822 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
21823 else
21825 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
21826 || as_fn_error "could not setup config files machinery" "$LINENO" 5
21827 _ACEOF
21829 # VPATH may cause trouble with some makes, so we remove $(srcdir),
21830 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
21831 # trailing colons and then remove the whole line if VPATH becomes empty
21832 # (actually we leave an empty line to preserve line numbers).
21833 if test "x$srcdir" = x.; then
21834 ac_vpsub='/^[ ]*VPATH[ ]*=/{
21835 s/:*\$(srcdir):*/:/
21836 s/:*\${srcdir}:*/:/
21837 s/:*@srcdir@:*/:/
21838 s/^\([^=]*=[ ]*\):*/\1/
21839 s/:*$//
21840 s/^[^=]*=[ ]*$//
21844 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21845 fi # test -n "$CONFIG_FILES"
21847 # Set up the scripts for CONFIG_HEADERS section.
21848 # No need to generate them if there are no CONFIG_HEADERS.
21849 # This happens for instance with `./config.status Makefile'.
21850 if test -n "$CONFIG_HEADERS"; then
21851 cat >"$tmp/defines.awk" <<\_ACAWK ||
21852 BEGIN {
21853 _ACEOF
21855 # Transform confdefs.h into an awk script `defines.awk', embedded as
21856 # here-document in config.status, that substitutes the proper values into
21857 # config.h.in to produce config.h.
21859 # Create a delimiter string that does not exist in confdefs.h, to ease
21860 # handling of long lines.
21861 ac_delim='%!_!# '
21862 for ac_last_try in false false :; do
21863 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
21864 if test -z "$ac_t"; then
21865 break
21866 elif $ac_last_try; then
21867 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
21868 else
21869 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
21871 done
21873 # For the awk script, D is an array of macro values keyed by name,
21874 # likewise P contains macro parameters if any. Preserve backslash
21875 # newline sequences.
21877 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
21878 sed -n '
21879 s/.\{148\}/&'"$ac_delim"'/g
21880 t rset
21881 :rset
21882 s/^[ ]*#[ ]*define[ ][ ]*/ /
21883 t def
21885 :def
21886 s/\\$//
21887 t bsnl
21888 s/["\\]/\\&/g
21889 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
21890 D["\1"]=" \3"/p
21891 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
21893 :bsnl
21894 s/["\\]/\\&/g
21895 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
21896 D["\1"]=" \3\\\\\\n"\\/p
21897 t cont
21898 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
21899 t cont
21901 :cont
21903 s/.\{148\}/&'"$ac_delim"'/g
21904 t clear
21905 :clear
21906 s/\\$//
21907 t bsnlc
21908 s/["\\]/\\&/g; s/^/"/; s/$/"/p
21910 :bsnlc
21911 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
21912 b cont
21913 ' <confdefs.h | sed '
21914 s/'"$ac_delim"'/"\\\
21915 "/g' >>$CONFIG_STATUS || ac_write_fail=1
21917 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21918 for (key in D) D_is_set[key] = 1
21919 FS = "\a"
21921 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
21922 line = \$ 0
21923 split(line, arg, " ")
21924 if (arg[1] == "#") {
21925 defundef = arg[2]
21926 mac1 = arg[3]
21927 } else {
21928 defundef = substr(arg[1], 2)
21929 mac1 = arg[2]
21931 split(mac1, mac2, "(") #)
21932 macro = mac2[1]
21933 prefix = substr(line, 1, index(line, defundef) - 1)
21934 if (D_is_set[macro]) {
21935 # Preserve the white space surrounding the "#".
21936 print prefix "define", macro P[macro] D[macro]
21937 next
21938 } else {
21939 # Replace #undef with comments. This is necessary, for example,
21940 # in the case of _POSIX_SOURCE, which is predefined and required
21941 # on some systems where configure will not decide to define it.
21942 if (defundef == "undef") {
21943 print "/*", prefix defundef, macro, "*/"
21944 next
21948 { print }
21949 _ACAWK
21950 _ACEOF
21951 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21952 as_fn_error "could not setup config headers machinery" "$LINENO" 5
21953 fi # test -n "$CONFIG_HEADERS"
21956 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
21957 shift
21958 for ac_tag
21960 case $ac_tag in
21961 :[FHLC]) ac_mode=$ac_tag; continue;;
21962 esac
21963 case $ac_mode$ac_tag in
21964 :[FHL]*:*);;
21965 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
21966 :[FH]-) ac_tag=-:-;;
21967 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
21968 esac
21969 ac_save_IFS=$IFS
21970 IFS=:
21971 set x $ac_tag
21972 IFS=$ac_save_IFS
21973 shift
21974 ac_file=$1
21975 shift
21977 case $ac_mode in
21978 :L) ac_source=$1;;
21979 :[FH])
21980 ac_file_inputs=
21981 for ac_f
21983 case $ac_f in
21984 -) ac_f="$tmp/stdin";;
21985 *) # Look for the file first in the build tree, then in the source tree
21986 # (if the path is not absolute). The absolute path cannot be DOS-style,
21987 # because $ac_f cannot contain `:'.
21988 test -f "$ac_f" ||
21989 case $ac_f in
21990 [\\/$]*) false;;
21991 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
21992 esac ||
21993 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
21994 esac
21995 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
21996 as_fn_append ac_file_inputs " '$ac_f'"
21997 done
21999 # Let's still pretend it is `configure' which instantiates (i.e., don't
22000 # use $as_me), people would be surprised to read:
22001 # /* config.h. Generated by config.status. */
22002 configure_input='Generated from '`
22003 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
22004 `' by configure.'
22005 if test x"$ac_file" != x-; then
22006 configure_input="$ac_file. $configure_input"
22007 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
22008 $as_echo "$as_me: creating $ac_file" >&6;}
22010 # Neutralize special characters interpreted by sed in replacement strings.
22011 case $configure_input in #(
22012 *\&* | *\|* | *\\* )
22013 ac_sed_conf_input=`$as_echo "$configure_input" |
22014 sed 's/[\\\\&|]/\\\\&/g'`;; #(
22015 *) ac_sed_conf_input=$configure_input;;
22016 esac
22018 case $ac_tag in
22019 *:-:* | *:-) cat >"$tmp/stdin" \
22020 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
22021 esac
22023 esac
22025 ac_dir=`$as_dirname -- "$ac_file" ||
22026 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22027 X"$ac_file" : 'X\(//\)[^/]' \| \
22028 X"$ac_file" : 'X\(//\)$' \| \
22029 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
22030 $as_echo X"$ac_file" |
22031 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22032 s//\1/
22035 /^X\(\/\/\)[^/].*/{
22036 s//\1/
22039 /^X\(\/\/\)$/{
22040 s//\1/
22043 /^X\(\/\).*/{
22044 s//\1/
22047 s/.*/./; q'`
22048 as_dir="$ac_dir"; as_fn_mkdir_p
22049 ac_builddir=.
22051 case "$ac_dir" in
22052 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
22054 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
22055 # A ".." for each directory in $ac_dir_suffix.
22056 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
22057 case $ac_top_builddir_sub in
22058 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
22059 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
22060 esac ;;
22061 esac
22062 ac_abs_top_builddir=$ac_pwd
22063 ac_abs_builddir=$ac_pwd$ac_dir_suffix
22064 # for backward compatibility:
22065 ac_top_builddir=$ac_top_build_prefix
22067 case $srcdir in
22068 .) # We are building in place.
22069 ac_srcdir=.
22070 ac_top_srcdir=$ac_top_builddir_sub
22071 ac_abs_top_srcdir=$ac_pwd ;;
22072 [\\/]* | ?:[\\/]* ) # Absolute name.
22073 ac_srcdir=$srcdir$ac_dir_suffix;
22074 ac_top_srcdir=$srcdir
22075 ac_abs_top_srcdir=$srcdir ;;
22076 *) # Relative name.
22077 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
22078 ac_top_srcdir=$ac_top_build_prefix$srcdir
22079 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
22080 esac
22081 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
22084 case $ac_mode in
22087 # CONFIG_FILE
22090 case $INSTALL in
22091 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
22092 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
22093 esac
22094 _ACEOF
22096 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22097 # If the template does not know about datarootdir, expand it.
22098 # FIXME: This hack should be removed a few years after 2.60.
22099 ac_datarootdir_hack=; ac_datarootdir_seen=
22100 ac_sed_dataroot='
22101 /datarootdir/ {
22105 /@datadir@/p
22106 /@docdir@/p
22107 /@infodir@/p
22108 /@localedir@/p
22109 /@mandir@/p'
22110 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
22111 *datarootdir*) ac_datarootdir_seen=yes;;
22112 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
22113 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
22114 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
22115 _ACEOF
22116 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22117 ac_datarootdir_hack='
22118 s&@datadir@&$datadir&g
22119 s&@docdir@&$docdir&g
22120 s&@infodir@&$infodir&g
22121 s&@localedir@&$localedir&g
22122 s&@mandir@&$mandir&g
22123 s&\\\${datarootdir}&$datarootdir&g' ;;
22124 esac
22125 _ACEOF
22127 # Neutralize VPATH when `$srcdir' = `.'.
22128 # Shell code in configure.ac might set extrasub.
22129 # FIXME: do we really want to maintain this feature?
22130 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22131 ac_sed_extra="$ac_vpsub
22132 $extrasub
22133 _ACEOF
22134 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22136 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
22137 s|@configure_input@|$ac_sed_conf_input|;t t
22138 s&@top_builddir@&$ac_top_builddir_sub&;t t
22139 s&@top_build_prefix@&$ac_top_build_prefix&;t t
22140 s&@srcdir@&$ac_srcdir&;t t
22141 s&@abs_srcdir@&$ac_abs_srcdir&;t t
22142 s&@top_srcdir@&$ac_top_srcdir&;t t
22143 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
22144 s&@builddir@&$ac_builddir&;t t
22145 s&@abs_builddir@&$ac_abs_builddir&;t t
22146 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
22147 s&@INSTALL@&$ac_INSTALL&;t t
22148 $ac_datarootdir_hack
22150 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
22151 if $ac_cs_awk_getline; then
22152 $AWK -f "$tmp/subs.awk"
22153 else
22154 $AWK -f "$tmp/subs.awk" | $SHELL
22155 fi >$tmp/out \
22156 || as_fn_error "could not create $ac_file" "$LINENO" 5
22158 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
22159 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
22160 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
22161 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22162 which seems to be undefined. Please make sure it is defined." >&5
22163 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22164 which seems to be undefined. Please make sure it is defined." >&2;}
22166 rm -f "$tmp/stdin"
22167 case $ac_file in
22168 -) cat "$tmp/out" && rm -f "$tmp/out";;
22169 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
22170 esac \
22171 || as_fn_error "could not create $ac_file" "$LINENO" 5
22175 # CONFIG_HEADER
22177 if test x"$ac_file" != x-; then
22179 $as_echo "/* $configure_input */" \
22180 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
22181 } >"$tmp/config.h" \
22182 || as_fn_error "could not create $ac_file" "$LINENO" 5
22183 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
22184 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
22185 $as_echo "$as_me: $ac_file is unchanged" >&6;}
22186 else
22187 rm -f "$ac_file"
22188 mv "$tmp/config.h" "$ac_file" \
22189 || as_fn_error "could not create $ac_file" "$LINENO" 5
22191 else
22192 $as_echo "/* $configure_input */" \
22193 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
22194 || as_fn_error "could not create -" "$LINENO" 5
22199 # CONFIG_LINK
22202 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
22204 else
22205 # Prefer the file from the source tree if names are identical.
22206 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
22207 ac_source=$srcdir/$ac_source
22210 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
22211 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
22213 if test ! -r "$ac_source"; then
22214 as_fn_error "$ac_source: file not found" "$LINENO" 5
22216 rm -f "$ac_file"
22218 # Try a relative symlink, then a hard link, then a copy.
22219 case $srcdir in
22220 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
22221 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
22222 esac
22223 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
22224 ln "$ac_source" "$ac_file" 2>/dev/null ||
22225 cp -p "$ac_source" "$ac_file" ||
22226 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
22229 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
22230 $as_echo "$as_me: executing $ac_file commands" >&6;}
22232 esac
22235 case $ac_file$ac_mode in
22236 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
22237 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
22238 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
22239 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
22240 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
22241 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
22242 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
22243 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
22244 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
22245 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
22246 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
22247 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
22248 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
22250 esac
22251 done # for ac_tag
22254 as_fn_exit 0
22255 _ACEOF
22256 ac_clean_files=$ac_clean_files_save
22258 test $ac_write_fail = 0 ||
22259 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
22262 # configure is writing to config.log, and then calls config.status.
22263 # config.status does its own redirection, appending to config.log.
22264 # Unfortunately, on DOS this fails, as config.log is still kept open
22265 # by configure, so config.status won't be able to write to it; its
22266 # output is simply discarded. So we exec the FD to /dev/null,
22267 # effectively closing config.log, so it can be properly (re)opened and
22268 # appended to by config.status. When coming back to configure, we
22269 # need to make the FD available again.
22270 if test "$no_create" != yes; then
22271 ac_cs_success=:
22272 ac_config_status_args=
22273 test "$silent" = yes &&
22274 ac_config_status_args="$ac_config_status_args --quiet"
22275 exec 5>/dev/null
22276 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
22277 exec 5>>config.log
22278 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
22279 # would make configure fail if this is the last instruction.
22280 $ac_cs_success || as_fn_exit $?
22282 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
22283 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
22284 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
22288 if test "$no_create" = "yes"
22289 then
22290 exit 0
22293 ac_save_IFS="$IFS"
22294 if test "x$wine_notices != "x; then
22295 echo >&6
22296 IFS="|"
22297 for msg in $wine_notices; do
22298 IFS="$ac_save_IFS"
22299 if test -n "$msg"; then
22300 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
22301 $as_echo "$as_me: $msg" >&6;}
22303 done
22305 IFS="|"
22306 for msg in $wine_warnings; do
22307 IFS="$ac_save_IFS"
22308 if test -n "$msg"; then
22309 echo >&2
22310 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
22311 $as_echo "$as_me: WARNING: $msg" >&2;}
22313 done
22314 IFS="$ac_save_IFS"
22316 echo "
22317 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
22318 " >&6