makefiles: Build the dlls directly from the top-level makefile.
[wine/multimedia.git] / configure
blobb4cbb1586612333007fbf6eb302eb4cb61d6709d
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for Wine 1.1.38.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10 # Inc.
13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ##
16 ## M4sh Initialization. ##
17 ## -------------------- ##
19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 emulate sh
23 NULLCMD=:
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25 # is contrary to our usage. Disable this feature.
26 alias -g '${1+"$@"}'='"$@"'
27 setopt NO_GLOB_SUBST
28 else
29 case `(set -o) 2>/dev/null` in #(
30 *posix*) :
31 set -o posix ;; #(
32 *) :
34 esac
38 as_nl='
40 export as_nl
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
46 # but without wasting forks for bash or zsh.
47 if test -z "$BASH_VERSION$ZSH_VERSION" \
48 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49 as_echo='print -r --'
50 as_echo_n='print -rn --'
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52 as_echo='printf %s\n'
53 as_echo_n='printf %s'
54 else
55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57 as_echo_n='/usr/ucb/echo -n'
58 else
59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 as_echo_n_body='eval
61 arg=$1;
62 case $arg in #(
63 *"$as_nl"*)
64 expr "X$arg" : "X\\(.*\\)$as_nl";
65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66 esac;
67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
69 export as_echo_n_body
70 as_echo_n='sh -c $as_echo_n_body as_echo'
72 export as_echo_body
73 as_echo='sh -c $as_echo_body as_echo'
76 # The user is always right.
77 if test "${PATH_SEPARATOR+set}" != set; then
78 PATH_SEPARATOR=:
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81 PATH_SEPARATOR=';'
86 # IFS
87 # We need space, tab and new line, in precisely that order. Quoting is
88 # there to prevent editors from complaining about space-tab.
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.)
91 IFS=" "" $as_nl"
93 # Find who we are. Look in the path if we contain no directory separator.
94 case $0 in #((
95 *[\\/]* ) as_myself=$0 ;;
96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 for as_dir in $PATH
99 IFS=$as_save_IFS
100 test -z "$as_dir" && as_dir=.
101 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102 done
103 IFS=$as_save_IFS
106 esac
107 # We did not find ourselves, most probably we were run as `sh COMMAND'
108 # in which case we are not to be found in the path.
109 if test "x$as_myself" = x; then
110 as_myself=$0
112 if test ! -f "$as_myself"; then
113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 exit 1
117 # Unset variables that we do not need and which cause bugs (e.g. in
118 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
119 # suppresses any "Segmentation fault" message there. '((' could
120 # trigger a bug in pdksh 5.2.14.
121 for as_var in BASH_ENV ENV MAIL MAILPATH
122 do eval test x\${$as_var+set} = xset \
123 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124 done
125 PS1='$ '
126 PS2='> '
127 PS4='+ '
129 # NLS nuisances.
130 LC_ALL=C
131 export LC_ALL
132 LANGUAGE=C
133 export LANGUAGE
135 # CDPATH.
136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138 if test "x$CONFIG_SHELL" = x; then
139 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140 emulate sh
141 NULLCMD=:
142 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143 # is contrary to our usage. Disable this feature.
144 alias -g '\${1+\"\$@\"}'='\"\$@\"'
145 setopt NO_GLOB_SUBST
146 else
147 case \`(set -o) 2>/dev/null\` in #(
148 *posix*) :
149 set -o posix ;; #(
150 *) :
152 esac
155 as_required="as_fn_return () { (exit \$1); }
156 as_fn_success () { as_fn_return 0; }
157 as_fn_failure () { as_fn_return 1; }
158 as_fn_ret_success () { return 0; }
159 as_fn_ret_failure () { return 1; }
161 exitcode=0
162 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168 else
169 exitcode=1; echo positional parameters were not saved.
171 test x\$exitcode = x0 || exit 1"
172 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176 test \$(( 1 + 1 )) = 2 || exit 1"
177 if (eval "$as_required") 2>/dev/null; then :
178 as_have_required=yes
179 else
180 as_have_required=no
182 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
184 else
185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
186 as_found=false
187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
189 IFS=$as_save_IFS
190 test -z "$as_dir" && as_dir=.
191 as_found=:
192 case $as_dir in #(
194 for as_base in sh bash ksh sh5; do
195 # Try only shells that exist, to save several forks.
196 as_shell=$as_dir/$as_base
197 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
198 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
199 CONFIG_SHELL=$as_shell as_have_required=yes
200 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
201 break 2
204 done;;
205 esac
206 as_found=false
207 done
208 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
209 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
210 CONFIG_SHELL=$SHELL as_have_required=yes
211 fi; }
212 IFS=$as_save_IFS
215 if test "x$CONFIG_SHELL" != x; then :
216 # We cannot yet assume a decent shell, so we have to provide a
217 # neutralization value for shells without unset; and this also
218 # works around shells that cannot unset nonexistent variables.
219 BASH_ENV=/dev/null
220 ENV=/dev/null
221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222 export CONFIG_SHELL
223 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
226 if test x$as_have_required = xno; then :
227 $as_echo "$0: This script requires a shell more modern than all"
228 $as_echo "$0: the shells that I found on your system."
229 if test x${ZSH_VERSION+set} = xset ; then
230 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
231 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
232 else
233 $as_echo "$0: Please tell bug-autoconf@gnu.org and
234 $0: wine-devel@winehq.org about your system, including any
235 $0: error possibly output before this message. Then install
236 $0: a modern shell, or manually run the script under such a
237 $0: shell if you do have one."
239 exit 1
243 SHELL=${CONFIG_SHELL-/bin/sh}
244 export SHELL
245 # Unset more variables known to interfere with behavior of common tools.
246 CLICOLOR_FORCE= GREP_OPTIONS=
247 unset CLICOLOR_FORCE GREP_OPTIONS
249 ## --------------------- ##
250 ## M4sh Shell Functions. ##
251 ## --------------------- ##
252 # as_fn_unset VAR
253 # ---------------
254 # Portably unset VAR.
255 as_fn_unset ()
257 { eval $1=; unset $1;}
259 as_unset=as_fn_unset
261 # as_fn_set_status STATUS
262 # -----------------------
263 # Set $? to STATUS, without forking.
264 as_fn_set_status ()
266 return $1
267 } # as_fn_set_status
269 # as_fn_exit STATUS
270 # -----------------
271 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
272 as_fn_exit ()
274 set +e
275 as_fn_set_status $1
276 exit $1
277 } # as_fn_exit
279 # as_fn_mkdir_p
280 # -------------
281 # Create "$as_dir" as a directory, including parents if necessary.
282 as_fn_mkdir_p ()
285 case $as_dir in #(
286 -*) as_dir=./$as_dir;;
287 esac
288 test -d "$as_dir" || eval $as_mkdir_p || {
289 as_dirs=
290 while :; do
291 case $as_dir in #(
292 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
293 *) as_qdir=$as_dir;;
294 esac
295 as_dirs="'$as_qdir' $as_dirs"
296 as_dir=`$as_dirname -- "$as_dir" ||
297 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
298 X"$as_dir" : 'X\(//\)[^/]' \| \
299 X"$as_dir" : 'X\(//\)$' \| \
300 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
301 $as_echo X"$as_dir" |
302 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
303 s//\1/
306 /^X\(\/\/\)[^/].*/{
307 s//\1/
310 /^X\(\/\/\)$/{
311 s//\1/
314 /^X\(\/\).*/{
315 s//\1/
318 s/.*/./; q'`
319 test -d "$as_dir" && break
320 done
321 test -z "$as_dirs" || eval "mkdir $as_dirs"
322 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
325 } # as_fn_mkdir_p
326 # as_fn_append VAR VALUE
327 # ----------------------
328 # Append the text in VALUE to the end of the definition contained in VAR. Take
329 # advantage of any shell optimizations that allow amortized linear growth over
330 # repeated appends, instead of the typical quadratic growth present in naive
331 # implementations.
332 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
333 eval 'as_fn_append ()
335 eval $1+=\$2
337 else
338 as_fn_append ()
340 eval $1=\$$1\$2
342 fi # as_fn_append
344 # as_fn_arith ARG...
345 # ------------------
346 # Perform arithmetic evaluation on the ARGs, and store the result in the
347 # global $as_val. Take advantage of shells that can avoid forks. The arguments
348 # must be portable across $(()) and expr.
349 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
350 eval 'as_fn_arith ()
352 as_val=$(( $* ))
354 else
355 as_fn_arith ()
357 as_val=`expr "$@" || test $? -eq 1`
359 fi # as_fn_arith
362 # as_fn_error ERROR [LINENO LOG_FD]
363 # ---------------------------------
364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366 # script with status $?, using 1 if that was 0.
367 as_fn_error ()
369 as_status=$?; test $as_status -eq 0 && as_status=1
370 if test "$3"; then
371 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
374 $as_echo "$as_me: error: $1" >&2
375 as_fn_exit $as_status
376 } # as_fn_error
378 if expr a : '\(a\)' >/dev/null 2>&1 &&
379 test "X`expr 00001 : '.*\(...\)'`" = X001; then
380 as_expr=expr
381 else
382 as_expr=false
385 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386 as_basename=basename
387 else
388 as_basename=false
391 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392 as_dirname=dirname
393 else
394 as_dirname=false
397 as_me=`$as_basename -- "$0" ||
398 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
399 X"$0" : 'X\(//\)$' \| \
400 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
401 $as_echo X/"$0" |
402 sed '/^.*\/\([^/][^/]*\)\/*$/{
403 s//\1/
406 /^X\/\(\/\/\)$/{
407 s//\1/
410 /^X\/\(\/\).*/{
411 s//\1/
414 s/.*/./; q'`
416 # Avoid depending upon Character Ranges.
417 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
418 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
419 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
420 as_cr_digits='0123456789'
421 as_cr_alnum=$as_cr_Letters$as_cr_digits
424 as_lineno_1=$LINENO as_lineno_1a=$LINENO
425 as_lineno_2=$LINENO as_lineno_2a=$LINENO
426 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
427 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
428 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
429 sed -n '
431 /[$]LINENO/=
432 ' <$as_myself |
433 sed '
434 s/[$]LINENO.*/&-/
435 t lineno
437 :lineno
439 :loop
440 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
441 t loop
442 s/-\n.*//
443 ' >$as_me.lineno &&
444 chmod +x "$as_me.lineno" ||
445 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
447 # Don't try to exec as it changes $[0], causing all sort of problems
448 # (the dirname of $[0] is not the place where we might find the
449 # original and so on. Autoconf is especially sensitive to this).
450 . "./$as_me.lineno"
451 # Exit status is that of the last command.
452 exit
455 ECHO_C= ECHO_N= ECHO_T=
456 case `echo -n x` in #(((((
457 -n*)
458 case `echo 'xy\c'` in
459 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
460 xy) ECHO_C='\c';;
461 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
462 ECHO_T=' ';;
463 esac;;
465 ECHO_N='-n';;
466 esac
468 rm -f conf$$ conf$$.exe conf$$.file
469 if test -d conf$$.dir; then
470 rm -f conf$$.dir/conf$$.file
471 else
472 rm -f conf$$.dir
473 mkdir conf$$.dir 2>/dev/null
475 if (echo >conf$$.file) 2>/dev/null; then
476 if ln -s conf$$.file conf$$ 2>/dev/null; then
477 as_ln_s='ln -s'
478 # ... but there are two gotchas:
479 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
480 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
481 # In both cases, we have to default to `cp -p'.
482 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
483 as_ln_s='cp -p'
484 elif ln conf$$.file conf$$ 2>/dev/null; then
485 as_ln_s=ln
486 else
487 as_ln_s='cp -p'
489 else
490 as_ln_s='cp -p'
492 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
493 rmdir conf$$.dir 2>/dev/null
495 if mkdir -p . 2>/dev/null; then
496 as_mkdir_p='mkdir -p "$as_dir"'
497 else
498 test -d ./-p && rmdir ./-p
499 as_mkdir_p=false
502 if test -x / >/dev/null 2>&1; then
503 as_test_x='test -x'
504 else
505 if ls -dL / >/dev/null 2>&1; then
506 as_ls_L_option=L
507 else
508 as_ls_L_option=
510 as_test_x='
511 eval sh -c '\''
512 if test -d "$1"; then
513 test -d "$1/.";
514 else
515 case $1 in #(
516 -*)set "./$1";;
517 esac;
518 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
519 ???[sx]*):;;*)false;;esac;fi
520 '\'' sh
523 as_executable_p=$as_test_x
525 # Sed expression to map a string onto a valid CPP name.
526 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
528 # Sed expression to map a string onto a valid variable name.
529 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
532 test -n "$DJDIR" || exec 7<&0 </dev/null
533 exec 6>&1
535 # Name of the host.
536 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
537 # so uname gets run too.
538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
541 # Initializations.
543 ac_default_prefix=/usr/local
544 ac_clean_files=
545 ac_config_libobj_dir=.
546 LIBOBJS=
547 cross_compiling=no
548 subdirs=
549 MFLAGS=
550 MAKEFLAGS=
552 # Identity of this package.
553 PACKAGE_NAME='Wine'
554 PACKAGE_TARNAME='wine'
555 PACKAGE_VERSION='1.1.38'
556 PACKAGE_STRING='Wine 1.1.38'
557 PACKAGE_BUGREPORT='wine-devel@winehq.org'
558 PACKAGE_URL='http://www.winehq.org'
560 ac_unique_file="server/atom.c"
561 # Factoring default headers for most tests.
562 ac_includes_default="\
563 #include <stdio.h>
564 #ifdef HAVE_SYS_TYPES_H
565 # include <sys/types.h>
566 #endif
567 #ifdef HAVE_SYS_STAT_H
568 # include <sys/stat.h>
569 #endif
570 #ifdef STDC_HEADERS
571 # include <stdlib.h>
572 # include <stddef.h>
573 #else
574 # ifdef HAVE_STDLIB_H
575 # include <stdlib.h>
576 # endif
577 #endif
578 #ifdef HAVE_STRING_H
579 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
580 # include <memory.h>
581 # endif
582 # include <string.h>
583 #endif
584 #ifdef HAVE_STRINGS_H
585 # include <strings.h>
586 #endif
587 #ifdef HAVE_INTTYPES_H
588 # include <inttypes.h>
589 #endif
590 #ifdef HAVE_STDINT_H
591 # include <stdint.h>
592 #endif
593 #ifdef HAVE_UNISTD_H
594 # include <unistd.h>
595 #endif"
597 ac_subst_vars='LTLIBOBJS
598 LIBOBJS
599 ALL_PROGRAM_BIN_INSTALL_DIRS
600 ALL_PROGRAM_INSTALL_DIRS
601 ALL_PROGRAM_DIRS
602 ALL_TEST_BINARIES
603 ALL_TEST_DIRS
604 ALL_IMPORT_LIBS
605 ALL_STATIC_LIBS
606 ALL_STATICLIB_DIRS
607 ALL_TOOL_DIRS
608 ALL_DLL_DIRS
609 ALL_TOP_DIRS
610 ALL_WINETEST_DEPENDS
611 ALL_MAKEFILE_DEPENDS
612 ALL_SYMLINKS
613 ALL_MAKEFILES
614 ALL_MAKERULES
615 DEPENDENCIES
616 LDAPLIBS
617 LIBPOLL
618 LIBDL
619 EXTRA_BINARIES
620 MAIN_BINARY
621 SOCKETLIBS
622 CRTLIBS
623 TOOLSEXT
624 LDPATH
625 BUILTINFLAG
626 EXTRACFLAGS
627 LIBKSTAT
628 LIBMPG123
629 PNGINCL
630 FONTCONFIGINCL
631 CUPSINCL
632 AUDIOIOLIBS
633 ALSALIBS
634 ESDLIBS
635 ESDINCL
636 ESDCONFIG
637 ZLIB
638 FREETYPEINCL
639 FREETYPELIBS
640 ft_devel
641 LCMSLIBS
642 RESOLVLIBS
643 GPHOTO2INCL
644 GPHOTO2LIBS
645 gphoto2port_devel
646 gphoto2_devel
647 SANEINCL
648 sane_devel
649 GNUTLSINCL
650 HALINCL
651 XSLTINCL
652 XML2INCL
653 XML2LIBS
654 NASLIBS
655 X_EXTRA_LIBS
656 X_LIBS
657 X_PRE_LIBS
658 X_CFLAGS
659 XMKMF
660 LIBPTHREAD
661 CROSSTARGET
662 CROSSTEST
663 CROSSCC
664 CARBONLIB
665 LIBOPENAL
666 COREAUDIO
667 DISKARBITRATIONLIB
668 LDEXECFLAGS
669 IOKITLIB
670 COREFOUNDATIONLIB
671 SECURITYLIB
672 DLLWRAP
673 DLLTOOL
675 LDRPATH_LOCAL
676 LDRPATH_INSTALL
677 IMPLIBEXT
678 LIBEXT
679 LDDLLFLAGS
680 LDSHARED
681 DLLFLAGS
682 DLLEXT
684 OPENGL_LIBS
685 XLIB
686 PRELINK
687 ICOTOOL
688 RSVG
689 PKG_CONFIG
690 FONTFORGE
691 LINTFLAGS
692 LINT
693 INSTALL_DATA
694 INSTALL_SCRIPT
695 INSTALL_PROGRAM
696 LDCONFIG
697 EGREP
698 GREP
699 LN_S
700 STRIP
701 RANLIB
702 ARFLAGS
703 ac_ct_AR
705 BISON
706 FLEX
707 TOOLSDIR
708 WOW64_DISABLE
709 TARGETFLAGS
710 CPPBIN
711 ac_ct_CXX
712 CXXFLAGS
714 OBJEXT
715 EXEEXT
716 ac_ct_CC
717 CPPFLAGS
718 LDFLAGS
719 CFLAGS
721 SET_MAKE
722 host_os
723 host_vendor
724 host_cpu
725 host
726 build_os
727 build_vendor
728 build_cpu
729 build
730 MAINTAINER_MODE
731 target_alias
732 host_alias
733 build_alias
734 LIBS
735 ECHO_T
736 ECHO_N
737 ECHO_C
738 DEFS
739 mandir
740 localedir
741 libdir
742 psdir
743 pdfdir
744 dvidir
745 htmldir
746 infodir
747 docdir
748 oldincludedir
749 includedir
750 localstatedir
751 sharedstatedir
752 sysconfdir
753 datadir
754 datarootdir
755 libexecdir
756 sbindir
757 bindir
758 program_transform_name
759 prefix
760 exec_prefix
761 PACKAGE_URL
762 PACKAGE_BUGREPORT
763 PACKAGE_STRING
764 PACKAGE_VERSION
765 PACKAGE_TARNAME
766 PACKAGE_NAME
767 PATH_SEPARATOR
768 SHELL'
769 ac_subst_files='MAKE_RULES
770 MAKE_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_MAKEFILES=""
13660 ALL_SYMLINKS=""
13662 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13664 ALL_WINETEST_DEPENDS="# Test binaries"
13667 ALL_TOP_DIRS=""
13669 ALL_DLL_DIRS=""
13671 ALL_TOOL_DIRS=""
13673 ALL_STATICLIB_DIRS=""
13675 ALL_STATIC_LIBS=""
13677 ALL_IMPORT_LIBS=""
13679 ALL_TEST_DIRS=""
13681 ALL_TEST_BINARIES=""
13683 ALL_PROGRAM_DIRS=""
13685 ALL_PROGRAM_INSTALL_DIRS=""
13687 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13692 ac_config_commands="$ac_config_commands include/stamp-h"
13695 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
13696 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13697 dlls/wineps.drv/generic.ppd"
13698 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
13699 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13700 fonts/marlett.ttf"
13701 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
13702 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13703 fonts/symbol.ttf"
13704 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
13705 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13706 fonts/tahoma.ttf"
13707 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
13708 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13709 fonts/tahomabd.ttf"
13710 ac_config_links="$ac_config_links wine:tools/winewrapper"
13711 ALL_SYMLINKS="$ALL_SYMLINKS \\
13712 wine"
13714 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13716 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13718 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13720 ac_config_commands="$ac_config_commands dlls/user32/resources"
13722 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13724 ac_config_commands="$ac_config_commands include/wine"
13727 ALL_MAKERULES="$ALL_MAKERULES \\
13728 Make.rules"
13729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13730 Make.rules: Make.rules.in config.status"
13731 MAKE_RULES=Make.rules
13732 ac_config_files="$ac_config_files Make.rules"
13734 ALL_MAKERULES="$ALL_MAKERULES \\
13735 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_MAKEFILES="$ALL_MAKEFILES \\
13772 dlls/acledit/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
13788 dlls/aclui/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
13804 dlls/activeds/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
13815 dlls/actxprxy/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
13831 dlls/adsiid/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
13847 dlls/advapi32/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
13867 dlls/advapi32/tests/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
13883 dlls/advpack/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
13903 dlls/advpack/tests/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
13914 dlls/amstream/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
13934 dlls/amstream/tests/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
13945 dlls/appwiz.cpl/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
13961 dlls/atl/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
13972 dlls/authz/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
13988 dlls/avicap32/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14004 dlls/avifil32/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14024 dlls/avifil32/tests/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14035 dlls/avifile.dll16/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14051 dlls/avrt/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14062 dlls/bcrypt/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14073 dlls/browseui/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14093 dlls/browseui/tests/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14109 dlls/cabinet/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14129 dlls/cabinet/tests/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14145 dlls/capi2032/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14161 dlls/cards/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14177 dlls/cfgmgr32/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14193 dlls/clusapi/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14204 dlls/comcat/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14224 dlls/comcat/tests/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14240 dlls/comctl32/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14260 dlls/comctl32/tests/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14276 dlls/comdlg32/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14296 dlls/comdlg32/tests/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14307 dlls/comm.drv16/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14318 dlls/commdlg.dll16/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14329 dlls/compobj.dll16/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14345 dlls/compstui/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14361 dlls/credui/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14381 dlls/credui/tests/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14397 dlls/crtdll/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14413 dlls/crypt32/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14433 dlls/crypt32/tests/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14444 dlls/cryptdlg/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14460 dlls/cryptdll/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14476 dlls/cryptnet/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14496 dlls/cryptnet/tests/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14512 dlls/cryptui/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14532 dlls/cryptui/tests/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14543 dlls/ctapi32/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14554 dlls/ctl3d.dll16/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14570 dlls/ctl3d32/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14581 dlls/ctl3dv2.dll16/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14597 dlls/d3d10/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14617 dlls/d3d10/tests/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14633 dlls/d3d10core/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14653 dlls/d3d10core/tests/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14669 dlls/d3d8/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14689 dlls/d3d8/tests/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14705 dlls/d3d9/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14725 dlls/d3d9/tests/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14741 dlls/d3dim/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14757 dlls/d3drm/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14777 dlls/d3drm/tests/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14788 dlls/d3dx9_24/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14799 dlls/d3dx9_25/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14810 dlls/d3dx9_26/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14821 dlls/d3dx9_27/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14832 dlls/d3dx9_28/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14843 dlls/d3dx9_29/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14854 dlls/d3dx9_30/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14865 dlls/d3dx9_31/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14876 dlls/d3dx9_32/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14887 dlls/d3dx9_33/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14898 dlls/d3dx9_34/Makefile"
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_MAKEFILES="$ALL_MAKEFILES \\
14909 dlls/d3dx9_35/Makefile"
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.a: dlls/d3dx9_36/libd3dx9.a
14923 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.a \$@
14924 dlls/libd3dx9.cross.a: dlls/d3dx9_36/libd3dx9.cross.a
14925 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.cross.a \$@
14926 dlls/libd3dx9.def: dlls/d3dx9_36/libd3dx9.def
14927 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.def \$@
14928 clean::
14929 \$(RM) dlls/libd3dx9.def
14930 dlls/d3dx9_36/libd3dx9.$IMPLIBEXT dlls/d3dx9_36/libd3dx9.cross.a: dlls/d3dx9_36/d3dx9_36.spec dlls/d3dx9_36/Makefile
14931 @cd dlls/d3dx9_36 && \$(MAKE) \`basename \$@\`
14932 dlls/d3dx9_36 dlls/d3dx9_36/__install__ dlls/d3dx9_36/__install-lib__ dlls/d3dx9_36/__install-dev__: __builddeps__"
14933 ALL_MAKEFILES="$ALL_MAKEFILES \\
14934 dlls/d3dx9_36/Makefile"
14935 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14936 dlls/d3dx9_36"
14937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14938 \$(RECURSE_TARGETS:%=dlls/d3dx9_36/%) dlls/d3dx9_36: dlls/d3dx9_36/Makefile \$(MAKEDEP)
14939 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules config.status"
14940 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14943 dlls/d3dx9_36/tests: __builddeps__
14944 dlls/d3dx9_36/tests/__crosstest__: __buildcrossdeps__"
14945 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14946 d3dx9_36_test.exe"
14947 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14948 d3dx9_36_test.exe: \$(TOPOBJDIR)/dlls/d3dx9_36/tests/d3dx9_36_test.exe$DLLEXT
14949 cp \$(TOPOBJDIR)/dlls/d3dx9_36/tests/d3dx9_36_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14950 d3dx9_36_test.rc:
14951 echo \"d3dx9_36_test.exe TESTRES \\\"d3dx9_36_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14952 d3dx9_36_test.res: d3dx9_36_test.rc d3dx9_36_test.exe"
14953 ALL_MAKEFILES="$ALL_MAKEFILES \\
14954 dlls/d3dx9_36/tests/Makefile"
14955 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14956 dlls/d3dx9_36/tests"
14957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14958 \$(RECURSE_TARGETS:%=dlls/d3dx9_36/tests/%) dlls/d3dx9_36/tests: dlls/d3dx9_36/tests/Makefile \$(MAKEDEP)
14959 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in Maketest.rules config.status"
14960 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14963 dlls/d3dx9_37 dlls/d3dx9_37/__install__ dlls/d3dx9_37/__install-lib__ dlls/d3dx9_37/__install-dev__: __builddeps__"
14964 ALL_MAKEFILES="$ALL_MAKEFILES \\
14965 dlls/d3dx9_37/Makefile"
14966 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14967 dlls/d3dx9_37"
14968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14969 \$(RECURSE_TARGETS:%=dlls/d3dx9_37/%) dlls/d3dx9_37: dlls/d3dx9_37/Makefile \$(MAKEDEP)
14970 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules config.status"
14971 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14974 dlls/d3dx9_38 dlls/d3dx9_38/__install__ dlls/d3dx9_38/__install-lib__ dlls/d3dx9_38/__install-dev__: __builddeps__"
14975 ALL_MAKEFILES="$ALL_MAKEFILES \\
14976 dlls/d3dx9_38/Makefile"
14977 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14978 dlls/d3dx9_38"
14979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14980 \$(RECURSE_TARGETS:%=dlls/d3dx9_38/%) dlls/d3dx9_38: dlls/d3dx9_38/Makefile \$(MAKEDEP)
14981 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules config.status"
14982 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14985 dlls/d3dx9_39 dlls/d3dx9_39/__install__ dlls/d3dx9_39/__install-lib__ dlls/d3dx9_39/__install-dev__: __builddeps__"
14986 ALL_MAKEFILES="$ALL_MAKEFILES \\
14987 dlls/d3dx9_39/Makefile"
14988 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14989 dlls/d3dx9_39"
14990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14991 \$(RECURSE_TARGETS:%=dlls/d3dx9_39/%) dlls/d3dx9_39: dlls/d3dx9_39/Makefile \$(MAKEDEP)
14992 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules config.status"
14993 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14996 dlls/d3dx9_40 dlls/d3dx9_40/__install__ dlls/d3dx9_40/__install-lib__ dlls/d3dx9_40/__install-dev__: __builddeps__"
14997 ALL_MAKEFILES="$ALL_MAKEFILES \\
14998 dlls/d3dx9_40/Makefile"
14999 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15000 dlls/d3dx9_40"
15001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15002 \$(RECURSE_TARGETS:%=dlls/d3dx9_40/%) dlls/d3dx9_40: dlls/d3dx9_40/Makefile \$(MAKEDEP)
15003 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules config.status"
15004 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
15006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15007 dlls/d3dx9_41 dlls/d3dx9_41/__install__ dlls/d3dx9_41/__install-lib__ dlls/d3dx9_41/__install-dev__: __builddeps__"
15008 ALL_MAKEFILES="$ALL_MAKEFILES \\
15009 dlls/d3dx9_41/Makefile"
15010 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15011 dlls/d3dx9_41"
15012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15013 \$(RECURSE_TARGETS:%=dlls/d3dx9_41/%) dlls/d3dx9_41: dlls/d3dx9_41/Makefile \$(MAKEDEP)
15014 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules config.status"
15015 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
15017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15018 dlls/d3dx9_42 dlls/d3dx9_42/__install__ dlls/d3dx9_42/__install-lib__ dlls/d3dx9_42/__install-dev__: __builddeps__"
15019 ALL_MAKEFILES="$ALL_MAKEFILES \\
15020 dlls/d3dx9_42/Makefile"
15021 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15022 dlls/d3dx9_42"
15023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15024 \$(RECURSE_TARGETS:%=dlls/d3dx9_42/%) dlls/d3dx9_42: dlls/d3dx9_42/Makefile \$(MAKEDEP)
15025 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules config.status"
15026 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
15028 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15029 dlls/d3dxof/libd3dxof.$IMPLIBEXT"
15030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15031 dlls/d3dxof/libd3dxof.$IMPLIBEXT dlls/d3dxof/libd3dxof.cross.a: tools/widl tools/winebuild tools/winegcc include
15032 dlls/d3dxof/libd3dxof.$IMPLIBEXT dlls/d3dxof/libd3dxof.cross.a: dlls/d3dxof/d3dxof.spec dlls/d3dxof/Makefile
15033 @cd dlls/d3dxof && \$(MAKE) \`basename \$@\`
15034 dlls/d3dxof dlls/d3dxof/__install__ dlls/d3dxof/__install-lib__ dlls/d3dxof/__install-dev__: __builddeps__"
15035 ALL_MAKEFILES="$ALL_MAKEFILES \\
15036 dlls/d3dxof/Makefile"
15037 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15038 dlls/d3dxof"
15039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15040 \$(RECURSE_TARGETS:%=dlls/d3dxof/%) dlls/d3dxof: dlls/d3dxof/Makefile \$(MAKEDEP)
15041 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules config.status"
15042 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
15044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15045 dlls/d3dxof/tests: __builddeps__
15046 dlls/d3dxof/tests/__crosstest__: __buildcrossdeps__"
15047 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15048 d3dxof_test.exe"
15049 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15050 d3dxof_test.exe: \$(TOPOBJDIR)/dlls/d3dxof/tests/d3dxof_test.exe$DLLEXT
15051 cp \$(TOPOBJDIR)/dlls/d3dxof/tests/d3dxof_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15052 d3dxof_test.rc:
15053 echo \"d3dxof_test.exe TESTRES \\\"d3dxof_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15054 d3dxof_test.res: d3dxof_test.rc d3dxof_test.exe"
15055 ALL_MAKEFILES="$ALL_MAKEFILES \\
15056 dlls/d3dxof/tests/Makefile"
15057 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15058 dlls/d3dxof/tests"
15059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15060 \$(RECURSE_TARGETS:%=dlls/d3dxof/tests/%) dlls/d3dxof/tests: dlls/d3dxof/tests/Makefile \$(MAKEDEP)
15061 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in Maketest.rules config.status"
15062 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
15064 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15065 dlls/dbghelp/libdbghelp.$IMPLIBEXT"
15066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15067 dlls/dbghelp/libdbghelp.$IMPLIBEXT dlls/dbghelp/libdbghelp.cross.a: tools/widl tools/winebuild tools/winegcc include
15068 dlls/dbghelp/libdbghelp.$IMPLIBEXT dlls/dbghelp/libdbghelp.cross.a: dlls/dbghelp/dbghelp.spec dlls/dbghelp/Makefile
15069 @cd dlls/dbghelp && \$(MAKE) \`basename \$@\`
15070 dlls/dbghelp dlls/dbghelp/__install__ dlls/dbghelp/__install-lib__ dlls/dbghelp/__install-dev__: __builddeps__"
15071 ALL_MAKEFILES="$ALL_MAKEFILES \\
15072 dlls/dbghelp/Makefile"
15073 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15074 dlls/dbghelp"
15075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15076 \$(RECURSE_TARGETS:%=dlls/dbghelp/%) dlls/dbghelp: dlls/dbghelp/Makefile \$(MAKEDEP)
15077 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules config.status"
15078 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
15080 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15081 dlls/dciman32/libdciman32.$IMPLIBEXT"
15082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15083 dlls/dciman32/libdciman32.$IMPLIBEXT dlls/dciman32/libdciman32.cross.a: tools/widl tools/winebuild tools/winegcc include
15084 dlls/dciman32/libdciman32.$IMPLIBEXT dlls/dciman32/libdciman32.cross.a: dlls/dciman32/dciman32.spec dlls/dciman32/Makefile
15085 @cd dlls/dciman32 && \$(MAKE) \`basename \$@\`
15086 dlls/dciman32 dlls/dciman32/__install__ dlls/dciman32/__install-lib__ dlls/dciman32/__install-dev__: __builddeps__"
15087 ALL_MAKEFILES="$ALL_MAKEFILES \\
15088 dlls/dciman32/Makefile"
15089 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15090 dlls/dciman32"
15091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15092 \$(RECURSE_TARGETS:%=dlls/dciman32/%) dlls/dciman32: dlls/dciman32/Makefile \$(MAKEDEP)
15093 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules config.status"
15094 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
15096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15097 dlls/ddeml.dll16 dlls/ddeml.dll16/__install__ dlls/ddeml.dll16/__install-lib__ dlls/ddeml.dll16/__install-dev__: __builddeps__"
15098 ALL_MAKEFILES="$ALL_MAKEFILES \\
15099 dlls/ddeml.dll16/Makefile"
15100 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15101 dlls/ddeml.dll16"
15102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15103 \$(RECURSE_TARGETS:%=dlls/ddeml.dll16/%) dlls/ddeml.dll16: dlls/ddeml.dll16/Makefile \$(MAKEDEP)
15104 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules config.status"
15105 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
15107 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15108 dlls/ddraw/libddraw.$IMPLIBEXT"
15109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15110 dlls/ddraw/libddraw.$IMPLIBEXT dlls/ddraw/libddraw.cross.a: tools/widl tools/winebuild tools/winegcc include
15111 dlls/ddraw/libddraw.$IMPLIBEXT dlls/ddraw/libddraw.cross.a: dlls/ddraw/ddraw.spec dlls/ddraw/Makefile
15112 @cd dlls/ddraw && \$(MAKE) \`basename \$@\`
15113 dlls/ddraw dlls/ddraw/__install__ dlls/ddraw/__install-lib__ dlls/ddraw/__install-dev__: __builddeps__"
15114 ALL_MAKEFILES="$ALL_MAKEFILES \\
15115 dlls/ddraw/Makefile"
15116 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15117 dlls/ddraw"
15118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15119 \$(RECURSE_TARGETS:%=dlls/ddraw/%) dlls/ddraw: dlls/ddraw/Makefile \$(MAKEDEP)
15120 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules config.status"
15121 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
15123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15124 dlls/ddraw/tests: __builddeps__
15125 dlls/ddraw/tests/__crosstest__: __buildcrossdeps__"
15126 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15127 ddraw_test.exe"
15128 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15129 ddraw_test.exe: \$(TOPOBJDIR)/dlls/ddraw/tests/ddraw_test.exe$DLLEXT
15130 cp \$(TOPOBJDIR)/dlls/ddraw/tests/ddraw_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15131 ddraw_test.rc:
15132 echo \"ddraw_test.exe TESTRES \\\"ddraw_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15133 ddraw_test.res: ddraw_test.rc ddraw_test.exe"
15134 ALL_MAKEFILES="$ALL_MAKEFILES \\
15135 dlls/ddraw/tests/Makefile"
15136 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15137 dlls/ddraw/tests"
15138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15139 \$(RECURSE_TARGETS:%=dlls/ddraw/tests/%) dlls/ddraw/tests: dlls/ddraw/tests/Makefile \$(MAKEDEP)
15140 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in Maketest.rules config.status"
15141 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
15143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15144 dlls/ddrawex dlls/ddrawex/__install__ dlls/ddrawex/__install-lib__ dlls/ddrawex/__install-dev__: __builddeps__"
15145 ALL_MAKEFILES="$ALL_MAKEFILES \\
15146 dlls/ddrawex/Makefile"
15147 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15148 dlls/ddrawex"
15149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15150 \$(RECURSE_TARGETS:%=dlls/ddrawex/%) dlls/ddrawex: dlls/ddrawex/Makefile \$(MAKEDEP)
15151 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules config.status"
15152 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
15154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15155 dlls/ddrawex/tests: __builddeps__
15156 dlls/ddrawex/tests/__crosstest__: __buildcrossdeps__"
15157 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15158 ddrawex_test.exe"
15159 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15160 ddrawex_test.exe: \$(TOPOBJDIR)/dlls/ddrawex/tests/ddrawex_test.exe$DLLEXT
15161 cp \$(TOPOBJDIR)/dlls/ddrawex/tests/ddrawex_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15162 ddrawex_test.rc:
15163 echo \"ddrawex_test.exe TESTRES \\\"ddrawex_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15164 ddrawex_test.res: ddrawex_test.rc ddrawex_test.exe"
15165 ALL_MAKEFILES="$ALL_MAKEFILES \\
15166 dlls/ddrawex/tests/Makefile"
15167 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15168 dlls/ddrawex/tests"
15169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15170 \$(RECURSE_TARGETS:%=dlls/ddrawex/tests/%) dlls/ddrawex/tests: dlls/ddrawex/tests/Makefile \$(MAKEDEP)
15171 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in Maketest.rules config.status"
15172 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
15174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15175 dlls/devenum dlls/devenum/__install__ dlls/devenum/__install-lib__ dlls/devenum/__install-dev__: __builddeps__"
15176 ALL_MAKEFILES="$ALL_MAKEFILES \\
15177 dlls/devenum/Makefile"
15178 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15179 dlls/devenum"
15180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15181 \$(RECURSE_TARGETS:%=dlls/devenum/%) dlls/devenum: dlls/devenum/Makefile \$(MAKEDEP)
15182 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules config.status"
15183 ac_config_files="$ac_config_files dlls/devenum/Makefile"
15185 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15186 dlls/dinput/libdinput.$IMPLIBEXT \\
15187 dlls/dinput/libdinput.$STATIC_IMPLIBEXT"
15188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15189 dlls/dinput/libdinput.$IMPLIBEXT dlls/dinput/libdinput.$STATIC_IMPLIBEXT dlls/dinput/libdinput.cross.a: tools/widl tools/winebuild tools/winegcc include
15190 dlls/dinput/libdinput.def: dlls/dinput/dinput.spec dlls/dinput/Makefile
15191 @cd dlls/dinput && \$(MAKE) \`basename \$@\`
15192 dlls/dinput/libdinput.$STATIC_IMPLIBEXT dlls/dinput/libdinput.cross.a: dlls/dinput/Makefile dummy
15193 @cd dlls/dinput && \$(MAKE) \`basename \$@\`
15194 dlls/dinput dlls/dinput/__install__ dlls/dinput/__install-lib__ dlls/dinput/__install-dev__: __builddeps__"
15195 ALL_MAKEFILES="$ALL_MAKEFILES \\
15196 dlls/dinput/Makefile"
15197 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15198 dlls/dinput"
15199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15200 \$(RECURSE_TARGETS:%=dlls/dinput/%) dlls/dinput: dlls/dinput/Makefile \$(MAKEDEP)
15201 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules config.status"
15202 ac_config_files="$ac_config_files dlls/dinput/Makefile"
15204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15205 dlls/dinput/tests: __builddeps__
15206 dlls/dinput/tests/__crosstest__: __buildcrossdeps__"
15207 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15208 dinput_test.exe"
15209 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15210 dinput_test.exe: \$(TOPOBJDIR)/dlls/dinput/tests/dinput_test.exe$DLLEXT
15211 cp \$(TOPOBJDIR)/dlls/dinput/tests/dinput_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15212 dinput_test.rc:
15213 echo \"dinput_test.exe TESTRES \\\"dinput_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15214 dinput_test.res: dinput_test.rc dinput_test.exe"
15215 ALL_MAKEFILES="$ALL_MAKEFILES \\
15216 dlls/dinput/tests/Makefile"
15217 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15218 dlls/dinput/tests"
15219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15220 \$(RECURSE_TARGETS:%=dlls/dinput/tests/%) dlls/dinput/tests: dlls/dinput/tests/Makefile \$(MAKEDEP)
15221 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in Maketest.rules config.status"
15222 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
15224 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15225 dlls/dinput8/libdinput8.$IMPLIBEXT"
15226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15227 dlls/dinput8/libdinput8.$IMPLIBEXT dlls/dinput8/libdinput8.cross.a: tools/widl tools/winebuild tools/winegcc include
15228 dlls/dinput8/libdinput8.$IMPLIBEXT dlls/dinput8/libdinput8.cross.a: dlls/dinput8/dinput8.spec dlls/dinput8/Makefile
15229 @cd dlls/dinput8 && \$(MAKE) \`basename \$@\`
15230 dlls/dinput8 dlls/dinput8/__install__ dlls/dinput8/__install-lib__ dlls/dinput8/__install-dev__: __builddeps__"
15231 ALL_MAKEFILES="$ALL_MAKEFILES \\
15232 dlls/dinput8/Makefile"
15233 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15234 dlls/dinput8"
15235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15236 \$(RECURSE_TARGETS:%=dlls/dinput8/%) dlls/dinput8: dlls/dinput8/Makefile \$(MAKEDEP)
15237 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules config.status"
15238 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
15240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15241 dlls/dispdib.dll16 dlls/dispdib.dll16/__install__ dlls/dispdib.dll16/__install-lib__ dlls/dispdib.dll16/__install-dev__: __builddeps__"
15242 ALL_MAKEFILES="$ALL_MAKEFILES \\
15243 dlls/dispdib.dll16/Makefile"
15244 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15245 dlls/dispdib.dll16"
15246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15247 \$(RECURSE_TARGETS:%=dlls/dispdib.dll16/%) dlls/dispdib.dll16: dlls/dispdib.dll16/Makefile \$(MAKEDEP)
15248 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules config.status"
15249 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
15251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15252 dlls/display.drv16 dlls/display.drv16/__install__ dlls/display.drv16/__install-lib__ dlls/display.drv16/__install-dev__: __builddeps__"
15253 ALL_MAKEFILES="$ALL_MAKEFILES \\
15254 dlls/display.drv16/Makefile"
15255 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15256 dlls/display.drv16"
15257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15258 \$(RECURSE_TARGETS:%=dlls/display.drv16/%) dlls/display.drv16: dlls/display.drv16/Makefile \$(MAKEDEP)
15259 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules config.status"
15260 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
15262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15263 dlls/dmband dlls/dmband/__install__ dlls/dmband/__install-lib__ dlls/dmband/__install-dev__: __builddeps__"
15264 ALL_MAKEFILES="$ALL_MAKEFILES \\
15265 dlls/dmband/Makefile"
15266 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15267 dlls/dmband"
15268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15269 \$(RECURSE_TARGETS:%=dlls/dmband/%) dlls/dmband: dlls/dmband/Makefile \$(MAKEDEP)
15270 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules config.status"
15271 ac_config_files="$ac_config_files dlls/dmband/Makefile"
15273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15274 dlls/dmcompos dlls/dmcompos/__install__ dlls/dmcompos/__install-lib__ dlls/dmcompos/__install-dev__: __builddeps__"
15275 ALL_MAKEFILES="$ALL_MAKEFILES \\
15276 dlls/dmcompos/Makefile"
15277 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15278 dlls/dmcompos"
15279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15280 \$(RECURSE_TARGETS:%=dlls/dmcompos/%) dlls/dmcompos: dlls/dmcompos/Makefile \$(MAKEDEP)
15281 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules config.status"
15282 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
15284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15285 dlls/dmime dlls/dmime/__install__ dlls/dmime/__install-lib__ dlls/dmime/__install-dev__: __builddeps__"
15286 ALL_MAKEFILES="$ALL_MAKEFILES \\
15287 dlls/dmime/Makefile"
15288 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15289 dlls/dmime"
15290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15291 \$(RECURSE_TARGETS:%=dlls/dmime/%) dlls/dmime: dlls/dmime/Makefile \$(MAKEDEP)
15292 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules config.status"
15293 ac_config_files="$ac_config_files dlls/dmime/Makefile"
15295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15296 dlls/dmloader dlls/dmloader/__install__ dlls/dmloader/__install-lib__ dlls/dmloader/__install-dev__: __builddeps__"
15297 ALL_MAKEFILES="$ALL_MAKEFILES \\
15298 dlls/dmloader/Makefile"
15299 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15300 dlls/dmloader"
15301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15302 \$(RECURSE_TARGETS:%=dlls/dmloader/%) dlls/dmloader: dlls/dmloader/Makefile \$(MAKEDEP)
15303 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules config.status"
15304 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
15306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15307 dlls/dmloader/tests: __builddeps__
15308 dlls/dmloader/tests/__crosstest__: __buildcrossdeps__"
15309 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15310 dmloader_test.exe"
15311 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15312 dmloader_test.exe: \$(TOPOBJDIR)/dlls/dmloader/tests/dmloader_test.exe$DLLEXT
15313 cp \$(TOPOBJDIR)/dlls/dmloader/tests/dmloader_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15314 dmloader_test.rc:
15315 echo \"dmloader_test.exe TESTRES \\\"dmloader_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15316 dmloader_test.res: dmloader_test.rc dmloader_test.exe"
15317 ALL_MAKEFILES="$ALL_MAKEFILES \\
15318 dlls/dmloader/tests/Makefile"
15319 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15320 dlls/dmloader/tests"
15321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15322 \$(RECURSE_TARGETS:%=dlls/dmloader/tests/%) dlls/dmloader/tests: dlls/dmloader/tests/Makefile \$(MAKEDEP)
15323 dlls/dmloader/tests/Makefile: dlls/dmloader/tests/Makefile.in Maketest.rules config.status"
15324 ac_config_files="$ac_config_files dlls/dmloader/tests/Makefile"
15326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15327 dlls/dmscript dlls/dmscript/__install__ dlls/dmscript/__install-lib__ dlls/dmscript/__install-dev__: __builddeps__"
15328 ALL_MAKEFILES="$ALL_MAKEFILES \\
15329 dlls/dmscript/Makefile"
15330 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15331 dlls/dmscript"
15332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15333 \$(RECURSE_TARGETS:%=dlls/dmscript/%) dlls/dmscript: dlls/dmscript/Makefile \$(MAKEDEP)
15334 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules config.status"
15335 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
15337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15338 dlls/dmstyle dlls/dmstyle/__install__ dlls/dmstyle/__install-lib__ dlls/dmstyle/__install-dev__: __builddeps__"
15339 ALL_MAKEFILES="$ALL_MAKEFILES \\
15340 dlls/dmstyle/Makefile"
15341 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15342 dlls/dmstyle"
15343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15344 \$(RECURSE_TARGETS:%=dlls/dmstyle/%) dlls/dmstyle: dlls/dmstyle/Makefile \$(MAKEDEP)
15345 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules config.status"
15346 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
15348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15349 dlls/dmsynth dlls/dmsynth/__install__ dlls/dmsynth/__install-lib__ dlls/dmsynth/__install-dev__: __builddeps__"
15350 ALL_MAKEFILES="$ALL_MAKEFILES \\
15351 dlls/dmsynth/Makefile"
15352 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15353 dlls/dmsynth"
15354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15355 \$(RECURSE_TARGETS:%=dlls/dmsynth/%) dlls/dmsynth: dlls/dmsynth/Makefile \$(MAKEDEP)
15356 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules config.status"
15357 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
15359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15360 dlls/dmusic dlls/dmusic/__install__ dlls/dmusic/__install-lib__ dlls/dmusic/__install-dev__: __builddeps__"
15361 ALL_MAKEFILES="$ALL_MAKEFILES \\
15362 dlls/dmusic/Makefile"
15363 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15364 dlls/dmusic"
15365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15366 \$(RECURSE_TARGETS:%=dlls/dmusic/%) dlls/dmusic: dlls/dmusic/Makefile \$(MAKEDEP)
15367 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules config.status"
15368 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
15370 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15371 dlls/dmusic32/libdmusic32.$IMPLIBEXT"
15372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15373 dlls/dmusic32/libdmusic32.$IMPLIBEXT dlls/dmusic32/libdmusic32.cross.a: tools/widl tools/winebuild tools/winegcc include
15374 dlls/dmusic32/libdmusic32.$IMPLIBEXT dlls/dmusic32/libdmusic32.cross.a: dlls/dmusic32/dmusic32.spec dlls/dmusic32/Makefile
15375 @cd dlls/dmusic32 && \$(MAKE) \`basename \$@\`
15376 dlls/dmusic32 dlls/dmusic32/__install__ dlls/dmusic32/__install-lib__ dlls/dmusic32/__install-dev__: __builddeps__"
15377 ALL_MAKEFILES="$ALL_MAKEFILES \\
15378 dlls/dmusic32/Makefile"
15379 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15380 dlls/dmusic32"
15381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15382 \$(RECURSE_TARGETS:%=dlls/dmusic32/%) dlls/dmusic32: dlls/dmusic32/Makefile \$(MAKEDEP)
15383 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules config.status"
15384 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
15386 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15387 dlls/dnsapi/libdnsapi.$IMPLIBEXT"
15388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15389 dlls/dnsapi/libdnsapi.$IMPLIBEXT dlls/dnsapi/libdnsapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15390 dlls/dnsapi/libdnsapi.$IMPLIBEXT dlls/dnsapi/libdnsapi.cross.a: dlls/dnsapi/dnsapi.spec dlls/dnsapi/Makefile
15391 @cd dlls/dnsapi && \$(MAKE) \`basename \$@\`
15392 dlls/dnsapi dlls/dnsapi/__install__ dlls/dnsapi/__install-lib__ dlls/dnsapi/__install-dev__: __builddeps__"
15393 ALL_MAKEFILES="$ALL_MAKEFILES \\
15394 dlls/dnsapi/Makefile"
15395 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15396 dlls/dnsapi"
15397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15398 \$(RECURSE_TARGETS:%=dlls/dnsapi/%) dlls/dnsapi: dlls/dnsapi/Makefile \$(MAKEDEP)
15399 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules config.status"
15400 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
15402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15403 dlls/dnsapi/tests: __builddeps__
15404 dlls/dnsapi/tests/__crosstest__: __buildcrossdeps__"
15405 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15406 dnsapi_test.exe"
15407 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15408 dnsapi_test.exe: \$(TOPOBJDIR)/dlls/dnsapi/tests/dnsapi_test.exe$DLLEXT
15409 cp \$(TOPOBJDIR)/dlls/dnsapi/tests/dnsapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15410 dnsapi_test.rc:
15411 echo \"dnsapi_test.exe TESTRES \\\"dnsapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15412 dnsapi_test.res: dnsapi_test.rc dnsapi_test.exe"
15413 ALL_MAKEFILES="$ALL_MAKEFILES \\
15414 dlls/dnsapi/tests/Makefile"
15415 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15416 dlls/dnsapi/tests"
15417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15418 \$(RECURSE_TARGETS:%=dlls/dnsapi/tests/%) dlls/dnsapi/tests: dlls/dnsapi/tests/Makefile \$(MAKEDEP)
15419 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in Maketest.rules config.status"
15420 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
15422 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15423 dlls/dplay/libdplay.$IMPLIBEXT"
15424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15425 dlls/dplay/libdplay.$IMPLIBEXT dlls/dplay/libdplay.cross.a: tools/widl tools/winebuild tools/winegcc include
15426 dlls/dplay/libdplay.$IMPLIBEXT dlls/dplay/libdplay.cross.a: dlls/dplay/dplay.spec dlls/dplay/Makefile
15427 @cd dlls/dplay && \$(MAKE) \`basename \$@\`
15428 dlls/dplay dlls/dplay/__install__ dlls/dplay/__install-lib__ dlls/dplay/__install-dev__: __builddeps__"
15429 ALL_MAKEFILES="$ALL_MAKEFILES \\
15430 dlls/dplay/Makefile"
15431 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15432 dlls/dplay"
15433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15434 \$(RECURSE_TARGETS:%=dlls/dplay/%) dlls/dplay: dlls/dplay/Makefile \$(MAKEDEP)
15435 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules config.status"
15436 ac_config_files="$ac_config_files dlls/dplay/Makefile"
15438 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15439 dlls/dplayx/libdplayx.$IMPLIBEXT"
15440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15441 dlls/dplayx/libdplayx.$IMPLIBEXT dlls/dplayx/libdplayx.cross.a: tools/widl tools/winebuild tools/winegcc include
15442 dlls/dplayx/libdplayx.$IMPLIBEXT dlls/dplayx/libdplayx.cross.a: dlls/dplayx/dplayx.spec dlls/dplayx/Makefile
15443 @cd dlls/dplayx && \$(MAKE) \`basename \$@\`
15444 dlls/dplayx dlls/dplayx/__install__ dlls/dplayx/__install-lib__ dlls/dplayx/__install-dev__: __builddeps__"
15445 ALL_MAKEFILES="$ALL_MAKEFILES \\
15446 dlls/dplayx/Makefile"
15447 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15448 dlls/dplayx"
15449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15450 \$(RECURSE_TARGETS:%=dlls/dplayx/%) dlls/dplayx: dlls/dplayx/Makefile \$(MAKEDEP)
15451 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules config.status"
15452 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
15454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15455 dlls/dplayx/tests: __builddeps__
15456 dlls/dplayx/tests/__crosstest__: __buildcrossdeps__"
15457 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15458 dplayx_test.exe"
15459 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15460 dplayx_test.exe: \$(TOPOBJDIR)/dlls/dplayx/tests/dplayx_test.exe$DLLEXT
15461 cp \$(TOPOBJDIR)/dlls/dplayx/tests/dplayx_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15462 dplayx_test.rc:
15463 echo \"dplayx_test.exe TESTRES \\\"dplayx_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15464 dplayx_test.res: dplayx_test.rc dplayx_test.exe"
15465 ALL_MAKEFILES="$ALL_MAKEFILES \\
15466 dlls/dplayx/tests/Makefile"
15467 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15468 dlls/dplayx/tests"
15469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15470 \$(RECURSE_TARGETS:%=dlls/dplayx/tests/%) dlls/dplayx/tests: dlls/dplayx/tests/Makefile \$(MAKEDEP)
15471 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in Maketest.rules config.status"
15472 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
15474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15475 dlls/dpnaddr dlls/dpnaddr/__install__ dlls/dpnaddr/__install-lib__ dlls/dpnaddr/__install-dev__: __builddeps__"
15476 ALL_MAKEFILES="$ALL_MAKEFILES \\
15477 dlls/dpnaddr/Makefile"
15478 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15479 dlls/dpnaddr"
15480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15481 \$(RECURSE_TARGETS:%=dlls/dpnaddr/%) dlls/dpnaddr: dlls/dpnaddr/Makefile \$(MAKEDEP)
15482 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules config.status"
15483 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
15485 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15486 dlls/dpnet/libdpnet.$IMPLIBEXT"
15487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15488 dlls/dpnet/libdpnet.$IMPLIBEXT dlls/dpnet/libdpnet.cross.a: tools/widl tools/winebuild tools/winegcc include
15489 dlls/dpnet/libdpnet.$IMPLIBEXT dlls/dpnet/libdpnet.cross.a: dlls/dpnet/dpnet.spec dlls/dpnet/Makefile
15490 @cd dlls/dpnet && \$(MAKE) \`basename \$@\`
15491 dlls/dpnet dlls/dpnet/__install__ dlls/dpnet/__install-lib__ dlls/dpnet/__install-dev__: __builddeps__"
15492 ALL_MAKEFILES="$ALL_MAKEFILES \\
15493 dlls/dpnet/Makefile"
15494 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15495 dlls/dpnet"
15496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15497 \$(RECURSE_TARGETS:%=dlls/dpnet/%) dlls/dpnet: dlls/dpnet/Makefile \$(MAKEDEP)
15498 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules config.status"
15499 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
15501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15502 dlls/dpnhpast dlls/dpnhpast/__install__ dlls/dpnhpast/__install-lib__ dlls/dpnhpast/__install-dev__: __builddeps__"
15503 ALL_MAKEFILES="$ALL_MAKEFILES \\
15504 dlls/dpnhpast/Makefile"
15505 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15506 dlls/dpnhpast"
15507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15508 \$(RECURSE_TARGETS:%=dlls/dpnhpast/%) dlls/dpnhpast: dlls/dpnhpast/Makefile \$(MAKEDEP)
15509 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules config.status"
15510 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
15512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15513 dlls/dpnlobby dlls/dpnlobby/__install__ dlls/dpnlobby/__install-lib__ dlls/dpnlobby/__install-dev__: __builddeps__"
15514 ALL_MAKEFILES="$ALL_MAKEFILES \\
15515 dlls/dpnlobby/Makefile"
15516 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15517 dlls/dpnlobby"
15518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15519 \$(RECURSE_TARGETS:%=dlls/dpnlobby/%) dlls/dpnlobby: dlls/dpnlobby/Makefile \$(MAKEDEP)
15520 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules config.status"
15521 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
15523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15524 dlls/dpwsockx dlls/dpwsockx/__install__ dlls/dpwsockx/__install-lib__ dlls/dpwsockx/__install-dev__: __builddeps__"
15525 ALL_MAKEFILES="$ALL_MAKEFILES \\
15526 dlls/dpwsockx/Makefile"
15527 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15528 dlls/dpwsockx"
15529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15530 \$(RECURSE_TARGETS:%=dlls/dpwsockx/%) dlls/dpwsockx: dlls/dpwsockx/Makefile \$(MAKEDEP)
15531 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules config.status"
15532 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
15534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15535 dlls/drmclien dlls/drmclien/__install__ dlls/drmclien/__install-lib__ dlls/drmclien/__install-dev__: __builddeps__"
15536 ALL_MAKEFILES="$ALL_MAKEFILES \\
15537 dlls/drmclien/Makefile"
15538 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15539 dlls/drmclien"
15540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15541 \$(RECURSE_TARGETS:%=dlls/drmclien/%) dlls/drmclien: dlls/drmclien/Makefile \$(MAKEDEP)
15542 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules config.status"
15543 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
15545 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15546 dlls/dsound/libdsound.$IMPLIBEXT"
15547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15548 dlls/dsound/libdsound.$IMPLIBEXT dlls/dsound/libdsound.cross.a: tools/widl tools/winebuild tools/winegcc include
15549 dlls/dsound/libdsound.$IMPLIBEXT dlls/dsound/libdsound.cross.a: dlls/dsound/dsound.spec dlls/dsound/Makefile
15550 @cd dlls/dsound && \$(MAKE) \`basename \$@\`
15551 dlls/dsound dlls/dsound/__install__ dlls/dsound/__install-lib__ dlls/dsound/__install-dev__: __builddeps__"
15552 ALL_MAKEFILES="$ALL_MAKEFILES \\
15553 dlls/dsound/Makefile"
15554 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15555 dlls/dsound"
15556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15557 \$(RECURSE_TARGETS:%=dlls/dsound/%) dlls/dsound: dlls/dsound/Makefile \$(MAKEDEP)
15558 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules config.status"
15559 ac_config_files="$ac_config_files dlls/dsound/Makefile"
15561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15562 dlls/dsound/tests: __builddeps__
15563 dlls/dsound/tests/__crosstest__: __buildcrossdeps__"
15564 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15565 dsound_test.exe"
15566 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15567 dsound_test.exe: \$(TOPOBJDIR)/dlls/dsound/tests/dsound_test.exe$DLLEXT
15568 cp \$(TOPOBJDIR)/dlls/dsound/tests/dsound_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15569 dsound_test.rc:
15570 echo \"dsound_test.exe TESTRES \\\"dsound_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15571 dsound_test.res: dsound_test.rc dsound_test.exe"
15572 ALL_MAKEFILES="$ALL_MAKEFILES \\
15573 dlls/dsound/tests/Makefile"
15574 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15575 dlls/dsound/tests"
15576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15577 \$(RECURSE_TARGETS:%=dlls/dsound/tests/%) dlls/dsound/tests: dlls/dsound/tests/Makefile \$(MAKEDEP)
15578 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in Maketest.rules config.status"
15579 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
15581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15582 dlls/dssenh dlls/dssenh/__install__ dlls/dssenh/__install-lib__ dlls/dssenh/__install-dev__: __builddeps__"
15583 ALL_MAKEFILES="$ALL_MAKEFILES \\
15584 dlls/dssenh/Makefile"
15585 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15586 dlls/dssenh"
15587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15588 \$(RECURSE_TARGETS:%=dlls/dssenh/%) dlls/dssenh: dlls/dssenh/Makefile \$(MAKEDEP)
15589 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules config.status"
15590 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
15592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15593 dlls/dswave dlls/dswave/__install__ dlls/dswave/__install-lib__ dlls/dswave/__install-dev__: __builddeps__"
15594 ALL_MAKEFILES="$ALL_MAKEFILES \\
15595 dlls/dswave/Makefile"
15596 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15597 dlls/dswave"
15598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15599 \$(RECURSE_TARGETS:%=dlls/dswave/%) dlls/dswave: dlls/dswave/Makefile \$(MAKEDEP)
15600 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules config.status"
15601 ac_config_files="$ac_config_files dlls/dswave/Makefile"
15603 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15604 dlls/dwmapi/libdwmapi.$IMPLIBEXT"
15605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15606 dlls/dwmapi/libdwmapi.$IMPLIBEXT dlls/dwmapi/libdwmapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15607 dlls/dwmapi/libdwmapi.$IMPLIBEXT dlls/dwmapi/libdwmapi.cross.a: dlls/dwmapi/dwmapi.spec dlls/dwmapi/Makefile
15608 @cd dlls/dwmapi && \$(MAKE) \`basename \$@\`
15609 dlls/dwmapi dlls/dwmapi/__install__ dlls/dwmapi/__install-lib__ dlls/dwmapi/__install-dev__: __builddeps__"
15610 ALL_MAKEFILES="$ALL_MAKEFILES \\
15611 dlls/dwmapi/Makefile"
15612 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15613 dlls/dwmapi"
15614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15615 \$(RECURSE_TARGETS:%=dlls/dwmapi/%) dlls/dwmapi: dlls/dwmapi/Makefile \$(MAKEDEP)
15616 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules config.status"
15617 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
15619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15620 dlls/dxdiagn dlls/dxdiagn/__install__ dlls/dxdiagn/__install-lib__ dlls/dxdiagn/__install-dev__: __builddeps__"
15621 ALL_MAKEFILES="$ALL_MAKEFILES \\
15622 dlls/dxdiagn/Makefile"
15623 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15624 dlls/dxdiagn"
15625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15626 \$(RECURSE_TARGETS:%=dlls/dxdiagn/%) dlls/dxdiagn: dlls/dxdiagn/Makefile \$(MAKEDEP)
15627 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules config.status"
15628 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
15630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15631 dlls/dxdiagn/tests: __builddeps__
15632 dlls/dxdiagn/tests/__crosstest__: __buildcrossdeps__"
15633 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15634 dxdiagn_test.exe"
15635 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15636 dxdiagn_test.exe: \$(TOPOBJDIR)/dlls/dxdiagn/tests/dxdiagn_test.exe$DLLEXT
15637 cp \$(TOPOBJDIR)/dlls/dxdiagn/tests/dxdiagn_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15638 dxdiagn_test.rc:
15639 echo \"dxdiagn_test.exe TESTRES \\\"dxdiagn_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15640 dxdiagn_test.res: dxdiagn_test.rc dxdiagn_test.exe"
15641 ALL_MAKEFILES="$ALL_MAKEFILES \\
15642 dlls/dxdiagn/tests/Makefile"
15643 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15644 dlls/dxdiagn/tests"
15645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15646 \$(RECURSE_TARGETS:%=dlls/dxdiagn/tests/%) dlls/dxdiagn/tests: dlls/dxdiagn/tests/Makefile \$(MAKEDEP)
15647 dlls/dxdiagn/tests/Makefile: dlls/dxdiagn/tests/Makefile.in Maketest.rules config.status"
15648 ac_config_files="$ac_config_files dlls/dxdiagn/tests/Makefile"
15650 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15651 dlls/dxerr8/libdxerr8.a"
15652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15653 dlls/dxerr8: tools/widl tools/winebuild tools/winegcc include
15654 dlls/dxerr8/__install__ dlls/dxerr8/__install-dev__: dlls/dxerr8
15655 dlls/dxerr8/libdxerr8.cross.a: dlls/dxerr8/Makefile tools/widl tools/winebuild tools/winegcc include dummy
15656 @cd dlls/dxerr8 && \$(MAKE) \`basename \$@\`"
15657 ALL_MAKEFILES="$ALL_MAKEFILES \\
15658 dlls/dxerr8/Makefile"
15659 test "x$enable_dxerr8" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
15660 dlls/dxerr8"
15661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15662 \$(RECURSE_TARGETS:%=dlls/dxerr8/%) dlls/dxerr8: dlls/dxerr8/Makefile \$(MAKEDEP)
15663 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules config.status"
15664 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
15666 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15667 dlls/dxerr9/libdxerr9.a"
15668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15669 dlls/dxerr9: tools/widl tools/winebuild tools/winegcc include
15670 dlls/dxerr9/__install__ dlls/dxerr9/__install-dev__: dlls/dxerr9
15671 dlls/dxerr9/libdxerr9.cross.a: dlls/dxerr9/Makefile tools/widl tools/winebuild tools/winegcc include dummy
15672 @cd dlls/dxerr9 && \$(MAKE) \`basename \$@\`"
15673 ALL_MAKEFILES="$ALL_MAKEFILES \\
15674 dlls/dxerr9/Makefile"
15675 test "x$enable_dxerr9" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
15676 dlls/dxerr9"
15677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15678 \$(RECURSE_TARGETS:%=dlls/dxerr9/%) dlls/dxerr9: dlls/dxerr9/Makefile \$(MAKEDEP)
15679 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules config.status"
15680 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
15682 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15683 dlls/dxgi/libdxgi.$IMPLIBEXT"
15684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15685 dlls/dxgi/libdxgi.$IMPLIBEXT dlls/dxgi/libdxgi.cross.a: tools/widl tools/winebuild tools/winegcc include
15686 dlls/dxgi/libdxgi.$IMPLIBEXT dlls/dxgi/libdxgi.cross.a: dlls/dxgi/dxgi.spec dlls/dxgi/Makefile
15687 @cd dlls/dxgi && \$(MAKE) \`basename \$@\`
15688 dlls/dxgi dlls/dxgi/__install__ dlls/dxgi/__install-lib__ dlls/dxgi/__install-dev__: __builddeps__"
15689 ALL_MAKEFILES="$ALL_MAKEFILES \\
15690 dlls/dxgi/Makefile"
15691 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15692 dlls/dxgi"
15693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15694 \$(RECURSE_TARGETS:%=dlls/dxgi/%) dlls/dxgi: dlls/dxgi/Makefile \$(MAKEDEP)
15695 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules config.status"
15696 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
15698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15699 dlls/dxgi/tests: __builddeps__
15700 dlls/dxgi/tests/__crosstest__: __buildcrossdeps__"
15701 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15702 dxgi_test.exe"
15703 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15704 dxgi_test.exe: \$(TOPOBJDIR)/dlls/dxgi/tests/dxgi_test.exe$DLLEXT
15705 cp \$(TOPOBJDIR)/dlls/dxgi/tests/dxgi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15706 dxgi_test.rc:
15707 echo \"dxgi_test.exe TESTRES \\\"dxgi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15708 dxgi_test.res: dxgi_test.rc dxgi_test.exe"
15709 ALL_MAKEFILES="$ALL_MAKEFILES \\
15710 dlls/dxgi/tests/Makefile"
15711 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15712 dlls/dxgi/tests"
15713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15714 \$(RECURSE_TARGETS:%=dlls/dxgi/tests/%) dlls/dxgi/tests: dlls/dxgi/tests/Makefile \$(MAKEDEP)
15715 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in Maketest.rules config.status"
15716 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
15718 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15719 dlls/dxguid/libdxguid.a"
15720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15721 dlls/dxguid: tools/widl tools/winebuild tools/winegcc include
15722 dlls/dxguid/__install__ dlls/dxguid/__install-dev__: dlls/dxguid
15723 dlls/dxguid/libdxguid.cross.a: dlls/dxguid/Makefile tools/widl tools/winebuild tools/winegcc include dummy
15724 @cd dlls/dxguid && \$(MAKE) \`basename \$@\`"
15725 ALL_MAKEFILES="$ALL_MAKEFILES \\
15726 dlls/dxguid/Makefile"
15727 test "x$enable_dxguid" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
15728 dlls/dxguid"
15729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15730 \$(RECURSE_TARGETS:%=dlls/dxguid/%) dlls/dxguid: dlls/dxguid/Makefile \$(MAKEDEP)
15731 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules config.status"
15732 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
15734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15735 dlls/faultrep dlls/faultrep/__install__ dlls/faultrep/__install-lib__ dlls/faultrep/__install-dev__: __builddeps__"
15736 ALL_MAKEFILES="$ALL_MAKEFILES \\
15737 dlls/faultrep/Makefile"
15738 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15739 dlls/faultrep"
15740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15741 \$(RECURSE_TARGETS:%=dlls/faultrep/%) dlls/faultrep: dlls/faultrep/Makefile \$(MAKEDEP)
15742 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules config.status"
15743 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
15745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15746 dlls/fltlib dlls/fltlib/__install__ dlls/fltlib/__install-lib__ dlls/fltlib/__install-dev__: __builddeps__"
15747 ALL_MAKEFILES="$ALL_MAKEFILES \\
15748 dlls/fltlib/Makefile"
15749 test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15750 dlls/fltlib"
15751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15752 \$(RECURSE_TARGETS:%=dlls/fltlib/%) dlls/fltlib: dlls/fltlib/Makefile \$(MAKEDEP)
15753 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules config.status"
15754 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
15756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15757 dlls/fusion dlls/fusion/__install__ dlls/fusion/__install-lib__ dlls/fusion/__install-dev__: __builddeps__"
15758 ALL_MAKEFILES="$ALL_MAKEFILES \\
15759 dlls/fusion/Makefile"
15760 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15761 dlls/fusion"
15762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15763 \$(RECURSE_TARGETS:%=dlls/fusion/%) dlls/fusion: dlls/fusion/Makefile \$(MAKEDEP)
15764 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules config.status"
15765 ac_config_files="$ac_config_files dlls/fusion/Makefile"
15767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15768 dlls/fusion/tests: __builddeps__
15769 dlls/fusion/tests/__crosstest__: __buildcrossdeps__"
15770 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15771 fusion_test.exe"
15772 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15773 fusion_test.exe: \$(TOPOBJDIR)/dlls/fusion/tests/fusion_test.exe$DLLEXT
15774 cp \$(TOPOBJDIR)/dlls/fusion/tests/fusion_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15775 fusion_test.rc:
15776 echo \"fusion_test.exe TESTRES \\\"fusion_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15777 fusion_test.res: fusion_test.rc fusion_test.exe"
15778 ALL_MAKEFILES="$ALL_MAKEFILES \\
15779 dlls/fusion/tests/Makefile"
15780 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15781 dlls/fusion/tests"
15782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15783 \$(RECURSE_TARGETS:%=dlls/fusion/tests/%) dlls/fusion/tests: dlls/fusion/tests/Makefile \$(MAKEDEP)
15784 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in Maketest.rules config.status"
15785 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
15787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15788 dlls/fwpuclnt dlls/fwpuclnt/__install__ dlls/fwpuclnt/__install-lib__ dlls/fwpuclnt/__install-dev__: __builddeps__"
15789 ALL_MAKEFILES="$ALL_MAKEFILES \\
15790 dlls/fwpuclnt/Makefile"
15791 test "x$enable_fwpuclnt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15792 dlls/fwpuclnt"
15793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15794 \$(RECURSE_TARGETS:%=dlls/fwpuclnt/%) dlls/fwpuclnt: dlls/fwpuclnt/Makefile \$(MAKEDEP)
15795 dlls/fwpuclnt/Makefile: dlls/fwpuclnt/Makefile.in dlls/Makedll.rules config.status"
15796 ac_config_files="$ac_config_files dlls/fwpuclnt/Makefile"
15798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15799 dlls/gdi.exe16 dlls/gdi.exe16/__install__ dlls/gdi.exe16/__install-lib__ dlls/gdi.exe16/__install-dev__: __builddeps__"
15800 ALL_MAKEFILES="$ALL_MAKEFILES \\
15801 dlls/gdi.exe16/Makefile"
15802 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15803 dlls/gdi.exe16"
15804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15805 \$(RECURSE_TARGETS:%=dlls/gdi.exe16/%) dlls/gdi.exe16: dlls/gdi.exe16/Makefile \$(MAKEDEP)
15806 dlls/gdi.exe16/Makefile: dlls/gdi.exe16/Makefile.in dlls/Makedll.rules config.status"
15807 ac_config_files="$ac_config_files dlls/gdi.exe16/Makefile"
15809 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15810 dlls/gdi32/libgdi32.$IMPLIBEXT"
15811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15812 dlls/gdi32/libgdi32.$IMPLIBEXT dlls/gdi32/libgdi32.cross.a: tools/widl tools/winebuild tools/winegcc include
15813 dlls/gdi32/libgdi32.$IMPLIBEXT dlls/gdi32/libgdi32.cross.a: dlls/gdi32/gdi32.spec dlls/gdi32/Makefile
15814 @cd dlls/gdi32 && \$(MAKE) \`basename \$@\`
15815 dlls/gdi32 dlls/gdi32/__install__ dlls/gdi32/__install-lib__ dlls/gdi32/__install-dev__: __builddeps__"
15816 ALL_MAKEFILES="$ALL_MAKEFILES \\
15817 dlls/gdi32/Makefile"
15818 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15819 dlls/gdi32"
15820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15821 \$(RECURSE_TARGETS:%=dlls/gdi32/%) dlls/gdi32: dlls/gdi32/Makefile \$(MAKEDEP)
15822 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules config.status"
15823 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
15825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15826 dlls/gdi32/tests: __builddeps__
15827 dlls/gdi32/tests/__crosstest__: __buildcrossdeps__"
15828 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15829 gdi32_test.exe"
15830 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15831 gdi32_test.exe: \$(TOPOBJDIR)/dlls/gdi32/tests/gdi32_test.exe$DLLEXT
15832 cp \$(TOPOBJDIR)/dlls/gdi32/tests/gdi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15833 gdi32_test.rc:
15834 echo \"gdi32_test.exe TESTRES \\\"gdi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15835 gdi32_test.res: gdi32_test.rc gdi32_test.exe"
15836 ALL_MAKEFILES="$ALL_MAKEFILES \\
15837 dlls/gdi32/tests/Makefile"
15838 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15839 dlls/gdi32/tests"
15840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15841 \$(RECURSE_TARGETS:%=dlls/gdi32/tests/%) dlls/gdi32/tests: dlls/gdi32/tests/Makefile \$(MAKEDEP)
15842 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in Maketest.rules config.status"
15843 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
15845 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15846 dlls/gdiplus/libgdiplus.$IMPLIBEXT"
15847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15848 dlls/gdiplus/libgdiplus.$IMPLIBEXT dlls/gdiplus/libgdiplus.cross.a: tools/widl tools/winebuild tools/winegcc include
15849 dlls/gdiplus/libgdiplus.$IMPLIBEXT dlls/gdiplus/libgdiplus.cross.a: dlls/gdiplus/gdiplus.spec dlls/gdiplus/Makefile
15850 @cd dlls/gdiplus && \$(MAKE) \`basename \$@\`
15851 dlls/gdiplus dlls/gdiplus/__install__ dlls/gdiplus/__install-lib__ dlls/gdiplus/__install-dev__: __builddeps__"
15852 ALL_MAKEFILES="$ALL_MAKEFILES \\
15853 dlls/gdiplus/Makefile"
15854 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15855 dlls/gdiplus"
15856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15857 \$(RECURSE_TARGETS:%=dlls/gdiplus/%) dlls/gdiplus: dlls/gdiplus/Makefile \$(MAKEDEP)
15858 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules config.status"
15859 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
15861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15862 dlls/gdiplus/tests: __builddeps__
15863 dlls/gdiplus/tests/__crosstest__: __buildcrossdeps__"
15864 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15865 gdiplus_test.exe"
15866 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15867 gdiplus_test.exe: \$(TOPOBJDIR)/dlls/gdiplus/tests/gdiplus_test.exe$DLLEXT
15868 cp \$(TOPOBJDIR)/dlls/gdiplus/tests/gdiplus_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15869 gdiplus_test.rc:
15870 echo \"gdiplus_test.exe TESTRES \\\"gdiplus_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15871 gdiplus_test.res: gdiplus_test.rc gdiplus_test.exe"
15872 ALL_MAKEFILES="$ALL_MAKEFILES \\
15873 dlls/gdiplus/tests/Makefile"
15874 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15875 dlls/gdiplus/tests"
15876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15877 \$(RECURSE_TARGETS:%=dlls/gdiplus/tests/%) dlls/gdiplus/tests: dlls/gdiplus/tests/Makefile \$(MAKEDEP)
15878 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in Maketest.rules config.status"
15879 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
15881 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15882 dlls/glu32/libglu32.$IMPLIBEXT"
15883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15884 dlls/glu32/libglu32.$IMPLIBEXT dlls/glu32/libglu32.cross.a: tools/widl tools/winebuild tools/winegcc include
15885 dlls/glu32/libglu32.$IMPLIBEXT dlls/glu32/libglu32.cross.a: dlls/glu32/glu32.spec dlls/glu32/Makefile
15886 @cd dlls/glu32 && \$(MAKE) \`basename \$@\`
15887 dlls/glu32 dlls/glu32/__install__ dlls/glu32/__install-lib__ dlls/glu32/__install-dev__: __builddeps__"
15888 ALL_MAKEFILES="$ALL_MAKEFILES \\
15889 dlls/glu32/Makefile"
15890 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15891 dlls/glu32"
15892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15893 \$(RECURSE_TARGETS:%=dlls/glu32/%) dlls/glu32: dlls/glu32/Makefile \$(MAKEDEP)
15894 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules config.status"
15895 ac_config_files="$ac_config_files dlls/glu32/Makefile"
15897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15898 dlls/gphoto2.ds dlls/gphoto2.ds/__install__ dlls/gphoto2.ds/__install-lib__ dlls/gphoto2.ds/__install-dev__: __builddeps__"
15899 ALL_MAKEFILES="$ALL_MAKEFILES \\
15900 dlls/gphoto2.ds/Makefile"
15901 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15902 dlls/gphoto2.ds"
15903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15904 \$(RECURSE_TARGETS:%=dlls/gphoto2.ds/%) dlls/gphoto2.ds: dlls/gphoto2.ds/Makefile \$(MAKEDEP)
15905 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules config.status"
15906 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
15908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15909 dlls/gpkcsp dlls/gpkcsp/__install__ dlls/gpkcsp/__install-lib__ dlls/gpkcsp/__install-dev__: __builddeps__"
15910 ALL_MAKEFILES="$ALL_MAKEFILES \\
15911 dlls/gpkcsp/Makefile"
15912 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15913 dlls/gpkcsp"
15914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15915 \$(RECURSE_TARGETS:%=dlls/gpkcsp/%) dlls/gpkcsp: dlls/gpkcsp/Makefile \$(MAKEDEP)
15916 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules config.status"
15917 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
15919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15920 dlls/hal dlls/hal/__install__ dlls/hal/__install-lib__ dlls/hal/__install-dev__: __builddeps__"
15921 ALL_MAKEFILES="$ALL_MAKEFILES \\
15922 dlls/hal/Makefile"
15923 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15924 dlls/hal"
15925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15926 \$(RECURSE_TARGETS:%=dlls/hal/%) dlls/hal: dlls/hal/Makefile \$(MAKEDEP)
15927 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules config.status"
15928 ac_config_files="$ac_config_files dlls/hal/Makefile"
15930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15931 dlls/hhctrl.ocx dlls/hhctrl.ocx/__install__ dlls/hhctrl.ocx/__install-lib__ dlls/hhctrl.ocx/__install-dev__: __builddeps__"
15932 ALL_MAKEFILES="$ALL_MAKEFILES \\
15933 dlls/hhctrl.ocx/Makefile"
15934 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15935 dlls/hhctrl.ocx"
15936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15937 \$(RECURSE_TARGETS:%=dlls/hhctrl.ocx/%) dlls/hhctrl.ocx: dlls/hhctrl.ocx/Makefile \$(MAKEDEP)
15938 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules config.status"
15939 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
15941 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15942 dlls/hid/libhid.$IMPLIBEXT"
15943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15944 dlls/hid/libhid.$IMPLIBEXT dlls/hid/libhid.cross.a: tools/widl tools/winebuild tools/winegcc include
15945 dlls/hid/libhid.$IMPLIBEXT dlls/hid/libhid.cross.a: dlls/hid/hid.spec dlls/hid/Makefile
15946 @cd dlls/hid && \$(MAKE) \`basename \$@\`
15947 dlls/hid dlls/hid/__install__ dlls/hid/__install-lib__ dlls/hid/__install-dev__: __builddeps__"
15948 ALL_MAKEFILES="$ALL_MAKEFILES \\
15949 dlls/hid/Makefile"
15950 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15951 dlls/hid"
15952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15953 \$(RECURSE_TARGETS:%=dlls/hid/%) dlls/hid: dlls/hid/Makefile \$(MAKEDEP)
15954 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules config.status"
15955 ac_config_files="$ac_config_files dlls/hid/Makefile"
15957 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15958 dlls/hlink/libhlink.$IMPLIBEXT"
15959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15960 dlls/hlink/libhlink.$IMPLIBEXT dlls/hlink/libhlink.cross.a: tools/widl tools/winebuild tools/winegcc include
15961 dlls/hlink/libhlink.$IMPLIBEXT dlls/hlink/libhlink.cross.a: dlls/hlink/hlink.spec dlls/hlink/Makefile
15962 @cd dlls/hlink && \$(MAKE) \`basename \$@\`
15963 dlls/hlink dlls/hlink/__install__ dlls/hlink/__install-lib__ dlls/hlink/__install-dev__: __builddeps__"
15964 ALL_MAKEFILES="$ALL_MAKEFILES \\
15965 dlls/hlink/Makefile"
15966 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15967 dlls/hlink"
15968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15969 \$(RECURSE_TARGETS:%=dlls/hlink/%) dlls/hlink: dlls/hlink/Makefile \$(MAKEDEP)
15970 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules config.status"
15971 ac_config_files="$ac_config_files dlls/hlink/Makefile"
15973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15974 dlls/hlink/tests: __builddeps__
15975 dlls/hlink/tests/__crosstest__: __buildcrossdeps__"
15976 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15977 hlink_test.exe"
15978 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15979 hlink_test.exe: \$(TOPOBJDIR)/dlls/hlink/tests/hlink_test.exe$DLLEXT
15980 cp \$(TOPOBJDIR)/dlls/hlink/tests/hlink_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15981 hlink_test.rc:
15982 echo \"hlink_test.exe TESTRES \\\"hlink_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15983 hlink_test.res: hlink_test.rc hlink_test.exe"
15984 ALL_MAKEFILES="$ALL_MAKEFILES \\
15985 dlls/hlink/tests/Makefile"
15986 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15987 dlls/hlink/tests"
15988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15989 \$(RECURSE_TARGETS:%=dlls/hlink/tests/%) dlls/hlink/tests: dlls/hlink/tests/Makefile \$(MAKEDEP)
15990 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in Maketest.rules config.status"
15991 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
15993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15994 dlls/hnetcfg dlls/hnetcfg/__install__ dlls/hnetcfg/__install-lib__ dlls/hnetcfg/__install-dev__: __builddeps__"
15995 ALL_MAKEFILES="$ALL_MAKEFILES \\
15996 dlls/hnetcfg/Makefile"
15997 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15998 dlls/hnetcfg"
15999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16000 \$(RECURSE_TARGETS:%=dlls/hnetcfg/%) dlls/hnetcfg: dlls/hnetcfg/Makefile \$(MAKEDEP)
16001 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules config.status"
16002 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
16004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16005 dlls/httpapi dlls/httpapi/__install__ dlls/httpapi/__install-lib__ dlls/httpapi/__install-dev__: __builddeps__"
16006 ALL_MAKEFILES="$ALL_MAKEFILES \\
16007 dlls/httpapi/Makefile"
16008 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16009 dlls/httpapi"
16010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16011 \$(RECURSE_TARGETS:%=dlls/httpapi/%) dlls/httpapi: dlls/httpapi/Makefile \$(MAKEDEP)
16012 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules config.status"
16013 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
16015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16016 dlls/iccvid dlls/iccvid/__install__ dlls/iccvid/__install-lib__ dlls/iccvid/__install-dev__: __builddeps__"
16017 ALL_MAKEFILES="$ALL_MAKEFILES \\
16018 dlls/iccvid/Makefile"
16019 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16020 dlls/iccvid"
16021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16022 \$(RECURSE_TARGETS:%=dlls/iccvid/%) dlls/iccvid: dlls/iccvid/Makefile \$(MAKEDEP)
16023 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules config.status"
16024 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
16026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16027 dlls/icmp dlls/icmp/__install__ dlls/icmp/__install-lib__ dlls/icmp/__install-dev__: __builddeps__"
16028 ALL_MAKEFILES="$ALL_MAKEFILES \\
16029 dlls/icmp/Makefile"
16030 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16031 dlls/icmp"
16032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16033 \$(RECURSE_TARGETS:%=dlls/icmp/%) dlls/icmp: dlls/icmp/Makefile \$(MAKEDEP)
16034 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules config.status"
16035 ac_config_files="$ac_config_files dlls/icmp/Makefile"
16037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16038 dlls/ifsmgr.vxd dlls/ifsmgr.vxd/__install__ dlls/ifsmgr.vxd/__install-lib__ dlls/ifsmgr.vxd/__install-dev__: __builddeps__"
16039 ALL_MAKEFILES="$ALL_MAKEFILES \\
16040 dlls/ifsmgr.vxd/Makefile"
16041 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16042 dlls/ifsmgr.vxd"
16043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16044 \$(RECURSE_TARGETS:%=dlls/ifsmgr.vxd/%) dlls/ifsmgr.vxd: dlls/ifsmgr.vxd/Makefile \$(MAKEDEP)
16045 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules config.status"
16046 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
16048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16049 dlls/imaadp32.acm dlls/imaadp32.acm/__install__ dlls/imaadp32.acm/__install-lib__ dlls/imaadp32.acm/__install-dev__: __builddeps__"
16050 ALL_MAKEFILES="$ALL_MAKEFILES \\
16051 dlls/imaadp32.acm/Makefile"
16052 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16053 dlls/imaadp32.acm"
16054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16055 \$(RECURSE_TARGETS:%=dlls/imaadp32.acm/%) dlls/imaadp32.acm: dlls/imaadp32.acm/Makefile \$(MAKEDEP)
16056 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules config.status"
16057 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
16059 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16060 dlls/imagehlp/libimagehlp.$IMPLIBEXT"
16061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16062 dlls/imagehlp/libimagehlp.$IMPLIBEXT dlls/imagehlp/libimagehlp.cross.a: tools/widl tools/winebuild tools/winegcc include
16063 dlls/imagehlp/libimagehlp.$IMPLIBEXT dlls/imagehlp/libimagehlp.cross.a: dlls/imagehlp/imagehlp.spec dlls/imagehlp/Makefile
16064 @cd dlls/imagehlp && \$(MAKE) \`basename \$@\`
16065 dlls/imagehlp dlls/imagehlp/__install__ dlls/imagehlp/__install-lib__ dlls/imagehlp/__install-dev__: __builddeps__"
16066 ALL_MAKEFILES="$ALL_MAKEFILES \\
16067 dlls/imagehlp/Makefile"
16068 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16069 dlls/imagehlp"
16070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16071 \$(RECURSE_TARGETS:%=dlls/imagehlp/%) dlls/imagehlp: dlls/imagehlp/Makefile \$(MAKEDEP)
16072 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules config.status"
16073 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
16075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16076 dlls/imagehlp/tests: __builddeps__
16077 dlls/imagehlp/tests/__crosstest__: __buildcrossdeps__"
16078 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16079 imagehlp_test.exe"
16080 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16081 imagehlp_test.exe: \$(TOPOBJDIR)/dlls/imagehlp/tests/imagehlp_test.exe$DLLEXT
16082 cp \$(TOPOBJDIR)/dlls/imagehlp/tests/imagehlp_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16083 imagehlp_test.rc:
16084 echo \"imagehlp_test.exe TESTRES \\\"imagehlp_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16085 imagehlp_test.res: imagehlp_test.rc imagehlp_test.exe"
16086 ALL_MAKEFILES="$ALL_MAKEFILES \\
16087 dlls/imagehlp/tests/Makefile"
16088 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16089 dlls/imagehlp/tests"
16090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16091 \$(RECURSE_TARGETS:%=dlls/imagehlp/tests/%) dlls/imagehlp/tests: dlls/imagehlp/tests/Makefile \$(MAKEDEP)
16092 dlls/imagehlp/tests/Makefile: dlls/imagehlp/tests/Makefile.in Maketest.rules config.status"
16093 ac_config_files="$ac_config_files dlls/imagehlp/tests/Makefile"
16095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16096 dlls/imm.dll16 dlls/imm.dll16/__install__ dlls/imm.dll16/__install-lib__ dlls/imm.dll16/__install-dev__: __builddeps__"
16097 ALL_MAKEFILES="$ALL_MAKEFILES \\
16098 dlls/imm.dll16/Makefile"
16099 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16100 dlls/imm.dll16"
16101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16102 \$(RECURSE_TARGETS:%=dlls/imm.dll16/%) dlls/imm.dll16: dlls/imm.dll16/Makefile \$(MAKEDEP)
16103 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules config.status"
16104 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
16106 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16107 dlls/imm32/libimm32.$IMPLIBEXT"
16108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16109 dlls/imm32/libimm32.$IMPLIBEXT dlls/imm32/libimm32.cross.a: tools/widl tools/winebuild tools/winegcc include
16110 dlls/imm32/libimm32.$IMPLIBEXT dlls/imm32/libimm32.cross.a: dlls/imm32/imm32.spec dlls/imm32/Makefile
16111 @cd dlls/imm32 && \$(MAKE) \`basename \$@\`
16112 dlls/imm32 dlls/imm32/__install__ dlls/imm32/__install-lib__ dlls/imm32/__install-dev__: __builddeps__"
16113 ALL_MAKEFILES="$ALL_MAKEFILES \\
16114 dlls/imm32/Makefile"
16115 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16116 dlls/imm32"
16117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16118 \$(RECURSE_TARGETS:%=dlls/imm32/%) dlls/imm32: dlls/imm32/Makefile \$(MAKEDEP)
16119 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules config.status"
16120 ac_config_files="$ac_config_files dlls/imm32/Makefile"
16122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16123 dlls/imm32/tests: __builddeps__
16124 dlls/imm32/tests/__crosstest__: __buildcrossdeps__"
16125 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16126 imm32_test.exe"
16127 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16128 imm32_test.exe: \$(TOPOBJDIR)/dlls/imm32/tests/imm32_test.exe$DLLEXT
16129 cp \$(TOPOBJDIR)/dlls/imm32/tests/imm32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16130 imm32_test.rc:
16131 echo \"imm32_test.exe TESTRES \\\"imm32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16132 imm32_test.res: imm32_test.rc imm32_test.exe"
16133 ALL_MAKEFILES="$ALL_MAKEFILES \\
16134 dlls/imm32/tests/Makefile"
16135 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16136 dlls/imm32/tests"
16137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16138 \$(RECURSE_TARGETS:%=dlls/imm32/tests/%) dlls/imm32/tests: dlls/imm32/tests/Makefile \$(MAKEDEP)
16139 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in Maketest.rules config.status"
16140 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
16142 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16143 dlls/inetcomm/libinetcomm.$IMPLIBEXT"
16144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16145 dlls/inetcomm/libinetcomm.$IMPLIBEXT dlls/inetcomm/libinetcomm.cross.a: tools/widl tools/winebuild tools/winegcc include
16146 dlls/inetcomm/libinetcomm.$IMPLIBEXT dlls/inetcomm/libinetcomm.cross.a: dlls/inetcomm/inetcomm.spec dlls/inetcomm/Makefile
16147 @cd dlls/inetcomm && \$(MAKE) \`basename \$@\`
16148 dlls/inetcomm dlls/inetcomm/__install__ dlls/inetcomm/__install-lib__ dlls/inetcomm/__install-dev__: __builddeps__"
16149 ALL_MAKEFILES="$ALL_MAKEFILES \\
16150 dlls/inetcomm/Makefile"
16151 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16152 dlls/inetcomm"
16153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16154 \$(RECURSE_TARGETS:%=dlls/inetcomm/%) dlls/inetcomm: dlls/inetcomm/Makefile \$(MAKEDEP)
16155 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules config.status"
16156 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
16158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16159 dlls/inetcomm/tests: __builddeps__
16160 dlls/inetcomm/tests/__crosstest__: __buildcrossdeps__"
16161 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16162 inetcomm_test.exe"
16163 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16164 inetcomm_test.exe: \$(TOPOBJDIR)/dlls/inetcomm/tests/inetcomm_test.exe$DLLEXT
16165 cp \$(TOPOBJDIR)/dlls/inetcomm/tests/inetcomm_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16166 inetcomm_test.rc:
16167 echo \"inetcomm_test.exe TESTRES \\\"inetcomm_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16168 inetcomm_test.res: inetcomm_test.rc inetcomm_test.exe"
16169 ALL_MAKEFILES="$ALL_MAKEFILES \\
16170 dlls/inetcomm/tests/Makefile"
16171 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16172 dlls/inetcomm/tests"
16173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16174 \$(RECURSE_TARGETS:%=dlls/inetcomm/tests/%) dlls/inetcomm/tests: dlls/inetcomm/tests/Makefile \$(MAKEDEP)
16175 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in Maketest.rules config.status"
16176 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
16178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16179 dlls/inetmib1 dlls/inetmib1/__install__ dlls/inetmib1/__install-lib__ dlls/inetmib1/__install-dev__: __builddeps__"
16180 ALL_MAKEFILES="$ALL_MAKEFILES \\
16181 dlls/inetmib1/Makefile"
16182 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16183 dlls/inetmib1"
16184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16185 \$(RECURSE_TARGETS:%=dlls/inetmib1/%) dlls/inetmib1: dlls/inetmib1/Makefile \$(MAKEDEP)
16186 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules config.status"
16187 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
16189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16190 dlls/inetmib1/tests: __builddeps__
16191 dlls/inetmib1/tests/__crosstest__: __buildcrossdeps__"
16192 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16193 inetmib1_test.exe"
16194 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16195 inetmib1_test.exe: \$(TOPOBJDIR)/dlls/inetmib1/tests/inetmib1_test.exe$DLLEXT
16196 cp \$(TOPOBJDIR)/dlls/inetmib1/tests/inetmib1_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16197 inetmib1_test.rc:
16198 echo \"inetmib1_test.exe TESTRES \\\"inetmib1_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16199 inetmib1_test.res: inetmib1_test.rc inetmib1_test.exe"
16200 ALL_MAKEFILES="$ALL_MAKEFILES \\
16201 dlls/inetmib1/tests/Makefile"
16202 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16203 dlls/inetmib1/tests"
16204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16205 \$(RECURSE_TARGETS:%=dlls/inetmib1/tests/%) dlls/inetmib1/tests: dlls/inetmib1/tests/Makefile \$(MAKEDEP)
16206 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in Maketest.rules config.status"
16207 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
16209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16210 dlls/infosoft dlls/infosoft/__install__ dlls/infosoft/__install-lib__ dlls/infosoft/__install-dev__: __builddeps__"
16211 ALL_MAKEFILES="$ALL_MAKEFILES \\
16212 dlls/infosoft/Makefile"
16213 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16214 dlls/infosoft"
16215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16216 \$(RECURSE_TARGETS:%=dlls/infosoft/%) dlls/infosoft: dlls/infosoft/Makefile \$(MAKEDEP)
16217 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules config.status"
16218 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
16220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16221 dlls/infosoft/tests: __builddeps__
16222 dlls/infosoft/tests/__crosstest__: __buildcrossdeps__"
16223 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16224 infosoft_test.exe"
16225 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16226 infosoft_test.exe: \$(TOPOBJDIR)/dlls/infosoft/tests/infosoft_test.exe$DLLEXT
16227 cp \$(TOPOBJDIR)/dlls/infosoft/tests/infosoft_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16228 infosoft_test.rc:
16229 echo \"infosoft_test.exe TESTRES \\\"infosoft_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16230 infosoft_test.res: infosoft_test.rc infosoft_test.exe"
16231 ALL_MAKEFILES="$ALL_MAKEFILES \\
16232 dlls/infosoft/tests/Makefile"
16233 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16234 dlls/infosoft/tests"
16235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16236 \$(RECURSE_TARGETS:%=dlls/infosoft/tests/%) dlls/infosoft/tests: dlls/infosoft/tests/Makefile \$(MAKEDEP)
16237 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in Maketest.rules config.status"
16238 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
16240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16241 dlls/initpki dlls/initpki/__install__ dlls/initpki/__install-lib__ dlls/initpki/__install-dev__: __builddeps__"
16242 ALL_MAKEFILES="$ALL_MAKEFILES \\
16243 dlls/initpki/Makefile"
16244 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16245 dlls/initpki"
16246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16247 \$(RECURSE_TARGETS:%=dlls/initpki/%) dlls/initpki: dlls/initpki/Makefile \$(MAKEDEP)
16248 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules config.status"
16249 ac_config_files="$ac_config_files dlls/initpki/Makefile"
16251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16252 dlls/inkobj dlls/inkobj/__install__ dlls/inkobj/__install-lib__ dlls/inkobj/__install-dev__: __builddeps__"
16253 ALL_MAKEFILES="$ALL_MAKEFILES \\
16254 dlls/inkobj/Makefile"
16255 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16256 dlls/inkobj"
16257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16258 \$(RECURSE_TARGETS:%=dlls/inkobj/%) dlls/inkobj: dlls/inkobj/Makefile \$(MAKEDEP)
16259 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules config.status"
16260 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
16262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16263 dlls/inseng dlls/inseng/__install__ dlls/inseng/__install-lib__ dlls/inseng/__install-dev__: __builddeps__"
16264 ALL_MAKEFILES="$ALL_MAKEFILES \\
16265 dlls/inseng/Makefile"
16266 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16267 dlls/inseng"
16268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16269 \$(RECURSE_TARGETS:%=dlls/inseng/%) dlls/inseng: dlls/inseng/Makefile \$(MAKEDEP)
16270 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules config.status"
16271 ac_config_files="$ac_config_files dlls/inseng/Makefile"
16273 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16274 dlls/iphlpapi/libiphlpapi.$IMPLIBEXT"
16275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16276 dlls/iphlpapi/libiphlpapi.$IMPLIBEXT dlls/iphlpapi/libiphlpapi.cross.a: tools/widl tools/winebuild tools/winegcc include
16277 dlls/iphlpapi/libiphlpapi.$IMPLIBEXT dlls/iphlpapi/libiphlpapi.cross.a: dlls/iphlpapi/iphlpapi.spec dlls/iphlpapi/Makefile
16278 @cd dlls/iphlpapi && \$(MAKE) \`basename \$@\`
16279 dlls/iphlpapi dlls/iphlpapi/__install__ dlls/iphlpapi/__install-lib__ dlls/iphlpapi/__install-dev__: __builddeps__"
16280 ALL_MAKEFILES="$ALL_MAKEFILES \\
16281 dlls/iphlpapi/Makefile"
16282 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16283 dlls/iphlpapi"
16284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16285 \$(RECURSE_TARGETS:%=dlls/iphlpapi/%) dlls/iphlpapi: dlls/iphlpapi/Makefile \$(MAKEDEP)
16286 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules config.status"
16287 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
16289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16290 dlls/iphlpapi/tests: __builddeps__
16291 dlls/iphlpapi/tests/__crosstest__: __buildcrossdeps__"
16292 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16293 iphlpapi_test.exe"
16294 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16295 iphlpapi_test.exe: \$(TOPOBJDIR)/dlls/iphlpapi/tests/iphlpapi_test.exe$DLLEXT
16296 cp \$(TOPOBJDIR)/dlls/iphlpapi/tests/iphlpapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16297 iphlpapi_test.rc:
16298 echo \"iphlpapi_test.exe TESTRES \\\"iphlpapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16299 iphlpapi_test.res: iphlpapi_test.rc iphlpapi_test.exe"
16300 ALL_MAKEFILES="$ALL_MAKEFILES \\
16301 dlls/iphlpapi/tests/Makefile"
16302 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16303 dlls/iphlpapi/tests"
16304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16305 \$(RECURSE_TARGETS:%=dlls/iphlpapi/tests/%) dlls/iphlpapi/tests: dlls/iphlpapi/tests/Makefile \$(MAKEDEP)
16306 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in Maketest.rules config.status"
16307 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
16309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16310 dlls/itircl dlls/itircl/__install__ dlls/itircl/__install-lib__ dlls/itircl/__install-dev__: __builddeps__"
16311 ALL_MAKEFILES="$ALL_MAKEFILES \\
16312 dlls/itircl/Makefile"
16313 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16314 dlls/itircl"
16315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16316 \$(RECURSE_TARGETS:%=dlls/itircl/%) dlls/itircl: dlls/itircl/Makefile \$(MAKEDEP)
16317 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules config.status"
16318 ac_config_files="$ac_config_files dlls/itircl/Makefile"
16320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16321 dlls/itss dlls/itss/__install__ dlls/itss/__install-lib__ dlls/itss/__install-dev__: __builddeps__"
16322 ALL_MAKEFILES="$ALL_MAKEFILES \\
16323 dlls/itss/Makefile"
16324 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16325 dlls/itss"
16326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16327 \$(RECURSE_TARGETS:%=dlls/itss/%) dlls/itss: dlls/itss/Makefile \$(MAKEDEP)
16328 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules config.status"
16329 ac_config_files="$ac_config_files dlls/itss/Makefile"
16331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16332 dlls/itss/tests: __builddeps__
16333 dlls/itss/tests/__crosstest__: __buildcrossdeps__"
16334 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16335 itss_test.exe"
16336 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16337 itss_test.exe: \$(TOPOBJDIR)/dlls/itss/tests/itss_test.exe$DLLEXT
16338 cp \$(TOPOBJDIR)/dlls/itss/tests/itss_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16339 itss_test.rc:
16340 echo \"itss_test.exe TESTRES \\\"itss_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16341 itss_test.res: itss_test.rc itss_test.exe"
16342 ALL_MAKEFILES="$ALL_MAKEFILES \\
16343 dlls/itss/tests/Makefile"
16344 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16345 dlls/itss/tests"
16346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16347 \$(RECURSE_TARGETS:%=dlls/itss/tests/%) dlls/itss/tests: dlls/itss/tests/Makefile \$(MAKEDEP)
16348 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in Maketest.rules config.status"
16349 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
16351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16352 dlls/jscript dlls/jscript/__install__ dlls/jscript/__install-lib__ dlls/jscript/__install-dev__: __builddeps__"
16353 ALL_MAKEFILES="$ALL_MAKEFILES \\
16354 dlls/jscript/Makefile"
16355 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16356 dlls/jscript"
16357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16358 \$(RECURSE_TARGETS:%=dlls/jscript/%) dlls/jscript: dlls/jscript/Makefile \$(MAKEDEP)
16359 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules config.status"
16360 ac_config_files="$ac_config_files dlls/jscript/Makefile"
16362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16363 dlls/jscript/tests: __builddeps__
16364 dlls/jscript/tests/__crosstest__: __buildcrossdeps__"
16365 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16366 jscript_test.exe"
16367 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16368 jscript_test.exe: \$(TOPOBJDIR)/dlls/jscript/tests/jscript_test.exe$DLLEXT
16369 cp \$(TOPOBJDIR)/dlls/jscript/tests/jscript_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16370 jscript_test.rc:
16371 echo \"jscript_test.exe TESTRES \\\"jscript_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16372 jscript_test.res: jscript_test.rc jscript_test.exe"
16373 ALL_MAKEFILES="$ALL_MAKEFILES \\
16374 dlls/jscript/tests/Makefile"
16375 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16376 dlls/jscript/tests"
16377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16378 \$(RECURSE_TARGETS:%=dlls/jscript/tests/%) dlls/jscript/tests: dlls/jscript/tests/Makefile \$(MAKEDEP)
16379 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in Maketest.rules config.status"
16380 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
16382 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16383 dlls/kernel32/libkernel32.$IMPLIBEXT"
16384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16385 dlls/kernel32/libkernel32.$IMPLIBEXT dlls/kernel32/libkernel32.cross.a: tools/widl tools/winebuild tools/winegcc include
16386 dlls/kernel32/libkernel32.$IMPLIBEXT dlls/kernel32/libkernel32.cross.a: dlls/kernel32/kernel32.spec dlls/kernel32/Makefile
16387 @cd dlls/kernel32 && \$(MAKE) \`basename \$@\`
16388 dlls/kernel32 dlls/kernel32/__install__ dlls/kernel32/__install-lib__ dlls/kernel32/__install-dev__: __builddeps__"
16389 ALL_MAKEFILES="$ALL_MAKEFILES \\
16390 dlls/kernel32/Makefile"
16391 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16392 dlls/kernel32"
16393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16394 \$(RECURSE_TARGETS:%=dlls/kernel32/%) dlls/kernel32: dlls/kernel32/Makefile \$(MAKEDEP)
16395 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules config.status"
16396 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
16398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16399 dlls/kernel32/tests: __builddeps__
16400 dlls/kernel32/tests/__crosstest__: __buildcrossdeps__"
16401 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16402 kernel32_test.exe"
16403 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16404 kernel32_test.exe: \$(TOPOBJDIR)/dlls/kernel32/tests/kernel32_test.exe$DLLEXT
16405 cp \$(TOPOBJDIR)/dlls/kernel32/tests/kernel32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16406 kernel32_test.rc:
16407 echo \"kernel32_test.exe TESTRES \\\"kernel32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16408 kernel32_test.res: kernel32_test.rc kernel32_test.exe"
16409 ALL_MAKEFILES="$ALL_MAKEFILES \\
16410 dlls/kernel32/tests/Makefile"
16411 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16412 dlls/kernel32/tests"
16413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16414 \$(RECURSE_TARGETS:%=dlls/kernel32/tests/%) dlls/kernel32/tests: dlls/kernel32/tests/Makefile \$(MAKEDEP)
16415 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in Maketest.rules config.status"
16416 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
16418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16419 dlls/keyboard.drv16 dlls/keyboard.drv16/__install__ dlls/keyboard.drv16/__install-lib__ dlls/keyboard.drv16/__install-dev__: __builddeps__"
16420 ALL_MAKEFILES="$ALL_MAKEFILES \\
16421 dlls/keyboard.drv16/Makefile"
16422 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16423 dlls/keyboard.drv16"
16424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16425 \$(RECURSE_TARGETS:%=dlls/keyboard.drv16/%) dlls/keyboard.drv16: dlls/keyboard.drv16/Makefile \$(MAKEDEP)
16426 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules config.status"
16427 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
16429 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16430 dlls/krnl386.exe16/libkernel.$IMPLIBEXT \\
16431 dlls/libkernel.$IMPLIBEXT"
16432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16433 dlls/krnl386.exe16/libkernel.$IMPLIBEXT dlls/krnl386.exe16/libkernel.cross.a: tools/widl tools/winebuild tools/winegcc include
16434 dlls/libkernel.a: dlls/krnl386.exe16/libkernel.a
16435 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.a \$@
16436 dlls/libkernel.cross.a: dlls/krnl386.exe16/libkernel.cross.a
16437 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.cross.a \$@
16438 dlls/libkernel.def: dlls/krnl386.exe16/libkernel.def
16439 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.def \$@
16440 clean::
16441 \$(RM) dlls/libkernel.def
16442 dlls/krnl386.exe16/libkernel.$IMPLIBEXT dlls/krnl386.exe16/libkernel.cross.a: dlls/krnl386.exe16/krnl386.exe16.spec dlls/krnl386.exe16/Makefile
16443 @cd dlls/krnl386.exe16 && \$(MAKE) \`basename \$@\`
16444 dlls/krnl386.exe16 dlls/krnl386.exe16/__install__ dlls/krnl386.exe16/__install-lib__ dlls/krnl386.exe16/__install-dev__: __builddeps__"
16445 ALL_MAKEFILES="$ALL_MAKEFILES \\
16446 dlls/krnl386.exe16/Makefile"
16447 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16448 dlls/krnl386.exe16"
16449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16450 \$(RECURSE_TARGETS:%=dlls/krnl386.exe16/%) dlls/krnl386.exe16: dlls/krnl386.exe16/Makefile \$(MAKEDEP)
16451 dlls/krnl386.exe16/Makefile: dlls/krnl386.exe16/Makefile.in dlls/Makedll.rules config.status"
16452 ac_config_files="$ac_config_files dlls/krnl386.exe16/Makefile"
16454 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16455 dlls/loadperf/libloadperf.$IMPLIBEXT"
16456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16457 dlls/loadperf/libloadperf.$IMPLIBEXT dlls/loadperf/libloadperf.cross.a: tools/widl tools/winebuild tools/winegcc include
16458 dlls/loadperf/libloadperf.$IMPLIBEXT dlls/loadperf/libloadperf.cross.a: dlls/loadperf/loadperf.spec dlls/loadperf/Makefile
16459 @cd dlls/loadperf && \$(MAKE) \`basename \$@\`
16460 dlls/loadperf dlls/loadperf/__install__ dlls/loadperf/__install-lib__ dlls/loadperf/__install-dev__: __builddeps__"
16461 ALL_MAKEFILES="$ALL_MAKEFILES \\
16462 dlls/loadperf/Makefile"
16463 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16464 dlls/loadperf"
16465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16466 \$(RECURSE_TARGETS:%=dlls/loadperf/%) dlls/loadperf: dlls/loadperf/Makefile \$(MAKEDEP)
16467 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules config.status"
16468 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
16470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16471 dlls/localspl dlls/localspl/__install__ dlls/localspl/__install-lib__ dlls/localspl/__install-dev__: __builddeps__"
16472 ALL_MAKEFILES="$ALL_MAKEFILES \\
16473 dlls/localspl/Makefile"
16474 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16475 dlls/localspl"
16476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16477 \$(RECURSE_TARGETS:%=dlls/localspl/%) dlls/localspl: dlls/localspl/Makefile \$(MAKEDEP)
16478 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules config.status"
16479 ac_config_files="$ac_config_files dlls/localspl/Makefile"
16481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16482 dlls/localspl/tests: __builddeps__
16483 dlls/localspl/tests/__crosstest__: __buildcrossdeps__"
16484 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16485 localspl_test.exe"
16486 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16487 localspl_test.exe: \$(TOPOBJDIR)/dlls/localspl/tests/localspl_test.exe$DLLEXT
16488 cp \$(TOPOBJDIR)/dlls/localspl/tests/localspl_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16489 localspl_test.rc:
16490 echo \"localspl_test.exe TESTRES \\\"localspl_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16491 localspl_test.res: localspl_test.rc localspl_test.exe"
16492 ALL_MAKEFILES="$ALL_MAKEFILES \\
16493 dlls/localspl/tests/Makefile"
16494 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16495 dlls/localspl/tests"
16496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16497 \$(RECURSE_TARGETS:%=dlls/localspl/tests/%) dlls/localspl/tests: dlls/localspl/tests/Makefile \$(MAKEDEP)
16498 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in Maketest.rules config.status"
16499 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
16501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16502 dlls/localui dlls/localui/__install__ dlls/localui/__install-lib__ dlls/localui/__install-dev__: __builddeps__"
16503 ALL_MAKEFILES="$ALL_MAKEFILES \\
16504 dlls/localui/Makefile"
16505 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16506 dlls/localui"
16507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16508 \$(RECURSE_TARGETS:%=dlls/localui/%) dlls/localui: dlls/localui/Makefile \$(MAKEDEP)
16509 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules config.status"
16510 ac_config_files="$ac_config_files dlls/localui/Makefile"
16512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16513 dlls/localui/tests: __builddeps__
16514 dlls/localui/tests/__crosstest__: __buildcrossdeps__"
16515 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16516 localui_test.exe"
16517 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16518 localui_test.exe: \$(TOPOBJDIR)/dlls/localui/tests/localui_test.exe$DLLEXT
16519 cp \$(TOPOBJDIR)/dlls/localui/tests/localui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16520 localui_test.rc:
16521 echo \"localui_test.exe TESTRES \\\"localui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16522 localui_test.res: localui_test.rc localui_test.exe"
16523 ALL_MAKEFILES="$ALL_MAKEFILES \\
16524 dlls/localui/tests/Makefile"
16525 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16526 dlls/localui/tests"
16527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16528 \$(RECURSE_TARGETS:%=dlls/localui/tests/%) dlls/localui/tests: dlls/localui/tests/Makefile \$(MAKEDEP)
16529 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in Maketest.rules config.status"
16530 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
16532 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16533 dlls/lz32/liblz32.$IMPLIBEXT"
16534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16535 dlls/lz32/liblz32.$IMPLIBEXT dlls/lz32/liblz32.cross.a: tools/widl tools/winebuild tools/winegcc include
16536 dlls/lz32/liblz32.$IMPLIBEXT dlls/lz32/liblz32.cross.a: dlls/lz32/lz32.spec dlls/lz32/Makefile
16537 @cd dlls/lz32 && \$(MAKE) \`basename \$@\`
16538 dlls/lz32 dlls/lz32/__install__ dlls/lz32/__install-lib__ dlls/lz32/__install-dev__: __builddeps__"
16539 ALL_MAKEFILES="$ALL_MAKEFILES \\
16540 dlls/lz32/Makefile"
16541 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16542 dlls/lz32"
16543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16544 \$(RECURSE_TARGETS:%=dlls/lz32/%) dlls/lz32: dlls/lz32/Makefile \$(MAKEDEP)
16545 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules config.status"
16546 ac_config_files="$ac_config_files dlls/lz32/Makefile"
16548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16549 dlls/lz32/tests: __builddeps__
16550 dlls/lz32/tests/__crosstest__: __buildcrossdeps__"
16551 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16552 lz32_test.exe"
16553 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16554 lz32_test.exe: \$(TOPOBJDIR)/dlls/lz32/tests/lz32_test.exe$DLLEXT
16555 cp \$(TOPOBJDIR)/dlls/lz32/tests/lz32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16556 lz32_test.rc:
16557 echo \"lz32_test.exe TESTRES \\\"lz32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16558 lz32_test.res: lz32_test.rc lz32_test.exe"
16559 ALL_MAKEFILES="$ALL_MAKEFILES \\
16560 dlls/lz32/tests/Makefile"
16561 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16562 dlls/lz32/tests"
16563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16564 \$(RECURSE_TARGETS:%=dlls/lz32/tests/%) dlls/lz32/tests: dlls/lz32/tests/Makefile \$(MAKEDEP)
16565 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in Maketest.rules config.status"
16566 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
16568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16569 dlls/lzexpand.dll16 dlls/lzexpand.dll16/__install__ dlls/lzexpand.dll16/__install-lib__ dlls/lzexpand.dll16/__install-dev__: __builddeps__"
16570 ALL_MAKEFILES="$ALL_MAKEFILES \\
16571 dlls/lzexpand.dll16/Makefile"
16572 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16573 dlls/lzexpand.dll16"
16574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16575 \$(RECURSE_TARGETS:%=dlls/lzexpand.dll16/%) dlls/lzexpand.dll16: dlls/lzexpand.dll16/Makefile \$(MAKEDEP)
16576 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules config.status"
16577 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
16579 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16580 dlls/mapi32/libmapi32.$IMPLIBEXT"
16581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16582 dlls/mapi32/libmapi32.$IMPLIBEXT dlls/mapi32/libmapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
16583 dlls/mapi32/libmapi32.$IMPLIBEXT dlls/mapi32/libmapi32.cross.a: dlls/mapi32/mapi32.spec dlls/mapi32/Makefile
16584 @cd dlls/mapi32 && \$(MAKE) \`basename \$@\`
16585 dlls/mapi32 dlls/mapi32/__install__ dlls/mapi32/__install-lib__ dlls/mapi32/__install-dev__: __builddeps__"
16586 ALL_MAKEFILES="$ALL_MAKEFILES \\
16587 dlls/mapi32/Makefile"
16588 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16589 dlls/mapi32"
16590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16591 \$(RECURSE_TARGETS:%=dlls/mapi32/%) dlls/mapi32: dlls/mapi32/Makefile \$(MAKEDEP)
16592 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules config.status"
16593 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
16595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16596 dlls/mapi32/tests: __builddeps__
16597 dlls/mapi32/tests/__crosstest__: __buildcrossdeps__"
16598 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16599 mapi32_test.exe"
16600 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16601 mapi32_test.exe: \$(TOPOBJDIR)/dlls/mapi32/tests/mapi32_test.exe$DLLEXT
16602 cp \$(TOPOBJDIR)/dlls/mapi32/tests/mapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16603 mapi32_test.rc:
16604 echo \"mapi32_test.exe TESTRES \\\"mapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16605 mapi32_test.res: mapi32_test.rc mapi32_test.exe"
16606 ALL_MAKEFILES="$ALL_MAKEFILES \\
16607 dlls/mapi32/tests/Makefile"
16608 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16609 dlls/mapi32/tests"
16610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16611 \$(RECURSE_TARGETS:%=dlls/mapi32/tests/%) dlls/mapi32/tests: dlls/mapi32/tests/Makefile \$(MAKEDEP)
16612 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in Maketest.rules config.status"
16613 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
16615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16616 dlls/mapistub dlls/mapistub/__install__ dlls/mapistub/__install-lib__ dlls/mapistub/__install-dev__: __builddeps__"
16617 ALL_MAKEFILES="$ALL_MAKEFILES \\
16618 dlls/mapistub/Makefile"
16619 test "x$enable_mapistub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16620 dlls/mapistub"
16621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16622 \$(RECURSE_TARGETS:%=dlls/mapistub/%) dlls/mapistub: dlls/mapistub/Makefile \$(MAKEDEP)
16623 dlls/mapistub/Makefile: dlls/mapistub/Makefile.in dlls/Makedll.rules config.status"
16624 ac_config_files="$ac_config_files dlls/mapistub/Makefile"
16626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16627 dlls/mciavi32 dlls/mciavi32/__install__ dlls/mciavi32/__install-lib__ dlls/mciavi32/__install-dev__: __builddeps__"
16628 ALL_MAKEFILES="$ALL_MAKEFILES \\
16629 dlls/mciavi32/Makefile"
16630 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16631 dlls/mciavi32"
16632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16633 \$(RECURSE_TARGETS:%=dlls/mciavi32/%) dlls/mciavi32: dlls/mciavi32/Makefile \$(MAKEDEP)
16634 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules config.status"
16635 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
16637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16638 dlls/mcicda dlls/mcicda/__install__ dlls/mcicda/__install-lib__ dlls/mcicda/__install-dev__: __builddeps__"
16639 ALL_MAKEFILES="$ALL_MAKEFILES \\
16640 dlls/mcicda/Makefile"
16641 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16642 dlls/mcicda"
16643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16644 \$(RECURSE_TARGETS:%=dlls/mcicda/%) dlls/mcicda: dlls/mcicda/Makefile \$(MAKEDEP)
16645 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules config.status"
16646 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
16648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16649 dlls/mciqtz32 dlls/mciqtz32/__install__ dlls/mciqtz32/__install-lib__ dlls/mciqtz32/__install-dev__: __builddeps__"
16650 ALL_MAKEFILES="$ALL_MAKEFILES \\
16651 dlls/mciqtz32/Makefile"
16652 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16653 dlls/mciqtz32"
16654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16655 \$(RECURSE_TARGETS:%=dlls/mciqtz32/%) dlls/mciqtz32: dlls/mciqtz32/Makefile \$(MAKEDEP)
16656 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules config.status"
16657 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
16659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16660 dlls/mciseq dlls/mciseq/__install__ dlls/mciseq/__install-lib__ dlls/mciseq/__install-dev__: __builddeps__"
16661 ALL_MAKEFILES="$ALL_MAKEFILES \\
16662 dlls/mciseq/Makefile"
16663 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16664 dlls/mciseq"
16665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16666 \$(RECURSE_TARGETS:%=dlls/mciseq/%) dlls/mciseq: dlls/mciseq/Makefile \$(MAKEDEP)
16667 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules config.status"
16668 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
16670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16671 dlls/mciwave dlls/mciwave/__install__ dlls/mciwave/__install-lib__ dlls/mciwave/__install-dev__: __builddeps__"
16672 ALL_MAKEFILES="$ALL_MAKEFILES \\
16673 dlls/mciwave/Makefile"
16674 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16675 dlls/mciwave"
16676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16677 \$(RECURSE_TARGETS:%=dlls/mciwave/%) dlls/mciwave: dlls/mciwave/Makefile \$(MAKEDEP)
16678 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules config.status"
16679 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
16681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16682 dlls/midimap dlls/midimap/__install__ dlls/midimap/__install-lib__ dlls/midimap/__install-dev__: __builddeps__"
16683 ALL_MAKEFILES="$ALL_MAKEFILES \\
16684 dlls/midimap/Makefile"
16685 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16686 dlls/midimap"
16687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16688 \$(RECURSE_TARGETS:%=dlls/midimap/%) dlls/midimap: dlls/midimap/Makefile \$(MAKEDEP)
16689 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules config.status"
16690 ac_config_files="$ac_config_files dlls/midimap/Makefile"
16692 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16693 dlls/mlang/libmlang.$IMPLIBEXT"
16694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16695 dlls/mlang/libmlang.$IMPLIBEXT dlls/mlang/libmlang.cross.a: tools/widl tools/winebuild tools/winegcc include
16696 dlls/mlang/libmlang.$IMPLIBEXT dlls/mlang/libmlang.cross.a: dlls/mlang/mlang.spec dlls/mlang/Makefile
16697 @cd dlls/mlang && \$(MAKE) \`basename \$@\`
16698 dlls/mlang dlls/mlang/__install__ dlls/mlang/__install-lib__ dlls/mlang/__install-dev__: __builddeps__"
16699 ALL_MAKEFILES="$ALL_MAKEFILES \\
16700 dlls/mlang/Makefile"
16701 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16702 dlls/mlang"
16703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16704 \$(RECURSE_TARGETS:%=dlls/mlang/%) dlls/mlang: dlls/mlang/Makefile \$(MAKEDEP)
16705 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules config.status"
16706 ac_config_files="$ac_config_files dlls/mlang/Makefile"
16708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16709 dlls/mlang/tests: __builddeps__
16710 dlls/mlang/tests/__crosstest__: __buildcrossdeps__"
16711 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16712 mlang_test.exe"
16713 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16714 mlang_test.exe: \$(TOPOBJDIR)/dlls/mlang/tests/mlang_test.exe$DLLEXT
16715 cp \$(TOPOBJDIR)/dlls/mlang/tests/mlang_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16716 mlang_test.rc:
16717 echo \"mlang_test.exe TESTRES \\\"mlang_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16718 mlang_test.res: mlang_test.rc mlang_test.exe"
16719 ALL_MAKEFILES="$ALL_MAKEFILES \\
16720 dlls/mlang/tests/Makefile"
16721 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16722 dlls/mlang/tests"
16723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16724 \$(RECURSE_TARGETS:%=dlls/mlang/tests/%) dlls/mlang/tests: dlls/mlang/tests/Makefile \$(MAKEDEP)
16725 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in Maketest.rules config.status"
16726 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
16728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16729 dlls/mmdevapi dlls/mmdevapi/__install__ dlls/mmdevapi/__install-lib__ dlls/mmdevapi/__install-dev__: __builddeps__"
16730 ALL_MAKEFILES="$ALL_MAKEFILES \\
16731 dlls/mmdevapi/Makefile"
16732 test "x$enable_mmdevapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16733 dlls/mmdevapi"
16734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16735 \$(RECURSE_TARGETS:%=dlls/mmdevapi/%) dlls/mmdevapi: dlls/mmdevapi/Makefile \$(MAKEDEP)
16736 dlls/mmdevapi/Makefile: dlls/mmdevapi/Makefile.in dlls/Makedll.rules config.status"
16737 ac_config_files="$ac_config_files dlls/mmdevapi/Makefile"
16739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16740 dlls/mmdevapi/tests: __builddeps__
16741 dlls/mmdevapi/tests/__crosstest__: __buildcrossdeps__"
16742 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16743 mmdevapi_test.exe"
16744 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16745 mmdevapi_test.exe: \$(TOPOBJDIR)/dlls/mmdevapi/tests/mmdevapi_test.exe$DLLEXT
16746 cp \$(TOPOBJDIR)/dlls/mmdevapi/tests/mmdevapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16747 mmdevapi_test.rc:
16748 echo \"mmdevapi_test.exe TESTRES \\\"mmdevapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16749 mmdevapi_test.res: mmdevapi_test.rc mmdevapi_test.exe"
16750 ALL_MAKEFILES="$ALL_MAKEFILES \\
16751 dlls/mmdevapi/tests/Makefile"
16752 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16753 dlls/mmdevapi/tests"
16754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16755 \$(RECURSE_TARGETS:%=dlls/mmdevapi/tests/%) dlls/mmdevapi/tests: dlls/mmdevapi/tests/Makefile \$(MAKEDEP)
16756 dlls/mmdevapi/tests/Makefile: dlls/mmdevapi/tests/Makefile.in Maketest.rules config.status"
16757 ac_config_files="$ac_config_files dlls/mmdevapi/tests/Makefile"
16759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16760 dlls/mmdevldr.vxd dlls/mmdevldr.vxd/__install__ dlls/mmdevldr.vxd/__install-lib__ dlls/mmdevldr.vxd/__install-dev__: __builddeps__"
16761 ALL_MAKEFILES="$ALL_MAKEFILES \\
16762 dlls/mmdevldr.vxd/Makefile"
16763 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16764 dlls/mmdevldr.vxd"
16765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16766 \$(RECURSE_TARGETS:%=dlls/mmdevldr.vxd/%) dlls/mmdevldr.vxd: dlls/mmdevldr.vxd/Makefile \$(MAKEDEP)
16767 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules config.status"
16768 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
16770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16771 dlls/mmsystem.dll16 dlls/mmsystem.dll16/__install__ dlls/mmsystem.dll16/__install-lib__ dlls/mmsystem.dll16/__install-dev__: __builddeps__"
16772 ALL_MAKEFILES="$ALL_MAKEFILES \\
16773 dlls/mmsystem.dll16/Makefile"
16774 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16775 dlls/mmsystem.dll16"
16776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16777 \$(RECURSE_TARGETS:%=dlls/mmsystem.dll16/%) dlls/mmsystem.dll16: dlls/mmsystem.dll16/Makefile \$(MAKEDEP)
16778 dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules config.status"
16779 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
16781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16782 dlls/monodebg.vxd dlls/monodebg.vxd/__install__ dlls/monodebg.vxd/__install-lib__ dlls/monodebg.vxd/__install-dev__: __builddeps__"
16783 ALL_MAKEFILES="$ALL_MAKEFILES \\
16784 dlls/monodebg.vxd/Makefile"
16785 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16786 dlls/monodebg.vxd"
16787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16788 \$(RECURSE_TARGETS:%=dlls/monodebg.vxd/%) dlls/monodebg.vxd: dlls/monodebg.vxd/Makefile \$(MAKEDEP)
16789 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules config.status"
16790 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
16792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16793 dlls/mountmgr.sys dlls/mountmgr.sys/__install__ dlls/mountmgr.sys/__install-lib__ dlls/mountmgr.sys/__install-dev__: __builddeps__"
16794 ALL_MAKEFILES="$ALL_MAKEFILES \\
16795 dlls/mountmgr.sys/Makefile"
16796 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16797 dlls/mountmgr.sys"
16798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16799 \$(RECURSE_TARGETS:%=dlls/mountmgr.sys/%) dlls/mountmgr.sys: dlls/mountmgr.sys/Makefile \$(MAKEDEP)
16800 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules config.status"
16801 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
16803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16804 dlls/mouse.drv16 dlls/mouse.drv16/__install__ dlls/mouse.drv16/__install-lib__ dlls/mouse.drv16/__install-dev__: __builddeps__"
16805 ALL_MAKEFILES="$ALL_MAKEFILES \\
16806 dlls/mouse.drv16/Makefile"
16807 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16808 dlls/mouse.drv16"
16809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16810 \$(RECURSE_TARGETS:%=dlls/mouse.drv16/%) dlls/mouse.drv16: dlls/mouse.drv16/Makefile \$(MAKEDEP)
16811 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules config.status"
16812 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
16814 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16815 dlls/mpr/libmpr.$IMPLIBEXT"
16816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16817 dlls/mpr/libmpr.$IMPLIBEXT dlls/mpr/libmpr.cross.a: tools/widl tools/winebuild tools/winegcc include
16818 dlls/mpr/libmpr.$IMPLIBEXT dlls/mpr/libmpr.cross.a: dlls/mpr/mpr.spec dlls/mpr/Makefile
16819 @cd dlls/mpr && \$(MAKE) \`basename \$@\`
16820 dlls/mpr dlls/mpr/__install__ dlls/mpr/__install-lib__ dlls/mpr/__install-dev__: __builddeps__"
16821 ALL_MAKEFILES="$ALL_MAKEFILES \\
16822 dlls/mpr/Makefile"
16823 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16824 dlls/mpr"
16825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16826 \$(RECURSE_TARGETS:%=dlls/mpr/%) dlls/mpr: dlls/mpr/Makefile \$(MAKEDEP)
16827 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules config.status"
16828 ac_config_files="$ac_config_files dlls/mpr/Makefile"
16830 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16831 dlls/mprapi/libmprapi.$IMPLIBEXT"
16832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16833 dlls/mprapi/libmprapi.$IMPLIBEXT dlls/mprapi/libmprapi.cross.a: tools/widl tools/winebuild tools/winegcc include
16834 dlls/mprapi/libmprapi.$IMPLIBEXT dlls/mprapi/libmprapi.cross.a: dlls/mprapi/mprapi.spec dlls/mprapi/Makefile
16835 @cd dlls/mprapi && \$(MAKE) \`basename \$@\`
16836 dlls/mprapi dlls/mprapi/__install__ dlls/mprapi/__install-lib__ dlls/mprapi/__install-dev__: __builddeps__"
16837 ALL_MAKEFILES="$ALL_MAKEFILES \\
16838 dlls/mprapi/Makefile"
16839 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16840 dlls/mprapi"
16841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16842 \$(RECURSE_TARGETS:%=dlls/mprapi/%) dlls/mprapi: dlls/mprapi/Makefile \$(MAKEDEP)
16843 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules config.status"
16844 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
16846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16847 dlls/msacm.dll16 dlls/msacm.dll16/__install__ dlls/msacm.dll16/__install-lib__ dlls/msacm.dll16/__install-dev__: __builddeps__"
16848 ALL_MAKEFILES="$ALL_MAKEFILES \\
16849 dlls/msacm.dll16/Makefile"
16850 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16851 dlls/msacm.dll16"
16852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16853 \$(RECURSE_TARGETS:%=dlls/msacm.dll16/%) dlls/msacm.dll16: dlls/msacm.dll16/Makefile \$(MAKEDEP)
16854 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules config.status"
16855 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
16857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16858 dlls/msacm32.drv dlls/msacm32.drv/__install__ dlls/msacm32.drv/__install-lib__ dlls/msacm32.drv/__install-dev__: __builddeps__"
16859 ALL_MAKEFILES="$ALL_MAKEFILES \\
16860 dlls/msacm32.drv/Makefile"
16861 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16862 dlls/msacm32.drv"
16863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16864 \$(RECURSE_TARGETS:%=dlls/msacm32.drv/%) dlls/msacm32.drv: dlls/msacm32.drv/Makefile \$(MAKEDEP)
16865 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules config.status"
16866 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
16868 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16869 dlls/msacm32/libmsacm32.$IMPLIBEXT"
16870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16871 dlls/msacm32/libmsacm32.$IMPLIBEXT dlls/msacm32/libmsacm32.cross.a: tools/widl tools/winebuild tools/winegcc include
16872 dlls/msacm32/libmsacm32.$IMPLIBEXT dlls/msacm32/libmsacm32.cross.a: dlls/msacm32/msacm32.spec dlls/msacm32/Makefile
16873 @cd dlls/msacm32 && \$(MAKE) \`basename \$@\`
16874 dlls/msacm32 dlls/msacm32/__install__ dlls/msacm32/__install-lib__ dlls/msacm32/__install-dev__: __builddeps__"
16875 ALL_MAKEFILES="$ALL_MAKEFILES \\
16876 dlls/msacm32/Makefile"
16877 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16878 dlls/msacm32"
16879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16880 \$(RECURSE_TARGETS:%=dlls/msacm32/%) dlls/msacm32: dlls/msacm32/Makefile \$(MAKEDEP)
16881 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules config.status"
16882 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
16884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16885 dlls/msacm32/tests: __builddeps__
16886 dlls/msacm32/tests/__crosstest__: __buildcrossdeps__"
16887 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16888 msacm32_test.exe"
16889 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16890 msacm32_test.exe: \$(TOPOBJDIR)/dlls/msacm32/tests/msacm32_test.exe$DLLEXT
16891 cp \$(TOPOBJDIR)/dlls/msacm32/tests/msacm32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16892 msacm32_test.rc:
16893 echo \"msacm32_test.exe TESTRES \\\"msacm32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16894 msacm32_test.res: msacm32_test.rc msacm32_test.exe"
16895 ALL_MAKEFILES="$ALL_MAKEFILES \\
16896 dlls/msacm32/tests/Makefile"
16897 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16898 dlls/msacm32/tests"
16899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16900 \$(RECURSE_TARGETS:%=dlls/msacm32/tests/%) dlls/msacm32/tests: dlls/msacm32/tests/Makefile \$(MAKEDEP)
16901 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in Maketest.rules config.status"
16902 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
16904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16905 dlls/msadp32.acm dlls/msadp32.acm/__install__ dlls/msadp32.acm/__install-lib__ dlls/msadp32.acm/__install-dev__: __builddeps__"
16906 ALL_MAKEFILES="$ALL_MAKEFILES \\
16907 dlls/msadp32.acm/Makefile"
16908 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16909 dlls/msadp32.acm"
16910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16911 \$(RECURSE_TARGETS:%=dlls/msadp32.acm/%) dlls/msadp32.acm: dlls/msadp32.acm/Makefile \$(MAKEDEP)
16912 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules config.status"
16913 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
16915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16916 dlls/mscat32 dlls/mscat32/__install__ dlls/mscat32/__install-lib__ dlls/mscat32/__install-dev__: __builddeps__"
16917 ALL_MAKEFILES="$ALL_MAKEFILES \\
16918 dlls/mscat32/Makefile"
16919 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16920 dlls/mscat32"
16921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16922 \$(RECURSE_TARGETS:%=dlls/mscat32/%) dlls/mscat32: dlls/mscat32/Makefile \$(MAKEDEP)
16923 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules config.status"
16924 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
16926 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16927 dlls/mscms/libmscms.$IMPLIBEXT"
16928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16929 dlls/mscms/libmscms.$IMPLIBEXT dlls/mscms/libmscms.cross.a: tools/widl tools/winebuild tools/winegcc include
16930 dlls/mscms/libmscms.$IMPLIBEXT dlls/mscms/libmscms.cross.a: dlls/mscms/mscms.spec dlls/mscms/Makefile
16931 @cd dlls/mscms && \$(MAKE) \`basename \$@\`
16932 dlls/mscms dlls/mscms/__install__ dlls/mscms/__install-lib__ dlls/mscms/__install-dev__: __builddeps__"
16933 ALL_MAKEFILES="$ALL_MAKEFILES \\
16934 dlls/mscms/Makefile"
16935 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16936 dlls/mscms"
16937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16938 \$(RECURSE_TARGETS:%=dlls/mscms/%) dlls/mscms: dlls/mscms/Makefile \$(MAKEDEP)
16939 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules config.status"
16940 ac_config_files="$ac_config_files dlls/mscms/Makefile"
16942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16943 dlls/mscms/tests: __builddeps__
16944 dlls/mscms/tests/__crosstest__: __buildcrossdeps__"
16945 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16946 mscms_test.exe"
16947 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16948 mscms_test.exe: \$(TOPOBJDIR)/dlls/mscms/tests/mscms_test.exe$DLLEXT
16949 cp \$(TOPOBJDIR)/dlls/mscms/tests/mscms_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16950 mscms_test.rc:
16951 echo \"mscms_test.exe TESTRES \\\"mscms_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16952 mscms_test.res: mscms_test.rc mscms_test.exe"
16953 ALL_MAKEFILES="$ALL_MAKEFILES \\
16954 dlls/mscms/tests/Makefile"
16955 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16956 dlls/mscms/tests"
16957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16958 \$(RECURSE_TARGETS:%=dlls/mscms/tests/%) dlls/mscms/tests: dlls/mscms/tests/Makefile \$(MAKEDEP)
16959 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in Maketest.rules config.status"
16960 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
16962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16963 dlls/mscoree dlls/mscoree/__install__ dlls/mscoree/__install-lib__ dlls/mscoree/__install-dev__: __builddeps__"
16964 ALL_MAKEFILES="$ALL_MAKEFILES \\
16965 dlls/mscoree/Makefile"
16966 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16967 dlls/mscoree"
16968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16969 \$(RECURSE_TARGETS:%=dlls/mscoree/%) dlls/mscoree: dlls/mscoree/Makefile \$(MAKEDEP)
16970 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules config.status"
16971 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
16973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16974 dlls/msctf dlls/msctf/__install__ dlls/msctf/__install-lib__ dlls/msctf/__install-dev__: __builddeps__"
16975 ALL_MAKEFILES="$ALL_MAKEFILES \\
16976 dlls/msctf/Makefile"
16977 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16978 dlls/msctf"
16979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16980 \$(RECURSE_TARGETS:%=dlls/msctf/%) dlls/msctf: dlls/msctf/Makefile \$(MAKEDEP)
16981 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules config.status"
16982 ac_config_files="$ac_config_files dlls/msctf/Makefile"
16984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16985 dlls/msctf/tests: __builddeps__
16986 dlls/msctf/tests/__crosstest__: __buildcrossdeps__"
16987 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16988 msctf_test.exe"
16989 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16990 msctf_test.exe: \$(TOPOBJDIR)/dlls/msctf/tests/msctf_test.exe$DLLEXT
16991 cp \$(TOPOBJDIR)/dlls/msctf/tests/msctf_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16992 msctf_test.rc:
16993 echo \"msctf_test.exe TESTRES \\\"msctf_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16994 msctf_test.res: msctf_test.rc msctf_test.exe"
16995 ALL_MAKEFILES="$ALL_MAKEFILES \\
16996 dlls/msctf/tests/Makefile"
16997 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16998 dlls/msctf/tests"
16999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17000 \$(RECURSE_TARGETS:%=dlls/msctf/tests/%) dlls/msctf/tests: dlls/msctf/tests/Makefile \$(MAKEDEP)
17001 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in Maketest.rules config.status"
17002 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
17004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17005 dlls/msdaps dlls/msdaps/__install__ dlls/msdaps/__install-lib__ dlls/msdaps/__install-dev__: __builddeps__"
17006 ALL_MAKEFILES="$ALL_MAKEFILES \\
17007 dlls/msdaps/Makefile"
17008 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17009 dlls/msdaps"
17010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17011 \$(RECURSE_TARGETS:%=dlls/msdaps/%) dlls/msdaps: dlls/msdaps/Makefile \$(MAKEDEP)
17012 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules config.status"
17013 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
17015 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17016 dlls/msdmo/libmsdmo.$IMPLIBEXT"
17017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17018 dlls/msdmo/libmsdmo.$IMPLIBEXT dlls/msdmo/libmsdmo.cross.a: tools/widl tools/winebuild tools/winegcc include
17019 dlls/msdmo/libmsdmo.$IMPLIBEXT dlls/msdmo/libmsdmo.cross.a: dlls/msdmo/msdmo.spec dlls/msdmo/Makefile
17020 @cd dlls/msdmo && \$(MAKE) \`basename \$@\`
17021 dlls/msdmo dlls/msdmo/__install__ dlls/msdmo/__install-lib__ dlls/msdmo/__install-dev__: __builddeps__"
17022 ALL_MAKEFILES="$ALL_MAKEFILES \\
17023 dlls/msdmo/Makefile"
17024 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17025 dlls/msdmo"
17026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17027 \$(RECURSE_TARGETS:%=dlls/msdmo/%) dlls/msdmo: dlls/msdmo/Makefile \$(MAKEDEP)
17028 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules config.status"
17029 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
17031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17032 dlls/msftedit dlls/msftedit/__install__ dlls/msftedit/__install-lib__ dlls/msftedit/__install-dev__: __builddeps__"
17033 ALL_MAKEFILES="$ALL_MAKEFILES \\
17034 dlls/msftedit/Makefile"
17035 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17036 dlls/msftedit"
17037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17038 \$(RECURSE_TARGETS:%=dlls/msftedit/%) dlls/msftedit: dlls/msftedit/Makefile \$(MAKEDEP)
17039 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules config.status"
17040 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
17042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17043 dlls/msg711.acm dlls/msg711.acm/__install__ dlls/msg711.acm/__install-lib__ dlls/msg711.acm/__install-dev__: __builddeps__"
17044 ALL_MAKEFILES="$ALL_MAKEFILES \\
17045 dlls/msg711.acm/Makefile"
17046 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17047 dlls/msg711.acm"
17048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17049 \$(RECURSE_TARGETS:%=dlls/msg711.acm/%) dlls/msg711.acm: dlls/msg711.acm/Makefile \$(MAKEDEP)
17050 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules config.status"
17051 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
17053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17054 dlls/msgsm32.acm dlls/msgsm32.acm/__install__ dlls/msgsm32.acm/__install-lib__ dlls/msgsm32.acm/__install-dev__: __builddeps__"
17055 ALL_MAKEFILES="$ALL_MAKEFILES \\
17056 dlls/msgsm32.acm/Makefile"
17057 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17058 dlls/msgsm32.acm"
17059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17060 \$(RECURSE_TARGETS:%=dlls/msgsm32.acm/%) dlls/msgsm32.acm: dlls/msgsm32.acm/Makefile \$(MAKEDEP)
17061 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules config.status"
17062 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
17064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17065 dlls/mshtml.tlb dlls/mshtml.tlb/__install__ dlls/mshtml.tlb/__install-lib__ dlls/mshtml.tlb/__install-dev__: __builddeps__"
17066 ALL_MAKEFILES="$ALL_MAKEFILES \\
17067 dlls/mshtml.tlb/Makefile"
17068 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17069 dlls/mshtml.tlb"
17070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17071 \$(RECURSE_TARGETS:%=dlls/mshtml.tlb/%) dlls/mshtml.tlb: dlls/mshtml.tlb/Makefile \$(MAKEDEP)
17072 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules config.status"
17073 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
17075 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17076 dlls/mshtml/libmshtml.$IMPLIBEXT"
17077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17078 dlls/mshtml/libmshtml.$IMPLIBEXT dlls/mshtml/libmshtml.cross.a: tools/widl tools/winebuild tools/winegcc include
17079 dlls/mshtml/libmshtml.$IMPLIBEXT dlls/mshtml/libmshtml.cross.a: dlls/mshtml/mshtml.spec dlls/mshtml/Makefile
17080 @cd dlls/mshtml && \$(MAKE) \`basename \$@\`
17081 dlls/mshtml dlls/mshtml/__install__ dlls/mshtml/__install-lib__ dlls/mshtml/__install-dev__: __builddeps__"
17082 ALL_MAKEFILES="$ALL_MAKEFILES \\
17083 dlls/mshtml/Makefile"
17084 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17085 dlls/mshtml"
17086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17087 \$(RECURSE_TARGETS:%=dlls/mshtml/%) dlls/mshtml: dlls/mshtml/Makefile \$(MAKEDEP)
17088 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules config.status"
17089 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
17091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17092 dlls/mshtml/tests: __builddeps__
17093 dlls/mshtml/tests/__crosstest__: __buildcrossdeps__"
17094 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17095 mshtml_test.exe"
17096 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17097 mshtml_test.exe: \$(TOPOBJDIR)/dlls/mshtml/tests/mshtml_test.exe$DLLEXT
17098 cp \$(TOPOBJDIR)/dlls/mshtml/tests/mshtml_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17099 mshtml_test.rc:
17100 echo \"mshtml_test.exe TESTRES \\\"mshtml_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17101 mshtml_test.res: mshtml_test.rc mshtml_test.exe"
17102 ALL_MAKEFILES="$ALL_MAKEFILES \\
17103 dlls/mshtml/tests/Makefile"
17104 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17105 dlls/mshtml/tests"
17106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17107 \$(RECURSE_TARGETS:%=dlls/mshtml/tests/%) dlls/mshtml/tests: dlls/mshtml/tests/Makefile \$(MAKEDEP)
17108 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in Maketest.rules config.status"
17109 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
17111 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17112 dlls/msi/libmsi.$IMPLIBEXT"
17113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17114 dlls/msi/libmsi.$IMPLIBEXT dlls/msi/libmsi.cross.a: tools/widl tools/winebuild tools/winegcc include
17115 dlls/msi/libmsi.$IMPLIBEXT dlls/msi/libmsi.cross.a: dlls/msi/msi.spec dlls/msi/Makefile
17116 @cd dlls/msi && \$(MAKE) \`basename \$@\`
17117 dlls/msi dlls/msi/__install__ dlls/msi/__install-lib__ dlls/msi/__install-dev__: __builddeps__"
17118 ALL_MAKEFILES="$ALL_MAKEFILES \\
17119 dlls/msi/Makefile"
17120 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17121 dlls/msi"
17122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17123 \$(RECURSE_TARGETS:%=dlls/msi/%) dlls/msi: dlls/msi/Makefile \$(MAKEDEP)
17124 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules config.status"
17125 ac_config_files="$ac_config_files dlls/msi/Makefile"
17127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17128 dlls/msi/tests: __builddeps__
17129 dlls/msi/tests/__crosstest__: __buildcrossdeps__"
17130 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17131 msi_test.exe"
17132 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17133 msi_test.exe: \$(TOPOBJDIR)/dlls/msi/tests/msi_test.exe$DLLEXT
17134 cp \$(TOPOBJDIR)/dlls/msi/tests/msi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17135 msi_test.rc:
17136 echo \"msi_test.exe TESTRES \\\"msi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17137 msi_test.res: msi_test.rc msi_test.exe"
17138 ALL_MAKEFILES="$ALL_MAKEFILES \\
17139 dlls/msi/tests/Makefile"
17140 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17141 dlls/msi/tests"
17142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17143 \$(RECURSE_TARGETS:%=dlls/msi/tests/%) dlls/msi/tests: dlls/msi/tests/Makefile \$(MAKEDEP)
17144 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in Maketest.rules config.status"
17145 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
17147 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17148 dlls/msimg32/libmsimg32.$IMPLIBEXT"
17149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17150 dlls/msimg32/libmsimg32.$IMPLIBEXT dlls/msimg32/libmsimg32.cross.a: tools/widl tools/winebuild tools/winegcc include
17151 dlls/msimg32/libmsimg32.$IMPLIBEXT dlls/msimg32/libmsimg32.cross.a: dlls/msimg32/msimg32.spec dlls/msimg32/Makefile
17152 @cd dlls/msimg32 && \$(MAKE) \`basename \$@\`
17153 dlls/msimg32 dlls/msimg32/__install__ dlls/msimg32/__install-lib__ dlls/msimg32/__install-dev__: __builddeps__"
17154 ALL_MAKEFILES="$ALL_MAKEFILES \\
17155 dlls/msimg32/Makefile"
17156 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17157 dlls/msimg32"
17158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17159 \$(RECURSE_TARGETS:%=dlls/msimg32/%) dlls/msimg32: dlls/msimg32/Makefile \$(MAKEDEP)
17160 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules config.status"
17161 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
17163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17164 dlls/msimtf dlls/msimtf/__install__ dlls/msimtf/__install-lib__ dlls/msimtf/__install-dev__: __builddeps__"
17165 ALL_MAKEFILES="$ALL_MAKEFILES \\
17166 dlls/msimtf/Makefile"
17167 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17168 dlls/msimtf"
17169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17170 \$(RECURSE_TARGETS:%=dlls/msimtf/%) dlls/msimtf: dlls/msimtf/Makefile \$(MAKEDEP)
17171 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules config.status"
17172 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
17174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17175 dlls/msisip dlls/msisip/__install__ dlls/msisip/__install-lib__ dlls/msisip/__install-dev__: __builddeps__"
17176 ALL_MAKEFILES="$ALL_MAKEFILES \\
17177 dlls/msisip/Makefile"
17178 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17179 dlls/msisip"
17180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17181 \$(RECURSE_TARGETS:%=dlls/msisip/%) dlls/msisip: dlls/msisip/Makefile \$(MAKEDEP)
17182 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules config.status"
17183 ac_config_files="$ac_config_files dlls/msisip/Makefile"
17185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17186 dlls/msisys.ocx dlls/msisys.ocx/__install__ dlls/msisys.ocx/__install-lib__ dlls/msisys.ocx/__install-dev__: __builddeps__"
17187 ALL_MAKEFILES="$ALL_MAKEFILES \\
17188 dlls/msisys.ocx/Makefile"
17189 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17190 dlls/msisys.ocx"
17191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17192 \$(RECURSE_TARGETS:%=dlls/msisys.ocx/%) dlls/msisys.ocx: dlls/msisys.ocx/Makefile \$(MAKEDEP)
17193 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules config.status"
17194 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
17196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17197 dlls/msnet32 dlls/msnet32/__install__ dlls/msnet32/__install-lib__ dlls/msnet32/__install-dev__: __builddeps__"
17198 ALL_MAKEFILES="$ALL_MAKEFILES \\
17199 dlls/msnet32/Makefile"
17200 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17201 dlls/msnet32"
17202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17203 \$(RECURSE_TARGETS:%=dlls/msnet32/%) dlls/msnet32: dlls/msnet32/Makefile \$(MAKEDEP)
17204 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules config.status"
17205 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
17207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17208 dlls/msrle32 dlls/msrle32/__install__ dlls/msrle32/__install-lib__ dlls/msrle32/__install-dev__: __builddeps__"
17209 ALL_MAKEFILES="$ALL_MAKEFILES \\
17210 dlls/msrle32/Makefile"
17211 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17212 dlls/msrle32"
17213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17214 \$(RECURSE_TARGETS:%=dlls/msrle32/%) dlls/msrle32: dlls/msrle32/Makefile \$(MAKEDEP)
17215 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules config.status"
17216 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
17218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17219 dlls/mssign32 dlls/mssign32/__install__ dlls/mssign32/__install-lib__ dlls/mssign32/__install-dev__: __builddeps__"
17220 ALL_MAKEFILES="$ALL_MAKEFILES \\
17221 dlls/mssign32/Makefile"
17222 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17223 dlls/mssign32"
17224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17225 \$(RECURSE_TARGETS:%=dlls/mssign32/%) dlls/mssign32: dlls/mssign32/Makefile \$(MAKEDEP)
17226 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules config.status"
17227 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
17229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17230 dlls/mssip32 dlls/mssip32/__install__ dlls/mssip32/__install-lib__ dlls/mssip32/__install-dev__: __builddeps__"
17231 ALL_MAKEFILES="$ALL_MAKEFILES \\
17232 dlls/mssip32/Makefile"
17233 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17234 dlls/mssip32"
17235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17236 \$(RECURSE_TARGETS:%=dlls/mssip32/%) dlls/mssip32: dlls/mssip32/Makefile \$(MAKEDEP)
17237 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules config.status"
17238 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
17240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17241 dlls/mstask dlls/mstask/__install__ dlls/mstask/__install-lib__ dlls/mstask/__install-dev__: __builddeps__"
17242 ALL_MAKEFILES="$ALL_MAKEFILES \\
17243 dlls/mstask/Makefile"
17244 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17245 dlls/mstask"
17246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17247 \$(RECURSE_TARGETS:%=dlls/mstask/%) dlls/mstask: dlls/mstask/Makefile \$(MAKEDEP)
17248 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules config.status"
17249 ac_config_files="$ac_config_files dlls/mstask/Makefile"
17251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17252 dlls/mstask/tests: __builddeps__
17253 dlls/mstask/tests/__crosstest__: __buildcrossdeps__"
17254 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17255 mstask_test.exe"
17256 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17257 mstask_test.exe: \$(TOPOBJDIR)/dlls/mstask/tests/mstask_test.exe$DLLEXT
17258 cp \$(TOPOBJDIR)/dlls/mstask/tests/mstask_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17259 mstask_test.rc:
17260 echo \"mstask_test.exe TESTRES \\\"mstask_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17261 mstask_test.res: mstask_test.rc mstask_test.exe"
17262 ALL_MAKEFILES="$ALL_MAKEFILES \\
17263 dlls/mstask/tests/Makefile"
17264 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17265 dlls/mstask/tests"
17266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17267 \$(RECURSE_TARGETS:%=dlls/mstask/tests/%) dlls/mstask/tests: dlls/mstask/tests/Makefile \$(MAKEDEP)
17268 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in Maketest.rules config.status"
17269 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
17271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17272 dlls/msvcirt dlls/msvcirt/__install__ dlls/msvcirt/__install-lib__ dlls/msvcirt/__install-dev__: __builddeps__"
17273 ALL_MAKEFILES="$ALL_MAKEFILES \\
17274 dlls/msvcirt/Makefile"
17275 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17276 dlls/msvcirt"
17277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17278 \$(RECURSE_TARGETS:%=dlls/msvcirt/%) dlls/msvcirt: dlls/msvcirt/Makefile \$(MAKEDEP)
17279 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules config.status"
17280 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
17282 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17283 dlls/msvcr71/libmsvcr71.$IMPLIBEXT"
17284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17285 dlls/msvcr71/libmsvcr71.$IMPLIBEXT dlls/msvcr71/libmsvcr71.cross.a: tools/widl tools/winebuild tools/winegcc include
17286 dlls/msvcr71/libmsvcr71.$IMPLIBEXT dlls/msvcr71/libmsvcr71.cross.a: dlls/msvcr71/msvcr71.spec dlls/msvcr71/Makefile
17287 @cd dlls/msvcr71 && \$(MAKE) \`basename \$@\`
17288 dlls/msvcr71 dlls/msvcr71/__install__ dlls/msvcr71/__install-lib__ dlls/msvcr71/__install-dev__: __builddeps__"
17289 ALL_MAKEFILES="$ALL_MAKEFILES \\
17290 dlls/msvcr71/Makefile"
17291 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17292 dlls/msvcr71"
17293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17294 \$(RECURSE_TARGETS:%=dlls/msvcr71/%) dlls/msvcr71: dlls/msvcr71/Makefile \$(MAKEDEP)
17295 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules config.status"
17296 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
17298 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17299 dlls/msvcrt/libmsvcrt.$IMPLIBEXT"
17300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17301 dlls/msvcrt/libmsvcrt.$IMPLIBEXT dlls/msvcrt/libmsvcrt.cross.a: tools/widl tools/winebuild tools/winegcc include
17302 dlls/msvcrt/libmsvcrt.$IMPLIBEXT dlls/msvcrt/libmsvcrt.cross.a: dlls/msvcrt/msvcrt.spec dlls/msvcrt/Makefile
17303 @cd dlls/msvcrt && \$(MAKE) \`basename \$@\`
17304 dlls/msvcrt dlls/msvcrt/__install__ dlls/msvcrt/__install-lib__ dlls/msvcrt/__install-dev__: __builddeps__"
17305 ALL_MAKEFILES="$ALL_MAKEFILES \\
17306 dlls/msvcrt/Makefile"
17307 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17308 dlls/msvcrt"
17309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17310 \$(RECURSE_TARGETS:%=dlls/msvcrt/%) dlls/msvcrt: dlls/msvcrt/Makefile \$(MAKEDEP)
17311 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules config.status"
17312 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
17314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17315 dlls/msvcrt/tests: __builddeps__
17316 dlls/msvcrt/tests/__crosstest__: __buildcrossdeps__"
17317 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17318 msvcrt_test.exe"
17319 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17320 msvcrt_test.exe: \$(TOPOBJDIR)/dlls/msvcrt/tests/msvcrt_test.exe$DLLEXT
17321 cp \$(TOPOBJDIR)/dlls/msvcrt/tests/msvcrt_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17322 msvcrt_test.rc:
17323 echo \"msvcrt_test.exe TESTRES \\\"msvcrt_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17324 msvcrt_test.res: msvcrt_test.rc msvcrt_test.exe"
17325 ALL_MAKEFILES="$ALL_MAKEFILES \\
17326 dlls/msvcrt/tests/Makefile"
17327 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17328 dlls/msvcrt/tests"
17329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17330 \$(RECURSE_TARGETS:%=dlls/msvcrt/tests/%) dlls/msvcrt/tests: dlls/msvcrt/tests/Makefile \$(MAKEDEP)
17331 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in Maketest.rules config.status"
17332 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
17334 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17335 dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT"
17336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17337 dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT dlls/msvcrt20/libmsvcrt20.cross.a: tools/widl tools/winebuild tools/winegcc include
17338 dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT dlls/msvcrt20/libmsvcrt20.cross.a: dlls/msvcrt20/msvcrt20.spec dlls/msvcrt20/Makefile
17339 @cd dlls/msvcrt20 && \$(MAKE) \`basename \$@\`
17340 dlls/msvcrt20 dlls/msvcrt20/__install__ dlls/msvcrt20/__install-lib__ dlls/msvcrt20/__install-dev__: __builddeps__"
17341 ALL_MAKEFILES="$ALL_MAKEFILES \\
17342 dlls/msvcrt20/Makefile"
17343 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17344 dlls/msvcrt20"
17345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17346 \$(RECURSE_TARGETS:%=dlls/msvcrt20/%) dlls/msvcrt20: dlls/msvcrt20/Makefile \$(MAKEDEP)
17347 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules config.status"
17348 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
17350 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17351 dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT"
17352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17353 dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT dlls/msvcrt40/libmsvcrt40.cross.a: tools/widl tools/winebuild tools/winegcc include
17354 dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT dlls/msvcrt40/libmsvcrt40.cross.a: dlls/msvcrt40/msvcrt40.spec dlls/msvcrt40/Makefile
17355 @cd dlls/msvcrt40 && \$(MAKE) \`basename \$@\`
17356 dlls/msvcrt40 dlls/msvcrt40/__install__ dlls/msvcrt40/__install-lib__ dlls/msvcrt40/__install-dev__: __builddeps__"
17357 ALL_MAKEFILES="$ALL_MAKEFILES \\
17358 dlls/msvcrt40/Makefile"
17359 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17360 dlls/msvcrt40"
17361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17362 \$(RECURSE_TARGETS:%=dlls/msvcrt40/%) dlls/msvcrt40: dlls/msvcrt40/Makefile \$(MAKEDEP)
17363 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules config.status"
17364 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
17366 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17367 dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT"
17368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17369 dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT dlls/msvcrtd/libmsvcrtd.cross.a: tools/widl tools/winebuild tools/winegcc include
17370 dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT dlls/msvcrtd/libmsvcrtd.cross.a: dlls/msvcrtd/msvcrtd.spec dlls/msvcrtd/Makefile
17371 @cd dlls/msvcrtd && \$(MAKE) \`basename \$@\`
17372 dlls/msvcrtd dlls/msvcrtd/__install__ dlls/msvcrtd/__install-lib__ dlls/msvcrtd/__install-dev__: __builddeps__"
17373 ALL_MAKEFILES="$ALL_MAKEFILES \\
17374 dlls/msvcrtd/Makefile"
17375 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17376 dlls/msvcrtd"
17377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17378 \$(RECURSE_TARGETS:%=dlls/msvcrtd/%) dlls/msvcrtd: dlls/msvcrtd/Makefile \$(MAKEDEP)
17379 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules config.status"
17380 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
17382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17383 dlls/msvcrtd/tests: __builddeps__
17384 dlls/msvcrtd/tests/__crosstest__: __buildcrossdeps__"
17385 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17386 msvcrtd_test.exe"
17387 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17388 msvcrtd_test.exe: \$(TOPOBJDIR)/dlls/msvcrtd/tests/msvcrtd_test.exe$DLLEXT
17389 cp \$(TOPOBJDIR)/dlls/msvcrtd/tests/msvcrtd_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17390 msvcrtd_test.rc:
17391 echo \"msvcrtd_test.exe TESTRES \\\"msvcrtd_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17392 msvcrtd_test.res: msvcrtd_test.rc msvcrtd_test.exe"
17393 ALL_MAKEFILES="$ALL_MAKEFILES \\
17394 dlls/msvcrtd/tests/Makefile"
17395 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17396 dlls/msvcrtd/tests"
17397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17398 \$(RECURSE_TARGETS:%=dlls/msvcrtd/tests/%) dlls/msvcrtd/tests: dlls/msvcrtd/tests/Makefile \$(MAKEDEP)
17399 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in Maketest.rules config.status"
17400 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
17402 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17403 dlls/msvfw32/libmsvfw32.$IMPLIBEXT"
17404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17405 dlls/msvfw32/libmsvfw32.$IMPLIBEXT dlls/msvfw32/libmsvfw32.cross.a: tools/widl tools/winebuild tools/winegcc include
17406 dlls/msvfw32/libmsvfw32.$IMPLIBEXT dlls/msvfw32/libmsvfw32.cross.a: dlls/msvfw32/msvfw32.spec dlls/msvfw32/Makefile
17407 @cd dlls/msvfw32 && \$(MAKE) \`basename \$@\`
17408 dlls/msvfw32 dlls/msvfw32/__install__ dlls/msvfw32/__install-lib__ dlls/msvfw32/__install-dev__: __builddeps__"
17409 ALL_MAKEFILES="$ALL_MAKEFILES \\
17410 dlls/msvfw32/Makefile"
17411 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17412 dlls/msvfw32"
17413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17414 \$(RECURSE_TARGETS:%=dlls/msvfw32/%) dlls/msvfw32: dlls/msvfw32/Makefile \$(MAKEDEP)
17415 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules config.status"
17416 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
17418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17419 dlls/msvfw32/tests: __builddeps__
17420 dlls/msvfw32/tests/__crosstest__: __buildcrossdeps__"
17421 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17422 msvfw32_test.exe"
17423 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17424 msvfw32_test.exe: \$(TOPOBJDIR)/dlls/msvfw32/tests/msvfw32_test.exe$DLLEXT
17425 cp \$(TOPOBJDIR)/dlls/msvfw32/tests/msvfw32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17426 msvfw32_test.rc:
17427 echo \"msvfw32_test.exe TESTRES \\\"msvfw32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17428 msvfw32_test.res: msvfw32_test.rc msvfw32_test.exe"
17429 ALL_MAKEFILES="$ALL_MAKEFILES \\
17430 dlls/msvfw32/tests/Makefile"
17431 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17432 dlls/msvfw32/tests"
17433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17434 \$(RECURSE_TARGETS:%=dlls/msvfw32/tests/%) dlls/msvfw32/tests: dlls/msvfw32/tests/Makefile \$(MAKEDEP)
17435 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in Maketest.rules config.status"
17436 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
17438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17439 dlls/msvidc32 dlls/msvidc32/__install__ dlls/msvidc32/__install-lib__ dlls/msvidc32/__install-dev__: __builddeps__"
17440 ALL_MAKEFILES="$ALL_MAKEFILES \\
17441 dlls/msvidc32/Makefile"
17442 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17443 dlls/msvidc32"
17444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17445 \$(RECURSE_TARGETS:%=dlls/msvidc32/%) dlls/msvidc32: dlls/msvidc32/Makefile \$(MAKEDEP)
17446 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules config.status"
17447 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
17449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17450 dlls/msvideo.dll16 dlls/msvideo.dll16/__install__ dlls/msvideo.dll16/__install-lib__ dlls/msvideo.dll16/__install-dev__: __builddeps__"
17451 ALL_MAKEFILES="$ALL_MAKEFILES \\
17452 dlls/msvideo.dll16/Makefile"
17453 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17454 dlls/msvideo.dll16"
17455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17456 \$(RECURSE_TARGETS:%=dlls/msvideo.dll16/%) dlls/msvideo.dll16: dlls/msvideo.dll16/Makefile \$(MAKEDEP)
17457 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules config.status"
17458 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
17460 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17461 dlls/mswsock/libmswsock.$IMPLIBEXT"
17462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17463 dlls/mswsock/libmswsock.$IMPLIBEXT dlls/mswsock/libmswsock.cross.a: tools/widl tools/winebuild tools/winegcc include
17464 dlls/mswsock/libmswsock.$IMPLIBEXT dlls/mswsock/libmswsock.cross.a: dlls/mswsock/mswsock.spec dlls/mswsock/Makefile
17465 @cd dlls/mswsock && \$(MAKE) \`basename \$@\`
17466 dlls/mswsock dlls/mswsock/__install__ dlls/mswsock/__install-lib__ dlls/mswsock/__install-dev__: __builddeps__"
17467 ALL_MAKEFILES="$ALL_MAKEFILES \\
17468 dlls/mswsock/Makefile"
17469 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17470 dlls/mswsock"
17471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17472 \$(RECURSE_TARGETS:%=dlls/mswsock/%) dlls/mswsock: dlls/mswsock/Makefile \$(MAKEDEP)
17473 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules config.status"
17474 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
17476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17477 dlls/msxml3 dlls/msxml3/__install__ dlls/msxml3/__install-lib__ dlls/msxml3/__install-dev__: __builddeps__"
17478 ALL_MAKEFILES="$ALL_MAKEFILES \\
17479 dlls/msxml3/Makefile"
17480 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17481 dlls/msxml3"
17482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17483 \$(RECURSE_TARGETS:%=dlls/msxml3/%) dlls/msxml3: dlls/msxml3/Makefile \$(MAKEDEP)
17484 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules config.status"
17485 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
17487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17488 dlls/msxml3/tests: __builddeps__
17489 dlls/msxml3/tests/__crosstest__: __buildcrossdeps__"
17490 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17491 msxml3_test.exe"
17492 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17493 msxml3_test.exe: \$(TOPOBJDIR)/dlls/msxml3/tests/msxml3_test.exe$DLLEXT
17494 cp \$(TOPOBJDIR)/dlls/msxml3/tests/msxml3_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17495 msxml3_test.rc:
17496 echo \"msxml3_test.exe TESTRES \\\"msxml3_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17497 msxml3_test.res: msxml3_test.rc msxml3_test.exe"
17498 ALL_MAKEFILES="$ALL_MAKEFILES \\
17499 dlls/msxml3/tests/Makefile"
17500 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17501 dlls/msxml3/tests"
17502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17503 \$(RECURSE_TARGETS:%=dlls/msxml3/tests/%) dlls/msxml3/tests: dlls/msxml3/tests/Makefile \$(MAKEDEP)
17504 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in Maketest.rules config.status"
17505 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
17507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17508 dlls/msxml4 dlls/msxml4/__install__ dlls/msxml4/__install-lib__ dlls/msxml4/__install-dev__: __builddeps__"
17509 ALL_MAKEFILES="$ALL_MAKEFILES \\
17510 dlls/msxml4/Makefile"
17511 test "x$enable_msxml4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17512 dlls/msxml4"
17513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17514 \$(RECURSE_TARGETS:%=dlls/msxml4/%) dlls/msxml4: dlls/msxml4/Makefile \$(MAKEDEP)
17515 dlls/msxml4/Makefile: dlls/msxml4/Makefile.in dlls/Makedll.rules config.status"
17516 ac_config_files="$ac_config_files dlls/msxml4/Makefile"
17518 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17519 dlls/nddeapi/libnddeapi.$IMPLIBEXT"
17520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17521 dlls/nddeapi/libnddeapi.$IMPLIBEXT dlls/nddeapi/libnddeapi.cross.a: tools/widl tools/winebuild tools/winegcc include
17522 dlls/nddeapi/libnddeapi.$IMPLIBEXT dlls/nddeapi/libnddeapi.cross.a: dlls/nddeapi/nddeapi.spec dlls/nddeapi/Makefile
17523 @cd dlls/nddeapi && \$(MAKE) \`basename \$@\`
17524 dlls/nddeapi dlls/nddeapi/__install__ dlls/nddeapi/__install-lib__ dlls/nddeapi/__install-dev__: __builddeps__"
17525 ALL_MAKEFILES="$ALL_MAKEFILES \\
17526 dlls/nddeapi/Makefile"
17527 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17528 dlls/nddeapi"
17529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17530 \$(RECURSE_TARGETS:%=dlls/nddeapi/%) dlls/nddeapi: dlls/nddeapi/Makefile \$(MAKEDEP)
17531 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules config.status"
17532 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
17534 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17535 dlls/netapi32/libnetapi32.$IMPLIBEXT"
17536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17537 dlls/netapi32/libnetapi32.$IMPLIBEXT dlls/netapi32/libnetapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
17538 dlls/netapi32/libnetapi32.$IMPLIBEXT dlls/netapi32/libnetapi32.cross.a: dlls/netapi32/netapi32.spec dlls/netapi32/Makefile
17539 @cd dlls/netapi32 && \$(MAKE) \`basename \$@\`
17540 dlls/netapi32 dlls/netapi32/__install__ dlls/netapi32/__install-lib__ dlls/netapi32/__install-dev__: __builddeps__"
17541 ALL_MAKEFILES="$ALL_MAKEFILES \\
17542 dlls/netapi32/Makefile"
17543 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17544 dlls/netapi32"
17545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17546 \$(RECURSE_TARGETS:%=dlls/netapi32/%) dlls/netapi32: dlls/netapi32/Makefile \$(MAKEDEP)
17547 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules config.status"
17548 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
17550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17551 dlls/netapi32/tests: __builddeps__
17552 dlls/netapi32/tests/__crosstest__: __buildcrossdeps__"
17553 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17554 netapi32_test.exe"
17555 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17556 netapi32_test.exe: \$(TOPOBJDIR)/dlls/netapi32/tests/netapi32_test.exe$DLLEXT
17557 cp \$(TOPOBJDIR)/dlls/netapi32/tests/netapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17558 netapi32_test.rc:
17559 echo \"netapi32_test.exe TESTRES \\\"netapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17560 netapi32_test.res: netapi32_test.rc netapi32_test.exe"
17561 ALL_MAKEFILES="$ALL_MAKEFILES \\
17562 dlls/netapi32/tests/Makefile"
17563 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17564 dlls/netapi32/tests"
17565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17566 \$(RECURSE_TARGETS:%=dlls/netapi32/tests/%) dlls/netapi32/tests: dlls/netapi32/tests/Makefile \$(MAKEDEP)
17567 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in Maketest.rules config.status"
17568 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
17570 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17571 dlls/newdev/libnewdev.$IMPLIBEXT"
17572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17573 dlls/newdev/libnewdev.$IMPLIBEXT dlls/newdev/libnewdev.cross.a: tools/widl tools/winebuild tools/winegcc include
17574 dlls/newdev/libnewdev.$IMPLIBEXT dlls/newdev/libnewdev.cross.a: dlls/newdev/newdev.spec dlls/newdev/Makefile
17575 @cd dlls/newdev && \$(MAKE) \`basename \$@\`
17576 dlls/newdev dlls/newdev/__install__ dlls/newdev/__install-lib__ dlls/newdev/__install-dev__: __builddeps__"
17577 ALL_MAKEFILES="$ALL_MAKEFILES \\
17578 dlls/newdev/Makefile"
17579 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17580 dlls/newdev"
17581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17582 \$(RECURSE_TARGETS:%=dlls/newdev/%) dlls/newdev: dlls/newdev/Makefile \$(MAKEDEP)
17583 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules config.status"
17584 ac_config_files="$ac_config_files dlls/newdev/Makefile"
17586 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17587 dlls/ntdll/libntdll.$IMPLIBEXT"
17588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17589 dlls/ntdll/libntdll.$IMPLIBEXT dlls/ntdll/libntdll.cross.a: tools/widl tools/winebuild tools/winegcc include
17590 dlls/ntdll/libntdll.$IMPLIBEXT dlls/ntdll/libntdll.cross.a: dlls/ntdll/ntdll.spec dlls/ntdll/Makefile
17591 @cd dlls/ntdll && \$(MAKE) \`basename \$@\`
17592 dlls/ntdll dlls/ntdll/__install__ dlls/ntdll/__install-lib__ dlls/ntdll/__install-dev__: __builddeps__"
17593 ALL_MAKEFILES="$ALL_MAKEFILES \\
17594 dlls/ntdll/Makefile"
17595 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17596 dlls/ntdll"
17597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17598 \$(RECURSE_TARGETS:%=dlls/ntdll/%) dlls/ntdll: dlls/ntdll/Makefile \$(MAKEDEP)
17599 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules config.status"
17600 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
17602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17603 dlls/ntdll/tests: __builddeps__
17604 dlls/ntdll/tests/__crosstest__: __buildcrossdeps__"
17605 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17606 ntdll_test.exe"
17607 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17608 ntdll_test.exe: \$(TOPOBJDIR)/dlls/ntdll/tests/ntdll_test.exe$DLLEXT
17609 cp \$(TOPOBJDIR)/dlls/ntdll/tests/ntdll_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17610 ntdll_test.rc:
17611 echo \"ntdll_test.exe TESTRES \\\"ntdll_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17612 ntdll_test.res: ntdll_test.rc ntdll_test.exe"
17613 ALL_MAKEFILES="$ALL_MAKEFILES \\
17614 dlls/ntdll/tests/Makefile"
17615 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17616 dlls/ntdll/tests"
17617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17618 \$(RECURSE_TARGETS:%=dlls/ntdll/tests/%) dlls/ntdll/tests: dlls/ntdll/tests/Makefile \$(MAKEDEP)
17619 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in Maketest.rules config.status"
17620 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
17622 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17623 dlls/ntdsapi/libntdsapi.$IMPLIBEXT"
17624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17625 dlls/ntdsapi/libntdsapi.$IMPLIBEXT dlls/ntdsapi/libntdsapi.cross.a: tools/widl tools/winebuild tools/winegcc include
17626 dlls/ntdsapi/libntdsapi.$IMPLIBEXT dlls/ntdsapi/libntdsapi.cross.a: dlls/ntdsapi/ntdsapi.spec dlls/ntdsapi/Makefile
17627 @cd dlls/ntdsapi && \$(MAKE) \`basename \$@\`
17628 dlls/ntdsapi dlls/ntdsapi/__install__ dlls/ntdsapi/__install-lib__ dlls/ntdsapi/__install-dev__: __builddeps__"
17629 ALL_MAKEFILES="$ALL_MAKEFILES \\
17630 dlls/ntdsapi/Makefile"
17631 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17632 dlls/ntdsapi"
17633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17634 \$(RECURSE_TARGETS:%=dlls/ntdsapi/%) dlls/ntdsapi: dlls/ntdsapi/Makefile \$(MAKEDEP)
17635 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules config.status"
17636 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
17638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17639 dlls/ntdsapi/tests: __builddeps__
17640 dlls/ntdsapi/tests/__crosstest__: __buildcrossdeps__"
17641 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17642 ntdsapi_test.exe"
17643 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17644 ntdsapi_test.exe: \$(TOPOBJDIR)/dlls/ntdsapi/tests/ntdsapi_test.exe$DLLEXT
17645 cp \$(TOPOBJDIR)/dlls/ntdsapi/tests/ntdsapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17646 ntdsapi_test.rc:
17647 echo \"ntdsapi_test.exe TESTRES \\\"ntdsapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17648 ntdsapi_test.res: ntdsapi_test.rc ntdsapi_test.exe"
17649 ALL_MAKEFILES="$ALL_MAKEFILES \\
17650 dlls/ntdsapi/tests/Makefile"
17651 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17652 dlls/ntdsapi/tests"
17653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17654 \$(RECURSE_TARGETS:%=dlls/ntdsapi/tests/%) dlls/ntdsapi/tests: dlls/ntdsapi/tests/Makefile \$(MAKEDEP)
17655 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in Maketest.rules config.status"
17656 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
17658 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17659 dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT"
17660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17661 dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT dlls/ntoskrnl.exe/libntoskrnl.exe.cross.a: tools/widl tools/winebuild tools/winegcc include
17662 dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT dlls/ntoskrnl.exe/libntoskrnl.exe.cross.a: dlls/ntoskrnl.exe/ntoskrnl.exe.spec dlls/ntoskrnl.exe/Makefile
17663 @cd dlls/ntoskrnl.exe && \$(MAKE) \`basename \$@\`
17664 dlls/ntoskrnl.exe dlls/ntoskrnl.exe/__install__ dlls/ntoskrnl.exe/__install-lib__ dlls/ntoskrnl.exe/__install-dev__: __builddeps__"
17665 ALL_MAKEFILES="$ALL_MAKEFILES \\
17666 dlls/ntoskrnl.exe/Makefile"
17667 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17668 dlls/ntoskrnl.exe"
17669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17670 \$(RECURSE_TARGETS:%=dlls/ntoskrnl.exe/%) dlls/ntoskrnl.exe: dlls/ntoskrnl.exe/Makefile \$(MAKEDEP)
17671 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules config.status"
17672 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
17674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17675 dlls/ntprint dlls/ntprint/__install__ dlls/ntprint/__install-lib__ dlls/ntprint/__install-dev__: __builddeps__"
17676 ALL_MAKEFILES="$ALL_MAKEFILES \\
17677 dlls/ntprint/Makefile"
17678 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17679 dlls/ntprint"
17680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17681 \$(RECURSE_TARGETS:%=dlls/ntprint/%) dlls/ntprint: dlls/ntprint/Makefile \$(MAKEDEP)
17682 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules config.status"
17683 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
17685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17686 dlls/ntprint/tests: __builddeps__
17687 dlls/ntprint/tests/__crosstest__: __buildcrossdeps__"
17688 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17689 ntprint_test.exe"
17690 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17691 ntprint_test.exe: \$(TOPOBJDIR)/dlls/ntprint/tests/ntprint_test.exe$DLLEXT
17692 cp \$(TOPOBJDIR)/dlls/ntprint/tests/ntprint_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17693 ntprint_test.rc:
17694 echo \"ntprint_test.exe TESTRES \\\"ntprint_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17695 ntprint_test.res: ntprint_test.rc ntprint_test.exe"
17696 ALL_MAKEFILES="$ALL_MAKEFILES \\
17697 dlls/ntprint/tests/Makefile"
17698 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17699 dlls/ntprint/tests"
17700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17701 \$(RECURSE_TARGETS:%=dlls/ntprint/tests/%) dlls/ntprint/tests: dlls/ntprint/tests/Makefile \$(MAKEDEP)
17702 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in Maketest.rules config.status"
17703 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
17705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17706 dlls/objsel dlls/objsel/__install__ dlls/objsel/__install-lib__ dlls/objsel/__install-dev__: __builddeps__"
17707 ALL_MAKEFILES="$ALL_MAKEFILES \\
17708 dlls/objsel/Makefile"
17709 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17710 dlls/objsel"
17711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17712 \$(RECURSE_TARGETS:%=dlls/objsel/%) dlls/objsel: dlls/objsel/Makefile \$(MAKEDEP)
17713 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules config.status"
17714 ac_config_files="$ac_config_files dlls/objsel/Makefile"
17716 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17717 dlls/odbc32/libodbc32.$IMPLIBEXT"
17718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17719 dlls/odbc32/libodbc32.$IMPLIBEXT dlls/odbc32/libodbc32.cross.a: tools/widl tools/winebuild tools/winegcc include
17720 dlls/odbc32/libodbc32.$IMPLIBEXT dlls/odbc32/libodbc32.cross.a: dlls/odbc32/odbc32.spec dlls/odbc32/Makefile
17721 @cd dlls/odbc32 && \$(MAKE) \`basename \$@\`
17722 dlls/odbc32 dlls/odbc32/__install__ dlls/odbc32/__install-lib__ dlls/odbc32/__install-dev__: __builddeps__"
17723 ALL_MAKEFILES="$ALL_MAKEFILES \\
17724 dlls/odbc32/Makefile"
17725 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17726 dlls/odbc32"
17727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17728 \$(RECURSE_TARGETS:%=dlls/odbc32/%) dlls/odbc32: dlls/odbc32/Makefile \$(MAKEDEP)
17729 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules config.status"
17730 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
17732 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17733 dlls/odbccp32/libodbccp32.$IMPLIBEXT"
17734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17735 dlls/odbccp32/libodbccp32.$IMPLIBEXT dlls/odbccp32/libodbccp32.cross.a: tools/widl tools/winebuild tools/winegcc include
17736 dlls/odbccp32/libodbccp32.$IMPLIBEXT dlls/odbccp32/libodbccp32.cross.a: dlls/odbccp32/odbccp32.spec dlls/odbccp32/Makefile
17737 @cd dlls/odbccp32 && \$(MAKE) \`basename \$@\`
17738 dlls/odbccp32 dlls/odbccp32/__install__ dlls/odbccp32/__install-lib__ dlls/odbccp32/__install-dev__: __builddeps__"
17739 ALL_MAKEFILES="$ALL_MAKEFILES \\
17740 dlls/odbccp32/Makefile"
17741 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17742 dlls/odbccp32"
17743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17744 \$(RECURSE_TARGETS:%=dlls/odbccp32/%) dlls/odbccp32: dlls/odbccp32/Makefile \$(MAKEDEP)
17745 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules config.status"
17746 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
17748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17749 dlls/odbccp32/tests: __builddeps__
17750 dlls/odbccp32/tests/__crosstest__: __buildcrossdeps__"
17751 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17752 odbccp32_test.exe"
17753 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17754 odbccp32_test.exe: \$(TOPOBJDIR)/dlls/odbccp32/tests/odbccp32_test.exe$DLLEXT
17755 cp \$(TOPOBJDIR)/dlls/odbccp32/tests/odbccp32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17756 odbccp32_test.rc:
17757 echo \"odbccp32_test.exe TESTRES \\\"odbccp32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17758 odbccp32_test.res: odbccp32_test.rc odbccp32_test.exe"
17759 ALL_MAKEFILES="$ALL_MAKEFILES \\
17760 dlls/odbccp32/tests/Makefile"
17761 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17762 dlls/odbccp32/tests"
17763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17764 \$(RECURSE_TARGETS:%=dlls/odbccp32/tests/%) dlls/odbccp32/tests: dlls/odbccp32/tests/Makefile \$(MAKEDEP)
17765 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in Maketest.rules config.status"
17766 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
17768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17769 dlls/ole2.dll16 dlls/ole2.dll16/__install__ dlls/ole2.dll16/__install-lib__ dlls/ole2.dll16/__install-dev__: __builddeps__"
17770 ALL_MAKEFILES="$ALL_MAKEFILES \\
17771 dlls/ole2.dll16/Makefile"
17772 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17773 dlls/ole2.dll16"
17774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17775 \$(RECURSE_TARGETS:%=dlls/ole2.dll16/%) dlls/ole2.dll16: dlls/ole2.dll16/Makefile \$(MAKEDEP)
17776 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules config.status"
17777 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
17779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17780 dlls/ole2conv.dll16 dlls/ole2conv.dll16/__install__ dlls/ole2conv.dll16/__install-lib__ dlls/ole2conv.dll16/__install-dev__: __builddeps__"
17781 ALL_MAKEFILES="$ALL_MAKEFILES \\
17782 dlls/ole2conv.dll16/Makefile"
17783 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17784 dlls/ole2conv.dll16"
17785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17786 \$(RECURSE_TARGETS:%=dlls/ole2conv.dll16/%) dlls/ole2conv.dll16: dlls/ole2conv.dll16/Makefile \$(MAKEDEP)
17787 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules config.status"
17788 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
17790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17791 dlls/ole2disp.dll16 dlls/ole2disp.dll16/__install__ dlls/ole2disp.dll16/__install-lib__ dlls/ole2disp.dll16/__install-dev__: __builddeps__"
17792 ALL_MAKEFILES="$ALL_MAKEFILES \\
17793 dlls/ole2disp.dll16/Makefile"
17794 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17795 dlls/ole2disp.dll16"
17796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17797 \$(RECURSE_TARGETS:%=dlls/ole2disp.dll16/%) dlls/ole2disp.dll16: dlls/ole2disp.dll16/Makefile \$(MAKEDEP)
17798 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules config.status"
17799 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
17801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17802 dlls/ole2nls.dll16 dlls/ole2nls.dll16/__install__ dlls/ole2nls.dll16/__install-lib__ dlls/ole2nls.dll16/__install-dev__: __builddeps__"
17803 ALL_MAKEFILES="$ALL_MAKEFILES \\
17804 dlls/ole2nls.dll16/Makefile"
17805 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17806 dlls/ole2nls.dll16"
17807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17808 \$(RECURSE_TARGETS:%=dlls/ole2nls.dll16/%) dlls/ole2nls.dll16: dlls/ole2nls.dll16/Makefile \$(MAKEDEP)
17809 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules config.status"
17810 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
17812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17813 dlls/ole2prox.dll16 dlls/ole2prox.dll16/__install__ dlls/ole2prox.dll16/__install-lib__ dlls/ole2prox.dll16/__install-dev__: __builddeps__"
17814 ALL_MAKEFILES="$ALL_MAKEFILES \\
17815 dlls/ole2prox.dll16/Makefile"
17816 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17817 dlls/ole2prox.dll16"
17818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17819 \$(RECURSE_TARGETS:%=dlls/ole2prox.dll16/%) dlls/ole2prox.dll16: dlls/ole2prox.dll16/Makefile \$(MAKEDEP)
17820 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules config.status"
17821 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
17823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17824 dlls/ole2thk.dll16 dlls/ole2thk.dll16/__install__ dlls/ole2thk.dll16/__install-lib__ dlls/ole2thk.dll16/__install-dev__: __builddeps__"
17825 ALL_MAKEFILES="$ALL_MAKEFILES \\
17826 dlls/ole2thk.dll16/Makefile"
17827 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17828 dlls/ole2thk.dll16"
17829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17830 \$(RECURSE_TARGETS:%=dlls/ole2thk.dll16/%) dlls/ole2thk.dll16: dlls/ole2thk.dll16/Makefile \$(MAKEDEP)
17831 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules config.status"
17832 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
17834 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17835 dlls/ole32/libole32.$IMPLIBEXT"
17836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17837 dlls/ole32/libole32.$IMPLIBEXT dlls/ole32/libole32.cross.a: tools/widl tools/winebuild tools/winegcc include
17838 dlls/ole32/libole32.$IMPLIBEXT dlls/ole32/libole32.cross.a: dlls/ole32/ole32.spec dlls/ole32/Makefile
17839 @cd dlls/ole32 && \$(MAKE) \`basename \$@\`
17840 dlls/ole32 dlls/ole32/__install__ dlls/ole32/__install-lib__ dlls/ole32/__install-dev__: __builddeps__"
17841 ALL_MAKEFILES="$ALL_MAKEFILES \\
17842 dlls/ole32/Makefile"
17843 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17844 dlls/ole32"
17845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17846 \$(RECURSE_TARGETS:%=dlls/ole32/%) dlls/ole32: dlls/ole32/Makefile \$(MAKEDEP)
17847 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules config.status"
17848 ac_config_files="$ac_config_files dlls/ole32/Makefile"
17850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17851 dlls/ole32/tests: __builddeps__
17852 dlls/ole32/tests/__crosstest__: __buildcrossdeps__"
17853 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17854 ole32_test.exe"
17855 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17856 ole32_test.exe: \$(TOPOBJDIR)/dlls/ole32/tests/ole32_test.exe$DLLEXT
17857 cp \$(TOPOBJDIR)/dlls/ole32/tests/ole32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17858 ole32_test.rc:
17859 echo \"ole32_test.exe TESTRES \\\"ole32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17860 ole32_test.res: ole32_test.rc ole32_test.exe"
17861 ALL_MAKEFILES="$ALL_MAKEFILES \\
17862 dlls/ole32/tests/Makefile"
17863 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17864 dlls/ole32/tests"
17865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17866 \$(RECURSE_TARGETS:%=dlls/ole32/tests/%) dlls/ole32/tests: dlls/ole32/tests/Makefile \$(MAKEDEP)
17867 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in Maketest.rules config.status"
17868 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
17870 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17871 dlls/oleacc/liboleacc.$IMPLIBEXT"
17872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17873 dlls/oleacc/liboleacc.$IMPLIBEXT dlls/oleacc/liboleacc.cross.a: tools/widl tools/winebuild tools/winegcc include
17874 dlls/oleacc/liboleacc.$IMPLIBEXT dlls/oleacc/liboleacc.cross.a: dlls/oleacc/oleacc.spec dlls/oleacc/Makefile
17875 @cd dlls/oleacc && \$(MAKE) \`basename \$@\`
17876 dlls/oleacc dlls/oleacc/__install__ dlls/oleacc/__install-lib__ dlls/oleacc/__install-dev__: __builddeps__"
17877 ALL_MAKEFILES="$ALL_MAKEFILES \\
17878 dlls/oleacc/Makefile"
17879 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17880 dlls/oleacc"
17881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17882 \$(RECURSE_TARGETS:%=dlls/oleacc/%) dlls/oleacc: dlls/oleacc/Makefile \$(MAKEDEP)
17883 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules config.status"
17884 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
17886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17887 dlls/oleacc/tests: __builddeps__
17888 dlls/oleacc/tests/__crosstest__: __buildcrossdeps__"
17889 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17890 oleacc_test.exe"
17891 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17892 oleacc_test.exe: \$(TOPOBJDIR)/dlls/oleacc/tests/oleacc_test.exe$DLLEXT
17893 cp \$(TOPOBJDIR)/dlls/oleacc/tests/oleacc_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17894 oleacc_test.rc:
17895 echo \"oleacc_test.exe TESTRES \\\"oleacc_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17896 oleacc_test.res: oleacc_test.rc oleacc_test.exe"
17897 ALL_MAKEFILES="$ALL_MAKEFILES \\
17898 dlls/oleacc/tests/Makefile"
17899 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17900 dlls/oleacc/tests"
17901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17902 \$(RECURSE_TARGETS:%=dlls/oleacc/tests/%) dlls/oleacc/tests: dlls/oleacc/tests/Makefile \$(MAKEDEP)
17903 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in Maketest.rules config.status"
17904 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
17906 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17907 dlls/oleaut32/liboleaut32.$IMPLIBEXT"
17908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17909 dlls/oleaut32/liboleaut32.$IMPLIBEXT dlls/oleaut32/liboleaut32.cross.a: tools/widl tools/winebuild tools/winegcc include
17910 dlls/oleaut32/liboleaut32.$IMPLIBEXT dlls/oleaut32/liboleaut32.cross.a: dlls/oleaut32/oleaut32.spec dlls/oleaut32/Makefile
17911 @cd dlls/oleaut32 && \$(MAKE) \`basename \$@\`
17912 dlls/oleaut32 dlls/oleaut32/__install__ dlls/oleaut32/__install-lib__ dlls/oleaut32/__install-dev__: __builddeps__"
17913 ALL_MAKEFILES="$ALL_MAKEFILES \\
17914 dlls/oleaut32/Makefile"
17915 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17916 dlls/oleaut32"
17917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17918 \$(RECURSE_TARGETS:%=dlls/oleaut32/%) dlls/oleaut32: dlls/oleaut32/Makefile \$(MAKEDEP)
17919 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules config.status"
17920 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
17922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17923 dlls/oleaut32/tests: __builddeps__
17924 dlls/oleaut32/tests/__crosstest__: __buildcrossdeps__"
17925 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17926 oleaut32_test.exe"
17927 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17928 oleaut32_test.exe: \$(TOPOBJDIR)/dlls/oleaut32/tests/oleaut32_test.exe$DLLEXT
17929 cp \$(TOPOBJDIR)/dlls/oleaut32/tests/oleaut32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17930 oleaut32_test.rc:
17931 echo \"oleaut32_test.exe TESTRES \\\"oleaut32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17932 oleaut32_test.res: oleaut32_test.rc oleaut32_test.exe"
17933 ALL_MAKEFILES="$ALL_MAKEFILES \\
17934 dlls/oleaut32/tests/Makefile"
17935 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17936 dlls/oleaut32/tests"
17937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17938 \$(RECURSE_TARGETS:%=dlls/oleaut32/tests/%) dlls/oleaut32/tests: dlls/oleaut32/tests/Makefile \$(MAKEDEP)
17939 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in Maketest.rules config.status"
17940 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
17942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17943 dlls/olecli.dll16 dlls/olecli.dll16/__install__ dlls/olecli.dll16/__install-lib__ dlls/olecli.dll16/__install-dev__: __builddeps__"
17944 ALL_MAKEFILES="$ALL_MAKEFILES \\
17945 dlls/olecli.dll16/Makefile"
17946 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17947 dlls/olecli.dll16"
17948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17949 \$(RECURSE_TARGETS:%=dlls/olecli.dll16/%) dlls/olecli.dll16: dlls/olecli.dll16/Makefile \$(MAKEDEP)
17950 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules config.status"
17951 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
17953 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17954 dlls/olecli32/libolecli32.$IMPLIBEXT"
17955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17956 dlls/olecli32/libolecli32.$IMPLIBEXT dlls/olecli32/libolecli32.cross.a: tools/widl tools/winebuild tools/winegcc include
17957 dlls/olecli32/libolecli32.$IMPLIBEXT dlls/olecli32/libolecli32.cross.a: dlls/olecli32/olecli32.spec dlls/olecli32/Makefile
17958 @cd dlls/olecli32 && \$(MAKE) \`basename \$@\`
17959 dlls/olecli32 dlls/olecli32/__install__ dlls/olecli32/__install-lib__ dlls/olecli32/__install-dev__: __builddeps__"
17960 ALL_MAKEFILES="$ALL_MAKEFILES \\
17961 dlls/olecli32/Makefile"
17962 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17963 dlls/olecli32"
17964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17965 \$(RECURSE_TARGETS:%=dlls/olecli32/%) dlls/olecli32: dlls/olecli32/Makefile \$(MAKEDEP)
17966 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules config.status"
17967 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
17969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17970 dlls/oledb32 dlls/oledb32/__install__ dlls/oledb32/__install-lib__ dlls/oledb32/__install-dev__: __builddeps__"
17971 ALL_MAKEFILES="$ALL_MAKEFILES \\
17972 dlls/oledb32/Makefile"
17973 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17974 dlls/oledb32"
17975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17976 \$(RECURSE_TARGETS:%=dlls/oledb32/%) dlls/oledb32: dlls/oledb32/Makefile \$(MAKEDEP)
17977 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules config.status"
17978 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
17980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17981 dlls/oledb32/tests: __builddeps__
17982 dlls/oledb32/tests/__crosstest__: __buildcrossdeps__"
17983 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17984 oledb32_test.exe"
17985 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17986 oledb32_test.exe: \$(TOPOBJDIR)/dlls/oledb32/tests/oledb32_test.exe$DLLEXT
17987 cp \$(TOPOBJDIR)/dlls/oledb32/tests/oledb32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17988 oledb32_test.rc:
17989 echo \"oledb32_test.exe TESTRES \\\"oledb32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17990 oledb32_test.res: oledb32_test.rc oledb32_test.exe"
17991 ALL_MAKEFILES="$ALL_MAKEFILES \\
17992 dlls/oledb32/tests/Makefile"
17993 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17994 dlls/oledb32/tests"
17995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17996 \$(RECURSE_TARGETS:%=dlls/oledb32/tests/%) dlls/oledb32/tests: dlls/oledb32/tests/Makefile \$(MAKEDEP)
17997 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in Maketest.rules config.status"
17998 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
18000 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18001 dlls/oledlg/liboledlg.$IMPLIBEXT"
18002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18003 dlls/oledlg/liboledlg.$IMPLIBEXT dlls/oledlg/liboledlg.cross.a: tools/widl tools/winebuild tools/winegcc include
18004 dlls/oledlg/liboledlg.$IMPLIBEXT dlls/oledlg/liboledlg.cross.a: dlls/oledlg/oledlg.spec dlls/oledlg/Makefile
18005 @cd dlls/oledlg && \$(MAKE) \`basename \$@\`
18006 dlls/oledlg dlls/oledlg/__install__ dlls/oledlg/__install-lib__ dlls/oledlg/__install-dev__: __builddeps__"
18007 ALL_MAKEFILES="$ALL_MAKEFILES \\
18008 dlls/oledlg/Makefile"
18009 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18010 dlls/oledlg"
18011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18012 \$(RECURSE_TARGETS:%=dlls/oledlg/%) dlls/oledlg: dlls/oledlg/Makefile \$(MAKEDEP)
18013 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules config.status"
18014 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
18016 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18017 dlls/olepro32/libolepro32.$IMPLIBEXT"
18018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18019 dlls/olepro32/libolepro32.$IMPLIBEXT dlls/olepro32/libolepro32.cross.a: tools/widl tools/winebuild tools/winegcc include
18020 dlls/olepro32/libolepro32.$IMPLIBEXT dlls/olepro32/libolepro32.cross.a: dlls/olepro32/olepro32.spec dlls/olepro32/Makefile
18021 @cd dlls/olepro32 && \$(MAKE) \`basename \$@\`
18022 dlls/olepro32 dlls/olepro32/__install__ dlls/olepro32/__install-lib__ dlls/olepro32/__install-dev__: __builddeps__"
18023 ALL_MAKEFILES="$ALL_MAKEFILES \\
18024 dlls/olepro32/Makefile"
18025 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18026 dlls/olepro32"
18027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18028 \$(RECURSE_TARGETS:%=dlls/olepro32/%) dlls/olepro32: dlls/olepro32/Makefile \$(MAKEDEP)
18029 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules config.status"
18030 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
18032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18033 dlls/olesvr.dll16 dlls/olesvr.dll16/__install__ dlls/olesvr.dll16/__install-lib__ dlls/olesvr.dll16/__install-dev__: __builddeps__"
18034 ALL_MAKEFILES="$ALL_MAKEFILES \\
18035 dlls/olesvr.dll16/Makefile"
18036 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18037 dlls/olesvr.dll16"
18038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18039 \$(RECURSE_TARGETS:%=dlls/olesvr.dll16/%) dlls/olesvr.dll16: dlls/olesvr.dll16/Makefile \$(MAKEDEP)
18040 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules config.status"
18041 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
18043 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18044 dlls/olesvr32/libolesvr32.$IMPLIBEXT"
18045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18046 dlls/olesvr32/libolesvr32.$IMPLIBEXT dlls/olesvr32/libolesvr32.cross.a: tools/widl tools/winebuild tools/winegcc include
18047 dlls/olesvr32/libolesvr32.$IMPLIBEXT dlls/olesvr32/libolesvr32.cross.a: dlls/olesvr32/olesvr32.spec dlls/olesvr32/Makefile
18048 @cd dlls/olesvr32 && \$(MAKE) \`basename \$@\`
18049 dlls/olesvr32 dlls/olesvr32/__install__ dlls/olesvr32/__install-lib__ dlls/olesvr32/__install-dev__: __builddeps__"
18050 ALL_MAKEFILES="$ALL_MAKEFILES \\
18051 dlls/olesvr32/Makefile"
18052 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18053 dlls/olesvr32"
18054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18055 \$(RECURSE_TARGETS:%=dlls/olesvr32/%) dlls/olesvr32: dlls/olesvr32/Makefile \$(MAKEDEP)
18056 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules config.status"
18057 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
18059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18060 dlls/olethk32 dlls/olethk32/__install__ dlls/olethk32/__install-lib__ dlls/olethk32/__install-dev__: __builddeps__"
18061 ALL_MAKEFILES="$ALL_MAKEFILES \\
18062 dlls/olethk32/Makefile"
18063 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18064 dlls/olethk32"
18065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18066 \$(RECURSE_TARGETS:%=dlls/olethk32/%) dlls/olethk32: dlls/olethk32/Makefile \$(MAKEDEP)
18067 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules config.status"
18068 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
18070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18071 dlls/openal32 dlls/openal32/__install__ dlls/openal32/__install-lib__ dlls/openal32/__install-dev__: __builddeps__"
18072 ALL_MAKEFILES="$ALL_MAKEFILES \\
18073 dlls/openal32/Makefile"
18074 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18075 dlls/openal32"
18076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18077 \$(RECURSE_TARGETS:%=dlls/openal32/%) dlls/openal32: dlls/openal32/Makefile \$(MAKEDEP)
18078 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules config.status"
18079 ac_config_files="$ac_config_files dlls/openal32/Makefile"
18081 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18082 dlls/opengl32/libopengl32.$IMPLIBEXT"
18083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18084 dlls/opengl32/libopengl32.$IMPLIBEXT dlls/opengl32/libopengl32.cross.a: tools/widl tools/winebuild tools/winegcc include
18085 dlls/opengl32/libopengl32.$IMPLIBEXT dlls/opengl32/libopengl32.cross.a: dlls/opengl32/opengl32.spec dlls/opengl32/Makefile
18086 @cd dlls/opengl32 && \$(MAKE) \`basename \$@\`
18087 dlls/opengl32 dlls/opengl32/__install__ dlls/opengl32/__install-lib__ dlls/opengl32/__install-dev__: __builddeps__"
18088 ALL_MAKEFILES="$ALL_MAKEFILES \\
18089 dlls/opengl32/Makefile"
18090 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18091 dlls/opengl32"
18092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18093 \$(RECURSE_TARGETS:%=dlls/opengl32/%) dlls/opengl32: dlls/opengl32/Makefile \$(MAKEDEP)
18094 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules config.status"
18095 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
18097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18098 dlls/opengl32/tests: __builddeps__
18099 dlls/opengl32/tests/__crosstest__: __buildcrossdeps__"
18100 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18101 opengl32_test.exe"
18102 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18103 opengl32_test.exe: \$(TOPOBJDIR)/dlls/opengl32/tests/opengl32_test.exe$DLLEXT
18104 cp \$(TOPOBJDIR)/dlls/opengl32/tests/opengl32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18105 opengl32_test.rc:
18106 echo \"opengl32_test.exe TESTRES \\\"opengl32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18107 opengl32_test.res: opengl32_test.rc opengl32_test.exe"
18108 ALL_MAKEFILES="$ALL_MAKEFILES \\
18109 dlls/opengl32/tests/Makefile"
18110 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18111 dlls/opengl32/tests"
18112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18113 \$(RECURSE_TARGETS:%=dlls/opengl32/tests/%) dlls/opengl32/tests: dlls/opengl32/tests/Makefile \$(MAKEDEP)
18114 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in Maketest.rules config.status"
18115 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
18117 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18118 dlls/pdh/libpdh.$IMPLIBEXT"
18119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18120 dlls/pdh/libpdh.$IMPLIBEXT dlls/pdh/libpdh.cross.a: tools/widl tools/winebuild tools/winegcc include
18121 dlls/pdh/libpdh.$IMPLIBEXT dlls/pdh/libpdh.cross.a: dlls/pdh/pdh.spec dlls/pdh/Makefile
18122 @cd dlls/pdh && \$(MAKE) \`basename \$@\`
18123 dlls/pdh dlls/pdh/__install__ dlls/pdh/__install-lib__ dlls/pdh/__install-dev__: __builddeps__"
18124 ALL_MAKEFILES="$ALL_MAKEFILES \\
18125 dlls/pdh/Makefile"
18126 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18127 dlls/pdh"
18128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18129 \$(RECURSE_TARGETS:%=dlls/pdh/%) dlls/pdh: dlls/pdh/Makefile \$(MAKEDEP)
18130 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules config.status"
18131 ac_config_files="$ac_config_files dlls/pdh/Makefile"
18133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18134 dlls/pdh/tests: __builddeps__
18135 dlls/pdh/tests/__crosstest__: __buildcrossdeps__"
18136 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18137 pdh_test.exe"
18138 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18139 pdh_test.exe: \$(TOPOBJDIR)/dlls/pdh/tests/pdh_test.exe$DLLEXT
18140 cp \$(TOPOBJDIR)/dlls/pdh/tests/pdh_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18141 pdh_test.rc:
18142 echo \"pdh_test.exe TESTRES \\\"pdh_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18143 pdh_test.res: pdh_test.rc pdh_test.exe"
18144 ALL_MAKEFILES="$ALL_MAKEFILES \\
18145 dlls/pdh/tests/Makefile"
18146 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18147 dlls/pdh/tests"
18148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18149 \$(RECURSE_TARGETS:%=dlls/pdh/tests/%) dlls/pdh/tests: dlls/pdh/tests/Makefile \$(MAKEDEP)
18150 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in Maketest.rules config.status"
18151 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
18153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18154 dlls/pidgen dlls/pidgen/__install__ dlls/pidgen/__install-lib__ dlls/pidgen/__install-dev__: __builddeps__"
18155 ALL_MAKEFILES="$ALL_MAKEFILES \\
18156 dlls/pidgen/Makefile"
18157 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18158 dlls/pidgen"
18159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18160 \$(RECURSE_TARGETS:%=dlls/pidgen/%) dlls/pidgen: dlls/pidgen/Makefile \$(MAKEDEP)
18161 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules config.status"
18162 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
18164 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18165 dlls/powrprof/libpowrprof.$IMPLIBEXT"
18166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18167 dlls/powrprof/libpowrprof.$IMPLIBEXT dlls/powrprof/libpowrprof.cross.a: tools/widl tools/winebuild tools/winegcc include
18168 dlls/powrprof/libpowrprof.$IMPLIBEXT dlls/powrprof/libpowrprof.cross.a: dlls/powrprof/powrprof.spec dlls/powrprof/Makefile
18169 @cd dlls/powrprof && \$(MAKE) \`basename \$@\`
18170 dlls/powrprof dlls/powrprof/__install__ dlls/powrprof/__install-lib__ dlls/powrprof/__install-dev__: __builddeps__"
18171 ALL_MAKEFILES="$ALL_MAKEFILES \\
18172 dlls/powrprof/Makefile"
18173 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18174 dlls/powrprof"
18175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18176 \$(RECURSE_TARGETS:%=dlls/powrprof/%) dlls/powrprof: dlls/powrprof/Makefile \$(MAKEDEP)
18177 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules config.status"
18178 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
18180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18181 dlls/printui dlls/printui/__install__ dlls/printui/__install-lib__ dlls/printui/__install-dev__: __builddeps__"
18182 ALL_MAKEFILES="$ALL_MAKEFILES \\
18183 dlls/printui/Makefile"
18184 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18185 dlls/printui"
18186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18187 \$(RECURSE_TARGETS:%=dlls/printui/%) dlls/printui: dlls/printui/Makefile \$(MAKEDEP)
18188 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules config.status"
18189 ac_config_files="$ac_config_files dlls/printui/Makefile"
18191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18192 dlls/propsys dlls/propsys/__install__ dlls/propsys/__install-lib__ dlls/propsys/__install-dev__: __builddeps__"
18193 ALL_MAKEFILES="$ALL_MAKEFILES \\
18194 dlls/propsys/Makefile"
18195 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18196 dlls/propsys"
18197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18198 \$(RECURSE_TARGETS:%=dlls/propsys/%) dlls/propsys: dlls/propsys/Makefile \$(MAKEDEP)
18199 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules config.status"
18200 ac_config_files="$ac_config_files dlls/propsys/Makefile"
18202 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18203 dlls/psapi/libpsapi.$IMPLIBEXT"
18204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18205 dlls/psapi/libpsapi.$IMPLIBEXT dlls/psapi/libpsapi.cross.a: tools/widl tools/winebuild tools/winegcc include
18206 dlls/psapi/libpsapi.$IMPLIBEXT dlls/psapi/libpsapi.cross.a: dlls/psapi/psapi.spec dlls/psapi/Makefile
18207 @cd dlls/psapi && \$(MAKE) \`basename \$@\`
18208 dlls/psapi dlls/psapi/__install__ dlls/psapi/__install-lib__ dlls/psapi/__install-dev__: __builddeps__"
18209 ALL_MAKEFILES="$ALL_MAKEFILES \\
18210 dlls/psapi/Makefile"
18211 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18212 dlls/psapi"
18213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18214 \$(RECURSE_TARGETS:%=dlls/psapi/%) dlls/psapi: dlls/psapi/Makefile \$(MAKEDEP)
18215 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules config.status"
18216 ac_config_files="$ac_config_files dlls/psapi/Makefile"
18218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18219 dlls/psapi/tests: __builddeps__
18220 dlls/psapi/tests/__crosstest__: __buildcrossdeps__"
18221 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18222 psapi_test.exe"
18223 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18224 psapi_test.exe: \$(TOPOBJDIR)/dlls/psapi/tests/psapi_test.exe$DLLEXT
18225 cp \$(TOPOBJDIR)/dlls/psapi/tests/psapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18226 psapi_test.rc:
18227 echo \"psapi_test.exe TESTRES \\\"psapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18228 psapi_test.res: psapi_test.rc psapi_test.exe"
18229 ALL_MAKEFILES="$ALL_MAKEFILES \\
18230 dlls/psapi/tests/Makefile"
18231 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18232 dlls/psapi/tests"
18233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18234 \$(RECURSE_TARGETS:%=dlls/psapi/tests/%) dlls/psapi/tests: dlls/psapi/tests/Makefile \$(MAKEDEP)
18235 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in Maketest.rules config.status"
18236 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
18238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18239 dlls/pstorec dlls/pstorec/__install__ dlls/pstorec/__install-lib__ dlls/pstorec/__install-dev__: __builddeps__"
18240 ALL_MAKEFILES="$ALL_MAKEFILES \\
18241 dlls/pstorec/Makefile"
18242 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18243 dlls/pstorec"
18244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18245 \$(RECURSE_TARGETS:%=dlls/pstorec/%) dlls/pstorec: dlls/pstorec/Makefile \$(MAKEDEP)
18246 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules config.status"
18247 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
18249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18250 dlls/qcap dlls/qcap/__install__ dlls/qcap/__install-lib__ dlls/qcap/__install-dev__: __builddeps__"
18251 ALL_MAKEFILES="$ALL_MAKEFILES \\
18252 dlls/qcap/Makefile"
18253 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18254 dlls/qcap"
18255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18256 \$(RECURSE_TARGETS:%=dlls/qcap/%) dlls/qcap: dlls/qcap/Makefile \$(MAKEDEP)
18257 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules config.status"
18258 ac_config_files="$ac_config_files dlls/qcap/Makefile"
18260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18261 dlls/qedit dlls/qedit/__install__ dlls/qedit/__install-lib__ dlls/qedit/__install-dev__: __builddeps__"
18262 ALL_MAKEFILES="$ALL_MAKEFILES \\
18263 dlls/qedit/Makefile"
18264 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18265 dlls/qedit"
18266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18267 \$(RECURSE_TARGETS:%=dlls/qedit/%) dlls/qedit: dlls/qedit/Makefile \$(MAKEDEP)
18268 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules config.status"
18269 ac_config_files="$ac_config_files dlls/qedit/Makefile"
18271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18272 dlls/qedit/tests: __builddeps__
18273 dlls/qedit/tests/__crosstest__: __buildcrossdeps__"
18274 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18275 qedit_test.exe"
18276 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18277 qedit_test.exe: \$(TOPOBJDIR)/dlls/qedit/tests/qedit_test.exe$DLLEXT
18278 cp \$(TOPOBJDIR)/dlls/qedit/tests/qedit_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18279 qedit_test.rc:
18280 echo \"qedit_test.exe TESTRES \\\"qedit_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18281 qedit_test.res: qedit_test.rc qedit_test.exe"
18282 ALL_MAKEFILES="$ALL_MAKEFILES \\
18283 dlls/qedit/tests/Makefile"
18284 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18285 dlls/qedit/tests"
18286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18287 \$(RECURSE_TARGETS:%=dlls/qedit/tests/%) dlls/qedit/tests: dlls/qedit/tests/Makefile \$(MAKEDEP)
18288 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in Maketest.rules config.status"
18289 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
18291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18292 dlls/qmgr dlls/qmgr/__install__ dlls/qmgr/__install-lib__ dlls/qmgr/__install-dev__: __builddeps__"
18293 ALL_MAKEFILES="$ALL_MAKEFILES \\
18294 dlls/qmgr/Makefile"
18295 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18296 dlls/qmgr"
18297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18298 \$(RECURSE_TARGETS:%=dlls/qmgr/%) dlls/qmgr: dlls/qmgr/Makefile \$(MAKEDEP)
18299 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules config.status"
18300 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
18302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18303 dlls/qmgr/tests: __builddeps__
18304 dlls/qmgr/tests/__crosstest__: __buildcrossdeps__"
18305 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18306 qmgr_test.exe"
18307 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18308 qmgr_test.exe: \$(TOPOBJDIR)/dlls/qmgr/tests/qmgr_test.exe$DLLEXT
18309 cp \$(TOPOBJDIR)/dlls/qmgr/tests/qmgr_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18310 qmgr_test.rc:
18311 echo \"qmgr_test.exe TESTRES \\\"qmgr_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18312 qmgr_test.res: qmgr_test.rc qmgr_test.exe"
18313 ALL_MAKEFILES="$ALL_MAKEFILES \\
18314 dlls/qmgr/tests/Makefile"
18315 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18316 dlls/qmgr/tests"
18317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18318 \$(RECURSE_TARGETS:%=dlls/qmgr/tests/%) dlls/qmgr/tests: dlls/qmgr/tests/Makefile \$(MAKEDEP)
18319 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in Maketest.rules config.status"
18320 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
18322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18323 dlls/qmgrprxy dlls/qmgrprxy/__install__ dlls/qmgrprxy/__install-lib__ dlls/qmgrprxy/__install-dev__: __builddeps__"
18324 ALL_MAKEFILES="$ALL_MAKEFILES \\
18325 dlls/qmgrprxy/Makefile"
18326 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18327 dlls/qmgrprxy"
18328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18329 \$(RECURSE_TARGETS:%=dlls/qmgrprxy/%) dlls/qmgrprxy: dlls/qmgrprxy/Makefile \$(MAKEDEP)
18330 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules config.status"
18331 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
18333 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18334 dlls/quartz/libquartz.$IMPLIBEXT"
18335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18336 dlls/quartz/libquartz.$IMPLIBEXT dlls/quartz/libquartz.cross.a: tools/widl tools/winebuild tools/winegcc include
18337 dlls/quartz/libquartz.$IMPLIBEXT dlls/quartz/libquartz.cross.a: dlls/quartz/quartz.spec dlls/quartz/Makefile
18338 @cd dlls/quartz && \$(MAKE) \`basename \$@\`
18339 dlls/quartz dlls/quartz/__install__ dlls/quartz/__install-lib__ dlls/quartz/__install-dev__: __builddeps__"
18340 ALL_MAKEFILES="$ALL_MAKEFILES \\
18341 dlls/quartz/Makefile"
18342 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18343 dlls/quartz"
18344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18345 \$(RECURSE_TARGETS:%=dlls/quartz/%) dlls/quartz: dlls/quartz/Makefile \$(MAKEDEP)
18346 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules config.status"
18347 ac_config_files="$ac_config_files dlls/quartz/Makefile"
18349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18350 dlls/quartz/tests: __builddeps__
18351 dlls/quartz/tests/__crosstest__: __buildcrossdeps__"
18352 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18353 quartz_test.exe"
18354 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18355 quartz_test.exe: \$(TOPOBJDIR)/dlls/quartz/tests/quartz_test.exe$DLLEXT
18356 cp \$(TOPOBJDIR)/dlls/quartz/tests/quartz_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18357 quartz_test.rc:
18358 echo \"quartz_test.exe TESTRES \\\"quartz_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18359 quartz_test.res: quartz_test.rc quartz_test.exe"
18360 ALL_MAKEFILES="$ALL_MAKEFILES \\
18361 dlls/quartz/tests/Makefile"
18362 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18363 dlls/quartz/tests"
18364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18365 \$(RECURSE_TARGETS:%=dlls/quartz/tests/%) dlls/quartz/tests: dlls/quartz/tests/Makefile \$(MAKEDEP)
18366 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in Maketest.rules config.status"
18367 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
18369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18370 dlls/query dlls/query/__install__ dlls/query/__install-lib__ dlls/query/__install-dev__: __builddeps__"
18371 ALL_MAKEFILES="$ALL_MAKEFILES \\
18372 dlls/query/Makefile"
18373 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18374 dlls/query"
18375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18376 \$(RECURSE_TARGETS:%=dlls/query/%) dlls/query: dlls/query/Makefile \$(MAKEDEP)
18377 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules config.status"
18378 ac_config_files="$ac_config_files dlls/query/Makefile"
18380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18381 dlls/rasapi16.dll16 dlls/rasapi16.dll16/__install__ dlls/rasapi16.dll16/__install-lib__ dlls/rasapi16.dll16/__install-dev__: __builddeps__"
18382 ALL_MAKEFILES="$ALL_MAKEFILES \\
18383 dlls/rasapi16.dll16/Makefile"
18384 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18385 dlls/rasapi16.dll16"
18386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18387 \$(RECURSE_TARGETS:%=dlls/rasapi16.dll16/%) dlls/rasapi16.dll16: dlls/rasapi16.dll16/Makefile \$(MAKEDEP)
18388 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules config.status"
18389 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
18391 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18392 dlls/rasapi32/librasapi32.$IMPLIBEXT"
18393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18394 dlls/rasapi32/librasapi32.$IMPLIBEXT dlls/rasapi32/librasapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
18395 dlls/rasapi32/librasapi32.$IMPLIBEXT dlls/rasapi32/librasapi32.cross.a: dlls/rasapi32/rasapi32.spec dlls/rasapi32/Makefile
18396 @cd dlls/rasapi32 && \$(MAKE) \`basename \$@\`
18397 dlls/rasapi32 dlls/rasapi32/__install__ dlls/rasapi32/__install-lib__ dlls/rasapi32/__install-dev__: __builddeps__"
18398 ALL_MAKEFILES="$ALL_MAKEFILES \\
18399 dlls/rasapi32/Makefile"
18400 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18401 dlls/rasapi32"
18402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18403 \$(RECURSE_TARGETS:%=dlls/rasapi32/%) dlls/rasapi32: dlls/rasapi32/Makefile \$(MAKEDEP)
18404 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules config.status"
18405 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
18407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18408 dlls/rasapi32/tests: __builddeps__
18409 dlls/rasapi32/tests/__crosstest__: __buildcrossdeps__"
18410 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18411 rasapi32_test.exe"
18412 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18413 rasapi32_test.exe: \$(TOPOBJDIR)/dlls/rasapi32/tests/rasapi32_test.exe$DLLEXT
18414 cp \$(TOPOBJDIR)/dlls/rasapi32/tests/rasapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18415 rasapi32_test.rc:
18416 echo \"rasapi32_test.exe TESTRES \\\"rasapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18417 rasapi32_test.res: rasapi32_test.rc rasapi32_test.exe"
18418 ALL_MAKEFILES="$ALL_MAKEFILES \\
18419 dlls/rasapi32/tests/Makefile"
18420 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18421 dlls/rasapi32/tests"
18422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18423 \$(RECURSE_TARGETS:%=dlls/rasapi32/tests/%) dlls/rasapi32/tests: dlls/rasapi32/tests/Makefile \$(MAKEDEP)
18424 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in Maketest.rules config.status"
18425 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
18427 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18428 dlls/rasdlg/librasdlg.$IMPLIBEXT"
18429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18430 dlls/rasdlg/librasdlg.$IMPLIBEXT dlls/rasdlg/librasdlg.cross.a: tools/widl tools/winebuild tools/winegcc include
18431 dlls/rasdlg/librasdlg.$IMPLIBEXT dlls/rasdlg/librasdlg.cross.a: dlls/rasdlg/rasdlg.spec dlls/rasdlg/Makefile
18432 @cd dlls/rasdlg && \$(MAKE) \`basename \$@\`
18433 dlls/rasdlg dlls/rasdlg/__install__ dlls/rasdlg/__install-lib__ dlls/rasdlg/__install-dev__: __builddeps__"
18434 ALL_MAKEFILES="$ALL_MAKEFILES \\
18435 dlls/rasdlg/Makefile"
18436 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18437 dlls/rasdlg"
18438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18439 \$(RECURSE_TARGETS:%=dlls/rasdlg/%) dlls/rasdlg: dlls/rasdlg/Makefile \$(MAKEDEP)
18440 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules config.status"
18441 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
18443 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18444 dlls/resutils/libresutils.$IMPLIBEXT"
18445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18446 dlls/resutils/libresutils.$IMPLIBEXT dlls/resutils/libresutils.cross.a: tools/widl tools/winebuild tools/winegcc include
18447 dlls/resutils/libresutils.$IMPLIBEXT dlls/resutils/libresutils.cross.a: dlls/resutils/resutils.spec dlls/resutils/Makefile
18448 @cd dlls/resutils && \$(MAKE) \`basename \$@\`
18449 dlls/resutils dlls/resutils/__install__ dlls/resutils/__install-lib__ dlls/resutils/__install-dev__: __builddeps__"
18450 ALL_MAKEFILES="$ALL_MAKEFILES \\
18451 dlls/resutils/Makefile"
18452 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18453 dlls/resutils"
18454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18455 \$(RECURSE_TARGETS:%=dlls/resutils/%) dlls/resutils: dlls/resutils/Makefile \$(MAKEDEP)
18456 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules config.status"
18457 ac_config_files="$ac_config_files dlls/resutils/Makefile"
18459 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18460 dlls/riched20/libriched20.$IMPLIBEXT"
18461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18462 dlls/riched20/libriched20.$IMPLIBEXT dlls/riched20/libriched20.cross.a: tools/widl tools/winebuild tools/winegcc include
18463 dlls/riched20/libriched20.$IMPLIBEXT dlls/riched20/libriched20.cross.a: dlls/riched20/riched20.spec dlls/riched20/Makefile
18464 @cd dlls/riched20 && \$(MAKE) \`basename \$@\`
18465 dlls/riched20 dlls/riched20/__install__ dlls/riched20/__install-lib__ dlls/riched20/__install-dev__: __builddeps__"
18466 ALL_MAKEFILES="$ALL_MAKEFILES \\
18467 dlls/riched20/Makefile"
18468 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18469 dlls/riched20"
18470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18471 \$(RECURSE_TARGETS:%=dlls/riched20/%) dlls/riched20: dlls/riched20/Makefile \$(MAKEDEP)
18472 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules config.status"
18473 ac_config_files="$ac_config_files dlls/riched20/Makefile"
18475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18476 dlls/riched20/tests: __builddeps__
18477 dlls/riched20/tests/__crosstest__: __buildcrossdeps__"
18478 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18479 riched20_test.exe"
18480 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18481 riched20_test.exe: \$(TOPOBJDIR)/dlls/riched20/tests/riched20_test.exe$DLLEXT
18482 cp \$(TOPOBJDIR)/dlls/riched20/tests/riched20_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18483 riched20_test.rc:
18484 echo \"riched20_test.exe TESTRES \\\"riched20_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18485 riched20_test.res: riched20_test.rc riched20_test.exe"
18486 ALL_MAKEFILES="$ALL_MAKEFILES \\
18487 dlls/riched20/tests/Makefile"
18488 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18489 dlls/riched20/tests"
18490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18491 \$(RECURSE_TARGETS:%=dlls/riched20/tests/%) dlls/riched20/tests: dlls/riched20/tests/Makefile \$(MAKEDEP)
18492 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in Maketest.rules config.status"
18493 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
18495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18496 dlls/riched32 dlls/riched32/__install__ dlls/riched32/__install-lib__ dlls/riched32/__install-dev__: __builddeps__"
18497 ALL_MAKEFILES="$ALL_MAKEFILES \\
18498 dlls/riched32/Makefile"
18499 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18500 dlls/riched32"
18501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18502 \$(RECURSE_TARGETS:%=dlls/riched32/%) dlls/riched32: dlls/riched32/Makefile \$(MAKEDEP)
18503 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules config.status"
18504 ac_config_files="$ac_config_files dlls/riched32/Makefile"
18506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18507 dlls/riched32/tests: __builddeps__
18508 dlls/riched32/tests/__crosstest__: __buildcrossdeps__"
18509 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18510 riched32_test.exe"
18511 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18512 riched32_test.exe: \$(TOPOBJDIR)/dlls/riched32/tests/riched32_test.exe$DLLEXT
18513 cp \$(TOPOBJDIR)/dlls/riched32/tests/riched32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18514 riched32_test.rc:
18515 echo \"riched32_test.exe TESTRES \\\"riched32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18516 riched32_test.res: riched32_test.rc riched32_test.exe"
18517 ALL_MAKEFILES="$ALL_MAKEFILES \\
18518 dlls/riched32/tests/Makefile"
18519 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18520 dlls/riched32/tests"
18521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18522 \$(RECURSE_TARGETS:%=dlls/riched32/tests/%) dlls/riched32/tests: dlls/riched32/tests/Makefile \$(MAKEDEP)
18523 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in Maketest.rules config.status"
18524 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
18526 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18527 dlls/rpcrt4/librpcrt4.$IMPLIBEXT"
18528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18529 dlls/rpcrt4/librpcrt4.$IMPLIBEXT dlls/rpcrt4/librpcrt4.cross.a: tools/widl tools/winebuild tools/winegcc include
18530 dlls/rpcrt4/librpcrt4.$IMPLIBEXT dlls/rpcrt4/librpcrt4.cross.a: dlls/rpcrt4/rpcrt4.spec dlls/rpcrt4/Makefile
18531 @cd dlls/rpcrt4 && \$(MAKE) \`basename \$@\`
18532 dlls/rpcrt4 dlls/rpcrt4/__install__ dlls/rpcrt4/__install-lib__ dlls/rpcrt4/__install-dev__: __builddeps__"
18533 ALL_MAKEFILES="$ALL_MAKEFILES \\
18534 dlls/rpcrt4/Makefile"
18535 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18536 dlls/rpcrt4"
18537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18538 \$(RECURSE_TARGETS:%=dlls/rpcrt4/%) dlls/rpcrt4: dlls/rpcrt4/Makefile \$(MAKEDEP)
18539 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules config.status"
18540 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
18542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18543 dlls/rpcrt4/tests: __builddeps__
18544 dlls/rpcrt4/tests/__crosstest__: __buildcrossdeps__"
18545 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18546 rpcrt4_test.exe"
18547 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18548 rpcrt4_test.exe: \$(TOPOBJDIR)/dlls/rpcrt4/tests/rpcrt4_test.exe$DLLEXT
18549 cp \$(TOPOBJDIR)/dlls/rpcrt4/tests/rpcrt4_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18550 rpcrt4_test.rc:
18551 echo \"rpcrt4_test.exe TESTRES \\\"rpcrt4_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18552 rpcrt4_test.res: rpcrt4_test.rc rpcrt4_test.exe"
18553 ALL_MAKEFILES="$ALL_MAKEFILES \\
18554 dlls/rpcrt4/tests/Makefile"
18555 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18556 dlls/rpcrt4/tests"
18557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18558 \$(RECURSE_TARGETS:%=dlls/rpcrt4/tests/%) dlls/rpcrt4/tests: dlls/rpcrt4/tests/Makefile \$(MAKEDEP)
18559 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in Maketest.rules config.status"
18560 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
18562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18563 dlls/rsabase dlls/rsabase/__install__ dlls/rsabase/__install-lib__ dlls/rsabase/__install-dev__: __builddeps__"
18564 ALL_MAKEFILES="$ALL_MAKEFILES \\
18565 dlls/rsabase/Makefile"
18566 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18567 dlls/rsabase"
18568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18569 \$(RECURSE_TARGETS:%=dlls/rsabase/%) dlls/rsabase: dlls/rsabase/Makefile \$(MAKEDEP)
18570 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules config.status"
18571 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
18573 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18574 dlls/rsaenh/librsaenh.$IMPLIBEXT"
18575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18576 dlls/rsaenh/librsaenh.$IMPLIBEXT dlls/rsaenh/librsaenh.cross.a: tools/widl tools/winebuild tools/winegcc include
18577 dlls/rsaenh/librsaenh.$IMPLIBEXT dlls/rsaenh/librsaenh.cross.a: dlls/rsaenh/rsaenh.spec dlls/rsaenh/Makefile
18578 @cd dlls/rsaenh && \$(MAKE) \`basename \$@\`
18579 dlls/rsaenh dlls/rsaenh/__install__ dlls/rsaenh/__install-lib__ dlls/rsaenh/__install-dev__: __builddeps__"
18580 ALL_MAKEFILES="$ALL_MAKEFILES \\
18581 dlls/rsaenh/Makefile"
18582 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18583 dlls/rsaenh"
18584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18585 \$(RECURSE_TARGETS:%=dlls/rsaenh/%) dlls/rsaenh: dlls/rsaenh/Makefile \$(MAKEDEP)
18586 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules config.status"
18587 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
18589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18590 dlls/rsaenh/tests: __builddeps__
18591 dlls/rsaenh/tests/__crosstest__: __buildcrossdeps__"
18592 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18593 rsaenh_test.exe"
18594 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18595 rsaenh_test.exe: \$(TOPOBJDIR)/dlls/rsaenh/tests/rsaenh_test.exe$DLLEXT
18596 cp \$(TOPOBJDIR)/dlls/rsaenh/tests/rsaenh_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18597 rsaenh_test.rc:
18598 echo \"rsaenh_test.exe TESTRES \\\"rsaenh_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18599 rsaenh_test.res: rsaenh_test.rc rsaenh_test.exe"
18600 ALL_MAKEFILES="$ALL_MAKEFILES \\
18601 dlls/rsaenh/tests/Makefile"
18602 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18603 dlls/rsaenh/tests"
18604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18605 \$(RECURSE_TARGETS:%=dlls/rsaenh/tests/%) dlls/rsaenh/tests: dlls/rsaenh/tests/Makefile \$(MAKEDEP)
18606 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in Maketest.rules config.status"
18607 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
18609 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18610 dlls/rtutils/librtutils.$IMPLIBEXT"
18611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18612 dlls/rtutils/librtutils.$IMPLIBEXT dlls/rtutils/librtutils.cross.a: tools/widl tools/winebuild tools/winegcc include
18613 dlls/rtutils/librtutils.$IMPLIBEXT dlls/rtutils/librtutils.cross.a: dlls/rtutils/rtutils.spec dlls/rtutils/Makefile
18614 @cd dlls/rtutils && \$(MAKE) \`basename \$@\`
18615 dlls/rtutils dlls/rtutils/__install__ dlls/rtutils/__install-lib__ dlls/rtutils/__install-dev__: __builddeps__"
18616 ALL_MAKEFILES="$ALL_MAKEFILES \\
18617 dlls/rtutils/Makefile"
18618 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18619 dlls/rtutils"
18620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18621 \$(RECURSE_TARGETS:%=dlls/rtutils/%) dlls/rtutils: dlls/rtutils/Makefile \$(MAKEDEP)
18622 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules config.status"
18623 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
18625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18626 dlls/sane.ds dlls/sane.ds/__install__ dlls/sane.ds/__install-lib__ dlls/sane.ds/__install-dev__: __builddeps__"
18627 ALL_MAKEFILES="$ALL_MAKEFILES \\
18628 dlls/sane.ds/Makefile"
18629 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18630 dlls/sane.ds"
18631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18632 \$(RECURSE_TARGETS:%=dlls/sane.ds/%) dlls/sane.ds: dlls/sane.ds/Makefile \$(MAKEDEP)
18633 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules config.status"
18634 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
18636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18637 dlls/sccbase dlls/sccbase/__install__ dlls/sccbase/__install-lib__ dlls/sccbase/__install-dev__: __builddeps__"
18638 ALL_MAKEFILES="$ALL_MAKEFILES \\
18639 dlls/sccbase/Makefile"
18640 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18641 dlls/sccbase"
18642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18643 \$(RECURSE_TARGETS:%=dlls/sccbase/%) dlls/sccbase: dlls/sccbase/Makefile \$(MAKEDEP)
18644 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules config.status"
18645 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
18647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18648 dlls/schannel dlls/schannel/__install__ dlls/schannel/__install-lib__ dlls/schannel/__install-dev__: __builddeps__"
18649 ALL_MAKEFILES="$ALL_MAKEFILES \\
18650 dlls/schannel/Makefile"
18651 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18652 dlls/schannel"
18653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18654 \$(RECURSE_TARGETS:%=dlls/schannel/%) dlls/schannel: dlls/schannel/Makefile \$(MAKEDEP)
18655 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules config.status"
18656 ac_config_files="$ac_config_files dlls/schannel/Makefile"
18658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18659 dlls/schannel/tests: __builddeps__
18660 dlls/schannel/tests/__crosstest__: __buildcrossdeps__"
18661 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18662 schannel_test.exe"
18663 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18664 schannel_test.exe: \$(TOPOBJDIR)/dlls/schannel/tests/schannel_test.exe$DLLEXT
18665 cp \$(TOPOBJDIR)/dlls/schannel/tests/schannel_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18666 schannel_test.rc:
18667 echo \"schannel_test.exe TESTRES \\\"schannel_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18668 schannel_test.res: schannel_test.rc schannel_test.exe"
18669 ALL_MAKEFILES="$ALL_MAKEFILES \\
18670 dlls/schannel/tests/Makefile"
18671 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18672 dlls/schannel/tests"
18673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18674 \$(RECURSE_TARGETS:%=dlls/schannel/tests/%) dlls/schannel/tests: dlls/schannel/tests/Makefile \$(MAKEDEP)
18675 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in Maketest.rules config.status"
18676 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
18678 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18679 dlls/secur32/libsecur32.$IMPLIBEXT"
18680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18681 dlls/secur32/libsecur32.$IMPLIBEXT dlls/secur32/libsecur32.cross.a: tools/widl tools/winebuild tools/winegcc include
18682 dlls/secur32/libsecur32.$IMPLIBEXT dlls/secur32/libsecur32.cross.a: dlls/secur32/secur32.spec dlls/secur32/Makefile
18683 @cd dlls/secur32 && \$(MAKE) \`basename \$@\`
18684 dlls/secur32 dlls/secur32/__install__ dlls/secur32/__install-lib__ dlls/secur32/__install-dev__: __builddeps__"
18685 ALL_MAKEFILES="$ALL_MAKEFILES \\
18686 dlls/secur32/Makefile"
18687 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18688 dlls/secur32"
18689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18690 \$(RECURSE_TARGETS:%=dlls/secur32/%) dlls/secur32: dlls/secur32/Makefile \$(MAKEDEP)
18691 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules config.status"
18692 ac_config_files="$ac_config_files dlls/secur32/Makefile"
18694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18695 dlls/secur32/tests: __builddeps__
18696 dlls/secur32/tests/__crosstest__: __buildcrossdeps__"
18697 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18698 secur32_test.exe"
18699 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18700 secur32_test.exe: \$(TOPOBJDIR)/dlls/secur32/tests/secur32_test.exe$DLLEXT
18701 cp \$(TOPOBJDIR)/dlls/secur32/tests/secur32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18702 secur32_test.rc:
18703 echo \"secur32_test.exe TESTRES \\\"secur32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18704 secur32_test.res: secur32_test.rc secur32_test.exe"
18705 ALL_MAKEFILES="$ALL_MAKEFILES \\
18706 dlls/secur32/tests/Makefile"
18707 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18708 dlls/secur32/tests"
18709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18710 \$(RECURSE_TARGETS:%=dlls/secur32/tests/%) dlls/secur32/tests: dlls/secur32/tests/Makefile \$(MAKEDEP)
18711 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in Maketest.rules config.status"
18712 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
18714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18715 dlls/security dlls/security/__install__ dlls/security/__install-lib__ dlls/security/__install-dev__: __builddeps__"
18716 ALL_MAKEFILES="$ALL_MAKEFILES \\
18717 dlls/security/Makefile"
18718 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18719 dlls/security"
18720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18721 \$(RECURSE_TARGETS:%=dlls/security/%) dlls/security: dlls/security/Makefile \$(MAKEDEP)
18722 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules config.status"
18723 ac_config_files="$ac_config_files dlls/security/Makefile"
18725 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18726 dlls/sensapi/libsensapi.$IMPLIBEXT"
18727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18728 dlls/sensapi/libsensapi.$IMPLIBEXT dlls/sensapi/libsensapi.cross.a: tools/widl tools/winebuild tools/winegcc include
18729 dlls/sensapi/libsensapi.$IMPLIBEXT dlls/sensapi/libsensapi.cross.a: dlls/sensapi/sensapi.spec dlls/sensapi/Makefile
18730 @cd dlls/sensapi && \$(MAKE) \`basename \$@\`
18731 dlls/sensapi dlls/sensapi/__install__ dlls/sensapi/__install-lib__ dlls/sensapi/__install-dev__: __builddeps__"
18732 ALL_MAKEFILES="$ALL_MAKEFILES \\
18733 dlls/sensapi/Makefile"
18734 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18735 dlls/sensapi"
18736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18737 \$(RECURSE_TARGETS:%=dlls/sensapi/%) dlls/sensapi: dlls/sensapi/Makefile \$(MAKEDEP)
18738 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules config.status"
18739 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
18741 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18742 dlls/serialui/libserialui.$IMPLIBEXT"
18743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18744 dlls/serialui/libserialui.$IMPLIBEXT dlls/serialui/libserialui.cross.a: tools/widl tools/winebuild tools/winegcc include
18745 dlls/serialui/libserialui.$IMPLIBEXT dlls/serialui/libserialui.cross.a: dlls/serialui/serialui.spec dlls/serialui/Makefile
18746 @cd dlls/serialui && \$(MAKE) \`basename \$@\`
18747 dlls/serialui dlls/serialui/__install__ dlls/serialui/__install-lib__ dlls/serialui/__install-dev__: __builddeps__"
18748 ALL_MAKEFILES="$ALL_MAKEFILES \\
18749 dlls/serialui/Makefile"
18750 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18751 dlls/serialui"
18752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18753 \$(RECURSE_TARGETS:%=dlls/serialui/%) dlls/serialui: dlls/serialui/Makefile \$(MAKEDEP)
18754 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules config.status"
18755 ac_config_files="$ac_config_files dlls/serialui/Makefile"
18757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18758 dlls/serialui/tests: __builddeps__
18759 dlls/serialui/tests/__crosstest__: __buildcrossdeps__"
18760 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18761 serialui_test.exe"
18762 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18763 serialui_test.exe: \$(TOPOBJDIR)/dlls/serialui/tests/serialui_test.exe$DLLEXT
18764 cp \$(TOPOBJDIR)/dlls/serialui/tests/serialui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18765 serialui_test.rc:
18766 echo \"serialui_test.exe TESTRES \\\"serialui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18767 serialui_test.res: serialui_test.rc serialui_test.exe"
18768 ALL_MAKEFILES="$ALL_MAKEFILES \\
18769 dlls/serialui/tests/Makefile"
18770 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18771 dlls/serialui/tests"
18772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18773 \$(RECURSE_TARGETS:%=dlls/serialui/tests/%) dlls/serialui/tests: dlls/serialui/tests/Makefile \$(MAKEDEP)
18774 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in Maketest.rules config.status"
18775 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
18777 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18778 dlls/setupapi/libsetupapi.$IMPLIBEXT"
18779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18780 dlls/setupapi/libsetupapi.$IMPLIBEXT dlls/setupapi/libsetupapi.cross.a: tools/widl tools/winebuild tools/winegcc include
18781 dlls/setupapi/libsetupapi.$IMPLIBEXT dlls/setupapi/libsetupapi.cross.a: dlls/setupapi/setupapi.spec dlls/setupapi/Makefile
18782 @cd dlls/setupapi && \$(MAKE) \`basename \$@\`
18783 dlls/setupapi dlls/setupapi/__install__ dlls/setupapi/__install-lib__ dlls/setupapi/__install-dev__: __builddeps__"
18784 ALL_MAKEFILES="$ALL_MAKEFILES \\
18785 dlls/setupapi/Makefile"
18786 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18787 dlls/setupapi"
18788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18789 \$(RECURSE_TARGETS:%=dlls/setupapi/%) dlls/setupapi: dlls/setupapi/Makefile \$(MAKEDEP)
18790 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules config.status"
18791 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
18793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18794 dlls/setupapi/tests: __builddeps__
18795 dlls/setupapi/tests/__crosstest__: __buildcrossdeps__"
18796 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18797 setupapi_test.exe"
18798 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18799 setupapi_test.exe: \$(TOPOBJDIR)/dlls/setupapi/tests/setupapi_test.exe$DLLEXT
18800 cp \$(TOPOBJDIR)/dlls/setupapi/tests/setupapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18801 setupapi_test.rc:
18802 echo \"setupapi_test.exe TESTRES \\\"setupapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18803 setupapi_test.res: setupapi_test.rc setupapi_test.exe"
18804 ALL_MAKEFILES="$ALL_MAKEFILES \\
18805 dlls/setupapi/tests/Makefile"
18806 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18807 dlls/setupapi/tests"
18808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18809 \$(RECURSE_TARGETS:%=dlls/setupapi/tests/%) dlls/setupapi/tests: dlls/setupapi/tests/Makefile \$(MAKEDEP)
18810 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in Maketest.rules config.status"
18811 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
18813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18814 dlls/setupx.dll16 dlls/setupx.dll16/__install__ dlls/setupx.dll16/__install-lib__ dlls/setupx.dll16/__install-dev__: __builddeps__"
18815 ALL_MAKEFILES="$ALL_MAKEFILES \\
18816 dlls/setupx.dll16/Makefile"
18817 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18818 dlls/setupx.dll16"
18819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18820 \$(RECURSE_TARGETS:%=dlls/setupx.dll16/%) dlls/setupx.dll16: dlls/setupx.dll16/Makefile \$(MAKEDEP)
18821 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules config.status"
18822 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
18824 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18825 dlls/sfc/libsfc.$IMPLIBEXT"
18826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18827 dlls/sfc/libsfc.$IMPLIBEXT dlls/sfc/libsfc.cross.a: tools/widl tools/winebuild tools/winegcc include
18828 dlls/sfc/libsfc.$IMPLIBEXT dlls/sfc/libsfc.cross.a: dlls/sfc/sfc.spec dlls/sfc/Makefile
18829 @cd dlls/sfc && \$(MAKE) \`basename \$@\`
18830 dlls/sfc dlls/sfc/__install__ dlls/sfc/__install-lib__ dlls/sfc/__install-dev__: __builddeps__"
18831 ALL_MAKEFILES="$ALL_MAKEFILES \\
18832 dlls/sfc/Makefile"
18833 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18834 dlls/sfc"
18835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18836 \$(RECURSE_TARGETS:%=dlls/sfc/%) dlls/sfc: dlls/sfc/Makefile \$(MAKEDEP)
18837 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules config.status"
18838 ac_config_files="$ac_config_files dlls/sfc/Makefile"
18840 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18841 dlls/sfc_os/libsfc_os.$IMPLIBEXT"
18842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18843 dlls/sfc_os/libsfc_os.$IMPLIBEXT dlls/sfc_os/libsfc_os.cross.a: tools/widl tools/winebuild tools/winegcc include
18844 dlls/sfc_os/libsfc_os.$IMPLIBEXT dlls/sfc_os/libsfc_os.cross.a: dlls/sfc_os/sfc_os.spec dlls/sfc_os/Makefile
18845 @cd dlls/sfc_os && \$(MAKE) \`basename \$@\`
18846 dlls/sfc_os dlls/sfc_os/__install__ dlls/sfc_os/__install-lib__ dlls/sfc_os/__install-dev__: __builddeps__"
18847 ALL_MAKEFILES="$ALL_MAKEFILES \\
18848 dlls/sfc_os/Makefile"
18849 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18850 dlls/sfc_os"
18851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18852 \$(RECURSE_TARGETS:%=dlls/sfc_os/%) dlls/sfc_os: dlls/sfc_os/Makefile \$(MAKEDEP)
18853 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules config.status"
18854 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
18856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18857 dlls/shdoclc dlls/shdoclc/__install__ dlls/shdoclc/__install-lib__ dlls/shdoclc/__install-dev__: __builddeps__"
18858 ALL_MAKEFILES="$ALL_MAKEFILES \\
18859 dlls/shdoclc/Makefile"
18860 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18861 dlls/shdoclc"
18862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18863 \$(RECURSE_TARGETS:%=dlls/shdoclc/%) dlls/shdoclc: dlls/shdoclc/Makefile \$(MAKEDEP)
18864 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules config.status"
18865 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
18867 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18868 dlls/shdocvw/libshdocvw.$IMPLIBEXT"
18869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18870 dlls/shdocvw/libshdocvw.$IMPLIBEXT dlls/shdocvw/libshdocvw.cross.a: tools/widl tools/winebuild tools/winegcc include
18871 dlls/shdocvw/libshdocvw.$IMPLIBEXT dlls/shdocvw/libshdocvw.cross.a: dlls/shdocvw/shdocvw.spec dlls/shdocvw/Makefile
18872 @cd dlls/shdocvw && \$(MAKE) \`basename \$@\`
18873 dlls/shdocvw dlls/shdocvw/__install__ dlls/shdocvw/__install-lib__ dlls/shdocvw/__install-dev__: __builddeps__"
18874 ALL_MAKEFILES="$ALL_MAKEFILES \\
18875 dlls/shdocvw/Makefile"
18876 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18877 dlls/shdocvw"
18878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18879 \$(RECURSE_TARGETS:%=dlls/shdocvw/%) dlls/shdocvw: dlls/shdocvw/Makefile \$(MAKEDEP)
18880 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules config.status"
18881 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
18883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18884 dlls/shdocvw/tests: __builddeps__
18885 dlls/shdocvw/tests/__crosstest__: __buildcrossdeps__"
18886 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18887 shdocvw_test.exe"
18888 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18889 shdocvw_test.exe: \$(TOPOBJDIR)/dlls/shdocvw/tests/shdocvw_test.exe$DLLEXT
18890 cp \$(TOPOBJDIR)/dlls/shdocvw/tests/shdocvw_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18891 shdocvw_test.rc:
18892 echo \"shdocvw_test.exe TESTRES \\\"shdocvw_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18893 shdocvw_test.res: shdocvw_test.rc shdocvw_test.exe"
18894 ALL_MAKEFILES="$ALL_MAKEFILES \\
18895 dlls/shdocvw/tests/Makefile"
18896 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18897 dlls/shdocvw/tests"
18898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18899 \$(RECURSE_TARGETS:%=dlls/shdocvw/tests/%) dlls/shdocvw/tests: dlls/shdocvw/tests/Makefile \$(MAKEDEP)
18900 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in Maketest.rules config.status"
18901 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
18903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18904 dlls/shell.dll16 dlls/shell.dll16/__install__ dlls/shell.dll16/__install-lib__ dlls/shell.dll16/__install-dev__: __builddeps__"
18905 ALL_MAKEFILES="$ALL_MAKEFILES \\
18906 dlls/shell.dll16/Makefile"
18907 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18908 dlls/shell.dll16"
18909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18910 \$(RECURSE_TARGETS:%=dlls/shell.dll16/%) dlls/shell.dll16: dlls/shell.dll16/Makefile \$(MAKEDEP)
18911 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules config.status"
18912 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
18914 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18915 dlls/shell32/libshell32.$IMPLIBEXT"
18916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18917 dlls/shell32/libshell32.$IMPLIBEXT dlls/shell32/libshell32.cross.a: tools/widl tools/winebuild tools/winegcc include
18918 dlls/shell32/libshell32.$IMPLIBEXT dlls/shell32/libshell32.cross.a: dlls/shell32/shell32.spec dlls/shell32/Makefile
18919 @cd dlls/shell32 && \$(MAKE) \`basename \$@\`
18920 dlls/shell32 dlls/shell32/__install__ dlls/shell32/__install-lib__ dlls/shell32/__install-dev__: __builddeps__"
18921 ALL_MAKEFILES="$ALL_MAKEFILES \\
18922 dlls/shell32/Makefile"
18923 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18924 dlls/shell32"
18925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18926 \$(RECURSE_TARGETS:%=dlls/shell32/%) dlls/shell32: dlls/shell32/Makefile \$(MAKEDEP)
18927 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules config.status"
18928 ac_config_files="$ac_config_files dlls/shell32/Makefile"
18930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18931 dlls/shell32/tests: __builddeps__
18932 dlls/shell32/tests/__crosstest__: __buildcrossdeps__"
18933 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18934 shell32_test.exe"
18935 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18936 shell32_test.exe: \$(TOPOBJDIR)/dlls/shell32/tests/shell32_test.exe$DLLEXT
18937 cp \$(TOPOBJDIR)/dlls/shell32/tests/shell32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18938 shell32_test.rc:
18939 echo \"shell32_test.exe TESTRES \\\"shell32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18940 shell32_test.res: shell32_test.rc shell32_test.exe"
18941 ALL_MAKEFILES="$ALL_MAKEFILES \\
18942 dlls/shell32/tests/Makefile"
18943 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18944 dlls/shell32/tests"
18945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18946 \$(RECURSE_TARGETS:%=dlls/shell32/tests/%) dlls/shell32/tests: dlls/shell32/tests/Makefile \$(MAKEDEP)
18947 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in Maketest.rules config.status"
18948 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
18950 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18951 dlls/shfolder/libshfolder.$IMPLIBEXT"
18952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18953 dlls/shfolder/libshfolder.$IMPLIBEXT dlls/shfolder/libshfolder.cross.a: tools/widl tools/winebuild tools/winegcc include
18954 dlls/shfolder/libshfolder.$IMPLIBEXT dlls/shfolder/libshfolder.cross.a: dlls/shfolder/shfolder.spec dlls/shfolder/Makefile
18955 @cd dlls/shfolder && \$(MAKE) \`basename \$@\`
18956 dlls/shfolder dlls/shfolder/__install__ dlls/shfolder/__install-lib__ dlls/shfolder/__install-dev__: __builddeps__"
18957 ALL_MAKEFILES="$ALL_MAKEFILES \\
18958 dlls/shfolder/Makefile"
18959 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18960 dlls/shfolder"
18961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18962 \$(RECURSE_TARGETS:%=dlls/shfolder/%) dlls/shfolder: dlls/shfolder/Makefile \$(MAKEDEP)
18963 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules config.status"
18964 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
18966 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18967 dlls/shlwapi/libshlwapi.$IMPLIBEXT"
18968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18969 dlls/shlwapi/libshlwapi.$IMPLIBEXT dlls/shlwapi/libshlwapi.cross.a: tools/widl tools/winebuild tools/winegcc include
18970 dlls/shlwapi/libshlwapi.$IMPLIBEXT dlls/shlwapi/libshlwapi.cross.a: dlls/shlwapi/shlwapi.spec dlls/shlwapi/Makefile
18971 @cd dlls/shlwapi && \$(MAKE) \`basename \$@\`
18972 dlls/shlwapi dlls/shlwapi/__install__ dlls/shlwapi/__install-lib__ dlls/shlwapi/__install-dev__: __builddeps__"
18973 ALL_MAKEFILES="$ALL_MAKEFILES \\
18974 dlls/shlwapi/Makefile"
18975 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18976 dlls/shlwapi"
18977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18978 \$(RECURSE_TARGETS:%=dlls/shlwapi/%) dlls/shlwapi: dlls/shlwapi/Makefile \$(MAKEDEP)
18979 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules config.status"
18980 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
18982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18983 dlls/shlwapi/tests: __builddeps__
18984 dlls/shlwapi/tests/__crosstest__: __buildcrossdeps__"
18985 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18986 shlwapi_test.exe"
18987 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18988 shlwapi_test.exe: \$(TOPOBJDIR)/dlls/shlwapi/tests/shlwapi_test.exe$DLLEXT
18989 cp \$(TOPOBJDIR)/dlls/shlwapi/tests/shlwapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18990 shlwapi_test.rc:
18991 echo \"shlwapi_test.exe TESTRES \\\"shlwapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18992 shlwapi_test.res: shlwapi_test.rc shlwapi_test.exe"
18993 ALL_MAKEFILES="$ALL_MAKEFILES \\
18994 dlls/shlwapi/tests/Makefile"
18995 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18996 dlls/shlwapi/tests"
18997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18998 \$(RECURSE_TARGETS:%=dlls/shlwapi/tests/%) dlls/shlwapi/tests: dlls/shlwapi/tests/Makefile \$(MAKEDEP)
18999 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in Maketest.rules config.status"
19000 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
19002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19003 dlls/slbcsp dlls/slbcsp/__install__ dlls/slbcsp/__install-lib__ dlls/slbcsp/__install-dev__: __builddeps__"
19004 ALL_MAKEFILES="$ALL_MAKEFILES \\
19005 dlls/slbcsp/Makefile"
19006 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19007 dlls/slbcsp"
19008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19009 \$(RECURSE_TARGETS:%=dlls/slbcsp/%) dlls/slbcsp: dlls/slbcsp/Makefile \$(MAKEDEP)
19010 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules config.status"
19011 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
19013 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19014 dlls/slc/libslc.$IMPLIBEXT"
19015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19016 dlls/slc/libslc.$IMPLIBEXT dlls/slc/libslc.cross.a: tools/widl tools/winebuild tools/winegcc include
19017 dlls/slc/libslc.$IMPLIBEXT dlls/slc/libslc.cross.a: dlls/slc/slc.spec dlls/slc/Makefile
19018 @cd dlls/slc && \$(MAKE) \`basename \$@\`
19019 dlls/slc dlls/slc/__install__ dlls/slc/__install-lib__ dlls/slc/__install-dev__: __builddeps__"
19020 ALL_MAKEFILES="$ALL_MAKEFILES \\
19021 dlls/slc/Makefile"
19022 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19023 dlls/slc"
19024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19025 \$(RECURSE_TARGETS:%=dlls/slc/%) dlls/slc: dlls/slc/Makefile \$(MAKEDEP)
19026 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules config.status"
19027 ac_config_files="$ac_config_files dlls/slc/Makefile"
19029 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19030 dlls/snmpapi/libsnmpapi.$IMPLIBEXT"
19031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19032 dlls/snmpapi/libsnmpapi.$IMPLIBEXT dlls/snmpapi/libsnmpapi.cross.a: tools/widl tools/winebuild tools/winegcc include
19033 dlls/snmpapi/libsnmpapi.$IMPLIBEXT dlls/snmpapi/libsnmpapi.cross.a: dlls/snmpapi/snmpapi.spec dlls/snmpapi/Makefile
19034 @cd dlls/snmpapi && \$(MAKE) \`basename \$@\`
19035 dlls/snmpapi dlls/snmpapi/__install__ dlls/snmpapi/__install-lib__ dlls/snmpapi/__install-dev__: __builddeps__"
19036 ALL_MAKEFILES="$ALL_MAKEFILES \\
19037 dlls/snmpapi/Makefile"
19038 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19039 dlls/snmpapi"
19040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19041 \$(RECURSE_TARGETS:%=dlls/snmpapi/%) dlls/snmpapi: dlls/snmpapi/Makefile \$(MAKEDEP)
19042 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules config.status"
19043 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
19045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19046 dlls/snmpapi/tests: __builddeps__
19047 dlls/snmpapi/tests/__crosstest__: __buildcrossdeps__"
19048 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19049 snmpapi_test.exe"
19050 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19051 snmpapi_test.exe: \$(TOPOBJDIR)/dlls/snmpapi/tests/snmpapi_test.exe$DLLEXT
19052 cp \$(TOPOBJDIR)/dlls/snmpapi/tests/snmpapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19053 snmpapi_test.rc:
19054 echo \"snmpapi_test.exe TESTRES \\\"snmpapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19055 snmpapi_test.res: snmpapi_test.rc snmpapi_test.exe"
19056 ALL_MAKEFILES="$ALL_MAKEFILES \\
19057 dlls/snmpapi/tests/Makefile"
19058 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19059 dlls/snmpapi/tests"
19060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19061 \$(RECURSE_TARGETS:%=dlls/snmpapi/tests/%) dlls/snmpapi/tests: dlls/snmpapi/tests/Makefile \$(MAKEDEP)
19062 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in Maketest.rules config.status"
19063 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
19065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19066 dlls/softpub dlls/softpub/__install__ dlls/softpub/__install-lib__ dlls/softpub/__install-dev__: __builddeps__"
19067 ALL_MAKEFILES="$ALL_MAKEFILES \\
19068 dlls/softpub/Makefile"
19069 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19070 dlls/softpub"
19071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19072 \$(RECURSE_TARGETS:%=dlls/softpub/%) dlls/softpub: dlls/softpub/Makefile \$(MAKEDEP)
19073 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules config.status"
19074 ac_config_files="$ac_config_files dlls/softpub/Makefile"
19076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19077 dlls/sound.drv16 dlls/sound.drv16/__install__ dlls/sound.drv16/__install-lib__ dlls/sound.drv16/__install-dev__: __builddeps__"
19078 ALL_MAKEFILES="$ALL_MAKEFILES \\
19079 dlls/sound.drv16/Makefile"
19080 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19081 dlls/sound.drv16"
19082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19083 \$(RECURSE_TARGETS:%=dlls/sound.drv16/%) dlls/sound.drv16: dlls/sound.drv16/Makefile \$(MAKEDEP)
19084 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules config.status"
19085 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
19087 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19088 dlls/spoolss/libspoolss.$IMPLIBEXT"
19089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19090 dlls/spoolss/libspoolss.$IMPLIBEXT dlls/spoolss/libspoolss.cross.a: tools/widl tools/winebuild tools/winegcc include
19091 dlls/spoolss/libspoolss.$IMPLIBEXT dlls/spoolss/libspoolss.cross.a: dlls/spoolss/spoolss.spec dlls/spoolss/Makefile
19092 @cd dlls/spoolss && \$(MAKE) \`basename \$@\`
19093 dlls/spoolss dlls/spoolss/__install__ dlls/spoolss/__install-lib__ dlls/spoolss/__install-dev__: __builddeps__"
19094 ALL_MAKEFILES="$ALL_MAKEFILES \\
19095 dlls/spoolss/Makefile"
19096 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19097 dlls/spoolss"
19098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19099 \$(RECURSE_TARGETS:%=dlls/spoolss/%) dlls/spoolss: dlls/spoolss/Makefile \$(MAKEDEP)
19100 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules config.status"
19101 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
19103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19104 dlls/spoolss/tests: __builddeps__
19105 dlls/spoolss/tests/__crosstest__: __buildcrossdeps__"
19106 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19107 spoolss_test.exe"
19108 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19109 spoolss_test.exe: \$(TOPOBJDIR)/dlls/spoolss/tests/spoolss_test.exe$DLLEXT
19110 cp \$(TOPOBJDIR)/dlls/spoolss/tests/spoolss_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19111 spoolss_test.rc:
19112 echo \"spoolss_test.exe TESTRES \\\"spoolss_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19113 spoolss_test.res: spoolss_test.rc spoolss_test.exe"
19114 ALL_MAKEFILES="$ALL_MAKEFILES \\
19115 dlls/spoolss/tests/Makefile"
19116 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19117 dlls/spoolss/tests"
19118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19119 \$(RECURSE_TARGETS:%=dlls/spoolss/tests/%) dlls/spoolss/tests: dlls/spoolss/tests/Makefile \$(MAKEDEP)
19120 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in Maketest.rules config.status"
19121 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
19123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19124 dlls/stdole2.tlb dlls/stdole2.tlb/__install__ dlls/stdole2.tlb/__install-lib__ dlls/stdole2.tlb/__install-dev__: __builddeps__"
19125 ALL_MAKEFILES="$ALL_MAKEFILES \\
19126 dlls/stdole2.tlb/Makefile"
19127 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19128 dlls/stdole2.tlb"
19129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19130 \$(RECURSE_TARGETS:%=dlls/stdole2.tlb/%) dlls/stdole2.tlb: dlls/stdole2.tlb/Makefile \$(MAKEDEP)
19131 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules config.status"
19132 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
19134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19135 dlls/stdole32.tlb dlls/stdole32.tlb/__install__ dlls/stdole32.tlb/__install-lib__ dlls/stdole32.tlb/__install-dev__: __builddeps__"
19136 ALL_MAKEFILES="$ALL_MAKEFILES \\
19137 dlls/stdole32.tlb/Makefile"
19138 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19139 dlls/stdole32.tlb"
19140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19141 \$(RECURSE_TARGETS:%=dlls/stdole32.tlb/%) dlls/stdole32.tlb: dlls/stdole32.tlb/Makefile \$(MAKEDEP)
19142 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules config.status"
19143 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
19145 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19146 dlls/sti/libsti.$IMPLIBEXT"
19147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19148 dlls/sti/libsti.$IMPLIBEXT dlls/sti/libsti.cross.a: tools/widl tools/winebuild tools/winegcc include
19149 dlls/sti/libsti.$IMPLIBEXT dlls/sti/libsti.cross.a: dlls/sti/sti.spec dlls/sti/Makefile
19150 @cd dlls/sti && \$(MAKE) \`basename \$@\`
19151 dlls/sti dlls/sti/__install__ dlls/sti/__install-lib__ dlls/sti/__install-dev__: __builddeps__"
19152 ALL_MAKEFILES="$ALL_MAKEFILES \\
19153 dlls/sti/Makefile"
19154 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19155 dlls/sti"
19156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19157 \$(RECURSE_TARGETS:%=dlls/sti/%) dlls/sti: dlls/sti/Makefile \$(MAKEDEP)
19158 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules config.status"
19159 ac_config_files="$ac_config_files dlls/sti/Makefile"
19161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19162 dlls/sti/tests: __builddeps__
19163 dlls/sti/tests/__crosstest__: __buildcrossdeps__"
19164 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19165 sti_test.exe"
19166 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19167 sti_test.exe: \$(TOPOBJDIR)/dlls/sti/tests/sti_test.exe$DLLEXT
19168 cp \$(TOPOBJDIR)/dlls/sti/tests/sti_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19169 sti_test.rc:
19170 echo \"sti_test.exe TESTRES \\\"sti_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19171 sti_test.res: sti_test.rc sti_test.exe"
19172 ALL_MAKEFILES="$ALL_MAKEFILES \\
19173 dlls/sti/tests/Makefile"
19174 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19175 dlls/sti/tests"
19176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19177 \$(RECURSE_TARGETS:%=dlls/sti/tests/%) dlls/sti/tests: dlls/sti/tests/Makefile \$(MAKEDEP)
19178 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in Maketest.rules config.status"
19179 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
19181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19182 dlls/storage.dll16 dlls/storage.dll16/__install__ dlls/storage.dll16/__install-lib__ dlls/storage.dll16/__install-dev__: __builddeps__"
19183 ALL_MAKEFILES="$ALL_MAKEFILES \\
19184 dlls/storage.dll16/Makefile"
19185 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19186 dlls/storage.dll16"
19187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19188 \$(RECURSE_TARGETS:%=dlls/storage.dll16/%) dlls/storage.dll16: dlls/storage.dll16/Makefile \$(MAKEDEP)
19189 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules config.status"
19190 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
19192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19193 dlls/stress.dll16 dlls/stress.dll16/__install__ dlls/stress.dll16/__install-lib__ dlls/stress.dll16/__install-dev__: __builddeps__"
19194 ALL_MAKEFILES="$ALL_MAKEFILES \\
19195 dlls/stress.dll16/Makefile"
19196 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19197 dlls/stress.dll16"
19198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19199 \$(RECURSE_TARGETS:%=dlls/stress.dll16/%) dlls/stress.dll16: dlls/stress.dll16/Makefile \$(MAKEDEP)
19200 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules config.status"
19201 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
19203 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
19204 dlls/strmiids/libstrmiids.a"
19205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19206 dlls/strmiids: tools/widl tools/winebuild tools/winegcc include
19207 dlls/strmiids/__install__ dlls/strmiids/__install-dev__: dlls/strmiids
19208 dlls/strmiids/libstrmiids.cross.a: dlls/strmiids/Makefile tools/widl tools/winebuild tools/winegcc include dummy
19209 @cd dlls/strmiids && \$(MAKE) \`basename \$@\`"
19210 ALL_MAKEFILES="$ALL_MAKEFILES \\
19211 dlls/strmiids/Makefile"
19212 test "x$enable_strmiids" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
19213 dlls/strmiids"
19214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19215 \$(RECURSE_TARGETS:%=dlls/strmiids/%) dlls/strmiids: dlls/strmiids/Makefile \$(MAKEDEP)
19216 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules config.status"
19217 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
19219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19220 dlls/svrapi dlls/svrapi/__install__ dlls/svrapi/__install-lib__ dlls/svrapi/__install-dev__: __builddeps__"
19221 ALL_MAKEFILES="$ALL_MAKEFILES \\
19222 dlls/svrapi/Makefile"
19223 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19224 dlls/svrapi"
19225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19226 \$(RECURSE_TARGETS:%=dlls/svrapi/%) dlls/svrapi: dlls/svrapi/Makefile \$(MAKEDEP)
19227 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules config.status"
19228 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
19230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19231 dlls/sxs dlls/sxs/__install__ dlls/sxs/__install-lib__ dlls/sxs/__install-dev__: __builddeps__"
19232 ALL_MAKEFILES="$ALL_MAKEFILES \\
19233 dlls/sxs/Makefile"
19234 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19235 dlls/sxs"
19236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19237 \$(RECURSE_TARGETS:%=dlls/sxs/%) dlls/sxs: dlls/sxs/Makefile \$(MAKEDEP)
19238 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules config.status"
19239 ac_config_files="$ac_config_files dlls/sxs/Makefile"
19241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19242 dlls/system.drv16 dlls/system.drv16/__install__ dlls/system.drv16/__install-lib__ dlls/system.drv16/__install-dev__: __builddeps__"
19243 ALL_MAKEFILES="$ALL_MAKEFILES \\
19244 dlls/system.drv16/Makefile"
19245 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19246 dlls/system.drv16"
19247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19248 \$(RECURSE_TARGETS:%=dlls/system.drv16/%) dlls/system.drv16: dlls/system.drv16/Makefile \$(MAKEDEP)
19249 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules config.status"
19250 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
19252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19253 dlls/t2embed dlls/t2embed/__install__ dlls/t2embed/__install-lib__ dlls/t2embed/__install-dev__: __builddeps__"
19254 ALL_MAKEFILES="$ALL_MAKEFILES \\
19255 dlls/t2embed/Makefile"
19256 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19257 dlls/t2embed"
19258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19259 \$(RECURSE_TARGETS:%=dlls/t2embed/%) dlls/t2embed: dlls/t2embed/Makefile \$(MAKEDEP)
19260 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules config.status"
19261 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
19263 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19264 dlls/tapi32/libtapi32.$IMPLIBEXT"
19265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19266 dlls/tapi32/libtapi32.$IMPLIBEXT dlls/tapi32/libtapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
19267 dlls/tapi32/libtapi32.$IMPLIBEXT dlls/tapi32/libtapi32.cross.a: dlls/tapi32/tapi32.spec dlls/tapi32/Makefile
19268 @cd dlls/tapi32 && \$(MAKE) \`basename \$@\`
19269 dlls/tapi32 dlls/tapi32/__install__ dlls/tapi32/__install-lib__ dlls/tapi32/__install-dev__: __builddeps__"
19270 ALL_MAKEFILES="$ALL_MAKEFILES \\
19271 dlls/tapi32/Makefile"
19272 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19273 dlls/tapi32"
19274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19275 \$(RECURSE_TARGETS:%=dlls/tapi32/%) dlls/tapi32: dlls/tapi32/Makefile \$(MAKEDEP)
19276 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules config.status"
19277 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
19279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19280 dlls/toolhelp.dll16 dlls/toolhelp.dll16/__install__ dlls/toolhelp.dll16/__install-lib__ dlls/toolhelp.dll16/__install-dev__: __builddeps__"
19281 ALL_MAKEFILES="$ALL_MAKEFILES \\
19282 dlls/toolhelp.dll16/Makefile"
19283 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19284 dlls/toolhelp.dll16"
19285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19286 \$(RECURSE_TARGETS:%=dlls/toolhelp.dll16/%) dlls/toolhelp.dll16: dlls/toolhelp.dll16/Makefile \$(MAKEDEP)
19287 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules config.status"
19288 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
19290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19291 dlls/traffic dlls/traffic/__install__ dlls/traffic/__install-lib__ dlls/traffic/__install-dev__: __builddeps__"
19292 ALL_MAKEFILES="$ALL_MAKEFILES \\
19293 dlls/traffic/Makefile"
19294 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19295 dlls/traffic"
19296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19297 \$(RECURSE_TARGETS:%=dlls/traffic/%) dlls/traffic: dlls/traffic/Makefile \$(MAKEDEP)
19298 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules config.status"
19299 ac_config_files="$ac_config_files dlls/traffic/Makefile"
19301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19302 dlls/twain.dll16 dlls/twain.dll16/__install__ dlls/twain.dll16/__install-lib__ dlls/twain.dll16/__install-dev__: __builddeps__"
19303 ALL_MAKEFILES="$ALL_MAKEFILES \\
19304 dlls/twain.dll16/Makefile"
19305 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19306 dlls/twain.dll16"
19307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19308 \$(RECURSE_TARGETS:%=dlls/twain.dll16/%) dlls/twain.dll16: dlls/twain.dll16/Makefile \$(MAKEDEP)
19309 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules config.status"
19310 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
19312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19313 dlls/twain_32 dlls/twain_32/__install__ dlls/twain_32/__install-lib__ dlls/twain_32/__install-dev__: __builddeps__"
19314 ALL_MAKEFILES="$ALL_MAKEFILES \\
19315 dlls/twain_32/Makefile"
19316 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19317 dlls/twain_32"
19318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19319 \$(RECURSE_TARGETS:%=dlls/twain_32/%) dlls/twain_32: dlls/twain_32/Makefile \$(MAKEDEP)
19320 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules config.status"
19321 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
19323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19324 dlls/twain_32/tests: __builddeps__
19325 dlls/twain_32/tests/__crosstest__: __buildcrossdeps__"
19326 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19327 twain_32_test.exe"
19328 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19329 twain_32_test.exe: \$(TOPOBJDIR)/dlls/twain_32/tests/twain_32_test.exe$DLLEXT
19330 cp \$(TOPOBJDIR)/dlls/twain_32/tests/twain_32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19331 twain_32_test.rc:
19332 echo \"twain_32_test.exe TESTRES \\\"twain_32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19333 twain_32_test.res: twain_32_test.rc twain_32_test.exe"
19334 ALL_MAKEFILES="$ALL_MAKEFILES \\
19335 dlls/twain_32/tests/Makefile"
19336 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19337 dlls/twain_32/tests"
19338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19339 \$(RECURSE_TARGETS:%=dlls/twain_32/tests/%) dlls/twain_32/tests: dlls/twain_32/tests/Makefile \$(MAKEDEP)
19340 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in Maketest.rules config.status"
19341 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
19343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19344 dlls/typelib.dll16 dlls/typelib.dll16/__install__ dlls/typelib.dll16/__install-lib__ dlls/typelib.dll16/__install-dev__: __builddeps__"
19345 ALL_MAKEFILES="$ALL_MAKEFILES \\
19346 dlls/typelib.dll16/Makefile"
19347 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19348 dlls/typelib.dll16"
19349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19350 \$(RECURSE_TARGETS:%=dlls/typelib.dll16/%) dlls/typelib.dll16: dlls/typelib.dll16/Makefile \$(MAKEDEP)
19351 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules config.status"
19352 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
19354 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19355 dlls/unicows/libunicows.$IMPLIBEXT"
19356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19357 dlls/unicows/libunicows.$IMPLIBEXT dlls/unicows/libunicows.cross.a: tools/widl tools/winebuild tools/winegcc include
19358 dlls/unicows/libunicows.$IMPLIBEXT dlls/unicows/libunicows.cross.a: dlls/unicows/unicows.spec dlls/unicows/Makefile
19359 @cd dlls/unicows && \$(MAKE) \`basename \$@\`
19360 dlls/unicows dlls/unicows/__install__ dlls/unicows/__install-lib__ dlls/unicows/__install-dev__: __builddeps__"
19361 ALL_MAKEFILES="$ALL_MAKEFILES \\
19362 dlls/unicows/Makefile"
19363 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19364 dlls/unicows"
19365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19366 \$(RECURSE_TARGETS:%=dlls/unicows/%) dlls/unicows: dlls/unicows/Makefile \$(MAKEDEP)
19367 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules config.status"
19368 ac_config_files="$ac_config_files dlls/unicows/Makefile"
19370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19371 dlls/updspapi dlls/updspapi/__install__ dlls/updspapi/__install-lib__ dlls/updspapi/__install-dev__: __builddeps__"
19372 ALL_MAKEFILES="$ALL_MAKEFILES \\
19373 dlls/updspapi/Makefile"
19374 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19375 dlls/updspapi"
19376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19377 \$(RECURSE_TARGETS:%=dlls/updspapi/%) dlls/updspapi: dlls/updspapi/Makefile \$(MAKEDEP)
19378 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules config.status"
19379 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
19381 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19382 dlls/url/liburl.$IMPLIBEXT"
19383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19384 dlls/url/liburl.$IMPLIBEXT dlls/url/liburl.cross.a: tools/widl tools/winebuild tools/winegcc include
19385 dlls/url/liburl.$IMPLIBEXT dlls/url/liburl.cross.a: dlls/url/url.spec dlls/url/Makefile
19386 @cd dlls/url && \$(MAKE) \`basename \$@\`
19387 dlls/url dlls/url/__install__ dlls/url/__install-lib__ dlls/url/__install-dev__: __builddeps__"
19388 ALL_MAKEFILES="$ALL_MAKEFILES \\
19389 dlls/url/Makefile"
19390 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19391 dlls/url"
19392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19393 \$(RECURSE_TARGETS:%=dlls/url/%) dlls/url: dlls/url/Makefile \$(MAKEDEP)
19394 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules config.status"
19395 ac_config_files="$ac_config_files dlls/url/Makefile"
19397 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19398 dlls/urlmon/liburlmon.$IMPLIBEXT"
19399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19400 dlls/urlmon/liburlmon.$IMPLIBEXT dlls/urlmon/liburlmon.cross.a: tools/widl tools/winebuild tools/winegcc include
19401 dlls/urlmon/liburlmon.$IMPLIBEXT dlls/urlmon/liburlmon.cross.a: dlls/urlmon/urlmon.spec dlls/urlmon/Makefile
19402 @cd dlls/urlmon && \$(MAKE) \`basename \$@\`
19403 dlls/urlmon dlls/urlmon/__install__ dlls/urlmon/__install-lib__ dlls/urlmon/__install-dev__: __builddeps__"
19404 ALL_MAKEFILES="$ALL_MAKEFILES \\
19405 dlls/urlmon/Makefile"
19406 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19407 dlls/urlmon"
19408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19409 \$(RECURSE_TARGETS:%=dlls/urlmon/%) dlls/urlmon: dlls/urlmon/Makefile \$(MAKEDEP)
19410 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules config.status"
19411 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
19413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19414 dlls/urlmon/tests: __builddeps__
19415 dlls/urlmon/tests/__crosstest__: __buildcrossdeps__"
19416 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19417 urlmon_test.exe"
19418 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19419 urlmon_test.exe: \$(TOPOBJDIR)/dlls/urlmon/tests/urlmon_test.exe$DLLEXT
19420 cp \$(TOPOBJDIR)/dlls/urlmon/tests/urlmon_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19421 urlmon_test.rc:
19422 echo \"urlmon_test.exe TESTRES \\\"urlmon_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19423 urlmon_test.res: urlmon_test.rc urlmon_test.exe"
19424 ALL_MAKEFILES="$ALL_MAKEFILES \\
19425 dlls/urlmon/tests/Makefile"
19426 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19427 dlls/urlmon/tests"
19428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19429 \$(RECURSE_TARGETS:%=dlls/urlmon/tests/%) dlls/urlmon/tests: dlls/urlmon/tests/Makefile \$(MAKEDEP)
19430 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in Maketest.rules config.status"
19431 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
19433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19434 dlls/user.exe16 dlls/user.exe16/__install__ dlls/user.exe16/__install-lib__ dlls/user.exe16/__install-dev__: __builddeps__"
19435 ALL_MAKEFILES="$ALL_MAKEFILES \\
19436 dlls/user.exe16/Makefile"
19437 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19438 dlls/user.exe16"
19439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19440 \$(RECURSE_TARGETS:%=dlls/user.exe16/%) dlls/user.exe16: dlls/user.exe16/Makefile \$(MAKEDEP)
19441 dlls/user.exe16/Makefile: dlls/user.exe16/Makefile.in dlls/Makedll.rules config.status"
19442 ac_config_files="$ac_config_files dlls/user.exe16/Makefile"
19444 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19445 dlls/user32/libuser32.$IMPLIBEXT"
19446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19447 dlls/user32/libuser32.$IMPLIBEXT dlls/user32/libuser32.cross.a: tools/widl tools/winebuild tools/winegcc include
19448 dlls/user32/libuser32.$IMPLIBEXT dlls/user32/libuser32.cross.a: dlls/user32/user32.spec dlls/user32/Makefile
19449 @cd dlls/user32 && \$(MAKE) \`basename \$@\`
19450 dlls/user32 dlls/user32/__install__ dlls/user32/__install-lib__ dlls/user32/__install-dev__: __builddeps__"
19451 ALL_MAKEFILES="$ALL_MAKEFILES \\
19452 dlls/user32/Makefile"
19453 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19454 dlls/user32"
19455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19456 \$(RECURSE_TARGETS:%=dlls/user32/%) dlls/user32: dlls/user32/Makefile \$(MAKEDEP)
19457 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules config.status"
19458 ac_config_files="$ac_config_files dlls/user32/Makefile"
19460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19461 dlls/user32/tests: __builddeps__
19462 dlls/user32/tests/__crosstest__: __buildcrossdeps__"
19463 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19464 user32_test.exe"
19465 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19466 user32_test.exe: \$(TOPOBJDIR)/dlls/user32/tests/user32_test.exe$DLLEXT
19467 cp \$(TOPOBJDIR)/dlls/user32/tests/user32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19468 user32_test.rc:
19469 echo \"user32_test.exe TESTRES \\\"user32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19470 user32_test.res: user32_test.rc user32_test.exe"
19471 ALL_MAKEFILES="$ALL_MAKEFILES \\
19472 dlls/user32/tests/Makefile"
19473 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19474 dlls/user32/tests"
19475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19476 \$(RECURSE_TARGETS:%=dlls/user32/tests/%) dlls/user32/tests: dlls/user32/tests/Makefile \$(MAKEDEP)
19477 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in Maketest.rules config.status"
19478 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
19480 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19481 dlls/userenv/libuserenv.$IMPLIBEXT"
19482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19483 dlls/userenv/libuserenv.$IMPLIBEXT dlls/userenv/libuserenv.cross.a: tools/widl tools/winebuild tools/winegcc include
19484 dlls/userenv/libuserenv.$IMPLIBEXT dlls/userenv/libuserenv.cross.a: dlls/userenv/userenv.spec dlls/userenv/Makefile
19485 @cd dlls/userenv && \$(MAKE) \`basename \$@\`
19486 dlls/userenv dlls/userenv/__install__ dlls/userenv/__install-lib__ dlls/userenv/__install-dev__: __builddeps__"
19487 ALL_MAKEFILES="$ALL_MAKEFILES \\
19488 dlls/userenv/Makefile"
19489 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19490 dlls/userenv"
19491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19492 \$(RECURSE_TARGETS:%=dlls/userenv/%) dlls/userenv: dlls/userenv/Makefile \$(MAKEDEP)
19493 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules config.status"
19494 ac_config_files="$ac_config_files dlls/userenv/Makefile"
19496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19497 dlls/userenv/tests: __builddeps__
19498 dlls/userenv/tests/__crosstest__: __buildcrossdeps__"
19499 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19500 userenv_test.exe"
19501 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19502 userenv_test.exe: \$(TOPOBJDIR)/dlls/userenv/tests/userenv_test.exe$DLLEXT
19503 cp \$(TOPOBJDIR)/dlls/userenv/tests/userenv_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19504 userenv_test.rc:
19505 echo \"userenv_test.exe TESTRES \\\"userenv_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19506 userenv_test.res: userenv_test.rc userenv_test.exe"
19507 ALL_MAKEFILES="$ALL_MAKEFILES \\
19508 dlls/userenv/tests/Makefile"
19509 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19510 dlls/userenv/tests"
19511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19512 \$(RECURSE_TARGETS:%=dlls/userenv/tests/%) dlls/userenv/tests: dlls/userenv/tests/Makefile \$(MAKEDEP)
19513 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in Maketest.rules config.status"
19514 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
19516 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19517 dlls/usp10/libusp10.$IMPLIBEXT"
19518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19519 dlls/usp10/libusp10.$IMPLIBEXT dlls/usp10/libusp10.cross.a: tools/widl tools/winebuild tools/winegcc include
19520 dlls/usp10/libusp10.$IMPLIBEXT dlls/usp10/libusp10.cross.a: dlls/usp10/usp10.spec dlls/usp10/Makefile
19521 @cd dlls/usp10 && \$(MAKE) \`basename \$@\`
19522 dlls/usp10 dlls/usp10/__install__ dlls/usp10/__install-lib__ dlls/usp10/__install-dev__: __builddeps__"
19523 ALL_MAKEFILES="$ALL_MAKEFILES \\
19524 dlls/usp10/Makefile"
19525 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19526 dlls/usp10"
19527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19528 \$(RECURSE_TARGETS:%=dlls/usp10/%) dlls/usp10: dlls/usp10/Makefile \$(MAKEDEP)
19529 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules config.status"
19530 ac_config_files="$ac_config_files dlls/usp10/Makefile"
19532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19533 dlls/usp10/tests: __builddeps__
19534 dlls/usp10/tests/__crosstest__: __buildcrossdeps__"
19535 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19536 usp10_test.exe"
19537 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19538 usp10_test.exe: \$(TOPOBJDIR)/dlls/usp10/tests/usp10_test.exe$DLLEXT
19539 cp \$(TOPOBJDIR)/dlls/usp10/tests/usp10_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19540 usp10_test.rc:
19541 echo \"usp10_test.exe TESTRES \\\"usp10_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19542 usp10_test.res: usp10_test.rc usp10_test.exe"
19543 ALL_MAKEFILES="$ALL_MAKEFILES \\
19544 dlls/usp10/tests/Makefile"
19545 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19546 dlls/usp10/tests"
19547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19548 \$(RECURSE_TARGETS:%=dlls/usp10/tests/%) dlls/usp10/tests: dlls/usp10/tests/Makefile \$(MAKEDEP)
19549 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in Maketest.rules config.status"
19550 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
19552 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
19553 dlls/uuid/libuuid.a"
19554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19555 dlls/uuid: tools/widl tools/winebuild tools/winegcc include
19556 dlls/uuid/__install__ dlls/uuid/__install-dev__: dlls/uuid
19557 dlls/uuid/libuuid.cross.a: dlls/uuid/Makefile tools/widl tools/winebuild tools/winegcc include dummy
19558 @cd dlls/uuid && \$(MAKE) \`basename \$@\`"
19559 ALL_MAKEFILES="$ALL_MAKEFILES \\
19560 dlls/uuid/Makefile"
19561 test "x$enable_uuid" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
19562 dlls/uuid"
19563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19564 \$(RECURSE_TARGETS:%=dlls/uuid/%) dlls/uuid: dlls/uuid/Makefile \$(MAKEDEP)
19565 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules config.status"
19566 ac_config_files="$ac_config_files dlls/uuid/Makefile"
19568 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19569 dlls/uxtheme/libuxtheme.$IMPLIBEXT"
19570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19571 dlls/uxtheme/libuxtheme.$IMPLIBEXT dlls/uxtheme/libuxtheme.cross.a: tools/widl tools/winebuild tools/winegcc include
19572 dlls/uxtheme/libuxtheme.$IMPLIBEXT dlls/uxtheme/libuxtheme.cross.a: dlls/uxtheme/uxtheme.spec dlls/uxtheme/Makefile
19573 @cd dlls/uxtheme && \$(MAKE) \`basename \$@\`
19574 dlls/uxtheme dlls/uxtheme/__install__ dlls/uxtheme/__install-lib__ dlls/uxtheme/__install-dev__: __builddeps__"
19575 ALL_MAKEFILES="$ALL_MAKEFILES \\
19576 dlls/uxtheme/Makefile"
19577 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19578 dlls/uxtheme"
19579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19580 \$(RECURSE_TARGETS:%=dlls/uxtheme/%) dlls/uxtheme: dlls/uxtheme/Makefile \$(MAKEDEP)
19581 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules config.status"
19582 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
19584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19585 dlls/uxtheme/tests: __builddeps__
19586 dlls/uxtheme/tests/__crosstest__: __buildcrossdeps__"
19587 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19588 uxtheme_test.exe"
19589 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19590 uxtheme_test.exe: \$(TOPOBJDIR)/dlls/uxtheme/tests/uxtheme_test.exe$DLLEXT
19591 cp \$(TOPOBJDIR)/dlls/uxtheme/tests/uxtheme_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19592 uxtheme_test.rc:
19593 echo \"uxtheme_test.exe TESTRES \\\"uxtheme_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19594 uxtheme_test.res: uxtheme_test.rc uxtheme_test.exe"
19595 ALL_MAKEFILES="$ALL_MAKEFILES \\
19596 dlls/uxtheme/tests/Makefile"
19597 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19598 dlls/uxtheme/tests"
19599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19600 \$(RECURSE_TARGETS:%=dlls/uxtheme/tests/%) dlls/uxtheme/tests: dlls/uxtheme/tests/Makefile \$(MAKEDEP)
19601 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in Maketest.rules config.status"
19602 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
19604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19605 dlls/vdhcp.vxd dlls/vdhcp.vxd/__install__ dlls/vdhcp.vxd/__install-lib__ dlls/vdhcp.vxd/__install-dev__: __builddeps__"
19606 ALL_MAKEFILES="$ALL_MAKEFILES \\
19607 dlls/vdhcp.vxd/Makefile"
19608 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19609 dlls/vdhcp.vxd"
19610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19611 \$(RECURSE_TARGETS:%=dlls/vdhcp.vxd/%) dlls/vdhcp.vxd: dlls/vdhcp.vxd/Makefile \$(MAKEDEP)
19612 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules config.status"
19613 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
19615 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19616 dlls/vdmdbg/libvdmdbg.$IMPLIBEXT"
19617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19618 dlls/vdmdbg/libvdmdbg.$IMPLIBEXT dlls/vdmdbg/libvdmdbg.cross.a: tools/widl tools/winebuild tools/winegcc include
19619 dlls/vdmdbg/libvdmdbg.$IMPLIBEXT dlls/vdmdbg/libvdmdbg.cross.a: dlls/vdmdbg/vdmdbg.spec dlls/vdmdbg/Makefile
19620 @cd dlls/vdmdbg && \$(MAKE) \`basename \$@\`
19621 dlls/vdmdbg dlls/vdmdbg/__install__ dlls/vdmdbg/__install-lib__ dlls/vdmdbg/__install-dev__: __builddeps__"
19622 ALL_MAKEFILES="$ALL_MAKEFILES \\
19623 dlls/vdmdbg/Makefile"
19624 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19625 dlls/vdmdbg"
19626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19627 \$(RECURSE_TARGETS:%=dlls/vdmdbg/%) dlls/vdmdbg: dlls/vdmdbg/Makefile \$(MAKEDEP)
19628 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules config.status"
19629 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
19631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19632 dlls/ver.dll16 dlls/ver.dll16/__install__ dlls/ver.dll16/__install-lib__ dlls/ver.dll16/__install-dev__: __builddeps__"
19633 ALL_MAKEFILES="$ALL_MAKEFILES \\
19634 dlls/ver.dll16/Makefile"
19635 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19636 dlls/ver.dll16"
19637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19638 \$(RECURSE_TARGETS:%=dlls/ver.dll16/%) dlls/ver.dll16: dlls/ver.dll16/Makefile \$(MAKEDEP)
19639 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules config.status"
19640 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
19642 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19643 dlls/version/libversion.$IMPLIBEXT"
19644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19645 dlls/version/libversion.$IMPLIBEXT dlls/version/libversion.cross.a: tools/widl tools/winebuild tools/winegcc include
19646 dlls/version/libversion.$IMPLIBEXT dlls/version/libversion.cross.a: dlls/version/version.spec dlls/version/Makefile
19647 @cd dlls/version && \$(MAKE) \`basename \$@\`
19648 dlls/version dlls/version/__install__ dlls/version/__install-lib__ dlls/version/__install-dev__: __builddeps__"
19649 ALL_MAKEFILES="$ALL_MAKEFILES \\
19650 dlls/version/Makefile"
19651 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19652 dlls/version"
19653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19654 \$(RECURSE_TARGETS:%=dlls/version/%) dlls/version: dlls/version/Makefile \$(MAKEDEP)
19655 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules config.status"
19656 ac_config_files="$ac_config_files dlls/version/Makefile"
19658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19659 dlls/version/tests: __builddeps__
19660 dlls/version/tests/__crosstest__: __buildcrossdeps__"
19661 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19662 version_test.exe"
19663 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19664 version_test.exe: \$(TOPOBJDIR)/dlls/version/tests/version_test.exe$DLLEXT
19665 cp \$(TOPOBJDIR)/dlls/version/tests/version_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19666 version_test.rc:
19667 echo \"version_test.exe TESTRES \\\"version_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19668 version_test.res: version_test.rc version_test.exe"
19669 ALL_MAKEFILES="$ALL_MAKEFILES \\
19670 dlls/version/tests/Makefile"
19671 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19672 dlls/version/tests"
19673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19674 \$(RECURSE_TARGETS:%=dlls/version/tests/%) dlls/version/tests: dlls/version/tests/Makefile \$(MAKEDEP)
19675 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in Maketest.rules config.status"
19676 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
19678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19679 dlls/vmm.vxd dlls/vmm.vxd/__install__ dlls/vmm.vxd/__install-lib__ dlls/vmm.vxd/__install-dev__: __builddeps__"
19680 ALL_MAKEFILES="$ALL_MAKEFILES \\
19681 dlls/vmm.vxd/Makefile"
19682 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19683 dlls/vmm.vxd"
19684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19685 \$(RECURSE_TARGETS:%=dlls/vmm.vxd/%) dlls/vmm.vxd: dlls/vmm.vxd/Makefile \$(MAKEDEP)
19686 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules config.status"
19687 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
19689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19690 dlls/vnbt.vxd dlls/vnbt.vxd/__install__ dlls/vnbt.vxd/__install-lib__ dlls/vnbt.vxd/__install-dev__: __builddeps__"
19691 ALL_MAKEFILES="$ALL_MAKEFILES \\
19692 dlls/vnbt.vxd/Makefile"
19693 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19694 dlls/vnbt.vxd"
19695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19696 \$(RECURSE_TARGETS:%=dlls/vnbt.vxd/%) dlls/vnbt.vxd: dlls/vnbt.vxd/Makefile \$(MAKEDEP)
19697 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules config.status"
19698 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
19700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19701 dlls/vnetbios.vxd dlls/vnetbios.vxd/__install__ dlls/vnetbios.vxd/__install-lib__ dlls/vnetbios.vxd/__install-dev__: __builddeps__"
19702 ALL_MAKEFILES="$ALL_MAKEFILES \\
19703 dlls/vnetbios.vxd/Makefile"
19704 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19705 dlls/vnetbios.vxd"
19706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19707 \$(RECURSE_TARGETS:%=dlls/vnetbios.vxd/%) dlls/vnetbios.vxd: dlls/vnetbios.vxd/Makefile \$(MAKEDEP)
19708 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules config.status"
19709 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
19711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19712 dlls/vtdapi.vxd dlls/vtdapi.vxd/__install__ dlls/vtdapi.vxd/__install-lib__ dlls/vtdapi.vxd/__install-dev__: __builddeps__"
19713 ALL_MAKEFILES="$ALL_MAKEFILES \\
19714 dlls/vtdapi.vxd/Makefile"
19715 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19716 dlls/vtdapi.vxd"
19717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19718 \$(RECURSE_TARGETS:%=dlls/vtdapi.vxd/%) dlls/vtdapi.vxd: dlls/vtdapi.vxd/Makefile \$(MAKEDEP)
19719 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules config.status"
19720 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
19722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19723 dlls/vwin32.vxd dlls/vwin32.vxd/__install__ dlls/vwin32.vxd/__install-lib__ dlls/vwin32.vxd/__install-dev__: __builddeps__"
19724 ALL_MAKEFILES="$ALL_MAKEFILES \\
19725 dlls/vwin32.vxd/Makefile"
19726 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19727 dlls/vwin32.vxd"
19728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19729 \$(RECURSE_TARGETS:%=dlls/vwin32.vxd/%) dlls/vwin32.vxd: dlls/vwin32.vxd/Makefile \$(MAKEDEP)
19730 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules config.status"
19731 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
19733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19734 dlls/w32skrnl dlls/w32skrnl/__install__ dlls/w32skrnl/__install-lib__ dlls/w32skrnl/__install-dev__: __builddeps__"
19735 ALL_MAKEFILES="$ALL_MAKEFILES \\
19736 dlls/w32skrnl/Makefile"
19737 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19738 dlls/w32skrnl"
19739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19740 \$(RECURSE_TARGETS:%=dlls/w32skrnl/%) dlls/w32skrnl: dlls/w32skrnl/Makefile \$(MAKEDEP)
19741 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules config.status"
19742 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
19744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19745 dlls/w32sys.dll16 dlls/w32sys.dll16/__install__ dlls/w32sys.dll16/__install-lib__ dlls/w32sys.dll16/__install-dev__: __builddeps__"
19746 ALL_MAKEFILES="$ALL_MAKEFILES \\
19747 dlls/w32sys.dll16/Makefile"
19748 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19749 dlls/w32sys.dll16"
19750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19751 \$(RECURSE_TARGETS:%=dlls/w32sys.dll16/%) dlls/w32sys.dll16: dlls/w32sys.dll16/Makefile \$(MAKEDEP)
19752 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules config.status"
19753 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
19755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19756 dlls/wbemprox dlls/wbemprox/__install__ dlls/wbemprox/__install-lib__ dlls/wbemprox/__install-dev__: __builddeps__"
19757 ALL_MAKEFILES="$ALL_MAKEFILES \\
19758 dlls/wbemprox/Makefile"
19759 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19760 dlls/wbemprox"
19761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19762 \$(RECURSE_TARGETS:%=dlls/wbemprox/%) dlls/wbemprox: dlls/wbemprox/Makefile \$(MAKEDEP)
19763 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules config.status"
19764 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
19766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19767 dlls/wiaservc dlls/wiaservc/__install__ dlls/wiaservc/__install-lib__ dlls/wiaservc/__install-dev__: __builddeps__"
19768 ALL_MAKEFILES="$ALL_MAKEFILES \\
19769 dlls/wiaservc/Makefile"
19770 test "x$enable_wiaservc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19771 dlls/wiaservc"
19772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19773 \$(RECURSE_TARGETS:%=dlls/wiaservc/%) dlls/wiaservc: dlls/wiaservc/Makefile \$(MAKEDEP)
19774 dlls/wiaservc/Makefile: dlls/wiaservc/Makefile.in dlls/Makedll.rules config.status"
19775 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
19777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19778 dlls/win32s16.dll16 dlls/win32s16.dll16/__install__ dlls/win32s16.dll16/__install-lib__ dlls/win32s16.dll16/__install-dev__: __builddeps__"
19779 ALL_MAKEFILES="$ALL_MAKEFILES \\
19780 dlls/win32s16.dll16/Makefile"
19781 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19782 dlls/win32s16.dll16"
19783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19784 \$(RECURSE_TARGETS:%=dlls/win32s16.dll16/%) dlls/win32s16.dll16: dlls/win32s16.dll16/Makefile \$(MAKEDEP)
19785 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules config.status"
19786 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
19788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19789 dlls/win87em.dll16 dlls/win87em.dll16/__install__ dlls/win87em.dll16/__install-lib__ dlls/win87em.dll16/__install-dev__: __builddeps__"
19790 ALL_MAKEFILES="$ALL_MAKEFILES \\
19791 dlls/win87em.dll16/Makefile"
19792 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19793 dlls/win87em.dll16"
19794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19795 \$(RECURSE_TARGETS:%=dlls/win87em.dll16/%) dlls/win87em.dll16: dlls/win87em.dll16/Makefile \$(MAKEDEP)
19796 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules config.status"
19797 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
19799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19800 dlls/winaspi.dll16 dlls/winaspi.dll16/__install__ dlls/winaspi.dll16/__install-lib__ dlls/winaspi.dll16/__install-dev__: __builddeps__"
19801 ALL_MAKEFILES="$ALL_MAKEFILES \\
19802 dlls/winaspi.dll16/Makefile"
19803 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19804 dlls/winaspi.dll16"
19805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19806 \$(RECURSE_TARGETS:%=dlls/winaspi.dll16/%) dlls/winaspi.dll16: dlls/winaspi.dll16/Makefile \$(MAKEDEP)
19807 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules config.status"
19808 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
19810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19811 dlls/windebug.dll16 dlls/windebug.dll16/__install__ dlls/windebug.dll16/__install-lib__ dlls/windebug.dll16/__install-dev__: __builddeps__"
19812 ALL_MAKEFILES="$ALL_MAKEFILES \\
19813 dlls/windebug.dll16/Makefile"
19814 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19815 dlls/windebug.dll16"
19816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19817 \$(RECURSE_TARGETS:%=dlls/windebug.dll16/%) dlls/windebug.dll16: dlls/windebug.dll16/Makefile \$(MAKEDEP)
19818 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules config.status"
19819 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
19821 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19822 dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT"
19823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19824 dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT dlls/windowscodecs/libwindowscodecs.cross.a: tools/widl tools/winebuild tools/winegcc include
19825 dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT dlls/windowscodecs/libwindowscodecs.cross.a: dlls/windowscodecs/windowscodecs.spec dlls/windowscodecs/Makefile
19826 @cd dlls/windowscodecs && \$(MAKE) \`basename \$@\`
19827 dlls/windowscodecs dlls/windowscodecs/__install__ dlls/windowscodecs/__install-lib__ dlls/windowscodecs/__install-dev__: __builddeps__"
19828 ALL_MAKEFILES="$ALL_MAKEFILES \\
19829 dlls/windowscodecs/Makefile"
19830 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19831 dlls/windowscodecs"
19832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19833 \$(RECURSE_TARGETS:%=dlls/windowscodecs/%) dlls/windowscodecs: dlls/windowscodecs/Makefile \$(MAKEDEP)
19834 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules config.status"
19835 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
19837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19838 dlls/windowscodecs/tests: __builddeps__
19839 dlls/windowscodecs/tests/__crosstest__: __buildcrossdeps__"
19840 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19841 windowscodecs_test.exe"
19842 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19843 windowscodecs_test.exe: \$(TOPOBJDIR)/dlls/windowscodecs/tests/windowscodecs_test.exe$DLLEXT
19844 cp \$(TOPOBJDIR)/dlls/windowscodecs/tests/windowscodecs_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19845 windowscodecs_test.rc:
19846 echo \"windowscodecs_test.exe TESTRES \\\"windowscodecs_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19847 windowscodecs_test.res: windowscodecs_test.rc windowscodecs_test.exe"
19848 ALL_MAKEFILES="$ALL_MAKEFILES \\
19849 dlls/windowscodecs/tests/Makefile"
19850 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19851 dlls/windowscodecs/tests"
19852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19853 \$(RECURSE_TARGETS:%=dlls/windowscodecs/tests/%) dlls/windowscodecs/tests: dlls/windowscodecs/tests/Makefile \$(MAKEDEP)
19854 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in Maketest.rules config.status"
19855 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
19857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19858 dlls/winealsa.drv dlls/winealsa.drv/__install__ dlls/winealsa.drv/__install-lib__ dlls/winealsa.drv/__install-dev__: __builddeps__"
19859 ALL_MAKEFILES="$ALL_MAKEFILES \\
19860 dlls/winealsa.drv/Makefile"
19861 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19862 dlls/winealsa.drv"
19863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19864 \$(RECURSE_TARGETS:%=dlls/winealsa.drv/%) dlls/winealsa.drv: dlls/winealsa.drv/Makefile \$(MAKEDEP)
19865 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules config.status"
19866 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
19868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19869 dlls/wineaudioio.drv dlls/wineaudioio.drv/__install__ dlls/wineaudioio.drv/__install-lib__ dlls/wineaudioio.drv/__install-dev__: __builddeps__"
19870 ALL_MAKEFILES="$ALL_MAKEFILES \\
19871 dlls/wineaudioio.drv/Makefile"
19872 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19873 dlls/wineaudioio.drv"
19874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19875 \$(RECURSE_TARGETS:%=dlls/wineaudioio.drv/%) dlls/wineaudioio.drv: dlls/wineaudioio.drv/Makefile \$(MAKEDEP)
19876 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules config.status"
19877 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
19879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19880 dlls/winecoreaudio.drv dlls/winecoreaudio.drv/__install__ dlls/winecoreaudio.drv/__install-lib__ dlls/winecoreaudio.drv/__install-dev__: __builddeps__"
19881 ALL_MAKEFILES="$ALL_MAKEFILES \\
19882 dlls/winecoreaudio.drv/Makefile"
19883 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19884 dlls/winecoreaudio.drv"
19885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19886 \$(RECURSE_TARGETS:%=dlls/winecoreaudio.drv/%) dlls/winecoreaudio.drv: dlls/winecoreaudio.drv/Makefile \$(MAKEDEP)
19887 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules config.status"
19888 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
19890 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
19891 dlls/winecrt0/libwinecrt0.a"
19892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19893 dlls/winecrt0: tools/widl tools/winebuild tools/winegcc include
19894 dlls/winecrt0/__install__ dlls/winecrt0/__install-dev__: dlls/winecrt0
19895 dlls/winecrt0/libwinecrt0.cross.a: dlls/winecrt0/Makefile tools/widl tools/winebuild tools/winegcc include dummy
19896 @cd dlls/winecrt0 && \$(MAKE) \`basename \$@\`"
19897 ALL_MAKEFILES="$ALL_MAKEFILES \\
19898 dlls/winecrt0/Makefile"
19899 test "x$enable_winecrt0" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
19900 dlls/winecrt0"
19901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19902 \$(RECURSE_TARGETS:%=dlls/winecrt0/%) dlls/winecrt0: dlls/winecrt0/Makefile \$(MAKEDEP)
19903 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules config.status"
19904 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
19906 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19907 dlls/wined3d/libwined3d.$IMPLIBEXT"
19908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19909 dlls/wined3d/libwined3d.$IMPLIBEXT dlls/wined3d/libwined3d.cross.a: tools/widl tools/winebuild tools/winegcc include
19910 dlls/wined3d/libwined3d.$IMPLIBEXT dlls/wined3d/libwined3d.cross.a: dlls/wined3d/wined3d.spec dlls/wined3d/Makefile
19911 @cd dlls/wined3d && \$(MAKE) \`basename \$@\`
19912 dlls/wined3d dlls/wined3d/__install__ dlls/wined3d/__install-lib__ dlls/wined3d/__install-dev__: __builddeps__"
19913 ALL_MAKEFILES="$ALL_MAKEFILES \\
19914 dlls/wined3d/Makefile"
19915 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19916 dlls/wined3d"
19917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19918 \$(RECURSE_TARGETS:%=dlls/wined3d/%) dlls/wined3d: dlls/wined3d/Makefile \$(MAKEDEP)
19919 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules config.status"
19920 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
19922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19923 dlls/wineesd.drv dlls/wineesd.drv/__install__ dlls/wineesd.drv/__install-lib__ dlls/wineesd.drv/__install-dev__: __builddeps__"
19924 ALL_MAKEFILES="$ALL_MAKEFILES \\
19925 dlls/wineesd.drv/Makefile"
19926 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19927 dlls/wineesd.drv"
19928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19929 \$(RECURSE_TARGETS:%=dlls/wineesd.drv/%) dlls/wineesd.drv: dlls/wineesd.drv/Makefile \$(MAKEDEP)
19930 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules config.status"
19931 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
19933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19934 dlls/winejack.drv dlls/winejack.drv/__install__ dlls/winejack.drv/__install-lib__ dlls/winejack.drv/__install-dev__: __builddeps__"
19935 ALL_MAKEFILES="$ALL_MAKEFILES \\
19936 dlls/winejack.drv/Makefile"
19937 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19938 dlls/winejack.drv"
19939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19940 \$(RECURSE_TARGETS:%=dlls/winejack.drv/%) dlls/winejack.drv: dlls/winejack.drv/Makefile \$(MAKEDEP)
19941 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules config.status"
19942 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
19944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19945 dlls/winejoystick.drv dlls/winejoystick.drv/__install__ dlls/winejoystick.drv/__install-lib__ dlls/winejoystick.drv/__install-dev__: __builddeps__"
19946 ALL_MAKEFILES="$ALL_MAKEFILES \\
19947 dlls/winejoystick.drv/Makefile"
19948 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19949 dlls/winejoystick.drv"
19950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19951 \$(RECURSE_TARGETS:%=dlls/winejoystick.drv/%) dlls/winejoystick.drv: dlls/winejoystick.drv/Makefile \$(MAKEDEP)
19952 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules config.status"
19953 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
19955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19956 dlls/winemapi dlls/winemapi/__install__ dlls/winemapi/__install-lib__ dlls/winemapi/__install-dev__: __builddeps__"
19957 ALL_MAKEFILES="$ALL_MAKEFILES \\
19958 dlls/winemapi/Makefile"
19959 test "x$enable_winemapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19960 dlls/winemapi"
19961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19962 \$(RECURSE_TARGETS:%=dlls/winemapi/%) dlls/winemapi: dlls/winemapi/Makefile \$(MAKEDEP)
19963 dlls/winemapi/Makefile: dlls/winemapi/Makefile.in dlls/Makedll.rules config.status"
19964 ac_config_files="$ac_config_files dlls/winemapi/Makefile"
19966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19967 dlls/winemp3.acm dlls/winemp3.acm/__install__ dlls/winemp3.acm/__install-lib__ dlls/winemp3.acm/__install-dev__: __builddeps__"
19968 ALL_MAKEFILES="$ALL_MAKEFILES \\
19969 dlls/winemp3.acm/Makefile"
19970 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19971 dlls/winemp3.acm"
19972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19973 \$(RECURSE_TARGETS:%=dlls/winemp3.acm/%) dlls/winemp3.acm: dlls/winemp3.acm/Makefile \$(MAKEDEP)
19974 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules config.status"
19975 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
19977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19978 dlls/winenas.drv dlls/winenas.drv/__install__ dlls/winenas.drv/__install-lib__ dlls/winenas.drv/__install-dev__: __builddeps__"
19979 ALL_MAKEFILES="$ALL_MAKEFILES \\
19980 dlls/winenas.drv/Makefile"
19981 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19982 dlls/winenas.drv"
19983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19984 \$(RECURSE_TARGETS:%=dlls/winenas.drv/%) dlls/winenas.drv: dlls/winenas.drv/Makefile \$(MAKEDEP)
19985 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules config.status"
19986 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
19988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19989 dlls/wineoss.drv dlls/wineoss.drv/__install__ dlls/wineoss.drv/__install-lib__ dlls/wineoss.drv/__install-dev__: __builddeps__"
19990 ALL_MAKEFILES="$ALL_MAKEFILES \\
19991 dlls/wineoss.drv/Makefile"
19992 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19993 dlls/wineoss.drv"
19994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19995 \$(RECURSE_TARGETS:%=dlls/wineoss.drv/%) dlls/wineoss.drv: dlls/wineoss.drv/Makefile \$(MAKEDEP)
19996 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules config.status"
19997 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
19999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20000 dlls/wineps.drv dlls/wineps.drv/__install__ dlls/wineps.drv/__install-lib__ dlls/wineps.drv/__install-dev__: __builddeps__"
20001 ALL_MAKEFILES="$ALL_MAKEFILES \\
20002 dlls/wineps.drv/Makefile"
20003 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20004 dlls/wineps.drv"
20005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20006 \$(RECURSE_TARGETS:%=dlls/wineps.drv/%) dlls/wineps.drv: dlls/wineps.drv/Makefile \$(MAKEDEP)
20007 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules config.status"
20008 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
20010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20011 dlls/wineps16.drv16 dlls/wineps16.drv16/__install__ dlls/wineps16.drv16/__install-lib__ dlls/wineps16.drv16/__install-dev__: __builddeps__"
20012 ALL_MAKEFILES="$ALL_MAKEFILES \\
20013 dlls/wineps16.drv16/Makefile"
20014 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20015 dlls/wineps16.drv16"
20016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20017 \$(RECURSE_TARGETS:%=dlls/wineps16.drv16/%) dlls/wineps16.drv16: dlls/wineps16.drv16/Makefile \$(MAKEDEP)
20018 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules config.status"
20019 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
20021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20022 dlls/winequartz.drv dlls/winequartz.drv/__install__ dlls/winequartz.drv/__install-lib__ dlls/winequartz.drv/__install-dev__: __builddeps__"
20023 ALL_MAKEFILES="$ALL_MAKEFILES \\
20024 dlls/winequartz.drv/Makefile"
20025 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20026 dlls/winequartz.drv"
20027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20028 \$(RECURSE_TARGETS:%=dlls/winequartz.drv/%) dlls/winequartz.drv: dlls/winequartz.drv/Makefile \$(MAKEDEP)
20029 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules config.status"
20030 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
20032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20033 dlls/winex11.drv dlls/winex11.drv/__install__ dlls/winex11.drv/__install-lib__ dlls/winex11.drv/__install-dev__: __builddeps__"
20034 ALL_MAKEFILES="$ALL_MAKEFILES \\
20035 dlls/winex11.drv/Makefile"
20036 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20037 dlls/winex11.drv"
20038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20039 \$(RECURSE_TARGETS:%=dlls/winex11.drv/%) dlls/winex11.drv: dlls/winex11.drv/Makefile \$(MAKEDEP)
20040 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules config.status"
20041 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
20043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20044 dlls/wing.dll16 dlls/wing.dll16/__install__ dlls/wing.dll16/__install-lib__ dlls/wing.dll16/__install-dev__: __builddeps__"
20045 ALL_MAKEFILES="$ALL_MAKEFILES \\
20046 dlls/wing.dll16/Makefile"
20047 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20048 dlls/wing.dll16"
20049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20050 \$(RECURSE_TARGETS:%=dlls/wing.dll16/%) dlls/wing.dll16: dlls/wing.dll16/Makefile \$(MAKEDEP)
20051 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules config.status"
20052 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
20054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20055 dlls/wing32 dlls/wing32/__install__ dlls/wing32/__install-lib__ dlls/wing32/__install-dev__: __builddeps__"
20056 ALL_MAKEFILES="$ALL_MAKEFILES \\
20057 dlls/wing32/Makefile"
20058 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20059 dlls/wing32"
20060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20061 \$(RECURSE_TARGETS:%=dlls/wing32/%) dlls/wing32: dlls/wing32/Makefile \$(MAKEDEP)
20062 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules config.status"
20063 ac_config_files="$ac_config_files dlls/wing32/Makefile"
20065 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20066 dlls/winhttp/libwinhttp.$IMPLIBEXT"
20067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20068 dlls/winhttp/libwinhttp.$IMPLIBEXT dlls/winhttp/libwinhttp.cross.a: tools/widl tools/winebuild tools/winegcc include
20069 dlls/winhttp/libwinhttp.$IMPLIBEXT dlls/winhttp/libwinhttp.cross.a: dlls/winhttp/winhttp.spec dlls/winhttp/Makefile
20070 @cd dlls/winhttp && \$(MAKE) \`basename \$@\`
20071 dlls/winhttp dlls/winhttp/__install__ dlls/winhttp/__install-lib__ dlls/winhttp/__install-dev__: __builddeps__"
20072 ALL_MAKEFILES="$ALL_MAKEFILES \\
20073 dlls/winhttp/Makefile"
20074 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20075 dlls/winhttp"
20076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20077 \$(RECURSE_TARGETS:%=dlls/winhttp/%) dlls/winhttp: dlls/winhttp/Makefile \$(MAKEDEP)
20078 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules config.status"
20079 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
20081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20082 dlls/winhttp/tests: __builddeps__
20083 dlls/winhttp/tests/__crosstest__: __buildcrossdeps__"
20084 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
20085 winhttp_test.exe"
20086 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
20087 winhttp_test.exe: \$(TOPOBJDIR)/dlls/winhttp/tests/winhttp_test.exe$DLLEXT
20088 cp \$(TOPOBJDIR)/dlls/winhttp/tests/winhttp_test.exe$DLLEXT \$@ && \$(STRIP) \$@
20089 winhttp_test.rc:
20090 echo \"winhttp_test.exe TESTRES \\\"winhttp_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
20091 winhttp_test.res: winhttp_test.rc winhttp_test.exe"
20092 ALL_MAKEFILES="$ALL_MAKEFILES \\
20093 dlls/winhttp/tests/Makefile"
20094 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
20095 dlls/winhttp/tests"
20096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20097 \$(RECURSE_TARGETS:%=dlls/winhttp/tests/%) dlls/winhttp/tests: dlls/winhttp/tests/Makefile \$(MAKEDEP)
20098 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in Maketest.rules config.status"
20099 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
20101 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20102 dlls/wininet/libwininet.$IMPLIBEXT"
20103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20104 dlls/wininet/libwininet.$IMPLIBEXT dlls/wininet/libwininet.cross.a: tools/widl tools/winebuild tools/winegcc include
20105 dlls/wininet/libwininet.$IMPLIBEXT dlls/wininet/libwininet.cross.a: dlls/wininet/wininet.spec dlls/wininet/Makefile
20106 @cd dlls/wininet && \$(MAKE) \`basename \$@\`
20107 dlls/wininet dlls/wininet/__install__ dlls/wininet/__install-lib__ dlls/wininet/__install-dev__: __builddeps__"
20108 ALL_MAKEFILES="$ALL_MAKEFILES \\
20109 dlls/wininet/Makefile"
20110 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20111 dlls/wininet"
20112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20113 \$(RECURSE_TARGETS:%=dlls/wininet/%) dlls/wininet: dlls/wininet/Makefile \$(MAKEDEP)
20114 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules config.status"
20115 ac_config_files="$ac_config_files dlls/wininet/Makefile"
20117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20118 dlls/wininet/tests: __builddeps__
20119 dlls/wininet/tests/__crosstest__: __buildcrossdeps__"
20120 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
20121 wininet_test.exe"
20122 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
20123 wininet_test.exe: \$(TOPOBJDIR)/dlls/wininet/tests/wininet_test.exe$DLLEXT
20124 cp \$(TOPOBJDIR)/dlls/wininet/tests/wininet_test.exe$DLLEXT \$@ && \$(STRIP) \$@
20125 wininet_test.rc:
20126 echo \"wininet_test.exe TESTRES \\\"wininet_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
20127 wininet_test.res: wininet_test.rc wininet_test.exe"
20128 ALL_MAKEFILES="$ALL_MAKEFILES \\
20129 dlls/wininet/tests/Makefile"
20130 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
20131 dlls/wininet/tests"
20132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20133 \$(RECURSE_TARGETS:%=dlls/wininet/tests/%) dlls/wininet/tests: dlls/wininet/tests/Makefile \$(MAKEDEP)
20134 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in Maketest.rules config.status"
20135 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
20137 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20138 dlls/winmm/libwinmm.$IMPLIBEXT"
20139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20140 dlls/winmm/libwinmm.$IMPLIBEXT dlls/winmm/libwinmm.cross.a: tools/widl tools/winebuild tools/winegcc include
20141 dlls/winmm/libwinmm.$IMPLIBEXT dlls/winmm/libwinmm.cross.a: dlls/winmm/winmm.spec dlls/winmm/Makefile
20142 @cd dlls/winmm && \$(MAKE) \`basename \$@\`
20143 dlls/winmm dlls/winmm/__install__ dlls/winmm/__install-lib__ dlls/winmm/__install-dev__: __builddeps__"
20144 ALL_MAKEFILES="$ALL_MAKEFILES \\
20145 dlls/winmm/Makefile"
20146 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20147 dlls/winmm"
20148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20149 \$(RECURSE_TARGETS:%=dlls/winmm/%) dlls/winmm: dlls/winmm/Makefile \$(MAKEDEP)
20150 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules config.status"
20151 ac_config_files="$ac_config_files dlls/winmm/Makefile"
20153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20154 dlls/winmm/tests: __builddeps__
20155 dlls/winmm/tests/__crosstest__: __buildcrossdeps__"
20156 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
20157 winmm_test.exe"
20158 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
20159 winmm_test.exe: \$(TOPOBJDIR)/dlls/winmm/tests/winmm_test.exe$DLLEXT
20160 cp \$(TOPOBJDIR)/dlls/winmm/tests/winmm_test.exe$DLLEXT \$@ && \$(STRIP) \$@
20161 winmm_test.rc:
20162 echo \"winmm_test.exe TESTRES \\\"winmm_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
20163 winmm_test.res: winmm_test.rc winmm_test.exe"
20164 ALL_MAKEFILES="$ALL_MAKEFILES \\
20165 dlls/winmm/tests/Makefile"
20166 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
20167 dlls/winmm/tests"
20168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20169 \$(RECURSE_TARGETS:%=dlls/winmm/tests/%) dlls/winmm/tests: dlls/winmm/tests/Makefile \$(MAKEDEP)
20170 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in Maketest.rules config.status"
20171 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
20173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20174 dlls/winnls.dll16 dlls/winnls.dll16/__install__ dlls/winnls.dll16/__install-lib__ dlls/winnls.dll16/__install-dev__: __builddeps__"
20175 ALL_MAKEFILES="$ALL_MAKEFILES \\
20176 dlls/winnls.dll16/Makefile"
20177 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20178 dlls/winnls.dll16"
20179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20180 \$(RECURSE_TARGETS:%=dlls/winnls.dll16/%) dlls/winnls.dll16: dlls/winnls.dll16/Makefile \$(MAKEDEP)
20181 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules config.status"
20182 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
20184 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20185 dlls/winnls32/libwinnls32.$IMPLIBEXT"
20186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20187 dlls/winnls32/libwinnls32.$IMPLIBEXT dlls/winnls32/libwinnls32.cross.a: tools/widl tools/winebuild tools/winegcc include
20188 dlls/winnls32/libwinnls32.$IMPLIBEXT dlls/winnls32/libwinnls32.cross.a: dlls/winnls32/winnls32.spec dlls/winnls32/Makefile
20189 @cd dlls/winnls32 && \$(MAKE) \`basename \$@\`
20190 dlls/winnls32 dlls/winnls32/__install__ dlls/winnls32/__install-lib__ dlls/winnls32/__install-dev__: __builddeps__"
20191 ALL_MAKEFILES="$ALL_MAKEFILES \\
20192 dlls/winnls32/Makefile"
20193 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20194 dlls/winnls32"
20195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20196 \$(RECURSE_TARGETS:%=dlls/winnls32/%) dlls/winnls32: dlls/winnls32/Makefile \$(MAKEDEP)
20197 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules config.status"
20198 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
20200 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20201 dlls/winscard/libwinscard.$IMPLIBEXT"
20202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20203 dlls/winscard/libwinscard.$IMPLIBEXT dlls/winscard/libwinscard.cross.a: tools/widl tools/winebuild tools/winegcc include
20204 dlls/winscard/libwinscard.$IMPLIBEXT dlls/winscard/libwinscard.cross.a: dlls/winscard/winscard.spec dlls/winscard/Makefile
20205 @cd dlls/winscard && \$(MAKE) \`basename \$@\`
20206 dlls/winscard dlls/winscard/__install__ dlls/winscard/__install-lib__ dlls/winscard/__install-dev__: __builddeps__"
20207 ALL_MAKEFILES="$ALL_MAKEFILES \\
20208 dlls/winscard/Makefile"
20209 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20210 dlls/winscard"
20211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20212 \$(RECURSE_TARGETS:%=dlls/winscard/%) dlls/winscard: dlls/winscard/Makefile \$(MAKEDEP)
20213 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules config.status"
20214 ac_config_files="$ac_config_files dlls/winscard/Makefile"
20216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20217 dlls/winsock.dll16 dlls/winsock.dll16/__install__ dlls/winsock.dll16/__install-lib__ dlls/winsock.dll16/__install-dev__: __builddeps__"
20218 ALL_MAKEFILES="$ALL_MAKEFILES \\
20219 dlls/winsock.dll16/Makefile"
20220 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20221 dlls/winsock.dll16"
20222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20223 \$(RECURSE_TARGETS:%=dlls/winsock.dll16/%) dlls/winsock.dll16: dlls/winsock.dll16/Makefile \$(MAKEDEP)
20224 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules config.status"
20225 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
20227 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20228 dlls/winspool.drv/libwinspool.$IMPLIBEXT \\
20229 dlls/libwinspool.$IMPLIBEXT"
20230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20231 dlls/winspool.drv/libwinspool.$IMPLIBEXT dlls/winspool.drv/libwinspool.cross.a: tools/widl tools/winebuild tools/winegcc include
20232 dlls/libwinspool.a: dlls/winspool.drv/libwinspool.a
20233 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.a \$@
20234 dlls/libwinspool.cross.a: dlls/winspool.drv/libwinspool.cross.a
20235 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.cross.a \$@
20236 dlls/libwinspool.def: dlls/winspool.drv/libwinspool.def
20237 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.def \$@
20238 clean::
20239 \$(RM) dlls/libwinspool.def
20240 dlls/winspool.drv/libwinspool.$IMPLIBEXT dlls/winspool.drv/libwinspool.cross.a: dlls/winspool.drv/winspool.drv.spec dlls/winspool.drv/Makefile
20241 @cd dlls/winspool.drv && \$(MAKE) \`basename \$@\`
20242 dlls/winspool.drv dlls/winspool.drv/__install__ dlls/winspool.drv/__install-lib__ dlls/winspool.drv/__install-dev__: __builddeps__"
20243 ALL_MAKEFILES="$ALL_MAKEFILES \\
20244 dlls/winspool.drv/Makefile"
20245 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20246 dlls/winspool.drv"
20247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20248 \$(RECURSE_TARGETS:%=dlls/winspool.drv/%) dlls/winspool.drv: dlls/winspool.drv/Makefile \$(MAKEDEP)
20249 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules config.status"
20250 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
20252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20253 dlls/winspool.drv/tests: __builddeps__
20254 dlls/winspool.drv/tests/__crosstest__: __buildcrossdeps__"
20255 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
20256 winspool.drv_test.exe"
20257 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
20258 winspool.drv_test.exe: \$(TOPOBJDIR)/dlls/winspool.drv/tests/winspool.drv_test.exe$DLLEXT
20259 cp \$(TOPOBJDIR)/dlls/winspool.drv/tests/winspool.drv_test.exe$DLLEXT \$@ && \$(STRIP) \$@
20260 winspool.drv_test.rc:
20261 echo \"winspool.drv_test.exe TESTRES \\\"winspool.drv_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
20262 winspool.drv_test.res: winspool.drv_test.rc winspool.drv_test.exe"
20263 ALL_MAKEFILES="$ALL_MAKEFILES \\
20264 dlls/winspool.drv/tests/Makefile"
20265 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
20266 dlls/winspool.drv/tests"
20267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20268 \$(RECURSE_TARGETS:%=dlls/winspool.drv/tests/%) dlls/winspool.drv/tests: dlls/winspool.drv/tests/Makefile \$(MAKEDEP)
20269 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in Maketest.rules config.status"
20270 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
20272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20273 dlls/wintab.dll16 dlls/wintab.dll16/__install__ dlls/wintab.dll16/__install-lib__ dlls/wintab.dll16/__install-dev__: __builddeps__"
20274 ALL_MAKEFILES="$ALL_MAKEFILES \\
20275 dlls/wintab.dll16/Makefile"
20276 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20277 dlls/wintab.dll16"
20278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20279 \$(RECURSE_TARGETS:%=dlls/wintab.dll16/%) dlls/wintab.dll16: dlls/wintab.dll16/Makefile \$(MAKEDEP)
20280 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules config.status"
20281 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
20283 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20284 dlls/wintab32/libwintab32.$IMPLIBEXT"
20285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20286 dlls/wintab32/libwintab32.$IMPLIBEXT dlls/wintab32/libwintab32.cross.a: tools/widl tools/winebuild tools/winegcc include
20287 dlls/wintab32/libwintab32.$IMPLIBEXT dlls/wintab32/libwintab32.cross.a: dlls/wintab32/wintab32.spec dlls/wintab32/Makefile
20288 @cd dlls/wintab32 && \$(MAKE) \`basename \$@\`
20289 dlls/wintab32 dlls/wintab32/__install__ dlls/wintab32/__install-lib__ dlls/wintab32/__install-dev__: __builddeps__"
20290 ALL_MAKEFILES="$ALL_MAKEFILES \\
20291 dlls/wintab32/Makefile"
20292 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20293 dlls/wintab32"
20294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20295 \$(RECURSE_TARGETS:%=dlls/wintab32/%) dlls/wintab32: dlls/wintab32/Makefile \$(MAKEDEP)
20296 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules config.status"
20297 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
20299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20300 dlls/wintab32/tests: __builddeps__
20301 dlls/wintab32/tests/__crosstest__: __buildcrossdeps__"
20302 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
20303 wintab32_test.exe"
20304 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
20305 wintab32_test.exe: \$(TOPOBJDIR)/dlls/wintab32/tests/wintab32_test.exe$DLLEXT
20306 cp \$(TOPOBJDIR)/dlls/wintab32/tests/wintab32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
20307 wintab32_test.rc:
20308 echo \"wintab32_test.exe TESTRES \\\"wintab32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
20309 wintab32_test.res: wintab32_test.rc wintab32_test.exe"
20310 ALL_MAKEFILES="$ALL_MAKEFILES \\
20311 dlls/wintab32/tests/Makefile"
20312 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
20313 dlls/wintab32/tests"
20314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20315 \$(RECURSE_TARGETS:%=dlls/wintab32/tests/%) dlls/wintab32/tests: dlls/wintab32/tests/Makefile \$(MAKEDEP)
20316 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in Maketest.rules config.status"
20317 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
20319 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20320 dlls/wintrust/libwintrust.$IMPLIBEXT"
20321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20322 dlls/wintrust/libwintrust.$IMPLIBEXT dlls/wintrust/libwintrust.cross.a: tools/widl tools/winebuild tools/winegcc include
20323 dlls/wintrust/libwintrust.$IMPLIBEXT dlls/wintrust/libwintrust.cross.a: dlls/wintrust/wintrust.spec dlls/wintrust/Makefile
20324 @cd dlls/wintrust && \$(MAKE) \`basename \$@\`
20325 dlls/wintrust dlls/wintrust/__install__ dlls/wintrust/__install-lib__ dlls/wintrust/__install-dev__: __builddeps__"
20326 ALL_MAKEFILES="$ALL_MAKEFILES \\
20327 dlls/wintrust/Makefile"
20328 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20329 dlls/wintrust"
20330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20331 \$(RECURSE_TARGETS:%=dlls/wintrust/%) dlls/wintrust: dlls/wintrust/Makefile \$(MAKEDEP)
20332 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules config.status"
20333 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
20335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20336 dlls/wintrust/tests: __builddeps__
20337 dlls/wintrust/tests/__crosstest__: __buildcrossdeps__"
20338 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
20339 wintrust_test.exe"
20340 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
20341 wintrust_test.exe: \$(TOPOBJDIR)/dlls/wintrust/tests/wintrust_test.exe$DLLEXT
20342 cp \$(TOPOBJDIR)/dlls/wintrust/tests/wintrust_test.exe$DLLEXT \$@ && \$(STRIP) \$@
20343 wintrust_test.rc:
20344 echo \"wintrust_test.exe TESTRES \\\"wintrust_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
20345 wintrust_test.res: wintrust_test.rc wintrust_test.exe"
20346 ALL_MAKEFILES="$ALL_MAKEFILES \\
20347 dlls/wintrust/tests/Makefile"
20348 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
20349 dlls/wintrust/tests"
20350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20351 \$(RECURSE_TARGETS:%=dlls/wintrust/tests/%) dlls/wintrust/tests: dlls/wintrust/tests/Makefile \$(MAKEDEP)
20352 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in Maketest.rules config.status"
20353 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
20355 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20356 dlls/wldap32/libwldap32.$IMPLIBEXT"
20357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20358 dlls/wldap32/libwldap32.$IMPLIBEXT dlls/wldap32/libwldap32.cross.a: tools/widl tools/winebuild tools/winegcc include
20359 dlls/wldap32/libwldap32.$IMPLIBEXT dlls/wldap32/libwldap32.cross.a: dlls/wldap32/wldap32.spec dlls/wldap32/Makefile
20360 @cd dlls/wldap32 && \$(MAKE) \`basename \$@\`
20361 dlls/wldap32 dlls/wldap32/__install__ dlls/wldap32/__install-lib__ dlls/wldap32/__install-dev__: __builddeps__"
20362 ALL_MAKEFILES="$ALL_MAKEFILES \\
20363 dlls/wldap32/Makefile"
20364 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20365 dlls/wldap32"
20366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20367 \$(RECURSE_TARGETS:%=dlls/wldap32/%) dlls/wldap32: dlls/wldap32/Makefile \$(MAKEDEP)
20368 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules config.status"
20369 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
20371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20372 dlls/wldap32/tests: __builddeps__
20373 dlls/wldap32/tests/__crosstest__: __buildcrossdeps__"
20374 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
20375 wldap32_test.exe"
20376 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
20377 wldap32_test.exe: \$(TOPOBJDIR)/dlls/wldap32/tests/wldap32_test.exe$DLLEXT
20378 cp \$(TOPOBJDIR)/dlls/wldap32/tests/wldap32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
20379 wldap32_test.rc:
20380 echo \"wldap32_test.exe TESTRES \\\"wldap32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
20381 wldap32_test.res: wldap32_test.rc wldap32_test.exe"
20382 ALL_MAKEFILES="$ALL_MAKEFILES \\
20383 dlls/wldap32/tests/Makefile"
20384 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
20385 dlls/wldap32/tests"
20386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20387 \$(RECURSE_TARGETS:%=dlls/wldap32/tests/%) dlls/wldap32/tests: dlls/wldap32/tests/Makefile \$(MAKEDEP)
20388 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in Maketest.rules config.status"
20389 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
20391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20392 dlls/wmi dlls/wmi/__install__ dlls/wmi/__install-lib__ dlls/wmi/__install-dev__: __builddeps__"
20393 ALL_MAKEFILES="$ALL_MAKEFILES \\
20394 dlls/wmi/Makefile"
20395 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20396 dlls/wmi"
20397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20398 \$(RECURSE_TARGETS:%=dlls/wmi/%) dlls/wmi: dlls/wmi/Makefile \$(MAKEDEP)
20399 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules config.status"
20400 ac_config_files="$ac_config_files dlls/wmi/Makefile"
20402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20403 dlls/wmiutils dlls/wmiutils/__install__ dlls/wmiutils/__install-lib__ dlls/wmiutils/__install-dev__: __builddeps__"
20404 ALL_MAKEFILES="$ALL_MAKEFILES \\
20405 dlls/wmiutils/Makefile"
20406 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20407 dlls/wmiutils"
20408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20409 \$(RECURSE_TARGETS:%=dlls/wmiutils/%) dlls/wmiutils: dlls/wmiutils/Makefile \$(MAKEDEP)
20410 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules config.status"
20411 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
20413 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20414 dlls/wnaspi32/libwnaspi32.$IMPLIBEXT"
20415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20416 dlls/wnaspi32/libwnaspi32.$IMPLIBEXT dlls/wnaspi32/libwnaspi32.cross.a: tools/widl tools/winebuild tools/winegcc include
20417 dlls/wnaspi32/libwnaspi32.$IMPLIBEXT dlls/wnaspi32/libwnaspi32.cross.a: dlls/wnaspi32/wnaspi32.spec dlls/wnaspi32/Makefile
20418 @cd dlls/wnaspi32 && \$(MAKE) \`basename \$@\`
20419 dlls/wnaspi32 dlls/wnaspi32/__install__ dlls/wnaspi32/__install-lib__ dlls/wnaspi32/__install-dev__: __builddeps__"
20420 ALL_MAKEFILES="$ALL_MAKEFILES \\
20421 dlls/wnaspi32/Makefile"
20422 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20423 dlls/wnaspi32"
20424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20425 \$(RECURSE_TARGETS:%=dlls/wnaspi32/%) dlls/wnaspi32: dlls/wnaspi32/Makefile \$(MAKEDEP)
20426 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules config.status"
20427 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
20429 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20430 dlls/wow32/libwow32.$IMPLIBEXT"
20431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20432 dlls/wow32/libwow32.$IMPLIBEXT dlls/wow32/libwow32.cross.a: tools/widl tools/winebuild tools/winegcc include
20433 dlls/wow32/libwow32.$IMPLIBEXT dlls/wow32/libwow32.cross.a: dlls/wow32/wow32.spec dlls/wow32/Makefile
20434 @cd dlls/wow32 && \$(MAKE) \`basename \$@\`
20435 dlls/wow32 dlls/wow32/__install__ dlls/wow32/__install-lib__ dlls/wow32/__install-dev__: __builddeps__"
20436 ALL_MAKEFILES="$ALL_MAKEFILES \\
20437 dlls/wow32/Makefile"
20438 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20439 dlls/wow32"
20440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20441 \$(RECURSE_TARGETS:%=dlls/wow32/%) dlls/wow32: dlls/wow32/Makefile \$(MAKEDEP)
20442 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules config.status"
20443 ac_config_files="$ac_config_files dlls/wow32/Makefile"
20445 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20446 dlls/ws2_32/libws2_32.$IMPLIBEXT"
20447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20448 dlls/ws2_32/libws2_32.$IMPLIBEXT dlls/ws2_32/libws2_32.cross.a: tools/widl tools/winebuild tools/winegcc include
20449 dlls/ws2_32/libws2_32.$IMPLIBEXT dlls/ws2_32/libws2_32.cross.a: dlls/ws2_32/ws2_32.spec dlls/ws2_32/Makefile
20450 @cd dlls/ws2_32 && \$(MAKE) \`basename \$@\`
20451 dlls/ws2_32 dlls/ws2_32/__install__ dlls/ws2_32/__install-lib__ dlls/ws2_32/__install-dev__: __builddeps__"
20452 ALL_MAKEFILES="$ALL_MAKEFILES \\
20453 dlls/ws2_32/Makefile"
20454 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20455 dlls/ws2_32"
20456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20457 \$(RECURSE_TARGETS:%=dlls/ws2_32/%) dlls/ws2_32: dlls/ws2_32/Makefile \$(MAKEDEP)
20458 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules config.status"
20459 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
20461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20462 dlls/ws2_32/tests: __builddeps__
20463 dlls/ws2_32/tests/__crosstest__: __buildcrossdeps__"
20464 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
20465 ws2_32_test.exe"
20466 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
20467 ws2_32_test.exe: \$(TOPOBJDIR)/dlls/ws2_32/tests/ws2_32_test.exe$DLLEXT
20468 cp \$(TOPOBJDIR)/dlls/ws2_32/tests/ws2_32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
20469 ws2_32_test.rc:
20470 echo \"ws2_32_test.exe TESTRES \\\"ws2_32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
20471 ws2_32_test.res: ws2_32_test.rc ws2_32_test.exe"
20472 ALL_MAKEFILES="$ALL_MAKEFILES \\
20473 dlls/ws2_32/tests/Makefile"
20474 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
20475 dlls/ws2_32/tests"
20476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20477 \$(RECURSE_TARGETS:%=dlls/ws2_32/tests/%) dlls/ws2_32/tests: dlls/ws2_32/tests/Makefile \$(MAKEDEP)
20478 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in Maketest.rules config.status"
20479 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
20481 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20482 dlls/wsock32/libwsock32.$IMPLIBEXT"
20483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20484 dlls/wsock32/libwsock32.$IMPLIBEXT dlls/wsock32/libwsock32.cross.a: tools/widl tools/winebuild tools/winegcc include
20485 dlls/wsock32/libwsock32.$IMPLIBEXT dlls/wsock32/libwsock32.cross.a: dlls/wsock32/wsock32.spec dlls/wsock32/Makefile
20486 @cd dlls/wsock32 && \$(MAKE) \`basename \$@\`
20487 dlls/wsock32 dlls/wsock32/__install__ dlls/wsock32/__install-lib__ dlls/wsock32/__install-dev__: __builddeps__"
20488 ALL_MAKEFILES="$ALL_MAKEFILES \\
20489 dlls/wsock32/Makefile"
20490 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20491 dlls/wsock32"
20492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20493 \$(RECURSE_TARGETS:%=dlls/wsock32/%) dlls/wsock32: dlls/wsock32/Makefile \$(MAKEDEP)
20494 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules config.status"
20495 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
20497 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20498 dlls/wtsapi32/libwtsapi32.$IMPLIBEXT"
20499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20500 dlls/wtsapi32/libwtsapi32.$IMPLIBEXT dlls/wtsapi32/libwtsapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
20501 dlls/wtsapi32/libwtsapi32.$IMPLIBEXT dlls/wtsapi32/libwtsapi32.cross.a: dlls/wtsapi32/wtsapi32.spec dlls/wtsapi32/Makefile
20502 @cd dlls/wtsapi32 && \$(MAKE) \`basename \$@\`
20503 dlls/wtsapi32 dlls/wtsapi32/__install__ dlls/wtsapi32/__install-lib__ dlls/wtsapi32/__install-dev__: __builddeps__"
20504 ALL_MAKEFILES="$ALL_MAKEFILES \\
20505 dlls/wtsapi32/Makefile"
20506 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20507 dlls/wtsapi32"
20508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20509 \$(RECURSE_TARGETS:%=dlls/wtsapi32/%) dlls/wtsapi32: dlls/wtsapi32/Makefile \$(MAKEDEP)
20510 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules config.status"
20511 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
20513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20514 dlls/wuapi dlls/wuapi/__install__ dlls/wuapi/__install-lib__ dlls/wuapi/__install-dev__: __builddeps__"
20515 ALL_MAKEFILES="$ALL_MAKEFILES \\
20516 dlls/wuapi/Makefile"
20517 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20518 dlls/wuapi"
20519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20520 \$(RECURSE_TARGETS:%=dlls/wuapi/%) dlls/wuapi: dlls/wuapi/Makefile \$(MAKEDEP)
20521 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules config.status"
20522 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
20524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20525 dlls/wuaueng dlls/wuaueng/__install__ dlls/wuaueng/__install-lib__ dlls/wuaueng/__install-dev__: __builddeps__"
20526 ALL_MAKEFILES="$ALL_MAKEFILES \\
20527 dlls/wuaueng/Makefile"
20528 test "x$enable_wuaueng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20529 dlls/wuaueng"
20530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20531 \$(RECURSE_TARGETS:%=dlls/wuaueng/%) dlls/wuaueng: dlls/wuaueng/Makefile \$(MAKEDEP)
20532 dlls/wuaueng/Makefile: dlls/wuaueng/Makefile.in dlls/Makedll.rules config.status"
20533 ac_config_files="$ac_config_files dlls/wuaueng/Makefile"
20535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20536 dlls/xinput1_1 dlls/xinput1_1/__install__ dlls/xinput1_1/__install-lib__ dlls/xinput1_1/__install-dev__: __builddeps__"
20537 ALL_MAKEFILES="$ALL_MAKEFILES \\
20538 dlls/xinput1_1/Makefile"
20539 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20540 dlls/xinput1_1"
20541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20542 \$(RECURSE_TARGETS:%=dlls/xinput1_1/%) dlls/xinput1_1: dlls/xinput1_1/Makefile \$(MAKEDEP)
20543 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules config.status"
20544 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
20546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20547 dlls/xinput1_2 dlls/xinput1_2/__install__ dlls/xinput1_2/__install-lib__ dlls/xinput1_2/__install-dev__: __builddeps__"
20548 ALL_MAKEFILES="$ALL_MAKEFILES \\
20549 dlls/xinput1_2/Makefile"
20550 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20551 dlls/xinput1_2"
20552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20553 \$(RECURSE_TARGETS:%=dlls/xinput1_2/%) dlls/xinput1_2: dlls/xinput1_2/Makefile \$(MAKEDEP)
20554 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules config.status"
20555 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
20557 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
20558 dlls/xinput1_3/libxinput.$IMPLIBEXT \\
20559 dlls/libxinput.$IMPLIBEXT"
20560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20561 dlls/xinput1_3/libxinput.$IMPLIBEXT dlls/xinput1_3/libxinput.cross.a: tools/widl tools/winebuild tools/winegcc include
20562 dlls/libxinput.a: dlls/xinput1_3/libxinput.a
20563 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.a \$@
20564 dlls/libxinput.cross.a: dlls/xinput1_3/libxinput.cross.a
20565 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.cross.a \$@
20566 dlls/libxinput.def: dlls/xinput1_3/libxinput.def
20567 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.def \$@
20568 clean::
20569 \$(RM) dlls/libxinput.def
20570 dlls/xinput1_3/libxinput.$IMPLIBEXT dlls/xinput1_3/libxinput.cross.a: dlls/xinput1_3/xinput1_3.spec dlls/xinput1_3/Makefile
20571 @cd dlls/xinput1_3 && \$(MAKE) \`basename \$@\`
20572 dlls/xinput1_3 dlls/xinput1_3/__install__ dlls/xinput1_3/__install-lib__ dlls/xinput1_3/__install-dev__: __builddeps__"
20573 ALL_MAKEFILES="$ALL_MAKEFILES \\
20574 dlls/xinput1_3/Makefile"
20575 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20576 dlls/xinput1_3"
20577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20578 \$(RECURSE_TARGETS:%=dlls/xinput1_3/%) dlls/xinput1_3: dlls/xinput1_3/Makefile \$(MAKEDEP)
20579 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules config.status"
20580 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
20582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20583 dlls/xinput1_3/tests: __builddeps__
20584 dlls/xinput1_3/tests/__crosstest__: __buildcrossdeps__"
20585 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
20586 xinput1_3_test.exe"
20587 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
20588 xinput1_3_test.exe: \$(TOPOBJDIR)/dlls/xinput1_3/tests/xinput1_3_test.exe$DLLEXT
20589 cp \$(TOPOBJDIR)/dlls/xinput1_3/tests/xinput1_3_test.exe$DLLEXT \$@ && \$(STRIP) \$@
20590 xinput1_3_test.rc:
20591 echo \"xinput1_3_test.exe TESTRES \\\"xinput1_3_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
20592 xinput1_3_test.res: xinput1_3_test.rc xinput1_3_test.exe"
20593 ALL_MAKEFILES="$ALL_MAKEFILES \\
20594 dlls/xinput1_3/tests/Makefile"
20595 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
20596 dlls/xinput1_3/tests"
20597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20598 \$(RECURSE_TARGETS:%=dlls/xinput1_3/tests/%) dlls/xinput1_3/tests: dlls/xinput1_3/tests/Makefile \$(MAKEDEP)
20599 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in Maketest.rules config.status"
20600 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
20602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20603 dlls/xinput9_1_0 dlls/xinput9_1_0/__install__ dlls/xinput9_1_0/__install-lib__ dlls/xinput9_1_0/__install-dev__: __builddeps__"
20604 ALL_MAKEFILES="$ALL_MAKEFILES \\
20605 dlls/xinput9_1_0/Makefile"
20606 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20607 dlls/xinput9_1_0"
20608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20609 \$(RECURSE_TARGETS:%=dlls/xinput9_1_0/%) dlls/xinput9_1_0: dlls/xinput9_1_0/Makefile \$(MAKEDEP)
20610 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules config.status"
20611 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
20613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20614 dlls/xmllite dlls/xmllite/__install__ dlls/xmllite/__install-lib__ dlls/xmllite/__install-dev__: __builddeps__"
20615 ALL_MAKEFILES="$ALL_MAKEFILES \\
20616 dlls/xmllite/Makefile"
20617 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
20618 dlls/xmllite"
20619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20620 \$(RECURSE_TARGETS:%=dlls/xmllite/%) dlls/xmllite: dlls/xmllite/Makefile \$(MAKEDEP)
20621 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules config.status"
20622 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
20624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20625 dlls/xmllite/tests: __builddeps__
20626 dlls/xmllite/tests/__crosstest__: __buildcrossdeps__"
20627 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
20628 xmllite_test.exe"
20629 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
20630 xmllite_test.exe: \$(TOPOBJDIR)/dlls/xmllite/tests/xmllite_test.exe$DLLEXT
20631 cp \$(TOPOBJDIR)/dlls/xmllite/tests/xmllite_test.exe$DLLEXT \$@ && \$(STRIP) \$@
20632 xmllite_test.rc:
20633 echo \"xmllite_test.exe TESTRES \\\"xmllite_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
20634 xmllite_test.res: xmllite_test.rc xmllite_test.exe"
20635 ALL_MAKEFILES="$ALL_MAKEFILES \\
20636 dlls/xmllite/tests/Makefile"
20637 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
20638 dlls/xmllite/tests"
20639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20640 \$(RECURSE_TARGETS:%=dlls/xmllite/tests/%) dlls/xmllite/tests: dlls/xmllite/tests/Makefile \$(MAKEDEP)
20641 dlls/xmllite/tests/Makefile: dlls/xmllite/tests/Makefile.in Maketest.rules config.status"
20642 ac_config_files="$ac_config_files dlls/xmllite/tests/Makefile"
20644 ALL_MAKEFILES="$ALL_MAKEFILES \\
20645 documentation/Makefile"
20646 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
20647 documentation"
20648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20649 \$(RECURSE_TARGETS:%=documentation/%) documentation: documentation/Makefile \$(MAKEDEP)
20650 documentation/Makefile: documentation/Makefile.in Make.rules config.status"
20651 ac_config_files="$ac_config_files documentation/Makefile"
20653 ALL_MAKEFILES="$ALL_MAKEFILES \\
20654 fonts/Makefile"
20655 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
20656 fonts"
20657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20658 \$(RECURSE_TARGETS:%=fonts/%) fonts: fonts/Makefile \$(MAKEDEP)
20659 fonts/Makefile: fonts/Makefile.in Make.rules config.status"
20660 ac_config_files="$ac_config_files fonts/Makefile"
20662 ALL_MAKEFILES="$ALL_MAKEFILES \\
20663 include/Makefile"
20664 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
20665 include"
20666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20667 \$(RECURSE_TARGETS:%=include/%) include: include/Makefile \$(MAKEDEP)
20668 include/Makefile: include/Makefile.in Make.rules config.status"
20669 ac_config_files="$ac_config_files include/Makefile"
20671 ALL_MAKEFILES="$ALL_MAKEFILES \\
20672 libs/port/Makefile"
20674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20675 \$(RECURSE_TARGETS:%=libs/port/%) libs/port: libs/port/Makefile \$(MAKEDEP)
20676 libs/port/Makefile: libs/port/Makefile.in Make.rules config.status"
20677 ac_config_files="$ac_config_files libs/port/Makefile"
20679 ALL_MAKEFILES="$ALL_MAKEFILES \\
20680 libs/wine/Makefile"
20682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20683 \$(RECURSE_TARGETS:%=libs/wine/%) libs/wine: libs/wine/Makefile \$(MAKEDEP)
20684 libs/wine/Makefile: libs/wine/Makefile.in Make.rules config.status"
20685 ac_config_files="$ac_config_files libs/wine/Makefile"
20687 ALL_MAKEFILES="$ALL_MAKEFILES \\
20688 libs/wpp/Makefile"
20690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20691 \$(RECURSE_TARGETS:%=libs/wpp/%) libs/wpp: libs/wpp/Makefile \$(MAKEDEP)
20692 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules config.status"
20693 ac_config_files="$ac_config_files libs/wpp/Makefile"
20695 ALL_MAKEFILES="$ALL_MAKEFILES \\
20696 loader/Makefile"
20697 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
20698 loader"
20699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20700 \$(RECURSE_TARGETS:%=loader/%) loader: loader/Makefile \$(MAKEDEP)
20701 loader/Makefile: loader/Makefile.in Make.rules config.status"
20702 ac_config_files="$ac_config_files loader/Makefile"
20704 ALL_MAKEFILES="$ALL_MAKEFILES \\
20705 programs/Makefile"
20706 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
20707 programs"
20708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20709 \$(RECURSE_TARGETS:%=programs/%) programs: programs/Makefile \$(MAKEDEP)
20710 programs/Makefile: programs/Makefile.in Make.rules config.status"
20711 ac_config_files="$ac_config_files programs/Makefile"
20713 ALL_MAKEFILES="$ALL_MAKEFILES \\
20714 programs/cacls/Makefile"
20715 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20716 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20717 cacls"
20718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20719 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules config.status"
20720 ac_config_files="$ac_config_files programs/cacls/Makefile"
20722 ALL_MAKEFILES="$ALL_MAKEFILES \\
20723 programs/clock/Makefile"
20724 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20725 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20726 clock"
20727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20728 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules config.status"
20729 ac_config_files="$ac_config_files programs/clock/Makefile"
20731 ALL_MAKEFILES="$ALL_MAKEFILES \\
20732 programs/cmd/Makefile"
20733 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20734 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20735 cmd"
20736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20737 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules config.status"
20738 ac_config_files="$ac_config_files programs/cmd/Makefile"
20740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20741 programs/cmd/tests: __builddeps__
20742 programs/cmd/tests/__crosstest__: __buildcrossdeps__"
20743 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
20744 cmd.exe_test.exe"
20745 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
20746 cmd.exe_test.exe: \$(TOPOBJDIR)/programs/cmd/tests/cmd.exe_test.exe$DLLEXT
20747 cp \$(TOPOBJDIR)/programs/cmd/tests/cmd.exe_test.exe$DLLEXT \$@ && \$(STRIP) \$@
20748 cmd.exe_test.rc:
20749 echo \"cmd.exe_test.exe TESTRES \\\"cmd.exe_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
20750 cmd.exe_test.res: cmd.exe_test.rc cmd.exe_test.exe"
20751 ALL_MAKEFILES="$ALL_MAKEFILES \\
20752 programs/cmd/tests/Makefile"
20753 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
20754 programs/cmd/tests"
20755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20756 \$(RECURSE_TARGETS:%=programs/cmd/tests/%) programs/cmd/tests: programs/cmd/tests/Makefile \$(MAKEDEP)
20757 programs/cmd/tests/Makefile: programs/cmd/tests/Makefile.in Maketest.rules config.status"
20758 ac_config_files="$ac_config_files programs/cmd/tests/Makefile"
20760 ALL_MAKEFILES="$ALL_MAKEFILES \\
20761 programs/cmdlgtst/Makefile"
20762 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20763 cmdlgtst"
20764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20765 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules config.status"
20766 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
20768 ALL_MAKEFILES="$ALL_MAKEFILES \\
20769 programs/control/Makefile"
20770 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20771 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20772 control"
20773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20774 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules config.status"
20775 ac_config_files="$ac_config_files programs/control/Makefile"
20777 ALL_MAKEFILES="$ALL_MAKEFILES \\
20778 programs/dxdiag/Makefile"
20779 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20780 dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20781 dxdiag"
20782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20783 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules config.status"
20784 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
20786 ALL_MAKEFILES="$ALL_MAKEFILES \\
20787 programs/eject/Makefile"
20788 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20789 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20790 eject"
20791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20792 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules config.status"
20793 ac_config_files="$ac_config_files programs/eject/Makefile"
20795 ALL_MAKEFILES="$ALL_MAKEFILES \\
20796 programs/expand/Makefile"
20797 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20798 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20799 expand"
20800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20801 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules config.status"
20802 ac_config_files="$ac_config_files programs/expand/Makefile"
20804 ALL_MAKEFILES="$ALL_MAKEFILES \\
20805 programs/explorer/Makefile"
20806 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20807 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20808 explorer"
20809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20810 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules config.status"
20811 ac_config_files="$ac_config_files programs/explorer/Makefile"
20813 ALL_MAKEFILES="$ALL_MAKEFILES \\
20814 programs/extrac32/Makefile"
20815 test "x$enable_extrac32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20816 extrac32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20817 extrac32"
20818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20819 programs/extrac32/Makefile: programs/extrac32/Makefile.in programs/Makeprog.rules config.status"
20820 ac_config_files="$ac_config_files programs/extrac32/Makefile"
20822 ALL_MAKEFILES="$ALL_MAKEFILES \\
20823 programs/hh/Makefile"
20824 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20825 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20828 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules config.status"
20829 ac_config_files="$ac_config_files programs/hh/Makefile"
20831 ALL_MAKEFILES="$ALL_MAKEFILES \\
20832 programs/icinfo/Makefile"
20833 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20834 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20835 icinfo"
20836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20837 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules config.status"
20838 ac_config_files="$ac_config_files programs/icinfo/Makefile"
20840 ALL_MAKEFILES="$ALL_MAKEFILES \\
20841 programs/iexplore/Makefile"
20842 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20843 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20844 iexplore"
20845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20846 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules config.status"
20847 ac_config_files="$ac_config_files programs/iexplore/Makefile"
20849 ALL_MAKEFILES="$ALL_MAKEFILES \\
20850 programs/lodctr/Makefile"
20851 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20852 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20853 lodctr"
20854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20855 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules config.status"
20856 ac_config_files="$ac_config_files programs/lodctr/Makefile"
20858 ALL_MAKEFILES="$ALL_MAKEFILES \\
20859 programs/mshta/Makefile"
20860 test "x$enable_mshta" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20861 mshta" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20862 mshta"
20863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20864 programs/mshta/Makefile: programs/mshta/Makefile.in programs/Makeprog.rules config.status"
20865 ac_config_files="$ac_config_files programs/mshta/Makefile"
20867 ALL_MAKEFILES="$ALL_MAKEFILES \\
20868 programs/msiexec/Makefile"
20869 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20870 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20871 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
20872 msiexec"
20873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20874 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules config.status"
20875 ac_config_files="$ac_config_files programs/msiexec/Makefile"
20877 ALL_MAKEFILES="$ALL_MAKEFILES \\
20878 programs/net/Makefile"
20879 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20880 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20881 net"
20882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20883 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules config.status"
20884 ac_config_files="$ac_config_files programs/net/Makefile"
20886 ALL_MAKEFILES="$ALL_MAKEFILES \\
20887 programs/notepad/Makefile"
20888 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20889 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20890 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
20891 notepad"
20892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20893 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules config.status"
20894 ac_config_files="$ac_config_files programs/notepad/Makefile"
20896 ALL_MAKEFILES="$ALL_MAKEFILES \\
20897 programs/oleview/Makefile"
20898 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20899 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20900 oleview"
20901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20902 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules config.status"
20903 ac_config_files="$ac_config_files programs/oleview/Makefile"
20905 ALL_MAKEFILES="$ALL_MAKEFILES \\
20906 programs/progman/Makefile"
20907 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20908 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20909 progman"
20910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20911 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules config.status"
20912 ac_config_files="$ac_config_files programs/progman/Makefile"
20914 ALL_MAKEFILES="$ALL_MAKEFILES \\
20915 programs/reg/Makefile"
20916 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20917 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20918 reg"
20919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20920 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules config.status"
20921 ac_config_files="$ac_config_files programs/reg/Makefile"
20923 ALL_MAKEFILES="$ALL_MAKEFILES \\
20924 programs/regedit/Makefile"
20925 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20926 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20927 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
20928 regedit"
20929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20930 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules config.status"
20931 ac_config_files="$ac_config_files programs/regedit/Makefile"
20933 ALL_MAKEFILES="$ALL_MAKEFILES \\
20934 programs/regsvr32/Makefile"
20935 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20936 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20937 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
20938 regsvr32"
20939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20940 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules config.status"
20941 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
20943 ALL_MAKEFILES="$ALL_MAKEFILES \\
20944 programs/rpcss/Makefile"
20945 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20946 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20947 rpcss"
20948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20949 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules config.status"
20950 ac_config_files="$ac_config_files programs/rpcss/Makefile"
20952 ALL_MAKEFILES="$ALL_MAKEFILES \\
20953 programs/rundll32/Makefile"
20954 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20955 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20956 rundll32"
20957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20958 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules config.status"
20959 ac_config_files="$ac_config_files programs/rundll32/Makefile"
20961 ALL_MAKEFILES="$ALL_MAKEFILES \\
20962 programs/secedit/Makefile"
20963 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20964 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20965 secedit"
20966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20967 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules config.status"
20968 ac_config_files="$ac_config_files programs/secedit/Makefile"
20970 ALL_MAKEFILES="$ALL_MAKEFILES \\
20971 programs/services/Makefile"
20972 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20973 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20974 services"
20975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20976 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules config.status"
20977 ac_config_files="$ac_config_files programs/services/Makefile"
20979 ALL_MAKEFILES="$ALL_MAKEFILES \\
20980 programs/spoolsv/Makefile"
20981 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20982 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20983 spoolsv"
20984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20985 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules config.status"
20986 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
20988 ALL_MAKEFILES="$ALL_MAKEFILES \\
20989 programs/start/Makefile"
20990 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20991 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20992 start"
20993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20994 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules config.status"
20995 ac_config_files="$ac_config_files programs/start/Makefile"
20997 ALL_MAKEFILES="$ALL_MAKEFILES \\
20998 programs/svchost/Makefile"
20999 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21000 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
21001 svchost"
21002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21003 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules config.status"
21004 ac_config_files="$ac_config_files programs/svchost/Makefile"
21006 ALL_MAKEFILES="$ALL_MAKEFILES \\
21007 programs/taskmgr/Makefile"
21008 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21009 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
21010 taskmgr"
21011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21012 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules config.status"
21013 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
21015 ALL_MAKEFILES="$ALL_MAKEFILES \\
21016 programs/termsv/Makefile"
21017 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21018 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
21019 termsv"
21020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21021 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules config.status"
21022 ac_config_files="$ac_config_files programs/termsv/Makefile"
21024 ALL_MAKEFILES="$ALL_MAKEFILES \\
21025 programs/uninstaller/Makefile"
21026 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21027 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
21028 uninstaller"
21029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21030 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules config.status"
21031 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
21033 ALL_MAKEFILES="$ALL_MAKEFILES \\
21034 programs/unlodctr/Makefile"
21035 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21036 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
21037 unlodctr"
21038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21039 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules config.status"
21040 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
21042 ALL_MAKEFILES="$ALL_MAKEFILES \\
21043 programs/view/Makefile"
21044 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21045 view"
21046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21047 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules config.status"
21048 ac_config_files="$ac_config_files programs/view/Makefile"
21050 ALL_MAKEFILES="$ALL_MAKEFILES \\
21051 programs/wineboot/Makefile"
21052 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21053 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
21054 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
21055 wineboot"
21056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21057 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules config.status"
21058 ac_config_files="$ac_config_files programs/wineboot/Makefile"
21060 ALL_MAKEFILES="$ALL_MAKEFILES \\
21061 programs/winebrowser/Makefile"
21062 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21063 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
21064 winebrowser"
21065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21066 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules config.status"
21067 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
21069 ALL_MAKEFILES="$ALL_MAKEFILES \\
21070 programs/winecfg/Makefile"
21071 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21072 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
21073 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
21074 winecfg"
21075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21076 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules config.status"
21077 ac_config_files="$ac_config_files programs/winecfg/Makefile"
21079 ALL_MAKEFILES="$ALL_MAKEFILES \\
21080 programs/wineconsole/Makefile"
21081 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21082 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
21083 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
21084 wineconsole"
21085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21086 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules config.status"
21087 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
21089 ALL_MAKEFILES="$ALL_MAKEFILES \\
21090 programs/winedbg/Makefile"
21091 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21092 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
21093 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
21094 winedbg"
21095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21096 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules config.status"
21097 ac_config_files="$ac_config_files programs/winedbg/Makefile"
21099 ALL_MAKEFILES="$ALL_MAKEFILES \\
21100 programs/winedevice/Makefile"
21101 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21102 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
21103 winedevice"
21104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21105 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules config.status"
21106 ac_config_files="$ac_config_files programs/winedevice/Makefile"
21108 ALL_MAKEFILES="$ALL_MAKEFILES \\
21109 programs/winefile/Makefile"
21110 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21111 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
21112 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
21113 winefile"
21114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21115 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules config.status"
21116 ac_config_files="$ac_config_files programs/winefile/Makefile"
21118 ALL_MAKEFILES="$ALL_MAKEFILES \\
21119 programs/winemenubuilder/Makefile"
21120 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21121 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
21122 winemenubuilder"
21123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21124 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules config.status"
21125 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
21127 ALL_MAKEFILES="$ALL_MAKEFILES \\
21128 programs/winemine/Makefile"
21129 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21130 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
21131 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
21132 winemine"
21133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21134 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules config.status"
21135 ac_config_files="$ac_config_files programs/winemine/Makefile"
21137 ALL_MAKEFILES="$ALL_MAKEFILES \\
21138 programs/winepath/Makefile"
21139 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21140 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
21141 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
21142 winepath"
21143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21144 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules config.status"
21145 ac_config_files="$ac_config_files programs/winepath/Makefile"
21147 ALL_MAKEFILES="$ALL_MAKEFILES \\
21148 programs/winetest/Makefile"
21149 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21150 winetest"
21151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21152 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules config.status"
21153 ac_config_files="$ac_config_files programs/winetest/Makefile"
21155 ALL_MAKEFILES="$ALL_MAKEFILES \\
21156 programs/winevdm/Makefile"
21157 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21158 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
21159 winevdm"
21160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21161 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules config.status"
21162 ac_config_files="$ac_config_files programs/winevdm/Makefile"
21164 ALL_MAKEFILES="$ALL_MAKEFILES \\
21165 programs/winhelp.exe16/Makefile"
21166 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21167 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
21168 winhelp.exe16"
21169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21170 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules config.status"
21171 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
21173 ALL_MAKEFILES="$ALL_MAKEFILES \\
21174 programs/winhlp32/Makefile"
21175 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21176 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
21177 winhlp32"
21178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21179 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules config.status"
21180 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
21182 ALL_MAKEFILES="$ALL_MAKEFILES \\
21183 programs/winoldap.mod16/Makefile"
21184 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21185 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
21186 winoldap.mod16"
21187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21188 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules config.status"
21189 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
21191 ALL_MAKEFILES="$ALL_MAKEFILES \\
21192 programs/winver/Makefile"
21193 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21194 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
21195 winver"
21196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21197 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules config.status"
21198 ac_config_files="$ac_config_files programs/winver/Makefile"
21200 ALL_MAKEFILES="$ALL_MAKEFILES \\
21201 programs/wordpad/Makefile"
21202 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21203 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
21204 wordpad"
21205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21206 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules config.status"
21207 ac_config_files="$ac_config_files programs/wordpad/Makefile"
21209 ALL_MAKEFILES="$ALL_MAKEFILES \\
21210 programs/write/Makefile"
21211 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21212 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
21213 write"
21214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21215 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules config.status"
21216 ac_config_files="$ac_config_files programs/write/Makefile"
21218 ALL_MAKEFILES="$ALL_MAKEFILES \\
21219 programs/xcopy/Makefile"
21220 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
21221 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
21222 xcopy"
21223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21224 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules config.status"
21225 ac_config_files="$ac_config_files programs/xcopy/Makefile"
21227 ALL_MAKEFILES="$ALL_MAKEFILES \\
21228 server/Makefile"
21229 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
21230 server"
21231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21232 \$(RECURSE_TARGETS:%=server/%) server: server/Makefile \$(MAKEDEP)
21233 server/Makefile: server/Makefile.in Make.rules config.status"
21234 ac_config_files="$ac_config_files server/Makefile"
21236 ALL_MAKEFILES="$ALL_MAKEFILES \\
21237 tools/Makefile"
21238 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
21239 tools"
21240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21241 \$(RECURSE_TARGETS:%=tools/%) tools: tools/Makefile \$(MAKEDEP)
21242 tools/Makefile: tools/Makefile.in Make.rules config.status"
21243 ac_config_files="$ac_config_files tools/Makefile"
21245 ALL_MAKEFILES="$ALL_MAKEFILES \\
21246 tools/widl/Makefile"
21247 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
21248 tools/widl"
21249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21250 \$(RECURSE_TARGETS:%=tools/widl/%) tools/widl: tools/widl/Makefile \$(MAKEDEP)
21251 tools/widl/Makefile: tools/widl/Makefile.in Make.rules config.status"
21252 ac_config_files="$ac_config_files tools/widl/Makefile"
21254 ALL_MAKEFILES="$ALL_MAKEFILES \\
21255 tools/winebuild/Makefile"
21256 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
21257 tools/winebuild"
21258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21259 \$(RECURSE_TARGETS:%=tools/winebuild/%) tools/winebuild: tools/winebuild/Makefile \$(MAKEDEP)
21260 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules config.status"
21261 ac_config_files="$ac_config_files tools/winebuild/Makefile"
21263 ALL_MAKEFILES="$ALL_MAKEFILES \\
21264 tools/winedump/Makefile"
21265 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
21266 tools/winedump"
21267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21268 \$(RECURSE_TARGETS:%=tools/winedump/%) tools/winedump: tools/winedump/Makefile \$(MAKEDEP)
21269 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules config.status"
21270 ac_config_files="$ac_config_files tools/winedump/Makefile"
21272 ALL_MAKEFILES="$ALL_MAKEFILES \\
21273 tools/winegcc/Makefile"
21274 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
21275 tools/winegcc"
21276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21277 \$(RECURSE_TARGETS:%=tools/winegcc/%) tools/winegcc: tools/winegcc/Makefile \$(MAKEDEP)
21278 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules config.status"
21279 ac_config_files="$ac_config_files tools/winegcc/Makefile"
21281 ALL_MAKEFILES="$ALL_MAKEFILES \\
21282 tools/wmc/Makefile"
21283 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
21284 tools/wmc"
21285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21286 \$(RECURSE_TARGETS:%=tools/wmc/%) tools/wmc: tools/wmc/Makefile \$(MAKEDEP)
21287 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules config.status"
21288 ac_config_files="$ac_config_files tools/wmc/Makefile"
21290 ALL_MAKEFILES="$ALL_MAKEFILES \\
21291 tools/wrc/Makefile"
21292 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
21293 tools/wrc"
21294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
21295 \$(RECURSE_TARGETS:%=tools/wrc/%) tools/wrc: tools/wrc/Makefile \$(MAKEDEP)
21296 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules config.status"
21297 ac_config_files="$ac_config_files tools/wrc/Makefile"
21300 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
21302 cat >confcache <<\_ACEOF
21303 # This file is a shell script that caches the results of configure
21304 # tests run on this system so they can be shared between configure
21305 # scripts and configure runs, see configure's option --config-cache.
21306 # It is not useful on other systems. If it contains results you don't
21307 # want to keep, you may remove or edit it.
21309 # config.status only pays attention to the cache file if you give it
21310 # the --recheck option to rerun configure.
21312 # `ac_cv_env_foo' variables (set or unset) will be overridden when
21313 # loading this file, other *unset* `ac_cv_foo' will be assigned the
21314 # following values.
21316 _ACEOF
21318 # The following way of writing the cache mishandles newlines in values,
21319 # but we know of no workaround that is simple, portable, and efficient.
21320 # So, we kill variables containing newlines.
21321 # Ultrix sh set writes to stderr and can't be redirected directly,
21322 # and sets the high bit in the cache file unless we assign to the vars.
21324 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
21325 eval ac_val=\$$ac_var
21326 case $ac_val in #(
21327 *${as_nl}*)
21328 case $ac_var in #(
21329 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
21330 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
21331 esac
21332 case $ac_var in #(
21333 _ | IFS | as_nl) ;; #(
21334 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
21335 *) { eval $ac_var=; unset $ac_var;} ;;
21336 esac ;;
21337 esac
21338 done
21340 (set) 2>&1 |
21341 case $as_nl`(ac_space=' '; set) 2>&1` in #(
21342 *${as_nl}ac_space=\ *)
21343 # `set' does not quote correctly, so add quotes: double-quote
21344 # substitution turns \\\\ into \\, and sed turns \\ into \.
21345 sed -n \
21346 "s/'/'\\\\''/g;
21347 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
21348 ;; #(
21350 # `set' quotes correctly as required by POSIX, so do not add quotes.
21351 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
21353 esac |
21354 sort
21356 sed '
21357 /^ac_cv_env_/b end
21358 t clear
21359 :clear
21360 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
21361 t end
21362 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
21363 :end' >>confcache
21364 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
21365 if test -w "$cache_file"; then
21366 test "x$cache_file" != "x/dev/null" &&
21367 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
21368 $as_echo "$as_me: updating cache $cache_file" >&6;}
21369 cat confcache >$cache_file
21370 else
21371 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
21372 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
21375 rm -f confcache
21377 test "x$prefix" = xNONE && prefix=$ac_default_prefix
21378 # Let make expand exec_prefix.
21379 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
21381 DEFS=-DHAVE_CONFIG_H
21383 ac_libobjs=
21384 ac_ltlibobjs=
21385 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
21386 # 1. Remove the extension, and $U if already installed.
21387 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
21388 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
21389 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
21390 # will be set to the directory where LIBOBJS objects are built.
21391 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
21392 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
21393 done
21394 LIBOBJS=$ac_libobjs
21396 LTLIBOBJS=$ac_ltlibobjs
21400 : ${CONFIG_STATUS=./config.status}
21401 ac_write_fail=0
21402 ac_clean_files_save=$ac_clean_files
21403 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
21404 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
21405 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
21406 as_write_fail=0
21407 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
21408 #! $SHELL
21409 # Generated by $as_me.
21410 # Run this file to recreate the current configuration.
21411 # Compiler output produced by configure, useful for debugging
21412 # configure, is in config.log if it exists.
21414 debug=false
21415 ac_cs_recheck=false
21416 ac_cs_silent=false
21418 SHELL=\${CONFIG_SHELL-$SHELL}
21419 export SHELL
21420 _ASEOF
21421 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
21422 ## -------------------- ##
21423 ## M4sh Initialization. ##
21424 ## -------------------- ##
21426 # Be more Bourne compatible
21427 DUALCASE=1; export DUALCASE # for MKS sh
21428 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
21429 emulate sh
21430 NULLCMD=:
21431 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21432 # is contrary to our usage. Disable this feature.
21433 alias -g '${1+"$@"}'='"$@"'
21434 setopt NO_GLOB_SUBST
21435 else
21436 case `(set -o) 2>/dev/null` in #(
21437 *posix*) :
21438 set -o posix ;; #(
21439 *) :
21441 esac
21445 as_nl='
21447 export as_nl
21448 # Printing a long string crashes Solaris 7 /usr/bin/printf.
21449 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
21450 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
21451 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
21452 # Prefer a ksh shell builtin over an external printf program on Solaris,
21453 # but without wasting forks for bash or zsh.
21454 if test -z "$BASH_VERSION$ZSH_VERSION" \
21455 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
21456 as_echo='print -r --'
21457 as_echo_n='print -rn --'
21458 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
21459 as_echo='printf %s\n'
21460 as_echo_n='printf %s'
21461 else
21462 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
21463 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
21464 as_echo_n='/usr/ucb/echo -n'
21465 else
21466 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
21467 as_echo_n_body='eval
21468 arg=$1;
21469 case $arg in #(
21470 *"$as_nl"*)
21471 expr "X$arg" : "X\\(.*\\)$as_nl";
21472 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
21473 esac;
21474 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
21476 export as_echo_n_body
21477 as_echo_n='sh -c $as_echo_n_body as_echo'
21479 export as_echo_body
21480 as_echo='sh -c $as_echo_body as_echo'
21483 # The user is always right.
21484 if test "${PATH_SEPARATOR+set}" != set; then
21485 PATH_SEPARATOR=:
21486 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
21487 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
21488 PATH_SEPARATOR=';'
21493 # IFS
21494 # We need space, tab and new line, in precisely that order. Quoting is
21495 # there to prevent editors from complaining about space-tab.
21496 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
21497 # splitting by setting IFS to empty value.)
21498 IFS=" "" $as_nl"
21500 # Find who we are. Look in the path if we contain no directory separator.
21501 case $0 in #((
21502 *[\\/]* ) as_myself=$0 ;;
21503 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21504 for as_dir in $PATH
21506 IFS=$as_save_IFS
21507 test -z "$as_dir" && as_dir=.
21508 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
21509 done
21510 IFS=$as_save_IFS
21513 esac
21514 # We did not find ourselves, most probably we were run as `sh COMMAND'
21515 # in which case we are not to be found in the path.
21516 if test "x$as_myself" = x; then
21517 as_myself=$0
21519 if test ! -f "$as_myself"; then
21520 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
21521 exit 1
21524 # Unset variables that we do not need and which cause bugs (e.g. in
21525 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
21526 # suppresses any "Segmentation fault" message there. '((' could
21527 # trigger a bug in pdksh 5.2.14.
21528 for as_var in BASH_ENV ENV MAIL MAILPATH
21529 do eval test x\${$as_var+set} = xset \
21530 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
21531 done
21532 PS1='$ '
21533 PS2='> '
21534 PS4='+ '
21536 # NLS nuisances.
21537 LC_ALL=C
21538 export LC_ALL
21539 LANGUAGE=C
21540 export LANGUAGE
21542 # CDPATH.
21543 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
21546 # as_fn_error ERROR [LINENO LOG_FD]
21547 # ---------------------------------
21548 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
21549 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
21550 # script with status $?, using 1 if that was 0.
21551 as_fn_error ()
21553 as_status=$?; test $as_status -eq 0 && as_status=1
21554 if test "$3"; then
21555 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
21556 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
21558 $as_echo "$as_me: error: $1" >&2
21559 as_fn_exit $as_status
21560 } # as_fn_error
21563 # as_fn_set_status STATUS
21564 # -----------------------
21565 # Set $? to STATUS, without forking.
21566 as_fn_set_status ()
21568 return $1
21569 } # as_fn_set_status
21571 # as_fn_exit STATUS
21572 # -----------------
21573 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
21574 as_fn_exit ()
21576 set +e
21577 as_fn_set_status $1
21578 exit $1
21579 } # as_fn_exit
21581 # as_fn_unset VAR
21582 # ---------------
21583 # Portably unset VAR.
21584 as_fn_unset ()
21586 { eval $1=; unset $1;}
21588 as_unset=as_fn_unset
21589 # as_fn_append VAR VALUE
21590 # ----------------------
21591 # Append the text in VALUE to the end of the definition contained in VAR. Take
21592 # advantage of any shell optimizations that allow amortized linear growth over
21593 # repeated appends, instead of the typical quadratic growth present in naive
21594 # implementations.
21595 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
21596 eval 'as_fn_append ()
21598 eval $1+=\$2
21600 else
21601 as_fn_append ()
21603 eval $1=\$$1\$2
21605 fi # as_fn_append
21607 # as_fn_arith ARG...
21608 # ------------------
21609 # Perform arithmetic evaluation on the ARGs, and store the result in the
21610 # global $as_val. Take advantage of shells that can avoid forks. The arguments
21611 # must be portable across $(()) and expr.
21612 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
21613 eval 'as_fn_arith ()
21615 as_val=$(( $* ))
21617 else
21618 as_fn_arith ()
21620 as_val=`expr "$@" || test $? -eq 1`
21622 fi # as_fn_arith
21625 if expr a : '\(a\)' >/dev/null 2>&1 &&
21626 test "X`expr 00001 : '.*\(...\)'`" = X001; then
21627 as_expr=expr
21628 else
21629 as_expr=false
21632 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
21633 as_basename=basename
21634 else
21635 as_basename=false
21638 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
21639 as_dirname=dirname
21640 else
21641 as_dirname=false
21644 as_me=`$as_basename -- "$0" ||
21645 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
21646 X"$0" : 'X\(//\)$' \| \
21647 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
21648 $as_echo X/"$0" |
21649 sed '/^.*\/\([^/][^/]*\)\/*$/{
21650 s//\1/
21653 /^X\/\(\/\/\)$/{
21654 s//\1/
21657 /^X\/\(\/\).*/{
21658 s//\1/
21661 s/.*/./; q'`
21663 # Avoid depending upon Character Ranges.
21664 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
21665 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
21666 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
21667 as_cr_digits='0123456789'
21668 as_cr_alnum=$as_cr_Letters$as_cr_digits
21670 ECHO_C= ECHO_N= ECHO_T=
21671 case `echo -n x` in #(((((
21672 -n*)
21673 case `echo 'xy\c'` in
21674 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
21675 xy) ECHO_C='\c';;
21676 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
21677 ECHO_T=' ';;
21678 esac;;
21680 ECHO_N='-n';;
21681 esac
21683 rm -f conf$$ conf$$.exe conf$$.file
21684 if test -d conf$$.dir; then
21685 rm -f conf$$.dir/conf$$.file
21686 else
21687 rm -f conf$$.dir
21688 mkdir conf$$.dir 2>/dev/null
21690 if (echo >conf$$.file) 2>/dev/null; then
21691 if ln -s conf$$.file conf$$ 2>/dev/null; then
21692 as_ln_s='ln -s'
21693 # ... but there are two gotchas:
21694 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
21695 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
21696 # In both cases, we have to default to `cp -p'.
21697 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
21698 as_ln_s='cp -p'
21699 elif ln conf$$.file conf$$ 2>/dev/null; then
21700 as_ln_s=ln
21701 else
21702 as_ln_s='cp -p'
21704 else
21705 as_ln_s='cp -p'
21707 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
21708 rmdir conf$$.dir 2>/dev/null
21711 # as_fn_mkdir_p
21712 # -------------
21713 # Create "$as_dir" as a directory, including parents if necessary.
21714 as_fn_mkdir_p ()
21717 case $as_dir in #(
21718 -*) as_dir=./$as_dir;;
21719 esac
21720 test -d "$as_dir" || eval $as_mkdir_p || {
21721 as_dirs=
21722 while :; do
21723 case $as_dir in #(
21724 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
21725 *) as_qdir=$as_dir;;
21726 esac
21727 as_dirs="'$as_qdir' $as_dirs"
21728 as_dir=`$as_dirname -- "$as_dir" ||
21729 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
21730 X"$as_dir" : 'X\(//\)[^/]' \| \
21731 X"$as_dir" : 'X\(//\)$' \| \
21732 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
21733 $as_echo X"$as_dir" |
21734 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
21735 s//\1/
21738 /^X\(\/\/\)[^/].*/{
21739 s//\1/
21742 /^X\(\/\/\)$/{
21743 s//\1/
21746 /^X\(\/\).*/{
21747 s//\1/
21750 s/.*/./; q'`
21751 test -d "$as_dir" && break
21752 done
21753 test -z "$as_dirs" || eval "mkdir $as_dirs"
21754 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
21757 } # as_fn_mkdir_p
21758 if mkdir -p . 2>/dev/null; then
21759 as_mkdir_p='mkdir -p "$as_dir"'
21760 else
21761 test -d ./-p && rmdir ./-p
21762 as_mkdir_p=false
21765 if test -x / >/dev/null 2>&1; then
21766 as_test_x='test -x'
21767 else
21768 if ls -dL / >/dev/null 2>&1; then
21769 as_ls_L_option=L
21770 else
21771 as_ls_L_option=
21773 as_test_x='
21774 eval sh -c '\''
21775 if test -d "$1"; then
21776 test -d "$1/.";
21777 else
21778 case $1 in #(
21779 -*)set "./$1";;
21780 esac;
21781 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
21782 ???[sx]*):;;*)false;;esac;fi
21783 '\'' sh
21786 as_executable_p=$as_test_x
21788 # Sed expression to map a string onto a valid CPP name.
21789 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
21791 # Sed expression to map a string onto a valid variable name.
21792 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
21795 exec 6>&1
21796 ## ----------------------------------- ##
21797 ## Main body of $CONFIG_STATUS script. ##
21798 ## ----------------------------------- ##
21799 _ASEOF
21800 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
21802 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21803 # Save the log message, to keep $0 and so on meaningful, and to
21804 # report actual input values of CONFIG_FILES etc. instead of their
21805 # values after options handling.
21806 ac_log="
21807 This file was extended by Wine $as_me 1.1.38, which was
21808 generated by GNU Autoconf 2.65. Invocation command line was
21810 CONFIG_FILES = $CONFIG_FILES
21811 CONFIG_HEADERS = $CONFIG_HEADERS
21812 CONFIG_LINKS = $CONFIG_LINKS
21813 CONFIG_COMMANDS = $CONFIG_COMMANDS
21814 $ $0 $@
21816 on `(hostname || uname -n) 2>/dev/null | sed 1q`
21819 _ACEOF
21821 case $ac_config_files in *"
21822 "*) set x $ac_config_files; shift; ac_config_files=$*;;
21823 esac
21825 case $ac_config_headers in *"
21826 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
21827 esac
21830 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21831 # Files that config.status was made for.
21832 config_files="$ac_config_files"
21833 config_headers="$ac_config_headers"
21834 config_links="$ac_config_links"
21835 config_commands="$ac_config_commands"
21837 _ACEOF
21839 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21840 ac_cs_usage="\
21841 \`$as_me' instantiates files and other configuration actions
21842 from templates according to the current configuration. Unless the files
21843 and actions are specified as TAGs, all are instantiated by default.
21845 Usage: $0 [OPTION]... [TAG]...
21847 -h, --help print this help, then exit
21848 -V, --version print version number and configuration settings, then exit
21849 --config print configuration, then exit
21850 -q, --quiet, --silent
21851 do not print progress messages
21852 -d, --debug don't remove temporary files
21853 --recheck update $as_me by reconfiguring in the same conditions
21854 --file=FILE[:TEMPLATE]
21855 instantiate the configuration file FILE
21856 --header=FILE[:TEMPLATE]
21857 instantiate the configuration header FILE
21859 Configuration files:
21860 $config_files
21862 Configuration headers:
21863 $config_headers
21865 Configuration links:
21866 $config_links
21868 Configuration commands:
21869 $config_commands
21871 Report bugs to <wine-devel@winehq.org>.
21872 Wine home page: <http://www.winehq.org>."
21874 _ACEOF
21875 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21876 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
21877 ac_cs_version="\\
21878 Wine config.status 1.1.38
21879 configured by $0, generated by GNU Autoconf 2.65,
21880 with options \\"\$ac_cs_config\\"
21882 Copyright (C) 2009 Free Software Foundation, Inc.
21883 This config.status script is free software; the Free Software Foundation
21884 gives unlimited permission to copy, distribute and modify it."
21886 ac_pwd='$ac_pwd'
21887 srcdir='$srcdir'
21888 INSTALL='$INSTALL'
21889 test -n "\$AWK" || AWK=awk
21890 _ACEOF
21892 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21893 # The default lists apply if the user does not specify any file.
21894 ac_need_defaults=:
21895 while test $# != 0
21897 case $1 in
21898 --*=*)
21899 ac_option=`expr "X$1" : 'X\([^=]*\)='`
21900 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
21901 ac_shift=:
21904 ac_option=$1
21905 ac_optarg=$2
21906 ac_shift=shift
21908 esac
21910 case $ac_option in
21911 # Handling of the options.
21912 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
21913 ac_cs_recheck=: ;;
21914 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
21915 $as_echo "$ac_cs_version"; exit ;;
21916 --config | --confi | --conf | --con | --co | --c )
21917 $as_echo "$ac_cs_config"; exit ;;
21918 --debug | --debu | --deb | --de | --d | -d )
21919 debug=: ;;
21920 --file | --fil | --fi | --f )
21921 $ac_shift
21922 case $ac_optarg in
21923 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
21924 esac
21925 as_fn_append CONFIG_FILES " '$ac_optarg'"
21926 ac_need_defaults=false;;
21927 --header | --heade | --head | --hea )
21928 $ac_shift
21929 case $ac_optarg in
21930 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
21931 esac
21932 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
21933 ac_need_defaults=false;;
21934 --he | --h)
21935 # Conflict between --help and --header
21936 as_fn_error "ambiguous option: \`$1'
21937 Try \`$0 --help' for more information.";;
21938 --help | --hel | -h )
21939 $as_echo "$ac_cs_usage"; exit ;;
21940 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
21941 | -silent | --silent | --silen | --sile | --sil | --si | --s)
21942 ac_cs_silent=: ;;
21944 # This is an error.
21945 -*) as_fn_error "unrecognized option: \`$1'
21946 Try \`$0 --help' for more information." ;;
21948 *) as_fn_append ac_config_targets " $1"
21949 ac_need_defaults=false ;;
21951 esac
21952 shift
21953 done
21955 ac_configure_extra_args=
21957 if $ac_cs_silent; then
21958 exec 6>/dev/null
21959 ac_configure_extra_args="$ac_configure_extra_args --silent"
21962 _ACEOF
21963 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21964 if \$ac_cs_recheck; then
21965 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
21966 shift
21967 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
21968 CONFIG_SHELL='$SHELL'
21969 export CONFIG_SHELL
21970 exec "\$@"
21973 _ACEOF
21974 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21975 exec 5>>config.log
21977 echo
21978 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
21979 ## Running $as_me. ##
21980 _ASBOX
21981 $as_echo "$ac_log"
21982 } >&5
21984 _ACEOF
21985 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21986 _ACEOF
21988 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21990 # Handling of arguments.
21991 for ac_config_target in $ac_config_targets
21993 case $ac_config_target in
21994 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
21995 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
21996 "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
21997 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
21998 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
21999 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
22000 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
22001 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
22002 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
22003 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
22004 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
22005 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
22006 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
22007 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
22008 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
22009 "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
22010 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
22011 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
22012 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
22013 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
22014 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
22015 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
22016 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
22017 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
22018 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
22019 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
22020 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
22021 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
22022 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
22023 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
22024 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
22025 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
22026 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
22027 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
22028 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
22029 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
22030 "dlls/avifil32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/tests/Makefile" ;;
22031 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
22032 "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
22033 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
22034 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
22035 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
22036 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
22037 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
22038 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
22039 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
22040 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
22041 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
22042 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
22043 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
22044 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
22045 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
22046 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
22047 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
22048 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
22049 "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
22050 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
22051 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
22052 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
22053 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
22054 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
22055 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
22056 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
22057 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
22058 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
22059 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
22060 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
22061 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
22062 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
22063 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
22064 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
22065 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
22066 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
22067 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
22068 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
22069 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
22070 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
22071 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
22072 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
22073 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
22074 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
22075 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
22076 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
22077 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
22078 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
22079 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
22080 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
22081 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
22082 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
22083 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
22084 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
22085 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
22086 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
22087 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
22088 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
22089 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
22090 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
22091 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
22092 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
22093 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
22094 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
22095 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
22096 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
22097 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
22098 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
22099 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
22100 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
22101 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
22102 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
22103 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
22104 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
22105 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
22106 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
22107 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
22108 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
22109 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
22110 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
22111 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
22112 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
22113 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
22114 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
22115 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
22116 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
22117 "dlls/dmloader/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/tests/Makefile" ;;
22118 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
22119 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
22120 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
22121 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
22122 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
22123 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
22124 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
22125 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
22126 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
22127 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
22128 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
22129 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
22130 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
22131 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
22132 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
22133 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
22134 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
22135 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
22136 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
22137 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
22138 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
22139 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
22140 "dlls/dxdiagn/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/tests/Makefile" ;;
22141 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
22142 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
22143 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
22144 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
22145 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
22146 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
22147 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
22148 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
22149 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
22150 "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
22151 "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
22152 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
22153 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
22154 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
22155 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
22156 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
22157 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
22158 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
22159 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
22160 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
22161 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
22162 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
22163 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
22164 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
22165 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
22166 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
22167 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
22168 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
22169 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
22170 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
22171 "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
22172 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
22173 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
22174 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
22175 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
22176 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
22177 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
22178 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
22179 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
22180 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
22181 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
22182 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
22183 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
22184 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
22185 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
22186 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
22187 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
22188 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
22189 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
22190 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
22191 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
22192 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
22193 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
22194 "dlls/krnl386.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/krnl386.exe16/Makefile" ;;
22195 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
22196 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
22197 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
22198 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
22199 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
22200 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
22201 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
22202 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
22203 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
22204 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
22205 "dlls/mapistub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapistub/Makefile" ;;
22206 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
22207 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
22208 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
22209 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
22210 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
22211 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
22212 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
22213 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
22214 "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
22215 "dlls/mmdevapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/tests/Makefile" ;;
22216 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
22217 "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
22218 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
22219 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
22220 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
22221 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
22222 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
22223 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
22224 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
22225 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
22226 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
22227 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
22228 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
22229 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
22230 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
22231 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
22232 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
22233 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
22234 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
22235 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
22236 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
22237 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
22238 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
22239 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
22240 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
22241 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
22242 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
22243 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
22244 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
22245 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
22246 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
22247 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
22248 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
22249 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
22250 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
22251 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
22252 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
22253 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
22254 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
22255 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
22256 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
22257 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
22258 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
22259 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
22260 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
22261 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
22262 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
22263 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
22264 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
22265 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
22266 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
22267 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
22268 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
22269 "dlls/msxml4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml4/Makefile" ;;
22270 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
22271 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
22272 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
22273 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
22274 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
22275 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
22276 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
22277 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
22278 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
22279 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
22280 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
22281 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
22282 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
22283 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
22284 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
22285 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
22286 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
22287 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
22288 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
22289 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
22290 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
22291 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
22292 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
22293 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
22294 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
22295 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
22296 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
22297 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
22298 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
22299 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
22300 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
22301 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
22302 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
22303 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
22304 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
22305 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
22306 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
22307 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
22308 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
22309 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
22310 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
22311 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
22312 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
22313 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
22314 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
22315 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
22316 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
22317 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
22318 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
22319 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
22320 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
22321 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
22322 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
22323 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
22324 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
22325 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
22326 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
22327 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
22328 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
22329 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
22330 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
22331 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
22332 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
22333 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
22334 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
22335 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
22336 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
22337 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
22338 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
22339 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
22340 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
22341 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
22342 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
22343 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
22344 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
22345 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
22346 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
22347 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
22348 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
22349 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
22350 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
22351 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
22352 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
22353 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
22354 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
22355 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
22356 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
22357 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
22358 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
22359 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
22360 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
22361 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
22362 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
22363 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
22364 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
22365 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
22366 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
22367 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
22368 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
22369 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
22370 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
22371 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
22372 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
22373 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
22374 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
22375 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
22376 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
22377 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
22378 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
22379 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
22380 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
22381 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
22382 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
22383 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
22384 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
22385 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
22386 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
22387 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
22388 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
22389 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
22390 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
22391 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
22392 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
22393 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
22394 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
22395 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
22396 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
22397 "dlls/user.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user.exe16/Makefile" ;;
22398 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
22399 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
22400 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
22401 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
22402 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
22403 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
22404 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
22405 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
22406 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
22407 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
22408 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
22409 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
22410 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
22411 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
22412 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
22413 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
22414 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
22415 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
22416 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
22417 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
22418 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
22419 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
22420 "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
22421 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
22422 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
22423 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
22424 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
22425 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
22426 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
22427 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
22428 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
22429 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
22430 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
22431 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
22432 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
22433 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
22434 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
22435 "dlls/winemapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemapi/Makefile" ;;
22436 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
22437 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
22438 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
22439 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
22440 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
22441 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
22442 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
22443 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
22444 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
22445 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
22446 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
22447 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
22448 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
22449 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
22450 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
22451 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
22452 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
22453 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
22454 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
22455 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
22456 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
22457 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
22458 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
22459 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
22460 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
22461 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
22462 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
22463 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
22464 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
22465 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
22466 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
22467 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
22468 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
22469 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
22470 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
22471 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
22472 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
22473 "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
22474 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
22475 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
22476 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
22477 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
22478 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
22479 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
22480 "dlls/xmllite/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/tests/Makefile" ;;
22481 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
22482 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
22483 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
22484 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
22485 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
22486 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
22487 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
22488 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
22489 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
22490 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
22491 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
22492 "programs/cmd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/tests/Makefile" ;;
22493 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
22494 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
22495 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
22496 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
22497 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
22498 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
22499 "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
22500 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
22501 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
22502 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
22503 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
22504 "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
22505 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
22506 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
22507 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
22508 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
22509 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
22510 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
22511 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
22512 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
22513 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
22514 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
22515 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
22516 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
22517 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
22518 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
22519 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
22520 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
22521 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
22522 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
22523 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
22524 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
22525 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
22526 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
22527 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
22528 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
22529 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
22530 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
22531 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
22532 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
22533 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
22534 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
22535 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
22536 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
22537 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
22538 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
22539 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
22540 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
22541 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
22542 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
22543 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
22544 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
22545 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
22546 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
22547 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
22548 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
22549 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
22550 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
22551 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
22553 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
22554 esac
22555 done
22558 # If the user did not use the arguments to specify the items to instantiate,
22559 # then the envvar interface is used. Set only those that are not.
22560 # We use the long form for the default assignment because of an extremely
22561 # bizarre bug on SunOS 4.1.3.
22562 if $ac_need_defaults; then
22563 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
22564 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
22565 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
22566 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
22569 # Have a temporary directory for convenience. Make it in the build tree
22570 # simply because there is no reason against having it here, and in addition,
22571 # creating and moving files from /tmp can sometimes cause problems.
22572 # Hook for its removal unless debugging.
22573 # Note that there is a small window in which the directory will not be cleaned:
22574 # after its creation but before its name has been assigned to `$tmp'.
22575 $debug ||
22577 tmp=
22578 trap 'exit_status=$?
22579 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
22581 trap 'as_fn_exit 1' 1 2 13 15
22583 # Create a (secure) tmp directory for tmp files.
22586 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
22587 test -n "$tmp" && test -d "$tmp"
22588 } ||
22590 tmp=./conf$$-$RANDOM
22591 (umask 077 && mkdir "$tmp")
22592 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
22594 # Set up the scripts for CONFIG_FILES section.
22595 # No need to generate them if there are no CONFIG_FILES.
22596 # This happens for instance with `./config.status config.h'.
22597 if test -n "$CONFIG_FILES"; then
22599 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
22600 ac_cs_awk_getline=:
22601 ac_cs_awk_pipe_init=
22602 ac_cs_awk_read_file='
22603 while ((getline aline < (F[key])) > 0)
22604 print(aline)
22605 close(F[key])'
22606 ac_cs_awk_pipe_fini=
22607 else
22608 ac_cs_awk_getline=false
22609 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
22610 ac_cs_awk_read_file='
22611 print "|#_!!_#|"
22612 print "cat " F[key] " &&"
22613 '$ac_cs_awk_pipe_init
22614 # The final `:' finishes the AND list.
22615 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
22617 ac_cr=`echo X | tr X '\015'`
22618 # On cygwin, bash can eat \r inside `` if the user requested igncr.
22619 # But we know of no other shell where ac_cr would be empty at this
22620 # point, so we can use a bashism as a fallback.
22621 if test "x$ac_cr" = x; then
22622 eval ac_cr=\$\'\\r\'
22624 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
22625 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
22626 ac_cs_awk_cr='\r'
22627 else
22628 ac_cs_awk_cr=$ac_cr
22631 echo 'BEGIN {' >"$tmp/subs1.awk" &&
22632 _ACEOF
22634 # Create commands to substitute file output variables.
22636 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
22637 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
22638 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
22639 echo "_ACAWK" &&
22640 echo "_ACEOF"
22641 } >conf$$files.sh &&
22642 . ./conf$$files.sh ||
22643 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
22644 rm -f conf$$files.sh
22647 echo "cat >conf$$subs.awk <<_ACEOF" &&
22648 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
22649 echo "_ACEOF"
22650 } >conf$$subs.sh ||
22651 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
22652 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
22653 ac_delim='%!_!# '
22654 for ac_last_try in false false false false false :; do
22655 . ./conf$$subs.sh ||
22656 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
22658 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
22659 if test $ac_delim_n = $ac_delim_num; then
22660 break
22661 elif $ac_last_try; then
22662 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
22663 else
22664 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
22666 done
22667 rm -f conf$$subs.sh
22669 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22670 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
22671 _ACEOF
22672 sed -n '
22674 s/^/S["/; s/!.*/"]=/
22677 s/^[^!]*!//
22678 :repl
22679 t repl
22680 s/'"$ac_delim"'$//
22681 t delim
22684 s/\(.\{148\}\)..*/\1/
22685 t more1
22686 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
22689 b repl
22690 :more1
22691 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
22694 s/.\{148\}//
22695 t nl
22696 :delim
22698 s/\(.\{148\}\)..*/\1/
22699 t more2
22700 s/["\\]/\\&/g; s/^/"/; s/$/"/
22703 :more2
22704 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
22707 s/.\{148\}//
22708 t delim
22709 ' <conf$$subs.awk | sed '
22710 /^[^""]/{
22712 s/\n//
22714 ' >>$CONFIG_STATUS || ac_write_fail=1
22715 rm -f conf$$subs.awk
22716 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22717 _ACAWK
22718 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
22719 for (key in S) S_is_set[key] = 1
22720 FS = "\a"
22721 \$ac_cs_awk_pipe_init
22724 line = $ 0
22725 nfields = split(line, field, "@")
22726 substed = 0
22727 len = length(field[1])
22728 for (i = 2; i < nfields; i++) {
22729 key = field[i]
22730 keylen = length(key)
22731 if (S_is_set[key]) {
22732 value = S[key]
22733 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
22734 len += length(value) + length(field[++i])
22735 substed = 1
22736 } else
22737 len += 1 + keylen
22739 if (nfields == 3 && !substed) {
22740 key = field[2]
22741 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
22742 \$ac_cs_awk_read_file
22743 next
22746 print line
22748 \$ac_cs_awk_pipe_fini
22749 _ACAWK
22750 _ACEOF
22751 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22752 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
22753 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
22754 else
22756 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
22757 || as_fn_error "could not setup config files machinery" "$LINENO" 5
22758 _ACEOF
22760 # VPATH may cause trouble with some makes, so we remove $(srcdir),
22761 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
22762 # trailing colons and then remove the whole line if VPATH becomes empty
22763 # (actually we leave an empty line to preserve line numbers).
22764 if test "x$srcdir" = x.; then
22765 ac_vpsub='/^[ ]*VPATH[ ]*=/{
22766 s/:*\$(srcdir):*/:/
22767 s/:*\${srcdir}:*/:/
22768 s/:*@srcdir@:*/:/
22769 s/^\([^=]*=[ ]*\):*/\1/
22770 s/:*$//
22771 s/^[^=]*=[ ]*$//
22775 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22776 fi # test -n "$CONFIG_FILES"
22778 # Set up the scripts for CONFIG_HEADERS section.
22779 # No need to generate them if there are no CONFIG_HEADERS.
22780 # This happens for instance with `./config.status Makefile'.
22781 if test -n "$CONFIG_HEADERS"; then
22782 cat >"$tmp/defines.awk" <<\_ACAWK ||
22783 BEGIN {
22784 _ACEOF
22786 # Transform confdefs.h into an awk script `defines.awk', embedded as
22787 # here-document in config.status, that substitutes the proper values into
22788 # config.h.in to produce config.h.
22790 # Create a delimiter string that does not exist in confdefs.h, to ease
22791 # handling of long lines.
22792 ac_delim='%!_!# '
22793 for ac_last_try in false false :; do
22794 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
22795 if test -z "$ac_t"; then
22796 break
22797 elif $ac_last_try; then
22798 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
22799 else
22800 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
22802 done
22804 # For the awk script, D is an array of macro values keyed by name,
22805 # likewise P contains macro parameters if any. Preserve backslash
22806 # newline sequences.
22808 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
22809 sed -n '
22810 s/.\{148\}/&'"$ac_delim"'/g
22811 t rset
22812 :rset
22813 s/^[ ]*#[ ]*define[ ][ ]*/ /
22814 t def
22816 :def
22817 s/\\$//
22818 t bsnl
22819 s/["\\]/\\&/g
22820 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
22821 D["\1"]=" \3"/p
22822 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
22824 :bsnl
22825 s/["\\]/\\&/g
22826 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
22827 D["\1"]=" \3\\\\\\n"\\/p
22828 t cont
22829 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
22830 t cont
22832 :cont
22834 s/.\{148\}/&'"$ac_delim"'/g
22835 t clear
22836 :clear
22837 s/\\$//
22838 t bsnlc
22839 s/["\\]/\\&/g; s/^/"/; s/$/"/p
22841 :bsnlc
22842 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
22843 b cont
22844 ' <confdefs.h | sed '
22845 s/'"$ac_delim"'/"\\\
22846 "/g' >>$CONFIG_STATUS || ac_write_fail=1
22848 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22849 for (key in D) D_is_set[key] = 1
22850 FS = "\a"
22852 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
22853 line = \$ 0
22854 split(line, arg, " ")
22855 if (arg[1] == "#") {
22856 defundef = arg[2]
22857 mac1 = arg[3]
22858 } else {
22859 defundef = substr(arg[1], 2)
22860 mac1 = arg[2]
22862 split(mac1, mac2, "(") #)
22863 macro = mac2[1]
22864 prefix = substr(line, 1, index(line, defundef) - 1)
22865 if (D_is_set[macro]) {
22866 # Preserve the white space surrounding the "#".
22867 print prefix "define", macro P[macro] D[macro]
22868 next
22869 } else {
22870 # Replace #undef with comments. This is necessary, for example,
22871 # in the case of _POSIX_SOURCE, which is predefined and required
22872 # on some systems where configure will not decide to define it.
22873 if (defundef == "undef") {
22874 print "/*", prefix defundef, macro, "*/"
22875 next
22879 { print }
22880 _ACAWK
22881 _ACEOF
22882 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22883 as_fn_error "could not setup config headers machinery" "$LINENO" 5
22884 fi # test -n "$CONFIG_HEADERS"
22887 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
22888 shift
22889 for ac_tag
22891 case $ac_tag in
22892 :[FHLC]) ac_mode=$ac_tag; continue;;
22893 esac
22894 case $ac_mode$ac_tag in
22895 :[FHL]*:*);;
22896 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
22897 :[FH]-) ac_tag=-:-;;
22898 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
22899 esac
22900 ac_save_IFS=$IFS
22901 IFS=:
22902 set x $ac_tag
22903 IFS=$ac_save_IFS
22904 shift
22905 ac_file=$1
22906 shift
22908 case $ac_mode in
22909 :L) ac_source=$1;;
22910 :[FH])
22911 ac_file_inputs=
22912 for ac_f
22914 case $ac_f in
22915 -) ac_f="$tmp/stdin";;
22916 *) # Look for the file first in the build tree, then in the source tree
22917 # (if the path is not absolute). The absolute path cannot be DOS-style,
22918 # because $ac_f cannot contain `:'.
22919 test -f "$ac_f" ||
22920 case $ac_f in
22921 [\\/$]*) false;;
22922 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
22923 esac ||
22924 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
22925 esac
22926 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
22927 as_fn_append ac_file_inputs " '$ac_f'"
22928 done
22930 # Let's still pretend it is `configure' which instantiates (i.e., don't
22931 # use $as_me), people would be surprised to read:
22932 # /* config.h. Generated by config.status. */
22933 configure_input='Generated from '`
22934 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
22935 `' by configure.'
22936 if test x"$ac_file" != x-; then
22937 configure_input="$ac_file. $configure_input"
22938 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
22939 $as_echo "$as_me: creating $ac_file" >&6;}
22941 # Neutralize special characters interpreted by sed in replacement strings.
22942 case $configure_input in #(
22943 *\&* | *\|* | *\\* )
22944 ac_sed_conf_input=`$as_echo "$configure_input" |
22945 sed 's/[\\\\&|]/\\\\&/g'`;; #(
22946 *) ac_sed_conf_input=$configure_input;;
22947 esac
22949 case $ac_tag in
22950 *:-:* | *:-) cat >"$tmp/stdin" \
22951 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
22952 esac
22954 esac
22956 ac_dir=`$as_dirname -- "$ac_file" ||
22957 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22958 X"$ac_file" : 'X\(//\)[^/]' \| \
22959 X"$ac_file" : 'X\(//\)$' \| \
22960 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
22961 $as_echo X"$ac_file" |
22962 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22963 s//\1/
22966 /^X\(\/\/\)[^/].*/{
22967 s//\1/
22970 /^X\(\/\/\)$/{
22971 s//\1/
22974 /^X\(\/\).*/{
22975 s//\1/
22978 s/.*/./; q'`
22979 as_dir="$ac_dir"; as_fn_mkdir_p
22980 ac_builddir=.
22982 case "$ac_dir" in
22983 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
22985 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
22986 # A ".." for each directory in $ac_dir_suffix.
22987 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
22988 case $ac_top_builddir_sub in
22989 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
22990 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
22991 esac ;;
22992 esac
22993 ac_abs_top_builddir=$ac_pwd
22994 ac_abs_builddir=$ac_pwd$ac_dir_suffix
22995 # for backward compatibility:
22996 ac_top_builddir=$ac_top_build_prefix
22998 case $srcdir in
22999 .) # We are building in place.
23000 ac_srcdir=.
23001 ac_top_srcdir=$ac_top_builddir_sub
23002 ac_abs_top_srcdir=$ac_pwd ;;
23003 [\\/]* | ?:[\\/]* ) # Absolute name.
23004 ac_srcdir=$srcdir$ac_dir_suffix;
23005 ac_top_srcdir=$srcdir
23006 ac_abs_top_srcdir=$srcdir ;;
23007 *) # Relative name.
23008 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
23009 ac_top_srcdir=$ac_top_build_prefix$srcdir
23010 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
23011 esac
23012 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
23015 case $ac_mode in
23018 # CONFIG_FILE
23021 case $INSTALL in
23022 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
23023 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
23024 esac
23025 _ACEOF
23027 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23028 # If the template does not know about datarootdir, expand it.
23029 # FIXME: This hack should be removed a few years after 2.60.
23030 ac_datarootdir_hack=; ac_datarootdir_seen=
23031 ac_sed_dataroot='
23032 /datarootdir/ {
23036 /@datadir@/p
23037 /@docdir@/p
23038 /@infodir@/p
23039 /@localedir@/p
23040 /@mandir@/p'
23041 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
23042 *datarootdir*) ac_datarootdir_seen=yes;;
23043 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
23044 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
23045 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
23046 _ACEOF
23047 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23048 ac_datarootdir_hack='
23049 s&@datadir@&$datadir&g
23050 s&@docdir@&$docdir&g
23051 s&@infodir@&$infodir&g
23052 s&@localedir@&$localedir&g
23053 s&@mandir@&$mandir&g
23054 s&\\\${datarootdir}&$datarootdir&g' ;;
23055 esac
23056 _ACEOF
23058 # Neutralize VPATH when `$srcdir' = `.'.
23059 # Shell code in configure.ac might set extrasub.
23060 # FIXME: do we really want to maintain this feature?
23061 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23062 ac_sed_extra="$ac_vpsub
23063 $extrasub
23064 _ACEOF
23065 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23067 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
23068 s|@configure_input@|$ac_sed_conf_input|;t t
23069 s&@top_builddir@&$ac_top_builddir_sub&;t t
23070 s&@top_build_prefix@&$ac_top_build_prefix&;t t
23071 s&@srcdir@&$ac_srcdir&;t t
23072 s&@abs_srcdir@&$ac_abs_srcdir&;t t
23073 s&@top_srcdir@&$ac_top_srcdir&;t t
23074 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
23075 s&@builddir@&$ac_builddir&;t t
23076 s&@abs_builddir@&$ac_abs_builddir&;t t
23077 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
23078 s&@INSTALL@&$ac_INSTALL&;t t
23079 $ac_datarootdir_hack
23081 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
23082 if $ac_cs_awk_getline; then
23083 $AWK -f "$tmp/subs.awk"
23084 else
23085 $AWK -f "$tmp/subs.awk" | $SHELL
23086 fi >$tmp/out \
23087 || as_fn_error "could not create $ac_file" "$LINENO" 5
23089 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
23090 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
23091 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
23092 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
23093 which seems to be undefined. Please make sure it is defined." >&5
23094 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
23095 which seems to be undefined. Please make sure it is defined." >&2;}
23097 rm -f "$tmp/stdin"
23098 case $ac_file in
23099 -) cat "$tmp/out" && rm -f "$tmp/out";;
23100 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
23101 esac \
23102 || as_fn_error "could not create $ac_file" "$LINENO" 5
23106 # CONFIG_HEADER
23108 if test x"$ac_file" != x-; then
23110 $as_echo "/* $configure_input */" \
23111 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
23112 } >"$tmp/config.h" \
23113 || as_fn_error "could not create $ac_file" "$LINENO" 5
23114 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
23115 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
23116 $as_echo "$as_me: $ac_file is unchanged" >&6;}
23117 else
23118 rm -f "$ac_file"
23119 mv "$tmp/config.h" "$ac_file" \
23120 || as_fn_error "could not create $ac_file" "$LINENO" 5
23122 else
23123 $as_echo "/* $configure_input */" \
23124 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
23125 || as_fn_error "could not create -" "$LINENO" 5
23130 # CONFIG_LINK
23133 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
23135 else
23136 # Prefer the file from the source tree if names are identical.
23137 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
23138 ac_source=$srcdir/$ac_source
23141 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
23142 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
23144 if test ! -r "$ac_source"; then
23145 as_fn_error "$ac_source: file not found" "$LINENO" 5
23147 rm -f "$ac_file"
23149 # Try a relative symlink, then a hard link, then a copy.
23150 case $srcdir in
23151 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
23152 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
23153 esac
23154 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
23155 ln "$ac_source" "$ac_file" 2>/dev/null ||
23156 cp -p "$ac_source" "$ac_file" ||
23157 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
23160 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
23161 $as_echo "$as_me: executing $ac_file commands" >&6;}
23163 esac
23166 case $ac_file$ac_mode in
23167 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
23168 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
23169 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
23170 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
23171 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
23172 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
23173 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
23174 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
23175 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
23176 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
23177 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
23178 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
23179 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
23181 esac
23182 done # for ac_tag
23185 as_fn_exit 0
23186 _ACEOF
23187 ac_clean_files=$ac_clean_files_save
23189 test $ac_write_fail = 0 ||
23190 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
23193 # configure is writing to config.log, and then calls config.status.
23194 # config.status does its own redirection, appending to config.log.
23195 # Unfortunately, on DOS this fails, as config.log is still kept open
23196 # by configure, so config.status won't be able to write to it; its
23197 # output is simply discarded. So we exec the FD to /dev/null,
23198 # effectively closing config.log, so it can be properly (re)opened and
23199 # appended to by config.status. When coming back to configure, we
23200 # need to make the FD available again.
23201 if test "$no_create" != yes; then
23202 ac_cs_success=:
23203 ac_config_status_args=
23204 test "$silent" = yes &&
23205 ac_config_status_args="$ac_config_status_args --quiet"
23206 exec 5>/dev/null
23207 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
23208 exec 5>>config.log
23209 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
23210 # would make configure fail if this is the last instruction.
23211 $ac_cs_success || as_fn_exit $?
23213 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
23214 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
23215 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
23219 if test "$no_create" = "yes"
23220 then
23221 exit 0
23224 ac_save_IFS="$IFS"
23225 if test "x$wine_notices != "x; then
23226 echo >&6
23227 IFS="|"
23228 for msg in $wine_notices; do
23229 IFS="$ac_save_IFS"
23230 if test -n "$msg"; then
23231 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
23232 $as_echo "$as_me: $msg" >&6;}
23234 done
23236 IFS="|"
23237 for msg in $wine_warnings; do
23238 IFS="$ac_save_IFS"
23239 if test -n "$msg"; then
23240 echo >&2
23241 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
23242 $as_echo "$as_me: WARNING: $msg" >&2;}
23244 done
23245 IFS="$ac_save_IFS"
23247 echo "
23248 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
23249 " >&6