d3dx9_36: Add stub for D3DXCompileShader.
[wine/multimedia.git] / configure
blobc10a561d3d5efd6e8f7228d7d800184e2899102e
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_DIRS
601 ALL_TEST_BINARIES
602 ALL_TEST_DIRS
603 ALL_INSTALL_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_DIRS
611 ALL_WINETEST_DEPENDS
612 ALL_MAKEFILE_DEPENDS
613 ALL_SYMLINKS
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_TEST_RULES
771 MAKE_DLL_RULES
772 MAKE_IMPLIB_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_SYMLINKS=""
13660 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13662 ALL_WINETEST_DEPENDS="# Test binaries"
13665 ALL_DIRS=""
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_INSTALL_DIRS=""
13681 ALL_TEST_DIRS=""
13683 ALL_TEST_BINARIES=""
13685 ALL_PROGRAM_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 Maketest.rules"
13736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13737 Maketest.rules: Maketest.rules.in Make.rules config.status"
13738 MAKE_TEST_RULES=Maketest.rules
13739 ac_config_files="$ac_config_files Maketest.rules"
13741 ALL_MAKERULES="$ALL_MAKERULES \\
13742 dlls/Makedll.rules"
13743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13744 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules config.status"
13745 MAKE_DLL_RULES=dlls/Makedll.rules
13746 ac_config_files="$ac_config_files dlls/Makedll.rules"
13748 ALL_MAKERULES="$ALL_MAKERULES \\
13749 dlls/Makeimplib.rules"
13750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13751 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules config.status"
13752 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13753 ac_config_files="$ac_config_files dlls/Makeimplib.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_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13770 dlls/acledit dlls/acledit/__install__ dlls/acledit/__install-lib__ dlls/acledit/__install-dev__: __builddeps__"
13771 ALL_DIRS="$ALL_DIRS \\
13772 dlls/acledit"
13773 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13774 dlls/acledit"
13775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13776 \$(RECURSE_TARGETS:%=dlls/acledit/%) dlls/acledit: dlls/acledit/Makefile \$(MAKEDEP)
13777 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules config.status"
13778 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13780 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13781 dlls/aclui/libaclui.$IMPLIBEXT"
13782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13783 dlls/aclui/libaclui.$IMPLIBEXT dlls/aclui/libaclui.cross.a: tools/widl tools/winebuild tools/winegcc include
13784 dlls/aclui/libaclui.$IMPLIBEXT dlls/aclui/libaclui.cross.a: dlls/aclui/aclui.spec dlls/aclui/Makefile
13785 @cd dlls/aclui && \$(MAKE) \`basename \$@\`
13786 dlls/aclui dlls/aclui/__install__ dlls/aclui/__install-lib__ dlls/aclui/__install-dev__: __builddeps__"
13787 ALL_DIRS="$ALL_DIRS \\
13788 dlls/aclui"
13789 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13790 dlls/aclui"
13791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13792 \$(RECURSE_TARGETS:%=dlls/aclui/%) dlls/aclui: dlls/aclui/Makefile \$(MAKEDEP)
13793 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules config.status"
13794 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13796 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13797 dlls/activeds/libactiveds.$IMPLIBEXT"
13798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13799 dlls/activeds/libactiveds.$IMPLIBEXT dlls/activeds/libactiveds.cross.a: tools/widl tools/winebuild tools/winegcc include
13800 dlls/activeds/libactiveds.$IMPLIBEXT dlls/activeds/libactiveds.cross.a: dlls/activeds/activeds.spec dlls/activeds/Makefile
13801 @cd dlls/activeds && \$(MAKE) \`basename \$@\`
13802 dlls/activeds dlls/activeds/__install__ dlls/activeds/__install-lib__ dlls/activeds/__install-dev__: __builddeps__"
13803 ALL_DIRS="$ALL_DIRS \\
13804 dlls/activeds"
13805 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13806 dlls/activeds"
13807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13808 \$(RECURSE_TARGETS:%=dlls/activeds/%) dlls/activeds: dlls/activeds/Makefile \$(MAKEDEP)
13809 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules config.status"
13810 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13813 dlls/actxprxy dlls/actxprxy/__install__ dlls/actxprxy/__install-lib__ dlls/actxprxy/__install-dev__: __builddeps__"
13814 ALL_DIRS="$ALL_DIRS \\
13815 dlls/actxprxy"
13816 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13817 dlls/actxprxy"
13818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13819 \$(RECURSE_TARGETS:%=dlls/actxprxy/%) dlls/actxprxy: dlls/actxprxy/Makefile \$(MAKEDEP)
13820 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules config.status"
13821 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13823 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
13824 dlls/adsiid/libadsiid.a"
13825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13826 dlls/adsiid: tools/widl tools/winebuild tools/winegcc include
13827 dlls/adsiid/__install__ dlls/adsiid/__install-dev__: dlls/adsiid
13828 dlls/adsiid/libadsiid.cross.a: dlls/adsiid/Makefile tools/widl tools/winebuild tools/winegcc include dummy
13829 @cd dlls/adsiid && \$(MAKE) \`basename \$@\`"
13830 ALL_DIRS="$ALL_DIRS \\
13831 dlls/adsiid"
13832 test "x$enable_adsiid" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
13833 dlls/adsiid"
13834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13835 \$(RECURSE_TARGETS:%=dlls/adsiid/%) dlls/adsiid: dlls/adsiid/Makefile \$(MAKEDEP)
13836 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules config.status"
13837 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13839 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13840 dlls/advapi32/libadvapi32.$IMPLIBEXT"
13841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13842 dlls/advapi32/libadvapi32.$IMPLIBEXT dlls/advapi32/libadvapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
13843 dlls/advapi32/libadvapi32.$IMPLIBEXT dlls/advapi32/libadvapi32.cross.a: dlls/advapi32/advapi32.spec dlls/advapi32/Makefile
13844 @cd dlls/advapi32 && \$(MAKE) \`basename \$@\`
13845 dlls/advapi32 dlls/advapi32/__install__ dlls/advapi32/__install-lib__ dlls/advapi32/__install-dev__: __builddeps__"
13846 ALL_DIRS="$ALL_DIRS \\
13847 dlls/advapi32"
13848 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13849 dlls/advapi32"
13850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13851 \$(RECURSE_TARGETS:%=dlls/advapi32/%) dlls/advapi32: dlls/advapi32/Makefile \$(MAKEDEP)
13852 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules config.status"
13853 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13856 dlls/advapi32/tests: __builddeps__
13857 dlls/advapi32/tests/__crosstest__: __buildcrossdeps__"
13858 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
13859 advapi32_test.exe"
13860 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
13861 advapi32_test.exe: \$(TOPOBJDIR)/dlls/advapi32/tests/advapi32_test.exe$DLLEXT
13862 cp \$(TOPOBJDIR)/dlls/advapi32/tests/advapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13863 advapi32_test.rc:
13864 echo \"advapi32_test.exe TESTRES \\\"advapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13865 advapi32_test.res: advapi32_test.rc advapi32_test.exe"
13866 ALL_DIRS="$ALL_DIRS \\
13867 dlls/advapi32/tests"
13868 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13869 dlls/advapi32/tests"
13870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13871 \$(RECURSE_TARGETS:%=dlls/advapi32/tests/%) dlls/advapi32/tests: dlls/advapi32/tests/Makefile \$(MAKEDEP)
13872 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in Maketest.rules config.status"
13873 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13875 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13876 dlls/advpack/libadvpack.$IMPLIBEXT"
13877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13878 dlls/advpack/libadvpack.$IMPLIBEXT dlls/advpack/libadvpack.cross.a: tools/widl tools/winebuild tools/winegcc include
13879 dlls/advpack/libadvpack.$IMPLIBEXT dlls/advpack/libadvpack.cross.a: dlls/advpack/advpack.spec dlls/advpack/Makefile
13880 @cd dlls/advpack && \$(MAKE) \`basename \$@\`
13881 dlls/advpack dlls/advpack/__install__ dlls/advpack/__install-lib__ dlls/advpack/__install-dev__: __builddeps__"
13882 ALL_DIRS="$ALL_DIRS \\
13883 dlls/advpack"
13884 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13885 dlls/advpack"
13886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13887 \$(RECURSE_TARGETS:%=dlls/advpack/%) dlls/advpack: dlls/advpack/Makefile \$(MAKEDEP)
13888 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules config.status"
13889 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13892 dlls/advpack/tests: __builddeps__
13893 dlls/advpack/tests/__crosstest__: __buildcrossdeps__"
13894 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
13895 advpack_test.exe"
13896 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
13897 advpack_test.exe: \$(TOPOBJDIR)/dlls/advpack/tests/advpack_test.exe$DLLEXT
13898 cp \$(TOPOBJDIR)/dlls/advpack/tests/advpack_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13899 advpack_test.rc:
13900 echo \"advpack_test.exe TESTRES \\\"advpack_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13901 advpack_test.res: advpack_test.rc advpack_test.exe"
13902 ALL_DIRS="$ALL_DIRS \\
13903 dlls/advpack/tests"
13904 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13905 dlls/advpack/tests"
13906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13907 \$(RECURSE_TARGETS:%=dlls/advpack/tests/%) dlls/advpack/tests: dlls/advpack/tests/Makefile \$(MAKEDEP)
13908 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in Maketest.rules config.status"
13909 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13912 dlls/amstream dlls/amstream/__install__ dlls/amstream/__install-lib__ dlls/amstream/__install-dev__: __builddeps__"
13913 ALL_DIRS="$ALL_DIRS \\
13914 dlls/amstream"
13915 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13916 dlls/amstream"
13917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13918 \$(RECURSE_TARGETS:%=dlls/amstream/%) dlls/amstream: dlls/amstream/Makefile \$(MAKEDEP)
13919 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules config.status"
13920 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13923 dlls/amstream/tests: __builddeps__
13924 dlls/amstream/tests/__crosstest__: __buildcrossdeps__"
13925 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
13926 amstream_test.exe"
13927 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
13928 amstream_test.exe: \$(TOPOBJDIR)/dlls/amstream/tests/amstream_test.exe$DLLEXT
13929 cp \$(TOPOBJDIR)/dlls/amstream/tests/amstream_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13930 amstream_test.rc:
13931 echo \"amstream_test.exe TESTRES \\\"amstream_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13932 amstream_test.res: amstream_test.rc amstream_test.exe"
13933 ALL_DIRS="$ALL_DIRS \\
13934 dlls/amstream/tests"
13935 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13936 dlls/amstream/tests"
13937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13938 \$(RECURSE_TARGETS:%=dlls/amstream/tests/%) dlls/amstream/tests: dlls/amstream/tests/Makefile \$(MAKEDEP)
13939 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in Maketest.rules config.status"
13940 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13943 dlls/appwiz.cpl dlls/appwiz.cpl/__install__ dlls/appwiz.cpl/__install-lib__ dlls/appwiz.cpl/__install-dev__: __builddeps__"
13944 ALL_DIRS="$ALL_DIRS \\
13945 dlls/appwiz.cpl"
13946 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13947 dlls/appwiz.cpl"
13948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13949 \$(RECURSE_TARGETS:%=dlls/appwiz.cpl/%) dlls/appwiz.cpl: dlls/appwiz.cpl/Makefile \$(MAKEDEP)
13950 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules config.status"
13951 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13953 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13954 dlls/atl/libatl.$IMPLIBEXT"
13955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13956 dlls/atl/libatl.$IMPLIBEXT dlls/atl/libatl.cross.a: tools/widl tools/winebuild tools/winegcc include
13957 dlls/atl/libatl.$IMPLIBEXT dlls/atl/libatl.cross.a: dlls/atl/atl.spec dlls/atl/Makefile
13958 @cd dlls/atl && \$(MAKE) \`basename \$@\`
13959 dlls/atl dlls/atl/__install__ dlls/atl/__install-lib__ dlls/atl/__install-dev__: __builddeps__"
13960 ALL_DIRS="$ALL_DIRS \\
13961 dlls/atl"
13962 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13963 dlls/atl"
13964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13965 \$(RECURSE_TARGETS:%=dlls/atl/%) dlls/atl: dlls/atl/Makefile \$(MAKEDEP)
13966 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules config.status"
13967 ac_config_files="$ac_config_files dlls/atl/Makefile"
13969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13970 dlls/authz dlls/authz/__install__ dlls/authz/__install-lib__ dlls/authz/__install-dev__: __builddeps__"
13971 ALL_DIRS="$ALL_DIRS \\
13972 dlls/authz"
13973 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13974 dlls/authz"
13975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13976 \$(RECURSE_TARGETS:%=dlls/authz/%) dlls/authz: dlls/authz/Makefile \$(MAKEDEP)
13977 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules config.status"
13978 ac_config_files="$ac_config_files dlls/authz/Makefile"
13980 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13981 dlls/avicap32/libavicap32.$IMPLIBEXT"
13982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13983 dlls/avicap32/libavicap32.$IMPLIBEXT dlls/avicap32/libavicap32.cross.a: tools/widl tools/winebuild tools/winegcc include
13984 dlls/avicap32/libavicap32.$IMPLIBEXT dlls/avicap32/libavicap32.cross.a: dlls/avicap32/avicap32.spec dlls/avicap32/Makefile
13985 @cd dlls/avicap32 && \$(MAKE) \`basename \$@\`
13986 dlls/avicap32 dlls/avicap32/__install__ dlls/avicap32/__install-lib__ dlls/avicap32/__install-dev__: __builddeps__"
13987 ALL_DIRS="$ALL_DIRS \\
13988 dlls/avicap32"
13989 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13990 dlls/avicap32"
13991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13992 \$(RECURSE_TARGETS:%=dlls/avicap32/%) dlls/avicap32: dlls/avicap32/Makefile \$(MAKEDEP)
13993 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules config.status"
13994 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13996 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13997 dlls/avifil32/libavifil32.$IMPLIBEXT"
13998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13999 dlls/avifil32/libavifil32.$IMPLIBEXT dlls/avifil32/libavifil32.cross.a: tools/widl tools/winebuild tools/winegcc include
14000 dlls/avifil32/libavifil32.$IMPLIBEXT dlls/avifil32/libavifil32.cross.a: dlls/avifil32/avifil32.spec dlls/avifil32/Makefile
14001 @cd dlls/avifil32 && \$(MAKE) \`basename \$@\`
14002 dlls/avifil32 dlls/avifil32/__install__ dlls/avifil32/__install-lib__ dlls/avifil32/__install-dev__: __builddeps__"
14003 ALL_DIRS="$ALL_DIRS \\
14004 dlls/avifil32"
14005 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14006 dlls/avifil32"
14007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14008 \$(RECURSE_TARGETS:%=dlls/avifil32/%) dlls/avifil32: dlls/avifil32/Makefile \$(MAKEDEP)
14009 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules config.status"
14010 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
14012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14013 dlls/avifil32/tests: __builddeps__
14014 dlls/avifil32/tests/__crosstest__: __buildcrossdeps__"
14015 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14016 avifil32_test.exe"
14017 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14018 avifil32_test.exe: \$(TOPOBJDIR)/dlls/avifil32/tests/avifil32_test.exe$DLLEXT
14019 cp \$(TOPOBJDIR)/dlls/avifil32/tests/avifil32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14020 avifil32_test.rc:
14021 echo \"avifil32_test.exe TESTRES \\\"avifil32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14022 avifil32_test.res: avifil32_test.rc avifil32_test.exe"
14023 ALL_DIRS="$ALL_DIRS \\
14024 dlls/avifil32/tests"
14025 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14026 dlls/avifil32/tests"
14027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14028 \$(RECURSE_TARGETS:%=dlls/avifil32/tests/%) dlls/avifil32/tests: dlls/avifil32/tests/Makefile \$(MAKEDEP)
14029 dlls/avifil32/tests/Makefile: dlls/avifil32/tests/Makefile.in Maketest.rules config.status"
14030 ac_config_files="$ac_config_files dlls/avifil32/tests/Makefile"
14032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14033 dlls/avifile.dll16 dlls/avifile.dll16/__install__ dlls/avifile.dll16/__install-lib__ dlls/avifile.dll16/__install-dev__: __builddeps__"
14034 ALL_DIRS="$ALL_DIRS \\
14035 dlls/avifile.dll16"
14036 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14037 dlls/avifile.dll16"
14038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14039 \$(RECURSE_TARGETS:%=dlls/avifile.dll16/%) dlls/avifile.dll16: dlls/avifile.dll16/Makefile \$(MAKEDEP)
14040 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules config.status"
14041 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
14043 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14044 dlls/avrt/libavrt.$IMPLIBEXT"
14045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14046 dlls/avrt/libavrt.$IMPLIBEXT dlls/avrt/libavrt.cross.a: tools/widl tools/winebuild tools/winegcc include
14047 dlls/avrt/libavrt.$IMPLIBEXT dlls/avrt/libavrt.cross.a: dlls/avrt/avrt.spec dlls/avrt/Makefile
14048 @cd dlls/avrt && \$(MAKE) \`basename \$@\`
14049 dlls/avrt dlls/avrt/__install__ dlls/avrt/__install-lib__ dlls/avrt/__install-dev__: __builddeps__"
14050 ALL_DIRS="$ALL_DIRS \\
14051 dlls/avrt"
14052 test "x$enable_avrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14053 dlls/avrt"
14054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14055 \$(RECURSE_TARGETS:%=dlls/avrt/%) dlls/avrt: dlls/avrt/Makefile \$(MAKEDEP)
14056 dlls/avrt/Makefile: dlls/avrt/Makefile.in dlls/Makedll.rules config.status"
14057 ac_config_files="$ac_config_files dlls/avrt/Makefile"
14059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14060 dlls/bcrypt dlls/bcrypt/__install__ dlls/bcrypt/__install-lib__ dlls/bcrypt/__install-dev__: __builddeps__"
14061 ALL_DIRS="$ALL_DIRS \\
14062 dlls/bcrypt"
14063 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14064 dlls/bcrypt"
14065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14066 \$(RECURSE_TARGETS:%=dlls/bcrypt/%) dlls/bcrypt: dlls/bcrypt/Makefile \$(MAKEDEP)
14067 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules config.status"
14068 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
14070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14071 dlls/browseui dlls/browseui/__install__ dlls/browseui/__install-lib__ dlls/browseui/__install-dev__: __builddeps__"
14072 ALL_DIRS="$ALL_DIRS \\
14073 dlls/browseui"
14074 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14075 dlls/browseui"
14076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14077 \$(RECURSE_TARGETS:%=dlls/browseui/%) dlls/browseui: dlls/browseui/Makefile \$(MAKEDEP)
14078 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules config.status"
14079 ac_config_files="$ac_config_files dlls/browseui/Makefile"
14081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14082 dlls/browseui/tests: __builddeps__
14083 dlls/browseui/tests/__crosstest__: __buildcrossdeps__"
14084 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14085 browseui_test.exe"
14086 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14087 browseui_test.exe: \$(TOPOBJDIR)/dlls/browseui/tests/browseui_test.exe$DLLEXT
14088 cp \$(TOPOBJDIR)/dlls/browseui/tests/browseui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14089 browseui_test.rc:
14090 echo \"browseui_test.exe TESTRES \\\"browseui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14091 browseui_test.res: browseui_test.rc browseui_test.exe"
14092 ALL_DIRS="$ALL_DIRS \\
14093 dlls/browseui/tests"
14094 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14095 dlls/browseui/tests"
14096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14097 \$(RECURSE_TARGETS:%=dlls/browseui/tests/%) dlls/browseui/tests: dlls/browseui/tests/Makefile \$(MAKEDEP)
14098 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in Maketest.rules config.status"
14099 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
14101 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14102 dlls/cabinet/libcabinet.$IMPLIBEXT"
14103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14104 dlls/cabinet/libcabinet.$IMPLIBEXT dlls/cabinet/libcabinet.cross.a: tools/widl tools/winebuild tools/winegcc include
14105 dlls/cabinet/libcabinet.$IMPLIBEXT dlls/cabinet/libcabinet.cross.a: dlls/cabinet/cabinet.spec dlls/cabinet/Makefile
14106 @cd dlls/cabinet && \$(MAKE) \`basename \$@\`
14107 dlls/cabinet dlls/cabinet/__install__ dlls/cabinet/__install-lib__ dlls/cabinet/__install-dev__: __builddeps__"
14108 ALL_DIRS="$ALL_DIRS \\
14109 dlls/cabinet"
14110 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14111 dlls/cabinet"
14112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14113 \$(RECURSE_TARGETS:%=dlls/cabinet/%) dlls/cabinet: dlls/cabinet/Makefile \$(MAKEDEP)
14114 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules config.status"
14115 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
14117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14118 dlls/cabinet/tests: __builddeps__
14119 dlls/cabinet/tests/__crosstest__: __buildcrossdeps__"
14120 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14121 cabinet_test.exe"
14122 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14123 cabinet_test.exe: \$(TOPOBJDIR)/dlls/cabinet/tests/cabinet_test.exe$DLLEXT
14124 cp \$(TOPOBJDIR)/dlls/cabinet/tests/cabinet_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14125 cabinet_test.rc:
14126 echo \"cabinet_test.exe TESTRES \\\"cabinet_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14127 cabinet_test.res: cabinet_test.rc cabinet_test.exe"
14128 ALL_DIRS="$ALL_DIRS \\
14129 dlls/cabinet/tests"
14130 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14131 dlls/cabinet/tests"
14132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14133 \$(RECURSE_TARGETS:%=dlls/cabinet/tests/%) dlls/cabinet/tests: dlls/cabinet/tests/Makefile \$(MAKEDEP)
14134 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in Maketest.rules config.status"
14135 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
14137 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14138 dlls/capi2032/libcapi2032.$IMPLIBEXT"
14139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14140 dlls/capi2032/libcapi2032.$IMPLIBEXT dlls/capi2032/libcapi2032.cross.a: tools/widl tools/winebuild tools/winegcc include
14141 dlls/capi2032/libcapi2032.$IMPLIBEXT dlls/capi2032/libcapi2032.cross.a: dlls/capi2032/capi2032.spec dlls/capi2032/Makefile
14142 @cd dlls/capi2032 && \$(MAKE) \`basename \$@\`
14143 dlls/capi2032 dlls/capi2032/__install__ dlls/capi2032/__install-lib__ dlls/capi2032/__install-dev__: __builddeps__"
14144 ALL_DIRS="$ALL_DIRS \\
14145 dlls/capi2032"
14146 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14147 dlls/capi2032"
14148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14149 \$(RECURSE_TARGETS:%=dlls/capi2032/%) dlls/capi2032: dlls/capi2032/Makefile \$(MAKEDEP)
14150 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules config.status"
14151 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
14153 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14154 dlls/cards/libcards.$IMPLIBEXT"
14155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14156 dlls/cards/libcards.$IMPLIBEXT dlls/cards/libcards.cross.a: tools/widl tools/winebuild tools/winegcc include
14157 dlls/cards/libcards.$IMPLIBEXT dlls/cards/libcards.cross.a: dlls/cards/cards.spec dlls/cards/Makefile
14158 @cd dlls/cards && \$(MAKE) \`basename \$@\`
14159 dlls/cards dlls/cards/__install__ dlls/cards/__install-lib__ dlls/cards/__install-dev__: __builddeps__"
14160 ALL_DIRS="$ALL_DIRS \\
14161 dlls/cards"
14162 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14163 dlls/cards"
14164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14165 \$(RECURSE_TARGETS:%=dlls/cards/%) dlls/cards: dlls/cards/Makefile \$(MAKEDEP)
14166 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules config.status"
14167 ac_config_files="$ac_config_files dlls/cards/Makefile"
14169 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14170 dlls/cfgmgr32/libcfgmgr32.$IMPLIBEXT"
14171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14172 dlls/cfgmgr32/libcfgmgr32.$IMPLIBEXT dlls/cfgmgr32/libcfgmgr32.cross.a: tools/widl tools/winebuild tools/winegcc include
14173 dlls/cfgmgr32/libcfgmgr32.$IMPLIBEXT dlls/cfgmgr32/libcfgmgr32.cross.a: dlls/cfgmgr32/cfgmgr32.spec dlls/cfgmgr32/Makefile
14174 @cd dlls/cfgmgr32 && \$(MAKE) \`basename \$@\`
14175 dlls/cfgmgr32 dlls/cfgmgr32/__install__ dlls/cfgmgr32/__install-lib__ dlls/cfgmgr32/__install-dev__: __builddeps__"
14176 ALL_DIRS="$ALL_DIRS \\
14177 dlls/cfgmgr32"
14178 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14179 dlls/cfgmgr32"
14180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14181 \$(RECURSE_TARGETS:%=dlls/cfgmgr32/%) dlls/cfgmgr32: dlls/cfgmgr32/Makefile \$(MAKEDEP)
14182 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules config.status"
14183 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
14185 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14186 dlls/clusapi/libclusapi.$IMPLIBEXT"
14187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14188 dlls/clusapi/libclusapi.$IMPLIBEXT dlls/clusapi/libclusapi.cross.a: tools/widl tools/winebuild tools/winegcc include
14189 dlls/clusapi/libclusapi.$IMPLIBEXT dlls/clusapi/libclusapi.cross.a: dlls/clusapi/clusapi.spec dlls/clusapi/Makefile
14190 @cd dlls/clusapi && \$(MAKE) \`basename \$@\`
14191 dlls/clusapi dlls/clusapi/__install__ dlls/clusapi/__install-lib__ dlls/clusapi/__install-dev__: __builddeps__"
14192 ALL_DIRS="$ALL_DIRS \\
14193 dlls/clusapi"
14194 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14195 dlls/clusapi"
14196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14197 \$(RECURSE_TARGETS:%=dlls/clusapi/%) dlls/clusapi: dlls/clusapi/Makefile \$(MAKEDEP)
14198 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules config.status"
14199 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
14201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14202 dlls/comcat dlls/comcat/__install__ dlls/comcat/__install-lib__ dlls/comcat/__install-dev__: __builddeps__"
14203 ALL_DIRS="$ALL_DIRS \\
14204 dlls/comcat"
14205 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14206 dlls/comcat"
14207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14208 \$(RECURSE_TARGETS:%=dlls/comcat/%) dlls/comcat: dlls/comcat/Makefile \$(MAKEDEP)
14209 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules config.status"
14210 ac_config_files="$ac_config_files dlls/comcat/Makefile"
14212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14213 dlls/comcat/tests: __builddeps__
14214 dlls/comcat/tests/__crosstest__: __buildcrossdeps__"
14215 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14216 comcat_test.exe"
14217 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14218 comcat_test.exe: \$(TOPOBJDIR)/dlls/comcat/tests/comcat_test.exe$DLLEXT
14219 cp \$(TOPOBJDIR)/dlls/comcat/tests/comcat_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14220 comcat_test.rc:
14221 echo \"comcat_test.exe TESTRES \\\"comcat_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14222 comcat_test.res: comcat_test.rc comcat_test.exe"
14223 ALL_DIRS="$ALL_DIRS \\
14224 dlls/comcat/tests"
14225 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14226 dlls/comcat/tests"
14227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14228 \$(RECURSE_TARGETS:%=dlls/comcat/tests/%) dlls/comcat/tests: dlls/comcat/tests/Makefile \$(MAKEDEP)
14229 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in Maketest.rules config.status"
14230 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
14232 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14233 dlls/comctl32/libcomctl32.$IMPLIBEXT"
14234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14235 dlls/comctl32/libcomctl32.$IMPLIBEXT dlls/comctl32/libcomctl32.cross.a: tools/widl tools/winebuild tools/winegcc include
14236 dlls/comctl32/libcomctl32.$IMPLIBEXT dlls/comctl32/libcomctl32.cross.a: dlls/comctl32/comctl32.spec dlls/comctl32/Makefile
14237 @cd dlls/comctl32 && \$(MAKE) \`basename \$@\`
14238 dlls/comctl32 dlls/comctl32/__install__ dlls/comctl32/__install-lib__ dlls/comctl32/__install-dev__: __builddeps__"
14239 ALL_DIRS="$ALL_DIRS \\
14240 dlls/comctl32"
14241 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14242 dlls/comctl32"
14243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14244 \$(RECURSE_TARGETS:%=dlls/comctl32/%) dlls/comctl32: dlls/comctl32/Makefile \$(MAKEDEP)
14245 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules config.status"
14246 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
14248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14249 dlls/comctl32/tests: __builddeps__
14250 dlls/comctl32/tests/__crosstest__: __buildcrossdeps__"
14251 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14252 comctl32_test.exe"
14253 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14254 comctl32_test.exe: \$(TOPOBJDIR)/dlls/comctl32/tests/comctl32_test.exe$DLLEXT
14255 cp \$(TOPOBJDIR)/dlls/comctl32/tests/comctl32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14256 comctl32_test.rc:
14257 echo \"comctl32_test.exe TESTRES \\\"comctl32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14258 comctl32_test.res: comctl32_test.rc comctl32_test.exe"
14259 ALL_DIRS="$ALL_DIRS \\
14260 dlls/comctl32/tests"
14261 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14262 dlls/comctl32/tests"
14263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14264 \$(RECURSE_TARGETS:%=dlls/comctl32/tests/%) dlls/comctl32/tests: dlls/comctl32/tests/Makefile \$(MAKEDEP)
14265 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in Maketest.rules config.status"
14266 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
14268 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14269 dlls/comdlg32/libcomdlg32.$IMPLIBEXT"
14270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14271 dlls/comdlg32/libcomdlg32.$IMPLIBEXT dlls/comdlg32/libcomdlg32.cross.a: tools/widl tools/winebuild tools/winegcc include
14272 dlls/comdlg32/libcomdlg32.$IMPLIBEXT dlls/comdlg32/libcomdlg32.cross.a: dlls/comdlg32/comdlg32.spec dlls/comdlg32/Makefile
14273 @cd dlls/comdlg32 && \$(MAKE) \`basename \$@\`
14274 dlls/comdlg32 dlls/comdlg32/__install__ dlls/comdlg32/__install-lib__ dlls/comdlg32/__install-dev__: __builddeps__"
14275 ALL_DIRS="$ALL_DIRS \\
14276 dlls/comdlg32"
14277 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14278 dlls/comdlg32"
14279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14280 \$(RECURSE_TARGETS:%=dlls/comdlg32/%) dlls/comdlg32: dlls/comdlg32/Makefile \$(MAKEDEP)
14281 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules config.status"
14282 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
14284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14285 dlls/comdlg32/tests: __builddeps__
14286 dlls/comdlg32/tests/__crosstest__: __buildcrossdeps__"
14287 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14288 comdlg32_test.exe"
14289 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14290 comdlg32_test.exe: \$(TOPOBJDIR)/dlls/comdlg32/tests/comdlg32_test.exe$DLLEXT
14291 cp \$(TOPOBJDIR)/dlls/comdlg32/tests/comdlg32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14292 comdlg32_test.rc:
14293 echo \"comdlg32_test.exe TESTRES \\\"comdlg32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14294 comdlg32_test.res: comdlg32_test.rc comdlg32_test.exe"
14295 ALL_DIRS="$ALL_DIRS \\
14296 dlls/comdlg32/tests"
14297 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14298 dlls/comdlg32/tests"
14299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14300 \$(RECURSE_TARGETS:%=dlls/comdlg32/tests/%) dlls/comdlg32/tests: dlls/comdlg32/tests/Makefile \$(MAKEDEP)
14301 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in Maketest.rules config.status"
14302 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
14304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14305 dlls/comm.drv16 dlls/comm.drv16/__install__ dlls/comm.drv16/__install-lib__ dlls/comm.drv16/__install-dev__: __builddeps__"
14306 ALL_DIRS="$ALL_DIRS \\
14307 dlls/comm.drv16"
14308 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14309 dlls/comm.drv16"
14310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14311 \$(RECURSE_TARGETS:%=dlls/comm.drv16/%) dlls/comm.drv16: dlls/comm.drv16/Makefile \$(MAKEDEP)
14312 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules config.status"
14313 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
14315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14316 dlls/commdlg.dll16 dlls/commdlg.dll16/__install__ dlls/commdlg.dll16/__install-lib__ dlls/commdlg.dll16/__install-dev__: __builddeps__"
14317 ALL_DIRS="$ALL_DIRS \\
14318 dlls/commdlg.dll16"
14319 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14320 dlls/commdlg.dll16"
14321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14322 \$(RECURSE_TARGETS:%=dlls/commdlg.dll16/%) dlls/commdlg.dll16: dlls/commdlg.dll16/Makefile \$(MAKEDEP)
14323 dlls/commdlg.dll16/Makefile: dlls/commdlg.dll16/Makefile.in dlls/Makedll.rules config.status"
14324 ac_config_files="$ac_config_files dlls/commdlg.dll16/Makefile"
14326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14327 dlls/compobj.dll16 dlls/compobj.dll16/__install__ dlls/compobj.dll16/__install-lib__ dlls/compobj.dll16/__install-dev__: __builddeps__"
14328 ALL_DIRS="$ALL_DIRS \\
14329 dlls/compobj.dll16"
14330 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14331 dlls/compobj.dll16"
14332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14333 \$(RECURSE_TARGETS:%=dlls/compobj.dll16/%) dlls/compobj.dll16: dlls/compobj.dll16/Makefile \$(MAKEDEP)
14334 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules config.status"
14335 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
14337 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14338 dlls/compstui/libcompstui.$IMPLIBEXT"
14339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14340 dlls/compstui/libcompstui.$IMPLIBEXT dlls/compstui/libcompstui.cross.a: tools/widl tools/winebuild tools/winegcc include
14341 dlls/compstui/libcompstui.$IMPLIBEXT dlls/compstui/libcompstui.cross.a: dlls/compstui/compstui.spec dlls/compstui/Makefile
14342 @cd dlls/compstui && \$(MAKE) \`basename \$@\`
14343 dlls/compstui dlls/compstui/__install__ dlls/compstui/__install-lib__ dlls/compstui/__install-dev__: __builddeps__"
14344 ALL_DIRS="$ALL_DIRS \\
14345 dlls/compstui"
14346 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14347 dlls/compstui"
14348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14349 \$(RECURSE_TARGETS:%=dlls/compstui/%) dlls/compstui: dlls/compstui/Makefile \$(MAKEDEP)
14350 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules config.status"
14351 ac_config_files="$ac_config_files dlls/compstui/Makefile"
14353 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14354 dlls/credui/libcredui.$IMPLIBEXT"
14355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14356 dlls/credui/libcredui.$IMPLIBEXT dlls/credui/libcredui.cross.a: tools/widl tools/winebuild tools/winegcc include
14357 dlls/credui/libcredui.$IMPLIBEXT dlls/credui/libcredui.cross.a: dlls/credui/credui.spec dlls/credui/Makefile
14358 @cd dlls/credui && \$(MAKE) \`basename \$@\`
14359 dlls/credui dlls/credui/__install__ dlls/credui/__install-lib__ dlls/credui/__install-dev__: __builddeps__"
14360 ALL_DIRS="$ALL_DIRS \\
14361 dlls/credui"
14362 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14363 dlls/credui"
14364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14365 \$(RECURSE_TARGETS:%=dlls/credui/%) dlls/credui: dlls/credui/Makefile \$(MAKEDEP)
14366 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules config.status"
14367 ac_config_files="$ac_config_files dlls/credui/Makefile"
14369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14370 dlls/credui/tests: __builddeps__
14371 dlls/credui/tests/__crosstest__: __buildcrossdeps__"
14372 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14373 credui_test.exe"
14374 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14375 credui_test.exe: \$(TOPOBJDIR)/dlls/credui/tests/credui_test.exe$DLLEXT
14376 cp \$(TOPOBJDIR)/dlls/credui/tests/credui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14377 credui_test.rc:
14378 echo \"credui_test.exe TESTRES \\\"credui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14379 credui_test.res: credui_test.rc credui_test.exe"
14380 ALL_DIRS="$ALL_DIRS \\
14381 dlls/credui/tests"
14382 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14383 dlls/credui/tests"
14384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14385 \$(RECURSE_TARGETS:%=dlls/credui/tests/%) dlls/credui/tests: dlls/credui/tests/Makefile \$(MAKEDEP)
14386 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in Maketest.rules config.status"
14387 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14389 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14390 dlls/crtdll/libcrtdll.$IMPLIBEXT"
14391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14392 dlls/crtdll/libcrtdll.$IMPLIBEXT dlls/crtdll/libcrtdll.cross.a: tools/widl tools/winebuild tools/winegcc include
14393 dlls/crtdll/libcrtdll.$IMPLIBEXT dlls/crtdll/libcrtdll.cross.a: dlls/crtdll/crtdll.spec dlls/crtdll/Makefile
14394 @cd dlls/crtdll && \$(MAKE) \`basename \$@\`
14395 dlls/crtdll dlls/crtdll/__install__ dlls/crtdll/__install-lib__ dlls/crtdll/__install-dev__: __builddeps__"
14396 ALL_DIRS="$ALL_DIRS \\
14397 dlls/crtdll"
14398 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14399 dlls/crtdll"
14400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14401 \$(RECURSE_TARGETS:%=dlls/crtdll/%) dlls/crtdll: dlls/crtdll/Makefile \$(MAKEDEP)
14402 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules config.status"
14403 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14405 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14406 dlls/crypt32/libcrypt32.$IMPLIBEXT"
14407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14408 dlls/crypt32/libcrypt32.$IMPLIBEXT dlls/crypt32/libcrypt32.cross.a: tools/widl tools/winebuild tools/winegcc include
14409 dlls/crypt32/libcrypt32.$IMPLIBEXT dlls/crypt32/libcrypt32.cross.a: dlls/crypt32/crypt32.spec dlls/crypt32/Makefile
14410 @cd dlls/crypt32 && \$(MAKE) \`basename \$@\`
14411 dlls/crypt32 dlls/crypt32/__install__ dlls/crypt32/__install-lib__ dlls/crypt32/__install-dev__: __builddeps__"
14412 ALL_DIRS="$ALL_DIRS \\
14413 dlls/crypt32"
14414 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14415 dlls/crypt32"
14416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14417 \$(RECURSE_TARGETS:%=dlls/crypt32/%) dlls/crypt32: dlls/crypt32/Makefile \$(MAKEDEP)
14418 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules config.status"
14419 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14422 dlls/crypt32/tests: __builddeps__
14423 dlls/crypt32/tests/__crosstest__: __buildcrossdeps__"
14424 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14425 crypt32_test.exe"
14426 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14427 crypt32_test.exe: \$(TOPOBJDIR)/dlls/crypt32/tests/crypt32_test.exe$DLLEXT
14428 cp \$(TOPOBJDIR)/dlls/crypt32/tests/crypt32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14429 crypt32_test.rc:
14430 echo \"crypt32_test.exe TESTRES \\\"crypt32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14431 crypt32_test.res: crypt32_test.rc crypt32_test.exe"
14432 ALL_DIRS="$ALL_DIRS \\
14433 dlls/crypt32/tests"
14434 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14435 dlls/crypt32/tests"
14436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14437 \$(RECURSE_TARGETS:%=dlls/crypt32/tests/%) dlls/crypt32/tests: dlls/crypt32/tests/Makefile \$(MAKEDEP)
14438 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in Maketest.rules config.status"
14439 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14442 dlls/cryptdlg dlls/cryptdlg/__install__ dlls/cryptdlg/__install-lib__ dlls/cryptdlg/__install-dev__: __builddeps__"
14443 ALL_DIRS="$ALL_DIRS \\
14444 dlls/cryptdlg"
14445 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14446 dlls/cryptdlg"
14447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14448 \$(RECURSE_TARGETS:%=dlls/cryptdlg/%) dlls/cryptdlg: dlls/cryptdlg/Makefile \$(MAKEDEP)
14449 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules config.status"
14450 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14452 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14453 dlls/cryptdll/libcryptdll.$IMPLIBEXT"
14454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14455 dlls/cryptdll/libcryptdll.$IMPLIBEXT dlls/cryptdll/libcryptdll.cross.a: tools/widl tools/winebuild tools/winegcc include
14456 dlls/cryptdll/libcryptdll.$IMPLIBEXT dlls/cryptdll/libcryptdll.cross.a: dlls/cryptdll/cryptdll.spec dlls/cryptdll/Makefile
14457 @cd dlls/cryptdll && \$(MAKE) \`basename \$@\`
14458 dlls/cryptdll dlls/cryptdll/__install__ dlls/cryptdll/__install-lib__ dlls/cryptdll/__install-dev__: __builddeps__"
14459 ALL_DIRS="$ALL_DIRS \\
14460 dlls/cryptdll"
14461 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14462 dlls/cryptdll"
14463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14464 \$(RECURSE_TARGETS:%=dlls/cryptdll/%) dlls/cryptdll: dlls/cryptdll/Makefile \$(MAKEDEP)
14465 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules config.status"
14466 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14468 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14469 dlls/cryptnet/libcryptnet.$IMPLIBEXT"
14470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14471 dlls/cryptnet/libcryptnet.$IMPLIBEXT dlls/cryptnet/libcryptnet.cross.a: tools/widl tools/winebuild tools/winegcc include
14472 dlls/cryptnet/libcryptnet.$IMPLIBEXT dlls/cryptnet/libcryptnet.cross.a: dlls/cryptnet/cryptnet.spec dlls/cryptnet/Makefile
14473 @cd dlls/cryptnet && \$(MAKE) \`basename \$@\`
14474 dlls/cryptnet dlls/cryptnet/__install__ dlls/cryptnet/__install-lib__ dlls/cryptnet/__install-dev__: __builddeps__"
14475 ALL_DIRS="$ALL_DIRS \\
14476 dlls/cryptnet"
14477 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14478 dlls/cryptnet"
14479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14480 \$(RECURSE_TARGETS:%=dlls/cryptnet/%) dlls/cryptnet: dlls/cryptnet/Makefile \$(MAKEDEP)
14481 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules config.status"
14482 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14485 dlls/cryptnet/tests: __builddeps__
14486 dlls/cryptnet/tests/__crosstest__: __buildcrossdeps__"
14487 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14488 cryptnet_test.exe"
14489 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14490 cryptnet_test.exe: \$(TOPOBJDIR)/dlls/cryptnet/tests/cryptnet_test.exe$DLLEXT
14491 cp \$(TOPOBJDIR)/dlls/cryptnet/tests/cryptnet_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14492 cryptnet_test.rc:
14493 echo \"cryptnet_test.exe TESTRES \\\"cryptnet_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14494 cryptnet_test.res: cryptnet_test.rc cryptnet_test.exe"
14495 ALL_DIRS="$ALL_DIRS \\
14496 dlls/cryptnet/tests"
14497 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14498 dlls/cryptnet/tests"
14499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14500 \$(RECURSE_TARGETS:%=dlls/cryptnet/tests/%) dlls/cryptnet/tests: dlls/cryptnet/tests/Makefile \$(MAKEDEP)
14501 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in Maketest.rules config.status"
14502 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14504 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14505 dlls/cryptui/libcryptui.$IMPLIBEXT"
14506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14507 dlls/cryptui/libcryptui.$IMPLIBEXT dlls/cryptui/libcryptui.cross.a: tools/widl tools/winebuild tools/winegcc include
14508 dlls/cryptui/libcryptui.$IMPLIBEXT dlls/cryptui/libcryptui.cross.a: dlls/cryptui/cryptui.spec dlls/cryptui/Makefile
14509 @cd dlls/cryptui && \$(MAKE) \`basename \$@\`
14510 dlls/cryptui dlls/cryptui/__install__ dlls/cryptui/__install-lib__ dlls/cryptui/__install-dev__: __builddeps__"
14511 ALL_DIRS="$ALL_DIRS \\
14512 dlls/cryptui"
14513 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14514 dlls/cryptui"
14515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14516 \$(RECURSE_TARGETS:%=dlls/cryptui/%) dlls/cryptui: dlls/cryptui/Makefile \$(MAKEDEP)
14517 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules config.status"
14518 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14521 dlls/cryptui/tests: __builddeps__
14522 dlls/cryptui/tests/__crosstest__: __buildcrossdeps__"
14523 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14524 cryptui_test.exe"
14525 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14526 cryptui_test.exe: \$(TOPOBJDIR)/dlls/cryptui/tests/cryptui_test.exe$DLLEXT
14527 cp \$(TOPOBJDIR)/dlls/cryptui/tests/cryptui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14528 cryptui_test.rc:
14529 echo \"cryptui_test.exe TESTRES \\\"cryptui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14530 cryptui_test.res: cryptui_test.rc cryptui_test.exe"
14531 ALL_DIRS="$ALL_DIRS \\
14532 dlls/cryptui/tests"
14533 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14534 dlls/cryptui/tests"
14535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14536 \$(RECURSE_TARGETS:%=dlls/cryptui/tests/%) dlls/cryptui/tests: dlls/cryptui/tests/Makefile \$(MAKEDEP)
14537 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in Maketest.rules config.status"
14538 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14541 dlls/ctapi32 dlls/ctapi32/__install__ dlls/ctapi32/__install-lib__ dlls/ctapi32/__install-dev__: __builddeps__"
14542 ALL_DIRS="$ALL_DIRS \\
14543 dlls/ctapi32"
14544 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14545 dlls/ctapi32"
14546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14547 \$(RECURSE_TARGETS:%=dlls/ctapi32/%) dlls/ctapi32: dlls/ctapi32/Makefile \$(MAKEDEP)
14548 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules config.status"
14549 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14552 dlls/ctl3d.dll16 dlls/ctl3d.dll16/__install__ dlls/ctl3d.dll16/__install-lib__ dlls/ctl3d.dll16/__install-dev__: __builddeps__"
14553 ALL_DIRS="$ALL_DIRS \\
14554 dlls/ctl3d.dll16"
14555 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14556 dlls/ctl3d.dll16"
14557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14558 \$(RECURSE_TARGETS:%=dlls/ctl3d.dll16/%) dlls/ctl3d.dll16: dlls/ctl3d.dll16/Makefile \$(MAKEDEP)
14559 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules config.status"
14560 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14562 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14563 dlls/ctl3d32/libctl3d32.$IMPLIBEXT"
14564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14565 dlls/ctl3d32/libctl3d32.$IMPLIBEXT dlls/ctl3d32/libctl3d32.cross.a: tools/widl tools/winebuild tools/winegcc include
14566 dlls/ctl3d32/libctl3d32.$IMPLIBEXT dlls/ctl3d32/libctl3d32.cross.a: dlls/ctl3d32/ctl3d32.spec dlls/ctl3d32/Makefile
14567 @cd dlls/ctl3d32 && \$(MAKE) \`basename \$@\`
14568 dlls/ctl3d32 dlls/ctl3d32/__install__ dlls/ctl3d32/__install-lib__ dlls/ctl3d32/__install-dev__: __builddeps__"
14569 ALL_DIRS="$ALL_DIRS \\
14570 dlls/ctl3d32"
14571 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14572 dlls/ctl3d32"
14573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14574 \$(RECURSE_TARGETS:%=dlls/ctl3d32/%) dlls/ctl3d32: dlls/ctl3d32/Makefile \$(MAKEDEP)
14575 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules config.status"
14576 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14579 dlls/ctl3dv2.dll16 dlls/ctl3dv2.dll16/__install__ dlls/ctl3dv2.dll16/__install-lib__ dlls/ctl3dv2.dll16/__install-dev__: __builddeps__"
14580 ALL_DIRS="$ALL_DIRS \\
14581 dlls/ctl3dv2.dll16"
14582 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14583 dlls/ctl3dv2.dll16"
14584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14585 \$(RECURSE_TARGETS:%=dlls/ctl3dv2.dll16/%) dlls/ctl3dv2.dll16: dlls/ctl3dv2.dll16/Makefile \$(MAKEDEP)
14586 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules config.status"
14587 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14589 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14590 dlls/d3d10/libd3d10.$IMPLIBEXT"
14591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14592 dlls/d3d10/libd3d10.$IMPLIBEXT dlls/d3d10/libd3d10.cross.a: tools/widl tools/winebuild tools/winegcc include
14593 dlls/d3d10/libd3d10.$IMPLIBEXT dlls/d3d10/libd3d10.cross.a: dlls/d3d10/d3d10.spec dlls/d3d10/Makefile
14594 @cd dlls/d3d10 && \$(MAKE) \`basename \$@\`
14595 dlls/d3d10 dlls/d3d10/__install__ dlls/d3d10/__install-lib__ dlls/d3d10/__install-dev__: __builddeps__"
14596 ALL_DIRS="$ALL_DIRS \\
14597 dlls/d3d10"
14598 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14599 dlls/d3d10"
14600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14601 \$(RECURSE_TARGETS:%=dlls/d3d10/%) dlls/d3d10: dlls/d3d10/Makefile \$(MAKEDEP)
14602 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules config.status"
14603 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14606 dlls/d3d10/tests: __builddeps__
14607 dlls/d3d10/tests/__crosstest__: __buildcrossdeps__"
14608 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14609 d3d10_test.exe"
14610 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14611 d3d10_test.exe: \$(TOPOBJDIR)/dlls/d3d10/tests/d3d10_test.exe$DLLEXT
14612 cp \$(TOPOBJDIR)/dlls/d3d10/tests/d3d10_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14613 d3d10_test.rc:
14614 echo \"d3d10_test.exe TESTRES \\\"d3d10_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14615 d3d10_test.res: d3d10_test.rc d3d10_test.exe"
14616 ALL_DIRS="$ALL_DIRS \\
14617 dlls/d3d10/tests"
14618 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14619 dlls/d3d10/tests"
14620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14621 \$(RECURSE_TARGETS:%=dlls/d3d10/tests/%) dlls/d3d10/tests: dlls/d3d10/tests/Makefile \$(MAKEDEP)
14622 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in Maketest.rules config.status"
14623 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14625 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14626 dlls/d3d10core/libd3d10core.$IMPLIBEXT"
14627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14628 dlls/d3d10core/libd3d10core.$IMPLIBEXT dlls/d3d10core/libd3d10core.cross.a: tools/widl tools/winebuild tools/winegcc include
14629 dlls/d3d10core/libd3d10core.$IMPLIBEXT dlls/d3d10core/libd3d10core.cross.a: dlls/d3d10core/d3d10core.spec dlls/d3d10core/Makefile
14630 @cd dlls/d3d10core && \$(MAKE) \`basename \$@\`
14631 dlls/d3d10core dlls/d3d10core/__install__ dlls/d3d10core/__install-lib__ dlls/d3d10core/__install-dev__: __builddeps__"
14632 ALL_DIRS="$ALL_DIRS \\
14633 dlls/d3d10core"
14634 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14635 dlls/d3d10core"
14636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14637 \$(RECURSE_TARGETS:%=dlls/d3d10core/%) dlls/d3d10core: dlls/d3d10core/Makefile \$(MAKEDEP)
14638 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules config.status"
14639 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14642 dlls/d3d10core/tests: __builddeps__
14643 dlls/d3d10core/tests/__crosstest__: __buildcrossdeps__"
14644 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14645 d3d10core_test.exe"
14646 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14647 d3d10core_test.exe: \$(TOPOBJDIR)/dlls/d3d10core/tests/d3d10core_test.exe$DLLEXT
14648 cp \$(TOPOBJDIR)/dlls/d3d10core/tests/d3d10core_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14649 d3d10core_test.rc:
14650 echo \"d3d10core_test.exe TESTRES \\\"d3d10core_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14651 d3d10core_test.res: d3d10core_test.rc d3d10core_test.exe"
14652 ALL_DIRS="$ALL_DIRS \\
14653 dlls/d3d10core/tests"
14654 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14655 dlls/d3d10core/tests"
14656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14657 \$(RECURSE_TARGETS:%=dlls/d3d10core/tests/%) dlls/d3d10core/tests: dlls/d3d10core/tests/Makefile \$(MAKEDEP)
14658 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in Maketest.rules config.status"
14659 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14661 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14662 dlls/d3d8/libd3d8.$IMPLIBEXT"
14663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14664 dlls/d3d8/libd3d8.$IMPLIBEXT dlls/d3d8/libd3d8.cross.a: tools/widl tools/winebuild tools/winegcc include
14665 dlls/d3d8/libd3d8.$IMPLIBEXT dlls/d3d8/libd3d8.cross.a: dlls/d3d8/d3d8.spec dlls/d3d8/Makefile
14666 @cd dlls/d3d8 && \$(MAKE) \`basename \$@\`
14667 dlls/d3d8 dlls/d3d8/__install__ dlls/d3d8/__install-lib__ dlls/d3d8/__install-dev__: __builddeps__"
14668 ALL_DIRS="$ALL_DIRS \\
14669 dlls/d3d8"
14670 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14671 dlls/d3d8"
14672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14673 \$(RECURSE_TARGETS:%=dlls/d3d8/%) dlls/d3d8: dlls/d3d8/Makefile \$(MAKEDEP)
14674 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules config.status"
14675 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14678 dlls/d3d8/tests: __builddeps__
14679 dlls/d3d8/tests/__crosstest__: __buildcrossdeps__"
14680 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14681 d3d8_test.exe"
14682 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14683 d3d8_test.exe: \$(TOPOBJDIR)/dlls/d3d8/tests/d3d8_test.exe$DLLEXT
14684 cp \$(TOPOBJDIR)/dlls/d3d8/tests/d3d8_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14685 d3d8_test.rc:
14686 echo \"d3d8_test.exe TESTRES \\\"d3d8_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14687 d3d8_test.res: d3d8_test.rc d3d8_test.exe"
14688 ALL_DIRS="$ALL_DIRS \\
14689 dlls/d3d8/tests"
14690 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14691 dlls/d3d8/tests"
14692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14693 \$(RECURSE_TARGETS:%=dlls/d3d8/tests/%) dlls/d3d8/tests: dlls/d3d8/tests/Makefile \$(MAKEDEP)
14694 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in Maketest.rules config.status"
14695 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14697 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14698 dlls/d3d9/libd3d9.$IMPLIBEXT"
14699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14700 dlls/d3d9/libd3d9.$IMPLIBEXT dlls/d3d9/libd3d9.cross.a: tools/widl tools/winebuild tools/winegcc include
14701 dlls/d3d9/libd3d9.$IMPLIBEXT dlls/d3d9/libd3d9.cross.a: dlls/d3d9/d3d9.spec dlls/d3d9/Makefile
14702 @cd dlls/d3d9 && \$(MAKE) \`basename \$@\`
14703 dlls/d3d9 dlls/d3d9/__install__ dlls/d3d9/__install-lib__ dlls/d3d9/__install-dev__: __builddeps__"
14704 ALL_DIRS="$ALL_DIRS \\
14705 dlls/d3d9"
14706 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14707 dlls/d3d9"
14708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14709 \$(RECURSE_TARGETS:%=dlls/d3d9/%) dlls/d3d9: dlls/d3d9/Makefile \$(MAKEDEP)
14710 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules config.status"
14711 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14714 dlls/d3d9/tests: __builddeps__
14715 dlls/d3d9/tests/__crosstest__: __buildcrossdeps__"
14716 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14717 d3d9_test.exe"
14718 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14719 d3d9_test.exe: \$(TOPOBJDIR)/dlls/d3d9/tests/d3d9_test.exe$DLLEXT
14720 cp \$(TOPOBJDIR)/dlls/d3d9/tests/d3d9_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14721 d3d9_test.rc:
14722 echo \"d3d9_test.exe TESTRES \\\"d3d9_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14723 d3d9_test.res: d3d9_test.rc d3d9_test.exe"
14724 ALL_DIRS="$ALL_DIRS \\
14725 dlls/d3d9/tests"
14726 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14727 dlls/d3d9/tests"
14728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14729 \$(RECURSE_TARGETS:%=dlls/d3d9/tests/%) dlls/d3d9/tests: dlls/d3d9/tests/Makefile \$(MAKEDEP)
14730 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in Maketest.rules config.status"
14731 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14733 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14734 dlls/d3dim/libd3dim.$IMPLIBEXT"
14735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14736 dlls/d3dim/libd3dim.$IMPLIBEXT dlls/d3dim/libd3dim.cross.a: tools/widl tools/winebuild tools/winegcc include
14737 dlls/d3dim/libd3dim.$IMPLIBEXT dlls/d3dim/libd3dim.cross.a: dlls/d3dim/d3dim.spec dlls/d3dim/Makefile
14738 @cd dlls/d3dim && \$(MAKE) \`basename \$@\`
14739 dlls/d3dim dlls/d3dim/__install__ dlls/d3dim/__install-lib__ dlls/d3dim/__install-dev__: __builddeps__"
14740 ALL_DIRS="$ALL_DIRS \\
14741 dlls/d3dim"
14742 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14743 dlls/d3dim"
14744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14745 \$(RECURSE_TARGETS:%=dlls/d3dim/%) dlls/d3dim: dlls/d3dim/Makefile \$(MAKEDEP)
14746 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules config.status"
14747 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14749 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14750 dlls/d3drm/libd3drm.$IMPLIBEXT"
14751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14752 dlls/d3drm/libd3drm.$IMPLIBEXT dlls/d3drm/libd3drm.cross.a: tools/widl tools/winebuild tools/winegcc include
14753 dlls/d3drm/libd3drm.$IMPLIBEXT dlls/d3drm/libd3drm.cross.a: dlls/d3drm/d3drm.spec dlls/d3drm/Makefile
14754 @cd dlls/d3drm && \$(MAKE) \`basename \$@\`
14755 dlls/d3drm dlls/d3drm/__install__ dlls/d3drm/__install-lib__ dlls/d3drm/__install-dev__: __builddeps__"
14756 ALL_DIRS="$ALL_DIRS \\
14757 dlls/d3drm"
14758 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14759 dlls/d3drm"
14760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14761 \$(RECURSE_TARGETS:%=dlls/d3drm/%) dlls/d3drm: dlls/d3drm/Makefile \$(MAKEDEP)
14762 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules config.status"
14763 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14766 dlls/d3drm/tests: __builddeps__
14767 dlls/d3drm/tests/__crosstest__: __buildcrossdeps__"
14768 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14769 d3drm_test.exe"
14770 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14771 d3drm_test.exe: \$(TOPOBJDIR)/dlls/d3drm/tests/d3drm_test.exe$DLLEXT
14772 cp \$(TOPOBJDIR)/dlls/d3drm/tests/d3drm_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14773 d3drm_test.rc:
14774 echo \"d3drm_test.exe TESTRES \\\"d3drm_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14775 d3drm_test.res: d3drm_test.rc d3drm_test.exe"
14776 ALL_DIRS="$ALL_DIRS \\
14777 dlls/d3drm/tests"
14778 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14779 dlls/d3drm/tests"
14780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14781 \$(RECURSE_TARGETS:%=dlls/d3drm/tests/%) dlls/d3drm/tests: dlls/d3drm/tests/Makefile \$(MAKEDEP)
14782 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in Maketest.rules config.status"
14783 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14786 dlls/d3dx9_24 dlls/d3dx9_24/__install__ dlls/d3dx9_24/__install-lib__ dlls/d3dx9_24/__install-dev__: __builddeps__"
14787 ALL_DIRS="$ALL_DIRS \\
14788 dlls/d3dx9_24"
14789 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14790 dlls/d3dx9_24"
14791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14792 \$(RECURSE_TARGETS:%=dlls/d3dx9_24/%) dlls/d3dx9_24: dlls/d3dx9_24/Makefile \$(MAKEDEP)
14793 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules config.status"
14794 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14797 dlls/d3dx9_25 dlls/d3dx9_25/__install__ dlls/d3dx9_25/__install-lib__ dlls/d3dx9_25/__install-dev__: __builddeps__"
14798 ALL_DIRS="$ALL_DIRS \\
14799 dlls/d3dx9_25"
14800 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14801 dlls/d3dx9_25"
14802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14803 \$(RECURSE_TARGETS:%=dlls/d3dx9_25/%) dlls/d3dx9_25: dlls/d3dx9_25/Makefile \$(MAKEDEP)
14804 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules config.status"
14805 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14808 dlls/d3dx9_26 dlls/d3dx9_26/__install__ dlls/d3dx9_26/__install-lib__ dlls/d3dx9_26/__install-dev__: __builddeps__"
14809 ALL_DIRS="$ALL_DIRS \\
14810 dlls/d3dx9_26"
14811 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14812 dlls/d3dx9_26"
14813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14814 \$(RECURSE_TARGETS:%=dlls/d3dx9_26/%) dlls/d3dx9_26: dlls/d3dx9_26/Makefile \$(MAKEDEP)
14815 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules config.status"
14816 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14819 dlls/d3dx9_27 dlls/d3dx9_27/__install__ dlls/d3dx9_27/__install-lib__ dlls/d3dx9_27/__install-dev__: __builddeps__"
14820 ALL_DIRS="$ALL_DIRS \\
14821 dlls/d3dx9_27"
14822 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14823 dlls/d3dx9_27"
14824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14825 \$(RECURSE_TARGETS:%=dlls/d3dx9_27/%) dlls/d3dx9_27: dlls/d3dx9_27/Makefile \$(MAKEDEP)
14826 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules config.status"
14827 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14830 dlls/d3dx9_28 dlls/d3dx9_28/__install__ dlls/d3dx9_28/__install-lib__ dlls/d3dx9_28/__install-dev__: __builddeps__"
14831 ALL_DIRS="$ALL_DIRS \\
14832 dlls/d3dx9_28"
14833 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14834 dlls/d3dx9_28"
14835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14836 \$(RECURSE_TARGETS:%=dlls/d3dx9_28/%) dlls/d3dx9_28: dlls/d3dx9_28/Makefile \$(MAKEDEP)
14837 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules config.status"
14838 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14841 dlls/d3dx9_29 dlls/d3dx9_29/__install__ dlls/d3dx9_29/__install-lib__ dlls/d3dx9_29/__install-dev__: __builddeps__"
14842 ALL_DIRS="$ALL_DIRS \\
14843 dlls/d3dx9_29"
14844 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14845 dlls/d3dx9_29"
14846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14847 \$(RECURSE_TARGETS:%=dlls/d3dx9_29/%) dlls/d3dx9_29: dlls/d3dx9_29/Makefile \$(MAKEDEP)
14848 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules config.status"
14849 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14852 dlls/d3dx9_30 dlls/d3dx9_30/__install__ dlls/d3dx9_30/__install-lib__ dlls/d3dx9_30/__install-dev__: __builddeps__"
14853 ALL_DIRS="$ALL_DIRS \\
14854 dlls/d3dx9_30"
14855 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14856 dlls/d3dx9_30"
14857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14858 \$(RECURSE_TARGETS:%=dlls/d3dx9_30/%) dlls/d3dx9_30: dlls/d3dx9_30/Makefile \$(MAKEDEP)
14859 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules config.status"
14860 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14863 dlls/d3dx9_31 dlls/d3dx9_31/__install__ dlls/d3dx9_31/__install-lib__ dlls/d3dx9_31/__install-dev__: __builddeps__"
14864 ALL_DIRS="$ALL_DIRS \\
14865 dlls/d3dx9_31"
14866 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14867 dlls/d3dx9_31"
14868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14869 \$(RECURSE_TARGETS:%=dlls/d3dx9_31/%) dlls/d3dx9_31: dlls/d3dx9_31/Makefile \$(MAKEDEP)
14870 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules config.status"
14871 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14874 dlls/d3dx9_32 dlls/d3dx9_32/__install__ dlls/d3dx9_32/__install-lib__ dlls/d3dx9_32/__install-dev__: __builddeps__"
14875 ALL_DIRS="$ALL_DIRS \\
14876 dlls/d3dx9_32"
14877 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14878 dlls/d3dx9_32"
14879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14880 \$(RECURSE_TARGETS:%=dlls/d3dx9_32/%) dlls/d3dx9_32: dlls/d3dx9_32/Makefile \$(MAKEDEP)
14881 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules config.status"
14882 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14885 dlls/d3dx9_33 dlls/d3dx9_33/__install__ dlls/d3dx9_33/__install-lib__ dlls/d3dx9_33/__install-dev__: __builddeps__"
14886 ALL_DIRS="$ALL_DIRS \\
14887 dlls/d3dx9_33"
14888 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14889 dlls/d3dx9_33"
14890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14891 \$(RECURSE_TARGETS:%=dlls/d3dx9_33/%) dlls/d3dx9_33: dlls/d3dx9_33/Makefile \$(MAKEDEP)
14892 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules config.status"
14893 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14896 dlls/d3dx9_34 dlls/d3dx9_34/__install__ dlls/d3dx9_34/__install-lib__ dlls/d3dx9_34/__install-dev__: __builddeps__"
14897 ALL_DIRS="$ALL_DIRS \\
14898 dlls/d3dx9_34"
14899 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14900 dlls/d3dx9_34"
14901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14902 \$(RECURSE_TARGETS:%=dlls/d3dx9_34/%) dlls/d3dx9_34: dlls/d3dx9_34/Makefile \$(MAKEDEP)
14903 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules config.status"
14904 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14907 dlls/d3dx9_35 dlls/d3dx9_35/__install__ dlls/d3dx9_35/__install-lib__ dlls/d3dx9_35/__install-dev__: __builddeps__"
14908 ALL_DIRS="$ALL_DIRS \\
14909 dlls/d3dx9_35"
14910 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14911 dlls/d3dx9_35"
14912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14913 \$(RECURSE_TARGETS:%=dlls/d3dx9_35/%) dlls/d3dx9_35: dlls/d3dx9_35/Makefile \$(MAKEDEP)
14914 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules config.status"
14915 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14917 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14918 dlls/d3dx9_36/libd3dx9.$IMPLIBEXT \\
14919 dlls/libd3dx9.$IMPLIBEXT"
14920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14921 dlls/d3dx9_36/libd3dx9.$IMPLIBEXT dlls/d3dx9_36/libd3dx9.cross.a: tools/widl tools/winebuild tools/winegcc include
14922 dlls/libd3dx9.$IMPLIBEXT: dlls/d3dx9_36/libd3dx9.$IMPLIBEXT
14923 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.$IMPLIBEXT \$@
14924 dlls/libd3dx9.cross.a: dlls/d3dx9_36/libd3dx9.cross.a
14925 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.cross.a \$@
14926 clean::
14927 \$(RM) dlls/libd3dx9.$IMPLIBEXT
14928 dlls/d3dx9_36/libd3dx9.$IMPLIBEXT dlls/d3dx9_36/libd3dx9.cross.a: dlls/d3dx9_36/d3dx9_36.spec dlls/d3dx9_36/Makefile
14929 @cd dlls/d3dx9_36 && \$(MAKE) \`basename \$@\`
14930 dlls/d3dx9_36 dlls/d3dx9_36/__install__ dlls/d3dx9_36/__install-lib__ dlls/d3dx9_36/__install-dev__: __builddeps__"
14931 ALL_DIRS="$ALL_DIRS \\
14932 dlls/d3dx9_36"
14933 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14934 dlls/d3dx9_36"
14935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14936 \$(RECURSE_TARGETS:%=dlls/d3dx9_36/%) dlls/d3dx9_36: dlls/d3dx9_36/Makefile \$(MAKEDEP)
14937 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules config.status"
14938 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14941 dlls/d3dx9_36/tests: __builddeps__
14942 dlls/d3dx9_36/tests/__crosstest__: __buildcrossdeps__"
14943 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14944 d3dx9_36_test.exe"
14945 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14946 d3dx9_36_test.exe: \$(TOPOBJDIR)/dlls/d3dx9_36/tests/d3dx9_36_test.exe$DLLEXT
14947 cp \$(TOPOBJDIR)/dlls/d3dx9_36/tests/d3dx9_36_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14948 d3dx9_36_test.rc:
14949 echo \"d3dx9_36_test.exe TESTRES \\\"d3dx9_36_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14950 d3dx9_36_test.res: d3dx9_36_test.rc d3dx9_36_test.exe"
14951 ALL_DIRS="$ALL_DIRS \\
14952 dlls/d3dx9_36/tests"
14953 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14954 dlls/d3dx9_36/tests"
14955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14956 \$(RECURSE_TARGETS:%=dlls/d3dx9_36/tests/%) dlls/d3dx9_36/tests: dlls/d3dx9_36/tests/Makefile \$(MAKEDEP)
14957 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in Maketest.rules config.status"
14958 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14961 dlls/d3dx9_37 dlls/d3dx9_37/__install__ dlls/d3dx9_37/__install-lib__ dlls/d3dx9_37/__install-dev__: __builddeps__"
14962 ALL_DIRS="$ALL_DIRS \\
14963 dlls/d3dx9_37"
14964 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14965 dlls/d3dx9_37"
14966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14967 \$(RECURSE_TARGETS:%=dlls/d3dx9_37/%) dlls/d3dx9_37: dlls/d3dx9_37/Makefile \$(MAKEDEP)
14968 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules config.status"
14969 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14972 dlls/d3dx9_38 dlls/d3dx9_38/__install__ dlls/d3dx9_38/__install-lib__ dlls/d3dx9_38/__install-dev__: __builddeps__"
14973 ALL_DIRS="$ALL_DIRS \\
14974 dlls/d3dx9_38"
14975 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14976 dlls/d3dx9_38"
14977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14978 \$(RECURSE_TARGETS:%=dlls/d3dx9_38/%) dlls/d3dx9_38: dlls/d3dx9_38/Makefile \$(MAKEDEP)
14979 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules config.status"
14980 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14983 dlls/d3dx9_39 dlls/d3dx9_39/__install__ dlls/d3dx9_39/__install-lib__ dlls/d3dx9_39/__install-dev__: __builddeps__"
14984 ALL_DIRS="$ALL_DIRS \\
14985 dlls/d3dx9_39"
14986 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14987 dlls/d3dx9_39"
14988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14989 \$(RECURSE_TARGETS:%=dlls/d3dx9_39/%) dlls/d3dx9_39: dlls/d3dx9_39/Makefile \$(MAKEDEP)
14990 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules config.status"
14991 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14994 dlls/d3dx9_40 dlls/d3dx9_40/__install__ dlls/d3dx9_40/__install-lib__ dlls/d3dx9_40/__install-dev__: __builddeps__"
14995 ALL_DIRS="$ALL_DIRS \\
14996 dlls/d3dx9_40"
14997 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14998 dlls/d3dx9_40"
14999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15000 \$(RECURSE_TARGETS:%=dlls/d3dx9_40/%) dlls/d3dx9_40: dlls/d3dx9_40/Makefile \$(MAKEDEP)
15001 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules config.status"
15002 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
15004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15005 dlls/d3dx9_41 dlls/d3dx9_41/__install__ dlls/d3dx9_41/__install-lib__ dlls/d3dx9_41/__install-dev__: __builddeps__"
15006 ALL_DIRS="$ALL_DIRS \\
15007 dlls/d3dx9_41"
15008 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15009 dlls/d3dx9_41"
15010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15011 \$(RECURSE_TARGETS:%=dlls/d3dx9_41/%) dlls/d3dx9_41: dlls/d3dx9_41/Makefile \$(MAKEDEP)
15012 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules config.status"
15013 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
15015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15016 dlls/d3dx9_42 dlls/d3dx9_42/__install__ dlls/d3dx9_42/__install-lib__ dlls/d3dx9_42/__install-dev__: __builddeps__"
15017 ALL_DIRS="$ALL_DIRS \\
15018 dlls/d3dx9_42"
15019 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15020 dlls/d3dx9_42"
15021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15022 \$(RECURSE_TARGETS:%=dlls/d3dx9_42/%) dlls/d3dx9_42: dlls/d3dx9_42/Makefile \$(MAKEDEP)
15023 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules config.status"
15024 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
15026 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15027 dlls/d3dxof/libd3dxof.$IMPLIBEXT"
15028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15029 dlls/d3dxof/libd3dxof.$IMPLIBEXT dlls/d3dxof/libd3dxof.cross.a: tools/widl tools/winebuild tools/winegcc include
15030 dlls/d3dxof/libd3dxof.$IMPLIBEXT dlls/d3dxof/libd3dxof.cross.a: dlls/d3dxof/d3dxof.spec dlls/d3dxof/Makefile
15031 @cd dlls/d3dxof && \$(MAKE) \`basename \$@\`
15032 dlls/d3dxof dlls/d3dxof/__install__ dlls/d3dxof/__install-lib__ dlls/d3dxof/__install-dev__: __builddeps__"
15033 ALL_DIRS="$ALL_DIRS \\
15034 dlls/d3dxof"
15035 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15036 dlls/d3dxof"
15037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15038 \$(RECURSE_TARGETS:%=dlls/d3dxof/%) dlls/d3dxof: dlls/d3dxof/Makefile \$(MAKEDEP)
15039 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules config.status"
15040 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
15042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15043 dlls/d3dxof/tests: __builddeps__
15044 dlls/d3dxof/tests/__crosstest__: __buildcrossdeps__"
15045 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15046 d3dxof_test.exe"
15047 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15048 d3dxof_test.exe: \$(TOPOBJDIR)/dlls/d3dxof/tests/d3dxof_test.exe$DLLEXT
15049 cp \$(TOPOBJDIR)/dlls/d3dxof/tests/d3dxof_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15050 d3dxof_test.rc:
15051 echo \"d3dxof_test.exe TESTRES \\\"d3dxof_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15052 d3dxof_test.res: d3dxof_test.rc d3dxof_test.exe"
15053 ALL_DIRS="$ALL_DIRS \\
15054 dlls/d3dxof/tests"
15055 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15056 dlls/d3dxof/tests"
15057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15058 \$(RECURSE_TARGETS:%=dlls/d3dxof/tests/%) dlls/d3dxof/tests: dlls/d3dxof/tests/Makefile \$(MAKEDEP)
15059 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in Maketest.rules config.status"
15060 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
15062 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15063 dlls/dbghelp/libdbghelp.$IMPLIBEXT"
15064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15065 dlls/dbghelp/libdbghelp.$IMPLIBEXT dlls/dbghelp/libdbghelp.cross.a: tools/widl tools/winebuild tools/winegcc include
15066 dlls/dbghelp/libdbghelp.$IMPLIBEXT dlls/dbghelp/libdbghelp.cross.a: dlls/dbghelp/dbghelp.spec dlls/dbghelp/Makefile
15067 @cd dlls/dbghelp && \$(MAKE) \`basename \$@\`
15068 dlls/dbghelp dlls/dbghelp/__install__ dlls/dbghelp/__install-lib__ dlls/dbghelp/__install-dev__: __builddeps__"
15069 ALL_DIRS="$ALL_DIRS \\
15070 dlls/dbghelp"
15071 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15072 dlls/dbghelp"
15073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15074 \$(RECURSE_TARGETS:%=dlls/dbghelp/%) dlls/dbghelp: dlls/dbghelp/Makefile \$(MAKEDEP)
15075 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules config.status"
15076 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
15078 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15079 dlls/dciman32/libdciman32.$IMPLIBEXT"
15080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15081 dlls/dciman32/libdciman32.$IMPLIBEXT dlls/dciman32/libdciman32.cross.a: tools/widl tools/winebuild tools/winegcc include
15082 dlls/dciman32/libdciman32.$IMPLIBEXT dlls/dciman32/libdciman32.cross.a: dlls/dciman32/dciman32.spec dlls/dciman32/Makefile
15083 @cd dlls/dciman32 && \$(MAKE) \`basename \$@\`
15084 dlls/dciman32 dlls/dciman32/__install__ dlls/dciman32/__install-lib__ dlls/dciman32/__install-dev__: __builddeps__"
15085 ALL_DIRS="$ALL_DIRS \\
15086 dlls/dciman32"
15087 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15088 dlls/dciman32"
15089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15090 \$(RECURSE_TARGETS:%=dlls/dciman32/%) dlls/dciman32: dlls/dciman32/Makefile \$(MAKEDEP)
15091 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules config.status"
15092 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
15094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15095 dlls/ddeml.dll16 dlls/ddeml.dll16/__install__ dlls/ddeml.dll16/__install-lib__ dlls/ddeml.dll16/__install-dev__: __builddeps__"
15096 ALL_DIRS="$ALL_DIRS \\
15097 dlls/ddeml.dll16"
15098 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15099 dlls/ddeml.dll16"
15100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15101 \$(RECURSE_TARGETS:%=dlls/ddeml.dll16/%) dlls/ddeml.dll16: dlls/ddeml.dll16/Makefile \$(MAKEDEP)
15102 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules config.status"
15103 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
15105 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15106 dlls/ddraw/libddraw.$IMPLIBEXT"
15107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15108 dlls/ddraw/libddraw.$IMPLIBEXT dlls/ddraw/libddraw.cross.a: tools/widl tools/winebuild tools/winegcc include
15109 dlls/ddraw/libddraw.$IMPLIBEXT dlls/ddraw/libddraw.cross.a: dlls/ddraw/ddraw.spec dlls/ddraw/Makefile
15110 @cd dlls/ddraw && \$(MAKE) \`basename \$@\`
15111 dlls/ddraw dlls/ddraw/__install__ dlls/ddraw/__install-lib__ dlls/ddraw/__install-dev__: __builddeps__"
15112 ALL_DIRS="$ALL_DIRS \\
15113 dlls/ddraw"
15114 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15115 dlls/ddraw"
15116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15117 \$(RECURSE_TARGETS:%=dlls/ddraw/%) dlls/ddraw: dlls/ddraw/Makefile \$(MAKEDEP)
15118 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules config.status"
15119 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
15121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15122 dlls/ddraw/tests: __builddeps__
15123 dlls/ddraw/tests/__crosstest__: __buildcrossdeps__"
15124 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15125 ddraw_test.exe"
15126 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15127 ddraw_test.exe: \$(TOPOBJDIR)/dlls/ddraw/tests/ddraw_test.exe$DLLEXT
15128 cp \$(TOPOBJDIR)/dlls/ddraw/tests/ddraw_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15129 ddraw_test.rc:
15130 echo \"ddraw_test.exe TESTRES \\\"ddraw_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15131 ddraw_test.res: ddraw_test.rc ddraw_test.exe"
15132 ALL_DIRS="$ALL_DIRS \\
15133 dlls/ddraw/tests"
15134 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15135 dlls/ddraw/tests"
15136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15137 \$(RECURSE_TARGETS:%=dlls/ddraw/tests/%) dlls/ddraw/tests: dlls/ddraw/tests/Makefile \$(MAKEDEP)
15138 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in Maketest.rules config.status"
15139 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
15141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15142 dlls/ddrawex dlls/ddrawex/__install__ dlls/ddrawex/__install-lib__ dlls/ddrawex/__install-dev__: __builddeps__"
15143 ALL_DIRS="$ALL_DIRS \\
15144 dlls/ddrawex"
15145 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15146 dlls/ddrawex"
15147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15148 \$(RECURSE_TARGETS:%=dlls/ddrawex/%) dlls/ddrawex: dlls/ddrawex/Makefile \$(MAKEDEP)
15149 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules config.status"
15150 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
15152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15153 dlls/ddrawex/tests: __builddeps__
15154 dlls/ddrawex/tests/__crosstest__: __buildcrossdeps__"
15155 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15156 ddrawex_test.exe"
15157 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15158 ddrawex_test.exe: \$(TOPOBJDIR)/dlls/ddrawex/tests/ddrawex_test.exe$DLLEXT
15159 cp \$(TOPOBJDIR)/dlls/ddrawex/tests/ddrawex_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15160 ddrawex_test.rc:
15161 echo \"ddrawex_test.exe TESTRES \\\"ddrawex_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15162 ddrawex_test.res: ddrawex_test.rc ddrawex_test.exe"
15163 ALL_DIRS="$ALL_DIRS \\
15164 dlls/ddrawex/tests"
15165 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15166 dlls/ddrawex/tests"
15167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15168 \$(RECURSE_TARGETS:%=dlls/ddrawex/tests/%) dlls/ddrawex/tests: dlls/ddrawex/tests/Makefile \$(MAKEDEP)
15169 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in Maketest.rules config.status"
15170 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
15172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15173 dlls/devenum dlls/devenum/__install__ dlls/devenum/__install-lib__ dlls/devenum/__install-dev__: __builddeps__"
15174 ALL_DIRS="$ALL_DIRS \\
15175 dlls/devenum"
15176 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15177 dlls/devenum"
15178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15179 \$(RECURSE_TARGETS:%=dlls/devenum/%) dlls/devenum: dlls/devenum/Makefile \$(MAKEDEP)
15180 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules config.status"
15181 ac_config_files="$ac_config_files dlls/devenum/Makefile"
15183 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15184 dlls/dinput/libdinput.$IMPLIBEXT \\
15185 dlls/dinput/libdinput.$STATIC_IMPLIBEXT"
15186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15187 dlls/dinput/libdinput.$IMPLIBEXT dlls/dinput/libdinput.$STATIC_IMPLIBEXT dlls/dinput/libdinput.cross.a: tools/widl tools/winebuild tools/winegcc include
15188 dlls/dinput/libdinput.def: dlls/dinput/dinput.spec dlls/dinput/Makefile
15189 @cd dlls/dinput && \$(MAKE) \`basename \$@\`
15190 dlls/dinput/libdinput.$STATIC_IMPLIBEXT dlls/dinput/libdinput.cross.a: dlls/dinput/Makefile dummy
15191 @cd dlls/dinput && \$(MAKE) \`basename \$@\`
15192 dlls/dinput dlls/dinput/__install__ dlls/dinput/__install-lib__ dlls/dinput/__install-dev__: __builddeps__"
15193 ALL_DIRS="$ALL_DIRS \\
15194 dlls/dinput"
15195 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15196 dlls/dinput"
15197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15198 \$(RECURSE_TARGETS:%=dlls/dinput/%) dlls/dinput: dlls/dinput/Makefile \$(MAKEDEP)
15199 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules config.status"
15200 ac_config_files="$ac_config_files dlls/dinput/Makefile"
15202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15203 dlls/dinput/tests: __builddeps__
15204 dlls/dinput/tests/__crosstest__: __buildcrossdeps__"
15205 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15206 dinput_test.exe"
15207 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15208 dinput_test.exe: \$(TOPOBJDIR)/dlls/dinput/tests/dinput_test.exe$DLLEXT
15209 cp \$(TOPOBJDIR)/dlls/dinput/tests/dinput_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15210 dinput_test.rc:
15211 echo \"dinput_test.exe TESTRES \\\"dinput_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15212 dinput_test.res: dinput_test.rc dinput_test.exe"
15213 ALL_DIRS="$ALL_DIRS \\
15214 dlls/dinput/tests"
15215 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15216 dlls/dinput/tests"
15217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15218 \$(RECURSE_TARGETS:%=dlls/dinput/tests/%) dlls/dinput/tests: dlls/dinput/tests/Makefile \$(MAKEDEP)
15219 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in Maketest.rules config.status"
15220 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
15222 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15223 dlls/dinput8/libdinput8.$IMPLIBEXT"
15224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15225 dlls/dinput8/libdinput8.$IMPLIBEXT dlls/dinput8/libdinput8.cross.a: tools/widl tools/winebuild tools/winegcc include
15226 dlls/dinput8/libdinput8.$IMPLIBEXT dlls/dinput8/libdinput8.cross.a: dlls/dinput8/dinput8.spec dlls/dinput8/Makefile
15227 @cd dlls/dinput8 && \$(MAKE) \`basename \$@\`
15228 dlls/dinput8 dlls/dinput8/__install__ dlls/dinput8/__install-lib__ dlls/dinput8/__install-dev__: __builddeps__"
15229 ALL_DIRS="$ALL_DIRS \\
15230 dlls/dinput8"
15231 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15232 dlls/dinput8"
15233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15234 \$(RECURSE_TARGETS:%=dlls/dinput8/%) dlls/dinput8: dlls/dinput8/Makefile \$(MAKEDEP)
15235 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules config.status"
15236 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
15238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15239 dlls/dispdib.dll16 dlls/dispdib.dll16/__install__ dlls/dispdib.dll16/__install-lib__ dlls/dispdib.dll16/__install-dev__: __builddeps__"
15240 ALL_DIRS="$ALL_DIRS \\
15241 dlls/dispdib.dll16"
15242 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15243 dlls/dispdib.dll16"
15244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15245 \$(RECURSE_TARGETS:%=dlls/dispdib.dll16/%) dlls/dispdib.dll16: dlls/dispdib.dll16/Makefile \$(MAKEDEP)
15246 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules config.status"
15247 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
15249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15250 dlls/display.drv16 dlls/display.drv16/__install__ dlls/display.drv16/__install-lib__ dlls/display.drv16/__install-dev__: __builddeps__"
15251 ALL_DIRS="$ALL_DIRS \\
15252 dlls/display.drv16"
15253 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15254 dlls/display.drv16"
15255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15256 \$(RECURSE_TARGETS:%=dlls/display.drv16/%) dlls/display.drv16: dlls/display.drv16/Makefile \$(MAKEDEP)
15257 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules config.status"
15258 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
15260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15261 dlls/dmband dlls/dmband/__install__ dlls/dmband/__install-lib__ dlls/dmband/__install-dev__: __builddeps__"
15262 ALL_DIRS="$ALL_DIRS \\
15263 dlls/dmband"
15264 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15265 dlls/dmband"
15266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15267 \$(RECURSE_TARGETS:%=dlls/dmband/%) dlls/dmband: dlls/dmband/Makefile \$(MAKEDEP)
15268 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules config.status"
15269 ac_config_files="$ac_config_files dlls/dmband/Makefile"
15271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15272 dlls/dmcompos dlls/dmcompos/__install__ dlls/dmcompos/__install-lib__ dlls/dmcompos/__install-dev__: __builddeps__"
15273 ALL_DIRS="$ALL_DIRS \\
15274 dlls/dmcompos"
15275 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15276 dlls/dmcompos"
15277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15278 \$(RECURSE_TARGETS:%=dlls/dmcompos/%) dlls/dmcompos: dlls/dmcompos/Makefile \$(MAKEDEP)
15279 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules config.status"
15280 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
15282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15283 dlls/dmime dlls/dmime/__install__ dlls/dmime/__install-lib__ dlls/dmime/__install-dev__: __builddeps__"
15284 ALL_DIRS="$ALL_DIRS \\
15285 dlls/dmime"
15286 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15287 dlls/dmime"
15288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15289 \$(RECURSE_TARGETS:%=dlls/dmime/%) dlls/dmime: dlls/dmime/Makefile \$(MAKEDEP)
15290 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules config.status"
15291 ac_config_files="$ac_config_files dlls/dmime/Makefile"
15293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15294 dlls/dmloader dlls/dmloader/__install__ dlls/dmloader/__install-lib__ dlls/dmloader/__install-dev__: __builddeps__"
15295 ALL_DIRS="$ALL_DIRS \\
15296 dlls/dmloader"
15297 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15298 dlls/dmloader"
15299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15300 \$(RECURSE_TARGETS:%=dlls/dmloader/%) dlls/dmloader: dlls/dmloader/Makefile \$(MAKEDEP)
15301 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules config.status"
15302 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
15304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15305 dlls/dmloader/tests: __builddeps__
15306 dlls/dmloader/tests/__crosstest__: __buildcrossdeps__"
15307 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15308 dmloader_test.exe"
15309 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15310 dmloader_test.exe: \$(TOPOBJDIR)/dlls/dmloader/tests/dmloader_test.exe$DLLEXT
15311 cp \$(TOPOBJDIR)/dlls/dmloader/tests/dmloader_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15312 dmloader_test.rc:
15313 echo \"dmloader_test.exe TESTRES \\\"dmloader_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15314 dmloader_test.res: dmloader_test.rc dmloader_test.exe"
15315 ALL_DIRS="$ALL_DIRS \\
15316 dlls/dmloader/tests"
15317 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15318 dlls/dmloader/tests"
15319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15320 \$(RECURSE_TARGETS:%=dlls/dmloader/tests/%) dlls/dmloader/tests: dlls/dmloader/tests/Makefile \$(MAKEDEP)
15321 dlls/dmloader/tests/Makefile: dlls/dmloader/tests/Makefile.in Maketest.rules config.status"
15322 ac_config_files="$ac_config_files dlls/dmloader/tests/Makefile"
15324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15325 dlls/dmscript dlls/dmscript/__install__ dlls/dmscript/__install-lib__ dlls/dmscript/__install-dev__: __builddeps__"
15326 ALL_DIRS="$ALL_DIRS \\
15327 dlls/dmscript"
15328 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15329 dlls/dmscript"
15330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15331 \$(RECURSE_TARGETS:%=dlls/dmscript/%) dlls/dmscript: dlls/dmscript/Makefile \$(MAKEDEP)
15332 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules config.status"
15333 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
15335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15336 dlls/dmstyle dlls/dmstyle/__install__ dlls/dmstyle/__install-lib__ dlls/dmstyle/__install-dev__: __builddeps__"
15337 ALL_DIRS="$ALL_DIRS \\
15338 dlls/dmstyle"
15339 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15340 dlls/dmstyle"
15341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15342 \$(RECURSE_TARGETS:%=dlls/dmstyle/%) dlls/dmstyle: dlls/dmstyle/Makefile \$(MAKEDEP)
15343 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules config.status"
15344 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
15346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15347 dlls/dmsynth dlls/dmsynth/__install__ dlls/dmsynth/__install-lib__ dlls/dmsynth/__install-dev__: __builddeps__"
15348 ALL_DIRS="$ALL_DIRS \\
15349 dlls/dmsynth"
15350 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15351 dlls/dmsynth"
15352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15353 \$(RECURSE_TARGETS:%=dlls/dmsynth/%) dlls/dmsynth: dlls/dmsynth/Makefile \$(MAKEDEP)
15354 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules config.status"
15355 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
15357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15358 dlls/dmusic dlls/dmusic/__install__ dlls/dmusic/__install-lib__ dlls/dmusic/__install-dev__: __builddeps__"
15359 ALL_DIRS="$ALL_DIRS \\
15360 dlls/dmusic"
15361 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15362 dlls/dmusic"
15363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15364 \$(RECURSE_TARGETS:%=dlls/dmusic/%) dlls/dmusic: dlls/dmusic/Makefile \$(MAKEDEP)
15365 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules config.status"
15366 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
15368 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15369 dlls/dmusic32/libdmusic32.$IMPLIBEXT"
15370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15371 dlls/dmusic32/libdmusic32.$IMPLIBEXT dlls/dmusic32/libdmusic32.cross.a: tools/widl tools/winebuild tools/winegcc include
15372 dlls/dmusic32/libdmusic32.$IMPLIBEXT dlls/dmusic32/libdmusic32.cross.a: dlls/dmusic32/dmusic32.spec dlls/dmusic32/Makefile
15373 @cd dlls/dmusic32 && \$(MAKE) \`basename \$@\`
15374 dlls/dmusic32 dlls/dmusic32/__install__ dlls/dmusic32/__install-lib__ dlls/dmusic32/__install-dev__: __builddeps__"
15375 ALL_DIRS="$ALL_DIRS \\
15376 dlls/dmusic32"
15377 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15378 dlls/dmusic32"
15379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15380 \$(RECURSE_TARGETS:%=dlls/dmusic32/%) dlls/dmusic32: dlls/dmusic32/Makefile \$(MAKEDEP)
15381 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules config.status"
15382 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
15384 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15385 dlls/dnsapi/libdnsapi.$IMPLIBEXT"
15386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15387 dlls/dnsapi/libdnsapi.$IMPLIBEXT dlls/dnsapi/libdnsapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15388 dlls/dnsapi/libdnsapi.$IMPLIBEXT dlls/dnsapi/libdnsapi.cross.a: dlls/dnsapi/dnsapi.spec dlls/dnsapi/Makefile
15389 @cd dlls/dnsapi && \$(MAKE) \`basename \$@\`
15390 dlls/dnsapi dlls/dnsapi/__install__ dlls/dnsapi/__install-lib__ dlls/dnsapi/__install-dev__: __builddeps__"
15391 ALL_DIRS="$ALL_DIRS \\
15392 dlls/dnsapi"
15393 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15394 dlls/dnsapi"
15395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15396 \$(RECURSE_TARGETS:%=dlls/dnsapi/%) dlls/dnsapi: dlls/dnsapi/Makefile \$(MAKEDEP)
15397 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules config.status"
15398 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
15400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15401 dlls/dnsapi/tests: __builddeps__
15402 dlls/dnsapi/tests/__crosstest__: __buildcrossdeps__"
15403 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15404 dnsapi_test.exe"
15405 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15406 dnsapi_test.exe: \$(TOPOBJDIR)/dlls/dnsapi/tests/dnsapi_test.exe$DLLEXT
15407 cp \$(TOPOBJDIR)/dlls/dnsapi/tests/dnsapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15408 dnsapi_test.rc:
15409 echo \"dnsapi_test.exe TESTRES \\\"dnsapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15410 dnsapi_test.res: dnsapi_test.rc dnsapi_test.exe"
15411 ALL_DIRS="$ALL_DIRS \\
15412 dlls/dnsapi/tests"
15413 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15414 dlls/dnsapi/tests"
15415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15416 \$(RECURSE_TARGETS:%=dlls/dnsapi/tests/%) dlls/dnsapi/tests: dlls/dnsapi/tests/Makefile \$(MAKEDEP)
15417 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in Maketest.rules config.status"
15418 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
15420 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15421 dlls/dplay/libdplay.$IMPLIBEXT"
15422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15423 dlls/dplay/libdplay.$IMPLIBEXT dlls/dplay/libdplay.cross.a: tools/widl tools/winebuild tools/winegcc include
15424 dlls/dplay/libdplay.$IMPLIBEXT dlls/dplay/libdplay.cross.a: dlls/dplay/dplay.spec dlls/dplay/Makefile
15425 @cd dlls/dplay && \$(MAKE) \`basename \$@\`
15426 dlls/dplay dlls/dplay/__install__ dlls/dplay/__install-lib__ dlls/dplay/__install-dev__: __builddeps__"
15427 ALL_DIRS="$ALL_DIRS \\
15428 dlls/dplay"
15429 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15430 dlls/dplay"
15431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15432 \$(RECURSE_TARGETS:%=dlls/dplay/%) dlls/dplay: dlls/dplay/Makefile \$(MAKEDEP)
15433 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules config.status"
15434 ac_config_files="$ac_config_files dlls/dplay/Makefile"
15436 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15437 dlls/dplayx/libdplayx.$IMPLIBEXT"
15438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15439 dlls/dplayx/libdplayx.$IMPLIBEXT dlls/dplayx/libdplayx.cross.a: tools/widl tools/winebuild tools/winegcc include
15440 dlls/dplayx/libdplayx.$IMPLIBEXT dlls/dplayx/libdplayx.cross.a: dlls/dplayx/dplayx.spec dlls/dplayx/Makefile
15441 @cd dlls/dplayx && \$(MAKE) \`basename \$@\`
15442 dlls/dplayx dlls/dplayx/__install__ dlls/dplayx/__install-lib__ dlls/dplayx/__install-dev__: __builddeps__"
15443 ALL_DIRS="$ALL_DIRS \\
15444 dlls/dplayx"
15445 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15446 dlls/dplayx"
15447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15448 \$(RECURSE_TARGETS:%=dlls/dplayx/%) dlls/dplayx: dlls/dplayx/Makefile \$(MAKEDEP)
15449 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules config.status"
15450 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
15452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15453 dlls/dplayx/tests: __builddeps__
15454 dlls/dplayx/tests/__crosstest__: __buildcrossdeps__"
15455 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15456 dplayx_test.exe"
15457 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15458 dplayx_test.exe: \$(TOPOBJDIR)/dlls/dplayx/tests/dplayx_test.exe$DLLEXT
15459 cp \$(TOPOBJDIR)/dlls/dplayx/tests/dplayx_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15460 dplayx_test.rc:
15461 echo \"dplayx_test.exe TESTRES \\\"dplayx_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15462 dplayx_test.res: dplayx_test.rc dplayx_test.exe"
15463 ALL_DIRS="$ALL_DIRS \\
15464 dlls/dplayx/tests"
15465 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15466 dlls/dplayx/tests"
15467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15468 \$(RECURSE_TARGETS:%=dlls/dplayx/tests/%) dlls/dplayx/tests: dlls/dplayx/tests/Makefile \$(MAKEDEP)
15469 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in Maketest.rules config.status"
15470 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
15472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15473 dlls/dpnaddr dlls/dpnaddr/__install__ dlls/dpnaddr/__install-lib__ dlls/dpnaddr/__install-dev__: __builddeps__"
15474 ALL_DIRS="$ALL_DIRS \\
15475 dlls/dpnaddr"
15476 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15477 dlls/dpnaddr"
15478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15479 \$(RECURSE_TARGETS:%=dlls/dpnaddr/%) dlls/dpnaddr: dlls/dpnaddr/Makefile \$(MAKEDEP)
15480 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules config.status"
15481 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
15483 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15484 dlls/dpnet/libdpnet.$IMPLIBEXT"
15485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15486 dlls/dpnet/libdpnet.$IMPLIBEXT dlls/dpnet/libdpnet.cross.a: tools/widl tools/winebuild tools/winegcc include
15487 dlls/dpnet/libdpnet.$IMPLIBEXT dlls/dpnet/libdpnet.cross.a: dlls/dpnet/dpnet.spec dlls/dpnet/Makefile
15488 @cd dlls/dpnet && \$(MAKE) \`basename \$@\`
15489 dlls/dpnet dlls/dpnet/__install__ dlls/dpnet/__install-lib__ dlls/dpnet/__install-dev__: __builddeps__"
15490 ALL_DIRS="$ALL_DIRS \\
15491 dlls/dpnet"
15492 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15493 dlls/dpnet"
15494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15495 \$(RECURSE_TARGETS:%=dlls/dpnet/%) dlls/dpnet: dlls/dpnet/Makefile \$(MAKEDEP)
15496 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules config.status"
15497 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
15499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15500 dlls/dpnhpast dlls/dpnhpast/__install__ dlls/dpnhpast/__install-lib__ dlls/dpnhpast/__install-dev__: __builddeps__"
15501 ALL_DIRS="$ALL_DIRS \\
15502 dlls/dpnhpast"
15503 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15504 dlls/dpnhpast"
15505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15506 \$(RECURSE_TARGETS:%=dlls/dpnhpast/%) dlls/dpnhpast: dlls/dpnhpast/Makefile \$(MAKEDEP)
15507 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules config.status"
15508 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
15510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15511 dlls/dpnlobby dlls/dpnlobby/__install__ dlls/dpnlobby/__install-lib__ dlls/dpnlobby/__install-dev__: __builddeps__"
15512 ALL_DIRS="$ALL_DIRS \\
15513 dlls/dpnlobby"
15514 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15515 dlls/dpnlobby"
15516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15517 \$(RECURSE_TARGETS:%=dlls/dpnlobby/%) dlls/dpnlobby: dlls/dpnlobby/Makefile \$(MAKEDEP)
15518 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules config.status"
15519 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
15521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15522 dlls/dpwsockx dlls/dpwsockx/__install__ dlls/dpwsockx/__install-lib__ dlls/dpwsockx/__install-dev__: __builddeps__"
15523 ALL_DIRS="$ALL_DIRS \\
15524 dlls/dpwsockx"
15525 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15526 dlls/dpwsockx"
15527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15528 \$(RECURSE_TARGETS:%=dlls/dpwsockx/%) dlls/dpwsockx: dlls/dpwsockx/Makefile \$(MAKEDEP)
15529 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules config.status"
15530 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
15532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15533 dlls/drmclien dlls/drmclien/__install__ dlls/drmclien/__install-lib__ dlls/drmclien/__install-dev__: __builddeps__"
15534 ALL_DIRS="$ALL_DIRS \\
15535 dlls/drmclien"
15536 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15537 dlls/drmclien"
15538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15539 \$(RECURSE_TARGETS:%=dlls/drmclien/%) dlls/drmclien: dlls/drmclien/Makefile \$(MAKEDEP)
15540 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules config.status"
15541 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
15543 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15544 dlls/dsound/libdsound.$IMPLIBEXT"
15545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15546 dlls/dsound/libdsound.$IMPLIBEXT dlls/dsound/libdsound.cross.a: tools/widl tools/winebuild tools/winegcc include
15547 dlls/dsound/libdsound.$IMPLIBEXT dlls/dsound/libdsound.cross.a: dlls/dsound/dsound.spec dlls/dsound/Makefile
15548 @cd dlls/dsound && \$(MAKE) \`basename \$@\`
15549 dlls/dsound dlls/dsound/__install__ dlls/dsound/__install-lib__ dlls/dsound/__install-dev__: __builddeps__"
15550 ALL_DIRS="$ALL_DIRS \\
15551 dlls/dsound"
15552 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15553 dlls/dsound"
15554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15555 \$(RECURSE_TARGETS:%=dlls/dsound/%) dlls/dsound: dlls/dsound/Makefile \$(MAKEDEP)
15556 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules config.status"
15557 ac_config_files="$ac_config_files dlls/dsound/Makefile"
15559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15560 dlls/dsound/tests: __builddeps__
15561 dlls/dsound/tests/__crosstest__: __buildcrossdeps__"
15562 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15563 dsound_test.exe"
15564 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15565 dsound_test.exe: \$(TOPOBJDIR)/dlls/dsound/tests/dsound_test.exe$DLLEXT
15566 cp \$(TOPOBJDIR)/dlls/dsound/tests/dsound_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15567 dsound_test.rc:
15568 echo \"dsound_test.exe TESTRES \\\"dsound_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15569 dsound_test.res: dsound_test.rc dsound_test.exe"
15570 ALL_DIRS="$ALL_DIRS \\
15571 dlls/dsound/tests"
15572 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15573 dlls/dsound/tests"
15574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15575 \$(RECURSE_TARGETS:%=dlls/dsound/tests/%) dlls/dsound/tests: dlls/dsound/tests/Makefile \$(MAKEDEP)
15576 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in Maketest.rules config.status"
15577 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
15579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15580 dlls/dssenh dlls/dssenh/__install__ dlls/dssenh/__install-lib__ dlls/dssenh/__install-dev__: __builddeps__"
15581 ALL_DIRS="$ALL_DIRS \\
15582 dlls/dssenh"
15583 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15584 dlls/dssenh"
15585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15586 \$(RECURSE_TARGETS:%=dlls/dssenh/%) dlls/dssenh: dlls/dssenh/Makefile \$(MAKEDEP)
15587 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules config.status"
15588 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
15590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15591 dlls/dswave dlls/dswave/__install__ dlls/dswave/__install-lib__ dlls/dswave/__install-dev__: __builddeps__"
15592 ALL_DIRS="$ALL_DIRS \\
15593 dlls/dswave"
15594 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15595 dlls/dswave"
15596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15597 \$(RECURSE_TARGETS:%=dlls/dswave/%) dlls/dswave: dlls/dswave/Makefile \$(MAKEDEP)
15598 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules config.status"
15599 ac_config_files="$ac_config_files dlls/dswave/Makefile"
15601 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15602 dlls/dwmapi/libdwmapi.$IMPLIBEXT"
15603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15604 dlls/dwmapi/libdwmapi.$IMPLIBEXT dlls/dwmapi/libdwmapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15605 dlls/dwmapi/libdwmapi.$IMPLIBEXT dlls/dwmapi/libdwmapi.cross.a: dlls/dwmapi/dwmapi.spec dlls/dwmapi/Makefile
15606 @cd dlls/dwmapi && \$(MAKE) \`basename \$@\`
15607 dlls/dwmapi dlls/dwmapi/__install__ dlls/dwmapi/__install-lib__ dlls/dwmapi/__install-dev__: __builddeps__"
15608 ALL_DIRS="$ALL_DIRS \\
15609 dlls/dwmapi"
15610 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15611 dlls/dwmapi"
15612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15613 \$(RECURSE_TARGETS:%=dlls/dwmapi/%) dlls/dwmapi: dlls/dwmapi/Makefile \$(MAKEDEP)
15614 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules config.status"
15615 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
15617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15618 dlls/dxdiagn dlls/dxdiagn/__install__ dlls/dxdiagn/__install-lib__ dlls/dxdiagn/__install-dev__: __builddeps__"
15619 ALL_DIRS="$ALL_DIRS \\
15620 dlls/dxdiagn"
15621 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15622 dlls/dxdiagn"
15623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15624 \$(RECURSE_TARGETS:%=dlls/dxdiagn/%) dlls/dxdiagn: dlls/dxdiagn/Makefile \$(MAKEDEP)
15625 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules config.status"
15626 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
15628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15629 dlls/dxdiagn/tests: __builddeps__
15630 dlls/dxdiagn/tests/__crosstest__: __buildcrossdeps__"
15631 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15632 dxdiagn_test.exe"
15633 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15634 dxdiagn_test.exe: \$(TOPOBJDIR)/dlls/dxdiagn/tests/dxdiagn_test.exe$DLLEXT
15635 cp \$(TOPOBJDIR)/dlls/dxdiagn/tests/dxdiagn_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15636 dxdiagn_test.rc:
15637 echo \"dxdiagn_test.exe TESTRES \\\"dxdiagn_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15638 dxdiagn_test.res: dxdiagn_test.rc dxdiagn_test.exe"
15639 ALL_DIRS="$ALL_DIRS \\
15640 dlls/dxdiagn/tests"
15641 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15642 dlls/dxdiagn/tests"
15643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15644 \$(RECURSE_TARGETS:%=dlls/dxdiagn/tests/%) dlls/dxdiagn/tests: dlls/dxdiagn/tests/Makefile \$(MAKEDEP)
15645 dlls/dxdiagn/tests/Makefile: dlls/dxdiagn/tests/Makefile.in Maketest.rules config.status"
15646 ac_config_files="$ac_config_files dlls/dxdiagn/tests/Makefile"
15648 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15649 dlls/dxerr8/libdxerr8.a"
15650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15651 dlls/dxerr8: tools/widl tools/winebuild tools/winegcc include
15652 dlls/dxerr8/__install__ dlls/dxerr8/__install-dev__: dlls/dxerr8
15653 dlls/dxerr8/libdxerr8.cross.a: dlls/dxerr8/Makefile tools/widl tools/winebuild tools/winegcc include dummy
15654 @cd dlls/dxerr8 && \$(MAKE) \`basename \$@\`"
15655 ALL_DIRS="$ALL_DIRS \\
15656 dlls/dxerr8"
15657 test "x$enable_dxerr8" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
15658 dlls/dxerr8"
15659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15660 \$(RECURSE_TARGETS:%=dlls/dxerr8/%) dlls/dxerr8: dlls/dxerr8/Makefile \$(MAKEDEP)
15661 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules config.status"
15662 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
15664 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15665 dlls/dxerr9/libdxerr9.a"
15666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15667 dlls/dxerr9: tools/widl tools/winebuild tools/winegcc include
15668 dlls/dxerr9/__install__ dlls/dxerr9/__install-dev__: dlls/dxerr9
15669 dlls/dxerr9/libdxerr9.cross.a: dlls/dxerr9/Makefile tools/widl tools/winebuild tools/winegcc include dummy
15670 @cd dlls/dxerr9 && \$(MAKE) \`basename \$@\`"
15671 ALL_DIRS="$ALL_DIRS \\
15672 dlls/dxerr9"
15673 test "x$enable_dxerr9" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
15674 dlls/dxerr9"
15675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15676 \$(RECURSE_TARGETS:%=dlls/dxerr9/%) dlls/dxerr9: dlls/dxerr9/Makefile \$(MAKEDEP)
15677 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules config.status"
15678 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
15680 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15681 dlls/dxgi/libdxgi.$IMPLIBEXT"
15682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15683 dlls/dxgi/libdxgi.$IMPLIBEXT dlls/dxgi/libdxgi.cross.a: tools/widl tools/winebuild tools/winegcc include
15684 dlls/dxgi/libdxgi.$IMPLIBEXT dlls/dxgi/libdxgi.cross.a: dlls/dxgi/dxgi.spec dlls/dxgi/Makefile
15685 @cd dlls/dxgi && \$(MAKE) \`basename \$@\`
15686 dlls/dxgi dlls/dxgi/__install__ dlls/dxgi/__install-lib__ dlls/dxgi/__install-dev__: __builddeps__"
15687 ALL_DIRS="$ALL_DIRS \\
15688 dlls/dxgi"
15689 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15690 dlls/dxgi"
15691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15692 \$(RECURSE_TARGETS:%=dlls/dxgi/%) dlls/dxgi: dlls/dxgi/Makefile \$(MAKEDEP)
15693 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules config.status"
15694 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
15696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15697 dlls/dxgi/tests: __builddeps__
15698 dlls/dxgi/tests/__crosstest__: __buildcrossdeps__"
15699 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15700 dxgi_test.exe"
15701 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15702 dxgi_test.exe: \$(TOPOBJDIR)/dlls/dxgi/tests/dxgi_test.exe$DLLEXT
15703 cp \$(TOPOBJDIR)/dlls/dxgi/tests/dxgi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15704 dxgi_test.rc:
15705 echo \"dxgi_test.exe TESTRES \\\"dxgi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15706 dxgi_test.res: dxgi_test.rc dxgi_test.exe"
15707 ALL_DIRS="$ALL_DIRS \\
15708 dlls/dxgi/tests"
15709 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15710 dlls/dxgi/tests"
15711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15712 \$(RECURSE_TARGETS:%=dlls/dxgi/tests/%) dlls/dxgi/tests: dlls/dxgi/tests/Makefile \$(MAKEDEP)
15713 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in Maketest.rules config.status"
15714 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
15716 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15717 dlls/dxguid/libdxguid.a"
15718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15719 dlls/dxguid: tools/widl tools/winebuild tools/winegcc include
15720 dlls/dxguid/__install__ dlls/dxguid/__install-dev__: dlls/dxguid
15721 dlls/dxguid/libdxguid.cross.a: dlls/dxguid/Makefile tools/widl tools/winebuild tools/winegcc include dummy
15722 @cd dlls/dxguid && \$(MAKE) \`basename \$@\`"
15723 ALL_DIRS="$ALL_DIRS \\
15724 dlls/dxguid"
15725 test "x$enable_dxguid" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
15726 dlls/dxguid"
15727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15728 \$(RECURSE_TARGETS:%=dlls/dxguid/%) dlls/dxguid: dlls/dxguid/Makefile \$(MAKEDEP)
15729 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules config.status"
15730 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
15732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15733 dlls/faultrep dlls/faultrep/__install__ dlls/faultrep/__install-lib__ dlls/faultrep/__install-dev__: __builddeps__"
15734 ALL_DIRS="$ALL_DIRS \\
15735 dlls/faultrep"
15736 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15737 dlls/faultrep"
15738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15739 \$(RECURSE_TARGETS:%=dlls/faultrep/%) dlls/faultrep: dlls/faultrep/Makefile \$(MAKEDEP)
15740 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules config.status"
15741 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
15743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15744 dlls/fltlib dlls/fltlib/__install__ dlls/fltlib/__install-lib__ dlls/fltlib/__install-dev__: __builddeps__"
15745 ALL_DIRS="$ALL_DIRS \\
15746 dlls/fltlib"
15747 test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15748 dlls/fltlib"
15749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15750 \$(RECURSE_TARGETS:%=dlls/fltlib/%) dlls/fltlib: dlls/fltlib/Makefile \$(MAKEDEP)
15751 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules config.status"
15752 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
15754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15755 dlls/fusion dlls/fusion/__install__ dlls/fusion/__install-lib__ dlls/fusion/__install-dev__: __builddeps__"
15756 ALL_DIRS="$ALL_DIRS \\
15757 dlls/fusion"
15758 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15759 dlls/fusion"
15760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15761 \$(RECURSE_TARGETS:%=dlls/fusion/%) dlls/fusion: dlls/fusion/Makefile \$(MAKEDEP)
15762 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules config.status"
15763 ac_config_files="$ac_config_files dlls/fusion/Makefile"
15765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15766 dlls/fusion/tests: __builddeps__
15767 dlls/fusion/tests/__crosstest__: __buildcrossdeps__"
15768 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15769 fusion_test.exe"
15770 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15771 fusion_test.exe: \$(TOPOBJDIR)/dlls/fusion/tests/fusion_test.exe$DLLEXT
15772 cp \$(TOPOBJDIR)/dlls/fusion/tests/fusion_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15773 fusion_test.rc:
15774 echo \"fusion_test.exe TESTRES \\\"fusion_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15775 fusion_test.res: fusion_test.rc fusion_test.exe"
15776 ALL_DIRS="$ALL_DIRS \\
15777 dlls/fusion/tests"
15778 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15779 dlls/fusion/tests"
15780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15781 \$(RECURSE_TARGETS:%=dlls/fusion/tests/%) dlls/fusion/tests: dlls/fusion/tests/Makefile \$(MAKEDEP)
15782 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in Maketest.rules config.status"
15783 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
15785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15786 dlls/fwpuclnt dlls/fwpuclnt/__install__ dlls/fwpuclnt/__install-lib__ dlls/fwpuclnt/__install-dev__: __builddeps__"
15787 ALL_DIRS="$ALL_DIRS \\
15788 dlls/fwpuclnt"
15789 test "x$enable_fwpuclnt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15790 dlls/fwpuclnt"
15791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15792 \$(RECURSE_TARGETS:%=dlls/fwpuclnt/%) dlls/fwpuclnt: dlls/fwpuclnt/Makefile \$(MAKEDEP)
15793 dlls/fwpuclnt/Makefile: dlls/fwpuclnt/Makefile.in dlls/Makedll.rules config.status"
15794 ac_config_files="$ac_config_files dlls/fwpuclnt/Makefile"
15796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15797 dlls/gdi.exe16 dlls/gdi.exe16/__install__ dlls/gdi.exe16/__install-lib__ dlls/gdi.exe16/__install-dev__: __builddeps__"
15798 ALL_DIRS="$ALL_DIRS \\
15799 dlls/gdi.exe16"
15800 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15801 dlls/gdi.exe16"
15802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15803 \$(RECURSE_TARGETS:%=dlls/gdi.exe16/%) dlls/gdi.exe16: dlls/gdi.exe16/Makefile \$(MAKEDEP)
15804 dlls/gdi.exe16/Makefile: dlls/gdi.exe16/Makefile.in dlls/Makedll.rules config.status"
15805 ac_config_files="$ac_config_files dlls/gdi.exe16/Makefile"
15807 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15808 dlls/gdi32/libgdi32.$IMPLIBEXT"
15809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15810 dlls/gdi32/libgdi32.$IMPLIBEXT dlls/gdi32/libgdi32.cross.a: tools/widl tools/winebuild tools/winegcc include
15811 dlls/gdi32/libgdi32.$IMPLIBEXT dlls/gdi32/libgdi32.cross.a: dlls/gdi32/gdi32.spec dlls/gdi32/Makefile
15812 @cd dlls/gdi32 && \$(MAKE) \`basename \$@\`
15813 dlls/gdi32 dlls/gdi32/__install__ dlls/gdi32/__install-lib__ dlls/gdi32/__install-dev__: __builddeps__"
15814 ALL_DIRS="$ALL_DIRS \\
15815 dlls/gdi32"
15816 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15817 dlls/gdi32"
15818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15819 \$(RECURSE_TARGETS:%=dlls/gdi32/%) dlls/gdi32: dlls/gdi32/Makefile \$(MAKEDEP)
15820 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules config.status"
15821 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
15823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15824 dlls/gdi32/tests: __builddeps__
15825 dlls/gdi32/tests/__crosstest__: __buildcrossdeps__"
15826 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15827 gdi32_test.exe"
15828 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15829 gdi32_test.exe: \$(TOPOBJDIR)/dlls/gdi32/tests/gdi32_test.exe$DLLEXT
15830 cp \$(TOPOBJDIR)/dlls/gdi32/tests/gdi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15831 gdi32_test.rc:
15832 echo \"gdi32_test.exe TESTRES \\\"gdi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15833 gdi32_test.res: gdi32_test.rc gdi32_test.exe"
15834 ALL_DIRS="$ALL_DIRS \\
15835 dlls/gdi32/tests"
15836 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15837 dlls/gdi32/tests"
15838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15839 \$(RECURSE_TARGETS:%=dlls/gdi32/tests/%) dlls/gdi32/tests: dlls/gdi32/tests/Makefile \$(MAKEDEP)
15840 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in Maketest.rules config.status"
15841 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
15843 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15844 dlls/gdiplus/libgdiplus.$IMPLIBEXT"
15845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15846 dlls/gdiplus/libgdiplus.$IMPLIBEXT dlls/gdiplus/libgdiplus.cross.a: tools/widl tools/winebuild tools/winegcc include
15847 dlls/gdiplus/libgdiplus.$IMPLIBEXT dlls/gdiplus/libgdiplus.cross.a: dlls/gdiplus/gdiplus.spec dlls/gdiplus/Makefile
15848 @cd dlls/gdiplus && \$(MAKE) \`basename \$@\`
15849 dlls/gdiplus dlls/gdiplus/__install__ dlls/gdiplus/__install-lib__ dlls/gdiplus/__install-dev__: __builddeps__"
15850 ALL_DIRS="$ALL_DIRS \\
15851 dlls/gdiplus"
15852 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15853 dlls/gdiplus"
15854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15855 \$(RECURSE_TARGETS:%=dlls/gdiplus/%) dlls/gdiplus: dlls/gdiplus/Makefile \$(MAKEDEP)
15856 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules config.status"
15857 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
15859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15860 dlls/gdiplus/tests: __builddeps__
15861 dlls/gdiplus/tests/__crosstest__: __buildcrossdeps__"
15862 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15863 gdiplus_test.exe"
15864 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15865 gdiplus_test.exe: \$(TOPOBJDIR)/dlls/gdiplus/tests/gdiplus_test.exe$DLLEXT
15866 cp \$(TOPOBJDIR)/dlls/gdiplus/tests/gdiplus_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15867 gdiplus_test.rc:
15868 echo \"gdiplus_test.exe TESTRES \\\"gdiplus_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15869 gdiplus_test.res: gdiplus_test.rc gdiplus_test.exe"
15870 ALL_DIRS="$ALL_DIRS \\
15871 dlls/gdiplus/tests"
15872 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15873 dlls/gdiplus/tests"
15874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15875 \$(RECURSE_TARGETS:%=dlls/gdiplus/tests/%) dlls/gdiplus/tests: dlls/gdiplus/tests/Makefile \$(MAKEDEP)
15876 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in Maketest.rules config.status"
15877 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
15879 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15880 dlls/glu32/libglu32.$IMPLIBEXT"
15881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15882 dlls/glu32/libglu32.$IMPLIBEXT dlls/glu32/libglu32.cross.a: tools/widl tools/winebuild tools/winegcc include
15883 dlls/glu32/libglu32.$IMPLIBEXT dlls/glu32/libglu32.cross.a: dlls/glu32/glu32.spec dlls/glu32/Makefile
15884 @cd dlls/glu32 && \$(MAKE) \`basename \$@\`
15885 dlls/glu32 dlls/glu32/__install__ dlls/glu32/__install-lib__ dlls/glu32/__install-dev__: __builddeps__"
15886 ALL_DIRS="$ALL_DIRS \\
15887 dlls/glu32"
15888 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15889 dlls/glu32"
15890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15891 \$(RECURSE_TARGETS:%=dlls/glu32/%) dlls/glu32: dlls/glu32/Makefile \$(MAKEDEP)
15892 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules config.status"
15893 ac_config_files="$ac_config_files dlls/glu32/Makefile"
15895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15896 dlls/gphoto2.ds dlls/gphoto2.ds/__install__ dlls/gphoto2.ds/__install-lib__ dlls/gphoto2.ds/__install-dev__: __builddeps__"
15897 ALL_DIRS="$ALL_DIRS \\
15898 dlls/gphoto2.ds"
15899 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15900 dlls/gphoto2.ds"
15901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15902 \$(RECURSE_TARGETS:%=dlls/gphoto2.ds/%) dlls/gphoto2.ds: dlls/gphoto2.ds/Makefile \$(MAKEDEP)
15903 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules config.status"
15904 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
15906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15907 dlls/gpkcsp dlls/gpkcsp/__install__ dlls/gpkcsp/__install-lib__ dlls/gpkcsp/__install-dev__: __builddeps__"
15908 ALL_DIRS="$ALL_DIRS \\
15909 dlls/gpkcsp"
15910 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15911 dlls/gpkcsp"
15912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15913 \$(RECURSE_TARGETS:%=dlls/gpkcsp/%) dlls/gpkcsp: dlls/gpkcsp/Makefile \$(MAKEDEP)
15914 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules config.status"
15915 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
15917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15918 dlls/hal dlls/hal/__install__ dlls/hal/__install-lib__ dlls/hal/__install-dev__: __builddeps__"
15919 ALL_DIRS="$ALL_DIRS \\
15920 dlls/hal"
15921 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15922 dlls/hal"
15923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15924 \$(RECURSE_TARGETS:%=dlls/hal/%) dlls/hal: dlls/hal/Makefile \$(MAKEDEP)
15925 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules config.status"
15926 ac_config_files="$ac_config_files dlls/hal/Makefile"
15928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15929 dlls/hhctrl.ocx dlls/hhctrl.ocx/__install__ dlls/hhctrl.ocx/__install-lib__ dlls/hhctrl.ocx/__install-dev__: __builddeps__"
15930 ALL_DIRS="$ALL_DIRS \\
15931 dlls/hhctrl.ocx"
15932 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15933 dlls/hhctrl.ocx"
15934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15935 \$(RECURSE_TARGETS:%=dlls/hhctrl.ocx/%) dlls/hhctrl.ocx: dlls/hhctrl.ocx/Makefile \$(MAKEDEP)
15936 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules config.status"
15937 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
15939 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15940 dlls/hid/libhid.$IMPLIBEXT"
15941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15942 dlls/hid/libhid.$IMPLIBEXT dlls/hid/libhid.cross.a: tools/widl tools/winebuild tools/winegcc include
15943 dlls/hid/libhid.$IMPLIBEXT dlls/hid/libhid.cross.a: dlls/hid/hid.spec dlls/hid/Makefile
15944 @cd dlls/hid && \$(MAKE) \`basename \$@\`
15945 dlls/hid dlls/hid/__install__ dlls/hid/__install-lib__ dlls/hid/__install-dev__: __builddeps__"
15946 ALL_DIRS="$ALL_DIRS \\
15947 dlls/hid"
15948 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15949 dlls/hid"
15950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15951 \$(RECURSE_TARGETS:%=dlls/hid/%) dlls/hid: dlls/hid/Makefile \$(MAKEDEP)
15952 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules config.status"
15953 ac_config_files="$ac_config_files dlls/hid/Makefile"
15955 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15956 dlls/hlink/libhlink.$IMPLIBEXT"
15957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15958 dlls/hlink/libhlink.$IMPLIBEXT dlls/hlink/libhlink.cross.a: tools/widl tools/winebuild tools/winegcc include
15959 dlls/hlink/libhlink.$IMPLIBEXT dlls/hlink/libhlink.cross.a: dlls/hlink/hlink.spec dlls/hlink/Makefile
15960 @cd dlls/hlink && \$(MAKE) \`basename \$@\`
15961 dlls/hlink dlls/hlink/__install__ dlls/hlink/__install-lib__ dlls/hlink/__install-dev__: __builddeps__"
15962 ALL_DIRS="$ALL_DIRS \\
15963 dlls/hlink"
15964 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15965 dlls/hlink"
15966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15967 \$(RECURSE_TARGETS:%=dlls/hlink/%) dlls/hlink: dlls/hlink/Makefile \$(MAKEDEP)
15968 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules config.status"
15969 ac_config_files="$ac_config_files dlls/hlink/Makefile"
15971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15972 dlls/hlink/tests: __builddeps__
15973 dlls/hlink/tests/__crosstest__: __buildcrossdeps__"
15974 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15975 hlink_test.exe"
15976 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15977 hlink_test.exe: \$(TOPOBJDIR)/dlls/hlink/tests/hlink_test.exe$DLLEXT
15978 cp \$(TOPOBJDIR)/dlls/hlink/tests/hlink_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15979 hlink_test.rc:
15980 echo \"hlink_test.exe TESTRES \\\"hlink_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15981 hlink_test.res: hlink_test.rc hlink_test.exe"
15982 ALL_DIRS="$ALL_DIRS \\
15983 dlls/hlink/tests"
15984 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15985 dlls/hlink/tests"
15986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15987 \$(RECURSE_TARGETS:%=dlls/hlink/tests/%) dlls/hlink/tests: dlls/hlink/tests/Makefile \$(MAKEDEP)
15988 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in Maketest.rules config.status"
15989 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
15991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15992 dlls/hnetcfg dlls/hnetcfg/__install__ dlls/hnetcfg/__install-lib__ dlls/hnetcfg/__install-dev__: __builddeps__"
15993 ALL_DIRS="$ALL_DIRS \\
15994 dlls/hnetcfg"
15995 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15996 dlls/hnetcfg"
15997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15998 \$(RECURSE_TARGETS:%=dlls/hnetcfg/%) dlls/hnetcfg: dlls/hnetcfg/Makefile \$(MAKEDEP)
15999 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules config.status"
16000 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
16002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16003 dlls/httpapi dlls/httpapi/__install__ dlls/httpapi/__install-lib__ dlls/httpapi/__install-dev__: __builddeps__"
16004 ALL_DIRS="$ALL_DIRS \\
16005 dlls/httpapi"
16006 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16007 dlls/httpapi"
16008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16009 \$(RECURSE_TARGETS:%=dlls/httpapi/%) dlls/httpapi: dlls/httpapi/Makefile \$(MAKEDEP)
16010 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules config.status"
16011 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
16013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16014 dlls/iccvid dlls/iccvid/__install__ dlls/iccvid/__install-lib__ dlls/iccvid/__install-dev__: __builddeps__"
16015 ALL_DIRS="$ALL_DIRS \\
16016 dlls/iccvid"
16017 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16018 dlls/iccvid"
16019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16020 \$(RECURSE_TARGETS:%=dlls/iccvid/%) dlls/iccvid: dlls/iccvid/Makefile \$(MAKEDEP)
16021 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules config.status"
16022 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
16024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16025 dlls/icmp dlls/icmp/__install__ dlls/icmp/__install-lib__ dlls/icmp/__install-dev__: __builddeps__"
16026 ALL_DIRS="$ALL_DIRS \\
16027 dlls/icmp"
16028 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16029 dlls/icmp"
16030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16031 \$(RECURSE_TARGETS:%=dlls/icmp/%) dlls/icmp: dlls/icmp/Makefile \$(MAKEDEP)
16032 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules config.status"
16033 ac_config_files="$ac_config_files dlls/icmp/Makefile"
16035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16036 dlls/ifsmgr.vxd dlls/ifsmgr.vxd/__install__ dlls/ifsmgr.vxd/__install-lib__ dlls/ifsmgr.vxd/__install-dev__: __builddeps__"
16037 ALL_DIRS="$ALL_DIRS \\
16038 dlls/ifsmgr.vxd"
16039 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16040 dlls/ifsmgr.vxd"
16041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16042 \$(RECURSE_TARGETS:%=dlls/ifsmgr.vxd/%) dlls/ifsmgr.vxd: dlls/ifsmgr.vxd/Makefile \$(MAKEDEP)
16043 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules config.status"
16044 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
16046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16047 dlls/imaadp32.acm dlls/imaadp32.acm/__install__ dlls/imaadp32.acm/__install-lib__ dlls/imaadp32.acm/__install-dev__: __builddeps__"
16048 ALL_DIRS="$ALL_DIRS \\
16049 dlls/imaadp32.acm"
16050 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16051 dlls/imaadp32.acm"
16052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16053 \$(RECURSE_TARGETS:%=dlls/imaadp32.acm/%) dlls/imaadp32.acm: dlls/imaadp32.acm/Makefile \$(MAKEDEP)
16054 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules config.status"
16055 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
16057 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16058 dlls/imagehlp/libimagehlp.$IMPLIBEXT"
16059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16060 dlls/imagehlp/libimagehlp.$IMPLIBEXT dlls/imagehlp/libimagehlp.cross.a: tools/widl tools/winebuild tools/winegcc include
16061 dlls/imagehlp/libimagehlp.$IMPLIBEXT dlls/imagehlp/libimagehlp.cross.a: dlls/imagehlp/imagehlp.spec dlls/imagehlp/Makefile
16062 @cd dlls/imagehlp && \$(MAKE) \`basename \$@\`
16063 dlls/imagehlp dlls/imagehlp/__install__ dlls/imagehlp/__install-lib__ dlls/imagehlp/__install-dev__: __builddeps__"
16064 ALL_DIRS="$ALL_DIRS \\
16065 dlls/imagehlp"
16066 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16067 dlls/imagehlp"
16068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16069 \$(RECURSE_TARGETS:%=dlls/imagehlp/%) dlls/imagehlp: dlls/imagehlp/Makefile \$(MAKEDEP)
16070 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules config.status"
16071 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
16073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16074 dlls/imagehlp/tests: __builddeps__
16075 dlls/imagehlp/tests/__crosstest__: __buildcrossdeps__"
16076 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16077 imagehlp_test.exe"
16078 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16079 imagehlp_test.exe: \$(TOPOBJDIR)/dlls/imagehlp/tests/imagehlp_test.exe$DLLEXT
16080 cp \$(TOPOBJDIR)/dlls/imagehlp/tests/imagehlp_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16081 imagehlp_test.rc:
16082 echo \"imagehlp_test.exe TESTRES \\\"imagehlp_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16083 imagehlp_test.res: imagehlp_test.rc imagehlp_test.exe"
16084 ALL_DIRS="$ALL_DIRS \\
16085 dlls/imagehlp/tests"
16086 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16087 dlls/imagehlp/tests"
16088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16089 \$(RECURSE_TARGETS:%=dlls/imagehlp/tests/%) dlls/imagehlp/tests: dlls/imagehlp/tests/Makefile \$(MAKEDEP)
16090 dlls/imagehlp/tests/Makefile: dlls/imagehlp/tests/Makefile.in Maketest.rules config.status"
16091 ac_config_files="$ac_config_files dlls/imagehlp/tests/Makefile"
16093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16094 dlls/imm.dll16 dlls/imm.dll16/__install__ dlls/imm.dll16/__install-lib__ dlls/imm.dll16/__install-dev__: __builddeps__"
16095 ALL_DIRS="$ALL_DIRS \\
16096 dlls/imm.dll16"
16097 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16098 dlls/imm.dll16"
16099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16100 \$(RECURSE_TARGETS:%=dlls/imm.dll16/%) dlls/imm.dll16: dlls/imm.dll16/Makefile \$(MAKEDEP)
16101 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules config.status"
16102 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
16104 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16105 dlls/imm32/libimm32.$IMPLIBEXT"
16106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16107 dlls/imm32/libimm32.$IMPLIBEXT dlls/imm32/libimm32.cross.a: tools/widl tools/winebuild tools/winegcc include
16108 dlls/imm32/libimm32.$IMPLIBEXT dlls/imm32/libimm32.cross.a: dlls/imm32/imm32.spec dlls/imm32/Makefile
16109 @cd dlls/imm32 && \$(MAKE) \`basename \$@\`
16110 dlls/imm32 dlls/imm32/__install__ dlls/imm32/__install-lib__ dlls/imm32/__install-dev__: __builddeps__"
16111 ALL_DIRS="$ALL_DIRS \\
16112 dlls/imm32"
16113 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16114 dlls/imm32"
16115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16116 \$(RECURSE_TARGETS:%=dlls/imm32/%) dlls/imm32: dlls/imm32/Makefile \$(MAKEDEP)
16117 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules config.status"
16118 ac_config_files="$ac_config_files dlls/imm32/Makefile"
16120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16121 dlls/imm32/tests: __builddeps__
16122 dlls/imm32/tests/__crosstest__: __buildcrossdeps__"
16123 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16124 imm32_test.exe"
16125 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16126 imm32_test.exe: \$(TOPOBJDIR)/dlls/imm32/tests/imm32_test.exe$DLLEXT
16127 cp \$(TOPOBJDIR)/dlls/imm32/tests/imm32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16128 imm32_test.rc:
16129 echo \"imm32_test.exe TESTRES \\\"imm32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16130 imm32_test.res: imm32_test.rc imm32_test.exe"
16131 ALL_DIRS="$ALL_DIRS \\
16132 dlls/imm32/tests"
16133 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16134 dlls/imm32/tests"
16135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16136 \$(RECURSE_TARGETS:%=dlls/imm32/tests/%) dlls/imm32/tests: dlls/imm32/tests/Makefile \$(MAKEDEP)
16137 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in Maketest.rules config.status"
16138 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
16140 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16141 dlls/inetcomm/libinetcomm.$IMPLIBEXT"
16142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16143 dlls/inetcomm/libinetcomm.$IMPLIBEXT dlls/inetcomm/libinetcomm.cross.a: tools/widl tools/winebuild tools/winegcc include
16144 dlls/inetcomm/libinetcomm.$IMPLIBEXT dlls/inetcomm/libinetcomm.cross.a: dlls/inetcomm/inetcomm.spec dlls/inetcomm/Makefile
16145 @cd dlls/inetcomm && \$(MAKE) \`basename \$@\`
16146 dlls/inetcomm dlls/inetcomm/__install__ dlls/inetcomm/__install-lib__ dlls/inetcomm/__install-dev__: __builddeps__"
16147 ALL_DIRS="$ALL_DIRS \\
16148 dlls/inetcomm"
16149 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16150 dlls/inetcomm"
16151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16152 \$(RECURSE_TARGETS:%=dlls/inetcomm/%) dlls/inetcomm: dlls/inetcomm/Makefile \$(MAKEDEP)
16153 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules config.status"
16154 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
16156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16157 dlls/inetcomm/tests: __builddeps__
16158 dlls/inetcomm/tests/__crosstest__: __buildcrossdeps__"
16159 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16160 inetcomm_test.exe"
16161 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16162 inetcomm_test.exe: \$(TOPOBJDIR)/dlls/inetcomm/tests/inetcomm_test.exe$DLLEXT
16163 cp \$(TOPOBJDIR)/dlls/inetcomm/tests/inetcomm_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16164 inetcomm_test.rc:
16165 echo \"inetcomm_test.exe TESTRES \\\"inetcomm_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16166 inetcomm_test.res: inetcomm_test.rc inetcomm_test.exe"
16167 ALL_DIRS="$ALL_DIRS \\
16168 dlls/inetcomm/tests"
16169 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16170 dlls/inetcomm/tests"
16171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16172 \$(RECURSE_TARGETS:%=dlls/inetcomm/tests/%) dlls/inetcomm/tests: dlls/inetcomm/tests/Makefile \$(MAKEDEP)
16173 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in Maketest.rules config.status"
16174 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
16176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16177 dlls/inetmib1 dlls/inetmib1/__install__ dlls/inetmib1/__install-lib__ dlls/inetmib1/__install-dev__: __builddeps__"
16178 ALL_DIRS="$ALL_DIRS \\
16179 dlls/inetmib1"
16180 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16181 dlls/inetmib1"
16182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16183 \$(RECURSE_TARGETS:%=dlls/inetmib1/%) dlls/inetmib1: dlls/inetmib1/Makefile \$(MAKEDEP)
16184 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules config.status"
16185 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
16187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16188 dlls/inetmib1/tests: __builddeps__
16189 dlls/inetmib1/tests/__crosstest__: __buildcrossdeps__"
16190 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16191 inetmib1_test.exe"
16192 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16193 inetmib1_test.exe: \$(TOPOBJDIR)/dlls/inetmib1/tests/inetmib1_test.exe$DLLEXT
16194 cp \$(TOPOBJDIR)/dlls/inetmib1/tests/inetmib1_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16195 inetmib1_test.rc:
16196 echo \"inetmib1_test.exe TESTRES \\\"inetmib1_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16197 inetmib1_test.res: inetmib1_test.rc inetmib1_test.exe"
16198 ALL_DIRS="$ALL_DIRS \\
16199 dlls/inetmib1/tests"
16200 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16201 dlls/inetmib1/tests"
16202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16203 \$(RECURSE_TARGETS:%=dlls/inetmib1/tests/%) dlls/inetmib1/tests: dlls/inetmib1/tests/Makefile \$(MAKEDEP)
16204 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in Maketest.rules config.status"
16205 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
16207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16208 dlls/infosoft dlls/infosoft/__install__ dlls/infosoft/__install-lib__ dlls/infosoft/__install-dev__: __builddeps__"
16209 ALL_DIRS="$ALL_DIRS \\
16210 dlls/infosoft"
16211 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16212 dlls/infosoft"
16213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16214 \$(RECURSE_TARGETS:%=dlls/infosoft/%) dlls/infosoft: dlls/infosoft/Makefile \$(MAKEDEP)
16215 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules config.status"
16216 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
16218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16219 dlls/infosoft/tests: __builddeps__
16220 dlls/infosoft/tests/__crosstest__: __buildcrossdeps__"
16221 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16222 infosoft_test.exe"
16223 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16224 infosoft_test.exe: \$(TOPOBJDIR)/dlls/infosoft/tests/infosoft_test.exe$DLLEXT
16225 cp \$(TOPOBJDIR)/dlls/infosoft/tests/infosoft_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16226 infosoft_test.rc:
16227 echo \"infosoft_test.exe TESTRES \\\"infosoft_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16228 infosoft_test.res: infosoft_test.rc infosoft_test.exe"
16229 ALL_DIRS="$ALL_DIRS \\
16230 dlls/infosoft/tests"
16231 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16232 dlls/infosoft/tests"
16233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16234 \$(RECURSE_TARGETS:%=dlls/infosoft/tests/%) dlls/infosoft/tests: dlls/infosoft/tests/Makefile \$(MAKEDEP)
16235 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in Maketest.rules config.status"
16236 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
16238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16239 dlls/initpki dlls/initpki/__install__ dlls/initpki/__install-lib__ dlls/initpki/__install-dev__: __builddeps__"
16240 ALL_DIRS="$ALL_DIRS \\
16241 dlls/initpki"
16242 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16243 dlls/initpki"
16244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16245 \$(RECURSE_TARGETS:%=dlls/initpki/%) dlls/initpki: dlls/initpki/Makefile \$(MAKEDEP)
16246 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules config.status"
16247 ac_config_files="$ac_config_files dlls/initpki/Makefile"
16249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16250 dlls/inkobj dlls/inkobj/__install__ dlls/inkobj/__install-lib__ dlls/inkobj/__install-dev__: __builddeps__"
16251 ALL_DIRS="$ALL_DIRS \\
16252 dlls/inkobj"
16253 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16254 dlls/inkobj"
16255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16256 \$(RECURSE_TARGETS:%=dlls/inkobj/%) dlls/inkobj: dlls/inkobj/Makefile \$(MAKEDEP)
16257 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules config.status"
16258 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
16260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16261 dlls/inseng dlls/inseng/__install__ dlls/inseng/__install-lib__ dlls/inseng/__install-dev__: __builddeps__"
16262 ALL_DIRS="$ALL_DIRS \\
16263 dlls/inseng"
16264 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16265 dlls/inseng"
16266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16267 \$(RECURSE_TARGETS:%=dlls/inseng/%) dlls/inseng: dlls/inseng/Makefile \$(MAKEDEP)
16268 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules config.status"
16269 ac_config_files="$ac_config_files dlls/inseng/Makefile"
16271 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16272 dlls/iphlpapi/libiphlpapi.$IMPLIBEXT"
16273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16274 dlls/iphlpapi/libiphlpapi.$IMPLIBEXT dlls/iphlpapi/libiphlpapi.cross.a: tools/widl tools/winebuild tools/winegcc include
16275 dlls/iphlpapi/libiphlpapi.$IMPLIBEXT dlls/iphlpapi/libiphlpapi.cross.a: dlls/iphlpapi/iphlpapi.spec dlls/iphlpapi/Makefile
16276 @cd dlls/iphlpapi && \$(MAKE) \`basename \$@\`
16277 dlls/iphlpapi dlls/iphlpapi/__install__ dlls/iphlpapi/__install-lib__ dlls/iphlpapi/__install-dev__: __builddeps__"
16278 ALL_DIRS="$ALL_DIRS \\
16279 dlls/iphlpapi"
16280 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16281 dlls/iphlpapi"
16282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16283 \$(RECURSE_TARGETS:%=dlls/iphlpapi/%) dlls/iphlpapi: dlls/iphlpapi/Makefile \$(MAKEDEP)
16284 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules config.status"
16285 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
16287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16288 dlls/iphlpapi/tests: __builddeps__
16289 dlls/iphlpapi/tests/__crosstest__: __buildcrossdeps__"
16290 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16291 iphlpapi_test.exe"
16292 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16293 iphlpapi_test.exe: \$(TOPOBJDIR)/dlls/iphlpapi/tests/iphlpapi_test.exe$DLLEXT
16294 cp \$(TOPOBJDIR)/dlls/iphlpapi/tests/iphlpapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16295 iphlpapi_test.rc:
16296 echo \"iphlpapi_test.exe TESTRES \\\"iphlpapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16297 iphlpapi_test.res: iphlpapi_test.rc iphlpapi_test.exe"
16298 ALL_DIRS="$ALL_DIRS \\
16299 dlls/iphlpapi/tests"
16300 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16301 dlls/iphlpapi/tests"
16302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16303 \$(RECURSE_TARGETS:%=dlls/iphlpapi/tests/%) dlls/iphlpapi/tests: dlls/iphlpapi/tests/Makefile \$(MAKEDEP)
16304 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in Maketest.rules config.status"
16305 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
16307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16308 dlls/itircl dlls/itircl/__install__ dlls/itircl/__install-lib__ dlls/itircl/__install-dev__: __builddeps__"
16309 ALL_DIRS="$ALL_DIRS \\
16310 dlls/itircl"
16311 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16312 dlls/itircl"
16313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16314 \$(RECURSE_TARGETS:%=dlls/itircl/%) dlls/itircl: dlls/itircl/Makefile \$(MAKEDEP)
16315 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules config.status"
16316 ac_config_files="$ac_config_files dlls/itircl/Makefile"
16318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16319 dlls/itss dlls/itss/__install__ dlls/itss/__install-lib__ dlls/itss/__install-dev__: __builddeps__"
16320 ALL_DIRS="$ALL_DIRS \\
16321 dlls/itss"
16322 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16323 dlls/itss"
16324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16325 \$(RECURSE_TARGETS:%=dlls/itss/%) dlls/itss: dlls/itss/Makefile \$(MAKEDEP)
16326 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules config.status"
16327 ac_config_files="$ac_config_files dlls/itss/Makefile"
16329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16330 dlls/itss/tests: __builddeps__
16331 dlls/itss/tests/__crosstest__: __buildcrossdeps__"
16332 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16333 itss_test.exe"
16334 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16335 itss_test.exe: \$(TOPOBJDIR)/dlls/itss/tests/itss_test.exe$DLLEXT
16336 cp \$(TOPOBJDIR)/dlls/itss/tests/itss_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16337 itss_test.rc:
16338 echo \"itss_test.exe TESTRES \\\"itss_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16339 itss_test.res: itss_test.rc itss_test.exe"
16340 ALL_DIRS="$ALL_DIRS \\
16341 dlls/itss/tests"
16342 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16343 dlls/itss/tests"
16344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16345 \$(RECURSE_TARGETS:%=dlls/itss/tests/%) dlls/itss/tests: dlls/itss/tests/Makefile \$(MAKEDEP)
16346 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in Maketest.rules config.status"
16347 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
16349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16350 dlls/jscript dlls/jscript/__install__ dlls/jscript/__install-lib__ dlls/jscript/__install-dev__: __builddeps__"
16351 ALL_DIRS="$ALL_DIRS \\
16352 dlls/jscript"
16353 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16354 dlls/jscript"
16355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16356 \$(RECURSE_TARGETS:%=dlls/jscript/%) dlls/jscript: dlls/jscript/Makefile \$(MAKEDEP)
16357 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules config.status"
16358 ac_config_files="$ac_config_files dlls/jscript/Makefile"
16360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16361 dlls/jscript/tests: __builddeps__
16362 dlls/jscript/tests/__crosstest__: __buildcrossdeps__"
16363 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16364 jscript_test.exe"
16365 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16366 jscript_test.exe: \$(TOPOBJDIR)/dlls/jscript/tests/jscript_test.exe$DLLEXT
16367 cp \$(TOPOBJDIR)/dlls/jscript/tests/jscript_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16368 jscript_test.rc:
16369 echo \"jscript_test.exe TESTRES \\\"jscript_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16370 jscript_test.res: jscript_test.rc jscript_test.exe"
16371 ALL_DIRS="$ALL_DIRS \\
16372 dlls/jscript/tests"
16373 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16374 dlls/jscript/tests"
16375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16376 \$(RECURSE_TARGETS:%=dlls/jscript/tests/%) dlls/jscript/tests: dlls/jscript/tests/Makefile \$(MAKEDEP)
16377 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in Maketest.rules config.status"
16378 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
16380 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16381 dlls/kernel32/libkernel32.$IMPLIBEXT"
16382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16383 dlls/kernel32/libkernel32.$IMPLIBEXT dlls/kernel32/libkernel32.cross.a: tools/widl tools/winebuild tools/winegcc include
16384 dlls/kernel32/libkernel32.$IMPLIBEXT dlls/kernel32/libkernel32.cross.a: dlls/kernel32/kernel32.spec dlls/kernel32/Makefile
16385 @cd dlls/kernel32 && \$(MAKE) \`basename \$@\`
16386 dlls/kernel32 dlls/kernel32/__install__ dlls/kernel32/__install-lib__ dlls/kernel32/__install-dev__: __builddeps__"
16387 ALL_DIRS="$ALL_DIRS \\
16388 dlls/kernel32"
16389 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16390 dlls/kernel32"
16391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16392 \$(RECURSE_TARGETS:%=dlls/kernel32/%) dlls/kernel32: dlls/kernel32/Makefile \$(MAKEDEP)
16393 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules config.status"
16394 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
16396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16397 dlls/kernel32/tests: __builddeps__
16398 dlls/kernel32/tests/__crosstest__: __buildcrossdeps__"
16399 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16400 kernel32_test.exe"
16401 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16402 kernel32_test.exe: \$(TOPOBJDIR)/dlls/kernel32/tests/kernel32_test.exe$DLLEXT
16403 cp \$(TOPOBJDIR)/dlls/kernel32/tests/kernel32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16404 kernel32_test.rc:
16405 echo \"kernel32_test.exe TESTRES \\\"kernel32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16406 kernel32_test.res: kernel32_test.rc kernel32_test.exe"
16407 ALL_DIRS="$ALL_DIRS \\
16408 dlls/kernel32/tests"
16409 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16410 dlls/kernel32/tests"
16411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16412 \$(RECURSE_TARGETS:%=dlls/kernel32/tests/%) dlls/kernel32/tests: dlls/kernel32/tests/Makefile \$(MAKEDEP)
16413 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in Maketest.rules config.status"
16414 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
16416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16417 dlls/keyboard.drv16 dlls/keyboard.drv16/__install__ dlls/keyboard.drv16/__install-lib__ dlls/keyboard.drv16/__install-dev__: __builddeps__"
16418 ALL_DIRS="$ALL_DIRS \\
16419 dlls/keyboard.drv16"
16420 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16421 dlls/keyboard.drv16"
16422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16423 \$(RECURSE_TARGETS:%=dlls/keyboard.drv16/%) dlls/keyboard.drv16: dlls/keyboard.drv16/Makefile \$(MAKEDEP)
16424 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules config.status"
16425 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
16427 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16428 dlls/krnl386.exe16/libkernel.$IMPLIBEXT \\
16429 dlls/libkernel.$IMPLIBEXT"
16430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16431 dlls/krnl386.exe16/libkernel.$IMPLIBEXT dlls/krnl386.exe16/libkernel.cross.a: tools/widl tools/winebuild tools/winegcc include
16432 dlls/libkernel.$IMPLIBEXT: dlls/krnl386.exe16/libkernel.$IMPLIBEXT
16433 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.$IMPLIBEXT \$@
16434 dlls/libkernel.cross.a: dlls/krnl386.exe16/libkernel.cross.a
16435 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.cross.a \$@
16436 clean::
16437 \$(RM) dlls/libkernel.$IMPLIBEXT
16438 dlls/krnl386.exe16/libkernel.$IMPLIBEXT dlls/krnl386.exe16/libkernel.cross.a: dlls/krnl386.exe16/krnl386.exe16.spec dlls/krnl386.exe16/Makefile
16439 @cd dlls/krnl386.exe16 && \$(MAKE) \`basename \$@\`
16440 dlls/krnl386.exe16 dlls/krnl386.exe16/__install__ dlls/krnl386.exe16/__install-lib__ dlls/krnl386.exe16/__install-dev__: __builddeps__"
16441 ALL_DIRS="$ALL_DIRS \\
16442 dlls/krnl386.exe16"
16443 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16444 dlls/krnl386.exe16"
16445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16446 \$(RECURSE_TARGETS:%=dlls/krnl386.exe16/%) dlls/krnl386.exe16: dlls/krnl386.exe16/Makefile \$(MAKEDEP)
16447 dlls/krnl386.exe16/Makefile: dlls/krnl386.exe16/Makefile.in dlls/Makedll.rules config.status"
16448 ac_config_files="$ac_config_files dlls/krnl386.exe16/Makefile"
16450 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16451 dlls/loadperf/libloadperf.$IMPLIBEXT"
16452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16453 dlls/loadperf/libloadperf.$IMPLIBEXT dlls/loadperf/libloadperf.cross.a: tools/widl tools/winebuild tools/winegcc include
16454 dlls/loadperf/libloadperf.$IMPLIBEXT dlls/loadperf/libloadperf.cross.a: dlls/loadperf/loadperf.spec dlls/loadperf/Makefile
16455 @cd dlls/loadperf && \$(MAKE) \`basename \$@\`
16456 dlls/loadperf dlls/loadperf/__install__ dlls/loadperf/__install-lib__ dlls/loadperf/__install-dev__: __builddeps__"
16457 ALL_DIRS="$ALL_DIRS \\
16458 dlls/loadperf"
16459 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16460 dlls/loadperf"
16461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16462 \$(RECURSE_TARGETS:%=dlls/loadperf/%) dlls/loadperf: dlls/loadperf/Makefile \$(MAKEDEP)
16463 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules config.status"
16464 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
16466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16467 dlls/localspl dlls/localspl/__install__ dlls/localspl/__install-lib__ dlls/localspl/__install-dev__: __builddeps__"
16468 ALL_DIRS="$ALL_DIRS \\
16469 dlls/localspl"
16470 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16471 dlls/localspl"
16472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16473 \$(RECURSE_TARGETS:%=dlls/localspl/%) dlls/localspl: dlls/localspl/Makefile \$(MAKEDEP)
16474 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules config.status"
16475 ac_config_files="$ac_config_files dlls/localspl/Makefile"
16477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16478 dlls/localspl/tests: __builddeps__
16479 dlls/localspl/tests/__crosstest__: __buildcrossdeps__"
16480 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16481 localspl_test.exe"
16482 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16483 localspl_test.exe: \$(TOPOBJDIR)/dlls/localspl/tests/localspl_test.exe$DLLEXT
16484 cp \$(TOPOBJDIR)/dlls/localspl/tests/localspl_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16485 localspl_test.rc:
16486 echo \"localspl_test.exe TESTRES \\\"localspl_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16487 localspl_test.res: localspl_test.rc localspl_test.exe"
16488 ALL_DIRS="$ALL_DIRS \\
16489 dlls/localspl/tests"
16490 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16491 dlls/localspl/tests"
16492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16493 \$(RECURSE_TARGETS:%=dlls/localspl/tests/%) dlls/localspl/tests: dlls/localspl/tests/Makefile \$(MAKEDEP)
16494 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in Maketest.rules config.status"
16495 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
16497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16498 dlls/localui dlls/localui/__install__ dlls/localui/__install-lib__ dlls/localui/__install-dev__: __builddeps__"
16499 ALL_DIRS="$ALL_DIRS \\
16500 dlls/localui"
16501 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16502 dlls/localui"
16503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16504 \$(RECURSE_TARGETS:%=dlls/localui/%) dlls/localui: dlls/localui/Makefile \$(MAKEDEP)
16505 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules config.status"
16506 ac_config_files="$ac_config_files dlls/localui/Makefile"
16508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16509 dlls/localui/tests: __builddeps__
16510 dlls/localui/tests/__crosstest__: __buildcrossdeps__"
16511 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16512 localui_test.exe"
16513 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16514 localui_test.exe: \$(TOPOBJDIR)/dlls/localui/tests/localui_test.exe$DLLEXT
16515 cp \$(TOPOBJDIR)/dlls/localui/tests/localui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16516 localui_test.rc:
16517 echo \"localui_test.exe TESTRES \\\"localui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16518 localui_test.res: localui_test.rc localui_test.exe"
16519 ALL_DIRS="$ALL_DIRS \\
16520 dlls/localui/tests"
16521 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16522 dlls/localui/tests"
16523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16524 \$(RECURSE_TARGETS:%=dlls/localui/tests/%) dlls/localui/tests: dlls/localui/tests/Makefile \$(MAKEDEP)
16525 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in Maketest.rules config.status"
16526 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
16528 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16529 dlls/lz32/liblz32.$IMPLIBEXT"
16530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16531 dlls/lz32/liblz32.$IMPLIBEXT dlls/lz32/liblz32.cross.a: tools/widl tools/winebuild tools/winegcc include
16532 dlls/lz32/liblz32.$IMPLIBEXT dlls/lz32/liblz32.cross.a: dlls/lz32/lz32.spec dlls/lz32/Makefile
16533 @cd dlls/lz32 && \$(MAKE) \`basename \$@\`
16534 dlls/lz32 dlls/lz32/__install__ dlls/lz32/__install-lib__ dlls/lz32/__install-dev__: __builddeps__"
16535 ALL_DIRS="$ALL_DIRS \\
16536 dlls/lz32"
16537 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16538 dlls/lz32"
16539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16540 \$(RECURSE_TARGETS:%=dlls/lz32/%) dlls/lz32: dlls/lz32/Makefile \$(MAKEDEP)
16541 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules config.status"
16542 ac_config_files="$ac_config_files dlls/lz32/Makefile"
16544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16545 dlls/lz32/tests: __builddeps__
16546 dlls/lz32/tests/__crosstest__: __buildcrossdeps__"
16547 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16548 lz32_test.exe"
16549 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16550 lz32_test.exe: \$(TOPOBJDIR)/dlls/lz32/tests/lz32_test.exe$DLLEXT
16551 cp \$(TOPOBJDIR)/dlls/lz32/tests/lz32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16552 lz32_test.rc:
16553 echo \"lz32_test.exe TESTRES \\\"lz32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16554 lz32_test.res: lz32_test.rc lz32_test.exe"
16555 ALL_DIRS="$ALL_DIRS \\
16556 dlls/lz32/tests"
16557 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16558 dlls/lz32/tests"
16559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16560 \$(RECURSE_TARGETS:%=dlls/lz32/tests/%) dlls/lz32/tests: dlls/lz32/tests/Makefile \$(MAKEDEP)
16561 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in Maketest.rules config.status"
16562 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
16564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16565 dlls/lzexpand.dll16 dlls/lzexpand.dll16/__install__ dlls/lzexpand.dll16/__install-lib__ dlls/lzexpand.dll16/__install-dev__: __builddeps__"
16566 ALL_DIRS="$ALL_DIRS \\
16567 dlls/lzexpand.dll16"
16568 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16569 dlls/lzexpand.dll16"
16570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16571 \$(RECURSE_TARGETS:%=dlls/lzexpand.dll16/%) dlls/lzexpand.dll16: dlls/lzexpand.dll16/Makefile \$(MAKEDEP)
16572 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules config.status"
16573 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
16575 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16576 dlls/mapi32/libmapi32.$IMPLIBEXT"
16577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16578 dlls/mapi32/libmapi32.$IMPLIBEXT dlls/mapi32/libmapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
16579 dlls/mapi32/libmapi32.$IMPLIBEXT dlls/mapi32/libmapi32.cross.a: dlls/mapi32/mapi32.spec dlls/mapi32/Makefile
16580 @cd dlls/mapi32 && \$(MAKE) \`basename \$@\`
16581 dlls/mapi32 dlls/mapi32/__install__ dlls/mapi32/__install-lib__ dlls/mapi32/__install-dev__: __builddeps__"
16582 ALL_DIRS="$ALL_DIRS \\
16583 dlls/mapi32"
16584 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16585 dlls/mapi32"
16586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16587 \$(RECURSE_TARGETS:%=dlls/mapi32/%) dlls/mapi32: dlls/mapi32/Makefile \$(MAKEDEP)
16588 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules config.status"
16589 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
16591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16592 dlls/mapi32/tests: __builddeps__
16593 dlls/mapi32/tests/__crosstest__: __buildcrossdeps__"
16594 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16595 mapi32_test.exe"
16596 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16597 mapi32_test.exe: \$(TOPOBJDIR)/dlls/mapi32/tests/mapi32_test.exe$DLLEXT
16598 cp \$(TOPOBJDIR)/dlls/mapi32/tests/mapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16599 mapi32_test.rc:
16600 echo \"mapi32_test.exe TESTRES \\\"mapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16601 mapi32_test.res: mapi32_test.rc mapi32_test.exe"
16602 ALL_DIRS="$ALL_DIRS \\
16603 dlls/mapi32/tests"
16604 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16605 dlls/mapi32/tests"
16606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16607 \$(RECURSE_TARGETS:%=dlls/mapi32/tests/%) dlls/mapi32/tests: dlls/mapi32/tests/Makefile \$(MAKEDEP)
16608 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in Maketest.rules config.status"
16609 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
16611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16612 dlls/mapistub dlls/mapistub/__install__ dlls/mapistub/__install-lib__ dlls/mapistub/__install-dev__: __builddeps__"
16613 ALL_DIRS="$ALL_DIRS \\
16614 dlls/mapistub"
16615 test "x$enable_mapistub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16616 dlls/mapistub"
16617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16618 \$(RECURSE_TARGETS:%=dlls/mapistub/%) dlls/mapistub: dlls/mapistub/Makefile \$(MAKEDEP)
16619 dlls/mapistub/Makefile: dlls/mapistub/Makefile.in dlls/Makedll.rules config.status"
16620 ac_config_files="$ac_config_files dlls/mapistub/Makefile"
16622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16623 dlls/mciavi32 dlls/mciavi32/__install__ dlls/mciavi32/__install-lib__ dlls/mciavi32/__install-dev__: __builddeps__"
16624 ALL_DIRS="$ALL_DIRS \\
16625 dlls/mciavi32"
16626 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16627 dlls/mciavi32"
16628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16629 \$(RECURSE_TARGETS:%=dlls/mciavi32/%) dlls/mciavi32: dlls/mciavi32/Makefile \$(MAKEDEP)
16630 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules config.status"
16631 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
16633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16634 dlls/mcicda dlls/mcicda/__install__ dlls/mcicda/__install-lib__ dlls/mcicda/__install-dev__: __builddeps__"
16635 ALL_DIRS="$ALL_DIRS \\
16636 dlls/mcicda"
16637 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16638 dlls/mcicda"
16639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16640 \$(RECURSE_TARGETS:%=dlls/mcicda/%) dlls/mcicda: dlls/mcicda/Makefile \$(MAKEDEP)
16641 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules config.status"
16642 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
16644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16645 dlls/mciqtz32 dlls/mciqtz32/__install__ dlls/mciqtz32/__install-lib__ dlls/mciqtz32/__install-dev__: __builddeps__"
16646 ALL_DIRS="$ALL_DIRS \\
16647 dlls/mciqtz32"
16648 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16649 dlls/mciqtz32"
16650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16651 \$(RECURSE_TARGETS:%=dlls/mciqtz32/%) dlls/mciqtz32: dlls/mciqtz32/Makefile \$(MAKEDEP)
16652 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules config.status"
16653 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
16655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16656 dlls/mciseq dlls/mciseq/__install__ dlls/mciseq/__install-lib__ dlls/mciseq/__install-dev__: __builddeps__"
16657 ALL_DIRS="$ALL_DIRS \\
16658 dlls/mciseq"
16659 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16660 dlls/mciseq"
16661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16662 \$(RECURSE_TARGETS:%=dlls/mciseq/%) dlls/mciseq: dlls/mciseq/Makefile \$(MAKEDEP)
16663 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules config.status"
16664 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
16666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16667 dlls/mciwave dlls/mciwave/__install__ dlls/mciwave/__install-lib__ dlls/mciwave/__install-dev__: __builddeps__"
16668 ALL_DIRS="$ALL_DIRS \\
16669 dlls/mciwave"
16670 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16671 dlls/mciwave"
16672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16673 \$(RECURSE_TARGETS:%=dlls/mciwave/%) dlls/mciwave: dlls/mciwave/Makefile \$(MAKEDEP)
16674 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules config.status"
16675 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
16677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16678 dlls/midimap dlls/midimap/__install__ dlls/midimap/__install-lib__ dlls/midimap/__install-dev__: __builddeps__"
16679 ALL_DIRS="$ALL_DIRS \\
16680 dlls/midimap"
16681 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16682 dlls/midimap"
16683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16684 \$(RECURSE_TARGETS:%=dlls/midimap/%) dlls/midimap: dlls/midimap/Makefile \$(MAKEDEP)
16685 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules config.status"
16686 ac_config_files="$ac_config_files dlls/midimap/Makefile"
16688 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16689 dlls/mlang/libmlang.$IMPLIBEXT"
16690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16691 dlls/mlang/libmlang.$IMPLIBEXT dlls/mlang/libmlang.cross.a: tools/widl tools/winebuild tools/winegcc include
16692 dlls/mlang/libmlang.$IMPLIBEXT dlls/mlang/libmlang.cross.a: dlls/mlang/mlang.spec dlls/mlang/Makefile
16693 @cd dlls/mlang && \$(MAKE) \`basename \$@\`
16694 dlls/mlang dlls/mlang/__install__ dlls/mlang/__install-lib__ dlls/mlang/__install-dev__: __builddeps__"
16695 ALL_DIRS="$ALL_DIRS \\
16696 dlls/mlang"
16697 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16698 dlls/mlang"
16699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16700 \$(RECURSE_TARGETS:%=dlls/mlang/%) dlls/mlang: dlls/mlang/Makefile \$(MAKEDEP)
16701 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules config.status"
16702 ac_config_files="$ac_config_files dlls/mlang/Makefile"
16704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16705 dlls/mlang/tests: __builddeps__
16706 dlls/mlang/tests/__crosstest__: __buildcrossdeps__"
16707 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16708 mlang_test.exe"
16709 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16710 mlang_test.exe: \$(TOPOBJDIR)/dlls/mlang/tests/mlang_test.exe$DLLEXT
16711 cp \$(TOPOBJDIR)/dlls/mlang/tests/mlang_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16712 mlang_test.rc:
16713 echo \"mlang_test.exe TESTRES \\\"mlang_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16714 mlang_test.res: mlang_test.rc mlang_test.exe"
16715 ALL_DIRS="$ALL_DIRS \\
16716 dlls/mlang/tests"
16717 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16718 dlls/mlang/tests"
16719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16720 \$(RECURSE_TARGETS:%=dlls/mlang/tests/%) dlls/mlang/tests: dlls/mlang/tests/Makefile \$(MAKEDEP)
16721 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in Maketest.rules config.status"
16722 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
16724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16725 dlls/mmdevapi dlls/mmdevapi/__install__ dlls/mmdevapi/__install-lib__ dlls/mmdevapi/__install-dev__: __builddeps__"
16726 ALL_DIRS="$ALL_DIRS \\
16727 dlls/mmdevapi"
16728 test "x$enable_mmdevapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16729 dlls/mmdevapi"
16730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16731 \$(RECURSE_TARGETS:%=dlls/mmdevapi/%) dlls/mmdevapi: dlls/mmdevapi/Makefile \$(MAKEDEP)
16732 dlls/mmdevapi/Makefile: dlls/mmdevapi/Makefile.in dlls/Makedll.rules config.status"
16733 ac_config_files="$ac_config_files dlls/mmdevapi/Makefile"
16735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16736 dlls/mmdevapi/tests: __builddeps__
16737 dlls/mmdevapi/tests/__crosstest__: __buildcrossdeps__"
16738 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16739 mmdevapi_test.exe"
16740 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16741 mmdevapi_test.exe: \$(TOPOBJDIR)/dlls/mmdevapi/tests/mmdevapi_test.exe$DLLEXT
16742 cp \$(TOPOBJDIR)/dlls/mmdevapi/tests/mmdevapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16743 mmdevapi_test.rc:
16744 echo \"mmdevapi_test.exe TESTRES \\\"mmdevapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16745 mmdevapi_test.res: mmdevapi_test.rc mmdevapi_test.exe"
16746 ALL_DIRS="$ALL_DIRS \\
16747 dlls/mmdevapi/tests"
16748 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16749 dlls/mmdevapi/tests"
16750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16751 \$(RECURSE_TARGETS:%=dlls/mmdevapi/tests/%) dlls/mmdevapi/tests: dlls/mmdevapi/tests/Makefile \$(MAKEDEP)
16752 dlls/mmdevapi/tests/Makefile: dlls/mmdevapi/tests/Makefile.in Maketest.rules config.status"
16753 ac_config_files="$ac_config_files dlls/mmdevapi/tests/Makefile"
16755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16756 dlls/mmdevldr.vxd dlls/mmdevldr.vxd/__install__ dlls/mmdevldr.vxd/__install-lib__ dlls/mmdevldr.vxd/__install-dev__: __builddeps__"
16757 ALL_DIRS="$ALL_DIRS \\
16758 dlls/mmdevldr.vxd"
16759 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16760 dlls/mmdevldr.vxd"
16761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16762 \$(RECURSE_TARGETS:%=dlls/mmdevldr.vxd/%) dlls/mmdevldr.vxd: dlls/mmdevldr.vxd/Makefile \$(MAKEDEP)
16763 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules config.status"
16764 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
16766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16767 dlls/mmsystem.dll16 dlls/mmsystem.dll16/__install__ dlls/mmsystem.dll16/__install-lib__ dlls/mmsystem.dll16/__install-dev__: __builddeps__"
16768 ALL_DIRS="$ALL_DIRS \\
16769 dlls/mmsystem.dll16"
16770 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16771 dlls/mmsystem.dll16"
16772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16773 \$(RECURSE_TARGETS:%=dlls/mmsystem.dll16/%) dlls/mmsystem.dll16: dlls/mmsystem.dll16/Makefile \$(MAKEDEP)
16774 dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules config.status"
16775 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
16777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16778 dlls/monodebg.vxd dlls/monodebg.vxd/__install__ dlls/monodebg.vxd/__install-lib__ dlls/monodebg.vxd/__install-dev__: __builddeps__"
16779 ALL_DIRS="$ALL_DIRS \\
16780 dlls/monodebg.vxd"
16781 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16782 dlls/monodebg.vxd"
16783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16784 \$(RECURSE_TARGETS:%=dlls/monodebg.vxd/%) dlls/monodebg.vxd: dlls/monodebg.vxd/Makefile \$(MAKEDEP)
16785 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules config.status"
16786 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
16788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16789 dlls/mountmgr.sys dlls/mountmgr.sys/__install__ dlls/mountmgr.sys/__install-lib__ dlls/mountmgr.sys/__install-dev__: __builddeps__"
16790 ALL_DIRS="$ALL_DIRS \\
16791 dlls/mountmgr.sys"
16792 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16793 dlls/mountmgr.sys"
16794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16795 \$(RECURSE_TARGETS:%=dlls/mountmgr.sys/%) dlls/mountmgr.sys: dlls/mountmgr.sys/Makefile \$(MAKEDEP)
16796 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules config.status"
16797 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
16799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16800 dlls/mouse.drv16 dlls/mouse.drv16/__install__ dlls/mouse.drv16/__install-lib__ dlls/mouse.drv16/__install-dev__: __builddeps__"
16801 ALL_DIRS="$ALL_DIRS \\
16802 dlls/mouse.drv16"
16803 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16804 dlls/mouse.drv16"
16805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16806 \$(RECURSE_TARGETS:%=dlls/mouse.drv16/%) dlls/mouse.drv16: dlls/mouse.drv16/Makefile \$(MAKEDEP)
16807 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules config.status"
16808 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
16810 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16811 dlls/mpr/libmpr.$IMPLIBEXT"
16812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16813 dlls/mpr/libmpr.$IMPLIBEXT dlls/mpr/libmpr.cross.a: tools/widl tools/winebuild tools/winegcc include
16814 dlls/mpr/libmpr.$IMPLIBEXT dlls/mpr/libmpr.cross.a: dlls/mpr/mpr.spec dlls/mpr/Makefile
16815 @cd dlls/mpr && \$(MAKE) \`basename \$@\`
16816 dlls/mpr dlls/mpr/__install__ dlls/mpr/__install-lib__ dlls/mpr/__install-dev__: __builddeps__"
16817 ALL_DIRS="$ALL_DIRS \\
16818 dlls/mpr"
16819 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16820 dlls/mpr"
16821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16822 \$(RECURSE_TARGETS:%=dlls/mpr/%) dlls/mpr: dlls/mpr/Makefile \$(MAKEDEP)
16823 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules config.status"
16824 ac_config_files="$ac_config_files dlls/mpr/Makefile"
16826 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16827 dlls/mprapi/libmprapi.$IMPLIBEXT"
16828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16829 dlls/mprapi/libmprapi.$IMPLIBEXT dlls/mprapi/libmprapi.cross.a: tools/widl tools/winebuild tools/winegcc include
16830 dlls/mprapi/libmprapi.$IMPLIBEXT dlls/mprapi/libmprapi.cross.a: dlls/mprapi/mprapi.spec dlls/mprapi/Makefile
16831 @cd dlls/mprapi && \$(MAKE) \`basename \$@\`
16832 dlls/mprapi dlls/mprapi/__install__ dlls/mprapi/__install-lib__ dlls/mprapi/__install-dev__: __builddeps__"
16833 ALL_DIRS="$ALL_DIRS \\
16834 dlls/mprapi"
16835 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16836 dlls/mprapi"
16837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16838 \$(RECURSE_TARGETS:%=dlls/mprapi/%) dlls/mprapi: dlls/mprapi/Makefile \$(MAKEDEP)
16839 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules config.status"
16840 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
16842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16843 dlls/msacm.dll16 dlls/msacm.dll16/__install__ dlls/msacm.dll16/__install-lib__ dlls/msacm.dll16/__install-dev__: __builddeps__"
16844 ALL_DIRS="$ALL_DIRS \\
16845 dlls/msacm.dll16"
16846 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16847 dlls/msacm.dll16"
16848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16849 \$(RECURSE_TARGETS:%=dlls/msacm.dll16/%) dlls/msacm.dll16: dlls/msacm.dll16/Makefile \$(MAKEDEP)
16850 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules config.status"
16851 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
16853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16854 dlls/msacm32.drv dlls/msacm32.drv/__install__ dlls/msacm32.drv/__install-lib__ dlls/msacm32.drv/__install-dev__: __builddeps__"
16855 ALL_DIRS="$ALL_DIRS \\
16856 dlls/msacm32.drv"
16857 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16858 dlls/msacm32.drv"
16859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16860 \$(RECURSE_TARGETS:%=dlls/msacm32.drv/%) dlls/msacm32.drv: dlls/msacm32.drv/Makefile \$(MAKEDEP)
16861 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules config.status"
16862 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
16864 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16865 dlls/msacm32/libmsacm32.$IMPLIBEXT"
16866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16867 dlls/msacm32/libmsacm32.$IMPLIBEXT dlls/msacm32/libmsacm32.cross.a: tools/widl tools/winebuild tools/winegcc include
16868 dlls/msacm32/libmsacm32.$IMPLIBEXT dlls/msacm32/libmsacm32.cross.a: dlls/msacm32/msacm32.spec dlls/msacm32/Makefile
16869 @cd dlls/msacm32 && \$(MAKE) \`basename \$@\`
16870 dlls/msacm32 dlls/msacm32/__install__ dlls/msacm32/__install-lib__ dlls/msacm32/__install-dev__: __builddeps__"
16871 ALL_DIRS="$ALL_DIRS \\
16872 dlls/msacm32"
16873 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16874 dlls/msacm32"
16875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16876 \$(RECURSE_TARGETS:%=dlls/msacm32/%) dlls/msacm32: dlls/msacm32/Makefile \$(MAKEDEP)
16877 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules config.status"
16878 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
16880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16881 dlls/msacm32/tests: __builddeps__
16882 dlls/msacm32/tests/__crosstest__: __buildcrossdeps__"
16883 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16884 msacm32_test.exe"
16885 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16886 msacm32_test.exe: \$(TOPOBJDIR)/dlls/msacm32/tests/msacm32_test.exe$DLLEXT
16887 cp \$(TOPOBJDIR)/dlls/msacm32/tests/msacm32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16888 msacm32_test.rc:
16889 echo \"msacm32_test.exe TESTRES \\\"msacm32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16890 msacm32_test.res: msacm32_test.rc msacm32_test.exe"
16891 ALL_DIRS="$ALL_DIRS \\
16892 dlls/msacm32/tests"
16893 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16894 dlls/msacm32/tests"
16895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16896 \$(RECURSE_TARGETS:%=dlls/msacm32/tests/%) dlls/msacm32/tests: dlls/msacm32/tests/Makefile \$(MAKEDEP)
16897 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in Maketest.rules config.status"
16898 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
16900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16901 dlls/msadp32.acm dlls/msadp32.acm/__install__ dlls/msadp32.acm/__install-lib__ dlls/msadp32.acm/__install-dev__: __builddeps__"
16902 ALL_DIRS="$ALL_DIRS \\
16903 dlls/msadp32.acm"
16904 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16905 dlls/msadp32.acm"
16906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16907 \$(RECURSE_TARGETS:%=dlls/msadp32.acm/%) dlls/msadp32.acm: dlls/msadp32.acm/Makefile \$(MAKEDEP)
16908 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules config.status"
16909 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
16911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16912 dlls/mscat32 dlls/mscat32/__install__ dlls/mscat32/__install-lib__ dlls/mscat32/__install-dev__: __builddeps__"
16913 ALL_DIRS="$ALL_DIRS \\
16914 dlls/mscat32"
16915 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16916 dlls/mscat32"
16917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16918 \$(RECURSE_TARGETS:%=dlls/mscat32/%) dlls/mscat32: dlls/mscat32/Makefile \$(MAKEDEP)
16919 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules config.status"
16920 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
16922 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16923 dlls/mscms/libmscms.$IMPLIBEXT"
16924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16925 dlls/mscms/libmscms.$IMPLIBEXT dlls/mscms/libmscms.cross.a: tools/widl tools/winebuild tools/winegcc include
16926 dlls/mscms/libmscms.$IMPLIBEXT dlls/mscms/libmscms.cross.a: dlls/mscms/mscms.spec dlls/mscms/Makefile
16927 @cd dlls/mscms && \$(MAKE) \`basename \$@\`
16928 dlls/mscms dlls/mscms/__install__ dlls/mscms/__install-lib__ dlls/mscms/__install-dev__: __builddeps__"
16929 ALL_DIRS="$ALL_DIRS \\
16930 dlls/mscms"
16931 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16932 dlls/mscms"
16933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16934 \$(RECURSE_TARGETS:%=dlls/mscms/%) dlls/mscms: dlls/mscms/Makefile \$(MAKEDEP)
16935 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules config.status"
16936 ac_config_files="$ac_config_files dlls/mscms/Makefile"
16938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16939 dlls/mscms/tests: __builddeps__
16940 dlls/mscms/tests/__crosstest__: __buildcrossdeps__"
16941 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16942 mscms_test.exe"
16943 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16944 mscms_test.exe: \$(TOPOBJDIR)/dlls/mscms/tests/mscms_test.exe$DLLEXT
16945 cp \$(TOPOBJDIR)/dlls/mscms/tests/mscms_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16946 mscms_test.rc:
16947 echo \"mscms_test.exe TESTRES \\\"mscms_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16948 mscms_test.res: mscms_test.rc mscms_test.exe"
16949 ALL_DIRS="$ALL_DIRS \\
16950 dlls/mscms/tests"
16951 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16952 dlls/mscms/tests"
16953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16954 \$(RECURSE_TARGETS:%=dlls/mscms/tests/%) dlls/mscms/tests: dlls/mscms/tests/Makefile \$(MAKEDEP)
16955 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in Maketest.rules config.status"
16956 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
16958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16959 dlls/mscoree dlls/mscoree/__install__ dlls/mscoree/__install-lib__ dlls/mscoree/__install-dev__: __builddeps__"
16960 ALL_DIRS="$ALL_DIRS \\
16961 dlls/mscoree"
16962 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16963 dlls/mscoree"
16964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16965 \$(RECURSE_TARGETS:%=dlls/mscoree/%) dlls/mscoree: dlls/mscoree/Makefile \$(MAKEDEP)
16966 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules config.status"
16967 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
16969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16970 dlls/msctf dlls/msctf/__install__ dlls/msctf/__install-lib__ dlls/msctf/__install-dev__: __builddeps__"
16971 ALL_DIRS="$ALL_DIRS \\
16972 dlls/msctf"
16973 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16974 dlls/msctf"
16975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16976 \$(RECURSE_TARGETS:%=dlls/msctf/%) dlls/msctf: dlls/msctf/Makefile \$(MAKEDEP)
16977 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules config.status"
16978 ac_config_files="$ac_config_files dlls/msctf/Makefile"
16980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16981 dlls/msctf/tests: __builddeps__
16982 dlls/msctf/tests/__crosstest__: __buildcrossdeps__"
16983 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16984 msctf_test.exe"
16985 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16986 msctf_test.exe: \$(TOPOBJDIR)/dlls/msctf/tests/msctf_test.exe$DLLEXT
16987 cp \$(TOPOBJDIR)/dlls/msctf/tests/msctf_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16988 msctf_test.rc:
16989 echo \"msctf_test.exe TESTRES \\\"msctf_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16990 msctf_test.res: msctf_test.rc msctf_test.exe"
16991 ALL_DIRS="$ALL_DIRS \\
16992 dlls/msctf/tests"
16993 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16994 dlls/msctf/tests"
16995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16996 \$(RECURSE_TARGETS:%=dlls/msctf/tests/%) dlls/msctf/tests: dlls/msctf/tests/Makefile \$(MAKEDEP)
16997 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in Maketest.rules config.status"
16998 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
17000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17001 dlls/msdaps dlls/msdaps/__install__ dlls/msdaps/__install-lib__ dlls/msdaps/__install-dev__: __builddeps__"
17002 ALL_DIRS="$ALL_DIRS \\
17003 dlls/msdaps"
17004 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17005 dlls/msdaps"
17006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17007 \$(RECURSE_TARGETS:%=dlls/msdaps/%) dlls/msdaps: dlls/msdaps/Makefile \$(MAKEDEP)
17008 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules config.status"
17009 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
17011 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17012 dlls/msdmo/libmsdmo.$IMPLIBEXT"
17013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17014 dlls/msdmo/libmsdmo.$IMPLIBEXT dlls/msdmo/libmsdmo.cross.a: tools/widl tools/winebuild tools/winegcc include
17015 dlls/msdmo/libmsdmo.$IMPLIBEXT dlls/msdmo/libmsdmo.cross.a: dlls/msdmo/msdmo.spec dlls/msdmo/Makefile
17016 @cd dlls/msdmo && \$(MAKE) \`basename \$@\`
17017 dlls/msdmo dlls/msdmo/__install__ dlls/msdmo/__install-lib__ dlls/msdmo/__install-dev__: __builddeps__"
17018 ALL_DIRS="$ALL_DIRS \\
17019 dlls/msdmo"
17020 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17021 dlls/msdmo"
17022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17023 \$(RECURSE_TARGETS:%=dlls/msdmo/%) dlls/msdmo: dlls/msdmo/Makefile \$(MAKEDEP)
17024 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules config.status"
17025 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
17027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17028 dlls/msftedit dlls/msftedit/__install__ dlls/msftedit/__install-lib__ dlls/msftedit/__install-dev__: __builddeps__"
17029 ALL_DIRS="$ALL_DIRS \\
17030 dlls/msftedit"
17031 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17032 dlls/msftedit"
17033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17034 \$(RECURSE_TARGETS:%=dlls/msftedit/%) dlls/msftedit: dlls/msftedit/Makefile \$(MAKEDEP)
17035 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules config.status"
17036 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
17038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17039 dlls/msg711.acm dlls/msg711.acm/__install__ dlls/msg711.acm/__install-lib__ dlls/msg711.acm/__install-dev__: __builddeps__"
17040 ALL_DIRS="$ALL_DIRS \\
17041 dlls/msg711.acm"
17042 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17043 dlls/msg711.acm"
17044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17045 \$(RECURSE_TARGETS:%=dlls/msg711.acm/%) dlls/msg711.acm: dlls/msg711.acm/Makefile \$(MAKEDEP)
17046 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules config.status"
17047 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
17049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17050 dlls/msgsm32.acm dlls/msgsm32.acm/__install__ dlls/msgsm32.acm/__install-lib__ dlls/msgsm32.acm/__install-dev__: __builddeps__"
17051 ALL_DIRS="$ALL_DIRS \\
17052 dlls/msgsm32.acm"
17053 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17054 dlls/msgsm32.acm"
17055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17056 \$(RECURSE_TARGETS:%=dlls/msgsm32.acm/%) dlls/msgsm32.acm: dlls/msgsm32.acm/Makefile \$(MAKEDEP)
17057 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules config.status"
17058 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
17060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17061 dlls/mshtml.tlb dlls/mshtml.tlb/__install__ dlls/mshtml.tlb/__install-lib__ dlls/mshtml.tlb/__install-dev__: __builddeps__"
17062 ALL_DIRS="$ALL_DIRS \\
17063 dlls/mshtml.tlb"
17064 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17065 dlls/mshtml.tlb"
17066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17067 \$(RECURSE_TARGETS:%=dlls/mshtml.tlb/%) dlls/mshtml.tlb: dlls/mshtml.tlb/Makefile \$(MAKEDEP)
17068 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules config.status"
17069 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
17071 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17072 dlls/mshtml/libmshtml.$IMPLIBEXT"
17073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17074 dlls/mshtml/libmshtml.$IMPLIBEXT dlls/mshtml/libmshtml.cross.a: tools/widl tools/winebuild tools/winegcc include
17075 dlls/mshtml/libmshtml.$IMPLIBEXT dlls/mshtml/libmshtml.cross.a: dlls/mshtml/mshtml.spec dlls/mshtml/Makefile
17076 @cd dlls/mshtml && \$(MAKE) \`basename \$@\`
17077 dlls/mshtml dlls/mshtml/__install__ dlls/mshtml/__install-lib__ dlls/mshtml/__install-dev__: __builddeps__"
17078 ALL_DIRS="$ALL_DIRS \\
17079 dlls/mshtml"
17080 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17081 dlls/mshtml"
17082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17083 \$(RECURSE_TARGETS:%=dlls/mshtml/%) dlls/mshtml: dlls/mshtml/Makefile \$(MAKEDEP)
17084 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules config.status"
17085 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
17087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17088 dlls/mshtml/tests: __builddeps__
17089 dlls/mshtml/tests/__crosstest__: __buildcrossdeps__"
17090 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17091 mshtml_test.exe"
17092 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17093 mshtml_test.exe: \$(TOPOBJDIR)/dlls/mshtml/tests/mshtml_test.exe$DLLEXT
17094 cp \$(TOPOBJDIR)/dlls/mshtml/tests/mshtml_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17095 mshtml_test.rc:
17096 echo \"mshtml_test.exe TESTRES \\\"mshtml_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17097 mshtml_test.res: mshtml_test.rc mshtml_test.exe"
17098 ALL_DIRS="$ALL_DIRS \\
17099 dlls/mshtml/tests"
17100 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17101 dlls/mshtml/tests"
17102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17103 \$(RECURSE_TARGETS:%=dlls/mshtml/tests/%) dlls/mshtml/tests: dlls/mshtml/tests/Makefile \$(MAKEDEP)
17104 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in Maketest.rules config.status"
17105 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
17107 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17108 dlls/msi/libmsi.$IMPLIBEXT"
17109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17110 dlls/msi/libmsi.$IMPLIBEXT dlls/msi/libmsi.cross.a: tools/widl tools/winebuild tools/winegcc include
17111 dlls/msi/libmsi.$IMPLIBEXT dlls/msi/libmsi.cross.a: dlls/msi/msi.spec dlls/msi/Makefile
17112 @cd dlls/msi && \$(MAKE) \`basename \$@\`
17113 dlls/msi dlls/msi/__install__ dlls/msi/__install-lib__ dlls/msi/__install-dev__: __builddeps__"
17114 ALL_DIRS="$ALL_DIRS \\
17115 dlls/msi"
17116 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17117 dlls/msi"
17118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17119 \$(RECURSE_TARGETS:%=dlls/msi/%) dlls/msi: dlls/msi/Makefile \$(MAKEDEP)
17120 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules config.status"
17121 ac_config_files="$ac_config_files dlls/msi/Makefile"
17123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17124 dlls/msi/tests: __builddeps__
17125 dlls/msi/tests/__crosstest__: __buildcrossdeps__"
17126 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17127 msi_test.exe"
17128 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17129 msi_test.exe: \$(TOPOBJDIR)/dlls/msi/tests/msi_test.exe$DLLEXT
17130 cp \$(TOPOBJDIR)/dlls/msi/tests/msi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17131 msi_test.rc:
17132 echo \"msi_test.exe TESTRES \\\"msi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17133 msi_test.res: msi_test.rc msi_test.exe"
17134 ALL_DIRS="$ALL_DIRS \\
17135 dlls/msi/tests"
17136 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17137 dlls/msi/tests"
17138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17139 \$(RECURSE_TARGETS:%=dlls/msi/tests/%) dlls/msi/tests: dlls/msi/tests/Makefile \$(MAKEDEP)
17140 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in Maketest.rules config.status"
17141 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
17143 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17144 dlls/msimg32/libmsimg32.$IMPLIBEXT"
17145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17146 dlls/msimg32/libmsimg32.$IMPLIBEXT dlls/msimg32/libmsimg32.cross.a: tools/widl tools/winebuild tools/winegcc include
17147 dlls/msimg32/libmsimg32.$IMPLIBEXT dlls/msimg32/libmsimg32.cross.a: dlls/msimg32/msimg32.spec dlls/msimg32/Makefile
17148 @cd dlls/msimg32 && \$(MAKE) \`basename \$@\`
17149 dlls/msimg32 dlls/msimg32/__install__ dlls/msimg32/__install-lib__ dlls/msimg32/__install-dev__: __builddeps__"
17150 ALL_DIRS="$ALL_DIRS \\
17151 dlls/msimg32"
17152 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17153 dlls/msimg32"
17154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17155 \$(RECURSE_TARGETS:%=dlls/msimg32/%) dlls/msimg32: dlls/msimg32/Makefile \$(MAKEDEP)
17156 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules config.status"
17157 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
17159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17160 dlls/msimtf dlls/msimtf/__install__ dlls/msimtf/__install-lib__ dlls/msimtf/__install-dev__: __builddeps__"
17161 ALL_DIRS="$ALL_DIRS \\
17162 dlls/msimtf"
17163 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17164 dlls/msimtf"
17165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17166 \$(RECURSE_TARGETS:%=dlls/msimtf/%) dlls/msimtf: dlls/msimtf/Makefile \$(MAKEDEP)
17167 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules config.status"
17168 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
17170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17171 dlls/msisip dlls/msisip/__install__ dlls/msisip/__install-lib__ dlls/msisip/__install-dev__: __builddeps__"
17172 ALL_DIRS="$ALL_DIRS \\
17173 dlls/msisip"
17174 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17175 dlls/msisip"
17176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17177 \$(RECURSE_TARGETS:%=dlls/msisip/%) dlls/msisip: dlls/msisip/Makefile \$(MAKEDEP)
17178 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules config.status"
17179 ac_config_files="$ac_config_files dlls/msisip/Makefile"
17181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17182 dlls/msisys.ocx dlls/msisys.ocx/__install__ dlls/msisys.ocx/__install-lib__ dlls/msisys.ocx/__install-dev__: __builddeps__"
17183 ALL_DIRS="$ALL_DIRS \\
17184 dlls/msisys.ocx"
17185 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17186 dlls/msisys.ocx"
17187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17188 \$(RECURSE_TARGETS:%=dlls/msisys.ocx/%) dlls/msisys.ocx: dlls/msisys.ocx/Makefile \$(MAKEDEP)
17189 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules config.status"
17190 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
17192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17193 dlls/msnet32 dlls/msnet32/__install__ dlls/msnet32/__install-lib__ dlls/msnet32/__install-dev__: __builddeps__"
17194 ALL_DIRS="$ALL_DIRS \\
17195 dlls/msnet32"
17196 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17197 dlls/msnet32"
17198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17199 \$(RECURSE_TARGETS:%=dlls/msnet32/%) dlls/msnet32: dlls/msnet32/Makefile \$(MAKEDEP)
17200 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules config.status"
17201 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
17203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17204 dlls/msrle32 dlls/msrle32/__install__ dlls/msrle32/__install-lib__ dlls/msrle32/__install-dev__: __builddeps__"
17205 ALL_DIRS="$ALL_DIRS \\
17206 dlls/msrle32"
17207 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17208 dlls/msrle32"
17209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17210 \$(RECURSE_TARGETS:%=dlls/msrle32/%) dlls/msrle32: dlls/msrle32/Makefile \$(MAKEDEP)
17211 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules config.status"
17212 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
17214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17215 dlls/mssign32 dlls/mssign32/__install__ dlls/mssign32/__install-lib__ dlls/mssign32/__install-dev__: __builddeps__"
17216 ALL_DIRS="$ALL_DIRS \\
17217 dlls/mssign32"
17218 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17219 dlls/mssign32"
17220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17221 \$(RECURSE_TARGETS:%=dlls/mssign32/%) dlls/mssign32: dlls/mssign32/Makefile \$(MAKEDEP)
17222 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules config.status"
17223 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
17225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17226 dlls/mssip32 dlls/mssip32/__install__ dlls/mssip32/__install-lib__ dlls/mssip32/__install-dev__: __builddeps__"
17227 ALL_DIRS="$ALL_DIRS \\
17228 dlls/mssip32"
17229 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17230 dlls/mssip32"
17231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17232 \$(RECURSE_TARGETS:%=dlls/mssip32/%) dlls/mssip32: dlls/mssip32/Makefile \$(MAKEDEP)
17233 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules config.status"
17234 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
17236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17237 dlls/mstask dlls/mstask/__install__ dlls/mstask/__install-lib__ dlls/mstask/__install-dev__: __builddeps__"
17238 ALL_DIRS="$ALL_DIRS \\
17239 dlls/mstask"
17240 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17241 dlls/mstask"
17242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17243 \$(RECURSE_TARGETS:%=dlls/mstask/%) dlls/mstask: dlls/mstask/Makefile \$(MAKEDEP)
17244 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules config.status"
17245 ac_config_files="$ac_config_files dlls/mstask/Makefile"
17247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17248 dlls/mstask/tests: __builddeps__
17249 dlls/mstask/tests/__crosstest__: __buildcrossdeps__"
17250 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17251 mstask_test.exe"
17252 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17253 mstask_test.exe: \$(TOPOBJDIR)/dlls/mstask/tests/mstask_test.exe$DLLEXT
17254 cp \$(TOPOBJDIR)/dlls/mstask/tests/mstask_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17255 mstask_test.rc:
17256 echo \"mstask_test.exe TESTRES \\\"mstask_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17257 mstask_test.res: mstask_test.rc mstask_test.exe"
17258 ALL_DIRS="$ALL_DIRS \\
17259 dlls/mstask/tests"
17260 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17261 dlls/mstask/tests"
17262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17263 \$(RECURSE_TARGETS:%=dlls/mstask/tests/%) dlls/mstask/tests: dlls/mstask/tests/Makefile \$(MAKEDEP)
17264 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in Maketest.rules config.status"
17265 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
17267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17268 dlls/msvcirt dlls/msvcirt/__install__ dlls/msvcirt/__install-lib__ dlls/msvcirt/__install-dev__: __builddeps__"
17269 ALL_DIRS="$ALL_DIRS \\
17270 dlls/msvcirt"
17271 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17272 dlls/msvcirt"
17273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17274 \$(RECURSE_TARGETS:%=dlls/msvcirt/%) dlls/msvcirt: dlls/msvcirt/Makefile \$(MAKEDEP)
17275 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules config.status"
17276 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
17278 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17279 dlls/msvcr71/libmsvcr71.$IMPLIBEXT"
17280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17281 dlls/msvcr71/libmsvcr71.$IMPLIBEXT dlls/msvcr71/libmsvcr71.cross.a: tools/widl tools/winebuild tools/winegcc include
17282 dlls/msvcr71/libmsvcr71.$IMPLIBEXT dlls/msvcr71/libmsvcr71.cross.a: dlls/msvcr71/msvcr71.spec dlls/msvcr71/Makefile
17283 @cd dlls/msvcr71 && \$(MAKE) \`basename \$@\`
17284 dlls/msvcr71 dlls/msvcr71/__install__ dlls/msvcr71/__install-lib__ dlls/msvcr71/__install-dev__: __builddeps__"
17285 ALL_DIRS="$ALL_DIRS \\
17286 dlls/msvcr71"
17287 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17288 dlls/msvcr71"
17289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17290 \$(RECURSE_TARGETS:%=dlls/msvcr71/%) dlls/msvcr71: dlls/msvcr71/Makefile \$(MAKEDEP)
17291 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules config.status"
17292 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
17294 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17295 dlls/msvcrt/libmsvcrt.$IMPLIBEXT"
17296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17297 dlls/msvcrt/libmsvcrt.$IMPLIBEXT dlls/msvcrt/libmsvcrt.cross.a: tools/widl tools/winebuild tools/winegcc include
17298 dlls/msvcrt/libmsvcrt.$IMPLIBEXT dlls/msvcrt/libmsvcrt.cross.a: dlls/msvcrt/msvcrt.spec dlls/msvcrt/Makefile
17299 @cd dlls/msvcrt && \$(MAKE) \`basename \$@\`
17300 dlls/msvcrt dlls/msvcrt/__install__ dlls/msvcrt/__install-lib__ dlls/msvcrt/__install-dev__: __builddeps__"
17301 ALL_DIRS="$ALL_DIRS \\
17302 dlls/msvcrt"
17303 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17304 dlls/msvcrt"
17305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17306 \$(RECURSE_TARGETS:%=dlls/msvcrt/%) dlls/msvcrt: dlls/msvcrt/Makefile \$(MAKEDEP)
17307 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules config.status"
17308 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
17310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17311 dlls/msvcrt/tests: __builddeps__
17312 dlls/msvcrt/tests/__crosstest__: __buildcrossdeps__"
17313 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17314 msvcrt_test.exe"
17315 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17316 msvcrt_test.exe: \$(TOPOBJDIR)/dlls/msvcrt/tests/msvcrt_test.exe$DLLEXT
17317 cp \$(TOPOBJDIR)/dlls/msvcrt/tests/msvcrt_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17318 msvcrt_test.rc:
17319 echo \"msvcrt_test.exe TESTRES \\\"msvcrt_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17320 msvcrt_test.res: msvcrt_test.rc msvcrt_test.exe"
17321 ALL_DIRS="$ALL_DIRS \\
17322 dlls/msvcrt/tests"
17323 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17324 dlls/msvcrt/tests"
17325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17326 \$(RECURSE_TARGETS:%=dlls/msvcrt/tests/%) dlls/msvcrt/tests: dlls/msvcrt/tests/Makefile \$(MAKEDEP)
17327 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in Maketest.rules config.status"
17328 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
17330 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17331 dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT"
17332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17333 dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT dlls/msvcrt20/libmsvcrt20.cross.a: tools/widl tools/winebuild tools/winegcc include
17334 dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT dlls/msvcrt20/libmsvcrt20.cross.a: dlls/msvcrt20/msvcrt20.spec dlls/msvcrt20/Makefile
17335 @cd dlls/msvcrt20 && \$(MAKE) \`basename \$@\`
17336 dlls/msvcrt20 dlls/msvcrt20/__install__ dlls/msvcrt20/__install-lib__ dlls/msvcrt20/__install-dev__: __builddeps__"
17337 ALL_DIRS="$ALL_DIRS \\
17338 dlls/msvcrt20"
17339 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17340 dlls/msvcrt20"
17341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17342 \$(RECURSE_TARGETS:%=dlls/msvcrt20/%) dlls/msvcrt20: dlls/msvcrt20/Makefile \$(MAKEDEP)
17343 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules config.status"
17344 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
17346 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17347 dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT"
17348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17349 dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT dlls/msvcrt40/libmsvcrt40.cross.a: tools/widl tools/winebuild tools/winegcc include
17350 dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT dlls/msvcrt40/libmsvcrt40.cross.a: dlls/msvcrt40/msvcrt40.spec dlls/msvcrt40/Makefile
17351 @cd dlls/msvcrt40 && \$(MAKE) \`basename \$@\`
17352 dlls/msvcrt40 dlls/msvcrt40/__install__ dlls/msvcrt40/__install-lib__ dlls/msvcrt40/__install-dev__: __builddeps__"
17353 ALL_DIRS="$ALL_DIRS \\
17354 dlls/msvcrt40"
17355 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17356 dlls/msvcrt40"
17357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17358 \$(RECURSE_TARGETS:%=dlls/msvcrt40/%) dlls/msvcrt40: dlls/msvcrt40/Makefile \$(MAKEDEP)
17359 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules config.status"
17360 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
17362 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17363 dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT"
17364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17365 dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT dlls/msvcrtd/libmsvcrtd.cross.a: tools/widl tools/winebuild tools/winegcc include
17366 dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT dlls/msvcrtd/libmsvcrtd.cross.a: dlls/msvcrtd/msvcrtd.spec dlls/msvcrtd/Makefile
17367 @cd dlls/msvcrtd && \$(MAKE) \`basename \$@\`
17368 dlls/msvcrtd dlls/msvcrtd/__install__ dlls/msvcrtd/__install-lib__ dlls/msvcrtd/__install-dev__: __builddeps__"
17369 ALL_DIRS="$ALL_DIRS \\
17370 dlls/msvcrtd"
17371 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17372 dlls/msvcrtd"
17373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17374 \$(RECURSE_TARGETS:%=dlls/msvcrtd/%) dlls/msvcrtd: dlls/msvcrtd/Makefile \$(MAKEDEP)
17375 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules config.status"
17376 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
17378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17379 dlls/msvcrtd/tests: __builddeps__
17380 dlls/msvcrtd/tests/__crosstest__: __buildcrossdeps__"
17381 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17382 msvcrtd_test.exe"
17383 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17384 msvcrtd_test.exe: \$(TOPOBJDIR)/dlls/msvcrtd/tests/msvcrtd_test.exe$DLLEXT
17385 cp \$(TOPOBJDIR)/dlls/msvcrtd/tests/msvcrtd_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17386 msvcrtd_test.rc:
17387 echo \"msvcrtd_test.exe TESTRES \\\"msvcrtd_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17388 msvcrtd_test.res: msvcrtd_test.rc msvcrtd_test.exe"
17389 ALL_DIRS="$ALL_DIRS \\
17390 dlls/msvcrtd/tests"
17391 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17392 dlls/msvcrtd/tests"
17393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17394 \$(RECURSE_TARGETS:%=dlls/msvcrtd/tests/%) dlls/msvcrtd/tests: dlls/msvcrtd/tests/Makefile \$(MAKEDEP)
17395 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in Maketest.rules config.status"
17396 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
17398 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17399 dlls/msvfw32/libmsvfw32.$IMPLIBEXT"
17400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17401 dlls/msvfw32/libmsvfw32.$IMPLIBEXT dlls/msvfw32/libmsvfw32.cross.a: tools/widl tools/winebuild tools/winegcc include
17402 dlls/msvfw32/libmsvfw32.$IMPLIBEXT dlls/msvfw32/libmsvfw32.cross.a: dlls/msvfw32/msvfw32.spec dlls/msvfw32/Makefile
17403 @cd dlls/msvfw32 && \$(MAKE) \`basename \$@\`
17404 dlls/msvfw32 dlls/msvfw32/__install__ dlls/msvfw32/__install-lib__ dlls/msvfw32/__install-dev__: __builddeps__"
17405 ALL_DIRS="$ALL_DIRS \\
17406 dlls/msvfw32"
17407 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17408 dlls/msvfw32"
17409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17410 \$(RECURSE_TARGETS:%=dlls/msvfw32/%) dlls/msvfw32: dlls/msvfw32/Makefile \$(MAKEDEP)
17411 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules config.status"
17412 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
17414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17415 dlls/msvfw32/tests: __builddeps__
17416 dlls/msvfw32/tests/__crosstest__: __buildcrossdeps__"
17417 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17418 msvfw32_test.exe"
17419 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17420 msvfw32_test.exe: \$(TOPOBJDIR)/dlls/msvfw32/tests/msvfw32_test.exe$DLLEXT
17421 cp \$(TOPOBJDIR)/dlls/msvfw32/tests/msvfw32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17422 msvfw32_test.rc:
17423 echo \"msvfw32_test.exe TESTRES \\\"msvfw32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17424 msvfw32_test.res: msvfw32_test.rc msvfw32_test.exe"
17425 ALL_DIRS="$ALL_DIRS \\
17426 dlls/msvfw32/tests"
17427 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17428 dlls/msvfw32/tests"
17429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17430 \$(RECURSE_TARGETS:%=dlls/msvfw32/tests/%) dlls/msvfw32/tests: dlls/msvfw32/tests/Makefile \$(MAKEDEP)
17431 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in Maketest.rules config.status"
17432 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
17434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17435 dlls/msvidc32 dlls/msvidc32/__install__ dlls/msvidc32/__install-lib__ dlls/msvidc32/__install-dev__: __builddeps__"
17436 ALL_DIRS="$ALL_DIRS \\
17437 dlls/msvidc32"
17438 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17439 dlls/msvidc32"
17440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17441 \$(RECURSE_TARGETS:%=dlls/msvidc32/%) dlls/msvidc32: dlls/msvidc32/Makefile \$(MAKEDEP)
17442 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules config.status"
17443 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
17445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17446 dlls/msvideo.dll16 dlls/msvideo.dll16/__install__ dlls/msvideo.dll16/__install-lib__ dlls/msvideo.dll16/__install-dev__: __builddeps__"
17447 ALL_DIRS="$ALL_DIRS \\
17448 dlls/msvideo.dll16"
17449 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17450 dlls/msvideo.dll16"
17451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17452 \$(RECURSE_TARGETS:%=dlls/msvideo.dll16/%) dlls/msvideo.dll16: dlls/msvideo.dll16/Makefile \$(MAKEDEP)
17453 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules config.status"
17454 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
17456 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17457 dlls/mswsock/libmswsock.$IMPLIBEXT"
17458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17459 dlls/mswsock/libmswsock.$IMPLIBEXT dlls/mswsock/libmswsock.cross.a: tools/widl tools/winebuild tools/winegcc include
17460 dlls/mswsock/libmswsock.$IMPLIBEXT dlls/mswsock/libmswsock.cross.a: dlls/mswsock/mswsock.spec dlls/mswsock/Makefile
17461 @cd dlls/mswsock && \$(MAKE) \`basename \$@\`
17462 dlls/mswsock dlls/mswsock/__install__ dlls/mswsock/__install-lib__ dlls/mswsock/__install-dev__: __builddeps__"
17463 ALL_DIRS="$ALL_DIRS \\
17464 dlls/mswsock"
17465 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17466 dlls/mswsock"
17467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17468 \$(RECURSE_TARGETS:%=dlls/mswsock/%) dlls/mswsock: dlls/mswsock/Makefile \$(MAKEDEP)
17469 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules config.status"
17470 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
17472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17473 dlls/msxml3 dlls/msxml3/__install__ dlls/msxml3/__install-lib__ dlls/msxml3/__install-dev__: __builddeps__"
17474 ALL_DIRS="$ALL_DIRS \\
17475 dlls/msxml3"
17476 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17477 dlls/msxml3"
17478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17479 \$(RECURSE_TARGETS:%=dlls/msxml3/%) dlls/msxml3: dlls/msxml3/Makefile \$(MAKEDEP)
17480 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules config.status"
17481 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
17483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17484 dlls/msxml3/tests: __builddeps__
17485 dlls/msxml3/tests/__crosstest__: __buildcrossdeps__"
17486 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17487 msxml3_test.exe"
17488 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17489 msxml3_test.exe: \$(TOPOBJDIR)/dlls/msxml3/tests/msxml3_test.exe$DLLEXT
17490 cp \$(TOPOBJDIR)/dlls/msxml3/tests/msxml3_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17491 msxml3_test.rc:
17492 echo \"msxml3_test.exe TESTRES \\\"msxml3_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17493 msxml3_test.res: msxml3_test.rc msxml3_test.exe"
17494 ALL_DIRS="$ALL_DIRS \\
17495 dlls/msxml3/tests"
17496 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17497 dlls/msxml3/tests"
17498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17499 \$(RECURSE_TARGETS:%=dlls/msxml3/tests/%) dlls/msxml3/tests: dlls/msxml3/tests/Makefile \$(MAKEDEP)
17500 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in Maketest.rules config.status"
17501 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
17503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17504 dlls/msxml4 dlls/msxml4/__install__ dlls/msxml4/__install-lib__ dlls/msxml4/__install-dev__: __builddeps__"
17505 ALL_DIRS="$ALL_DIRS \\
17506 dlls/msxml4"
17507 test "x$enable_msxml4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17508 dlls/msxml4"
17509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17510 \$(RECURSE_TARGETS:%=dlls/msxml4/%) dlls/msxml4: dlls/msxml4/Makefile \$(MAKEDEP)
17511 dlls/msxml4/Makefile: dlls/msxml4/Makefile.in dlls/Makedll.rules config.status"
17512 ac_config_files="$ac_config_files dlls/msxml4/Makefile"
17514 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17515 dlls/nddeapi/libnddeapi.$IMPLIBEXT"
17516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17517 dlls/nddeapi/libnddeapi.$IMPLIBEXT dlls/nddeapi/libnddeapi.cross.a: tools/widl tools/winebuild tools/winegcc include
17518 dlls/nddeapi/libnddeapi.$IMPLIBEXT dlls/nddeapi/libnddeapi.cross.a: dlls/nddeapi/nddeapi.spec dlls/nddeapi/Makefile
17519 @cd dlls/nddeapi && \$(MAKE) \`basename \$@\`
17520 dlls/nddeapi dlls/nddeapi/__install__ dlls/nddeapi/__install-lib__ dlls/nddeapi/__install-dev__: __builddeps__"
17521 ALL_DIRS="$ALL_DIRS \\
17522 dlls/nddeapi"
17523 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17524 dlls/nddeapi"
17525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17526 \$(RECURSE_TARGETS:%=dlls/nddeapi/%) dlls/nddeapi: dlls/nddeapi/Makefile \$(MAKEDEP)
17527 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules config.status"
17528 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
17530 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17531 dlls/netapi32/libnetapi32.$IMPLIBEXT"
17532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17533 dlls/netapi32/libnetapi32.$IMPLIBEXT dlls/netapi32/libnetapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
17534 dlls/netapi32/libnetapi32.$IMPLIBEXT dlls/netapi32/libnetapi32.cross.a: dlls/netapi32/netapi32.spec dlls/netapi32/Makefile
17535 @cd dlls/netapi32 && \$(MAKE) \`basename \$@\`
17536 dlls/netapi32 dlls/netapi32/__install__ dlls/netapi32/__install-lib__ dlls/netapi32/__install-dev__: __builddeps__"
17537 ALL_DIRS="$ALL_DIRS \\
17538 dlls/netapi32"
17539 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17540 dlls/netapi32"
17541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17542 \$(RECURSE_TARGETS:%=dlls/netapi32/%) dlls/netapi32: dlls/netapi32/Makefile \$(MAKEDEP)
17543 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules config.status"
17544 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
17546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17547 dlls/netapi32/tests: __builddeps__
17548 dlls/netapi32/tests/__crosstest__: __buildcrossdeps__"
17549 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17550 netapi32_test.exe"
17551 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17552 netapi32_test.exe: \$(TOPOBJDIR)/dlls/netapi32/tests/netapi32_test.exe$DLLEXT
17553 cp \$(TOPOBJDIR)/dlls/netapi32/tests/netapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17554 netapi32_test.rc:
17555 echo \"netapi32_test.exe TESTRES \\\"netapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17556 netapi32_test.res: netapi32_test.rc netapi32_test.exe"
17557 ALL_DIRS="$ALL_DIRS \\
17558 dlls/netapi32/tests"
17559 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17560 dlls/netapi32/tests"
17561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17562 \$(RECURSE_TARGETS:%=dlls/netapi32/tests/%) dlls/netapi32/tests: dlls/netapi32/tests/Makefile \$(MAKEDEP)
17563 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in Maketest.rules config.status"
17564 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
17566 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17567 dlls/newdev/libnewdev.$IMPLIBEXT"
17568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17569 dlls/newdev/libnewdev.$IMPLIBEXT dlls/newdev/libnewdev.cross.a: tools/widl tools/winebuild tools/winegcc include
17570 dlls/newdev/libnewdev.$IMPLIBEXT dlls/newdev/libnewdev.cross.a: dlls/newdev/newdev.spec dlls/newdev/Makefile
17571 @cd dlls/newdev && \$(MAKE) \`basename \$@\`
17572 dlls/newdev dlls/newdev/__install__ dlls/newdev/__install-lib__ dlls/newdev/__install-dev__: __builddeps__"
17573 ALL_DIRS="$ALL_DIRS \\
17574 dlls/newdev"
17575 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17576 dlls/newdev"
17577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17578 \$(RECURSE_TARGETS:%=dlls/newdev/%) dlls/newdev: dlls/newdev/Makefile \$(MAKEDEP)
17579 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules config.status"
17580 ac_config_files="$ac_config_files dlls/newdev/Makefile"
17582 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17583 dlls/ntdll/libntdll.$IMPLIBEXT"
17584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17585 dlls/ntdll/libntdll.$IMPLIBEXT dlls/ntdll/libntdll.cross.a: tools/widl tools/winebuild tools/winegcc include
17586 dlls/ntdll/libntdll.$IMPLIBEXT dlls/ntdll/libntdll.cross.a: dlls/ntdll/ntdll.spec dlls/ntdll/Makefile
17587 @cd dlls/ntdll && \$(MAKE) \`basename \$@\`
17588 dlls/ntdll dlls/ntdll/__install__ dlls/ntdll/__install-lib__ dlls/ntdll/__install-dev__: __builddeps__"
17589 ALL_DIRS="$ALL_DIRS \\
17590 dlls/ntdll"
17591 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17592 dlls/ntdll"
17593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17594 \$(RECURSE_TARGETS:%=dlls/ntdll/%) dlls/ntdll: dlls/ntdll/Makefile \$(MAKEDEP)
17595 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules config.status"
17596 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
17598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17599 dlls/ntdll/tests: __builddeps__
17600 dlls/ntdll/tests/__crosstest__: __buildcrossdeps__"
17601 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17602 ntdll_test.exe"
17603 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17604 ntdll_test.exe: \$(TOPOBJDIR)/dlls/ntdll/tests/ntdll_test.exe$DLLEXT
17605 cp \$(TOPOBJDIR)/dlls/ntdll/tests/ntdll_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17606 ntdll_test.rc:
17607 echo \"ntdll_test.exe TESTRES \\\"ntdll_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17608 ntdll_test.res: ntdll_test.rc ntdll_test.exe"
17609 ALL_DIRS="$ALL_DIRS \\
17610 dlls/ntdll/tests"
17611 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17612 dlls/ntdll/tests"
17613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17614 \$(RECURSE_TARGETS:%=dlls/ntdll/tests/%) dlls/ntdll/tests: dlls/ntdll/tests/Makefile \$(MAKEDEP)
17615 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in Maketest.rules config.status"
17616 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
17618 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17619 dlls/ntdsapi/libntdsapi.$IMPLIBEXT"
17620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17621 dlls/ntdsapi/libntdsapi.$IMPLIBEXT dlls/ntdsapi/libntdsapi.cross.a: tools/widl tools/winebuild tools/winegcc include
17622 dlls/ntdsapi/libntdsapi.$IMPLIBEXT dlls/ntdsapi/libntdsapi.cross.a: dlls/ntdsapi/ntdsapi.spec dlls/ntdsapi/Makefile
17623 @cd dlls/ntdsapi && \$(MAKE) \`basename \$@\`
17624 dlls/ntdsapi dlls/ntdsapi/__install__ dlls/ntdsapi/__install-lib__ dlls/ntdsapi/__install-dev__: __builddeps__"
17625 ALL_DIRS="$ALL_DIRS \\
17626 dlls/ntdsapi"
17627 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17628 dlls/ntdsapi"
17629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17630 \$(RECURSE_TARGETS:%=dlls/ntdsapi/%) dlls/ntdsapi: dlls/ntdsapi/Makefile \$(MAKEDEP)
17631 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules config.status"
17632 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
17634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17635 dlls/ntdsapi/tests: __builddeps__
17636 dlls/ntdsapi/tests/__crosstest__: __buildcrossdeps__"
17637 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17638 ntdsapi_test.exe"
17639 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17640 ntdsapi_test.exe: \$(TOPOBJDIR)/dlls/ntdsapi/tests/ntdsapi_test.exe$DLLEXT
17641 cp \$(TOPOBJDIR)/dlls/ntdsapi/tests/ntdsapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17642 ntdsapi_test.rc:
17643 echo \"ntdsapi_test.exe TESTRES \\\"ntdsapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17644 ntdsapi_test.res: ntdsapi_test.rc ntdsapi_test.exe"
17645 ALL_DIRS="$ALL_DIRS \\
17646 dlls/ntdsapi/tests"
17647 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17648 dlls/ntdsapi/tests"
17649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17650 \$(RECURSE_TARGETS:%=dlls/ntdsapi/tests/%) dlls/ntdsapi/tests: dlls/ntdsapi/tests/Makefile \$(MAKEDEP)
17651 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in Maketest.rules config.status"
17652 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
17654 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17655 dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT"
17656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17657 dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT dlls/ntoskrnl.exe/libntoskrnl.exe.cross.a: tools/widl tools/winebuild tools/winegcc include
17658 dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT dlls/ntoskrnl.exe/libntoskrnl.exe.cross.a: dlls/ntoskrnl.exe/ntoskrnl.exe.spec dlls/ntoskrnl.exe/Makefile
17659 @cd dlls/ntoskrnl.exe && \$(MAKE) \`basename \$@\`
17660 dlls/ntoskrnl.exe dlls/ntoskrnl.exe/__install__ dlls/ntoskrnl.exe/__install-lib__ dlls/ntoskrnl.exe/__install-dev__: __builddeps__"
17661 ALL_DIRS="$ALL_DIRS \\
17662 dlls/ntoskrnl.exe"
17663 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17664 dlls/ntoskrnl.exe"
17665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17666 \$(RECURSE_TARGETS:%=dlls/ntoskrnl.exe/%) dlls/ntoskrnl.exe: dlls/ntoskrnl.exe/Makefile \$(MAKEDEP)
17667 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules config.status"
17668 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
17670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17671 dlls/ntprint dlls/ntprint/__install__ dlls/ntprint/__install-lib__ dlls/ntprint/__install-dev__: __builddeps__"
17672 ALL_DIRS="$ALL_DIRS \\
17673 dlls/ntprint"
17674 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17675 dlls/ntprint"
17676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17677 \$(RECURSE_TARGETS:%=dlls/ntprint/%) dlls/ntprint: dlls/ntprint/Makefile \$(MAKEDEP)
17678 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules config.status"
17679 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
17681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17682 dlls/ntprint/tests: __builddeps__
17683 dlls/ntprint/tests/__crosstest__: __buildcrossdeps__"
17684 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17685 ntprint_test.exe"
17686 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17687 ntprint_test.exe: \$(TOPOBJDIR)/dlls/ntprint/tests/ntprint_test.exe$DLLEXT
17688 cp \$(TOPOBJDIR)/dlls/ntprint/tests/ntprint_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17689 ntprint_test.rc:
17690 echo \"ntprint_test.exe TESTRES \\\"ntprint_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17691 ntprint_test.res: ntprint_test.rc ntprint_test.exe"
17692 ALL_DIRS="$ALL_DIRS \\
17693 dlls/ntprint/tests"
17694 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17695 dlls/ntprint/tests"
17696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17697 \$(RECURSE_TARGETS:%=dlls/ntprint/tests/%) dlls/ntprint/tests: dlls/ntprint/tests/Makefile \$(MAKEDEP)
17698 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in Maketest.rules config.status"
17699 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
17701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17702 dlls/objsel dlls/objsel/__install__ dlls/objsel/__install-lib__ dlls/objsel/__install-dev__: __builddeps__"
17703 ALL_DIRS="$ALL_DIRS \\
17704 dlls/objsel"
17705 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17706 dlls/objsel"
17707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17708 \$(RECURSE_TARGETS:%=dlls/objsel/%) dlls/objsel: dlls/objsel/Makefile \$(MAKEDEP)
17709 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules config.status"
17710 ac_config_files="$ac_config_files dlls/objsel/Makefile"
17712 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17713 dlls/odbc32/libodbc32.$IMPLIBEXT"
17714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17715 dlls/odbc32/libodbc32.$IMPLIBEXT dlls/odbc32/libodbc32.cross.a: tools/widl tools/winebuild tools/winegcc include
17716 dlls/odbc32/libodbc32.$IMPLIBEXT dlls/odbc32/libodbc32.cross.a: dlls/odbc32/odbc32.spec dlls/odbc32/Makefile
17717 @cd dlls/odbc32 && \$(MAKE) \`basename \$@\`
17718 dlls/odbc32 dlls/odbc32/__install__ dlls/odbc32/__install-lib__ dlls/odbc32/__install-dev__: __builddeps__"
17719 ALL_DIRS="$ALL_DIRS \\
17720 dlls/odbc32"
17721 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17722 dlls/odbc32"
17723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17724 \$(RECURSE_TARGETS:%=dlls/odbc32/%) dlls/odbc32: dlls/odbc32/Makefile \$(MAKEDEP)
17725 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules config.status"
17726 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
17728 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17729 dlls/odbccp32/libodbccp32.$IMPLIBEXT"
17730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17731 dlls/odbccp32/libodbccp32.$IMPLIBEXT dlls/odbccp32/libodbccp32.cross.a: tools/widl tools/winebuild tools/winegcc include
17732 dlls/odbccp32/libodbccp32.$IMPLIBEXT dlls/odbccp32/libodbccp32.cross.a: dlls/odbccp32/odbccp32.spec dlls/odbccp32/Makefile
17733 @cd dlls/odbccp32 && \$(MAKE) \`basename \$@\`
17734 dlls/odbccp32 dlls/odbccp32/__install__ dlls/odbccp32/__install-lib__ dlls/odbccp32/__install-dev__: __builddeps__"
17735 ALL_DIRS="$ALL_DIRS \\
17736 dlls/odbccp32"
17737 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17738 dlls/odbccp32"
17739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17740 \$(RECURSE_TARGETS:%=dlls/odbccp32/%) dlls/odbccp32: dlls/odbccp32/Makefile \$(MAKEDEP)
17741 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules config.status"
17742 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
17744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17745 dlls/odbccp32/tests: __builddeps__
17746 dlls/odbccp32/tests/__crosstest__: __buildcrossdeps__"
17747 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17748 odbccp32_test.exe"
17749 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17750 odbccp32_test.exe: \$(TOPOBJDIR)/dlls/odbccp32/tests/odbccp32_test.exe$DLLEXT
17751 cp \$(TOPOBJDIR)/dlls/odbccp32/tests/odbccp32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17752 odbccp32_test.rc:
17753 echo \"odbccp32_test.exe TESTRES \\\"odbccp32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17754 odbccp32_test.res: odbccp32_test.rc odbccp32_test.exe"
17755 ALL_DIRS="$ALL_DIRS \\
17756 dlls/odbccp32/tests"
17757 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17758 dlls/odbccp32/tests"
17759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17760 \$(RECURSE_TARGETS:%=dlls/odbccp32/tests/%) dlls/odbccp32/tests: dlls/odbccp32/tests/Makefile \$(MAKEDEP)
17761 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in Maketest.rules config.status"
17762 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
17764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17765 dlls/ole2.dll16 dlls/ole2.dll16/__install__ dlls/ole2.dll16/__install-lib__ dlls/ole2.dll16/__install-dev__: __builddeps__"
17766 ALL_DIRS="$ALL_DIRS \\
17767 dlls/ole2.dll16"
17768 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17769 dlls/ole2.dll16"
17770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17771 \$(RECURSE_TARGETS:%=dlls/ole2.dll16/%) dlls/ole2.dll16: dlls/ole2.dll16/Makefile \$(MAKEDEP)
17772 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules config.status"
17773 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
17775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17776 dlls/ole2conv.dll16 dlls/ole2conv.dll16/__install__ dlls/ole2conv.dll16/__install-lib__ dlls/ole2conv.dll16/__install-dev__: __builddeps__"
17777 ALL_DIRS="$ALL_DIRS \\
17778 dlls/ole2conv.dll16"
17779 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17780 dlls/ole2conv.dll16"
17781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17782 \$(RECURSE_TARGETS:%=dlls/ole2conv.dll16/%) dlls/ole2conv.dll16: dlls/ole2conv.dll16/Makefile \$(MAKEDEP)
17783 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules config.status"
17784 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
17786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17787 dlls/ole2disp.dll16 dlls/ole2disp.dll16/__install__ dlls/ole2disp.dll16/__install-lib__ dlls/ole2disp.dll16/__install-dev__: __builddeps__"
17788 ALL_DIRS="$ALL_DIRS \\
17789 dlls/ole2disp.dll16"
17790 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17791 dlls/ole2disp.dll16"
17792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17793 \$(RECURSE_TARGETS:%=dlls/ole2disp.dll16/%) dlls/ole2disp.dll16: dlls/ole2disp.dll16/Makefile \$(MAKEDEP)
17794 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules config.status"
17795 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
17797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17798 dlls/ole2nls.dll16 dlls/ole2nls.dll16/__install__ dlls/ole2nls.dll16/__install-lib__ dlls/ole2nls.dll16/__install-dev__: __builddeps__"
17799 ALL_DIRS="$ALL_DIRS \\
17800 dlls/ole2nls.dll16"
17801 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17802 dlls/ole2nls.dll16"
17803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17804 \$(RECURSE_TARGETS:%=dlls/ole2nls.dll16/%) dlls/ole2nls.dll16: dlls/ole2nls.dll16/Makefile \$(MAKEDEP)
17805 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules config.status"
17806 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
17808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17809 dlls/ole2prox.dll16 dlls/ole2prox.dll16/__install__ dlls/ole2prox.dll16/__install-lib__ dlls/ole2prox.dll16/__install-dev__: __builddeps__"
17810 ALL_DIRS="$ALL_DIRS \\
17811 dlls/ole2prox.dll16"
17812 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17813 dlls/ole2prox.dll16"
17814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17815 \$(RECURSE_TARGETS:%=dlls/ole2prox.dll16/%) dlls/ole2prox.dll16: dlls/ole2prox.dll16/Makefile \$(MAKEDEP)
17816 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules config.status"
17817 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
17819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17820 dlls/ole2thk.dll16 dlls/ole2thk.dll16/__install__ dlls/ole2thk.dll16/__install-lib__ dlls/ole2thk.dll16/__install-dev__: __builddeps__"
17821 ALL_DIRS="$ALL_DIRS \\
17822 dlls/ole2thk.dll16"
17823 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17824 dlls/ole2thk.dll16"
17825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17826 \$(RECURSE_TARGETS:%=dlls/ole2thk.dll16/%) dlls/ole2thk.dll16: dlls/ole2thk.dll16/Makefile \$(MAKEDEP)
17827 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules config.status"
17828 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
17830 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17831 dlls/ole32/libole32.$IMPLIBEXT"
17832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17833 dlls/ole32/libole32.$IMPLIBEXT dlls/ole32/libole32.cross.a: tools/widl tools/winebuild tools/winegcc include
17834 dlls/ole32/libole32.$IMPLIBEXT dlls/ole32/libole32.cross.a: dlls/ole32/ole32.spec dlls/ole32/Makefile
17835 @cd dlls/ole32 && \$(MAKE) \`basename \$@\`
17836 dlls/ole32 dlls/ole32/__install__ dlls/ole32/__install-lib__ dlls/ole32/__install-dev__: __builddeps__"
17837 ALL_DIRS="$ALL_DIRS \\
17838 dlls/ole32"
17839 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17840 dlls/ole32"
17841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17842 \$(RECURSE_TARGETS:%=dlls/ole32/%) dlls/ole32: dlls/ole32/Makefile \$(MAKEDEP)
17843 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules config.status"
17844 ac_config_files="$ac_config_files dlls/ole32/Makefile"
17846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17847 dlls/ole32/tests: __builddeps__
17848 dlls/ole32/tests/__crosstest__: __buildcrossdeps__"
17849 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17850 ole32_test.exe"
17851 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17852 ole32_test.exe: \$(TOPOBJDIR)/dlls/ole32/tests/ole32_test.exe$DLLEXT
17853 cp \$(TOPOBJDIR)/dlls/ole32/tests/ole32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17854 ole32_test.rc:
17855 echo \"ole32_test.exe TESTRES \\\"ole32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17856 ole32_test.res: ole32_test.rc ole32_test.exe"
17857 ALL_DIRS="$ALL_DIRS \\
17858 dlls/ole32/tests"
17859 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17860 dlls/ole32/tests"
17861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17862 \$(RECURSE_TARGETS:%=dlls/ole32/tests/%) dlls/ole32/tests: dlls/ole32/tests/Makefile \$(MAKEDEP)
17863 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in Maketest.rules config.status"
17864 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
17866 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17867 dlls/oleacc/liboleacc.$IMPLIBEXT"
17868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17869 dlls/oleacc/liboleacc.$IMPLIBEXT dlls/oleacc/liboleacc.cross.a: tools/widl tools/winebuild tools/winegcc include
17870 dlls/oleacc/liboleacc.$IMPLIBEXT dlls/oleacc/liboleacc.cross.a: dlls/oleacc/oleacc.spec dlls/oleacc/Makefile
17871 @cd dlls/oleacc && \$(MAKE) \`basename \$@\`
17872 dlls/oleacc dlls/oleacc/__install__ dlls/oleacc/__install-lib__ dlls/oleacc/__install-dev__: __builddeps__"
17873 ALL_DIRS="$ALL_DIRS \\
17874 dlls/oleacc"
17875 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17876 dlls/oleacc"
17877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17878 \$(RECURSE_TARGETS:%=dlls/oleacc/%) dlls/oleacc: dlls/oleacc/Makefile \$(MAKEDEP)
17879 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules config.status"
17880 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
17882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17883 dlls/oleacc/tests: __builddeps__
17884 dlls/oleacc/tests/__crosstest__: __buildcrossdeps__"
17885 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17886 oleacc_test.exe"
17887 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17888 oleacc_test.exe: \$(TOPOBJDIR)/dlls/oleacc/tests/oleacc_test.exe$DLLEXT
17889 cp \$(TOPOBJDIR)/dlls/oleacc/tests/oleacc_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17890 oleacc_test.rc:
17891 echo \"oleacc_test.exe TESTRES \\\"oleacc_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17892 oleacc_test.res: oleacc_test.rc oleacc_test.exe"
17893 ALL_DIRS="$ALL_DIRS \\
17894 dlls/oleacc/tests"
17895 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17896 dlls/oleacc/tests"
17897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17898 \$(RECURSE_TARGETS:%=dlls/oleacc/tests/%) dlls/oleacc/tests: dlls/oleacc/tests/Makefile \$(MAKEDEP)
17899 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in Maketest.rules config.status"
17900 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
17902 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17903 dlls/oleaut32/liboleaut32.$IMPLIBEXT"
17904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17905 dlls/oleaut32/liboleaut32.$IMPLIBEXT dlls/oleaut32/liboleaut32.cross.a: tools/widl tools/winebuild tools/winegcc include
17906 dlls/oleaut32/liboleaut32.$IMPLIBEXT dlls/oleaut32/liboleaut32.cross.a: dlls/oleaut32/oleaut32.spec dlls/oleaut32/Makefile
17907 @cd dlls/oleaut32 && \$(MAKE) \`basename \$@\`
17908 dlls/oleaut32 dlls/oleaut32/__install__ dlls/oleaut32/__install-lib__ dlls/oleaut32/__install-dev__: __builddeps__"
17909 ALL_DIRS="$ALL_DIRS \\
17910 dlls/oleaut32"
17911 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17912 dlls/oleaut32"
17913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17914 \$(RECURSE_TARGETS:%=dlls/oleaut32/%) dlls/oleaut32: dlls/oleaut32/Makefile \$(MAKEDEP)
17915 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules config.status"
17916 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
17918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17919 dlls/oleaut32/tests: __builddeps__
17920 dlls/oleaut32/tests/__crosstest__: __buildcrossdeps__"
17921 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17922 oleaut32_test.exe"
17923 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17924 oleaut32_test.exe: \$(TOPOBJDIR)/dlls/oleaut32/tests/oleaut32_test.exe$DLLEXT
17925 cp \$(TOPOBJDIR)/dlls/oleaut32/tests/oleaut32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17926 oleaut32_test.rc:
17927 echo \"oleaut32_test.exe TESTRES \\\"oleaut32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17928 oleaut32_test.res: oleaut32_test.rc oleaut32_test.exe"
17929 ALL_DIRS="$ALL_DIRS \\
17930 dlls/oleaut32/tests"
17931 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17932 dlls/oleaut32/tests"
17933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17934 \$(RECURSE_TARGETS:%=dlls/oleaut32/tests/%) dlls/oleaut32/tests: dlls/oleaut32/tests/Makefile \$(MAKEDEP)
17935 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in Maketest.rules config.status"
17936 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
17938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17939 dlls/olecli.dll16 dlls/olecli.dll16/__install__ dlls/olecli.dll16/__install-lib__ dlls/olecli.dll16/__install-dev__: __builddeps__"
17940 ALL_DIRS="$ALL_DIRS \\
17941 dlls/olecli.dll16"
17942 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17943 dlls/olecli.dll16"
17944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17945 \$(RECURSE_TARGETS:%=dlls/olecli.dll16/%) dlls/olecli.dll16: dlls/olecli.dll16/Makefile \$(MAKEDEP)
17946 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules config.status"
17947 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
17949 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17950 dlls/olecli32/libolecli32.$IMPLIBEXT"
17951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17952 dlls/olecli32/libolecli32.$IMPLIBEXT dlls/olecli32/libolecli32.cross.a: tools/widl tools/winebuild tools/winegcc include
17953 dlls/olecli32/libolecli32.$IMPLIBEXT dlls/olecli32/libolecli32.cross.a: dlls/olecli32/olecli32.spec dlls/olecli32/Makefile
17954 @cd dlls/olecli32 && \$(MAKE) \`basename \$@\`
17955 dlls/olecli32 dlls/olecli32/__install__ dlls/olecli32/__install-lib__ dlls/olecli32/__install-dev__: __builddeps__"
17956 ALL_DIRS="$ALL_DIRS \\
17957 dlls/olecli32"
17958 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17959 dlls/olecli32"
17960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17961 \$(RECURSE_TARGETS:%=dlls/olecli32/%) dlls/olecli32: dlls/olecli32/Makefile \$(MAKEDEP)
17962 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules config.status"
17963 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
17965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17966 dlls/oledb32 dlls/oledb32/__install__ dlls/oledb32/__install-lib__ dlls/oledb32/__install-dev__: __builddeps__"
17967 ALL_DIRS="$ALL_DIRS \\
17968 dlls/oledb32"
17969 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17970 dlls/oledb32"
17971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17972 \$(RECURSE_TARGETS:%=dlls/oledb32/%) dlls/oledb32: dlls/oledb32/Makefile \$(MAKEDEP)
17973 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules config.status"
17974 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
17976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17977 dlls/oledb32/tests: __builddeps__
17978 dlls/oledb32/tests/__crosstest__: __buildcrossdeps__"
17979 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17980 oledb32_test.exe"
17981 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17982 oledb32_test.exe: \$(TOPOBJDIR)/dlls/oledb32/tests/oledb32_test.exe$DLLEXT
17983 cp \$(TOPOBJDIR)/dlls/oledb32/tests/oledb32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17984 oledb32_test.rc:
17985 echo \"oledb32_test.exe TESTRES \\\"oledb32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17986 oledb32_test.res: oledb32_test.rc oledb32_test.exe"
17987 ALL_DIRS="$ALL_DIRS \\
17988 dlls/oledb32/tests"
17989 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17990 dlls/oledb32/tests"
17991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17992 \$(RECURSE_TARGETS:%=dlls/oledb32/tests/%) dlls/oledb32/tests: dlls/oledb32/tests/Makefile \$(MAKEDEP)
17993 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in Maketest.rules config.status"
17994 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
17996 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17997 dlls/oledlg/liboledlg.$IMPLIBEXT"
17998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17999 dlls/oledlg/liboledlg.$IMPLIBEXT dlls/oledlg/liboledlg.cross.a: tools/widl tools/winebuild tools/winegcc include
18000 dlls/oledlg/liboledlg.$IMPLIBEXT dlls/oledlg/liboledlg.cross.a: dlls/oledlg/oledlg.spec dlls/oledlg/Makefile
18001 @cd dlls/oledlg && \$(MAKE) \`basename \$@\`
18002 dlls/oledlg dlls/oledlg/__install__ dlls/oledlg/__install-lib__ dlls/oledlg/__install-dev__: __builddeps__"
18003 ALL_DIRS="$ALL_DIRS \\
18004 dlls/oledlg"
18005 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18006 dlls/oledlg"
18007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18008 \$(RECURSE_TARGETS:%=dlls/oledlg/%) dlls/oledlg: dlls/oledlg/Makefile \$(MAKEDEP)
18009 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules config.status"
18010 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
18012 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18013 dlls/olepro32/libolepro32.$IMPLIBEXT"
18014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18015 dlls/olepro32/libolepro32.$IMPLIBEXT dlls/olepro32/libolepro32.cross.a: tools/widl tools/winebuild tools/winegcc include
18016 dlls/olepro32/libolepro32.$IMPLIBEXT dlls/olepro32/libolepro32.cross.a: dlls/olepro32/olepro32.spec dlls/olepro32/Makefile
18017 @cd dlls/olepro32 && \$(MAKE) \`basename \$@\`
18018 dlls/olepro32 dlls/olepro32/__install__ dlls/olepro32/__install-lib__ dlls/olepro32/__install-dev__: __builddeps__"
18019 ALL_DIRS="$ALL_DIRS \\
18020 dlls/olepro32"
18021 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18022 dlls/olepro32"
18023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18024 \$(RECURSE_TARGETS:%=dlls/olepro32/%) dlls/olepro32: dlls/olepro32/Makefile \$(MAKEDEP)
18025 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules config.status"
18026 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
18028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18029 dlls/olesvr.dll16 dlls/olesvr.dll16/__install__ dlls/olesvr.dll16/__install-lib__ dlls/olesvr.dll16/__install-dev__: __builddeps__"
18030 ALL_DIRS="$ALL_DIRS \\
18031 dlls/olesvr.dll16"
18032 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18033 dlls/olesvr.dll16"
18034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18035 \$(RECURSE_TARGETS:%=dlls/olesvr.dll16/%) dlls/olesvr.dll16: dlls/olesvr.dll16/Makefile \$(MAKEDEP)
18036 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules config.status"
18037 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
18039 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18040 dlls/olesvr32/libolesvr32.$IMPLIBEXT"
18041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18042 dlls/olesvr32/libolesvr32.$IMPLIBEXT dlls/olesvr32/libolesvr32.cross.a: tools/widl tools/winebuild tools/winegcc include
18043 dlls/olesvr32/libolesvr32.$IMPLIBEXT dlls/olesvr32/libolesvr32.cross.a: dlls/olesvr32/olesvr32.spec dlls/olesvr32/Makefile
18044 @cd dlls/olesvr32 && \$(MAKE) \`basename \$@\`
18045 dlls/olesvr32 dlls/olesvr32/__install__ dlls/olesvr32/__install-lib__ dlls/olesvr32/__install-dev__: __builddeps__"
18046 ALL_DIRS="$ALL_DIRS \\
18047 dlls/olesvr32"
18048 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18049 dlls/olesvr32"
18050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18051 \$(RECURSE_TARGETS:%=dlls/olesvr32/%) dlls/olesvr32: dlls/olesvr32/Makefile \$(MAKEDEP)
18052 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules config.status"
18053 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
18055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18056 dlls/olethk32 dlls/olethk32/__install__ dlls/olethk32/__install-lib__ dlls/olethk32/__install-dev__: __builddeps__"
18057 ALL_DIRS="$ALL_DIRS \\
18058 dlls/olethk32"
18059 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18060 dlls/olethk32"
18061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18062 \$(RECURSE_TARGETS:%=dlls/olethk32/%) dlls/olethk32: dlls/olethk32/Makefile \$(MAKEDEP)
18063 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules config.status"
18064 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
18066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18067 dlls/openal32 dlls/openal32/__install__ dlls/openal32/__install-lib__ dlls/openal32/__install-dev__: __builddeps__"
18068 ALL_DIRS="$ALL_DIRS \\
18069 dlls/openal32"
18070 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18071 dlls/openal32"
18072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18073 \$(RECURSE_TARGETS:%=dlls/openal32/%) dlls/openal32: dlls/openal32/Makefile \$(MAKEDEP)
18074 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules config.status"
18075 ac_config_files="$ac_config_files dlls/openal32/Makefile"
18077 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18078 dlls/opengl32/libopengl32.$IMPLIBEXT"
18079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18080 dlls/opengl32/libopengl32.$IMPLIBEXT dlls/opengl32/libopengl32.cross.a: tools/widl tools/winebuild tools/winegcc include
18081 dlls/opengl32/libopengl32.$IMPLIBEXT dlls/opengl32/libopengl32.cross.a: dlls/opengl32/opengl32.spec dlls/opengl32/Makefile
18082 @cd dlls/opengl32 && \$(MAKE) \`basename \$@\`
18083 dlls/opengl32 dlls/opengl32/__install__ dlls/opengl32/__install-lib__ dlls/opengl32/__install-dev__: __builddeps__"
18084 ALL_DIRS="$ALL_DIRS \\
18085 dlls/opengl32"
18086 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18087 dlls/opengl32"
18088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18089 \$(RECURSE_TARGETS:%=dlls/opengl32/%) dlls/opengl32: dlls/opengl32/Makefile \$(MAKEDEP)
18090 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules config.status"
18091 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
18093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18094 dlls/opengl32/tests: __builddeps__
18095 dlls/opengl32/tests/__crosstest__: __buildcrossdeps__"
18096 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18097 opengl32_test.exe"
18098 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18099 opengl32_test.exe: \$(TOPOBJDIR)/dlls/opengl32/tests/opengl32_test.exe$DLLEXT
18100 cp \$(TOPOBJDIR)/dlls/opengl32/tests/opengl32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18101 opengl32_test.rc:
18102 echo \"opengl32_test.exe TESTRES \\\"opengl32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18103 opengl32_test.res: opengl32_test.rc opengl32_test.exe"
18104 ALL_DIRS="$ALL_DIRS \\
18105 dlls/opengl32/tests"
18106 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18107 dlls/opengl32/tests"
18108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18109 \$(RECURSE_TARGETS:%=dlls/opengl32/tests/%) dlls/opengl32/tests: dlls/opengl32/tests/Makefile \$(MAKEDEP)
18110 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in Maketest.rules config.status"
18111 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
18113 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18114 dlls/pdh/libpdh.$IMPLIBEXT"
18115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18116 dlls/pdh/libpdh.$IMPLIBEXT dlls/pdh/libpdh.cross.a: tools/widl tools/winebuild tools/winegcc include
18117 dlls/pdh/libpdh.$IMPLIBEXT dlls/pdh/libpdh.cross.a: dlls/pdh/pdh.spec dlls/pdh/Makefile
18118 @cd dlls/pdh && \$(MAKE) \`basename \$@\`
18119 dlls/pdh dlls/pdh/__install__ dlls/pdh/__install-lib__ dlls/pdh/__install-dev__: __builddeps__"
18120 ALL_DIRS="$ALL_DIRS \\
18121 dlls/pdh"
18122 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18123 dlls/pdh"
18124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18125 \$(RECURSE_TARGETS:%=dlls/pdh/%) dlls/pdh: dlls/pdh/Makefile \$(MAKEDEP)
18126 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules config.status"
18127 ac_config_files="$ac_config_files dlls/pdh/Makefile"
18129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18130 dlls/pdh/tests: __builddeps__
18131 dlls/pdh/tests/__crosstest__: __buildcrossdeps__"
18132 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18133 pdh_test.exe"
18134 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18135 pdh_test.exe: \$(TOPOBJDIR)/dlls/pdh/tests/pdh_test.exe$DLLEXT
18136 cp \$(TOPOBJDIR)/dlls/pdh/tests/pdh_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18137 pdh_test.rc:
18138 echo \"pdh_test.exe TESTRES \\\"pdh_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18139 pdh_test.res: pdh_test.rc pdh_test.exe"
18140 ALL_DIRS="$ALL_DIRS \\
18141 dlls/pdh/tests"
18142 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18143 dlls/pdh/tests"
18144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18145 \$(RECURSE_TARGETS:%=dlls/pdh/tests/%) dlls/pdh/tests: dlls/pdh/tests/Makefile \$(MAKEDEP)
18146 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in Maketest.rules config.status"
18147 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
18149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18150 dlls/pidgen dlls/pidgen/__install__ dlls/pidgen/__install-lib__ dlls/pidgen/__install-dev__: __builddeps__"
18151 ALL_DIRS="$ALL_DIRS \\
18152 dlls/pidgen"
18153 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18154 dlls/pidgen"
18155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18156 \$(RECURSE_TARGETS:%=dlls/pidgen/%) dlls/pidgen: dlls/pidgen/Makefile \$(MAKEDEP)
18157 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules config.status"
18158 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
18160 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18161 dlls/powrprof/libpowrprof.$IMPLIBEXT"
18162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18163 dlls/powrprof/libpowrprof.$IMPLIBEXT dlls/powrprof/libpowrprof.cross.a: tools/widl tools/winebuild tools/winegcc include
18164 dlls/powrprof/libpowrprof.$IMPLIBEXT dlls/powrprof/libpowrprof.cross.a: dlls/powrprof/powrprof.spec dlls/powrprof/Makefile
18165 @cd dlls/powrprof && \$(MAKE) \`basename \$@\`
18166 dlls/powrprof dlls/powrprof/__install__ dlls/powrprof/__install-lib__ dlls/powrprof/__install-dev__: __builddeps__"
18167 ALL_DIRS="$ALL_DIRS \\
18168 dlls/powrprof"
18169 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18170 dlls/powrprof"
18171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18172 \$(RECURSE_TARGETS:%=dlls/powrprof/%) dlls/powrprof: dlls/powrprof/Makefile \$(MAKEDEP)
18173 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules config.status"
18174 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
18176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18177 dlls/printui dlls/printui/__install__ dlls/printui/__install-lib__ dlls/printui/__install-dev__: __builddeps__"
18178 ALL_DIRS="$ALL_DIRS \\
18179 dlls/printui"
18180 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18181 dlls/printui"
18182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18183 \$(RECURSE_TARGETS:%=dlls/printui/%) dlls/printui: dlls/printui/Makefile \$(MAKEDEP)
18184 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules config.status"
18185 ac_config_files="$ac_config_files dlls/printui/Makefile"
18187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18188 dlls/propsys dlls/propsys/__install__ dlls/propsys/__install-lib__ dlls/propsys/__install-dev__: __builddeps__"
18189 ALL_DIRS="$ALL_DIRS \\
18190 dlls/propsys"
18191 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18192 dlls/propsys"
18193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18194 \$(RECURSE_TARGETS:%=dlls/propsys/%) dlls/propsys: dlls/propsys/Makefile \$(MAKEDEP)
18195 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules config.status"
18196 ac_config_files="$ac_config_files dlls/propsys/Makefile"
18198 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18199 dlls/psapi/libpsapi.$IMPLIBEXT"
18200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18201 dlls/psapi/libpsapi.$IMPLIBEXT dlls/psapi/libpsapi.cross.a: tools/widl tools/winebuild tools/winegcc include
18202 dlls/psapi/libpsapi.$IMPLIBEXT dlls/psapi/libpsapi.cross.a: dlls/psapi/psapi.spec dlls/psapi/Makefile
18203 @cd dlls/psapi && \$(MAKE) \`basename \$@\`
18204 dlls/psapi dlls/psapi/__install__ dlls/psapi/__install-lib__ dlls/psapi/__install-dev__: __builddeps__"
18205 ALL_DIRS="$ALL_DIRS \\
18206 dlls/psapi"
18207 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18208 dlls/psapi"
18209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18210 \$(RECURSE_TARGETS:%=dlls/psapi/%) dlls/psapi: dlls/psapi/Makefile \$(MAKEDEP)
18211 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules config.status"
18212 ac_config_files="$ac_config_files dlls/psapi/Makefile"
18214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18215 dlls/psapi/tests: __builddeps__
18216 dlls/psapi/tests/__crosstest__: __buildcrossdeps__"
18217 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18218 psapi_test.exe"
18219 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18220 psapi_test.exe: \$(TOPOBJDIR)/dlls/psapi/tests/psapi_test.exe$DLLEXT
18221 cp \$(TOPOBJDIR)/dlls/psapi/tests/psapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18222 psapi_test.rc:
18223 echo \"psapi_test.exe TESTRES \\\"psapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18224 psapi_test.res: psapi_test.rc psapi_test.exe"
18225 ALL_DIRS="$ALL_DIRS \\
18226 dlls/psapi/tests"
18227 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18228 dlls/psapi/tests"
18229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18230 \$(RECURSE_TARGETS:%=dlls/psapi/tests/%) dlls/psapi/tests: dlls/psapi/tests/Makefile \$(MAKEDEP)
18231 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in Maketest.rules config.status"
18232 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
18234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18235 dlls/pstorec dlls/pstorec/__install__ dlls/pstorec/__install-lib__ dlls/pstorec/__install-dev__: __builddeps__"
18236 ALL_DIRS="$ALL_DIRS \\
18237 dlls/pstorec"
18238 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18239 dlls/pstorec"
18240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18241 \$(RECURSE_TARGETS:%=dlls/pstorec/%) dlls/pstorec: dlls/pstorec/Makefile \$(MAKEDEP)
18242 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules config.status"
18243 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
18245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18246 dlls/qcap dlls/qcap/__install__ dlls/qcap/__install-lib__ dlls/qcap/__install-dev__: __builddeps__"
18247 ALL_DIRS="$ALL_DIRS \\
18248 dlls/qcap"
18249 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18250 dlls/qcap"
18251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18252 \$(RECURSE_TARGETS:%=dlls/qcap/%) dlls/qcap: dlls/qcap/Makefile \$(MAKEDEP)
18253 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules config.status"
18254 ac_config_files="$ac_config_files dlls/qcap/Makefile"
18256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18257 dlls/qedit dlls/qedit/__install__ dlls/qedit/__install-lib__ dlls/qedit/__install-dev__: __builddeps__"
18258 ALL_DIRS="$ALL_DIRS \\
18259 dlls/qedit"
18260 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18261 dlls/qedit"
18262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18263 \$(RECURSE_TARGETS:%=dlls/qedit/%) dlls/qedit: dlls/qedit/Makefile \$(MAKEDEP)
18264 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules config.status"
18265 ac_config_files="$ac_config_files dlls/qedit/Makefile"
18267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18268 dlls/qedit/tests: __builddeps__
18269 dlls/qedit/tests/__crosstest__: __buildcrossdeps__"
18270 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18271 qedit_test.exe"
18272 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18273 qedit_test.exe: \$(TOPOBJDIR)/dlls/qedit/tests/qedit_test.exe$DLLEXT
18274 cp \$(TOPOBJDIR)/dlls/qedit/tests/qedit_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18275 qedit_test.rc:
18276 echo \"qedit_test.exe TESTRES \\\"qedit_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18277 qedit_test.res: qedit_test.rc qedit_test.exe"
18278 ALL_DIRS="$ALL_DIRS \\
18279 dlls/qedit/tests"
18280 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18281 dlls/qedit/tests"
18282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18283 \$(RECURSE_TARGETS:%=dlls/qedit/tests/%) dlls/qedit/tests: dlls/qedit/tests/Makefile \$(MAKEDEP)
18284 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in Maketest.rules config.status"
18285 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
18287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18288 dlls/qmgr dlls/qmgr/__install__ dlls/qmgr/__install-lib__ dlls/qmgr/__install-dev__: __builddeps__"
18289 ALL_DIRS="$ALL_DIRS \\
18290 dlls/qmgr"
18291 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18292 dlls/qmgr"
18293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18294 \$(RECURSE_TARGETS:%=dlls/qmgr/%) dlls/qmgr: dlls/qmgr/Makefile \$(MAKEDEP)
18295 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules config.status"
18296 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
18298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18299 dlls/qmgr/tests: __builddeps__
18300 dlls/qmgr/tests/__crosstest__: __buildcrossdeps__"
18301 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18302 qmgr_test.exe"
18303 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18304 qmgr_test.exe: \$(TOPOBJDIR)/dlls/qmgr/tests/qmgr_test.exe$DLLEXT
18305 cp \$(TOPOBJDIR)/dlls/qmgr/tests/qmgr_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18306 qmgr_test.rc:
18307 echo \"qmgr_test.exe TESTRES \\\"qmgr_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18308 qmgr_test.res: qmgr_test.rc qmgr_test.exe"
18309 ALL_DIRS="$ALL_DIRS \\
18310 dlls/qmgr/tests"
18311 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18312 dlls/qmgr/tests"
18313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18314 \$(RECURSE_TARGETS:%=dlls/qmgr/tests/%) dlls/qmgr/tests: dlls/qmgr/tests/Makefile \$(MAKEDEP)
18315 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in Maketest.rules config.status"
18316 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
18318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18319 dlls/qmgrprxy dlls/qmgrprxy/__install__ dlls/qmgrprxy/__install-lib__ dlls/qmgrprxy/__install-dev__: __builddeps__"
18320 ALL_DIRS="$ALL_DIRS \\
18321 dlls/qmgrprxy"
18322 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18323 dlls/qmgrprxy"
18324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18325 \$(RECURSE_TARGETS:%=dlls/qmgrprxy/%) dlls/qmgrprxy: dlls/qmgrprxy/Makefile \$(MAKEDEP)
18326 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules config.status"
18327 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
18329 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18330 dlls/quartz/libquartz.$IMPLIBEXT"
18331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18332 dlls/quartz/libquartz.$IMPLIBEXT dlls/quartz/libquartz.cross.a: tools/widl tools/winebuild tools/winegcc include
18333 dlls/quartz/libquartz.$IMPLIBEXT dlls/quartz/libquartz.cross.a: dlls/quartz/quartz.spec dlls/quartz/Makefile
18334 @cd dlls/quartz && \$(MAKE) \`basename \$@\`
18335 dlls/quartz dlls/quartz/__install__ dlls/quartz/__install-lib__ dlls/quartz/__install-dev__: __builddeps__"
18336 ALL_DIRS="$ALL_DIRS \\
18337 dlls/quartz"
18338 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18339 dlls/quartz"
18340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18341 \$(RECURSE_TARGETS:%=dlls/quartz/%) dlls/quartz: dlls/quartz/Makefile \$(MAKEDEP)
18342 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules config.status"
18343 ac_config_files="$ac_config_files dlls/quartz/Makefile"
18345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18346 dlls/quartz/tests: __builddeps__
18347 dlls/quartz/tests/__crosstest__: __buildcrossdeps__"
18348 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18349 quartz_test.exe"
18350 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18351 quartz_test.exe: \$(TOPOBJDIR)/dlls/quartz/tests/quartz_test.exe$DLLEXT
18352 cp \$(TOPOBJDIR)/dlls/quartz/tests/quartz_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18353 quartz_test.rc:
18354 echo \"quartz_test.exe TESTRES \\\"quartz_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18355 quartz_test.res: quartz_test.rc quartz_test.exe"
18356 ALL_DIRS="$ALL_DIRS \\
18357 dlls/quartz/tests"
18358 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18359 dlls/quartz/tests"
18360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18361 \$(RECURSE_TARGETS:%=dlls/quartz/tests/%) dlls/quartz/tests: dlls/quartz/tests/Makefile \$(MAKEDEP)
18362 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in Maketest.rules config.status"
18363 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
18365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18366 dlls/query dlls/query/__install__ dlls/query/__install-lib__ dlls/query/__install-dev__: __builddeps__"
18367 ALL_DIRS="$ALL_DIRS \\
18368 dlls/query"
18369 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18370 dlls/query"
18371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18372 \$(RECURSE_TARGETS:%=dlls/query/%) dlls/query: dlls/query/Makefile \$(MAKEDEP)
18373 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules config.status"
18374 ac_config_files="$ac_config_files dlls/query/Makefile"
18376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18377 dlls/rasapi16.dll16 dlls/rasapi16.dll16/__install__ dlls/rasapi16.dll16/__install-lib__ dlls/rasapi16.dll16/__install-dev__: __builddeps__"
18378 ALL_DIRS="$ALL_DIRS \\
18379 dlls/rasapi16.dll16"
18380 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18381 dlls/rasapi16.dll16"
18382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18383 \$(RECURSE_TARGETS:%=dlls/rasapi16.dll16/%) dlls/rasapi16.dll16: dlls/rasapi16.dll16/Makefile \$(MAKEDEP)
18384 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules config.status"
18385 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
18387 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18388 dlls/rasapi32/librasapi32.$IMPLIBEXT"
18389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18390 dlls/rasapi32/librasapi32.$IMPLIBEXT dlls/rasapi32/librasapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
18391 dlls/rasapi32/librasapi32.$IMPLIBEXT dlls/rasapi32/librasapi32.cross.a: dlls/rasapi32/rasapi32.spec dlls/rasapi32/Makefile
18392 @cd dlls/rasapi32 && \$(MAKE) \`basename \$@\`
18393 dlls/rasapi32 dlls/rasapi32/__install__ dlls/rasapi32/__install-lib__ dlls/rasapi32/__install-dev__: __builddeps__"
18394 ALL_DIRS="$ALL_DIRS \\
18395 dlls/rasapi32"
18396 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18397 dlls/rasapi32"
18398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18399 \$(RECURSE_TARGETS:%=dlls/rasapi32/%) dlls/rasapi32: dlls/rasapi32/Makefile \$(MAKEDEP)
18400 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules config.status"
18401 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
18403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18404 dlls/rasapi32/tests: __builddeps__
18405 dlls/rasapi32/tests/__crosstest__: __buildcrossdeps__"
18406 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18407 rasapi32_test.exe"
18408 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18409 rasapi32_test.exe: \$(TOPOBJDIR)/dlls/rasapi32/tests/rasapi32_test.exe$DLLEXT
18410 cp \$(TOPOBJDIR)/dlls/rasapi32/tests/rasapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18411 rasapi32_test.rc:
18412 echo \"rasapi32_test.exe TESTRES \\\"rasapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18413 rasapi32_test.res: rasapi32_test.rc rasapi32_test.exe"
18414 ALL_DIRS="$ALL_DIRS \\
18415 dlls/rasapi32/tests"
18416 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18417 dlls/rasapi32/tests"
18418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18419 \$(RECURSE_TARGETS:%=dlls/rasapi32/tests/%) dlls/rasapi32/tests: dlls/rasapi32/tests/Makefile \$(MAKEDEP)
18420 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in Maketest.rules config.status"
18421 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
18423 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18424 dlls/rasdlg/librasdlg.$IMPLIBEXT"
18425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18426 dlls/rasdlg/librasdlg.$IMPLIBEXT dlls/rasdlg/librasdlg.cross.a: tools/widl tools/winebuild tools/winegcc include
18427 dlls/rasdlg/librasdlg.$IMPLIBEXT dlls/rasdlg/librasdlg.cross.a: dlls/rasdlg/rasdlg.spec dlls/rasdlg/Makefile
18428 @cd dlls/rasdlg && \$(MAKE) \`basename \$@\`
18429 dlls/rasdlg dlls/rasdlg/__install__ dlls/rasdlg/__install-lib__ dlls/rasdlg/__install-dev__: __builddeps__"
18430 ALL_DIRS="$ALL_DIRS \\
18431 dlls/rasdlg"
18432 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18433 dlls/rasdlg"
18434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18435 \$(RECURSE_TARGETS:%=dlls/rasdlg/%) dlls/rasdlg: dlls/rasdlg/Makefile \$(MAKEDEP)
18436 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules config.status"
18437 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
18439 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18440 dlls/resutils/libresutils.$IMPLIBEXT"
18441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18442 dlls/resutils/libresutils.$IMPLIBEXT dlls/resutils/libresutils.cross.a: tools/widl tools/winebuild tools/winegcc include
18443 dlls/resutils/libresutils.$IMPLIBEXT dlls/resutils/libresutils.cross.a: dlls/resutils/resutils.spec dlls/resutils/Makefile
18444 @cd dlls/resutils && \$(MAKE) \`basename \$@\`
18445 dlls/resutils dlls/resutils/__install__ dlls/resutils/__install-lib__ dlls/resutils/__install-dev__: __builddeps__"
18446 ALL_DIRS="$ALL_DIRS \\
18447 dlls/resutils"
18448 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18449 dlls/resutils"
18450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18451 \$(RECURSE_TARGETS:%=dlls/resutils/%) dlls/resutils: dlls/resutils/Makefile \$(MAKEDEP)
18452 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules config.status"
18453 ac_config_files="$ac_config_files dlls/resutils/Makefile"
18455 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18456 dlls/riched20/libriched20.$IMPLIBEXT"
18457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18458 dlls/riched20/libriched20.$IMPLIBEXT dlls/riched20/libriched20.cross.a: tools/widl tools/winebuild tools/winegcc include
18459 dlls/riched20/libriched20.$IMPLIBEXT dlls/riched20/libriched20.cross.a: dlls/riched20/riched20.spec dlls/riched20/Makefile
18460 @cd dlls/riched20 && \$(MAKE) \`basename \$@\`
18461 dlls/riched20 dlls/riched20/__install__ dlls/riched20/__install-lib__ dlls/riched20/__install-dev__: __builddeps__"
18462 ALL_DIRS="$ALL_DIRS \\
18463 dlls/riched20"
18464 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18465 dlls/riched20"
18466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18467 \$(RECURSE_TARGETS:%=dlls/riched20/%) dlls/riched20: dlls/riched20/Makefile \$(MAKEDEP)
18468 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules config.status"
18469 ac_config_files="$ac_config_files dlls/riched20/Makefile"
18471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18472 dlls/riched20/tests: __builddeps__
18473 dlls/riched20/tests/__crosstest__: __buildcrossdeps__"
18474 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18475 riched20_test.exe"
18476 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18477 riched20_test.exe: \$(TOPOBJDIR)/dlls/riched20/tests/riched20_test.exe$DLLEXT
18478 cp \$(TOPOBJDIR)/dlls/riched20/tests/riched20_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18479 riched20_test.rc:
18480 echo \"riched20_test.exe TESTRES \\\"riched20_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18481 riched20_test.res: riched20_test.rc riched20_test.exe"
18482 ALL_DIRS="$ALL_DIRS \\
18483 dlls/riched20/tests"
18484 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18485 dlls/riched20/tests"
18486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18487 \$(RECURSE_TARGETS:%=dlls/riched20/tests/%) dlls/riched20/tests: dlls/riched20/tests/Makefile \$(MAKEDEP)
18488 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in Maketest.rules config.status"
18489 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
18491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18492 dlls/riched32 dlls/riched32/__install__ dlls/riched32/__install-lib__ dlls/riched32/__install-dev__: __builddeps__"
18493 ALL_DIRS="$ALL_DIRS \\
18494 dlls/riched32"
18495 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18496 dlls/riched32"
18497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18498 \$(RECURSE_TARGETS:%=dlls/riched32/%) dlls/riched32: dlls/riched32/Makefile \$(MAKEDEP)
18499 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules config.status"
18500 ac_config_files="$ac_config_files dlls/riched32/Makefile"
18502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18503 dlls/riched32/tests: __builddeps__
18504 dlls/riched32/tests/__crosstest__: __buildcrossdeps__"
18505 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18506 riched32_test.exe"
18507 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18508 riched32_test.exe: \$(TOPOBJDIR)/dlls/riched32/tests/riched32_test.exe$DLLEXT
18509 cp \$(TOPOBJDIR)/dlls/riched32/tests/riched32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18510 riched32_test.rc:
18511 echo \"riched32_test.exe TESTRES \\\"riched32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18512 riched32_test.res: riched32_test.rc riched32_test.exe"
18513 ALL_DIRS="$ALL_DIRS \\
18514 dlls/riched32/tests"
18515 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18516 dlls/riched32/tests"
18517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18518 \$(RECURSE_TARGETS:%=dlls/riched32/tests/%) dlls/riched32/tests: dlls/riched32/tests/Makefile \$(MAKEDEP)
18519 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in Maketest.rules config.status"
18520 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
18522 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18523 dlls/rpcrt4/librpcrt4.$IMPLIBEXT"
18524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18525 dlls/rpcrt4/librpcrt4.$IMPLIBEXT dlls/rpcrt4/librpcrt4.cross.a: tools/widl tools/winebuild tools/winegcc include
18526 dlls/rpcrt4/librpcrt4.$IMPLIBEXT dlls/rpcrt4/librpcrt4.cross.a: dlls/rpcrt4/rpcrt4.spec dlls/rpcrt4/Makefile
18527 @cd dlls/rpcrt4 && \$(MAKE) \`basename \$@\`
18528 dlls/rpcrt4 dlls/rpcrt4/__install__ dlls/rpcrt4/__install-lib__ dlls/rpcrt4/__install-dev__: __builddeps__"
18529 ALL_DIRS="$ALL_DIRS \\
18530 dlls/rpcrt4"
18531 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18532 dlls/rpcrt4"
18533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18534 \$(RECURSE_TARGETS:%=dlls/rpcrt4/%) dlls/rpcrt4: dlls/rpcrt4/Makefile \$(MAKEDEP)
18535 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules config.status"
18536 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
18538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18539 dlls/rpcrt4/tests: __builddeps__
18540 dlls/rpcrt4/tests/__crosstest__: __buildcrossdeps__"
18541 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18542 rpcrt4_test.exe"
18543 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18544 rpcrt4_test.exe: \$(TOPOBJDIR)/dlls/rpcrt4/tests/rpcrt4_test.exe$DLLEXT
18545 cp \$(TOPOBJDIR)/dlls/rpcrt4/tests/rpcrt4_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18546 rpcrt4_test.rc:
18547 echo \"rpcrt4_test.exe TESTRES \\\"rpcrt4_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18548 rpcrt4_test.res: rpcrt4_test.rc rpcrt4_test.exe"
18549 ALL_DIRS="$ALL_DIRS \\
18550 dlls/rpcrt4/tests"
18551 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18552 dlls/rpcrt4/tests"
18553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18554 \$(RECURSE_TARGETS:%=dlls/rpcrt4/tests/%) dlls/rpcrt4/tests: dlls/rpcrt4/tests/Makefile \$(MAKEDEP)
18555 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in Maketest.rules config.status"
18556 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
18558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18559 dlls/rsabase dlls/rsabase/__install__ dlls/rsabase/__install-lib__ dlls/rsabase/__install-dev__: __builddeps__"
18560 ALL_DIRS="$ALL_DIRS \\
18561 dlls/rsabase"
18562 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18563 dlls/rsabase"
18564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18565 \$(RECURSE_TARGETS:%=dlls/rsabase/%) dlls/rsabase: dlls/rsabase/Makefile \$(MAKEDEP)
18566 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules config.status"
18567 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
18569 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18570 dlls/rsaenh/librsaenh.$IMPLIBEXT"
18571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18572 dlls/rsaenh/librsaenh.$IMPLIBEXT dlls/rsaenh/librsaenh.cross.a: tools/widl tools/winebuild tools/winegcc include
18573 dlls/rsaenh/librsaenh.$IMPLIBEXT dlls/rsaenh/librsaenh.cross.a: dlls/rsaenh/rsaenh.spec dlls/rsaenh/Makefile
18574 @cd dlls/rsaenh && \$(MAKE) \`basename \$@\`
18575 dlls/rsaenh dlls/rsaenh/__install__ dlls/rsaenh/__install-lib__ dlls/rsaenh/__install-dev__: __builddeps__"
18576 ALL_DIRS="$ALL_DIRS \\
18577 dlls/rsaenh"
18578 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18579 dlls/rsaenh"
18580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18581 \$(RECURSE_TARGETS:%=dlls/rsaenh/%) dlls/rsaenh: dlls/rsaenh/Makefile \$(MAKEDEP)
18582 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules config.status"
18583 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
18585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18586 dlls/rsaenh/tests: __builddeps__
18587 dlls/rsaenh/tests/__crosstest__: __buildcrossdeps__"
18588 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18589 rsaenh_test.exe"
18590 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18591 rsaenh_test.exe: \$(TOPOBJDIR)/dlls/rsaenh/tests/rsaenh_test.exe$DLLEXT
18592 cp \$(TOPOBJDIR)/dlls/rsaenh/tests/rsaenh_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18593 rsaenh_test.rc:
18594 echo \"rsaenh_test.exe TESTRES \\\"rsaenh_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18595 rsaenh_test.res: rsaenh_test.rc rsaenh_test.exe"
18596 ALL_DIRS="$ALL_DIRS \\
18597 dlls/rsaenh/tests"
18598 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18599 dlls/rsaenh/tests"
18600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18601 \$(RECURSE_TARGETS:%=dlls/rsaenh/tests/%) dlls/rsaenh/tests: dlls/rsaenh/tests/Makefile \$(MAKEDEP)
18602 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in Maketest.rules config.status"
18603 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
18605 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18606 dlls/rtutils/librtutils.$IMPLIBEXT"
18607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18608 dlls/rtutils/librtutils.$IMPLIBEXT dlls/rtutils/librtutils.cross.a: tools/widl tools/winebuild tools/winegcc include
18609 dlls/rtutils/librtutils.$IMPLIBEXT dlls/rtutils/librtutils.cross.a: dlls/rtutils/rtutils.spec dlls/rtutils/Makefile
18610 @cd dlls/rtutils && \$(MAKE) \`basename \$@\`
18611 dlls/rtutils dlls/rtutils/__install__ dlls/rtutils/__install-lib__ dlls/rtutils/__install-dev__: __builddeps__"
18612 ALL_DIRS="$ALL_DIRS \\
18613 dlls/rtutils"
18614 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18615 dlls/rtutils"
18616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18617 \$(RECURSE_TARGETS:%=dlls/rtutils/%) dlls/rtutils: dlls/rtutils/Makefile \$(MAKEDEP)
18618 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules config.status"
18619 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
18621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18622 dlls/sane.ds dlls/sane.ds/__install__ dlls/sane.ds/__install-lib__ dlls/sane.ds/__install-dev__: __builddeps__"
18623 ALL_DIRS="$ALL_DIRS \\
18624 dlls/sane.ds"
18625 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18626 dlls/sane.ds"
18627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18628 \$(RECURSE_TARGETS:%=dlls/sane.ds/%) dlls/sane.ds: dlls/sane.ds/Makefile \$(MAKEDEP)
18629 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules config.status"
18630 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
18632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18633 dlls/sccbase dlls/sccbase/__install__ dlls/sccbase/__install-lib__ dlls/sccbase/__install-dev__: __builddeps__"
18634 ALL_DIRS="$ALL_DIRS \\
18635 dlls/sccbase"
18636 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18637 dlls/sccbase"
18638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18639 \$(RECURSE_TARGETS:%=dlls/sccbase/%) dlls/sccbase: dlls/sccbase/Makefile \$(MAKEDEP)
18640 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules config.status"
18641 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
18643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18644 dlls/schannel dlls/schannel/__install__ dlls/schannel/__install-lib__ dlls/schannel/__install-dev__: __builddeps__"
18645 ALL_DIRS="$ALL_DIRS \\
18646 dlls/schannel"
18647 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18648 dlls/schannel"
18649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18650 \$(RECURSE_TARGETS:%=dlls/schannel/%) dlls/schannel: dlls/schannel/Makefile \$(MAKEDEP)
18651 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules config.status"
18652 ac_config_files="$ac_config_files dlls/schannel/Makefile"
18654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18655 dlls/schannel/tests: __builddeps__
18656 dlls/schannel/tests/__crosstest__: __buildcrossdeps__"
18657 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18658 schannel_test.exe"
18659 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18660 schannel_test.exe: \$(TOPOBJDIR)/dlls/schannel/tests/schannel_test.exe$DLLEXT
18661 cp \$(TOPOBJDIR)/dlls/schannel/tests/schannel_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18662 schannel_test.rc:
18663 echo \"schannel_test.exe TESTRES \\\"schannel_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18664 schannel_test.res: schannel_test.rc schannel_test.exe"
18665 ALL_DIRS="$ALL_DIRS \\
18666 dlls/schannel/tests"
18667 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18668 dlls/schannel/tests"
18669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18670 \$(RECURSE_TARGETS:%=dlls/schannel/tests/%) dlls/schannel/tests: dlls/schannel/tests/Makefile \$(MAKEDEP)
18671 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in Maketest.rules config.status"
18672 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
18674 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18675 dlls/secur32/libsecur32.$IMPLIBEXT"
18676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18677 dlls/secur32/libsecur32.$IMPLIBEXT dlls/secur32/libsecur32.cross.a: tools/widl tools/winebuild tools/winegcc include
18678 dlls/secur32/libsecur32.$IMPLIBEXT dlls/secur32/libsecur32.cross.a: dlls/secur32/secur32.spec dlls/secur32/Makefile
18679 @cd dlls/secur32 && \$(MAKE) \`basename \$@\`
18680 dlls/secur32 dlls/secur32/__install__ dlls/secur32/__install-lib__ dlls/secur32/__install-dev__: __builddeps__"
18681 ALL_DIRS="$ALL_DIRS \\
18682 dlls/secur32"
18683 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18684 dlls/secur32"
18685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18686 \$(RECURSE_TARGETS:%=dlls/secur32/%) dlls/secur32: dlls/secur32/Makefile \$(MAKEDEP)
18687 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules config.status"
18688 ac_config_files="$ac_config_files dlls/secur32/Makefile"
18690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18691 dlls/secur32/tests: __builddeps__
18692 dlls/secur32/tests/__crosstest__: __buildcrossdeps__"
18693 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18694 secur32_test.exe"
18695 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18696 secur32_test.exe: \$(TOPOBJDIR)/dlls/secur32/tests/secur32_test.exe$DLLEXT
18697 cp \$(TOPOBJDIR)/dlls/secur32/tests/secur32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18698 secur32_test.rc:
18699 echo \"secur32_test.exe TESTRES \\\"secur32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18700 secur32_test.res: secur32_test.rc secur32_test.exe"
18701 ALL_DIRS="$ALL_DIRS \\
18702 dlls/secur32/tests"
18703 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18704 dlls/secur32/tests"
18705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18706 \$(RECURSE_TARGETS:%=dlls/secur32/tests/%) dlls/secur32/tests: dlls/secur32/tests/Makefile \$(MAKEDEP)
18707 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in Maketest.rules config.status"
18708 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
18710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18711 dlls/security dlls/security/__install__ dlls/security/__install-lib__ dlls/security/__install-dev__: __builddeps__"
18712 ALL_DIRS="$ALL_DIRS \\
18713 dlls/security"
18714 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18715 dlls/security"
18716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18717 \$(RECURSE_TARGETS:%=dlls/security/%) dlls/security: dlls/security/Makefile \$(MAKEDEP)
18718 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules config.status"
18719 ac_config_files="$ac_config_files dlls/security/Makefile"
18721 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18722 dlls/sensapi/libsensapi.$IMPLIBEXT"
18723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18724 dlls/sensapi/libsensapi.$IMPLIBEXT dlls/sensapi/libsensapi.cross.a: tools/widl tools/winebuild tools/winegcc include
18725 dlls/sensapi/libsensapi.$IMPLIBEXT dlls/sensapi/libsensapi.cross.a: dlls/sensapi/sensapi.spec dlls/sensapi/Makefile
18726 @cd dlls/sensapi && \$(MAKE) \`basename \$@\`
18727 dlls/sensapi dlls/sensapi/__install__ dlls/sensapi/__install-lib__ dlls/sensapi/__install-dev__: __builddeps__"
18728 ALL_DIRS="$ALL_DIRS \\
18729 dlls/sensapi"
18730 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18731 dlls/sensapi"
18732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18733 \$(RECURSE_TARGETS:%=dlls/sensapi/%) dlls/sensapi: dlls/sensapi/Makefile \$(MAKEDEP)
18734 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules config.status"
18735 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
18737 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18738 dlls/serialui/libserialui.$IMPLIBEXT"
18739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18740 dlls/serialui/libserialui.$IMPLIBEXT dlls/serialui/libserialui.cross.a: tools/widl tools/winebuild tools/winegcc include
18741 dlls/serialui/libserialui.$IMPLIBEXT dlls/serialui/libserialui.cross.a: dlls/serialui/serialui.spec dlls/serialui/Makefile
18742 @cd dlls/serialui && \$(MAKE) \`basename \$@\`
18743 dlls/serialui dlls/serialui/__install__ dlls/serialui/__install-lib__ dlls/serialui/__install-dev__: __builddeps__"
18744 ALL_DIRS="$ALL_DIRS \\
18745 dlls/serialui"
18746 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18747 dlls/serialui"
18748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18749 \$(RECURSE_TARGETS:%=dlls/serialui/%) dlls/serialui: dlls/serialui/Makefile \$(MAKEDEP)
18750 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules config.status"
18751 ac_config_files="$ac_config_files dlls/serialui/Makefile"
18753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18754 dlls/serialui/tests: __builddeps__
18755 dlls/serialui/tests/__crosstest__: __buildcrossdeps__"
18756 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18757 serialui_test.exe"
18758 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18759 serialui_test.exe: \$(TOPOBJDIR)/dlls/serialui/tests/serialui_test.exe$DLLEXT
18760 cp \$(TOPOBJDIR)/dlls/serialui/tests/serialui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18761 serialui_test.rc:
18762 echo \"serialui_test.exe TESTRES \\\"serialui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18763 serialui_test.res: serialui_test.rc serialui_test.exe"
18764 ALL_DIRS="$ALL_DIRS \\
18765 dlls/serialui/tests"
18766 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18767 dlls/serialui/tests"
18768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18769 \$(RECURSE_TARGETS:%=dlls/serialui/tests/%) dlls/serialui/tests: dlls/serialui/tests/Makefile \$(MAKEDEP)
18770 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in Maketest.rules config.status"
18771 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
18773 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18774 dlls/setupapi/libsetupapi.$IMPLIBEXT"
18775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18776 dlls/setupapi/libsetupapi.$IMPLIBEXT dlls/setupapi/libsetupapi.cross.a: tools/widl tools/winebuild tools/winegcc include
18777 dlls/setupapi/libsetupapi.$IMPLIBEXT dlls/setupapi/libsetupapi.cross.a: dlls/setupapi/setupapi.spec dlls/setupapi/Makefile
18778 @cd dlls/setupapi && \$(MAKE) \`basename \$@\`
18779 dlls/setupapi dlls/setupapi/__install__ dlls/setupapi/__install-lib__ dlls/setupapi/__install-dev__: __builddeps__"
18780 ALL_DIRS="$ALL_DIRS \\
18781 dlls/setupapi"
18782 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18783 dlls/setupapi"
18784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18785 \$(RECURSE_TARGETS:%=dlls/setupapi/%) dlls/setupapi: dlls/setupapi/Makefile \$(MAKEDEP)
18786 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules config.status"
18787 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
18789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18790 dlls/setupapi/tests: __builddeps__
18791 dlls/setupapi/tests/__crosstest__: __buildcrossdeps__"
18792 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18793 setupapi_test.exe"
18794 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18795 setupapi_test.exe: \$(TOPOBJDIR)/dlls/setupapi/tests/setupapi_test.exe$DLLEXT
18796 cp \$(TOPOBJDIR)/dlls/setupapi/tests/setupapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18797 setupapi_test.rc:
18798 echo \"setupapi_test.exe TESTRES \\\"setupapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18799 setupapi_test.res: setupapi_test.rc setupapi_test.exe"
18800 ALL_DIRS="$ALL_DIRS \\
18801 dlls/setupapi/tests"
18802 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18803 dlls/setupapi/tests"
18804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18805 \$(RECURSE_TARGETS:%=dlls/setupapi/tests/%) dlls/setupapi/tests: dlls/setupapi/tests/Makefile \$(MAKEDEP)
18806 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in Maketest.rules config.status"
18807 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
18809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18810 dlls/setupx.dll16 dlls/setupx.dll16/__install__ dlls/setupx.dll16/__install-lib__ dlls/setupx.dll16/__install-dev__: __builddeps__"
18811 ALL_DIRS="$ALL_DIRS \\
18812 dlls/setupx.dll16"
18813 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18814 dlls/setupx.dll16"
18815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18816 \$(RECURSE_TARGETS:%=dlls/setupx.dll16/%) dlls/setupx.dll16: dlls/setupx.dll16/Makefile \$(MAKEDEP)
18817 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules config.status"
18818 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
18820 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18821 dlls/sfc/libsfc.$IMPLIBEXT"
18822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18823 dlls/sfc/libsfc.$IMPLIBEXT dlls/sfc/libsfc.cross.a: tools/widl tools/winebuild tools/winegcc include
18824 dlls/sfc/libsfc.$IMPLIBEXT dlls/sfc/libsfc.cross.a: dlls/sfc/sfc.spec dlls/sfc/Makefile
18825 @cd dlls/sfc && \$(MAKE) \`basename \$@\`
18826 dlls/sfc dlls/sfc/__install__ dlls/sfc/__install-lib__ dlls/sfc/__install-dev__: __builddeps__"
18827 ALL_DIRS="$ALL_DIRS \\
18828 dlls/sfc"
18829 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18830 dlls/sfc"
18831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18832 \$(RECURSE_TARGETS:%=dlls/sfc/%) dlls/sfc: dlls/sfc/Makefile \$(MAKEDEP)
18833 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules config.status"
18834 ac_config_files="$ac_config_files dlls/sfc/Makefile"
18836 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18837 dlls/sfc_os/libsfc_os.$IMPLIBEXT"
18838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18839 dlls/sfc_os/libsfc_os.$IMPLIBEXT dlls/sfc_os/libsfc_os.cross.a: tools/widl tools/winebuild tools/winegcc include
18840 dlls/sfc_os/libsfc_os.$IMPLIBEXT dlls/sfc_os/libsfc_os.cross.a: dlls/sfc_os/sfc_os.spec dlls/sfc_os/Makefile
18841 @cd dlls/sfc_os && \$(MAKE) \`basename \$@\`
18842 dlls/sfc_os dlls/sfc_os/__install__ dlls/sfc_os/__install-lib__ dlls/sfc_os/__install-dev__: __builddeps__"
18843 ALL_DIRS="$ALL_DIRS \\
18844 dlls/sfc_os"
18845 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18846 dlls/sfc_os"
18847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18848 \$(RECURSE_TARGETS:%=dlls/sfc_os/%) dlls/sfc_os: dlls/sfc_os/Makefile \$(MAKEDEP)
18849 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules config.status"
18850 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
18852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18853 dlls/shdoclc dlls/shdoclc/__install__ dlls/shdoclc/__install-lib__ dlls/shdoclc/__install-dev__: __builddeps__"
18854 ALL_DIRS="$ALL_DIRS \\
18855 dlls/shdoclc"
18856 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18857 dlls/shdoclc"
18858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18859 \$(RECURSE_TARGETS:%=dlls/shdoclc/%) dlls/shdoclc: dlls/shdoclc/Makefile \$(MAKEDEP)
18860 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules config.status"
18861 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
18863 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18864 dlls/shdocvw/libshdocvw.$IMPLIBEXT"
18865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18866 dlls/shdocvw/libshdocvw.$IMPLIBEXT dlls/shdocvw/libshdocvw.cross.a: tools/widl tools/winebuild tools/winegcc include
18867 dlls/shdocvw/libshdocvw.$IMPLIBEXT dlls/shdocvw/libshdocvw.cross.a: dlls/shdocvw/shdocvw.spec dlls/shdocvw/Makefile
18868 @cd dlls/shdocvw && \$(MAKE) \`basename \$@\`
18869 dlls/shdocvw dlls/shdocvw/__install__ dlls/shdocvw/__install-lib__ dlls/shdocvw/__install-dev__: __builddeps__"
18870 ALL_DIRS="$ALL_DIRS \\
18871 dlls/shdocvw"
18872 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18873 dlls/shdocvw"
18874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18875 \$(RECURSE_TARGETS:%=dlls/shdocvw/%) dlls/shdocvw: dlls/shdocvw/Makefile \$(MAKEDEP)
18876 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules config.status"
18877 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
18879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18880 dlls/shdocvw/tests: __builddeps__
18881 dlls/shdocvw/tests/__crosstest__: __buildcrossdeps__"
18882 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18883 shdocvw_test.exe"
18884 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18885 shdocvw_test.exe: \$(TOPOBJDIR)/dlls/shdocvw/tests/shdocvw_test.exe$DLLEXT
18886 cp \$(TOPOBJDIR)/dlls/shdocvw/tests/shdocvw_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18887 shdocvw_test.rc:
18888 echo \"shdocvw_test.exe TESTRES \\\"shdocvw_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18889 shdocvw_test.res: shdocvw_test.rc shdocvw_test.exe"
18890 ALL_DIRS="$ALL_DIRS \\
18891 dlls/shdocvw/tests"
18892 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18893 dlls/shdocvw/tests"
18894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18895 \$(RECURSE_TARGETS:%=dlls/shdocvw/tests/%) dlls/shdocvw/tests: dlls/shdocvw/tests/Makefile \$(MAKEDEP)
18896 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in Maketest.rules config.status"
18897 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
18899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18900 dlls/shell.dll16 dlls/shell.dll16/__install__ dlls/shell.dll16/__install-lib__ dlls/shell.dll16/__install-dev__: __builddeps__"
18901 ALL_DIRS="$ALL_DIRS \\
18902 dlls/shell.dll16"
18903 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18904 dlls/shell.dll16"
18905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18906 \$(RECURSE_TARGETS:%=dlls/shell.dll16/%) dlls/shell.dll16: dlls/shell.dll16/Makefile \$(MAKEDEP)
18907 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules config.status"
18908 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
18910 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18911 dlls/shell32/libshell32.$IMPLIBEXT"
18912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18913 dlls/shell32/libshell32.$IMPLIBEXT dlls/shell32/libshell32.cross.a: tools/widl tools/winebuild tools/winegcc include
18914 dlls/shell32/libshell32.$IMPLIBEXT dlls/shell32/libshell32.cross.a: dlls/shell32/shell32.spec dlls/shell32/Makefile
18915 @cd dlls/shell32 && \$(MAKE) \`basename \$@\`
18916 dlls/shell32 dlls/shell32/__install__ dlls/shell32/__install-lib__ dlls/shell32/__install-dev__: __builddeps__"
18917 ALL_DIRS="$ALL_DIRS \\
18918 dlls/shell32"
18919 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18920 dlls/shell32"
18921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18922 \$(RECURSE_TARGETS:%=dlls/shell32/%) dlls/shell32: dlls/shell32/Makefile \$(MAKEDEP)
18923 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules config.status"
18924 ac_config_files="$ac_config_files dlls/shell32/Makefile"
18926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18927 dlls/shell32/tests: __builddeps__
18928 dlls/shell32/tests/__crosstest__: __buildcrossdeps__"
18929 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18930 shell32_test.exe"
18931 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18932 shell32_test.exe: \$(TOPOBJDIR)/dlls/shell32/tests/shell32_test.exe$DLLEXT
18933 cp \$(TOPOBJDIR)/dlls/shell32/tests/shell32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18934 shell32_test.rc:
18935 echo \"shell32_test.exe TESTRES \\\"shell32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18936 shell32_test.res: shell32_test.rc shell32_test.exe"
18937 ALL_DIRS="$ALL_DIRS \\
18938 dlls/shell32/tests"
18939 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18940 dlls/shell32/tests"
18941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18942 \$(RECURSE_TARGETS:%=dlls/shell32/tests/%) dlls/shell32/tests: dlls/shell32/tests/Makefile \$(MAKEDEP)
18943 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in Maketest.rules config.status"
18944 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
18946 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18947 dlls/shfolder/libshfolder.$IMPLIBEXT"
18948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18949 dlls/shfolder/libshfolder.$IMPLIBEXT dlls/shfolder/libshfolder.cross.a: tools/widl tools/winebuild tools/winegcc include
18950 dlls/shfolder/libshfolder.$IMPLIBEXT dlls/shfolder/libshfolder.cross.a: dlls/shfolder/shfolder.spec dlls/shfolder/Makefile
18951 @cd dlls/shfolder && \$(MAKE) \`basename \$@\`
18952 dlls/shfolder dlls/shfolder/__install__ dlls/shfolder/__install-lib__ dlls/shfolder/__install-dev__: __builddeps__"
18953 ALL_DIRS="$ALL_DIRS \\
18954 dlls/shfolder"
18955 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18956 dlls/shfolder"
18957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18958 \$(RECURSE_TARGETS:%=dlls/shfolder/%) dlls/shfolder: dlls/shfolder/Makefile \$(MAKEDEP)
18959 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules config.status"
18960 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
18962 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18963 dlls/shlwapi/libshlwapi.$IMPLIBEXT"
18964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18965 dlls/shlwapi/libshlwapi.$IMPLIBEXT dlls/shlwapi/libshlwapi.cross.a: tools/widl tools/winebuild tools/winegcc include
18966 dlls/shlwapi/libshlwapi.$IMPLIBEXT dlls/shlwapi/libshlwapi.cross.a: dlls/shlwapi/shlwapi.spec dlls/shlwapi/Makefile
18967 @cd dlls/shlwapi && \$(MAKE) \`basename \$@\`
18968 dlls/shlwapi dlls/shlwapi/__install__ dlls/shlwapi/__install-lib__ dlls/shlwapi/__install-dev__: __builddeps__"
18969 ALL_DIRS="$ALL_DIRS \\
18970 dlls/shlwapi"
18971 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18972 dlls/shlwapi"
18973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18974 \$(RECURSE_TARGETS:%=dlls/shlwapi/%) dlls/shlwapi: dlls/shlwapi/Makefile \$(MAKEDEP)
18975 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules config.status"
18976 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
18978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18979 dlls/shlwapi/tests: __builddeps__
18980 dlls/shlwapi/tests/__crosstest__: __buildcrossdeps__"
18981 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18982 shlwapi_test.exe"
18983 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18984 shlwapi_test.exe: \$(TOPOBJDIR)/dlls/shlwapi/tests/shlwapi_test.exe$DLLEXT
18985 cp \$(TOPOBJDIR)/dlls/shlwapi/tests/shlwapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18986 shlwapi_test.rc:
18987 echo \"shlwapi_test.exe TESTRES \\\"shlwapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18988 shlwapi_test.res: shlwapi_test.rc shlwapi_test.exe"
18989 ALL_DIRS="$ALL_DIRS \\
18990 dlls/shlwapi/tests"
18991 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18992 dlls/shlwapi/tests"
18993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18994 \$(RECURSE_TARGETS:%=dlls/shlwapi/tests/%) dlls/shlwapi/tests: dlls/shlwapi/tests/Makefile \$(MAKEDEP)
18995 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in Maketest.rules config.status"
18996 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
18998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18999 dlls/slbcsp dlls/slbcsp/__install__ dlls/slbcsp/__install-lib__ dlls/slbcsp/__install-dev__: __builddeps__"
19000 ALL_DIRS="$ALL_DIRS \\
19001 dlls/slbcsp"
19002 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19003 dlls/slbcsp"
19004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19005 \$(RECURSE_TARGETS:%=dlls/slbcsp/%) dlls/slbcsp: dlls/slbcsp/Makefile \$(MAKEDEP)
19006 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules config.status"
19007 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
19009 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19010 dlls/slc/libslc.$IMPLIBEXT"
19011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19012 dlls/slc/libslc.$IMPLIBEXT dlls/slc/libslc.cross.a: tools/widl tools/winebuild tools/winegcc include
19013 dlls/slc/libslc.$IMPLIBEXT dlls/slc/libslc.cross.a: dlls/slc/slc.spec dlls/slc/Makefile
19014 @cd dlls/slc && \$(MAKE) \`basename \$@\`
19015 dlls/slc dlls/slc/__install__ dlls/slc/__install-lib__ dlls/slc/__install-dev__: __builddeps__"
19016 ALL_DIRS="$ALL_DIRS \\
19017 dlls/slc"
19018 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19019 dlls/slc"
19020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19021 \$(RECURSE_TARGETS:%=dlls/slc/%) dlls/slc: dlls/slc/Makefile \$(MAKEDEP)
19022 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules config.status"
19023 ac_config_files="$ac_config_files dlls/slc/Makefile"
19025 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19026 dlls/snmpapi/libsnmpapi.$IMPLIBEXT"
19027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19028 dlls/snmpapi/libsnmpapi.$IMPLIBEXT dlls/snmpapi/libsnmpapi.cross.a: tools/widl tools/winebuild tools/winegcc include
19029 dlls/snmpapi/libsnmpapi.$IMPLIBEXT dlls/snmpapi/libsnmpapi.cross.a: dlls/snmpapi/snmpapi.spec dlls/snmpapi/Makefile
19030 @cd dlls/snmpapi && \$(MAKE) \`basename \$@\`
19031 dlls/snmpapi dlls/snmpapi/__install__ dlls/snmpapi/__install-lib__ dlls/snmpapi/__install-dev__: __builddeps__"
19032 ALL_DIRS="$ALL_DIRS \\
19033 dlls/snmpapi"
19034 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19035 dlls/snmpapi"
19036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19037 \$(RECURSE_TARGETS:%=dlls/snmpapi/%) dlls/snmpapi: dlls/snmpapi/Makefile \$(MAKEDEP)
19038 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules config.status"
19039 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
19041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19042 dlls/snmpapi/tests: __builddeps__
19043 dlls/snmpapi/tests/__crosstest__: __buildcrossdeps__"
19044 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19045 snmpapi_test.exe"
19046 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19047 snmpapi_test.exe: \$(TOPOBJDIR)/dlls/snmpapi/tests/snmpapi_test.exe$DLLEXT
19048 cp \$(TOPOBJDIR)/dlls/snmpapi/tests/snmpapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19049 snmpapi_test.rc:
19050 echo \"snmpapi_test.exe TESTRES \\\"snmpapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19051 snmpapi_test.res: snmpapi_test.rc snmpapi_test.exe"
19052 ALL_DIRS="$ALL_DIRS \\
19053 dlls/snmpapi/tests"
19054 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19055 dlls/snmpapi/tests"
19056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19057 \$(RECURSE_TARGETS:%=dlls/snmpapi/tests/%) dlls/snmpapi/tests: dlls/snmpapi/tests/Makefile \$(MAKEDEP)
19058 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in Maketest.rules config.status"
19059 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
19061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19062 dlls/softpub dlls/softpub/__install__ dlls/softpub/__install-lib__ dlls/softpub/__install-dev__: __builddeps__"
19063 ALL_DIRS="$ALL_DIRS \\
19064 dlls/softpub"
19065 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19066 dlls/softpub"
19067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19068 \$(RECURSE_TARGETS:%=dlls/softpub/%) dlls/softpub: dlls/softpub/Makefile \$(MAKEDEP)
19069 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules config.status"
19070 ac_config_files="$ac_config_files dlls/softpub/Makefile"
19072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19073 dlls/sound.drv16 dlls/sound.drv16/__install__ dlls/sound.drv16/__install-lib__ dlls/sound.drv16/__install-dev__: __builddeps__"
19074 ALL_DIRS="$ALL_DIRS \\
19075 dlls/sound.drv16"
19076 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19077 dlls/sound.drv16"
19078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19079 \$(RECURSE_TARGETS:%=dlls/sound.drv16/%) dlls/sound.drv16: dlls/sound.drv16/Makefile \$(MAKEDEP)
19080 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules config.status"
19081 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
19083 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19084 dlls/spoolss/libspoolss.$IMPLIBEXT"
19085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19086 dlls/spoolss/libspoolss.$IMPLIBEXT dlls/spoolss/libspoolss.cross.a: tools/widl tools/winebuild tools/winegcc include
19087 dlls/spoolss/libspoolss.$IMPLIBEXT dlls/spoolss/libspoolss.cross.a: dlls/spoolss/spoolss.spec dlls/spoolss/Makefile
19088 @cd dlls/spoolss && \$(MAKE) \`basename \$@\`
19089 dlls/spoolss dlls/spoolss/__install__ dlls/spoolss/__install-lib__ dlls/spoolss/__install-dev__: __builddeps__"
19090 ALL_DIRS="$ALL_DIRS \\
19091 dlls/spoolss"
19092 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19093 dlls/spoolss"
19094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19095 \$(RECURSE_TARGETS:%=dlls/spoolss/%) dlls/spoolss: dlls/spoolss/Makefile \$(MAKEDEP)
19096 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules config.status"
19097 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
19099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19100 dlls/spoolss/tests: __builddeps__
19101 dlls/spoolss/tests/__crosstest__: __buildcrossdeps__"
19102 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19103 spoolss_test.exe"
19104 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19105 spoolss_test.exe: \$(TOPOBJDIR)/dlls/spoolss/tests/spoolss_test.exe$DLLEXT
19106 cp \$(TOPOBJDIR)/dlls/spoolss/tests/spoolss_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19107 spoolss_test.rc:
19108 echo \"spoolss_test.exe TESTRES \\\"spoolss_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19109 spoolss_test.res: spoolss_test.rc spoolss_test.exe"
19110 ALL_DIRS="$ALL_DIRS \\
19111 dlls/spoolss/tests"
19112 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19113 dlls/spoolss/tests"
19114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19115 \$(RECURSE_TARGETS:%=dlls/spoolss/tests/%) dlls/spoolss/tests: dlls/spoolss/tests/Makefile \$(MAKEDEP)
19116 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in Maketest.rules config.status"
19117 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
19119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19120 dlls/stdole2.tlb dlls/stdole2.tlb/__install__ dlls/stdole2.tlb/__install-lib__ dlls/stdole2.tlb/__install-dev__: __builddeps__"
19121 ALL_DIRS="$ALL_DIRS \\
19122 dlls/stdole2.tlb"
19123 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19124 dlls/stdole2.tlb"
19125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19126 \$(RECURSE_TARGETS:%=dlls/stdole2.tlb/%) dlls/stdole2.tlb: dlls/stdole2.tlb/Makefile \$(MAKEDEP)
19127 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules config.status"
19128 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
19130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19131 dlls/stdole32.tlb dlls/stdole32.tlb/__install__ dlls/stdole32.tlb/__install-lib__ dlls/stdole32.tlb/__install-dev__: __builddeps__"
19132 ALL_DIRS="$ALL_DIRS \\
19133 dlls/stdole32.tlb"
19134 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19135 dlls/stdole32.tlb"
19136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19137 \$(RECURSE_TARGETS:%=dlls/stdole32.tlb/%) dlls/stdole32.tlb: dlls/stdole32.tlb/Makefile \$(MAKEDEP)
19138 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules config.status"
19139 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
19141 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19142 dlls/sti/libsti.$IMPLIBEXT"
19143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19144 dlls/sti/libsti.$IMPLIBEXT dlls/sti/libsti.cross.a: tools/widl tools/winebuild tools/winegcc include
19145 dlls/sti/libsti.$IMPLIBEXT dlls/sti/libsti.cross.a: dlls/sti/sti.spec dlls/sti/Makefile
19146 @cd dlls/sti && \$(MAKE) \`basename \$@\`
19147 dlls/sti dlls/sti/__install__ dlls/sti/__install-lib__ dlls/sti/__install-dev__: __builddeps__"
19148 ALL_DIRS="$ALL_DIRS \\
19149 dlls/sti"
19150 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19151 dlls/sti"
19152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19153 \$(RECURSE_TARGETS:%=dlls/sti/%) dlls/sti: dlls/sti/Makefile \$(MAKEDEP)
19154 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules config.status"
19155 ac_config_files="$ac_config_files dlls/sti/Makefile"
19157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19158 dlls/sti/tests: __builddeps__
19159 dlls/sti/tests/__crosstest__: __buildcrossdeps__"
19160 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19161 sti_test.exe"
19162 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19163 sti_test.exe: \$(TOPOBJDIR)/dlls/sti/tests/sti_test.exe$DLLEXT
19164 cp \$(TOPOBJDIR)/dlls/sti/tests/sti_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19165 sti_test.rc:
19166 echo \"sti_test.exe TESTRES \\\"sti_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19167 sti_test.res: sti_test.rc sti_test.exe"
19168 ALL_DIRS="$ALL_DIRS \\
19169 dlls/sti/tests"
19170 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19171 dlls/sti/tests"
19172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19173 \$(RECURSE_TARGETS:%=dlls/sti/tests/%) dlls/sti/tests: dlls/sti/tests/Makefile \$(MAKEDEP)
19174 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in Maketest.rules config.status"
19175 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
19177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19178 dlls/storage.dll16 dlls/storage.dll16/__install__ dlls/storage.dll16/__install-lib__ dlls/storage.dll16/__install-dev__: __builddeps__"
19179 ALL_DIRS="$ALL_DIRS \\
19180 dlls/storage.dll16"
19181 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19182 dlls/storage.dll16"
19183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19184 \$(RECURSE_TARGETS:%=dlls/storage.dll16/%) dlls/storage.dll16: dlls/storage.dll16/Makefile \$(MAKEDEP)
19185 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules config.status"
19186 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
19188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19189 dlls/stress.dll16 dlls/stress.dll16/__install__ dlls/stress.dll16/__install-lib__ dlls/stress.dll16/__install-dev__: __builddeps__"
19190 ALL_DIRS="$ALL_DIRS \\
19191 dlls/stress.dll16"
19192 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19193 dlls/stress.dll16"
19194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19195 \$(RECURSE_TARGETS:%=dlls/stress.dll16/%) dlls/stress.dll16: dlls/stress.dll16/Makefile \$(MAKEDEP)
19196 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules config.status"
19197 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
19199 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
19200 dlls/strmiids/libstrmiids.a"
19201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19202 dlls/strmiids: tools/widl tools/winebuild tools/winegcc include
19203 dlls/strmiids/__install__ dlls/strmiids/__install-dev__: dlls/strmiids
19204 dlls/strmiids/libstrmiids.cross.a: dlls/strmiids/Makefile tools/widl tools/winebuild tools/winegcc include dummy
19205 @cd dlls/strmiids && \$(MAKE) \`basename \$@\`"
19206 ALL_DIRS="$ALL_DIRS \\
19207 dlls/strmiids"
19208 test "x$enable_strmiids" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
19209 dlls/strmiids"
19210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19211 \$(RECURSE_TARGETS:%=dlls/strmiids/%) dlls/strmiids: dlls/strmiids/Makefile \$(MAKEDEP)
19212 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules config.status"
19213 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
19215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19216 dlls/svrapi dlls/svrapi/__install__ dlls/svrapi/__install-lib__ dlls/svrapi/__install-dev__: __builddeps__"
19217 ALL_DIRS="$ALL_DIRS \\
19218 dlls/svrapi"
19219 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19220 dlls/svrapi"
19221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19222 \$(RECURSE_TARGETS:%=dlls/svrapi/%) dlls/svrapi: dlls/svrapi/Makefile \$(MAKEDEP)
19223 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules config.status"
19224 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
19226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19227 dlls/sxs dlls/sxs/__install__ dlls/sxs/__install-lib__ dlls/sxs/__install-dev__: __builddeps__"
19228 ALL_DIRS="$ALL_DIRS \\
19229 dlls/sxs"
19230 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19231 dlls/sxs"
19232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19233 \$(RECURSE_TARGETS:%=dlls/sxs/%) dlls/sxs: dlls/sxs/Makefile \$(MAKEDEP)
19234 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules config.status"
19235 ac_config_files="$ac_config_files dlls/sxs/Makefile"
19237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19238 dlls/system.drv16 dlls/system.drv16/__install__ dlls/system.drv16/__install-lib__ dlls/system.drv16/__install-dev__: __builddeps__"
19239 ALL_DIRS="$ALL_DIRS \\
19240 dlls/system.drv16"
19241 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19242 dlls/system.drv16"
19243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19244 \$(RECURSE_TARGETS:%=dlls/system.drv16/%) dlls/system.drv16: dlls/system.drv16/Makefile \$(MAKEDEP)
19245 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules config.status"
19246 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
19248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19249 dlls/t2embed dlls/t2embed/__install__ dlls/t2embed/__install-lib__ dlls/t2embed/__install-dev__: __builddeps__"
19250 ALL_DIRS="$ALL_DIRS \\
19251 dlls/t2embed"
19252 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19253 dlls/t2embed"
19254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19255 \$(RECURSE_TARGETS:%=dlls/t2embed/%) dlls/t2embed: dlls/t2embed/Makefile \$(MAKEDEP)
19256 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules config.status"
19257 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
19259 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19260 dlls/tapi32/libtapi32.$IMPLIBEXT"
19261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19262 dlls/tapi32/libtapi32.$IMPLIBEXT dlls/tapi32/libtapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
19263 dlls/tapi32/libtapi32.$IMPLIBEXT dlls/tapi32/libtapi32.cross.a: dlls/tapi32/tapi32.spec dlls/tapi32/Makefile
19264 @cd dlls/tapi32 && \$(MAKE) \`basename \$@\`
19265 dlls/tapi32 dlls/tapi32/__install__ dlls/tapi32/__install-lib__ dlls/tapi32/__install-dev__: __builddeps__"
19266 ALL_DIRS="$ALL_DIRS \\
19267 dlls/tapi32"
19268 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19269 dlls/tapi32"
19270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19271 \$(RECURSE_TARGETS:%=dlls/tapi32/%) dlls/tapi32: dlls/tapi32/Makefile \$(MAKEDEP)
19272 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules config.status"
19273 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
19275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19276 dlls/toolhelp.dll16 dlls/toolhelp.dll16/__install__ dlls/toolhelp.dll16/__install-lib__ dlls/toolhelp.dll16/__install-dev__: __builddeps__"
19277 ALL_DIRS="$ALL_DIRS \\
19278 dlls/toolhelp.dll16"
19279 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19280 dlls/toolhelp.dll16"
19281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19282 \$(RECURSE_TARGETS:%=dlls/toolhelp.dll16/%) dlls/toolhelp.dll16: dlls/toolhelp.dll16/Makefile \$(MAKEDEP)
19283 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules config.status"
19284 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
19286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19287 dlls/traffic dlls/traffic/__install__ dlls/traffic/__install-lib__ dlls/traffic/__install-dev__: __builddeps__"
19288 ALL_DIRS="$ALL_DIRS \\
19289 dlls/traffic"
19290 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19291 dlls/traffic"
19292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19293 \$(RECURSE_TARGETS:%=dlls/traffic/%) dlls/traffic: dlls/traffic/Makefile \$(MAKEDEP)
19294 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules config.status"
19295 ac_config_files="$ac_config_files dlls/traffic/Makefile"
19297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19298 dlls/twain.dll16 dlls/twain.dll16/__install__ dlls/twain.dll16/__install-lib__ dlls/twain.dll16/__install-dev__: __builddeps__"
19299 ALL_DIRS="$ALL_DIRS \\
19300 dlls/twain.dll16"
19301 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19302 dlls/twain.dll16"
19303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19304 \$(RECURSE_TARGETS:%=dlls/twain.dll16/%) dlls/twain.dll16: dlls/twain.dll16/Makefile \$(MAKEDEP)
19305 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules config.status"
19306 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
19308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19309 dlls/twain_32 dlls/twain_32/__install__ dlls/twain_32/__install-lib__ dlls/twain_32/__install-dev__: __builddeps__"
19310 ALL_DIRS="$ALL_DIRS \\
19311 dlls/twain_32"
19312 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19313 dlls/twain_32"
19314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19315 \$(RECURSE_TARGETS:%=dlls/twain_32/%) dlls/twain_32: dlls/twain_32/Makefile \$(MAKEDEP)
19316 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules config.status"
19317 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
19319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19320 dlls/twain_32/tests: __builddeps__
19321 dlls/twain_32/tests/__crosstest__: __buildcrossdeps__"
19322 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19323 twain_32_test.exe"
19324 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19325 twain_32_test.exe: \$(TOPOBJDIR)/dlls/twain_32/tests/twain_32_test.exe$DLLEXT
19326 cp \$(TOPOBJDIR)/dlls/twain_32/tests/twain_32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19327 twain_32_test.rc:
19328 echo \"twain_32_test.exe TESTRES \\\"twain_32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19329 twain_32_test.res: twain_32_test.rc twain_32_test.exe"
19330 ALL_DIRS="$ALL_DIRS \\
19331 dlls/twain_32/tests"
19332 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19333 dlls/twain_32/tests"
19334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19335 \$(RECURSE_TARGETS:%=dlls/twain_32/tests/%) dlls/twain_32/tests: dlls/twain_32/tests/Makefile \$(MAKEDEP)
19336 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in Maketest.rules config.status"
19337 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
19339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19340 dlls/typelib.dll16 dlls/typelib.dll16/__install__ dlls/typelib.dll16/__install-lib__ dlls/typelib.dll16/__install-dev__: __builddeps__"
19341 ALL_DIRS="$ALL_DIRS \\
19342 dlls/typelib.dll16"
19343 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19344 dlls/typelib.dll16"
19345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19346 \$(RECURSE_TARGETS:%=dlls/typelib.dll16/%) dlls/typelib.dll16: dlls/typelib.dll16/Makefile \$(MAKEDEP)
19347 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules config.status"
19348 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
19350 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19351 dlls/unicows/libunicows.$IMPLIBEXT"
19352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19353 dlls/unicows/libunicows.$IMPLIBEXT dlls/unicows/libunicows.cross.a: tools/widl tools/winebuild tools/winegcc include
19354 dlls/unicows/libunicows.$IMPLIBEXT dlls/unicows/libunicows.cross.a: dlls/unicows/unicows.spec dlls/unicows/Makefile
19355 @cd dlls/unicows && \$(MAKE) \`basename \$@\`
19356 dlls/unicows dlls/unicows/__install__ dlls/unicows/__install-lib__ dlls/unicows/__install-dev__: __builddeps__"
19357 ALL_DIRS="$ALL_DIRS \\
19358 dlls/unicows"
19359 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19360 dlls/unicows"
19361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19362 \$(RECURSE_TARGETS:%=dlls/unicows/%) dlls/unicows: dlls/unicows/Makefile \$(MAKEDEP)
19363 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules config.status"
19364 ac_config_files="$ac_config_files dlls/unicows/Makefile"
19366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19367 dlls/updspapi dlls/updspapi/__install__ dlls/updspapi/__install-lib__ dlls/updspapi/__install-dev__: __builddeps__"
19368 ALL_DIRS="$ALL_DIRS \\
19369 dlls/updspapi"
19370 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19371 dlls/updspapi"
19372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19373 \$(RECURSE_TARGETS:%=dlls/updspapi/%) dlls/updspapi: dlls/updspapi/Makefile \$(MAKEDEP)
19374 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules config.status"
19375 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
19377 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19378 dlls/url/liburl.$IMPLIBEXT"
19379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19380 dlls/url/liburl.$IMPLIBEXT dlls/url/liburl.cross.a: tools/widl tools/winebuild tools/winegcc include
19381 dlls/url/liburl.$IMPLIBEXT dlls/url/liburl.cross.a: dlls/url/url.spec dlls/url/Makefile
19382 @cd dlls/url && \$(MAKE) \`basename \$@\`
19383 dlls/url dlls/url/__install__ dlls/url/__install-lib__ dlls/url/__install-dev__: __builddeps__"
19384 ALL_DIRS="$ALL_DIRS \\
19385 dlls/url"
19386 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19387 dlls/url"
19388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19389 \$(RECURSE_TARGETS:%=dlls/url/%) dlls/url: dlls/url/Makefile \$(MAKEDEP)
19390 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules config.status"
19391 ac_config_files="$ac_config_files dlls/url/Makefile"
19393 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19394 dlls/urlmon/liburlmon.$IMPLIBEXT"
19395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19396 dlls/urlmon/liburlmon.$IMPLIBEXT dlls/urlmon/liburlmon.cross.a: tools/widl tools/winebuild tools/winegcc include
19397 dlls/urlmon/liburlmon.$IMPLIBEXT dlls/urlmon/liburlmon.cross.a: dlls/urlmon/urlmon.spec dlls/urlmon/Makefile
19398 @cd dlls/urlmon && \$(MAKE) \`basename \$@\`
19399 dlls/urlmon dlls/urlmon/__install__ dlls/urlmon/__install-lib__ dlls/urlmon/__install-dev__: __builddeps__"
19400 ALL_DIRS="$ALL_DIRS \\
19401 dlls/urlmon"
19402 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19403 dlls/urlmon"
19404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19405 \$(RECURSE_TARGETS:%=dlls/urlmon/%) dlls/urlmon: dlls/urlmon/Makefile \$(MAKEDEP)
19406 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules config.status"
19407 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
19409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19410 dlls/urlmon/tests: __builddeps__
19411 dlls/urlmon/tests/__crosstest__: __buildcrossdeps__"
19412 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19413 urlmon_test.exe"
19414 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19415 urlmon_test.exe: \$(TOPOBJDIR)/dlls/urlmon/tests/urlmon_test.exe$DLLEXT
19416 cp \$(TOPOBJDIR)/dlls/urlmon/tests/urlmon_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19417 urlmon_test.rc:
19418 echo \"urlmon_test.exe TESTRES \\\"urlmon_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19419 urlmon_test.res: urlmon_test.rc urlmon_test.exe"
19420 ALL_DIRS="$ALL_DIRS \\
19421 dlls/urlmon/tests"
19422 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19423 dlls/urlmon/tests"
19424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19425 \$(RECURSE_TARGETS:%=dlls/urlmon/tests/%) dlls/urlmon/tests: dlls/urlmon/tests/Makefile \$(MAKEDEP)
19426 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in Maketest.rules config.status"
19427 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
19429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19430 dlls/user.exe16 dlls/user.exe16/__install__ dlls/user.exe16/__install-lib__ dlls/user.exe16/__install-dev__: __builddeps__"
19431 ALL_DIRS="$ALL_DIRS \\
19432 dlls/user.exe16"
19433 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19434 dlls/user.exe16"
19435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19436 \$(RECURSE_TARGETS:%=dlls/user.exe16/%) dlls/user.exe16: dlls/user.exe16/Makefile \$(MAKEDEP)
19437 dlls/user.exe16/Makefile: dlls/user.exe16/Makefile.in dlls/Makedll.rules config.status"
19438 ac_config_files="$ac_config_files dlls/user.exe16/Makefile"
19440 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19441 dlls/user32/libuser32.$IMPLIBEXT"
19442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19443 dlls/user32/libuser32.$IMPLIBEXT dlls/user32/libuser32.cross.a: tools/widl tools/winebuild tools/winegcc include
19444 dlls/user32/libuser32.$IMPLIBEXT dlls/user32/libuser32.cross.a: dlls/user32/user32.spec dlls/user32/Makefile
19445 @cd dlls/user32 && \$(MAKE) \`basename \$@\`
19446 dlls/user32 dlls/user32/__install__ dlls/user32/__install-lib__ dlls/user32/__install-dev__: __builddeps__"
19447 ALL_DIRS="$ALL_DIRS \\
19448 dlls/user32"
19449 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19450 dlls/user32"
19451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19452 \$(RECURSE_TARGETS:%=dlls/user32/%) dlls/user32: dlls/user32/Makefile \$(MAKEDEP)
19453 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules config.status"
19454 ac_config_files="$ac_config_files dlls/user32/Makefile"
19456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19457 dlls/user32/tests: __builddeps__
19458 dlls/user32/tests/__crosstest__: __buildcrossdeps__"
19459 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19460 user32_test.exe"
19461 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19462 user32_test.exe: \$(TOPOBJDIR)/dlls/user32/tests/user32_test.exe$DLLEXT
19463 cp \$(TOPOBJDIR)/dlls/user32/tests/user32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19464 user32_test.rc:
19465 echo \"user32_test.exe TESTRES \\\"user32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19466 user32_test.res: user32_test.rc user32_test.exe"
19467 ALL_DIRS="$ALL_DIRS \\
19468 dlls/user32/tests"
19469 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19470 dlls/user32/tests"
19471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19472 \$(RECURSE_TARGETS:%=dlls/user32/tests/%) dlls/user32/tests: dlls/user32/tests/Makefile \$(MAKEDEP)
19473 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in Maketest.rules config.status"
19474 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
19476 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19477 dlls/userenv/libuserenv.$IMPLIBEXT"
19478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19479 dlls/userenv/libuserenv.$IMPLIBEXT dlls/userenv/libuserenv.cross.a: tools/widl tools/winebuild tools/winegcc include
19480 dlls/userenv/libuserenv.$IMPLIBEXT dlls/userenv/libuserenv.cross.a: dlls/userenv/userenv.spec dlls/userenv/Makefile
19481 @cd dlls/userenv && \$(MAKE) \`basename \$@\`
19482 dlls/userenv dlls/userenv/__install__ dlls/userenv/__install-lib__ dlls/userenv/__install-dev__: __builddeps__"
19483 ALL_DIRS="$ALL_DIRS \\
19484 dlls/userenv"
19485 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19486 dlls/userenv"
19487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19488 \$(RECURSE_TARGETS:%=dlls/userenv/%) dlls/userenv: dlls/userenv/Makefile \$(MAKEDEP)
19489 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules config.status"
19490 ac_config_files="$ac_config_files dlls/userenv/Makefile"
19492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19493 dlls/userenv/tests: __builddeps__
19494 dlls/userenv/tests/__crosstest__: __buildcrossdeps__"
19495 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19496 userenv_test.exe"
19497 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19498 userenv_test.exe: \$(TOPOBJDIR)/dlls/userenv/tests/userenv_test.exe$DLLEXT
19499 cp \$(TOPOBJDIR)/dlls/userenv/tests/userenv_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19500 userenv_test.rc:
19501 echo \"userenv_test.exe TESTRES \\\"userenv_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19502 userenv_test.res: userenv_test.rc userenv_test.exe"
19503 ALL_DIRS="$ALL_DIRS \\
19504 dlls/userenv/tests"
19505 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19506 dlls/userenv/tests"
19507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19508 \$(RECURSE_TARGETS:%=dlls/userenv/tests/%) dlls/userenv/tests: dlls/userenv/tests/Makefile \$(MAKEDEP)
19509 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in Maketest.rules config.status"
19510 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
19512 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19513 dlls/usp10/libusp10.$IMPLIBEXT"
19514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19515 dlls/usp10/libusp10.$IMPLIBEXT dlls/usp10/libusp10.cross.a: tools/widl tools/winebuild tools/winegcc include
19516 dlls/usp10/libusp10.$IMPLIBEXT dlls/usp10/libusp10.cross.a: dlls/usp10/usp10.spec dlls/usp10/Makefile
19517 @cd dlls/usp10 && \$(MAKE) \`basename \$@\`
19518 dlls/usp10 dlls/usp10/__install__ dlls/usp10/__install-lib__ dlls/usp10/__install-dev__: __builddeps__"
19519 ALL_DIRS="$ALL_DIRS \\
19520 dlls/usp10"
19521 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19522 dlls/usp10"
19523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19524 \$(RECURSE_TARGETS:%=dlls/usp10/%) dlls/usp10: dlls/usp10/Makefile \$(MAKEDEP)
19525 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules config.status"
19526 ac_config_files="$ac_config_files dlls/usp10/Makefile"
19528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19529 dlls/usp10/tests: __builddeps__
19530 dlls/usp10/tests/__crosstest__: __buildcrossdeps__"
19531 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19532 usp10_test.exe"
19533 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19534 usp10_test.exe: \$(TOPOBJDIR)/dlls/usp10/tests/usp10_test.exe$DLLEXT
19535 cp \$(TOPOBJDIR)/dlls/usp10/tests/usp10_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19536 usp10_test.rc:
19537 echo \"usp10_test.exe TESTRES \\\"usp10_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19538 usp10_test.res: usp10_test.rc usp10_test.exe"
19539 ALL_DIRS="$ALL_DIRS \\
19540 dlls/usp10/tests"
19541 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19542 dlls/usp10/tests"
19543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19544 \$(RECURSE_TARGETS:%=dlls/usp10/tests/%) dlls/usp10/tests: dlls/usp10/tests/Makefile \$(MAKEDEP)
19545 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in Maketest.rules config.status"
19546 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
19548 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
19549 dlls/uuid/libuuid.a"
19550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19551 dlls/uuid: tools/widl tools/winebuild tools/winegcc include
19552 dlls/uuid/__install__ dlls/uuid/__install-dev__: dlls/uuid
19553 dlls/uuid/libuuid.cross.a: dlls/uuid/Makefile tools/widl tools/winebuild tools/winegcc include dummy
19554 @cd dlls/uuid && \$(MAKE) \`basename \$@\`"
19555 ALL_DIRS="$ALL_DIRS \\
19556 dlls/uuid"
19557 test "x$enable_uuid" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
19558 dlls/uuid"
19559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19560 \$(RECURSE_TARGETS:%=dlls/uuid/%) dlls/uuid: dlls/uuid/Makefile \$(MAKEDEP)
19561 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules config.status"
19562 ac_config_files="$ac_config_files dlls/uuid/Makefile"
19564 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19565 dlls/uxtheme/libuxtheme.$IMPLIBEXT"
19566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19567 dlls/uxtheme/libuxtheme.$IMPLIBEXT dlls/uxtheme/libuxtheme.cross.a: tools/widl tools/winebuild tools/winegcc include
19568 dlls/uxtheme/libuxtheme.$IMPLIBEXT dlls/uxtheme/libuxtheme.cross.a: dlls/uxtheme/uxtheme.spec dlls/uxtheme/Makefile
19569 @cd dlls/uxtheme && \$(MAKE) \`basename \$@\`
19570 dlls/uxtheme dlls/uxtheme/__install__ dlls/uxtheme/__install-lib__ dlls/uxtheme/__install-dev__: __builddeps__"
19571 ALL_DIRS="$ALL_DIRS \\
19572 dlls/uxtheme"
19573 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19574 dlls/uxtheme"
19575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19576 \$(RECURSE_TARGETS:%=dlls/uxtheme/%) dlls/uxtheme: dlls/uxtheme/Makefile \$(MAKEDEP)
19577 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules config.status"
19578 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
19580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19581 dlls/uxtheme/tests: __builddeps__
19582 dlls/uxtheme/tests/__crosstest__: __buildcrossdeps__"
19583 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19584 uxtheme_test.exe"
19585 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19586 uxtheme_test.exe: \$(TOPOBJDIR)/dlls/uxtheme/tests/uxtheme_test.exe$DLLEXT
19587 cp \$(TOPOBJDIR)/dlls/uxtheme/tests/uxtheme_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19588 uxtheme_test.rc:
19589 echo \"uxtheme_test.exe TESTRES \\\"uxtheme_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19590 uxtheme_test.res: uxtheme_test.rc uxtheme_test.exe"
19591 ALL_DIRS="$ALL_DIRS \\
19592 dlls/uxtheme/tests"
19593 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19594 dlls/uxtheme/tests"
19595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19596 \$(RECURSE_TARGETS:%=dlls/uxtheme/tests/%) dlls/uxtheme/tests: dlls/uxtheme/tests/Makefile \$(MAKEDEP)
19597 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in Maketest.rules config.status"
19598 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
19600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19601 dlls/vdhcp.vxd dlls/vdhcp.vxd/__install__ dlls/vdhcp.vxd/__install-lib__ dlls/vdhcp.vxd/__install-dev__: __builddeps__"
19602 ALL_DIRS="$ALL_DIRS \\
19603 dlls/vdhcp.vxd"
19604 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19605 dlls/vdhcp.vxd"
19606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19607 \$(RECURSE_TARGETS:%=dlls/vdhcp.vxd/%) dlls/vdhcp.vxd: dlls/vdhcp.vxd/Makefile \$(MAKEDEP)
19608 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules config.status"
19609 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
19611 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19612 dlls/vdmdbg/libvdmdbg.$IMPLIBEXT"
19613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19614 dlls/vdmdbg/libvdmdbg.$IMPLIBEXT dlls/vdmdbg/libvdmdbg.cross.a: tools/widl tools/winebuild tools/winegcc include
19615 dlls/vdmdbg/libvdmdbg.$IMPLIBEXT dlls/vdmdbg/libvdmdbg.cross.a: dlls/vdmdbg/vdmdbg.spec dlls/vdmdbg/Makefile
19616 @cd dlls/vdmdbg && \$(MAKE) \`basename \$@\`
19617 dlls/vdmdbg dlls/vdmdbg/__install__ dlls/vdmdbg/__install-lib__ dlls/vdmdbg/__install-dev__: __builddeps__"
19618 ALL_DIRS="$ALL_DIRS \\
19619 dlls/vdmdbg"
19620 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19621 dlls/vdmdbg"
19622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19623 \$(RECURSE_TARGETS:%=dlls/vdmdbg/%) dlls/vdmdbg: dlls/vdmdbg/Makefile \$(MAKEDEP)
19624 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules config.status"
19625 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
19627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19628 dlls/ver.dll16 dlls/ver.dll16/__install__ dlls/ver.dll16/__install-lib__ dlls/ver.dll16/__install-dev__: __builddeps__"
19629 ALL_DIRS="$ALL_DIRS \\
19630 dlls/ver.dll16"
19631 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19632 dlls/ver.dll16"
19633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19634 \$(RECURSE_TARGETS:%=dlls/ver.dll16/%) dlls/ver.dll16: dlls/ver.dll16/Makefile \$(MAKEDEP)
19635 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules config.status"
19636 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
19638 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19639 dlls/version/libversion.$IMPLIBEXT"
19640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19641 dlls/version/libversion.$IMPLIBEXT dlls/version/libversion.cross.a: tools/widl tools/winebuild tools/winegcc include
19642 dlls/version/libversion.$IMPLIBEXT dlls/version/libversion.cross.a: dlls/version/version.spec dlls/version/Makefile
19643 @cd dlls/version && \$(MAKE) \`basename \$@\`
19644 dlls/version dlls/version/__install__ dlls/version/__install-lib__ dlls/version/__install-dev__: __builddeps__"
19645 ALL_DIRS="$ALL_DIRS \\
19646 dlls/version"
19647 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19648 dlls/version"
19649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19650 \$(RECURSE_TARGETS:%=dlls/version/%) dlls/version: dlls/version/Makefile \$(MAKEDEP)
19651 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules config.status"
19652 ac_config_files="$ac_config_files dlls/version/Makefile"
19654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19655 dlls/version/tests: __builddeps__
19656 dlls/version/tests/__crosstest__: __buildcrossdeps__"
19657 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19658 version_test.exe"
19659 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19660 version_test.exe: \$(TOPOBJDIR)/dlls/version/tests/version_test.exe$DLLEXT
19661 cp \$(TOPOBJDIR)/dlls/version/tests/version_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19662 version_test.rc:
19663 echo \"version_test.exe TESTRES \\\"version_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19664 version_test.res: version_test.rc version_test.exe"
19665 ALL_DIRS="$ALL_DIRS \\
19666 dlls/version/tests"
19667 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19668 dlls/version/tests"
19669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19670 \$(RECURSE_TARGETS:%=dlls/version/tests/%) dlls/version/tests: dlls/version/tests/Makefile \$(MAKEDEP)
19671 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in Maketest.rules config.status"
19672 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
19674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19675 dlls/vmm.vxd dlls/vmm.vxd/__install__ dlls/vmm.vxd/__install-lib__ dlls/vmm.vxd/__install-dev__: __builddeps__"
19676 ALL_DIRS="$ALL_DIRS \\
19677 dlls/vmm.vxd"
19678 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19679 dlls/vmm.vxd"
19680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19681 \$(RECURSE_TARGETS:%=dlls/vmm.vxd/%) dlls/vmm.vxd: dlls/vmm.vxd/Makefile \$(MAKEDEP)
19682 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules config.status"
19683 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
19685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19686 dlls/vnbt.vxd dlls/vnbt.vxd/__install__ dlls/vnbt.vxd/__install-lib__ dlls/vnbt.vxd/__install-dev__: __builddeps__"
19687 ALL_DIRS="$ALL_DIRS \\
19688 dlls/vnbt.vxd"
19689 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19690 dlls/vnbt.vxd"
19691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19692 \$(RECURSE_TARGETS:%=dlls/vnbt.vxd/%) dlls/vnbt.vxd: dlls/vnbt.vxd/Makefile \$(MAKEDEP)
19693 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules config.status"
19694 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
19696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19697 dlls/vnetbios.vxd dlls/vnetbios.vxd/__install__ dlls/vnetbios.vxd/__install-lib__ dlls/vnetbios.vxd/__install-dev__: __builddeps__"
19698 ALL_DIRS="$ALL_DIRS \\
19699 dlls/vnetbios.vxd"
19700 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19701 dlls/vnetbios.vxd"
19702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19703 \$(RECURSE_TARGETS:%=dlls/vnetbios.vxd/%) dlls/vnetbios.vxd: dlls/vnetbios.vxd/Makefile \$(MAKEDEP)
19704 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules config.status"
19705 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
19707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19708 dlls/vtdapi.vxd dlls/vtdapi.vxd/__install__ dlls/vtdapi.vxd/__install-lib__ dlls/vtdapi.vxd/__install-dev__: __builddeps__"
19709 ALL_DIRS="$ALL_DIRS \\
19710 dlls/vtdapi.vxd"
19711 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19712 dlls/vtdapi.vxd"
19713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19714 \$(RECURSE_TARGETS:%=dlls/vtdapi.vxd/%) dlls/vtdapi.vxd: dlls/vtdapi.vxd/Makefile \$(MAKEDEP)
19715 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules config.status"
19716 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
19718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19719 dlls/vwin32.vxd dlls/vwin32.vxd/__install__ dlls/vwin32.vxd/__install-lib__ dlls/vwin32.vxd/__install-dev__: __builddeps__"
19720 ALL_DIRS="$ALL_DIRS \\
19721 dlls/vwin32.vxd"
19722 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19723 dlls/vwin32.vxd"
19724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19725 \$(RECURSE_TARGETS:%=dlls/vwin32.vxd/%) dlls/vwin32.vxd: dlls/vwin32.vxd/Makefile \$(MAKEDEP)
19726 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules config.status"
19727 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
19729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19730 dlls/w32skrnl dlls/w32skrnl/__install__ dlls/w32skrnl/__install-lib__ dlls/w32skrnl/__install-dev__: __builddeps__"
19731 ALL_DIRS="$ALL_DIRS \\
19732 dlls/w32skrnl"
19733 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19734 dlls/w32skrnl"
19735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19736 \$(RECURSE_TARGETS:%=dlls/w32skrnl/%) dlls/w32skrnl: dlls/w32skrnl/Makefile \$(MAKEDEP)
19737 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules config.status"
19738 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
19740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19741 dlls/w32sys.dll16 dlls/w32sys.dll16/__install__ dlls/w32sys.dll16/__install-lib__ dlls/w32sys.dll16/__install-dev__: __builddeps__"
19742 ALL_DIRS="$ALL_DIRS \\
19743 dlls/w32sys.dll16"
19744 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19745 dlls/w32sys.dll16"
19746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19747 \$(RECURSE_TARGETS:%=dlls/w32sys.dll16/%) dlls/w32sys.dll16: dlls/w32sys.dll16/Makefile \$(MAKEDEP)
19748 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules config.status"
19749 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
19751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19752 dlls/wbemprox dlls/wbemprox/__install__ dlls/wbemprox/__install-lib__ dlls/wbemprox/__install-dev__: __builddeps__"
19753 ALL_DIRS="$ALL_DIRS \\
19754 dlls/wbemprox"
19755 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19756 dlls/wbemprox"
19757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19758 \$(RECURSE_TARGETS:%=dlls/wbemprox/%) dlls/wbemprox: dlls/wbemprox/Makefile \$(MAKEDEP)
19759 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules config.status"
19760 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
19762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19763 dlls/wiaservc dlls/wiaservc/__install__ dlls/wiaservc/__install-lib__ dlls/wiaservc/__install-dev__: __builddeps__"
19764 ALL_DIRS="$ALL_DIRS \\
19765 dlls/wiaservc"
19766 test "x$enable_wiaservc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19767 dlls/wiaservc"
19768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19769 \$(RECURSE_TARGETS:%=dlls/wiaservc/%) dlls/wiaservc: dlls/wiaservc/Makefile \$(MAKEDEP)
19770 dlls/wiaservc/Makefile: dlls/wiaservc/Makefile.in dlls/Makedll.rules config.status"
19771 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
19773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19774 dlls/win32s16.dll16 dlls/win32s16.dll16/__install__ dlls/win32s16.dll16/__install-lib__ dlls/win32s16.dll16/__install-dev__: __builddeps__"
19775 ALL_DIRS="$ALL_DIRS \\
19776 dlls/win32s16.dll16"
19777 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19778 dlls/win32s16.dll16"
19779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19780 \$(RECURSE_TARGETS:%=dlls/win32s16.dll16/%) dlls/win32s16.dll16: dlls/win32s16.dll16/Makefile \$(MAKEDEP)
19781 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules config.status"
19782 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
19784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19785 dlls/win87em.dll16 dlls/win87em.dll16/__install__ dlls/win87em.dll16/__install-lib__ dlls/win87em.dll16/__install-dev__: __builddeps__"
19786 ALL_DIRS="$ALL_DIRS \\
19787 dlls/win87em.dll16"
19788 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19789 dlls/win87em.dll16"
19790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19791 \$(RECURSE_TARGETS:%=dlls/win87em.dll16/%) dlls/win87em.dll16: dlls/win87em.dll16/Makefile \$(MAKEDEP)
19792 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules config.status"
19793 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
19795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19796 dlls/winaspi.dll16 dlls/winaspi.dll16/__install__ dlls/winaspi.dll16/__install-lib__ dlls/winaspi.dll16/__install-dev__: __builddeps__"
19797 ALL_DIRS="$ALL_DIRS \\
19798 dlls/winaspi.dll16"
19799 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19800 dlls/winaspi.dll16"
19801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19802 \$(RECURSE_TARGETS:%=dlls/winaspi.dll16/%) dlls/winaspi.dll16: dlls/winaspi.dll16/Makefile \$(MAKEDEP)
19803 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules config.status"
19804 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
19806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19807 dlls/windebug.dll16 dlls/windebug.dll16/__install__ dlls/windebug.dll16/__install-lib__ dlls/windebug.dll16/__install-dev__: __builddeps__"
19808 ALL_DIRS="$ALL_DIRS \\
19809 dlls/windebug.dll16"
19810 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19811 dlls/windebug.dll16"
19812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19813 \$(RECURSE_TARGETS:%=dlls/windebug.dll16/%) dlls/windebug.dll16: dlls/windebug.dll16/Makefile \$(MAKEDEP)
19814 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules config.status"
19815 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
19817 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19818 dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT"
19819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19820 dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT dlls/windowscodecs/libwindowscodecs.cross.a: tools/widl tools/winebuild tools/winegcc include
19821 dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT dlls/windowscodecs/libwindowscodecs.cross.a: dlls/windowscodecs/windowscodecs.spec dlls/windowscodecs/Makefile
19822 @cd dlls/windowscodecs && \$(MAKE) \`basename \$@\`
19823 dlls/windowscodecs dlls/windowscodecs/__install__ dlls/windowscodecs/__install-lib__ dlls/windowscodecs/__install-dev__: __builddeps__"
19824 ALL_DIRS="$ALL_DIRS \\
19825 dlls/windowscodecs"
19826 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19827 dlls/windowscodecs"
19828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19829 \$(RECURSE_TARGETS:%=dlls/windowscodecs/%) dlls/windowscodecs: dlls/windowscodecs/Makefile \$(MAKEDEP)
19830 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules config.status"
19831 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
19833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19834 dlls/windowscodecs/tests: __builddeps__
19835 dlls/windowscodecs/tests/__crosstest__: __buildcrossdeps__"
19836 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19837 windowscodecs_test.exe"
19838 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19839 windowscodecs_test.exe: \$(TOPOBJDIR)/dlls/windowscodecs/tests/windowscodecs_test.exe$DLLEXT
19840 cp \$(TOPOBJDIR)/dlls/windowscodecs/tests/windowscodecs_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19841 windowscodecs_test.rc:
19842 echo \"windowscodecs_test.exe TESTRES \\\"windowscodecs_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19843 windowscodecs_test.res: windowscodecs_test.rc windowscodecs_test.exe"
19844 ALL_DIRS="$ALL_DIRS \\
19845 dlls/windowscodecs/tests"
19846 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19847 dlls/windowscodecs/tests"
19848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19849 \$(RECURSE_TARGETS:%=dlls/windowscodecs/tests/%) dlls/windowscodecs/tests: dlls/windowscodecs/tests/Makefile \$(MAKEDEP)
19850 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in Maketest.rules config.status"
19851 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
19853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19854 dlls/winealsa.drv dlls/winealsa.drv/__install__ dlls/winealsa.drv/__install-lib__ dlls/winealsa.drv/__install-dev__: __builddeps__"
19855 ALL_DIRS="$ALL_DIRS \\
19856 dlls/winealsa.drv"
19857 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19858 dlls/winealsa.drv"
19859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19860 \$(RECURSE_TARGETS:%=dlls/winealsa.drv/%) dlls/winealsa.drv: dlls/winealsa.drv/Makefile \$(MAKEDEP)
19861 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules config.status"
19862 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
19864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19865 dlls/wineaudioio.drv dlls/wineaudioio.drv/__install__ dlls/wineaudioio.drv/__install-lib__ dlls/wineaudioio.drv/__install-dev__: __builddeps__"
19866 ALL_DIRS="$ALL_DIRS \\
19867 dlls/wineaudioio.drv"
19868 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19869 dlls/wineaudioio.drv"
19870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19871 \$(RECURSE_TARGETS:%=dlls/wineaudioio.drv/%) dlls/wineaudioio.drv: dlls/wineaudioio.drv/Makefile \$(MAKEDEP)
19872 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules config.status"
19873 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
19875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19876 dlls/winecoreaudio.drv dlls/winecoreaudio.drv/__install__ dlls/winecoreaudio.drv/__install-lib__ dlls/winecoreaudio.drv/__install-dev__: __builddeps__"
19877 ALL_DIRS="$ALL_DIRS \\
19878 dlls/winecoreaudio.drv"
19879 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19880 dlls/winecoreaudio.drv"
19881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19882 \$(RECURSE_TARGETS:%=dlls/winecoreaudio.drv/%) dlls/winecoreaudio.drv: dlls/winecoreaudio.drv/Makefile \$(MAKEDEP)
19883 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules config.status"
19884 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
19886 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
19887 dlls/winecrt0/libwinecrt0.a"
19888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19889 dlls/winecrt0: tools/widl tools/winebuild tools/winegcc include
19890 dlls/winecrt0/__install__ dlls/winecrt0/__install-dev__: dlls/winecrt0
19891 dlls/winecrt0/libwinecrt0.cross.a: dlls/winecrt0/Makefile tools/widl tools/winebuild tools/winegcc include dummy
19892 @cd dlls/winecrt0 && \$(MAKE) \`basename \$@\`"
19893 ALL_DIRS="$ALL_DIRS \\
19894 dlls/winecrt0"
19895 test "x$enable_winecrt0" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
19896 dlls/winecrt0"
19897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19898 \$(RECURSE_TARGETS:%=dlls/winecrt0/%) dlls/winecrt0: dlls/winecrt0/Makefile \$(MAKEDEP)
19899 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules config.status"
19900 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
19902 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19903 dlls/wined3d/libwined3d.$IMPLIBEXT"
19904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19905 dlls/wined3d/libwined3d.$IMPLIBEXT dlls/wined3d/libwined3d.cross.a: tools/widl tools/winebuild tools/winegcc include
19906 dlls/wined3d/libwined3d.$IMPLIBEXT dlls/wined3d/libwined3d.cross.a: dlls/wined3d/wined3d.spec dlls/wined3d/Makefile
19907 @cd dlls/wined3d && \$(MAKE) \`basename \$@\`
19908 dlls/wined3d dlls/wined3d/__install__ dlls/wined3d/__install-lib__ dlls/wined3d/__install-dev__: __builddeps__"
19909 ALL_DIRS="$ALL_DIRS \\
19910 dlls/wined3d"
19911 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19912 dlls/wined3d"
19913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19914 \$(RECURSE_TARGETS:%=dlls/wined3d/%) dlls/wined3d: dlls/wined3d/Makefile \$(MAKEDEP)
19915 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules config.status"
19916 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
19918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19919 dlls/wineesd.drv dlls/wineesd.drv/__install__ dlls/wineesd.drv/__install-lib__ dlls/wineesd.drv/__install-dev__: __builddeps__"
19920 ALL_DIRS="$ALL_DIRS \\
19921 dlls/wineesd.drv"
19922 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19923 dlls/wineesd.drv"
19924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19925 \$(RECURSE_TARGETS:%=dlls/wineesd.drv/%) dlls/wineesd.drv: dlls/wineesd.drv/Makefile \$(MAKEDEP)
19926 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules config.status"
19927 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
19929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19930 dlls/winejack.drv dlls/winejack.drv/__install__ dlls/winejack.drv/__install-lib__ dlls/winejack.drv/__install-dev__: __builddeps__"
19931 ALL_DIRS="$ALL_DIRS \\
19932 dlls/winejack.drv"
19933 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19934 dlls/winejack.drv"
19935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19936 \$(RECURSE_TARGETS:%=dlls/winejack.drv/%) dlls/winejack.drv: dlls/winejack.drv/Makefile \$(MAKEDEP)
19937 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules config.status"
19938 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
19940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19941 dlls/winejoystick.drv dlls/winejoystick.drv/__install__ dlls/winejoystick.drv/__install-lib__ dlls/winejoystick.drv/__install-dev__: __builddeps__"
19942 ALL_DIRS="$ALL_DIRS \\
19943 dlls/winejoystick.drv"
19944 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19945 dlls/winejoystick.drv"
19946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19947 \$(RECURSE_TARGETS:%=dlls/winejoystick.drv/%) dlls/winejoystick.drv: dlls/winejoystick.drv/Makefile \$(MAKEDEP)
19948 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules config.status"
19949 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
19951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19952 dlls/winemapi dlls/winemapi/__install__ dlls/winemapi/__install-lib__ dlls/winemapi/__install-dev__: __builddeps__"
19953 ALL_DIRS="$ALL_DIRS \\
19954 dlls/winemapi"
19955 test "x$enable_winemapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19956 dlls/winemapi"
19957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19958 \$(RECURSE_TARGETS:%=dlls/winemapi/%) dlls/winemapi: dlls/winemapi/Makefile \$(MAKEDEP)
19959 dlls/winemapi/Makefile: dlls/winemapi/Makefile.in dlls/Makedll.rules config.status"
19960 ac_config_files="$ac_config_files dlls/winemapi/Makefile"
19962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19963 dlls/winemp3.acm dlls/winemp3.acm/__install__ dlls/winemp3.acm/__install-lib__ dlls/winemp3.acm/__install-dev__: __builddeps__"
19964 ALL_DIRS="$ALL_DIRS \\
19965 dlls/winemp3.acm"
19966 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19967 dlls/winemp3.acm"
19968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19969 \$(RECURSE_TARGETS:%=dlls/winemp3.acm/%) dlls/winemp3.acm: dlls/winemp3.acm/Makefile \$(MAKEDEP)
19970 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules config.status"
19971 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
19973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19974 dlls/winenas.drv dlls/winenas.drv/__install__ dlls/winenas.drv/__install-lib__ dlls/winenas.drv/__install-dev__: __builddeps__"
19975 ALL_DIRS="$ALL_DIRS \\
19976 dlls/winenas.drv"
19977 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19978 dlls/winenas.drv"
19979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19980 \$(RECURSE_TARGETS:%=dlls/winenas.drv/%) dlls/winenas.drv: dlls/winenas.drv/Makefile \$(MAKEDEP)
19981 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules config.status"
19982 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
19984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19985 dlls/wineoss.drv dlls/wineoss.drv/__install__ dlls/wineoss.drv/__install-lib__ dlls/wineoss.drv/__install-dev__: __builddeps__"
19986 ALL_DIRS="$ALL_DIRS \\
19987 dlls/wineoss.drv"
19988 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19989 dlls/wineoss.drv"
19990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19991 \$(RECURSE_TARGETS:%=dlls/wineoss.drv/%) dlls/wineoss.drv: dlls/wineoss.drv/Makefile \$(MAKEDEP)
19992 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules config.status"
19993 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
19995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19996 dlls/wineps.drv dlls/wineps.drv/__install__ dlls/wineps.drv/__install-lib__ dlls/wineps.drv/__install-dev__: __builddeps__"
19997 ALL_DIRS="$ALL_DIRS \\
19998 dlls/wineps.drv"
19999 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20000 dlls/wineps.drv"
20001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20002 \$(RECURSE_TARGETS:%=dlls/wineps.drv/%) dlls/wineps.drv: dlls/wineps.drv/Makefile \$(MAKEDEP)
20003 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules config.status"
20004 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
20006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20007 dlls/wineps16.drv16 dlls/wineps16.drv16/__install__ dlls/wineps16.drv16/__install-lib__ dlls/wineps16.drv16/__install-dev__: __builddeps__"
20008 ALL_DIRS="$ALL_DIRS \\
20009 dlls/wineps16.drv16"
20010 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20011 dlls/wineps16.drv16"
20012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20013 \$(RECURSE_TARGETS:%=dlls/wineps16.drv16/%) dlls/wineps16.drv16: dlls/wineps16.drv16/Makefile \$(MAKEDEP)
20014 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules config.status"
20015 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
20017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20018 dlls/winequartz.drv dlls/winequartz.drv/__install__ dlls/winequartz.drv/__install-lib__ dlls/winequartz.drv/__install-dev__: __builddeps__"
20019 ALL_DIRS="$ALL_DIRS \\
20020 dlls/winequartz.drv"
20021 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20022 dlls/winequartz.drv"
20023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20024 \$(RECURSE_TARGETS:%=dlls/winequartz.drv/%) dlls/winequartz.drv: dlls/winequartz.drv/Makefile \$(MAKEDEP)
20025 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules config.status"
20026 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
20028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20029 dlls/winex11.drv dlls/winex11.drv/__install__ dlls/winex11.drv/__install-lib__ dlls/winex11.drv/__install-dev__: __builddeps__"
20030 ALL_DIRS="$ALL_DIRS \\
20031 dlls/winex11.drv"
20032 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20033 dlls/winex11.drv"
20034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20035 \$(RECURSE_TARGETS:%=dlls/winex11.drv/%) dlls/winex11.drv: dlls/winex11.drv/Makefile \$(MAKEDEP)
20036 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules config.status"
20037 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
20039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20040 dlls/wing.dll16 dlls/wing.dll16/__install__ dlls/wing.dll16/__install-lib__ dlls/wing.dll16/__install-dev__: __builddeps__"
20041 ALL_DIRS="$ALL_DIRS \\
20042 dlls/wing.dll16"
20043 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20044 dlls/wing.dll16"
20045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20046 \$(RECURSE_TARGETS:%=dlls/wing.dll16/%) dlls/wing.dll16: dlls/wing.dll16/Makefile \$(MAKEDEP)
20047 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules config.status"
20048 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
20050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20051 dlls/wing32 dlls/wing32/__install__ dlls/wing32/__install-lib__ dlls/wing32/__install-dev__: __builddeps__"
20052 ALL_DIRS="$ALL_DIRS \\
20053 dlls/wing32"
20054 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20055 dlls/wing32"
20056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20057 \$(RECURSE_TARGETS:%=dlls/wing32/%) dlls/wing32: dlls/wing32/Makefile \$(MAKEDEP)
20058 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules config.status"
20059 ac_config_files="$ac_config_files dlls/wing32/Makefile"
20061 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20062 dlls/winhttp/libwinhttp.$IMPLIBEXT"
20063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20064 dlls/winhttp/libwinhttp.$IMPLIBEXT dlls/winhttp/libwinhttp.cross.a: tools/widl tools/winebuild tools/winegcc include
20065 dlls/winhttp/libwinhttp.$IMPLIBEXT dlls/winhttp/libwinhttp.cross.a: dlls/winhttp/winhttp.spec dlls/winhttp/Makefile
20066 @cd dlls/winhttp && \$(MAKE) \`basename \$@\`
20067 dlls/winhttp dlls/winhttp/__install__ dlls/winhttp/__install-lib__ dlls/winhttp/__install-dev__: __builddeps__"
20068 ALL_DIRS="$ALL_DIRS \\
20069 dlls/winhttp"
20070 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20071 dlls/winhttp"
20072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20073 \$(RECURSE_TARGETS:%=dlls/winhttp/%) dlls/winhttp: dlls/winhttp/Makefile \$(MAKEDEP)
20074 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules config.status"
20075 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
20077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20078 dlls/winhttp/tests: __builddeps__
20079 dlls/winhttp/tests/__crosstest__: __buildcrossdeps__"
20080 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
20081 winhttp_test.exe"
20082 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
20083 winhttp_test.exe: \$(TOPOBJDIR)/dlls/winhttp/tests/winhttp_test.exe$DLLEXT
20084 cp \$(TOPOBJDIR)/dlls/winhttp/tests/winhttp_test.exe$DLLEXT \$@ && \$(STRIP) \$@
20085 winhttp_test.rc:
20086 echo \"winhttp_test.exe TESTRES \\\"winhttp_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
20087 winhttp_test.res: winhttp_test.rc winhttp_test.exe"
20088 ALL_DIRS="$ALL_DIRS \\
20089 dlls/winhttp/tests"
20090 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
20091 dlls/winhttp/tests"
20092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20093 \$(RECURSE_TARGETS:%=dlls/winhttp/tests/%) dlls/winhttp/tests: dlls/winhttp/tests/Makefile \$(MAKEDEP)
20094 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in Maketest.rules config.status"
20095 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
20097 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20098 dlls/wininet/libwininet.$IMPLIBEXT"
20099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20100 dlls/wininet/libwininet.$IMPLIBEXT dlls/wininet/libwininet.cross.a: tools/widl tools/winebuild tools/winegcc include
20101 dlls/wininet/libwininet.$IMPLIBEXT dlls/wininet/libwininet.cross.a: dlls/wininet/wininet.spec dlls/wininet/Makefile
20102 @cd dlls/wininet && \$(MAKE) \`basename \$@\`
20103 dlls/wininet dlls/wininet/__install__ dlls/wininet/__install-lib__ dlls/wininet/__install-dev__: __builddeps__"
20104 ALL_DIRS="$ALL_DIRS \\
20105 dlls/wininet"
20106 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20107 dlls/wininet"
20108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20109 \$(RECURSE_TARGETS:%=dlls/wininet/%) dlls/wininet: dlls/wininet/Makefile \$(MAKEDEP)
20110 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules config.status"
20111 ac_config_files="$ac_config_files dlls/wininet/Makefile"
20113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20114 dlls/wininet/tests: __builddeps__
20115 dlls/wininet/tests/__crosstest__: __buildcrossdeps__"
20116 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
20117 wininet_test.exe"
20118 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
20119 wininet_test.exe: \$(TOPOBJDIR)/dlls/wininet/tests/wininet_test.exe$DLLEXT
20120 cp \$(TOPOBJDIR)/dlls/wininet/tests/wininet_test.exe$DLLEXT \$@ && \$(STRIP) \$@
20121 wininet_test.rc:
20122 echo \"wininet_test.exe TESTRES \\\"wininet_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
20123 wininet_test.res: wininet_test.rc wininet_test.exe"
20124 ALL_DIRS="$ALL_DIRS \\
20125 dlls/wininet/tests"
20126 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
20127 dlls/wininet/tests"
20128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20129 \$(RECURSE_TARGETS:%=dlls/wininet/tests/%) dlls/wininet/tests: dlls/wininet/tests/Makefile \$(MAKEDEP)
20130 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in Maketest.rules config.status"
20131 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
20133 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20134 dlls/winmm/libwinmm.$IMPLIBEXT"
20135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20136 dlls/winmm/libwinmm.$IMPLIBEXT dlls/winmm/libwinmm.cross.a: tools/widl tools/winebuild tools/winegcc include
20137 dlls/winmm/libwinmm.$IMPLIBEXT dlls/winmm/libwinmm.cross.a: dlls/winmm/winmm.spec dlls/winmm/Makefile
20138 @cd dlls/winmm && \$(MAKE) \`basename \$@\`
20139 dlls/winmm dlls/winmm/__install__ dlls/winmm/__install-lib__ dlls/winmm/__install-dev__: __builddeps__"
20140 ALL_DIRS="$ALL_DIRS \\
20141 dlls/winmm"
20142 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20143 dlls/winmm"
20144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20145 \$(RECURSE_TARGETS:%=dlls/winmm/%) dlls/winmm: dlls/winmm/Makefile \$(MAKEDEP)
20146 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules config.status"
20147 ac_config_files="$ac_config_files dlls/winmm/Makefile"
20149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20150 dlls/winmm/tests: __builddeps__
20151 dlls/winmm/tests/__crosstest__: __buildcrossdeps__"
20152 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
20153 winmm_test.exe"
20154 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
20155 winmm_test.exe: \$(TOPOBJDIR)/dlls/winmm/tests/winmm_test.exe$DLLEXT
20156 cp \$(TOPOBJDIR)/dlls/winmm/tests/winmm_test.exe$DLLEXT \$@ && \$(STRIP) \$@
20157 winmm_test.rc:
20158 echo \"winmm_test.exe TESTRES \\\"winmm_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
20159 winmm_test.res: winmm_test.rc winmm_test.exe"
20160 ALL_DIRS="$ALL_DIRS \\
20161 dlls/winmm/tests"
20162 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
20163 dlls/winmm/tests"
20164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20165 \$(RECURSE_TARGETS:%=dlls/winmm/tests/%) dlls/winmm/tests: dlls/winmm/tests/Makefile \$(MAKEDEP)
20166 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in Maketest.rules config.status"
20167 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
20169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20170 dlls/winnls.dll16 dlls/winnls.dll16/__install__ dlls/winnls.dll16/__install-lib__ dlls/winnls.dll16/__install-dev__: __builddeps__"
20171 ALL_DIRS="$ALL_DIRS \\
20172 dlls/winnls.dll16"
20173 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20174 dlls/winnls.dll16"
20175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20176 \$(RECURSE_TARGETS:%=dlls/winnls.dll16/%) dlls/winnls.dll16: dlls/winnls.dll16/Makefile \$(MAKEDEP)
20177 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules config.status"
20178 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
20180 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20181 dlls/winnls32/libwinnls32.$IMPLIBEXT"
20182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20183 dlls/winnls32/libwinnls32.$IMPLIBEXT dlls/winnls32/libwinnls32.cross.a: tools/widl tools/winebuild tools/winegcc include
20184 dlls/winnls32/libwinnls32.$IMPLIBEXT dlls/winnls32/libwinnls32.cross.a: dlls/winnls32/winnls32.spec dlls/winnls32/Makefile
20185 @cd dlls/winnls32 && \$(MAKE) \`basename \$@\`
20186 dlls/winnls32 dlls/winnls32/__install__ dlls/winnls32/__install-lib__ dlls/winnls32/__install-dev__: __builddeps__"
20187 ALL_DIRS="$ALL_DIRS \\
20188 dlls/winnls32"
20189 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20190 dlls/winnls32"
20191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20192 \$(RECURSE_TARGETS:%=dlls/winnls32/%) dlls/winnls32: dlls/winnls32/Makefile \$(MAKEDEP)
20193 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules config.status"
20194 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
20196 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20197 dlls/winscard/libwinscard.$IMPLIBEXT"
20198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20199 dlls/winscard/libwinscard.$IMPLIBEXT dlls/winscard/libwinscard.cross.a: tools/widl tools/winebuild tools/winegcc include
20200 dlls/winscard/libwinscard.$IMPLIBEXT dlls/winscard/libwinscard.cross.a: dlls/winscard/winscard.spec dlls/winscard/Makefile
20201 @cd dlls/winscard && \$(MAKE) \`basename \$@\`
20202 dlls/winscard dlls/winscard/__install__ dlls/winscard/__install-lib__ dlls/winscard/__install-dev__: __builddeps__"
20203 ALL_DIRS="$ALL_DIRS \\
20204 dlls/winscard"
20205 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20206 dlls/winscard"
20207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20208 \$(RECURSE_TARGETS:%=dlls/winscard/%) dlls/winscard: dlls/winscard/Makefile \$(MAKEDEP)
20209 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules config.status"
20210 ac_config_files="$ac_config_files dlls/winscard/Makefile"
20212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20213 dlls/winsock.dll16 dlls/winsock.dll16/__install__ dlls/winsock.dll16/__install-lib__ dlls/winsock.dll16/__install-dev__: __builddeps__"
20214 ALL_DIRS="$ALL_DIRS \\
20215 dlls/winsock.dll16"
20216 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20217 dlls/winsock.dll16"
20218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20219 \$(RECURSE_TARGETS:%=dlls/winsock.dll16/%) dlls/winsock.dll16: dlls/winsock.dll16/Makefile \$(MAKEDEP)
20220 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules config.status"
20221 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
20223 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20224 dlls/winspool.drv/libwinspool.$IMPLIBEXT \\
20225 dlls/libwinspool.$IMPLIBEXT"
20226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20227 dlls/winspool.drv/libwinspool.$IMPLIBEXT dlls/winspool.drv/libwinspool.cross.a: tools/widl tools/winebuild tools/winegcc include
20228 dlls/libwinspool.$IMPLIBEXT: dlls/winspool.drv/libwinspool.$IMPLIBEXT
20229 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.$IMPLIBEXT \$@
20230 dlls/libwinspool.cross.a: dlls/winspool.drv/libwinspool.cross.a
20231 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.cross.a \$@
20232 clean::
20233 \$(RM) dlls/libwinspool.$IMPLIBEXT
20234 dlls/winspool.drv/libwinspool.$IMPLIBEXT dlls/winspool.drv/libwinspool.cross.a: dlls/winspool.drv/winspool.drv.spec dlls/winspool.drv/Makefile
20235 @cd dlls/winspool.drv && \$(MAKE) \`basename \$@\`
20236 dlls/winspool.drv dlls/winspool.drv/__install__ dlls/winspool.drv/__install-lib__ dlls/winspool.drv/__install-dev__: __builddeps__"
20237 ALL_DIRS="$ALL_DIRS \\
20238 dlls/winspool.drv"
20239 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20240 dlls/winspool.drv"
20241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20242 \$(RECURSE_TARGETS:%=dlls/winspool.drv/%) dlls/winspool.drv: dlls/winspool.drv/Makefile \$(MAKEDEP)
20243 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules config.status"
20244 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
20246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20247 dlls/winspool.drv/tests: __builddeps__
20248 dlls/winspool.drv/tests/__crosstest__: __buildcrossdeps__"
20249 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
20250 winspool.drv_test.exe"
20251 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
20252 winspool.drv_test.exe: \$(TOPOBJDIR)/dlls/winspool.drv/tests/winspool.drv_test.exe$DLLEXT
20253 cp \$(TOPOBJDIR)/dlls/winspool.drv/tests/winspool.drv_test.exe$DLLEXT \$@ && \$(STRIP) \$@
20254 winspool.drv_test.rc:
20255 echo \"winspool.drv_test.exe TESTRES \\\"winspool.drv_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
20256 winspool.drv_test.res: winspool.drv_test.rc winspool.drv_test.exe"
20257 ALL_DIRS="$ALL_DIRS \\
20258 dlls/winspool.drv/tests"
20259 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
20260 dlls/winspool.drv/tests"
20261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20262 \$(RECURSE_TARGETS:%=dlls/winspool.drv/tests/%) dlls/winspool.drv/tests: dlls/winspool.drv/tests/Makefile \$(MAKEDEP)
20263 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in Maketest.rules config.status"
20264 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
20266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20267 dlls/wintab.dll16 dlls/wintab.dll16/__install__ dlls/wintab.dll16/__install-lib__ dlls/wintab.dll16/__install-dev__: __builddeps__"
20268 ALL_DIRS="$ALL_DIRS \\
20269 dlls/wintab.dll16"
20270 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20271 dlls/wintab.dll16"
20272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20273 \$(RECURSE_TARGETS:%=dlls/wintab.dll16/%) dlls/wintab.dll16: dlls/wintab.dll16/Makefile \$(MAKEDEP)
20274 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules config.status"
20275 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
20277 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20278 dlls/wintab32/libwintab32.$IMPLIBEXT"
20279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20280 dlls/wintab32/libwintab32.$IMPLIBEXT dlls/wintab32/libwintab32.cross.a: tools/widl tools/winebuild tools/winegcc include
20281 dlls/wintab32/libwintab32.$IMPLIBEXT dlls/wintab32/libwintab32.cross.a: dlls/wintab32/wintab32.spec dlls/wintab32/Makefile
20282 @cd dlls/wintab32 && \$(MAKE) \`basename \$@\`
20283 dlls/wintab32 dlls/wintab32/__install__ dlls/wintab32/__install-lib__ dlls/wintab32/__install-dev__: __builddeps__"
20284 ALL_DIRS="$ALL_DIRS \\
20285 dlls/wintab32"
20286 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20287 dlls/wintab32"
20288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20289 \$(RECURSE_TARGETS:%=dlls/wintab32/%) dlls/wintab32: dlls/wintab32/Makefile \$(MAKEDEP)
20290 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules config.status"
20291 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
20293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20294 dlls/wintab32/tests: __builddeps__
20295 dlls/wintab32/tests/__crosstest__: __buildcrossdeps__"
20296 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
20297 wintab32_test.exe"
20298 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
20299 wintab32_test.exe: \$(TOPOBJDIR)/dlls/wintab32/tests/wintab32_test.exe$DLLEXT
20300 cp \$(TOPOBJDIR)/dlls/wintab32/tests/wintab32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
20301 wintab32_test.rc:
20302 echo \"wintab32_test.exe TESTRES \\\"wintab32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
20303 wintab32_test.res: wintab32_test.rc wintab32_test.exe"
20304 ALL_DIRS="$ALL_DIRS \\
20305 dlls/wintab32/tests"
20306 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
20307 dlls/wintab32/tests"
20308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20309 \$(RECURSE_TARGETS:%=dlls/wintab32/tests/%) dlls/wintab32/tests: dlls/wintab32/tests/Makefile \$(MAKEDEP)
20310 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in Maketest.rules config.status"
20311 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
20313 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20314 dlls/wintrust/libwintrust.$IMPLIBEXT"
20315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20316 dlls/wintrust/libwintrust.$IMPLIBEXT dlls/wintrust/libwintrust.cross.a: tools/widl tools/winebuild tools/winegcc include
20317 dlls/wintrust/libwintrust.$IMPLIBEXT dlls/wintrust/libwintrust.cross.a: dlls/wintrust/wintrust.spec dlls/wintrust/Makefile
20318 @cd dlls/wintrust && \$(MAKE) \`basename \$@\`
20319 dlls/wintrust dlls/wintrust/__install__ dlls/wintrust/__install-lib__ dlls/wintrust/__install-dev__: __builddeps__"
20320 ALL_DIRS="$ALL_DIRS \\
20321 dlls/wintrust"
20322 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20323 dlls/wintrust"
20324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20325 \$(RECURSE_TARGETS:%=dlls/wintrust/%) dlls/wintrust: dlls/wintrust/Makefile \$(MAKEDEP)
20326 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules config.status"
20327 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
20329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20330 dlls/wintrust/tests: __builddeps__
20331 dlls/wintrust/tests/__crosstest__: __buildcrossdeps__"
20332 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
20333 wintrust_test.exe"
20334 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
20335 wintrust_test.exe: \$(TOPOBJDIR)/dlls/wintrust/tests/wintrust_test.exe$DLLEXT
20336 cp \$(TOPOBJDIR)/dlls/wintrust/tests/wintrust_test.exe$DLLEXT \$@ && \$(STRIP) \$@
20337 wintrust_test.rc:
20338 echo \"wintrust_test.exe TESTRES \\\"wintrust_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
20339 wintrust_test.res: wintrust_test.rc wintrust_test.exe"
20340 ALL_DIRS="$ALL_DIRS \\
20341 dlls/wintrust/tests"
20342 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
20343 dlls/wintrust/tests"
20344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20345 \$(RECURSE_TARGETS:%=dlls/wintrust/tests/%) dlls/wintrust/tests: dlls/wintrust/tests/Makefile \$(MAKEDEP)
20346 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in Maketest.rules config.status"
20347 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
20349 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20350 dlls/wldap32/libwldap32.$IMPLIBEXT"
20351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20352 dlls/wldap32/libwldap32.$IMPLIBEXT dlls/wldap32/libwldap32.cross.a: tools/widl tools/winebuild tools/winegcc include
20353 dlls/wldap32/libwldap32.$IMPLIBEXT dlls/wldap32/libwldap32.cross.a: dlls/wldap32/wldap32.spec dlls/wldap32/Makefile
20354 @cd dlls/wldap32 && \$(MAKE) \`basename \$@\`
20355 dlls/wldap32 dlls/wldap32/__install__ dlls/wldap32/__install-lib__ dlls/wldap32/__install-dev__: __builddeps__"
20356 ALL_DIRS="$ALL_DIRS \\
20357 dlls/wldap32"
20358 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20359 dlls/wldap32"
20360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20361 \$(RECURSE_TARGETS:%=dlls/wldap32/%) dlls/wldap32: dlls/wldap32/Makefile \$(MAKEDEP)
20362 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules config.status"
20363 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
20365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20366 dlls/wldap32/tests: __builddeps__
20367 dlls/wldap32/tests/__crosstest__: __buildcrossdeps__"
20368 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
20369 wldap32_test.exe"
20370 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
20371 wldap32_test.exe: \$(TOPOBJDIR)/dlls/wldap32/tests/wldap32_test.exe$DLLEXT
20372 cp \$(TOPOBJDIR)/dlls/wldap32/tests/wldap32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
20373 wldap32_test.rc:
20374 echo \"wldap32_test.exe TESTRES \\\"wldap32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
20375 wldap32_test.res: wldap32_test.rc wldap32_test.exe"
20376 ALL_DIRS="$ALL_DIRS \\
20377 dlls/wldap32/tests"
20378 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
20379 dlls/wldap32/tests"
20380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20381 \$(RECURSE_TARGETS:%=dlls/wldap32/tests/%) dlls/wldap32/tests: dlls/wldap32/tests/Makefile \$(MAKEDEP)
20382 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in Maketest.rules config.status"
20383 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
20385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20386 dlls/wmi dlls/wmi/__install__ dlls/wmi/__install-lib__ dlls/wmi/__install-dev__: __builddeps__"
20387 ALL_DIRS="$ALL_DIRS \\
20388 dlls/wmi"
20389 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20390 dlls/wmi"
20391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20392 \$(RECURSE_TARGETS:%=dlls/wmi/%) dlls/wmi: dlls/wmi/Makefile \$(MAKEDEP)
20393 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules config.status"
20394 ac_config_files="$ac_config_files dlls/wmi/Makefile"
20396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20397 dlls/wmiutils dlls/wmiutils/__install__ dlls/wmiutils/__install-lib__ dlls/wmiutils/__install-dev__: __builddeps__"
20398 ALL_DIRS="$ALL_DIRS \\
20399 dlls/wmiutils"
20400 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20401 dlls/wmiutils"
20402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20403 \$(RECURSE_TARGETS:%=dlls/wmiutils/%) dlls/wmiutils: dlls/wmiutils/Makefile \$(MAKEDEP)
20404 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules config.status"
20405 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
20407 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20408 dlls/wnaspi32/libwnaspi32.$IMPLIBEXT"
20409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20410 dlls/wnaspi32/libwnaspi32.$IMPLIBEXT dlls/wnaspi32/libwnaspi32.cross.a: tools/widl tools/winebuild tools/winegcc include
20411 dlls/wnaspi32/libwnaspi32.$IMPLIBEXT dlls/wnaspi32/libwnaspi32.cross.a: dlls/wnaspi32/wnaspi32.spec dlls/wnaspi32/Makefile
20412 @cd dlls/wnaspi32 && \$(MAKE) \`basename \$@\`
20413 dlls/wnaspi32 dlls/wnaspi32/__install__ dlls/wnaspi32/__install-lib__ dlls/wnaspi32/__install-dev__: __builddeps__"
20414 ALL_DIRS="$ALL_DIRS \\
20415 dlls/wnaspi32"
20416 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20417 dlls/wnaspi32"
20418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20419 \$(RECURSE_TARGETS:%=dlls/wnaspi32/%) dlls/wnaspi32: dlls/wnaspi32/Makefile \$(MAKEDEP)
20420 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules config.status"
20421 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
20423 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20424 dlls/wow32/libwow32.$IMPLIBEXT"
20425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20426 dlls/wow32/libwow32.$IMPLIBEXT dlls/wow32/libwow32.cross.a: tools/widl tools/winebuild tools/winegcc include
20427 dlls/wow32/libwow32.$IMPLIBEXT dlls/wow32/libwow32.cross.a: dlls/wow32/wow32.spec dlls/wow32/Makefile
20428 @cd dlls/wow32 && \$(MAKE) \`basename \$@\`
20429 dlls/wow32 dlls/wow32/__install__ dlls/wow32/__install-lib__ dlls/wow32/__install-dev__: __builddeps__"
20430 ALL_DIRS="$ALL_DIRS \\
20431 dlls/wow32"
20432 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20433 dlls/wow32"
20434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20435 \$(RECURSE_TARGETS:%=dlls/wow32/%) dlls/wow32: dlls/wow32/Makefile \$(MAKEDEP)
20436 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules config.status"
20437 ac_config_files="$ac_config_files dlls/wow32/Makefile"
20439 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20440 dlls/ws2_32/libws2_32.$IMPLIBEXT"
20441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20442 dlls/ws2_32/libws2_32.$IMPLIBEXT dlls/ws2_32/libws2_32.cross.a: tools/widl tools/winebuild tools/winegcc include
20443 dlls/ws2_32/libws2_32.$IMPLIBEXT dlls/ws2_32/libws2_32.cross.a: dlls/ws2_32/ws2_32.spec dlls/ws2_32/Makefile
20444 @cd dlls/ws2_32 && \$(MAKE) \`basename \$@\`
20445 dlls/ws2_32 dlls/ws2_32/__install__ dlls/ws2_32/__install-lib__ dlls/ws2_32/__install-dev__: __builddeps__"
20446 ALL_DIRS="$ALL_DIRS \\
20447 dlls/ws2_32"
20448 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20449 dlls/ws2_32"
20450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20451 \$(RECURSE_TARGETS:%=dlls/ws2_32/%) dlls/ws2_32: dlls/ws2_32/Makefile \$(MAKEDEP)
20452 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules config.status"
20453 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
20455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20456 dlls/ws2_32/tests: __builddeps__
20457 dlls/ws2_32/tests/__crosstest__: __buildcrossdeps__"
20458 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
20459 ws2_32_test.exe"
20460 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
20461 ws2_32_test.exe: \$(TOPOBJDIR)/dlls/ws2_32/tests/ws2_32_test.exe$DLLEXT
20462 cp \$(TOPOBJDIR)/dlls/ws2_32/tests/ws2_32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
20463 ws2_32_test.rc:
20464 echo \"ws2_32_test.exe TESTRES \\\"ws2_32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
20465 ws2_32_test.res: ws2_32_test.rc ws2_32_test.exe"
20466 ALL_DIRS="$ALL_DIRS \\
20467 dlls/ws2_32/tests"
20468 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
20469 dlls/ws2_32/tests"
20470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20471 \$(RECURSE_TARGETS:%=dlls/ws2_32/tests/%) dlls/ws2_32/tests: dlls/ws2_32/tests/Makefile \$(MAKEDEP)
20472 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in Maketest.rules config.status"
20473 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
20475 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20476 dlls/wsock32/libwsock32.$IMPLIBEXT"
20477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20478 dlls/wsock32/libwsock32.$IMPLIBEXT dlls/wsock32/libwsock32.cross.a: tools/widl tools/winebuild tools/winegcc include
20479 dlls/wsock32/libwsock32.$IMPLIBEXT dlls/wsock32/libwsock32.cross.a: dlls/wsock32/wsock32.spec dlls/wsock32/Makefile
20480 @cd dlls/wsock32 && \$(MAKE) \`basename \$@\`
20481 dlls/wsock32 dlls/wsock32/__install__ dlls/wsock32/__install-lib__ dlls/wsock32/__install-dev__: __builddeps__"
20482 ALL_DIRS="$ALL_DIRS \\
20483 dlls/wsock32"
20484 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20485 dlls/wsock32"
20486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20487 \$(RECURSE_TARGETS:%=dlls/wsock32/%) dlls/wsock32: dlls/wsock32/Makefile \$(MAKEDEP)
20488 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules config.status"
20489 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
20491 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20492 dlls/wtsapi32/libwtsapi32.$IMPLIBEXT"
20493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20494 dlls/wtsapi32/libwtsapi32.$IMPLIBEXT dlls/wtsapi32/libwtsapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
20495 dlls/wtsapi32/libwtsapi32.$IMPLIBEXT dlls/wtsapi32/libwtsapi32.cross.a: dlls/wtsapi32/wtsapi32.spec dlls/wtsapi32/Makefile
20496 @cd dlls/wtsapi32 && \$(MAKE) \`basename \$@\`
20497 dlls/wtsapi32 dlls/wtsapi32/__install__ dlls/wtsapi32/__install-lib__ dlls/wtsapi32/__install-dev__: __builddeps__"
20498 ALL_DIRS="$ALL_DIRS \\
20499 dlls/wtsapi32"
20500 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20501 dlls/wtsapi32"
20502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20503 \$(RECURSE_TARGETS:%=dlls/wtsapi32/%) dlls/wtsapi32: dlls/wtsapi32/Makefile \$(MAKEDEP)
20504 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules config.status"
20505 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
20507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20508 dlls/wuapi dlls/wuapi/__install__ dlls/wuapi/__install-lib__ dlls/wuapi/__install-dev__: __builddeps__"
20509 ALL_DIRS="$ALL_DIRS \\
20510 dlls/wuapi"
20511 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20512 dlls/wuapi"
20513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20514 \$(RECURSE_TARGETS:%=dlls/wuapi/%) dlls/wuapi: dlls/wuapi/Makefile \$(MAKEDEP)
20515 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules config.status"
20516 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
20518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20519 dlls/wuaueng dlls/wuaueng/__install__ dlls/wuaueng/__install-lib__ dlls/wuaueng/__install-dev__: __builddeps__"
20520 ALL_DIRS="$ALL_DIRS \\
20521 dlls/wuaueng"
20522 test "x$enable_wuaueng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20523 dlls/wuaueng"
20524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20525 \$(RECURSE_TARGETS:%=dlls/wuaueng/%) dlls/wuaueng: dlls/wuaueng/Makefile \$(MAKEDEP)
20526 dlls/wuaueng/Makefile: dlls/wuaueng/Makefile.in dlls/Makedll.rules config.status"
20527 ac_config_files="$ac_config_files dlls/wuaueng/Makefile"
20529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20530 dlls/xinput1_1 dlls/xinput1_1/__install__ dlls/xinput1_1/__install-lib__ dlls/xinput1_1/__install-dev__: __builddeps__"
20531 ALL_DIRS="$ALL_DIRS \\
20532 dlls/xinput1_1"
20533 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20534 dlls/xinput1_1"
20535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20536 \$(RECURSE_TARGETS:%=dlls/xinput1_1/%) dlls/xinput1_1: dlls/xinput1_1/Makefile \$(MAKEDEP)
20537 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules config.status"
20538 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
20540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20541 dlls/xinput1_2 dlls/xinput1_2/__install__ dlls/xinput1_2/__install-lib__ dlls/xinput1_2/__install-dev__: __builddeps__"
20542 ALL_DIRS="$ALL_DIRS \\
20543 dlls/xinput1_2"
20544 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20545 dlls/xinput1_2"
20546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20547 \$(RECURSE_TARGETS:%=dlls/xinput1_2/%) dlls/xinput1_2: dlls/xinput1_2/Makefile \$(MAKEDEP)
20548 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules config.status"
20549 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
20551 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20552 dlls/xinput1_3/libxinput.$IMPLIBEXT \\
20553 dlls/libxinput.$IMPLIBEXT"
20554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20555 dlls/xinput1_3/libxinput.$IMPLIBEXT dlls/xinput1_3/libxinput.cross.a: tools/widl tools/winebuild tools/winegcc include
20556 dlls/libxinput.$IMPLIBEXT: dlls/xinput1_3/libxinput.$IMPLIBEXT
20557 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.$IMPLIBEXT \$@
20558 dlls/libxinput.cross.a: dlls/xinput1_3/libxinput.cross.a
20559 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.cross.a \$@
20560 clean::
20561 \$(RM) dlls/libxinput.$IMPLIBEXT
20562 dlls/xinput1_3/libxinput.$IMPLIBEXT dlls/xinput1_3/libxinput.cross.a: dlls/xinput1_3/xinput1_3.spec dlls/xinput1_3/Makefile
20563 @cd dlls/xinput1_3 && \$(MAKE) \`basename \$@\`
20564 dlls/xinput1_3 dlls/xinput1_3/__install__ dlls/xinput1_3/__install-lib__ dlls/xinput1_3/__install-dev__: __builddeps__"
20565 ALL_DIRS="$ALL_DIRS \\
20566 dlls/xinput1_3"
20567 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20568 dlls/xinput1_3"
20569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20570 \$(RECURSE_TARGETS:%=dlls/xinput1_3/%) dlls/xinput1_3: dlls/xinput1_3/Makefile \$(MAKEDEP)
20571 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules config.status"
20572 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
20574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20575 dlls/xinput1_3/tests: __builddeps__
20576 dlls/xinput1_3/tests/__crosstest__: __buildcrossdeps__"
20577 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
20578 xinput1_3_test.exe"
20579 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
20580 xinput1_3_test.exe: \$(TOPOBJDIR)/dlls/xinput1_3/tests/xinput1_3_test.exe$DLLEXT
20581 cp \$(TOPOBJDIR)/dlls/xinput1_3/tests/xinput1_3_test.exe$DLLEXT \$@ && \$(STRIP) \$@
20582 xinput1_3_test.rc:
20583 echo \"xinput1_3_test.exe TESTRES \\\"xinput1_3_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
20584 xinput1_3_test.res: xinput1_3_test.rc xinput1_3_test.exe"
20585 ALL_DIRS="$ALL_DIRS \\
20586 dlls/xinput1_3/tests"
20587 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
20588 dlls/xinput1_3/tests"
20589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20590 \$(RECURSE_TARGETS:%=dlls/xinput1_3/tests/%) dlls/xinput1_3/tests: dlls/xinput1_3/tests/Makefile \$(MAKEDEP)
20591 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in Maketest.rules config.status"
20592 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
20594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20595 dlls/xinput9_1_0 dlls/xinput9_1_0/__install__ dlls/xinput9_1_0/__install-lib__ dlls/xinput9_1_0/__install-dev__: __builddeps__"
20596 ALL_DIRS="$ALL_DIRS \\
20597 dlls/xinput9_1_0"
20598 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20599 dlls/xinput9_1_0"
20600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20601 \$(RECURSE_TARGETS:%=dlls/xinput9_1_0/%) dlls/xinput9_1_0: dlls/xinput9_1_0/Makefile \$(MAKEDEP)
20602 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules config.status"
20603 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
20605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20606 dlls/xmllite dlls/xmllite/__install__ dlls/xmllite/__install-lib__ dlls/xmllite/__install-dev__: __builddeps__"
20607 ALL_DIRS="$ALL_DIRS \\
20608 dlls/xmllite"
20609 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20610 dlls/xmllite"
20611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20612 \$(RECURSE_TARGETS:%=dlls/xmllite/%) dlls/xmllite: dlls/xmllite/Makefile \$(MAKEDEP)
20613 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules config.status"
20614 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
20616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20617 dlls/xmllite/tests: __builddeps__
20618 dlls/xmllite/tests/__crosstest__: __buildcrossdeps__"
20619 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
20620 xmllite_test.exe"
20621 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
20622 xmllite_test.exe: \$(TOPOBJDIR)/dlls/xmllite/tests/xmllite_test.exe$DLLEXT
20623 cp \$(TOPOBJDIR)/dlls/xmllite/tests/xmllite_test.exe$DLLEXT \$@ && \$(STRIP) \$@
20624 xmllite_test.rc:
20625 echo \"xmllite_test.exe TESTRES \\\"xmllite_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
20626 xmllite_test.res: xmllite_test.rc xmllite_test.exe"
20627 ALL_DIRS="$ALL_DIRS \\
20628 dlls/xmllite/tests"
20629 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
20630 dlls/xmllite/tests"
20631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20632 \$(RECURSE_TARGETS:%=dlls/xmllite/tests/%) dlls/xmllite/tests: dlls/xmllite/tests/Makefile \$(MAKEDEP)
20633 dlls/xmllite/tests/Makefile: dlls/xmllite/tests/Makefile.in Maketest.rules config.status"
20634 ac_config_files="$ac_config_files dlls/xmllite/tests/Makefile"
20636 ALL_DIRS="$ALL_DIRS \\
20637 documentation"
20638 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
20639 documentation"
20640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20641 \$(RECURSE_TARGETS:%=documentation/%) documentation: documentation/Makefile \$(MAKEDEP)
20642 documentation/Makefile: documentation/Makefile.in Make.rules config.status"
20643 ac_config_files="$ac_config_files documentation/Makefile"
20645 ALL_DIRS="$ALL_DIRS \\
20646 fonts"
20647 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
20648 fonts"
20649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20650 \$(RECURSE_TARGETS:%=fonts/%) fonts: fonts/Makefile \$(MAKEDEP)
20651 fonts/Makefile: fonts/Makefile.in Make.rules config.status"
20652 ac_config_files="$ac_config_files fonts/Makefile"
20654 ALL_DIRS="$ALL_DIRS \\
20655 include"
20656 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
20657 include"
20658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20659 \$(RECURSE_TARGETS:%=include/%) include: include/Makefile \$(MAKEDEP)
20660 include/Makefile: include/Makefile.in Make.rules config.status"
20661 ac_config_files="$ac_config_files include/Makefile"
20663 ALL_DIRS="$ALL_DIRS \\
20664 libs/port"
20666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20667 \$(RECURSE_TARGETS:%=libs/port/%) libs/port: libs/port/Makefile \$(MAKEDEP)
20668 libs/port/Makefile: libs/port/Makefile.in Make.rules config.status"
20669 ac_config_files="$ac_config_files libs/port/Makefile"
20671 ALL_DIRS="$ALL_DIRS \\
20672 libs/wine"
20674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20675 \$(RECURSE_TARGETS:%=libs/wine/%) libs/wine: libs/wine/Makefile \$(MAKEDEP)
20676 libs/wine/Makefile: libs/wine/Makefile.in Make.rules config.status"
20677 ac_config_files="$ac_config_files libs/wine/Makefile"
20679 ALL_DIRS="$ALL_DIRS \\
20680 libs/wpp"
20682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20683 \$(RECURSE_TARGETS:%=libs/wpp/%) libs/wpp: libs/wpp/Makefile \$(MAKEDEP)
20684 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules config.status"
20685 ac_config_files="$ac_config_files libs/wpp/Makefile"
20687 ALL_DIRS="$ALL_DIRS \\
20688 loader"
20689 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
20690 loader"
20691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20692 \$(RECURSE_TARGETS:%=loader/%) loader: loader/Makefile \$(MAKEDEP)
20693 loader/Makefile: loader/Makefile.in Make.rules config.status"
20694 ac_config_files="$ac_config_files loader/Makefile"
20696 ALL_DIRS="$ALL_DIRS \\
20697 programs"
20698 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
20699 programs"
20700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20701 \$(RECURSE_TARGETS:%=programs/%) programs: programs/Makefile \$(MAKEDEP)
20702 programs/Makefile: programs/Makefile.in Make.rules config.status"
20703 ac_config_files="$ac_config_files programs/Makefile"
20705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20706 programs/cacls programs/cacls/__install__ programs/cacls/__install-lib__: __builddeps__"
20707 ALL_DIRS="$ALL_DIRS \\
20708 programs/cacls"
20709 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20710 programs/cacls" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
20711 programs/cacls"
20712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20713 \$(RECURSE_TARGETS:%=programs/cacls/%) programs/cacls: programs/cacls/Makefile \$(MAKEDEP)
20714 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules config.status"
20715 ac_config_files="$ac_config_files programs/cacls/Makefile"
20717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20718 programs/clock programs/clock/__install__ programs/clock/__install-lib__: __builddeps__"
20719 ALL_DIRS="$ALL_DIRS \\
20720 programs/clock"
20721 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20722 programs/clock" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
20723 programs/clock"
20724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20725 \$(RECURSE_TARGETS:%=programs/clock/%) programs/clock: programs/clock/Makefile \$(MAKEDEP)
20726 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules config.status"
20727 ac_config_files="$ac_config_files programs/clock/Makefile"
20729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20730 programs/cmd programs/cmd/__install__ programs/cmd/__install-lib__: __builddeps__"
20731 ALL_DIRS="$ALL_DIRS \\
20732 programs/cmd"
20733 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20734 programs/cmd" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
20735 programs/cmd"
20736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20737 \$(RECURSE_TARGETS:%=programs/cmd/%) programs/cmd: programs/cmd/Makefile \$(MAKEDEP)
20738 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules config.status"
20739 ac_config_files="$ac_config_files programs/cmd/Makefile"
20741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20742 programs/cmd/tests: __builddeps__
20743 programs/cmd/tests/__crosstest__: __buildcrossdeps__"
20744 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
20745 cmd.exe_test.exe"
20746 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
20747 cmd.exe_test.exe: \$(TOPOBJDIR)/programs/cmd/tests/cmd.exe_test.exe$DLLEXT
20748 cp \$(TOPOBJDIR)/programs/cmd/tests/cmd.exe_test.exe$DLLEXT \$@ && \$(STRIP) \$@
20749 cmd.exe_test.rc:
20750 echo \"cmd.exe_test.exe TESTRES \\\"cmd.exe_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
20751 cmd.exe_test.res: cmd.exe_test.rc cmd.exe_test.exe"
20752 ALL_DIRS="$ALL_DIRS \\
20753 programs/cmd/tests"
20754 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
20755 programs/cmd/tests"
20756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20757 \$(RECURSE_TARGETS:%=programs/cmd/tests/%) programs/cmd/tests: programs/cmd/tests/Makefile \$(MAKEDEP)
20758 programs/cmd/tests/Makefile: programs/cmd/tests/Makefile.in Maketest.rules config.status"
20759 ac_config_files="$ac_config_files programs/cmd/tests/Makefile"
20761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20762 programs/cmdlgtst programs/cmdlgtst/__install__ programs/cmdlgtst/__install-lib__: __builddeps__"
20763 ALL_DIRS="$ALL_DIRS \\
20764 programs/cmdlgtst"
20765 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20766 programs/cmdlgtst"
20767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20768 \$(RECURSE_TARGETS:%=programs/cmdlgtst/%) programs/cmdlgtst: programs/cmdlgtst/Makefile \$(MAKEDEP)
20769 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules config.status"
20770 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
20772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20773 programs/control programs/control/__install__ programs/control/__install-lib__: __builddeps__"
20774 ALL_DIRS="$ALL_DIRS \\
20775 programs/control"
20776 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20777 programs/control" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
20778 programs/control"
20779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20780 \$(RECURSE_TARGETS:%=programs/control/%) programs/control: programs/control/Makefile \$(MAKEDEP)
20781 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules config.status"
20782 ac_config_files="$ac_config_files programs/control/Makefile"
20784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20785 programs/dxdiag programs/dxdiag/__install__ programs/dxdiag/__install-lib__: __builddeps__"
20786 ALL_DIRS="$ALL_DIRS \\
20787 programs/dxdiag"
20788 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20789 programs/dxdiag" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
20790 programs/dxdiag"
20791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20792 \$(RECURSE_TARGETS:%=programs/dxdiag/%) programs/dxdiag: programs/dxdiag/Makefile \$(MAKEDEP)
20793 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules config.status"
20794 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
20796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20797 programs/eject programs/eject/__install__ programs/eject/__install-lib__: __builddeps__"
20798 ALL_DIRS="$ALL_DIRS \\
20799 programs/eject"
20800 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20801 programs/eject" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
20802 programs/eject"
20803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20804 \$(RECURSE_TARGETS:%=programs/eject/%) programs/eject: programs/eject/Makefile \$(MAKEDEP)
20805 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules config.status"
20806 ac_config_files="$ac_config_files programs/eject/Makefile"
20808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20809 programs/expand programs/expand/__install__ programs/expand/__install-lib__: __builddeps__"
20810 ALL_DIRS="$ALL_DIRS \\
20811 programs/expand"
20812 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20813 programs/expand" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
20814 programs/expand"
20815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20816 \$(RECURSE_TARGETS:%=programs/expand/%) programs/expand: programs/expand/Makefile \$(MAKEDEP)
20817 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules config.status"
20818 ac_config_files="$ac_config_files programs/expand/Makefile"
20820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20821 programs/explorer programs/explorer/__install__ programs/explorer/__install-lib__: __builddeps__"
20822 ALL_DIRS="$ALL_DIRS \\
20823 programs/explorer"
20824 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20825 programs/explorer" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
20826 programs/explorer"
20827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20828 \$(RECURSE_TARGETS:%=programs/explorer/%) programs/explorer: programs/explorer/Makefile \$(MAKEDEP)
20829 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules config.status"
20830 ac_config_files="$ac_config_files programs/explorer/Makefile"
20832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20833 programs/extrac32 programs/extrac32/__install__ programs/extrac32/__install-lib__: __builddeps__"
20834 ALL_DIRS="$ALL_DIRS \\
20835 programs/extrac32"
20836 test "x$enable_extrac32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20837 programs/extrac32" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
20838 programs/extrac32"
20839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20840 \$(RECURSE_TARGETS:%=programs/extrac32/%) programs/extrac32: programs/extrac32/Makefile \$(MAKEDEP)
20841 programs/extrac32/Makefile: programs/extrac32/Makefile.in programs/Makeprog.rules config.status"
20842 ac_config_files="$ac_config_files programs/extrac32/Makefile"
20844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20845 programs/hh programs/hh/__install__ programs/hh/__install-lib__: __builddeps__"
20846 ALL_DIRS="$ALL_DIRS \\
20847 programs/hh"
20848 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20849 programs/hh" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
20850 programs/hh"
20851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20852 \$(RECURSE_TARGETS:%=programs/hh/%) programs/hh: programs/hh/Makefile \$(MAKEDEP)
20853 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules config.status"
20854 ac_config_files="$ac_config_files programs/hh/Makefile"
20856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20857 programs/icinfo programs/icinfo/__install__ programs/icinfo/__install-lib__: __builddeps__"
20858 ALL_DIRS="$ALL_DIRS \\
20859 programs/icinfo"
20860 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20861 programs/icinfo" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
20862 programs/icinfo"
20863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20864 \$(RECURSE_TARGETS:%=programs/icinfo/%) programs/icinfo: programs/icinfo/Makefile \$(MAKEDEP)
20865 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules config.status"
20866 ac_config_files="$ac_config_files programs/icinfo/Makefile"
20868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20869 programs/iexplore programs/iexplore/__install__ programs/iexplore/__install-lib__: __builddeps__"
20870 ALL_DIRS="$ALL_DIRS \\
20871 programs/iexplore"
20872 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20873 programs/iexplore" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
20874 programs/iexplore"
20875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20876 \$(RECURSE_TARGETS:%=programs/iexplore/%) programs/iexplore: programs/iexplore/Makefile \$(MAKEDEP)
20877 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules config.status"
20878 ac_config_files="$ac_config_files programs/iexplore/Makefile"
20880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20881 programs/lodctr programs/lodctr/__install__ programs/lodctr/__install-lib__: __builddeps__"
20882 ALL_DIRS="$ALL_DIRS \\
20883 programs/lodctr"
20884 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20885 programs/lodctr" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
20886 programs/lodctr"
20887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20888 \$(RECURSE_TARGETS:%=programs/lodctr/%) programs/lodctr: programs/lodctr/Makefile \$(MAKEDEP)
20889 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules config.status"
20890 ac_config_files="$ac_config_files programs/lodctr/Makefile"
20892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20893 programs/mshta programs/mshta/__install__ programs/mshta/__install-lib__: __builddeps__"
20894 ALL_DIRS="$ALL_DIRS \\
20895 programs/mshta"
20896 test "x$enable_mshta" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20897 programs/mshta" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
20898 programs/mshta"
20899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20900 \$(RECURSE_TARGETS:%=programs/mshta/%) programs/mshta: programs/mshta/Makefile \$(MAKEDEP)
20901 programs/mshta/Makefile: programs/mshta/Makefile.in programs/Makeprog.rules config.status"
20902 ac_config_files="$ac_config_files programs/mshta/Makefile"
20904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20905 programs/msiexec programs/msiexec/__install__ programs/msiexec/__install-lib__: __builddeps__"
20906 ALL_DIRS="$ALL_DIRS \\
20907 programs/msiexec"
20908 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20909 programs/msiexec" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
20910 programs/msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
20911 programs/msiexec"
20912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20913 \$(RECURSE_TARGETS:%=programs/msiexec/%) programs/msiexec: programs/msiexec/Makefile \$(MAKEDEP)
20914 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules config.status"
20915 ac_config_files="$ac_config_files programs/msiexec/Makefile"
20917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20918 programs/net programs/net/__install__ programs/net/__install-lib__: __builddeps__"
20919 ALL_DIRS="$ALL_DIRS \\
20920 programs/net"
20921 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20922 programs/net" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
20923 programs/net"
20924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20925 \$(RECURSE_TARGETS:%=programs/net/%) programs/net: programs/net/Makefile \$(MAKEDEP)
20926 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules config.status"
20927 ac_config_files="$ac_config_files programs/net/Makefile"
20929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20930 programs/notepad programs/notepad/__install__ programs/notepad/__install-lib__: __builddeps__"
20931 ALL_DIRS="$ALL_DIRS \\
20932 programs/notepad"
20933 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20934 programs/notepad" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
20935 programs/notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
20936 programs/notepad"
20937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20938 \$(RECURSE_TARGETS:%=programs/notepad/%) programs/notepad: programs/notepad/Makefile \$(MAKEDEP)
20939 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules config.status"
20940 ac_config_files="$ac_config_files programs/notepad/Makefile"
20942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20943 programs/oleview programs/oleview/__install__ programs/oleview/__install-lib__: __builddeps__"
20944 ALL_DIRS="$ALL_DIRS \\
20945 programs/oleview"
20946 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20947 programs/oleview" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
20948 programs/oleview"
20949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20950 \$(RECURSE_TARGETS:%=programs/oleview/%) programs/oleview: programs/oleview/Makefile \$(MAKEDEP)
20951 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules config.status"
20952 ac_config_files="$ac_config_files programs/oleview/Makefile"
20954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20955 programs/progman programs/progman/__install__ programs/progman/__install-lib__: __builddeps__"
20956 ALL_DIRS="$ALL_DIRS \\
20957 programs/progman"
20958 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20959 programs/progman" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
20960 programs/progman"
20961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20962 \$(RECURSE_TARGETS:%=programs/progman/%) programs/progman: programs/progman/Makefile \$(MAKEDEP)
20963 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules config.status"
20964 ac_config_files="$ac_config_files programs/progman/Makefile"
20966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20967 programs/reg programs/reg/__install__ programs/reg/__install-lib__: __builddeps__"
20968 ALL_DIRS="$ALL_DIRS \\
20969 programs/reg"
20970 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20971 programs/reg" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
20972 programs/reg"
20973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20974 \$(RECURSE_TARGETS:%=programs/reg/%) programs/reg: programs/reg/Makefile \$(MAKEDEP)
20975 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules config.status"
20976 ac_config_files="$ac_config_files programs/reg/Makefile"
20978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20979 programs/regedit programs/regedit/__install__ programs/regedit/__install-lib__: __builddeps__"
20980 ALL_DIRS="$ALL_DIRS \\
20981 programs/regedit"
20982 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20983 programs/regedit" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
20984 programs/regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
20985 programs/regedit"
20986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20987 \$(RECURSE_TARGETS:%=programs/regedit/%) programs/regedit: programs/regedit/Makefile \$(MAKEDEP)
20988 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules config.status"
20989 ac_config_files="$ac_config_files programs/regedit/Makefile"
20991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20992 programs/regsvr32 programs/regsvr32/__install__ programs/regsvr32/__install-lib__: __builddeps__"
20993 ALL_DIRS="$ALL_DIRS \\
20994 programs/regsvr32"
20995 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20996 programs/regsvr32" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
20997 programs/regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
20998 programs/regsvr32"
20999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21000 \$(RECURSE_TARGETS:%=programs/regsvr32/%) programs/regsvr32: programs/regsvr32/Makefile \$(MAKEDEP)
21001 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules config.status"
21002 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
21004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21005 programs/rpcss programs/rpcss/__install__ programs/rpcss/__install-lib__: __builddeps__"
21006 ALL_DIRS="$ALL_DIRS \\
21007 programs/rpcss"
21008 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21009 programs/rpcss" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21010 programs/rpcss"
21011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21012 \$(RECURSE_TARGETS:%=programs/rpcss/%) programs/rpcss: programs/rpcss/Makefile \$(MAKEDEP)
21013 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules config.status"
21014 ac_config_files="$ac_config_files programs/rpcss/Makefile"
21016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21017 programs/rundll32 programs/rundll32/__install__ programs/rundll32/__install-lib__: __builddeps__"
21018 ALL_DIRS="$ALL_DIRS \\
21019 programs/rundll32"
21020 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21021 programs/rundll32" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21022 programs/rundll32"
21023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21024 \$(RECURSE_TARGETS:%=programs/rundll32/%) programs/rundll32: programs/rundll32/Makefile \$(MAKEDEP)
21025 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules config.status"
21026 ac_config_files="$ac_config_files programs/rundll32/Makefile"
21028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21029 programs/secedit programs/secedit/__install__ programs/secedit/__install-lib__: __builddeps__"
21030 ALL_DIRS="$ALL_DIRS \\
21031 programs/secedit"
21032 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21033 programs/secedit" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21034 programs/secedit"
21035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21036 \$(RECURSE_TARGETS:%=programs/secedit/%) programs/secedit: programs/secedit/Makefile \$(MAKEDEP)
21037 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules config.status"
21038 ac_config_files="$ac_config_files programs/secedit/Makefile"
21040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21041 programs/services programs/services/__install__ programs/services/__install-lib__: __builddeps__"
21042 ALL_DIRS="$ALL_DIRS \\
21043 programs/services"
21044 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21045 programs/services" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21046 programs/services"
21047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21048 \$(RECURSE_TARGETS:%=programs/services/%) programs/services: programs/services/Makefile \$(MAKEDEP)
21049 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules config.status"
21050 ac_config_files="$ac_config_files programs/services/Makefile"
21052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21053 programs/spoolsv programs/spoolsv/__install__ programs/spoolsv/__install-lib__: __builddeps__"
21054 ALL_DIRS="$ALL_DIRS \\
21055 programs/spoolsv"
21056 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21057 programs/spoolsv" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21058 programs/spoolsv"
21059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21060 \$(RECURSE_TARGETS:%=programs/spoolsv/%) programs/spoolsv: programs/spoolsv/Makefile \$(MAKEDEP)
21061 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules config.status"
21062 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
21064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21065 programs/start programs/start/__install__ programs/start/__install-lib__: __builddeps__"
21066 ALL_DIRS="$ALL_DIRS \\
21067 programs/start"
21068 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21069 programs/start" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21070 programs/start"
21071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21072 \$(RECURSE_TARGETS:%=programs/start/%) programs/start: programs/start/Makefile \$(MAKEDEP)
21073 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules config.status"
21074 ac_config_files="$ac_config_files programs/start/Makefile"
21076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21077 programs/svchost programs/svchost/__install__ programs/svchost/__install-lib__: __builddeps__"
21078 ALL_DIRS="$ALL_DIRS \\
21079 programs/svchost"
21080 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21081 programs/svchost" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21082 programs/svchost"
21083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21084 \$(RECURSE_TARGETS:%=programs/svchost/%) programs/svchost: programs/svchost/Makefile \$(MAKEDEP)
21085 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules config.status"
21086 ac_config_files="$ac_config_files programs/svchost/Makefile"
21088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21089 programs/taskmgr programs/taskmgr/__install__ programs/taskmgr/__install-lib__: __builddeps__"
21090 ALL_DIRS="$ALL_DIRS \\
21091 programs/taskmgr"
21092 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21093 programs/taskmgr" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21094 programs/taskmgr"
21095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21096 \$(RECURSE_TARGETS:%=programs/taskmgr/%) programs/taskmgr: programs/taskmgr/Makefile \$(MAKEDEP)
21097 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules config.status"
21098 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
21100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21101 programs/termsv programs/termsv/__install__ programs/termsv/__install-lib__: __builddeps__"
21102 ALL_DIRS="$ALL_DIRS \\
21103 programs/termsv"
21104 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21105 programs/termsv" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21106 programs/termsv"
21107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21108 \$(RECURSE_TARGETS:%=programs/termsv/%) programs/termsv: programs/termsv/Makefile \$(MAKEDEP)
21109 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules config.status"
21110 ac_config_files="$ac_config_files programs/termsv/Makefile"
21112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21113 programs/uninstaller programs/uninstaller/__install__ programs/uninstaller/__install-lib__: __builddeps__"
21114 ALL_DIRS="$ALL_DIRS \\
21115 programs/uninstaller"
21116 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21117 programs/uninstaller" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21118 programs/uninstaller"
21119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21120 \$(RECURSE_TARGETS:%=programs/uninstaller/%) programs/uninstaller: programs/uninstaller/Makefile \$(MAKEDEP)
21121 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules config.status"
21122 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
21124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21125 programs/unlodctr programs/unlodctr/__install__ programs/unlodctr/__install-lib__: __builddeps__"
21126 ALL_DIRS="$ALL_DIRS \\
21127 programs/unlodctr"
21128 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21129 programs/unlodctr" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21130 programs/unlodctr"
21131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21132 \$(RECURSE_TARGETS:%=programs/unlodctr/%) programs/unlodctr: programs/unlodctr/Makefile \$(MAKEDEP)
21133 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules config.status"
21134 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
21136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21137 programs/view programs/view/__install__ programs/view/__install-lib__: __builddeps__"
21138 ALL_DIRS="$ALL_DIRS \\
21139 programs/view"
21140 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21141 programs/view"
21142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21143 \$(RECURSE_TARGETS:%=programs/view/%) programs/view: programs/view/Makefile \$(MAKEDEP)
21144 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules config.status"
21145 ac_config_files="$ac_config_files programs/view/Makefile"
21147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21148 programs/wineboot programs/wineboot/__install__ programs/wineboot/__install-lib__: __builddeps__"
21149 ALL_DIRS="$ALL_DIRS \\
21150 programs/wineboot"
21151 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21152 programs/wineboot" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21153 programs/wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
21154 programs/wineboot"
21155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21156 \$(RECURSE_TARGETS:%=programs/wineboot/%) programs/wineboot: programs/wineboot/Makefile \$(MAKEDEP)
21157 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules config.status"
21158 ac_config_files="$ac_config_files programs/wineboot/Makefile"
21160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21161 programs/winebrowser programs/winebrowser/__install__ programs/winebrowser/__install-lib__: __builddeps__"
21162 ALL_DIRS="$ALL_DIRS \\
21163 programs/winebrowser"
21164 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21165 programs/winebrowser" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21166 programs/winebrowser"
21167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21168 \$(RECURSE_TARGETS:%=programs/winebrowser/%) programs/winebrowser: programs/winebrowser/Makefile \$(MAKEDEP)
21169 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules config.status"
21170 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
21172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21173 programs/winecfg programs/winecfg/__install__ programs/winecfg/__install-lib__: __builddeps__"
21174 ALL_DIRS="$ALL_DIRS \\
21175 programs/winecfg"
21176 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21177 programs/winecfg" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21178 programs/winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
21179 programs/winecfg"
21180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21181 \$(RECURSE_TARGETS:%=programs/winecfg/%) programs/winecfg: programs/winecfg/Makefile \$(MAKEDEP)
21182 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules config.status"
21183 ac_config_files="$ac_config_files programs/winecfg/Makefile"
21185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21186 programs/wineconsole programs/wineconsole/__install__ programs/wineconsole/__install-lib__: __builddeps__"
21187 ALL_DIRS="$ALL_DIRS \\
21188 programs/wineconsole"
21189 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21190 programs/wineconsole" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21191 programs/wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
21192 programs/wineconsole"
21193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21194 \$(RECURSE_TARGETS:%=programs/wineconsole/%) programs/wineconsole: programs/wineconsole/Makefile \$(MAKEDEP)
21195 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules config.status"
21196 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
21198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21199 programs/winedbg programs/winedbg/__install__ programs/winedbg/__install-lib__: __builddeps__"
21200 ALL_DIRS="$ALL_DIRS \\
21201 programs/winedbg"
21202 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21203 programs/winedbg" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21204 programs/winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
21205 programs/winedbg"
21206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21207 \$(RECURSE_TARGETS:%=programs/winedbg/%) programs/winedbg: programs/winedbg/Makefile \$(MAKEDEP)
21208 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules config.status"
21209 ac_config_files="$ac_config_files programs/winedbg/Makefile"
21211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21212 programs/winedevice programs/winedevice/__install__ programs/winedevice/__install-lib__: __builddeps__"
21213 ALL_DIRS="$ALL_DIRS \\
21214 programs/winedevice"
21215 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21216 programs/winedevice" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21217 programs/winedevice"
21218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21219 \$(RECURSE_TARGETS:%=programs/winedevice/%) programs/winedevice: programs/winedevice/Makefile \$(MAKEDEP)
21220 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules config.status"
21221 ac_config_files="$ac_config_files programs/winedevice/Makefile"
21223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21224 programs/winefile programs/winefile/__install__ programs/winefile/__install-lib__: __builddeps__"
21225 ALL_DIRS="$ALL_DIRS \\
21226 programs/winefile"
21227 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21228 programs/winefile" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21229 programs/winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
21230 programs/winefile"
21231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21232 \$(RECURSE_TARGETS:%=programs/winefile/%) programs/winefile: programs/winefile/Makefile \$(MAKEDEP)
21233 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules config.status"
21234 ac_config_files="$ac_config_files programs/winefile/Makefile"
21236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21237 programs/winemenubuilder programs/winemenubuilder/__install__ programs/winemenubuilder/__install-lib__: __builddeps__"
21238 ALL_DIRS="$ALL_DIRS \\
21239 programs/winemenubuilder"
21240 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21241 programs/winemenubuilder" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21242 programs/winemenubuilder"
21243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21244 \$(RECURSE_TARGETS:%=programs/winemenubuilder/%) programs/winemenubuilder: programs/winemenubuilder/Makefile \$(MAKEDEP)
21245 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules config.status"
21246 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
21248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21249 programs/winemine programs/winemine/__install__ programs/winemine/__install-lib__: __builddeps__"
21250 ALL_DIRS="$ALL_DIRS \\
21251 programs/winemine"
21252 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21253 programs/winemine" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21254 programs/winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
21255 programs/winemine"
21256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21257 \$(RECURSE_TARGETS:%=programs/winemine/%) programs/winemine: programs/winemine/Makefile \$(MAKEDEP)
21258 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules config.status"
21259 ac_config_files="$ac_config_files programs/winemine/Makefile"
21261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21262 programs/winepath programs/winepath/__install__ programs/winepath/__install-lib__: __builddeps__"
21263 ALL_DIRS="$ALL_DIRS \\
21264 programs/winepath"
21265 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21266 programs/winepath" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21267 programs/winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
21268 programs/winepath"
21269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21270 \$(RECURSE_TARGETS:%=programs/winepath/%) programs/winepath: programs/winepath/Makefile \$(MAKEDEP)
21271 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules config.status"
21272 ac_config_files="$ac_config_files programs/winepath/Makefile"
21274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21275 programs/winetest programs/winetest/__install__ programs/winetest/__install-lib__: __builddeps__"
21276 ALL_DIRS="$ALL_DIRS \\
21277 programs/winetest"
21278 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21279 programs/winetest"
21280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21281 \$(RECURSE_TARGETS:%=programs/winetest/%) programs/winetest: programs/winetest/Makefile \$(MAKEDEP)
21282 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules config.status"
21283 ac_config_files="$ac_config_files programs/winetest/Makefile"
21285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21286 programs/winevdm programs/winevdm/__install__ programs/winevdm/__install-lib__: __builddeps__"
21287 ALL_DIRS="$ALL_DIRS \\
21288 programs/winevdm"
21289 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21290 programs/winevdm" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21291 programs/winevdm"
21292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21293 \$(RECURSE_TARGETS:%=programs/winevdm/%) programs/winevdm: programs/winevdm/Makefile \$(MAKEDEP)
21294 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules config.status"
21295 ac_config_files="$ac_config_files programs/winevdm/Makefile"
21297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21298 programs/winhelp.exe16 programs/winhelp.exe16/__install__ programs/winhelp.exe16/__install-lib__: __builddeps__"
21299 ALL_DIRS="$ALL_DIRS \\
21300 programs/winhelp.exe16"
21301 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21302 programs/winhelp.exe16" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21303 programs/winhelp.exe16"
21304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21305 \$(RECURSE_TARGETS:%=programs/winhelp.exe16/%) programs/winhelp.exe16: programs/winhelp.exe16/Makefile \$(MAKEDEP)
21306 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules config.status"
21307 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
21309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21310 programs/winhlp32 programs/winhlp32/__install__ programs/winhlp32/__install-lib__: __builddeps__"
21311 ALL_DIRS="$ALL_DIRS \\
21312 programs/winhlp32"
21313 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21314 programs/winhlp32" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21315 programs/winhlp32"
21316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21317 \$(RECURSE_TARGETS:%=programs/winhlp32/%) programs/winhlp32: programs/winhlp32/Makefile \$(MAKEDEP)
21318 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules config.status"
21319 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
21321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21322 programs/winoldap.mod16 programs/winoldap.mod16/__install__ programs/winoldap.mod16/__install-lib__: __builddeps__"
21323 ALL_DIRS="$ALL_DIRS \\
21324 programs/winoldap.mod16"
21325 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21326 programs/winoldap.mod16" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21327 programs/winoldap.mod16"
21328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21329 \$(RECURSE_TARGETS:%=programs/winoldap.mod16/%) programs/winoldap.mod16: programs/winoldap.mod16/Makefile \$(MAKEDEP)
21330 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules config.status"
21331 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
21333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21334 programs/winver programs/winver/__install__ programs/winver/__install-lib__: __builddeps__"
21335 ALL_DIRS="$ALL_DIRS \\
21336 programs/winver"
21337 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21338 programs/winver" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21339 programs/winver"
21340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21341 \$(RECURSE_TARGETS:%=programs/winver/%) programs/winver: programs/winver/Makefile \$(MAKEDEP)
21342 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules config.status"
21343 ac_config_files="$ac_config_files programs/winver/Makefile"
21345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21346 programs/wordpad programs/wordpad/__install__ programs/wordpad/__install-lib__: __builddeps__"
21347 ALL_DIRS="$ALL_DIRS \\
21348 programs/wordpad"
21349 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21350 programs/wordpad" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21351 programs/wordpad"
21352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21353 \$(RECURSE_TARGETS:%=programs/wordpad/%) programs/wordpad: programs/wordpad/Makefile \$(MAKEDEP)
21354 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules config.status"
21355 ac_config_files="$ac_config_files programs/wordpad/Makefile"
21357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21358 programs/write programs/write/__install__ programs/write/__install-lib__: __builddeps__"
21359 ALL_DIRS="$ALL_DIRS \\
21360 programs/write"
21361 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21362 programs/write" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21363 programs/write"
21364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21365 \$(RECURSE_TARGETS:%=programs/write/%) programs/write: programs/write/Makefile \$(MAKEDEP)
21366 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules config.status"
21367 ac_config_files="$ac_config_files programs/write/Makefile"
21369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21370 programs/xcopy programs/xcopy/__install__ programs/xcopy/__install-lib__: __builddeps__"
21371 ALL_DIRS="$ALL_DIRS \\
21372 programs/xcopy"
21373 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21374 programs/xcopy" && ALL_INSTALL_DIRS="$ALL_INSTALL_DIRS \\
21375 programs/xcopy"
21376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21377 \$(RECURSE_TARGETS:%=programs/xcopy/%) programs/xcopy: programs/xcopy/Makefile \$(MAKEDEP)
21378 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules config.status"
21379 ac_config_files="$ac_config_files programs/xcopy/Makefile"
21381 ALL_DIRS="$ALL_DIRS \\
21382 server"
21383 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
21384 server"
21385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21386 \$(RECURSE_TARGETS:%=server/%) server: server/Makefile \$(MAKEDEP)
21387 server/Makefile: server/Makefile.in Make.rules config.status"
21388 ac_config_files="$ac_config_files server/Makefile"
21390 ALL_DIRS="$ALL_DIRS \\
21391 tools"
21392 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
21393 tools"
21394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21395 \$(RECURSE_TARGETS:%=tools/%) tools: tools/Makefile \$(MAKEDEP)
21396 tools/Makefile: tools/Makefile.in Make.rules config.status"
21397 ac_config_files="$ac_config_files tools/Makefile"
21399 ALL_DIRS="$ALL_DIRS \\
21400 tools/widl"
21401 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
21402 tools/widl"
21403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21404 \$(RECURSE_TARGETS:%=tools/widl/%) tools/widl: tools/widl/Makefile \$(MAKEDEP)
21405 tools/widl/Makefile: tools/widl/Makefile.in Make.rules config.status"
21406 ac_config_files="$ac_config_files tools/widl/Makefile"
21408 ALL_DIRS="$ALL_DIRS \\
21409 tools/winebuild"
21410 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
21411 tools/winebuild"
21412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21413 \$(RECURSE_TARGETS:%=tools/winebuild/%) tools/winebuild: tools/winebuild/Makefile \$(MAKEDEP)
21414 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules config.status"
21415 ac_config_files="$ac_config_files tools/winebuild/Makefile"
21417 ALL_DIRS="$ALL_DIRS \\
21418 tools/winedump"
21419 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
21420 tools/winedump"
21421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21422 \$(RECURSE_TARGETS:%=tools/winedump/%) tools/winedump: tools/winedump/Makefile \$(MAKEDEP)
21423 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules config.status"
21424 ac_config_files="$ac_config_files tools/winedump/Makefile"
21426 ALL_DIRS="$ALL_DIRS \\
21427 tools/winegcc"
21428 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
21429 tools/winegcc"
21430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21431 \$(RECURSE_TARGETS:%=tools/winegcc/%) tools/winegcc: tools/winegcc/Makefile \$(MAKEDEP)
21432 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules config.status"
21433 ac_config_files="$ac_config_files tools/winegcc/Makefile"
21435 ALL_DIRS="$ALL_DIRS \\
21436 tools/wmc"
21437 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
21438 tools/wmc"
21439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21440 \$(RECURSE_TARGETS:%=tools/wmc/%) tools/wmc: tools/wmc/Makefile \$(MAKEDEP)
21441 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules config.status"
21442 ac_config_files="$ac_config_files tools/wmc/Makefile"
21444 ALL_DIRS="$ALL_DIRS \\
21445 tools/wrc"
21446 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
21447 tools/wrc"
21448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21449 \$(RECURSE_TARGETS:%=tools/wrc/%) tools/wrc: tools/wrc/Makefile \$(MAKEDEP)
21450 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules config.status"
21451 ac_config_files="$ac_config_files tools/wrc/Makefile"
21454 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
21456 cat >confcache <<\_ACEOF
21457 # This file is a shell script that caches the results of configure
21458 # tests run on this system so they can be shared between configure
21459 # scripts and configure runs, see configure's option --config-cache.
21460 # It is not useful on other systems. If it contains results you don't
21461 # want to keep, you may remove or edit it.
21463 # config.status only pays attention to the cache file if you give it
21464 # the --recheck option to rerun configure.
21466 # `ac_cv_env_foo' variables (set or unset) will be overridden when
21467 # loading this file, other *unset* `ac_cv_foo' will be assigned the
21468 # following values.
21470 _ACEOF
21472 # The following way of writing the cache mishandles newlines in values,
21473 # but we know of no workaround that is simple, portable, and efficient.
21474 # So, we kill variables containing newlines.
21475 # Ultrix sh set writes to stderr and can't be redirected directly,
21476 # and sets the high bit in the cache file unless we assign to the vars.
21478 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
21479 eval ac_val=\$$ac_var
21480 case $ac_val in #(
21481 *${as_nl}*)
21482 case $ac_var in #(
21483 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
21484 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
21485 esac
21486 case $ac_var in #(
21487 _ | IFS | as_nl) ;; #(
21488 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
21489 *) { eval $ac_var=; unset $ac_var;} ;;
21490 esac ;;
21491 esac
21492 done
21494 (set) 2>&1 |
21495 case $as_nl`(ac_space=' '; set) 2>&1` in #(
21496 *${as_nl}ac_space=\ *)
21497 # `set' does not quote correctly, so add quotes: double-quote
21498 # substitution turns \\\\ into \\, and sed turns \\ into \.
21499 sed -n \
21500 "s/'/'\\\\''/g;
21501 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
21502 ;; #(
21504 # `set' quotes correctly as required by POSIX, so do not add quotes.
21505 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
21507 esac |
21508 sort
21510 sed '
21511 /^ac_cv_env_/b end
21512 t clear
21513 :clear
21514 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
21515 t end
21516 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
21517 :end' >>confcache
21518 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
21519 if test -w "$cache_file"; then
21520 test "x$cache_file" != "x/dev/null" &&
21521 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
21522 $as_echo "$as_me: updating cache $cache_file" >&6;}
21523 cat confcache >$cache_file
21524 else
21525 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
21526 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
21529 rm -f confcache
21531 test "x$prefix" = xNONE && prefix=$ac_default_prefix
21532 # Let make expand exec_prefix.
21533 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
21535 DEFS=-DHAVE_CONFIG_H
21537 ac_libobjs=
21538 ac_ltlibobjs=
21539 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
21540 # 1. Remove the extension, and $U if already installed.
21541 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
21542 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
21543 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
21544 # will be set to the directory where LIBOBJS objects are built.
21545 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
21546 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
21547 done
21548 LIBOBJS=$ac_libobjs
21550 LTLIBOBJS=$ac_ltlibobjs
21554 : ${CONFIG_STATUS=./config.status}
21555 ac_write_fail=0
21556 ac_clean_files_save=$ac_clean_files
21557 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
21558 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
21559 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
21560 as_write_fail=0
21561 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
21562 #! $SHELL
21563 # Generated by $as_me.
21564 # Run this file to recreate the current configuration.
21565 # Compiler output produced by configure, useful for debugging
21566 # configure, is in config.log if it exists.
21568 debug=false
21569 ac_cs_recheck=false
21570 ac_cs_silent=false
21572 SHELL=\${CONFIG_SHELL-$SHELL}
21573 export SHELL
21574 _ASEOF
21575 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
21576 ## -------------------- ##
21577 ## M4sh Initialization. ##
21578 ## -------------------- ##
21580 # Be more Bourne compatible
21581 DUALCASE=1; export DUALCASE # for MKS sh
21582 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
21583 emulate sh
21584 NULLCMD=:
21585 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21586 # is contrary to our usage. Disable this feature.
21587 alias -g '${1+"$@"}'='"$@"'
21588 setopt NO_GLOB_SUBST
21589 else
21590 case `(set -o) 2>/dev/null` in #(
21591 *posix*) :
21592 set -o posix ;; #(
21593 *) :
21595 esac
21599 as_nl='
21601 export as_nl
21602 # Printing a long string crashes Solaris 7 /usr/bin/printf.
21603 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
21604 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
21605 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
21606 # Prefer a ksh shell builtin over an external printf program on Solaris,
21607 # but without wasting forks for bash or zsh.
21608 if test -z "$BASH_VERSION$ZSH_VERSION" \
21609 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
21610 as_echo='print -r --'
21611 as_echo_n='print -rn --'
21612 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
21613 as_echo='printf %s\n'
21614 as_echo_n='printf %s'
21615 else
21616 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
21617 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
21618 as_echo_n='/usr/ucb/echo -n'
21619 else
21620 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
21621 as_echo_n_body='eval
21622 arg=$1;
21623 case $arg in #(
21624 *"$as_nl"*)
21625 expr "X$arg" : "X\\(.*\\)$as_nl";
21626 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
21627 esac;
21628 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
21630 export as_echo_n_body
21631 as_echo_n='sh -c $as_echo_n_body as_echo'
21633 export as_echo_body
21634 as_echo='sh -c $as_echo_body as_echo'
21637 # The user is always right.
21638 if test "${PATH_SEPARATOR+set}" != set; then
21639 PATH_SEPARATOR=:
21640 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
21641 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
21642 PATH_SEPARATOR=';'
21647 # IFS
21648 # We need space, tab and new line, in precisely that order. Quoting is
21649 # there to prevent editors from complaining about space-tab.
21650 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
21651 # splitting by setting IFS to empty value.)
21652 IFS=" "" $as_nl"
21654 # Find who we are. Look in the path if we contain no directory separator.
21655 case $0 in #((
21656 *[\\/]* ) as_myself=$0 ;;
21657 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21658 for as_dir in $PATH
21660 IFS=$as_save_IFS
21661 test -z "$as_dir" && as_dir=.
21662 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
21663 done
21664 IFS=$as_save_IFS
21667 esac
21668 # We did not find ourselves, most probably we were run as `sh COMMAND'
21669 # in which case we are not to be found in the path.
21670 if test "x$as_myself" = x; then
21671 as_myself=$0
21673 if test ! -f "$as_myself"; then
21674 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
21675 exit 1
21678 # Unset variables that we do not need and which cause bugs (e.g. in
21679 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
21680 # suppresses any "Segmentation fault" message there. '((' could
21681 # trigger a bug in pdksh 5.2.14.
21682 for as_var in BASH_ENV ENV MAIL MAILPATH
21683 do eval test x\${$as_var+set} = xset \
21684 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
21685 done
21686 PS1='$ '
21687 PS2='> '
21688 PS4='+ '
21690 # NLS nuisances.
21691 LC_ALL=C
21692 export LC_ALL
21693 LANGUAGE=C
21694 export LANGUAGE
21696 # CDPATH.
21697 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
21700 # as_fn_error ERROR [LINENO LOG_FD]
21701 # ---------------------------------
21702 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
21703 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
21704 # script with status $?, using 1 if that was 0.
21705 as_fn_error ()
21707 as_status=$?; test $as_status -eq 0 && as_status=1
21708 if test "$3"; then
21709 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
21710 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
21712 $as_echo "$as_me: error: $1" >&2
21713 as_fn_exit $as_status
21714 } # as_fn_error
21717 # as_fn_set_status STATUS
21718 # -----------------------
21719 # Set $? to STATUS, without forking.
21720 as_fn_set_status ()
21722 return $1
21723 } # as_fn_set_status
21725 # as_fn_exit STATUS
21726 # -----------------
21727 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
21728 as_fn_exit ()
21730 set +e
21731 as_fn_set_status $1
21732 exit $1
21733 } # as_fn_exit
21735 # as_fn_unset VAR
21736 # ---------------
21737 # Portably unset VAR.
21738 as_fn_unset ()
21740 { eval $1=; unset $1;}
21742 as_unset=as_fn_unset
21743 # as_fn_append VAR VALUE
21744 # ----------------------
21745 # Append the text in VALUE to the end of the definition contained in VAR. Take
21746 # advantage of any shell optimizations that allow amortized linear growth over
21747 # repeated appends, instead of the typical quadratic growth present in naive
21748 # implementations.
21749 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
21750 eval 'as_fn_append ()
21752 eval $1+=\$2
21754 else
21755 as_fn_append ()
21757 eval $1=\$$1\$2
21759 fi # as_fn_append
21761 # as_fn_arith ARG...
21762 # ------------------
21763 # Perform arithmetic evaluation on the ARGs, and store the result in the
21764 # global $as_val. Take advantage of shells that can avoid forks. The arguments
21765 # must be portable across $(()) and expr.
21766 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
21767 eval 'as_fn_arith ()
21769 as_val=$(( $* ))
21771 else
21772 as_fn_arith ()
21774 as_val=`expr "$@" || test $? -eq 1`
21776 fi # as_fn_arith
21779 if expr a : '\(a\)' >/dev/null 2>&1 &&
21780 test "X`expr 00001 : '.*\(...\)'`" = X001; then
21781 as_expr=expr
21782 else
21783 as_expr=false
21786 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
21787 as_basename=basename
21788 else
21789 as_basename=false
21792 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
21793 as_dirname=dirname
21794 else
21795 as_dirname=false
21798 as_me=`$as_basename -- "$0" ||
21799 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
21800 X"$0" : 'X\(//\)$' \| \
21801 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
21802 $as_echo X/"$0" |
21803 sed '/^.*\/\([^/][^/]*\)\/*$/{
21804 s//\1/
21807 /^X\/\(\/\/\)$/{
21808 s//\1/
21811 /^X\/\(\/\).*/{
21812 s//\1/
21815 s/.*/./; q'`
21817 # Avoid depending upon Character Ranges.
21818 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
21819 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
21820 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
21821 as_cr_digits='0123456789'
21822 as_cr_alnum=$as_cr_Letters$as_cr_digits
21824 ECHO_C= ECHO_N= ECHO_T=
21825 case `echo -n x` in #(((((
21826 -n*)
21827 case `echo 'xy\c'` in
21828 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
21829 xy) ECHO_C='\c';;
21830 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
21831 ECHO_T=' ';;
21832 esac;;
21834 ECHO_N='-n';;
21835 esac
21837 rm -f conf$$ conf$$.exe conf$$.file
21838 if test -d conf$$.dir; then
21839 rm -f conf$$.dir/conf$$.file
21840 else
21841 rm -f conf$$.dir
21842 mkdir conf$$.dir 2>/dev/null
21844 if (echo >conf$$.file) 2>/dev/null; then
21845 if ln -s conf$$.file conf$$ 2>/dev/null; then
21846 as_ln_s='ln -s'
21847 # ... but there are two gotchas:
21848 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
21849 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
21850 # In both cases, we have to default to `cp -p'.
21851 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
21852 as_ln_s='cp -p'
21853 elif ln conf$$.file conf$$ 2>/dev/null; then
21854 as_ln_s=ln
21855 else
21856 as_ln_s='cp -p'
21858 else
21859 as_ln_s='cp -p'
21861 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
21862 rmdir conf$$.dir 2>/dev/null
21865 # as_fn_mkdir_p
21866 # -------------
21867 # Create "$as_dir" as a directory, including parents if necessary.
21868 as_fn_mkdir_p ()
21871 case $as_dir in #(
21872 -*) as_dir=./$as_dir;;
21873 esac
21874 test -d "$as_dir" || eval $as_mkdir_p || {
21875 as_dirs=
21876 while :; do
21877 case $as_dir in #(
21878 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
21879 *) as_qdir=$as_dir;;
21880 esac
21881 as_dirs="'$as_qdir' $as_dirs"
21882 as_dir=`$as_dirname -- "$as_dir" ||
21883 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
21884 X"$as_dir" : 'X\(//\)[^/]' \| \
21885 X"$as_dir" : 'X\(//\)$' \| \
21886 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
21887 $as_echo X"$as_dir" |
21888 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
21889 s//\1/
21892 /^X\(\/\/\)[^/].*/{
21893 s//\1/
21896 /^X\(\/\/\)$/{
21897 s//\1/
21900 /^X\(\/\).*/{
21901 s//\1/
21904 s/.*/./; q'`
21905 test -d "$as_dir" && break
21906 done
21907 test -z "$as_dirs" || eval "mkdir $as_dirs"
21908 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
21911 } # as_fn_mkdir_p
21912 if mkdir -p . 2>/dev/null; then
21913 as_mkdir_p='mkdir -p "$as_dir"'
21914 else
21915 test -d ./-p && rmdir ./-p
21916 as_mkdir_p=false
21919 if test -x / >/dev/null 2>&1; then
21920 as_test_x='test -x'
21921 else
21922 if ls -dL / >/dev/null 2>&1; then
21923 as_ls_L_option=L
21924 else
21925 as_ls_L_option=
21927 as_test_x='
21928 eval sh -c '\''
21929 if test -d "$1"; then
21930 test -d "$1/.";
21931 else
21932 case $1 in #(
21933 -*)set "./$1";;
21934 esac;
21935 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
21936 ???[sx]*):;;*)false;;esac;fi
21937 '\'' sh
21940 as_executable_p=$as_test_x
21942 # Sed expression to map a string onto a valid CPP name.
21943 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
21945 # Sed expression to map a string onto a valid variable name.
21946 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
21949 exec 6>&1
21950 ## ----------------------------------- ##
21951 ## Main body of $CONFIG_STATUS script. ##
21952 ## ----------------------------------- ##
21953 _ASEOF
21954 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
21956 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21957 # Save the log message, to keep $0 and so on meaningful, and to
21958 # report actual input values of CONFIG_FILES etc. instead of their
21959 # values after options handling.
21960 ac_log="
21961 This file was extended by Wine $as_me 1.1.38, which was
21962 generated by GNU Autoconf 2.65. Invocation command line was
21964 CONFIG_FILES = $CONFIG_FILES
21965 CONFIG_HEADERS = $CONFIG_HEADERS
21966 CONFIG_LINKS = $CONFIG_LINKS
21967 CONFIG_COMMANDS = $CONFIG_COMMANDS
21968 $ $0 $@
21970 on `(hostname || uname -n) 2>/dev/null | sed 1q`
21973 _ACEOF
21975 case $ac_config_files in *"
21976 "*) set x $ac_config_files; shift; ac_config_files=$*;;
21977 esac
21979 case $ac_config_headers in *"
21980 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
21981 esac
21984 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21985 # Files that config.status was made for.
21986 config_files="$ac_config_files"
21987 config_headers="$ac_config_headers"
21988 config_links="$ac_config_links"
21989 config_commands="$ac_config_commands"
21991 _ACEOF
21993 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21994 ac_cs_usage="\
21995 \`$as_me' instantiates files and other configuration actions
21996 from templates according to the current configuration. Unless the files
21997 and actions are specified as TAGs, all are instantiated by default.
21999 Usage: $0 [OPTION]... [TAG]...
22001 -h, --help print this help, then exit
22002 -V, --version print version number and configuration settings, then exit
22003 --config print configuration, then exit
22004 -q, --quiet, --silent
22005 do not print progress messages
22006 -d, --debug don't remove temporary files
22007 --recheck update $as_me by reconfiguring in the same conditions
22008 --file=FILE[:TEMPLATE]
22009 instantiate the configuration file FILE
22010 --header=FILE[:TEMPLATE]
22011 instantiate the configuration header FILE
22013 Configuration files:
22014 $config_files
22016 Configuration headers:
22017 $config_headers
22019 Configuration links:
22020 $config_links
22022 Configuration commands:
22023 $config_commands
22025 Report bugs to <wine-devel@winehq.org>.
22026 Wine home page: <http://www.winehq.org>."
22028 _ACEOF
22029 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22030 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
22031 ac_cs_version="\\
22032 Wine config.status 1.1.38
22033 configured by $0, generated by GNU Autoconf 2.65,
22034 with options \\"\$ac_cs_config\\"
22036 Copyright (C) 2009 Free Software Foundation, Inc.
22037 This config.status script is free software; the Free Software Foundation
22038 gives unlimited permission to copy, distribute and modify it."
22040 ac_pwd='$ac_pwd'
22041 srcdir='$srcdir'
22042 INSTALL='$INSTALL'
22043 test -n "\$AWK" || AWK=awk
22044 _ACEOF
22046 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22047 # The default lists apply if the user does not specify any file.
22048 ac_need_defaults=:
22049 while test $# != 0
22051 case $1 in
22052 --*=*)
22053 ac_option=`expr "X$1" : 'X\([^=]*\)='`
22054 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
22055 ac_shift=:
22058 ac_option=$1
22059 ac_optarg=$2
22060 ac_shift=shift
22062 esac
22064 case $ac_option in
22065 # Handling of the options.
22066 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
22067 ac_cs_recheck=: ;;
22068 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
22069 $as_echo "$ac_cs_version"; exit ;;
22070 --config | --confi | --conf | --con | --co | --c )
22071 $as_echo "$ac_cs_config"; exit ;;
22072 --debug | --debu | --deb | --de | --d | -d )
22073 debug=: ;;
22074 --file | --fil | --fi | --f )
22075 $ac_shift
22076 case $ac_optarg in
22077 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
22078 esac
22079 as_fn_append CONFIG_FILES " '$ac_optarg'"
22080 ac_need_defaults=false;;
22081 --header | --heade | --head | --hea )
22082 $ac_shift
22083 case $ac_optarg in
22084 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
22085 esac
22086 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
22087 ac_need_defaults=false;;
22088 --he | --h)
22089 # Conflict between --help and --header
22090 as_fn_error "ambiguous option: \`$1'
22091 Try \`$0 --help' for more information.";;
22092 --help | --hel | -h )
22093 $as_echo "$ac_cs_usage"; exit ;;
22094 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
22095 | -silent | --silent | --silen | --sile | --sil | --si | --s)
22096 ac_cs_silent=: ;;
22098 # This is an error.
22099 -*) as_fn_error "unrecognized option: \`$1'
22100 Try \`$0 --help' for more information." ;;
22102 *) as_fn_append ac_config_targets " $1"
22103 ac_need_defaults=false ;;
22105 esac
22106 shift
22107 done
22109 ac_configure_extra_args=
22111 if $ac_cs_silent; then
22112 exec 6>/dev/null
22113 ac_configure_extra_args="$ac_configure_extra_args --silent"
22116 _ACEOF
22117 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22118 if \$ac_cs_recheck; then
22119 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
22120 shift
22121 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
22122 CONFIG_SHELL='$SHELL'
22123 export CONFIG_SHELL
22124 exec "\$@"
22127 _ACEOF
22128 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22129 exec 5>>config.log
22131 echo
22132 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
22133 ## Running $as_me. ##
22134 _ASBOX
22135 $as_echo "$ac_log"
22136 } >&5
22138 _ACEOF
22139 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22140 _ACEOF
22142 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22144 # Handling of arguments.
22145 for ac_config_target in $ac_config_targets
22147 case $ac_config_target in
22148 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
22149 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
22150 "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
22151 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
22152 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
22153 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
22154 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
22155 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
22156 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
22157 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
22158 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
22159 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
22160 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
22161 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
22162 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
22163 "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
22164 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
22165 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
22166 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
22167 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
22168 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
22169 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
22170 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
22171 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
22172 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
22173 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
22174 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
22175 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
22176 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
22177 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
22178 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
22179 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
22180 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
22181 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
22182 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
22183 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
22184 "dlls/avifil32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/tests/Makefile" ;;
22185 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
22186 "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
22187 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
22188 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
22189 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
22190 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
22191 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
22192 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
22193 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
22194 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
22195 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
22196 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
22197 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
22198 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
22199 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
22200 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
22201 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
22202 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
22203 "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
22204 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
22205 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
22206 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
22207 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
22208 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
22209 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
22210 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
22211 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
22212 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
22213 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
22214 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
22215 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
22216 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
22217 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
22218 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
22219 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
22220 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
22221 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
22222 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
22223 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
22224 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
22225 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
22226 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
22227 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
22228 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
22229 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
22230 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
22231 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
22232 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
22233 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
22234 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
22235 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
22236 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
22237 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
22238 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
22239 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
22240 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
22241 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
22242 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
22243 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
22244 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
22245 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
22246 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
22247 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
22248 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
22249 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
22250 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
22251 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
22252 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
22253 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
22254 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
22255 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
22256 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
22257 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
22258 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
22259 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
22260 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
22261 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
22262 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
22263 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
22264 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
22265 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
22266 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
22267 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
22268 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
22269 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
22270 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
22271 "dlls/dmloader/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/tests/Makefile" ;;
22272 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
22273 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
22274 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
22275 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
22276 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
22277 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
22278 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
22279 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
22280 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
22281 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
22282 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
22283 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
22284 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
22285 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
22286 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
22287 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
22288 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
22289 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
22290 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
22291 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
22292 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
22293 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
22294 "dlls/dxdiagn/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/tests/Makefile" ;;
22295 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
22296 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
22297 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
22298 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
22299 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
22300 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
22301 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
22302 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
22303 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
22304 "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
22305 "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
22306 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
22307 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
22308 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
22309 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
22310 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
22311 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
22312 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
22313 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
22314 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
22315 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
22316 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
22317 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
22318 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
22319 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
22320 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
22321 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
22322 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
22323 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
22324 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
22325 "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
22326 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
22327 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
22328 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
22329 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
22330 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
22331 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
22332 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
22333 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
22334 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
22335 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
22336 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
22337 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
22338 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
22339 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
22340 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
22341 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
22342 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
22343 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
22344 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
22345 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
22346 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
22347 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
22348 "dlls/krnl386.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/krnl386.exe16/Makefile" ;;
22349 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
22350 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
22351 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
22352 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
22353 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
22354 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
22355 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
22356 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
22357 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
22358 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
22359 "dlls/mapistub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapistub/Makefile" ;;
22360 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
22361 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
22362 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
22363 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
22364 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
22365 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
22366 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
22367 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
22368 "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
22369 "dlls/mmdevapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/tests/Makefile" ;;
22370 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
22371 "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
22372 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
22373 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
22374 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
22375 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
22376 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
22377 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
22378 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
22379 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
22380 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
22381 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
22382 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
22383 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
22384 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
22385 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
22386 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
22387 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
22388 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
22389 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
22390 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
22391 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
22392 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
22393 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
22394 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
22395 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
22396 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
22397 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
22398 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
22399 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
22400 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
22401 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
22402 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
22403 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
22404 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
22405 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
22406 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
22407 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
22408 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
22409 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
22410 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
22411 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
22412 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
22413 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
22414 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
22415 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
22416 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
22417 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
22418 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
22419 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
22420 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
22421 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
22422 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
22423 "dlls/msxml4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml4/Makefile" ;;
22424 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
22425 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
22426 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
22427 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
22428 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
22429 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
22430 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
22431 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
22432 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
22433 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
22434 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
22435 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
22436 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
22437 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
22438 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
22439 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
22440 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
22441 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
22442 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
22443 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
22444 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
22445 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
22446 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
22447 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
22448 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
22449 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
22450 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
22451 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
22452 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
22453 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
22454 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
22455 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
22456 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
22457 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
22458 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
22459 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
22460 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
22461 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
22462 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
22463 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
22464 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
22465 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
22466 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
22467 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
22468 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
22469 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
22470 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
22471 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
22472 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
22473 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
22474 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
22475 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
22476 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
22477 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
22478 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
22479 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
22480 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
22481 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
22482 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
22483 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
22484 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
22485 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
22486 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
22487 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
22488 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
22489 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
22490 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
22491 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
22492 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
22493 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
22494 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
22495 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
22496 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
22497 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
22498 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
22499 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
22500 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
22501 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
22502 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
22503 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
22504 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
22505 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
22506 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
22507 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
22508 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
22509 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
22510 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
22511 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
22512 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
22513 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
22514 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
22515 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
22516 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
22517 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
22518 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
22519 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
22520 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
22521 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
22522 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
22523 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
22524 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
22525 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
22526 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
22527 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
22528 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
22529 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
22530 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
22531 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
22532 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
22533 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
22534 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
22535 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
22536 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
22537 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
22538 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
22539 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
22540 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
22541 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
22542 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
22543 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
22544 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
22545 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
22546 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
22547 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
22548 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
22549 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
22550 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
22551 "dlls/user.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user.exe16/Makefile" ;;
22552 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
22553 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
22554 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
22555 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
22556 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
22557 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
22558 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
22559 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
22560 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
22561 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
22562 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
22563 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
22564 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
22565 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
22566 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
22567 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
22568 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
22569 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
22570 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
22571 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
22572 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
22573 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
22574 "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
22575 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
22576 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
22577 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
22578 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
22579 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
22580 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
22581 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
22582 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
22583 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
22584 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
22585 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
22586 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
22587 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
22588 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
22589 "dlls/winemapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemapi/Makefile" ;;
22590 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
22591 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
22592 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
22593 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
22594 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
22595 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
22596 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
22597 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
22598 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
22599 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
22600 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
22601 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
22602 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
22603 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
22604 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
22605 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
22606 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
22607 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
22608 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
22609 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
22610 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
22611 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
22612 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
22613 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
22614 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
22615 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
22616 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
22617 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
22618 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
22619 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
22620 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
22621 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
22622 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
22623 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
22624 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
22625 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
22626 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
22627 "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
22628 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
22629 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
22630 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
22631 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
22632 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
22633 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
22634 "dlls/xmllite/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/tests/Makefile" ;;
22635 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
22636 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
22637 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
22638 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
22639 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
22640 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
22641 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
22642 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
22643 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
22644 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
22645 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
22646 "programs/cmd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/tests/Makefile" ;;
22647 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
22648 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
22649 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
22650 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
22651 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
22652 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
22653 "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
22654 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
22655 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
22656 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
22657 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
22658 "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
22659 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
22660 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
22661 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
22662 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
22663 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
22664 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
22665 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
22666 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
22667 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
22668 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
22669 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
22670 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
22671 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
22672 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
22673 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
22674 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
22675 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
22676 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
22677 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
22678 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
22679 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
22680 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
22681 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
22682 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
22683 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
22684 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
22685 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
22686 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
22687 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
22688 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
22689 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
22690 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
22691 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
22692 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
22693 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
22694 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
22695 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
22696 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
22697 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
22698 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
22699 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
22700 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
22701 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
22702 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
22703 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
22704 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
22705 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
22707 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
22708 esac
22709 done
22712 # If the user did not use the arguments to specify the items to instantiate,
22713 # then the envvar interface is used. Set only those that are not.
22714 # We use the long form for the default assignment because of an extremely
22715 # bizarre bug on SunOS 4.1.3.
22716 if $ac_need_defaults; then
22717 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
22718 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
22719 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
22720 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
22723 # Have a temporary directory for convenience. Make it in the build tree
22724 # simply because there is no reason against having it here, and in addition,
22725 # creating and moving files from /tmp can sometimes cause problems.
22726 # Hook for its removal unless debugging.
22727 # Note that there is a small window in which the directory will not be cleaned:
22728 # after its creation but before its name has been assigned to `$tmp'.
22729 $debug ||
22731 tmp=
22732 trap 'exit_status=$?
22733 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
22735 trap 'as_fn_exit 1' 1 2 13 15
22737 # Create a (secure) tmp directory for tmp files.
22740 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
22741 test -n "$tmp" && test -d "$tmp"
22742 } ||
22744 tmp=./conf$$-$RANDOM
22745 (umask 077 && mkdir "$tmp")
22746 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
22748 # Set up the scripts for CONFIG_FILES section.
22749 # No need to generate them if there are no CONFIG_FILES.
22750 # This happens for instance with `./config.status config.h'.
22751 if test -n "$CONFIG_FILES"; then
22753 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
22754 ac_cs_awk_getline=:
22755 ac_cs_awk_pipe_init=
22756 ac_cs_awk_read_file='
22757 while ((getline aline < (F[key])) > 0)
22758 print(aline)
22759 close(F[key])'
22760 ac_cs_awk_pipe_fini=
22761 else
22762 ac_cs_awk_getline=false
22763 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
22764 ac_cs_awk_read_file='
22765 print "|#_!!_#|"
22766 print "cat " F[key] " &&"
22767 '$ac_cs_awk_pipe_init
22768 # The final `:' finishes the AND list.
22769 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
22771 ac_cr=`echo X | tr X '\015'`
22772 # On cygwin, bash can eat \r inside `` if the user requested igncr.
22773 # But we know of no other shell where ac_cr would be empty at this
22774 # point, so we can use a bashism as a fallback.
22775 if test "x$ac_cr" = x; then
22776 eval ac_cr=\$\'\\r\'
22778 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
22779 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
22780 ac_cs_awk_cr='\r'
22781 else
22782 ac_cs_awk_cr=$ac_cr
22785 echo 'BEGIN {' >"$tmp/subs1.awk" &&
22786 _ACEOF
22788 # Create commands to substitute file output variables.
22790 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
22791 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
22792 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
22793 echo "_ACAWK" &&
22794 echo "_ACEOF"
22795 } >conf$$files.sh &&
22796 . ./conf$$files.sh ||
22797 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
22798 rm -f conf$$files.sh
22801 echo "cat >conf$$subs.awk <<_ACEOF" &&
22802 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
22803 echo "_ACEOF"
22804 } >conf$$subs.sh ||
22805 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
22806 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
22807 ac_delim='%!_!# '
22808 for ac_last_try in false false false false false :; do
22809 . ./conf$$subs.sh ||
22810 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
22812 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
22813 if test $ac_delim_n = $ac_delim_num; then
22814 break
22815 elif $ac_last_try; then
22816 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
22817 else
22818 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
22820 done
22821 rm -f conf$$subs.sh
22823 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22824 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
22825 _ACEOF
22826 sed -n '
22828 s/^/S["/; s/!.*/"]=/
22831 s/^[^!]*!//
22832 :repl
22833 t repl
22834 s/'"$ac_delim"'$//
22835 t delim
22838 s/\(.\{148\}\)..*/\1/
22839 t more1
22840 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
22843 b repl
22844 :more1
22845 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
22848 s/.\{148\}//
22849 t nl
22850 :delim
22852 s/\(.\{148\}\)..*/\1/
22853 t more2
22854 s/["\\]/\\&/g; s/^/"/; s/$/"/
22857 :more2
22858 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
22861 s/.\{148\}//
22862 t delim
22863 ' <conf$$subs.awk | sed '
22864 /^[^""]/{
22866 s/\n//
22868 ' >>$CONFIG_STATUS || ac_write_fail=1
22869 rm -f conf$$subs.awk
22870 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22871 _ACAWK
22872 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
22873 for (key in S) S_is_set[key] = 1
22874 FS = "\a"
22875 \$ac_cs_awk_pipe_init
22878 line = $ 0
22879 nfields = split(line, field, "@")
22880 substed = 0
22881 len = length(field[1])
22882 for (i = 2; i < nfields; i++) {
22883 key = field[i]
22884 keylen = length(key)
22885 if (S_is_set[key]) {
22886 value = S[key]
22887 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
22888 len += length(value) + length(field[++i])
22889 substed = 1
22890 } else
22891 len += 1 + keylen
22893 if (nfields == 3 && !substed) {
22894 key = field[2]
22895 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
22896 \$ac_cs_awk_read_file
22897 next
22900 print line
22902 \$ac_cs_awk_pipe_fini
22903 _ACAWK
22904 _ACEOF
22905 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22906 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
22907 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
22908 else
22910 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
22911 || as_fn_error "could not setup config files machinery" "$LINENO" 5
22912 _ACEOF
22914 # VPATH may cause trouble with some makes, so we remove $(srcdir),
22915 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
22916 # trailing colons and then remove the whole line if VPATH becomes empty
22917 # (actually we leave an empty line to preserve line numbers).
22918 if test "x$srcdir" = x.; then
22919 ac_vpsub='/^[ ]*VPATH[ ]*=/{
22920 s/:*\$(srcdir):*/:/
22921 s/:*\${srcdir}:*/:/
22922 s/:*@srcdir@:*/:/
22923 s/^\([^=]*=[ ]*\):*/\1/
22924 s/:*$//
22925 s/^[^=]*=[ ]*$//
22929 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22930 fi # test -n "$CONFIG_FILES"
22932 # Set up the scripts for CONFIG_HEADERS section.
22933 # No need to generate them if there are no CONFIG_HEADERS.
22934 # This happens for instance with `./config.status Makefile'.
22935 if test -n "$CONFIG_HEADERS"; then
22936 cat >"$tmp/defines.awk" <<\_ACAWK ||
22937 BEGIN {
22938 _ACEOF
22940 # Transform confdefs.h into an awk script `defines.awk', embedded as
22941 # here-document in config.status, that substitutes the proper values into
22942 # config.h.in to produce config.h.
22944 # Create a delimiter string that does not exist in confdefs.h, to ease
22945 # handling of long lines.
22946 ac_delim='%!_!# '
22947 for ac_last_try in false false :; do
22948 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
22949 if test -z "$ac_t"; then
22950 break
22951 elif $ac_last_try; then
22952 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
22953 else
22954 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
22956 done
22958 # For the awk script, D is an array of macro values keyed by name,
22959 # likewise P contains macro parameters if any. Preserve backslash
22960 # newline sequences.
22962 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
22963 sed -n '
22964 s/.\{148\}/&'"$ac_delim"'/g
22965 t rset
22966 :rset
22967 s/^[ ]*#[ ]*define[ ][ ]*/ /
22968 t def
22970 :def
22971 s/\\$//
22972 t bsnl
22973 s/["\\]/\\&/g
22974 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
22975 D["\1"]=" \3"/p
22976 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
22978 :bsnl
22979 s/["\\]/\\&/g
22980 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
22981 D["\1"]=" \3\\\\\\n"\\/p
22982 t cont
22983 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
22984 t cont
22986 :cont
22988 s/.\{148\}/&'"$ac_delim"'/g
22989 t clear
22990 :clear
22991 s/\\$//
22992 t bsnlc
22993 s/["\\]/\\&/g; s/^/"/; s/$/"/p
22995 :bsnlc
22996 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
22997 b cont
22998 ' <confdefs.h | sed '
22999 s/'"$ac_delim"'/"\\\
23000 "/g' >>$CONFIG_STATUS || ac_write_fail=1
23002 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23003 for (key in D) D_is_set[key] = 1
23004 FS = "\a"
23006 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
23007 line = \$ 0
23008 split(line, arg, " ")
23009 if (arg[1] == "#") {
23010 defundef = arg[2]
23011 mac1 = arg[3]
23012 } else {
23013 defundef = substr(arg[1], 2)
23014 mac1 = arg[2]
23016 split(mac1, mac2, "(") #)
23017 macro = mac2[1]
23018 prefix = substr(line, 1, index(line, defundef) - 1)
23019 if (D_is_set[macro]) {
23020 # Preserve the white space surrounding the "#".
23021 print prefix "define", macro P[macro] D[macro]
23022 next
23023 } else {
23024 # Replace #undef with comments. This is necessary, for example,
23025 # in the case of _POSIX_SOURCE, which is predefined and required
23026 # on some systems where configure will not decide to define it.
23027 if (defundef == "undef") {
23028 print "/*", prefix defundef, macro, "*/"
23029 next
23033 { print }
23034 _ACAWK
23035 _ACEOF
23036 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23037 as_fn_error "could not setup config headers machinery" "$LINENO" 5
23038 fi # test -n "$CONFIG_HEADERS"
23041 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
23042 shift
23043 for ac_tag
23045 case $ac_tag in
23046 :[FHLC]) ac_mode=$ac_tag; continue;;
23047 esac
23048 case $ac_mode$ac_tag in
23049 :[FHL]*:*);;
23050 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
23051 :[FH]-) ac_tag=-:-;;
23052 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
23053 esac
23054 ac_save_IFS=$IFS
23055 IFS=:
23056 set x $ac_tag
23057 IFS=$ac_save_IFS
23058 shift
23059 ac_file=$1
23060 shift
23062 case $ac_mode in
23063 :L) ac_source=$1;;
23064 :[FH])
23065 ac_file_inputs=
23066 for ac_f
23068 case $ac_f in
23069 -) ac_f="$tmp/stdin";;
23070 *) # Look for the file first in the build tree, then in the source tree
23071 # (if the path is not absolute). The absolute path cannot be DOS-style,
23072 # because $ac_f cannot contain `:'.
23073 test -f "$ac_f" ||
23074 case $ac_f in
23075 [\\/$]*) false;;
23076 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
23077 esac ||
23078 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
23079 esac
23080 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
23081 as_fn_append ac_file_inputs " '$ac_f'"
23082 done
23084 # Let's still pretend it is `configure' which instantiates (i.e., don't
23085 # use $as_me), people would be surprised to read:
23086 # /* config.h. Generated by config.status. */
23087 configure_input='Generated from '`
23088 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
23089 `' by configure.'
23090 if test x"$ac_file" != x-; then
23091 configure_input="$ac_file. $configure_input"
23092 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
23093 $as_echo "$as_me: creating $ac_file" >&6;}
23095 # Neutralize special characters interpreted by sed in replacement strings.
23096 case $configure_input in #(
23097 *\&* | *\|* | *\\* )
23098 ac_sed_conf_input=`$as_echo "$configure_input" |
23099 sed 's/[\\\\&|]/\\\\&/g'`;; #(
23100 *) ac_sed_conf_input=$configure_input;;
23101 esac
23103 case $ac_tag in
23104 *:-:* | *:-) cat >"$tmp/stdin" \
23105 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
23106 esac
23108 esac
23110 ac_dir=`$as_dirname -- "$ac_file" ||
23111 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23112 X"$ac_file" : 'X\(//\)[^/]' \| \
23113 X"$ac_file" : 'X\(//\)$' \| \
23114 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
23115 $as_echo X"$ac_file" |
23116 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23117 s//\1/
23120 /^X\(\/\/\)[^/].*/{
23121 s//\1/
23124 /^X\(\/\/\)$/{
23125 s//\1/
23128 /^X\(\/\).*/{
23129 s//\1/
23132 s/.*/./; q'`
23133 as_dir="$ac_dir"; as_fn_mkdir_p
23134 ac_builddir=.
23136 case "$ac_dir" in
23137 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
23139 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
23140 # A ".." for each directory in $ac_dir_suffix.
23141 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
23142 case $ac_top_builddir_sub in
23143 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
23144 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
23145 esac ;;
23146 esac
23147 ac_abs_top_builddir=$ac_pwd
23148 ac_abs_builddir=$ac_pwd$ac_dir_suffix
23149 # for backward compatibility:
23150 ac_top_builddir=$ac_top_build_prefix
23152 case $srcdir in
23153 .) # We are building in place.
23154 ac_srcdir=.
23155 ac_top_srcdir=$ac_top_builddir_sub
23156 ac_abs_top_srcdir=$ac_pwd ;;
23157 [\\/]* | ?:[\\/]* ) # Absolute name.
23158 ac_srcdir=$srcdir$ac_dir_suffix;
23159 ac_top_srcdir=$srcdir
23160 ac_abs_top_srcdir=$srcdir ;;
23161 *) # Relative name.
23162 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
23163 ac_top_srcdir=$ac_top_build_prefix$srcdir
23164 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
23165 esac
23166 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
23169 case $ac_mode in
23172 # CONFIG_FILE
23175 case $INSTALL in
23176 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
23177 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
23178 esac
23179 _ACEOF
23181 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23182 # If the template does not know about datarootdir, expand it.
23183 # FIXME: This hack should be removed a few years after 2.60.
23184 ac_datarootdir_hack=; ac_datarootdir_seen=
23185 ac_sed_dataroot='
23186 /datarootdir/ {
23190 /@datadir@/p
23191 /@docdir@/p
23192 /@infodir@/p
23193 /@localedir@/p
23194 /@mandir@/p'
23195 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
23196 *datarootdir*) ac_datarootdir_seen=yes;;
23197 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
23198 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
23199 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
23200 _ACEOF
23201 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23202 ac_datarootdir_hack='
23203 s&@datadir@&$datadir&g
23204 s&@docdir@&$docdir&g
23205 s&@infodir@&$infodir&g
23206 s&@localedir@&$localedir&g
23207 s&@mandir@&$mandir&g
23208 s&\\\${datarootdir}&$datarootdir&g' ;;
23209 esac
23210 _ACEOF
23212 # Neutralize VPATH when `$srcdir' = `.'.
23213 # Shell code in configure.ac might set extrasub.
23214 # FIXME: do we really want to maintain this feature?
23215 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23216 ac_sed_extra="$ac_vpsub
23217 $extrasub
23218 _ACEOF
23219 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23221 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
23222 s|@configure_input@|$ac_sed_conf_input|;t t
23223 s&@top_builddir@&$ac_top_builddir_sub&;t t
23224 s&@top_build_prefix@&$ac_top_build_prefix&;t t
23225 s&@srcdir@&$ac_srcdir&;t t
23226 s&@abs_srcdir@&$ac_abs_srcdir&;t t
23227 s&@top_srcdir@&$ac_top_srcdir&;t t
23228 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
23229 s&@builddir@&$ac_builddir&;t t
23230 s&@abs_builddir@&$ac_abs_builddir&;t t
23231 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
23232 s&@INSTALL@&$ac_INSTALL&;t t
23233 $ac_datarootdir_hack
23235 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
23236 if $ac_cs_awk_getline; then
23237 $AWK -f "$tmp/subs.awk"
23238 else
23239 $AWK -f "$tmp/subs.awk" | $SHELL
23240 fi >$tmp/out \
23241 || as_fn_error "could not create $ac_file" "$LINENO" 5
23243 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
23244 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
23245 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
23246 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
23247 which seems to be undefined. Please make sure it is defined." >&5
23248 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
23249 which seems to be undefined. Please make sure it is defined." >&2;}
23251 rm -f "$tmp/stdin"
23252 case $ac_file in
23253 -) cat "$tmp/out" && rm -f "$tmp/out";;
23254 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
23255 esac \
23256 || as_fn_error "could not create $ac_file" "$LINENO" 5
23260 # CONFIG_HEADER
23262 if test x"$ac_file" != x-; then
23264 $as_echo "/* $configure_input */" \
23265 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
23266 } >"$tmp/config.h" \
23267 || as_fn_error "could not create $ac_file" "$LINENO" 5
23268 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
23269 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
23270 $as_echo "$as_me: $ac_file is unchanged" >&6;}
23271 else
23272 rm -f "$ac_file"
23273 mv "$tmp/config.h" "$ac_file" \
23274 || as_fn_error "could not create $ac_file" "$LINENO" 5
23276 else
23277 $as_echo "/* $configure_input */" \
23278 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
23279 || as_fn_error "could not create -" "$LINENO" 5
23284 # CONFIG_LINK
23287 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
23289 else
23290 # Prefer the file from the source tree if names are identical.
23291 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
23292 ac_source=$srcdir/$ac_source
23295 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
23296 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
23298 if test ! -r "$ac_source"; then
23299 as_fn_error "$ac_source: file not found" "$LINENO" 5
23301 rm -f "$ac_file"
23303 # Try a relative symlink, then a hard link, then a copy.
23304 case $srcdir in
23305 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
23306 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
23307 esac
23308 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
23309 ln "$ac_source" "$ac_file" 2>/dev/null ||
23310 cp -p "$ac_source" "$ac_file" ||
23311 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
23314 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
23315 $as_echo "$as_me: executing $ac_file commands" >&6;}
23317 esac
23320 case $ac_file$ac_mode in
23321 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
23322 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
23323 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
23324 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
23325 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
23326 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
23327 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
23328 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
23329 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
23330 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
23331 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
23332 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
23333 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
23335 esac
23336 done # for ac_tag
23339 as_fn_exit 0
23340 _ACEOF
23341 ac_clean_files=$ac_clean_files_save
23343 test $ac_write_fail = 0 ||
23344 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
23347 # configure is writing to config.log, and then calls config.status.
23348 # config.status does its own redirection, appending to config.log.
23349 # Unfortunately, on DOS this fails, as config.log is still kept open
23350 # by configure, so config.status won't be able to write to it; its
23351 # output is simply discarded. So we exec the FD to /dev/null,
23352 # effectively closing config.log, so it can be properly (re)opened and
23353 # appended to by config.status. When coming back to configure, we
23354 # need to make the FD available again.
23355 if test "$no_create" != yes; then
23356 ac_cs_success=:
23357 ac_config_status_args=
23358 test "$silent" = yes &&
23359 ac_config_status_args="$ac_config_status_args --quiet"
23360 exec 5>/dev/null
23361 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
23362 exec 5>>config.log
23363 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
23364 # would make configure fail if this is the last instruction.
23365 $ac_cs_success || as_fn_exit $?
23367 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
23368 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
23369 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
23373 if test "$no_create" = "yes"
23374 then
23375 exit 0
23378 ac_save_IFS="$IFS"
23379 if test "x$wine_notices != "x; then
23380 echo >&6
23381 IFS="|"
23382 for msg in $wine_notices; do
23383 IFS="$ac_save_IFS"
23384 if test -n "$msg"; then
23385 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
23386 $as_echo "$as_me: $msg" >&6;}
23388 done
23390 IFS="|"
23391 for msg in $wine_warnings; do
23392 IFS="$ac_save_IFS"
23393 if test -n "$msg"; then
23394 echo >&2
23395 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
23396 $as_echo "$as_me: WARNING: $msg" >&2;}
23398 done
23399 IFS="$ac_save_IFS"
23401 echo "
23402 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
23403 " >&6